﻿@charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #000; TEXT-DECORATION: none !important;
}
A IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; 
}
LI {
	LIST-STYLE-TYPE: none
}
body,td,th {
	font-family: 微软雅黑; 
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }

.scale_img dl img, .scale_img li img { -o-transition: all .8s ease 0s; transition: all .8s ease 0s }
.scale_img dl:hover img, .scale_img li:hover img { -webkit-transform: scale(1.1) rotate(0deg) translateY(0); -ms-transform: scale(1.1) rotate(0deg) translateY(0); transform: scale(1.1) rotate(0deg) translateY(0) }

i,em{
	font-style: normal;
}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{ width:1300px; margin:0 auto}
.m-40{margin-bottom:40px;}
.p_40{padding:30px;}
.mt-40{margin-top:40px;}
.clear {
	clear: both;
}
.clearfix:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }

.container{width: 1300px; margin: 0 auto; padding-top:50px;}
.container::after{content: '';clear: both;display: block;}


/*------------公用样式结束----------*/

/*头部*/
.header{position:fixed;z-index:13;width:100%;height:100px;line-height:100px;background-color:#f2f3f5;box-shadow:0 0 10px #ccc; top:0;}
.k-width{width:94.5%;}
.header .logo{margin-left:5%;}
.header .logo .slogan{display:inline-block;margin-left:30px; font-family:"微软雅黑";font-size:16px;color:#666;font-weight:bold;vertical-align:middle;line-height:1.3;}
.header .nav-list {
    width:60%;margin-left:10%;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}


.header .nav-list .right {width:100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-end;
}


.header .nav-list .right .nav_list { width:100%;
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
}
.header .nav-list .right .nav_list .active .nav{
    font-weight: bold; color:#ec4b05;
}
.header .nav-list .right .nav_list .nav {
    height:77px;
    font-size: 16px;
    transition: all 500ms;
}

.header .nav-list .right .nav_list .nav:hover {
    font-weight: bold;
}
.header .nav-list .right .nav_list .list{
    position: relative; padding:0 24px;
}

.header .nav-list .right .nav_list .list:hover a{ color:#ec4b05;}
.header .nav-list .right .nav_list .list:hover .nav_part_list{
    border-bottom: 3px solid #ec4b05;
}
.header .nav-list .right .nav_list .list:hover .nav_part_list .nav_part_list_a{
    height: 38px;
}
.header .nav-list .right .nav_list .nav_part_list{
    overflow: hidden;
    position: absolute;
    background: rgba(255,255,255,0.8);
    transition: all 500ms;
    z-index: 2;
}
.header .nav-list .right .nav_list .nav_part_list .nav_part_list_a{
    width: 117px;
    height: 0;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all 500ms;
}
.header .new_list_part{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}
.header .new_list_part.show{
    height: 290px;
}
.header .new_list_part .border{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.header .new_list_part .part{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 33px;
}
.header .new_list_part .part .b_title{
    font-size: 18px;
    line-height: 18px;
}
.header .new_list_part .part .img{
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.header .new_list_part .part .img img{
    max-width: 200px;
}
.header .new_list_part .part .s_title{
    font-size: 16px;
    line-height: 16px;
    color: #353535;
    margin-bottom: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    text-align: center;
}
.header .new_list_part .part b{
    font-size: 18px;
    line-height: 18px;
    color: #ec5513;
    font-weight: normal;
}
.header .new_list_part .part:hover  .s_title{
    color: #ed5f21;
}
.header-right .search{font-size:14px; line-height:20px;font-family:"微软雅黑"; color:#666; background:url(img/t_tel.png) left no-repeat; padding-left:50px; margin-top:25px;}
.header-right .search p{ font-size:30px; font-family:Arial, Helvetica, sans-serif; color:#ec4b05; line-height:30px;}


.header .new_list_part1{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}
.header .new_list_part1.show{
    height: 290px;
}
.header .new_list_part1 .border{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.header .new_list_part1 .part{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 33px;
}
.header .new_list_part1 .part .b_title{
    font-size: 18px;
    line-height: 18px;
}
.header .new_list_part1 .part .img{
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.header .new_list_part1 .part .img img{
    max-width: 200px;
}
.header .new_list_part1 .part .s_title{
    font-size: 16px;
    line-height: 16px;
    color: #353535;
    margin-bottom: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    text-align: center;
}
.header .new_list_part1 .part b{
    font-size: 18px;
    line-height: 18px;
    color: #ec5513;
    font-weight: normal;
}
.header .new_list_part1 .part:hover  .s_title{
    color: #ed5f21;
}



.header .new_list_part2{
    position: absolute;
    left: 0;
    top:100px;
    width:100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.header .new_list_part2 .nav-list{width:20%;}
.header .new_list_part2.show{
    height: 290px;
}
.header .new_list_part2 .border{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.header .new_list_part2 .part{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 33px;
}
.header .new_list_part2 .part .b_title{
    font-size: 18px;
    line-height: 18px;
}
.header .new_list_part2 .part .img{
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.header .new_list_part2 .part .img img{
    max-width: 200px;
}
.header .new_list_part2 .part .s_title{
    font-size: 16px;
    line-height: 16px;
    color: #353535;
    margin-bottom: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    text-align: center;
}
.header .new_list_part2 .part b{
    font-size: 18px;
    line-height: 18px;
    color: #ec5513;
    font-weight: normal;
}
.header .new_list_part2 .part:hover  .s_title{
    color: #ed5f21;
}


/*banner*/
.banner { min-width:1200px; position: relative; overflow: hidden; z-index: 2; margin-top:70px;}
.banner .bd { position: relative; z-index: 0; }
.banner .bd ul { width: 100% !important; height:auto;}
.banner .bd li{line-height: 0;}
.banner .bd li img {max-width:100%; }
.banner .swiper-pagination { position: absolute; width: 100%; text-align: center; bottom: 57px; }
.banner .swiper-pagination-bullet { width: 7px; height: 7px; display: inline-block; background: #ccc; border-radius: 50%; position: relative; cursor: pointer; margin: 0 13px !important; transition: .3s; opacity: 1; }
.banner .swiper-pagination-bullet-active { background: #eb4c05; }
.banner .swiper-pagination-bullet-active:before { position: absolute; content: ""; width: 23px; height: 23px; border-radius: 50%; top: -9px; left: -9px; border: 1px solid #eb4c05 }
.s_key { position: absolute; top: 66px; right: 0; width: 238px; height: 40px; z-index: 9; display: none; background: #fff; border-radius: 20px; }




/*=========浮动导航========*/
.sp_header{height:auto;overflow:hidden;position:fixed;z-index:30000;width:100%;}
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:30px; margin-right:10px;}
.sp_nav span{display:block;background-color:#ec4b05;width:20px;height:3px;position:absolute;left:15px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:rgba(242,243,245,.95); padding-top:30px;width:50%;height:calc(100% - 104px);font-size:14px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; float:right;}
.nav_show{top:0px; padding-top:80px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ccc solid;margin-left:10px;position:relative;line-height:35px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ccc solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:90%}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#ec4b05;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ec4b05}
.sjj_nav ul li ul li>ul{margin-left:10px}


/*手机banner轮播*/
.sj-banner{width:100%; margin-top:73px; }
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:10px;bottom:5px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}

/*jls*/
.jlsbj{width:100%; height:auto; padding-top:80px; padding-bottom:80px;  overflow: hidden;}
.jlsbj ul{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.jlsbj ul .j-left{width:540px; height:345px; float:left;}
.jlsbj ul .j-right{width:710px; height:auto; text-align:left; padding-top:20px; float:right;}
.jlsbj ul .j-right h3{font-family:"微软雅黑"; font-size:28px; color:#434343; font-weight:bold; line-height:40px;}
.jlsbj ul .j-right h3 span{color:#ec4b05;}
.jlsbj ul .j-right em{font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#888;line-height:30px; text-transform:uppercase;}
.jlsbj ul .j-right p{font-family:"微软雅黑"; font-size:15px; color:#666;line-height:35px; padding-top:20px;}

/*sjls*/
.s_jlsbj{width:auto; height:auto; padding:10px;overflow: hidden;}
.s_jlsbj ul{width:100%; height:auto; overflow:hidden;}
.s_jlsbj ul .j-left{width:auto; height:auto;}
.s_jlsbj ul .j-right{width:auto; height:auto; text-align:left; padding-top:20px; padding-bottom:20px;}
.s_jlsbj ul .j-right h3{font-family:"微软雅黑"; font-size:22px; color:#434343; font-weight:bold; line-height:30px;}
.s_jlsbj ul .j-right h3 span{color:#ec4b05;}
.s_jlsbj ul .j-right em{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#888;line-height:30px; text-transform:uppercase;}
.s_jlsbj ul .j-right p{font-family:"微软雅黑"; font-size:14px; color:#666;line-height:26px;}



/*------------首页栏目----------*/
.sylm{width:auto; height:auto; text-align:center; padding-top:50px; padding-bottom:20px;}
.sylm h3{font-family:"微软雅黑"; font-size:30px; color:#434343; font-weight:bold; line-height:35px;}
.sylm h3 span{color:#ec4b05;}
.sylm p{font-family:"微软雅黑"; font-size:16px; color:#888;line-height:20px;}


/*分类*/
.flbj{ width:auto; height:auto; background-color:#f2f3f5;overflow:hidden;padding-bottom:20px;}
.xn_c_index_326_wrap{ margin:0 auto;width:1300px; overflow: hidden; clear: both;margin: 20px auto;}
.xn_c_index_326_inner{width:100%; overflow: hidden; padding-bottom:40px; }
.xn_c_index_326_inner li{width:33.3%; height: 373px; float: left; overflow: hidden; position: relative; transition: all 0.5s ease;}
.xn_c_index_326_inner li.curr{width:30%; height: 373px; }
.xn_c_index_326_inner li .xn_c_index_326_img{width:100%; height: 100%; filter:Alpha(opacity=50);}
.xn_c_index_326_inner li .xn_c_index_326_img a{ display: block;width: 100%;height: 100%;background: #444;}
.xn_c_index_326_inner li img{width:auto; height: 100%;}
.xn_c_index_326_inner li.curr .xn_c_index_326_img{opacity: 1;filter:Alpha(opacity=100);}
.xn_c_index_326_inner li.curr .xn_c_index_326_con{ background-color: #1c1c1c;}
.xn_c_index_326_con{position: absolute; bottom:-90px; left: 0; width: 100%; height:188px; color: #fff; background-color:#fff;opacity:1;}
.xn_c_index_326_title a{color: #ec4b05; font-weight:bold;}
.xn_c_index_326_more{display: none;}
.xn_c_index_326_title{font-size: 18px;color: #fff;margin:35px 6px 10px 20px;}
.xn_c_index_326_TypeName{font-size: 18px;color: #fff;margin: 25px 25px 10px 20px;display: none;}
.c_line{display: block;width: 40px;height: 4px;background: #ec4b05;margin:0 0 20px 20px; }
.xn_c_index_326_intro{font-size: 14px;margin: 0 15px 10px 20px;line-height: 30px;overflow: hidden;}
.xn_c_index_326_intro a{width:50%; font-family:"微软雅黑"; color:#fff; font-size:14px; line-height:26px; float:left;}
.xn_c_index_326_intro a:hover{color:#ec4b05;}
.bg{width:100%;height: 373px;position: absolute;top: 0;left: 0;background: #000;opacity: 0; filter:Alpha(opacity=50);}
.xn_c_index_326_inner li.curr:hover .xn_c_index_326_img{opacity:0.8;}

/*产品展示*/

.page{width:auto; height:auto; padding-top:40px; border-top:1px solid #ccc;}
.news_box{margin:0px auto; background-color:#f2f3f5;}
.news_box ul{width:100%; height:auto; background-color:#f2f3f5;overflow:hidden;}
.news_bt{margin:0px auto;width:1300px; margin-bottom:40px;}
.nb_tab{font-size:0;text-align:center;}
.nb_tab a{width:20%;height:42px;background:#fff;display:inline-block;vertical-align:top;color:#333;box-shadow:0px 0px 20px #eee;border-radius:20px;margin-top:22px;}
.nb_tab a+a{margin-left:50px;}
.nb_tab a.cur{background:#ec4b05;color:#fff;background-size:400% 370%;box-shadow:0px 0px 1px rgb(236, 75, 5);}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:42px;}
.nb_tab a b{font-size:16px;font-weight:100;letter-spacing:1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nbc_list+.nbc_list{display:none;}
.nbc_list{margin:0 auto; width:100%; height:auto; overflow:hidden; }


.anliroll {margin:0px auto; height:auto;width:1300px;overflow:hidden;}
.anliroll li {float:left;width:31%; border:1px solid #f2f3f5;border-radius:5px;box-shadow:0 0 5px #ccc;margin-right:1.8%; margin-top:20px; margin-bottom:20px;}
.anliroll li a {display: block;overflow: hidden;font-size:16px;position: relative;}
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img {margin:0 auto;width:100%;display: block;transition-duration:.5s;}
.anliroll li a ol {background: #434343; border-top:1px solid #eeeeee;color:#ccc;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:15px;line-height:20px;padding:10px; padding-top:15px; padding-bottom:15px;box-sizing: border-box; }
.anliroll li a:hover ol{color:#ec4b05}
.anliroll li a:hover img {transform:scale(1.1)}
.anliroll li a:hover ol dd { background-color:#183fb4;color: #fff; border:1px solid #183fb4;}
.p_more{margin:0 auto; width:400px; height:55px; text-align:center; margin-top:40px; background-color:#fff;border-radius:5px;}
.p_more a{font-family:"微软雅黑"; font-size:15px; color:#ec4b05; line-height:55px;}
.p_more:hover{background-color:#ec4b05;transition: all .5s;}
.p_more:hover a{color:#fff;}

.sjpic{width:auto; height:auto; overflow:hidden;}
.love li{width:50%;padding:10px 0px;float:left;color:#666;}
.love li a{display:block;color:#666;padding:5px;}
.love li a:hover{color:#FF0000;}
.love li a img:hover{box-shadow: 0px 0px 15px #aaa;}
.love li a img{width:100%;border-radius: 5px;}
.love ol{padding:10px 0px 0px 0px; height:20px; text-align:center;display:block;}
.lovelist li{width:100%;float:left;background:#fafafa;margin:5px 5px 5px 0px;padding:0px;border-radius: 5px;}
.lovelist li a{padding-left:10px;}
.lovelist li:hover{background:#ebebeb;}
	
/*拨打电话*/
.sj-tel{margin:0 auto; width:70%; height:30px;text-align:center; background-image: -webkit-linear-gradient(left, #999, #666);border-radius:20px}
.sj-tel a span{font-family:"微软雅黑"; font-size:14px; color:#fff; }


/*优势*/
.ysbj{width:auto; height:auto; background:url(img/f-bj1.jpg) center no-repeat; padding-top:20px;padding-bottom:80px; overflow:hidden;}
.ysbj .sylm{width:auto; height:auto; text-align:center; padding-top:50px; padding-bottom:20px;}
.ysbj .sylm h3{font-family:"微软雅黑"; font-size:30px; color:#fff; font-weight:bold; line-height:35px;}
.ysbj .sylm h3 span{color:#ec4b05;}
.ysbj .sylm p{font-family:"微软雅黑"; font-size:16px; color:#ccc;line-height:20px;}

.plan{height:510px;font-family:"Microsoft Yahei";font-size: 16px;line-height: 24px;text-align: center;color: #666;}
.plan_c{margin-top:40px;}
.plan_c dl{width:18%;float: left; padding:30px;background:rgba(255, 255, 255, 0.9); text-align:center;tmargin-left:30px;margin-right:30px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.plan_c dl:last-child{margin: 0;background: none;background:rgba(255, 255, 255, 0.9);}
.plan_c dt{height: 170px;font-size:24px;line-height: 80px;color: #ec4b05; font-weight:normal;}
.plan_c dt img{width: 83px;height: 83px;display: block;margin: 0 auto;}
.plan_c dd p{height:auto; padding-bottom:15px;display: block; color:#888; font-size:14px;}
.plan_c dd span,.more01{display: block;width:127px;line-height: 34px;margin: 0 auto;}
.plan_c dd span a,.faqs_c dt,.show_t li{background:#666;-webkit-gradient(linear, left top, right bottom, from(#999), to(#666));  
    background-image: -webkit-linear-gradient(left, #999, #666); 
    background-image: -moz-linear-gradient(left, #999, #666); 
    background-image: -o-linear-gradient(left, #999, #666); 
    background-image: -ms-linear-gradient(left, #999, #666); 
    background-image: linear-gradient(left, #999, #666);}
.plan_c dl:hover{margin-top: -20px;}
.plan_c dl:hover dd span a,.plan_c dd span a:hover,.more01 a,.faqs_c dl:hover dt,.show_t li.cur{background:#1f227d;-webkit-gradient(linear, left top, right bottom, from(#3e4092), to(#1f227d)); 
    background-image: -webkit-linear-gradient(left, #ec4b05, #ec4b05); 
    background-image: -moz-linear-gradient(left, #ec4b05, #ec4b05); 
    background-image: -o-linear-gradient(left, #ec4b05, #ec4b05); 
    background-image: -ms-linear-gradient(left, #ec4b05, #ec4b05); 
    background-image: linear-gradient(left, #ec4b05, #ec4b05);}
.plan_c dd span a,.more01 a{display: block;color: #fff;border-radius: 17px;}


/*about*/
#aboutbj{width:100%; height:360px; background:url(img/f-bj1.jpg) top center no-repeat; padding-top:80px; padding-bottom:50px;}
#aboutbj .a_zw{margin:0 auto; width:1070px; height:auto; background-color:#fff;border-radius:8px; padding:40px; text-align:center; font-family:"微软雅黑"; font-size:15px; color:#666; line-height:30px;}
#aboutbj .a_zw h1{font-size:24px; color:#434343; line-height:40px; padding-bottom:20px;}
#aboutbj .a_more{ margin:0 auto;width:188px; height:45px; text-align:center; background-color:#ec4b05; border-radius:5px;margin-top:30px;}
#aboutbj .a_more a{font-size:16px; color:#fff; line-height:45px;}
#aboutbj .a_more:hover{ background-color:#434343;transition: all .5s;}

.anlirol2 {margin:0px auto; height:auto;width:1320px; margin-top:20px; margin-bottom:40px;overflow:hidden;}
.anlirol2 li {float: left;width:22.5%; border:1px solid #f2f3f5;margin:2% 0 0 2%; }
.anlirol2 li a {display: block;overflow: hidden;font-size:16px;position: relative;}
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img {width:100%;display: block;transition-duration:.5s;}
.anlirol2 li a ol {background: #f2f3f5; border-top:1px solid #eeeeee;color:#666;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:15px;line-height:20px;padding:10px; padding-top:15px; padding-bottom:15px;box-sizing: border-box; }
.anlirol2 li a:hover ol{color:#ec4b05}
.anlirol2 li a:hover img {transform:scale(1.1)}
.anlirol2 li a:hover ol dd { background-color:#183fb4;color: #fff; border:1px solid #183fb4;}


/*------------cf----------*/
.pro-bot .pro-con{ margin:0 auto; width:1280px;height:auto; margin-top:10px; margin-bottom:50px;}
.pro-bot .pro-con .bdt{overflow: hidden;}
.pro-bot .pro-con .bdt ul li{float:left; width:16.3%; margin-right:6px;}
.pro-bot .pro-con .bdt ul li span{display: block; width:100%;line-height: 0; overflow: hidden;}
.pro-bot .pro-con .bdt ul li span img{width:100%; transition: .5s;}
.pro-bot .pro-con .bdt ul li em{display: block; height:30px; line-height:30px;text-align: center;font-size: 14px; color:#FFF;background:#434343;border-radius:10px;}
.pro-bot .pro-con .bdt ul li em i{display:inline-block;height:30px; line-height:30px;padding-right:20px;}
.pro-bot .pro-con .bdt ul li:hover em{background:#ec4b05;}
.pro-bot .pro-con .bdt ul li:hover em i{background:url(img/pro-jia2.png) no-repeat right;}


/*------------news----------*/
.g_news17{padding-top:50px;height:auto; padding-bottom:10px; background-color:#f2f3f5; margin-top:40px;}
.g_news17 h2{height: 100px;text-align: center;font-size:30px; line-height:30px;color: #434343}
.g_news17 h2 a{color:#434343;}
.g_news17 h2 b{color:#ec4b05;}
.g_news17 h2 em{display: block;font-size: 16px;color: #888; line-height:26px;font-weight: normal;}
.g_news17 .newtit{height: 54px;line-height: 54px;border-bottom: 1px solid #e5e5e5;position: relative;margin-bottom: 38px;}
.g_news17 .newtit ul{float: left;width: 500px;}
.g_news17 .newtit li{position: relative; float: left; width: 90px; margin-right: 95px; font-size: 20px;color: #000000; line-height: 54px;font-weight: normal; padding-left: 43px;}
.g_news17 .newtit li a{color: #555555;display: block;height: 54px;}
.g_news17 .newtit li em{position: absolute;left:0;top:13px;width: 36px;height: 36px;overflow: hidden;}
.g_news17 .newtit li.on a{color:#0F2475;font-weight: bold;}
.g_news17 .newtit li.on{border-bottom: 3px solid #0F2475;}
.g_news17 .newtit li.on em img,.g_news17 .newtit li:hover em img{margin-left: -36px;}
.g_news17 .newtit .more{position: absolute;right: 0;top:0;font-size: 20px;color: #333333;text-transform: uppercase;padding-right: 43px;background: url(img/dtmore.jpg) no-repeat right 15px;line-height: 54px;}
.g_news17 .newtit .more a{color: #333333;}
.g_news17 .newtj{float: left;width:560px;height:500px; margin-right: 12px;}
.g_news17 .newtj dt{width: 560px; height:340px;overflow: hidden;margin-bottom: 24px;position: relative;}
.g_news17 .newtj dt img{ width: 560px; height: 340px;display: block;transition: all 0.3s linear 0s; }
.g_news17 .newtj dt:hover img{transform: scale(1.1);}
.g_news17 .newtj dt em{position: absolute;left:0;top:0;width:100px;height:92px;background: #ec4b05;padding-top: 10px;font-size: 14px; line-height:30px;color: #fff;text-align: center;}
.g_news17 .newtj dt em b{display: block;font-size:40px; line-height:60px;font-weight: normal;}
.g_news17 .newtj h3{ height: 34px;line-height: 34px;overflow: hidden;font-size: 16px;font-weight: bold;color: #17120f; font-weight: bold; margin-bottom: 12px;}
.g_news17 .newtj h3 a{color: #333333;text-decoration: none;}
.g_news17 .newtj h3 a:hover{color: #ec4b05}
.g_news17 .newtj p{height:auto; overflow: hidden;font-size:14px;line-height:24px;color: #666666;}
.g_news17 .newdown {float: right;width: 666px;height:500px;overflow: hidden;}
.g_news17 .newdown dl{height:110px;border-bottom: 1px dashed #e9e9e9;margin-bottom:15px;}
.g_news17 .newdown dl:hover{ background-color:#f5f5f5;}
.g_news17 .newdown dt{float: left;width: 88px;height: 80px;border: 1px solid #e7e7e7; padding-top: 12px; font-size: 12px; line-height:20px;color: #333333; font-weight:normal; margin-right:40px;text-align: center;}
.g_news17 .newdown dt em{display: block;font-size: 40px; line-height:50px;color: #333333;position: relative;top:-2px;}
.g_news17 .newdown dd{float: left;width:500px;}
.g_news17 .newdown h3{height: 40px;line-height: 40px;overflow: hidden;font-weight: bold;font-size: 16px;color: #17120f;margin-bottom: 4px;}
.g_news17 .newdown h3 a{color: #17120f;}
.g_news17 .newdown h3 a:hover{color: #ec4b05}
.g_news17 .newdown p{font-size: 14px;color: #666666;line-height: 22px;height: 44px;overflow: hidden;}


/*------------footer----------*/
.g_ft{ height:276px;padding-top: 64px; background: url(img/ftbg.jpg) no-repeat center top;}
.g_ft .m_fnav{float: left;width: 277px;}
.g_ft .m_fnav a{display: inline-block;font-size: 14px;color: #9a9a9a;width:100%;line-height:26px;}
.g_ft .m_fnav a:hover{color: #eb4c05;}
.g_ft .f_ftcon{float: left;width:580px; padding-left:50px;   }
.g_ft .f_ftcon li{float: left;width:280px;font-size: 16px;color: #bcbcbc;height: 65px; line-height: 22px; font-family: arial;}
.g_ft .f_ftcon li em{display: block;color: #9d9d9d;font-size: 14px;}
.g_ft .f_ftcon .lastli{font-size: 14px;color: #9d9d9d;}
.g_ft h2{position: relative; height: 46px;padding-left: 22px;line-height: 46px; font-weight: normal;font-size: 18px;color: #fff;margin-bottom: 12px;}
.g_ft h2:before{content: "";position: absolute;width: 3px;height: 24px;background: #ec4b05;left:0;top:12px;}
.g_ft .m_code{float: left;width:335px;padding-left:40px;}
.g_ft .codelst{height: 140px;}
.g_ft .codelst li{float: left;width: 102px;height: 102px;margin-right: 46px;}
.g_ft .codelst li img{width: 102px;height: 102px;display: block;margin: 0 auto;}
.g_ft .codelst .code2{margin-right: 0;}
.g_ft .codelst li em{display: block;height: 32px;line-height: 32px;text-align: center;font-size: 14px;color: #fff;}
.g_ft .m_code p{font-size: 14px;line-height: 24px;color: #fff;}
.g_ft .m_code p a{color: #fff;}

	


/* 底部固定导航 */


.go_top{display: none;background:url(img/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#ec4b05;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(236,75,5,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}


/*fd*/
.y-kefu-box { position: fixed; right: 0; top: 40%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(img/right-icon.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width:64px; color: #fff; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #f74f2e; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width:64px; padding: 8px 0 12px; background-color: #ec4b05; border-top: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #ec4b05; border-color: #ec4b05; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .back-top p{color: #fff;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #434343; border-color: #434343;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#666; }
.y-kefu-box01 .mobile-infos p { color: #ec4b05; font-size: 18px; }
.y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
.y-kefu-box .right-arrow1,
.y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
.y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
.y-kefu-box .right-arrow2 {border-left: 6px white solid;}

.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 p{color:#888;}
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #f74f2e; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }



/* 内页 */
.padding0-sm-mini{padding:0px;}
.ny-about{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyabout.jpg) top center no-repeat;
}
.ny-manager{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nymanager.jpg) top center no-repeat;
}
.ny-culture{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyculture.jpg) top center no-repeat;
}
.ny-lxwm{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nylxwm.jpg) top center no-repeat;
}
.ny-pic{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/ql_banner.jpg) top center no-repeat;
}
.ny-pics{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/sd_banner.jpg) top center no-repeat;
}
.ny-picz{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/zn_banner.jpg) top center no-repeat;
}
.ny-factory{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyfactory.jpg) top center no-repeat;
}
.ny-case{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nycase.jpg) top center no-repeat;
}
.ny-honor{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nyhonor.jpg) top center no-repeat;
}
.ny-news{
  position: relative; width: 100%;height:400px; overflow: hidden;background: url(img/nynews.jpg) top center no-repeat;
}
.jt-page{
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
.ny-top{
	width: 100%;
	height: auto;
}

.jt-ny-tit{
  position: relative;
  height: 400px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f04d05;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}


.ny-pagemenu{
  text-align:left;
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #f04d05;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #f04d05;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #f04d05 !important;
   font-weight: bold;
}
.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
  float:right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(img/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}



/*--首页栏目--*/
.nyzw{margin:0 auto; width:1300px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; padding-bottom:50px; line-height:28px;text-align:left;overflow:hidden;}

.nycpfl{ margin:0 auto; width:1280px; height:auto; margin-top:30px; overflow:hidden;}
.lx-nyzw{margin:0 auto; width:1280px; height:auto; font-family:"微软雅黑"; font-size:15px; color:#434343; line-height:28px;text-align:left;padding-top:50px;padding-bottom:50px;overflow:hidden;}
.nysp{margin:0 auto; width:800px; height:400px;}

/*nyjls*/
.a_jlsbj{width:100%; height:auto; padding-top:40px;overflow: hidden;}
.a_jlsbj ul{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.a_jlsbj ul .j-left{width:540px; height:345px; float:left;}
.a_jlsbj ul .j-left img{width:100%;}
.a_jlsbj ul .j-right{width:710px; height:auto; text-align:left; float:right;}
.a_jlsbj ul .j-right h3{font-family:"微软雅黑"; font-size:28px; color:#434343; font-weight:bold; line-height:40px;}
.a_jlsbj ul .j-right h3 span{color:#ec4b05;}
.a_jlsbj ul .j-right em{font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#888;line-height:30px; text-transform:uppercase;}
.a_jlsbj ul .j-right p{font-family:"微软雅黑"; font-size:15px; color:#666;line-height:35px;}

/*wjls*/
.w_jlsbj{width:100%; height:auto; padding-top:40px;overflow: hidden;}
.w_jlsbj ul{margin:0 auto; width:1300px; height:auto; overflow:hidden;}
.w_jlsbj ul .j-left{width:710px; height:345px;float:right; }
.w_jlsbj ul .j-left img{width:100%;}
.w_jlsbj ul .j-right{width:540px; height:auto; text-align:left; float:left;}
.w_jlsbj ul .j-right h3{font-family:"微软雅黑"; font-size:28px; color:#434343; font-weight:bold; line-height:40px;}
.w_jlsbj ul .j-right h3 span{color:#ec4b05;}
.w_jlsbj ul .j-right em{font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#888;line-height:30px; text-transform:uppercase;}
.w_jlsbj ul .j-right p{font-family:"微软雅黑"; font-size:15px; color:#666;line-height:35px;}




.ny-news01{width:100%;height: auto; overflow:hidden;}
.ny-news01 li{
  padding:20px;
  width:42%;
  margin:2%;
  float:left;
  background-color:#f9f9f9;
  border-bottom:3px solid #f9f9f9;
  overflow: hidden;
}
.ny-news01 li:hover{border-bottom:3px solid #ccc;transition: all 0.3s ease-out;}
.ny-news01 li .tu1{
	width: 200px;
	height: 145px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 200px;
	height: 145px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  width:120px;
  height:30px;
  margin-top:5px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:20px;
  font-size:14px;
  color: #ccc;
  text-align: left;
  line-height:20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{color: #888;}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  width:100%;
  height: auto;
  padding-top:20px;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: auto;
  overflow:hidden;
  font-size:16px;
  line-height:26px;
  font-weight:normal;
  color: #434343;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li .r01 a h2 span{color:#e60002; font-weight:normal; margin-right:10px;}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height:56px;
  font-size: 14px;
  color: #888;
  padding-top:10px;
  letter-spacing: 0px;
  line-height: 150%;
  overflow: hidden;
}
.ny-news01 li .more{width:120px; height:30px; border:1px solid #ccc;text-align:center; }
.ny-news01 li .more a{ font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#ccc;}
.ny-news01 li:hover .more{background-color:#666;transition: all 0.3s ease-in-out;}

/*新闻详情页样式*/
.newszwbj{ width:auto; height:auto; overflow:hidden;}
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:30px; line-height:40px;color:#535353; border-bottom:1px solid #ccc; font-weight:normal;}
.new-xq{
  margin:0px auto;
  margin-top:30px;
  width:100%;
  height: auto;
  overflow:hidden;
}
.new-xq-l{
  width:100%;
  height:auto;
  text-align:left;
  
}
.new-xq-l .date1{
  width: 100%;
  height: auto;
  text-align: left;
}
.new-xq-l .date1 .year1 {
  font-size: 20px;
  color: #000;
  line-height:30px;
  font-family: "微软雅黑";
  font-weight:normal;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  z-index:2;
  display:block;
  font-size:15px;
  color: #b2b2b2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 

}
.new-xq-l .date1:before{
  content: "";
  display: block;
  width: 100%;
  height:30px;
  position: absolute;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #27cbf1;
  font-family:Impact;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  position:relative;
  z-index:22222;
  width:120px;
  font-size:13px;
  padding-top:0px;
  text-align: center;
  background-color:#efeeee;
  color: #888;
  letter-spacing: 0px;
  float:right;
 
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  margin:0 auto;
  padding:10px;
  width:auto;
  height:auto;
  margin-bottom:30px;
  text-align:center;
  background-color:#efeeee;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: auto;
  font-size: 14px;
  color: #666;
  text-align:left;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


.ny-l01 {
    float: left;
    width: 250px;
}
.ny-r01 {
    float: right;
    width: 956px;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #043d77;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #facd00 !important;
  color: #525252 !important;
}


/*品质加盟*/
.joinin .why { width:auto; padding-top:40px; overflow:hidden;
 
}

@media screen and (max-width: 768px) {
  .joinin .why {
    padding: 10px;
  }
}
.joinin .reason {
  margin-top: 2.125vw;
}
.joinin .reason ul { width:100%;
  text-align:left; overflow:hidden;
}

@media screen and (max-width: 768px) {
  .joinin .reason ul {
    flex-wrap: wrap;
  }
}
.joinin .reason ul li { width:48%;
 float:left;
  margin-bottom:6%; margin-right:2%;
}
@media screen and (max-width: 768px) {
  .joinin .reason ul li {
    flex: 0 0 30%;width:100%;
    margin-right: 5%;
    margin-left: 0;
  }
  .joinin .reason ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.joinin .reason ul li .icon {
  margin: 0 auto;
  width:2.5vw;
  height:3vw; color:#fff; font-size:30px; font-family:Impact;
  display: flex;
  float:left;
  justify-content: center;
  align-items: center;
  background-color:#ed4a05;
  border-radius: 15px;
  position: relative;
}
.joinin .reason ul li .icon:after{
    content: "";
    display: block;
    width: 1.5625vw;
    height: 2px;
    background: #ed4a05;
    position: absolute;
    /* left: 2.083333vw; */
    bottom: 0px;
}
@media screen and (max-width: 768px) {
  .joinin .reason ul li .icon {
    width: 50px;
    height: 50px;
  }
}
.joinin .reason ul li .icon img {
  height: 45%;
}
.joinin .reason ul li .title { width:100%; text-align:left; margin-left:7%; padding:8px; padding-left:30px;background-color:#f2f3f5;
  margin-top:0.35vw;
  font-weight: bold;
}
.joinin .reason ul li .desc {
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .joinin .reason ul li .desc {
    max-width: unset;
  }
}

.common-article-title .cn {
  font-size: 1.2vw; color:#ed4a05; text-align:left; font-weight:bold;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .common-article-title .cn {
    font-size: 20px;
  }
}
.common-title .cn {
  font-size: 1.875vw;
  margin-bottom: 2.0833333333vh;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .common-title .cn {
    font-size: 20px;
    margin-bottom: 0px;
  }
}


/*品质加盟*/
.joinin1 .why { width:auto; padding-top:40px; overflow:hidden;
 
}

@media screen and (max-width: 768px) {
  .joinin1 .why {
    padding: 10px;
  }
}
.joinin1 .reason {
  margin-top: 2.125vw;
}
.joinin1 .reason ul { width:100%;
  text-align:left; overflow:hidden;
}

@media screen and (max-width: 768px) {
  .joinin1 .reason ul {
    flex-wrap: wrap;
  }
}
.joinin1 .reason ul li { width:100%;
 float:left;
  margin-bottom:6%;
}
@media screen and (max-width: 768px) {
  .joinin1 .reason ul li {
    flex: 0 0 30%;width:100%;
    margin-right: 5%;
    margin-left: 0;
  }
  .joinin1 .reason ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.joinin1 .reason ul li .icon {
  margin: 0 auto;
  width:2.5vw;
  height:3vw; color:#fff; font-size:30px; font-family:Impact;
  display: flex;
  float:left;
  justify-content: center;
  align-items: center;
  background-color:#ed4a05;
  border-radius: 15px;
  position: relative;
}
.joinin1 .reason ul li .icon:after{
    content: "";
    display: block;
    width: 1.5625vw;
    height: 2px;
    background: #ed4a05;
    position: absolute;
    /* left: 2.083333vw; */
    bottom: 0px;
}
@media screen and (max-width: 768px) {
  .joinin1 .reason ul li .icon {
    width: 50px;
    height: 50px;
  }
}
.joinin1 .reason ul li .icon img {
  height: 45%;
}
.joinin1 .reason ul li .title { width:100%; text-align:left; margin-left:10%; padding:8px; padding-left:30px;background-color:#f2f3f5;
  margin-top:0.35vw;
  font-weight: bold;
}
.joinin1 .reason ul li .desc {
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .joinin1 .reason ul li .desc {
    max-width: unset;
  }
}


/*品质加盟*/
.joinin2 .why { width:auto; padding-top:30px; overflow:hidden;
 
}

@media screen and (max-width: 768px) {
  .joinin2 .why {
    padding: 10px;
  }
}
.joinin2 .reason {
  margin-top: 1.125vw;
}
.joinin2 .reason ul { width:100%;
  text-align:left; overflow:hidden;
}

@media screen and (max-width: 768px) {
  .joinin2 .reason ul {
    flex-wrap: wrap;
  }
}
.joinin2 .reason ul li { width:100%;
 float:left;
  margin-bottom:1.5%;
}
@media screen and (max-width: 768px) {
  .joinin2 .reason ul li {
    flex: 0 0 30%;width:100%;
    margin-right: 5%;
    margin-left: 0;
  }
  .joinin2 .reason ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.joinin2 .reason ul li .icon {
  margin: 0 auto;
  width:2.5vw;
  height:3vw; color:#fff; font-size:30px; font-family:Impact;
  display: flex;
  float:left;
  justify-content: center;
  align-items: center;
  background-color:#ed4a05;
  border-radius: 15px;
  position: relative;
}
.joinin2 .reason ul li .icon:after{
    content: "";
    display: block;
    width: 1.5625vw;
    height: 2px;
    background: #ed4a05;
    position: absolute;
    /* left: 2.083333vw; */
    bottom: 0px;
}
@media screen and (max-width: 768px) {
  .joinin2 .reason ul li .icon {
    width: 50px;
    height: 50px;
  }
}
.joinin2 .reason ul li .icon img {
  height: 45%;
}
.joinin2 .reason ul li .title { width:100%; text-align:left; margin-left:10%; padding:8px; padding-left:30px;background-color:#f2f3f5;
  margin-top:0.35vw;
  font-weight: bold;
}
.joinin2 .reason ul li .desc {
  color: #666;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .joinin2 .reason ul li .desc {
    max-width: unset;
  }
}





.proshow1 p{font-size:16px;font-weight:bold; margin:0px !important; margin-bottom:10px !important;}
.ewr{margin-top:30px;}

/*====================手机====================*/
@media only screen and (max-width: 768px){
	.header{height:auto; line-height: normal; padding:3%;}
	.header .nav-list{display: none;}
	.header-right{display: none;}
	.header .logo{margin-left:0%; margin-top:0px;}
	.header .logo img{width:80%;}
	.banner{display: none;}
	.w1300{width:auto;}
	.jlsbj {display: none;}
	.sylm{width:auto; height:auto; padding-top:20px; padding-bottom:20px;}
    .sylm h3{font-size:24px;line-height:30px;}
    .sylm p{font-size:15px; }
	.xn_c_index_326_wrap{display: none;}
	.page{display: none;}
	.s_pic{width:auto; height:auto; background-color:#ec4b05; padding:8px; overflow:hidden;}	
	.s_pic h2{width:60%; text-align:left; font-size:18px; color:#fff;}
	.s_pic a{width:25%; text-align:left; font-size:14px; color:#fff; float:right;}
	
	
	
	.ysbj{background:url(img/f-bj1.jpg) top center no-repeat; padding-top:0px;padding-bottom:20px;}
	.ysbj .sylm{width:auto; height:auto; text-align:center; padding-top:30px; padding-bottom:20px;}
	.ysbj .sylm h3{font-size:24px;}
	.ysbj .sylm p{font-family:"微软雅黑"; font-size:15px; color:#ccc;line-height:20px;}
	
	.plan_c{margin-top:0px;}
	.plan_c dl{width:40%;float: left; padding:10px;margin:1.5%;}
	.plan_c dl:last-child{width:40%;float: left; padding:10px;background:rgba(255, 255, 255, 0.9); text-align:center;tmargin-left:30px; margin:1.5%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
    .plan_c dt{height: 100px;font-size:22px;line-height:40px;}
	.plan_c dd p{font-size:13px;line-height:22px;}
	.plan_c dt img{width:63px; height:63px;}
	
	.anlirol2 {width:auto; margin-top:0px; margin-bottom:20px;}
    .anlirol2 li {float: left;width:45%; margin:3% 0 0 3%; }
   	
	.pro-bot .pro-con{width:auto;}
	.pro-bot .pro-con .bdt ul li{width:48%;}
	
	.g_news17 .newtj{width:94%; height:auto; padding:10px; overflow:hidden;}
	.g_news17 .newtj dt{width:auto; height:auto;}
	.g_news17 .newtj dt em{width:80px; height:70px;}
	.g_news17 .newtj dt em b{font-size:24px; line-height:30px;}
	.g_news17 .newdown{width:auto; height:auto; padding:10px; float:none;}
	.g_news17 .newdown dd { width:auto; height:auto;}
	.g_news17 .newdown dt{width:80px; height:50px;}
	.g_news17 .newdown dt em{font-size:24px; line-height:20px;}
	.g_news17 .newtit ul{width:auto;}
	
	
    .g_ft{height:auto; padding-top:34px; background:url(img/s_f.jpg) repeat;padding:10px; padding-bottom:100px;overflow:hidden;}
	.g_ft .m_fnav{width:100%; border-bottom:1px solid #434343; padding-bottom:10px;}
	.g_ft .m_fnav a{width:50%; float:left;}
	.g_ft .f_ftcon{width:100%; border-bottom:1px solid #434343; padding-bottom:10px;padding-left:0px; margin-bottom:30px;}
	.g_ft .f_ftcon li{width:50%; float:left;}
	.g_ft .m_code{width:100%; padding-left:0px;}


	
	.nyzw-dh{ margin-top:10px; padding-right:7%;}
	.nyzw-dh li{ width:80px;margin-bottom:10px;}
	.nyzw-right{width:100%; padding:5px;}
	.nyzw-right li{ margin:0.5%; padding-top:2px;text-align:center; background-color:#0052C2; float:left;}

	.ny-about{ height:180px;background-size:240% auto;}
	.ny-manager{ height:180px; background-size:200% auto;}
	.ny-culture{ height:180px; background-size:200% auto;}
    .ny-lxwm{height:205px;background-size:240% auto; }
	.ny-pic{width:100%;height:205px; background: url(img/qlx_banner.jpg) center no-repeat;background-size:100% auto;}
    .ny-pics{ width:100%;height:205px; background: url(img/sdx_banner.jpg) center no-repeat;background-size:100% auto;}
    .ny-picz{ height:205px;background: url(img/zn_banner.jpg) left center no-repeat;background-size:200% auto;}
	.ny-factory{height:205px;background-size:240% auto;}
	.ny-case{height:205px;background-size:240% auto;}
	.ny-honor{height:205px;background-size:240% auto;}
	.ny-news{height:205px;background-size:240% auto;}
    .jt-page{ width: 100%; height: 80px; background-color: #fff; font-size: 0; border-bottom: 1px solid #eaeaea;}
    .ny-top{width: 100%;height: auto;}
	.jt-ny-tit h2{width:140px; height:35px; font-size:20px; line-height:35px;}
	.ny-loc{display: none;}
	.a_ys{width:auto;}
	.a_ys dl{width:140px; height:140px; margin:4.5%;}
	.a_ys dt{font-size:30px; line-height:40px;}
	.tr_wh{width:auto; padding-top:0px;}
	
	.a_jlsbj{padding-top:20px;}
	.a_jlsbj ul{width:auto; }
	.a_jlsbj ul .j-left{width:auto; height:auto; float:left;}
	.a_jlsbj ul .j-left img{width:100%;}
	.a_jlsbj ul .j-right{width:auto; height:auto;}
	.a_jlsbj ul .j-right h3{font-size:24px;line-height:30px;}
	.w_jlsbj ul{width:auto; height:auto;}
	.w_jlsbj ul .j-left{width:auto; height:auto;}
	.w_jlsbj ul .j-right{width:auto; height:auto;}
	.w_jlsbj ul .j-right h3{font-size:24px;line-height:30px;}


	
	.nywh{display: none;}
	.nyry{display: none;}
	
	.nyzw{width:auto;padding:10px;}
	.sf{display: none;}
	.showleft{display: none;}
	
	.ny-news01{width:auto}
	.ny-news01 li{width:auto;}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; padding-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:14px; font-weight:bold;}
	.ny-news01 li .r01 p{height:auto;}
	
	.new-xq-l{display: none;}
	.new-xq-r{display: none;}
	.new-xq-r p{
	  width:100%;
	}
   .lx-nyzw{width:auto;padding-top:10px;}
   .nysp{ width:100%; height:auto;}
   .p_40{padding:10px;}
   .y-kefu-box{display: none;}

	/*系统原样式修改*/
	.min_box_content{display: noe;}
	.showpics{margin:3% !important;}
    ul.love1 li{width:45%;}
	ul.love1 li a img{height:70px;}

}


/*====================bjb====================*/
@media only screen and (max-width: 1680px){
.header .nav-list {
    width:55%;margin-left:10%;
}

.header .nav-list .right .nav_list .list{
    position: relative; padding:0 14px;
}
}

/*====================bjb====================*/
@media only screen and (max-width: 1560px){
.header .nav-list {
    width:56%;margin-left:1%;
}

.header .nav-list .right .nav_list .list{
    position: relative; padding:0 8px;
}
}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
	
	.header{height:auto; padding:3%;}
	.header .nav-list{display: none;}
	.header-right{display: none;}
	.header .logo{margin-left:0%; margin-top:0px;}
	.header .logo img{width:80%;}
	.banner{display: none;}
	.w1300{width:auto;}
	.jlsbj {display: none;}
	.sylm{width:auto; height:auto; padding-top:20px; padding-bottom:20px;}
    .sylm h3{font-size:30px;line-height:30px;}
    .sylm p{font-size:18px; }
	.xn_c_index_326_wrap{display: none;}
	.page{display: none;}
	.s_pic{width:auto; height:auto; background-color:#ec4b05; padding:8px; overflow:hidden;}	
	.s_pic h2{width:60%; text-align:left; font-size:18px; color:#fff;}
	.s_pic a{width:25%; text-align:left; font-size:14px; color:#fff; float:right;}
	
	.ysbj{background:url(img/f-bj1.jpg) top center no-repeat; padding-top:0px;padding-bottom:20px;}
	.ysbj .sylm{width:auto; height:auto; text-align:center; padding-top:30px; padding-bottom:20px;}
	.ysbj .sylm h3{font-size:30px;}
	.ysbj .sylm p{font-family:"微软雅黑"; font-size:18px; color:#ccc;line-height:20px;}
	
	.plan_c{margin-top:0px;}
	.plan_c dl{width:44%;float: left; padding:10px;margin:1.5%;}
	.plan_c dl:last-child{width:44%;float: left; padding:10px;background:rgba(255, 255, 255, 0.9); text-align:center;tmargin-left:30px; margin:1.5%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
    .plan_c dt{height:100px;font-size:22px;line-height:40px;}
	.plan_c dd p{font-size:13px;line-height:22px;}
	.plan_c dt img{width:63px; height:63px;}
	
	.anlirol2 {width:auto; margin-top:0px; margin-bottom:20px;}
    .anlirol2 li {float: left;width:45%; margin:3% 0 0 3%; }
   	
	.pro-bot .pro-con{width:auto;}
	.pro-bot .pro-con .bdt ul li{width:32.6%;}
	
	.g_news17 .newtj{width:94%; height:auto; padding:10px; overflow:hidden;}
	.g_news17 .newtj dt{width:auto; height:auto;}
	.g_news17 .newtj dt em{width:90px; height:80px;}
	.g_news17 .newtj dt em b{font-size:30px; line-height:40px;}
	.g_news17 .newdown{width:auto; height:auto; padding:10px; float:none;}
	.g_news17 .newdown dd { width:auto; height:auto;}
	.g_news17 .newdown dt{width:90px; height:80px;}
	.g_news17 .newdown dt em{font-size:30px; line-height:30px;}
	.g_news17 .newtit ul{width:auto;}
	
	
    .g_ft{height:auto; padding-top:34px; background:url(img/s_f.jpg) repeat;padding:10px; padding-bottom:100px;overflow:hidden;}
	.g_ft .m_fnav{width:100%; border-bottom:1px solid #434343; padding-bottom:10px;}
	.g_ft .m_fnav a{width:50%; float:left;}
	.g_ft .f_ftcon{width:100%; border-bottom:1px solid #434343; padding-bottom:10px;padding-left:0px; margin-bottom:30px;}
	.g_ft .f_ftcon li{width:50%; float:left;}
	.g_ft .m_code{width:100%; padding-left:0px;}



	
	.nyzw-dh{ margin-top:10px; padding-right:7%;}
	.nyzw-dh li{ width:80px;margin-bottom:10px;}
	.nyzw-right{width:100%; padding:5px;}
	.nyzw-right li{ margin:0.5%; padding-top:2px;text-align:center; background-color:#0052C2; float:left;}

	.ny-about{ height:180px;background-size:100% auto;}
	.ny-manager{ height:180px; background-size:100% auto;}
	.ny-culture{ height:180px; background-size:100% auto;}
    .ny-lxwm{height:260px;background-size:200% auto;}
	.ny-pic{width:100%;height:260px; background: url(img/qlx_banner.jpg) center no-repeat;background-size:100% auto;}
    .ny-pics{ width:100%;height:260px; background: url(img/sdx_banner.jpg) center no-repeat;background-size:100% auto;}
    .ny-picz{ height:260px;background: url(img/zn_banner.jpg) left center no-repeat;background-size:180% auto;}
	.ny-factory{height:260px;background-size:200% auto;}
	.ny-case{height:260px;background-size:200% auto; }
	.ny-honor{height:260px;background-size:200% auto;}
	.ny-news{height:260px;background-size:200% auto;}
    .jt-page{ width: 100%; height: 80px; background-color: #fff; font-size: 0; border-bottom: 1px solid #eaeaea;}
    .ny-top{width: 100%;height: auto;}
	.jt-ny-tit{position: relative; height:260px;}
	.jt-ny-tit h2{width:140px; height:35px; font-size:20px; line-height:35px;}
	.ny-loc{display: none;}
	.a_ys{width:auto;}
	.a_ys dl{width:140px; height:140px; margin:3%;}
	.a_ys dt{font-size:30px; line-height:40px;}
	.tr_wh{width:auto; padding-top:0px;}


    .ny-news01{width:auto}
	.ny-news01 li{width:100%;}

	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:auto;margin-top:10px;}
	.new-xq-l{display: none;}
	.new-xq-r{width:26%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
	.lx-nyzw{width:auto;padding-top:10px;}
	.nysp{ width:100%; height:auto;}
}


/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sj-banner{display: none;}
	.s-menu{display: none;}
	.ph-bq{display: none;}
	.s_jlsbj {display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.sjys{display: none;}
	.sjal{display: none;}
	.fen{display: none;}
	.sjaboutys{display: none;}
	.sj-aboutbj{display: none;}
	.sjal{display: none;}
	.sjal-pic{display: none;}
	.m_border{display: none;}
	.sp_header{display: none;}
	.sjpic{display: none;}
	.sj-tel{display: none;}
}


