/*css初始化   css reset start*/
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#F39800;height:60px;border-radius:8px;}
::-webkit-scrollbar-thumb:window-inactive{background:#F39800;}
::-webkit-scrollbar-thumb:vertical:hover{background:#F39800;}

/*
@font-face {
  font-family: "LIGHT_1.0_1";
  src: url("../fonts/light_1.0_1.woff2") format("woff2"),
       url("../fonts/light_1.0_1.woff") format("woff"),
       url("../fonts/light_1.0_1.ttf") format("truetype"),
       url("../fonts/light_1.0_1.eot") format("embedded-opentype"),
       url("../fonts/light_1.0_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/


html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,iframe,table,tbody,tfoot,thead,
tr,th,td,article,aside,footer,header,nav,section,del,s,em,i,strong,b,u,select,button,textarea,input,a{
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; 
	-ms-box-sizing: border-box; margin:0; padding:0;-webkit-tap-highlight-color:transparent;
}


/*特殊声明*/
html{-webkit-text-size-adjust:none;} 
/*body{
	font-family:"Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;font-weight: normal; 
	color:#585757; font-size:14px;background:#fff;width:100%;min-width: 320px;max-width:1920px;margin:0 auto;overflow-x:hidden;
}*/
body{
	font-family:"LIGHT_1.0_1","Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;font-weight: normal; 
	color:#585757; font-size:14px;background:#fff;width:100%;min-width: 320px;max-width:1920px;margin:0 auto;overflow-x:hidden;
}


/*清除浮动*/
.clearfix:after{content:"."; clear:both; display:block; height:0; visibility:hidden;}
.clearfix{zoom:1;}

/*设置链接*/
a{color:#585757; text-decoration:none;}
a:hover{text-decoration:none;cursor:pointer;}

/*其它*/
fieldset,img,textarea,input,button,select{border:none;outline: none;background:none;} /*去掉边框*/
ul,li,ol,dl,dt,dd{ list-style:none;}/*去掉列表样式*/
del{text-decoration:line-through; }
table {border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6,b{font-weight:normal;}
i{font-style:normal;}
input,select,img,button{vertical-align:middle;}
input,button,textarea,select{
	font-family:"Microsoft YaHei Light","Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", 
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;resize: none;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}
input::-moz-placeholder, textarea::-moz-placeholder { color: #9FA0A0;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #9FA0A0;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #9FA0A0;}

.fl{float:left;}
.fr{float:right;}
img{display:block;margin:0 auto;}
.wrapper{width:100%;overflow:hidden;}
.container{position:relative;width:1600px;margin:0 auto;/* overflow:hidden; */}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.clamp4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.imgMark{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.5);z-index:5;}
.Animation {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.en{text-transform:uppercase;}
.icon_play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.overflowH{overflow-y: hidden;}


/* 自定义箭头 */
.arrows-right{display: inline-block;border-top: 1px solid;border-right: 1px solid;width:8px;height: 8px; border-color: rgba(153, 153, 153, 1);transform: rotate(45deg);margin: 0 10px 0 5px;}

/* 弹性布局 */
.flex-c-c{display: flex; justify-content: center; align-items: center;}
.flex-c-s{display: flex; justify-content: center; align-items: flex-start;}
.flex-c-e{display: flex; justify-content: center; align-items: flex-end;}
.flex-b-c{display: flex; justify-content: space-between; align-items: center;}
.flex-b-s{display: flex; justify-content: space-between; align-items: flex-start;}
.flex-a-c{display: flex; justify-content: space-around; align-items: center;}
.flex-s-s{display: flex; justify-content: flex-start; align-items: flex-start;}
.flex-s-c{display: flex; justify-content: flex-start; align-items: center;}
.flex-e-c{display: flex; justify-content: flex-end; align-items: center;}
.flex-c-c-fd{display: flex; justify-content: center; align-items: center;flex-direction: column;}
.flex-s-c-fd{display: flex; justify-content: flex-start; align-items: center;flex-direction: column;}
.flex-c-s-fd{display: flex; justify-content: center; align-items: flex-start;flex-direction: column;}
.flex-s-s-fd{display: flex; justify-content: flex-start; align-items: flex-start;flex-direction: column;}
.flex-b-c-fd{display: flex; justify-content: space-between; align-items: center;flex-direction: column;}
.flex-b-s-fd{display: flex; justify-content: space-between; align-items: flex-start;flex-direction: column;}
.flex-wrap{flex-wrap: wrap;}

/* 文本省略号 */
.ellipsis{text-overflow:ellipsis;white-space: nowrap;overflow: hidden;}
.ellipsis-one{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.ellipsis-two{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/* 鼠标变成手 */
.pointer{cursor: pointer;}

/* 字体颜色 */
.font-c-33{color: #333333;}
.font-c-ff{color: #FFFFFF;}
.font-c-99{color: #999999;}

/* 字体 */
.font12{font-size: 12px;font-weight: 500;}
.font14{font-size: 14px;font-weight: 500;}
.font16{font-size: 16px;font-weight: 500;}
.font18{font-size: 18px;font-weight: 500;}
.font20{font-size: 20px;font-weight: 500;}
.font22{font-size: 22px;font-weight: 500;}
.font24{font-size: 24px;font-weight: 500;}
.font28{font-size: 28px;font-weight: 500;}
.font30{font-size: 30px;font-weight: 500;}
.font36{font-size: 36px;font-weight: 500;}
.font40{font-size: 40px;font-weight: 500;}
.font50{font-size: 50px;font-weight: 500;}

/* 字体粗细 */
.font-w-blod{font-weight: bold;}
.font-w-500{font-weight: 500;}
.font-w-400{font-weight: 400;}
.font-w-300{font-weight: 300;}


/* 边距 */
.mg-l-10{margin-left: 10px;}
.mg-l-20{margin-left: 20px;}
.mg-l-30{margin-left: 30px;}
.mg-l-40{margin-left: 40px;}
.mg-l-100{margin-left: 100px;}
.mg-r-10{margin-right: 10px;}
.mg-r-15{margin-right: 15px;}
.mg-r-30{margin-right: 30px;}
.mg-r-35{margin-right: 35px;}
.mg-t-10{margin-top: 10px;}
.mg-t-15{margin-top: 15px;}
.mg-t-20{margin-top: 20px;}
.mg-t-30{margin-top: 30px;}
.mg-t-35{margin-top: 35px;}
.mg-t-40{margin-top: 40px;}
.mg-t-45{margin-top: 45px;}
.mg-t-50{margin-top: 50px;}
.mg-t-60{margin-top: 60px;}
.mg-t-80{margin-top: 80px;}
.mg-t-90{margin-top: 80px;}
.mg-t-100{margin-top: 100px;}
.mg-b-10{margin-bottom: 10px;}
.pd-t-10{padding-top: 10px;}

/*css初始化   css reset end*/

/*头部*/
.header{position:fixed;width:100%;height:90px;z-index:101;left:0;top:0;background:url(../img/navbg.png) repeat;border-bottom:4px solid #333439;transition:all 0.5s;-webkit-transition:all 0.5s;}
.header .container{width:100%;overflow:visible;}
.header .logo{position:absolute;width:290px;height:100%;left:4%;top:0;padding-top:22px;}
.header .logo img{display: block;height:45px;}
.header .logo .line{position:absolute;width:100%;height:4px;background:#f39800;left:0;bottom:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s;}
.header .container,.header .nav,.header .search,.search,.search_form,.search .tip,.header .main_nav,.header li{height:90px;}
.header .main_nav{width:65%;}
.header .nav{width:76.4%;display: flex;}
.header .search{width:23.6%;}
.header .tip{width:42%;}
.header .tip .tel,.enWebsite{width:50%;}

.indexHeader{background:transparent;border-bottom:4px solid transparent;}
.indexHeader .logo .line{opacity:0;}
/* .indexHeader .tel_1{display:block;} */
.indexHeader .navLine:after{opacity:0;}
.indexHeader .nav li a{color:#fff;}
.indexHeader .nav li:hover a{color:#fff;background:rgba(0, 0, 0, 0.5);}
/* .indexHeader .nav .menu_nav{background:rgba(255,255,255,0);} */
.indexHeader .nav .menu_nav a:hover{background:rgba(255,255,255,0.5);}
.indexHeader .search_form .s_input{border:2px solid rgba(255,255,255,0.8);}
.indexHeader .s_submit input{background:url(../images/icon_2_fff.png) no-repeat center;background-size:100% 100%;}
.indexHeader .navlinks{background:rgba(255,255,255,0.2);}


.nav li{position:relative;float:left;/* width:14.2857%; */flex:1; }
.nav li a{position:relative;display:block;height:100%;color:#e8e6e6;font-size:16px;text-align:center;padding-top:24px;z-index:2;}
.nav li a span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nav li a .en{margin-top:4px;}
.search_form{position:relative;width:58%;}
.search_form .s_input{width:100%;height:100%;border:2px solid rgba(255,255,255,0.8);border-radius:13px;background:rgba(0,0,0,0.2);transition:all 0.5s;-webkit-transition:all 0.5s;}
.search_form .s_input input{padding:0 20px 0 5px;color:#fff;font-size:12px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.search_form input{display:block;width:100%;height:100%;font-size:12px;}
.s_submit{position:absolute;right:7px;top:5px;}
/* .s_submit input{width:20px;height:20px;background:url(../images/icon_2_fff.png) no-repeat center;background-size:100% 100%;cursor:pointer;} */
.tel{position:relative;height:100%;}
/* .tel_1{background:url(../img/phonecall.png) no-repeat center;background-size:25% auto;display:none;} */
.enWebsite{cursor:pointer;position:relative;height:100%;background:url(../images/en.png) no-repeat center;background-size:70% auto;}
/* .navlinks{display: none;position: absolute;width:200px;top:100%;right:5px;background:rgba(255,255,255,0.8);padding:10px 5px;border:3px solid #F39800;border-radius:6px;} */
.navlinks:before{content:'';position: absolute;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #F39800;top:-9px;right:10px;}
.navlinks a{float:left;display: block;width:50%;color:#fff;font-size:14px;text-transform: uppercase;text-align:center;line-height:36px;padding:10px 5px;border-right:1px solid rgba(0,0,0,0.1);}
.navlinks a:last-child{border-right:none;}
/* .navlinks a:hover{background:rgba(255,255,255,0.3);} */
.navlinks a>img{height:29px;}
/* .navLine:after{content:'';position:absolute;width:3px;height:100%;background:url(../images/navline.png) no-repeat top left;top:0;left:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s;}s */
.nav li.cur>a,.nav li>a{border-top:5px solid rgba(255, 255, 255, 0);}
.nav li.cur>a,.nav li:hover>a{color:#fff;background:rgba(0, 0, 0, 0.5); border-top: 5px solid #F39800;}


.nav .menu_nav{position:absolute;width:100%;left:0;top:90px;background:rgba(0, 0, 0, 0.5);z-index:20;border-bottom:3px solid #000;display:none;}
.nav .menu_nav a{display:block;width:100%;text-align:center;color:#fff;font-size:16px;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:0;}
.nav .menu_nav a.cur{background:rgba(255,255,255,0.29);}
.nav .menu_nav a:hover{background:rgba(255,255,255,0.29);}


.header .menu_icon,.header .menu_icon_cha{position:absolute;width:35px;height:35px;right:10px;top:16px;cursor:pointer;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);z-index:2;display:none;}
.header .menu_icon{background:url(../img/menu_icon.png) no-repeat center;background-size:32px 32px;}
.header .menu_icon_cha{background:url(../img/menu_icon_cha.png) no-repeat center;background-size:25px 25px;}
.header .min_main_nav{position:fixed;width:100%;height:100vh;top:70px;left:0;background:#000;display:none;}
.header .min_main_nav .nav{width:100%;height:auto;display: block;}
.header .min_main_nav .nav li{width:100%;height:auto;border-bottom:1px solid #1C1C1C;}
.header .min_main_nav .nav li a{padding:12px 0;font-size:15px;}
.min_main_nav .nav .menu_nav{display:none;position:relative;top:0;border-bottom:none;background:none;}
.header .min_main_nav .nav .menu_nav a{padding:0;font-size:15px;color:rgba(255,255,255,0.7);border-top:1px solid #1e1e1e;background:#333333;line-height: 50px;height: 50px;}
.min_main_nav .nav li.cur>a,.min_main_nav .nav li:hover>a{border-bottom:none;background:none;}
.header .min_main_nav .nav .enWebsite{position:relative;width:100%;height:auto;background:none;text-align:center;}
.header .min_main_nav .nav .enWebsite a{float:none;display: inline-block;width:auto;padding:15px 10px;margin:0 5px;font-size:16px;text-transform: uppercase;color:#fff;}
.header .min_main_nav .nav .enWebsite a img{height:29px;}
.header .min_main_nav .nav .tel_2{position:relative;height:63px;background:url(../images/tel_2.png) no-repeat center;background-size:45px 45px;}

/*底部*/
.footer{background:#1D1C1C;padding:0 0 10px;overflow:hidden;}
.footer .container{overflow: visible;}
.footer_top{padding:40px 0;}
.footer_top h3{height:35px;margin-bottom:15px;text-align: center;}
.footer_top h3 a{font-size:18px;color:#C5C5C5;}
.footer_top a{display:block;line-height:30px;font-size:14px;color:#7D8488; text-align: center;}
.footer_top a:hover{color:#fff;}


.support{text-transform: uppercase;}



.footerAdd{padding:40px 0;}
.f_add{padding: 10px 0; font-size: 14px;}
.f_add a{float:left;color:#fff;font-size:18px;line-height:60px;}
.f_add a>span{float:left;}
.f_add .icon{float:left;position: relative;width:34px;margin-right:10px;}
.f_add .icon img{width:100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.f_add .hover{position: absolute;visibility: hidden;opacity: 0;left:0;top:0;width:0;height:0;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.3s;transition: all 0.3s;}
.f_add a:hover{color:#f39800;}
.f_add a:hover .hover{visibility: visible;opacity: 1;width:100%;height:100%;}
.f_add a:hover .default{visibility: hidden;opacity: 0;}

.f_code{position: relative; margin-left: 10px;}
.f_code:hover .showCode{display: block;}
.f_code .f_Code_item{border: 1px solid #999999;border-radius: 50px;padding: 10px 20px;font-size: 14px; color: #999999;}
.f_code .f_Code_item .code_icon{width: 27px;height: 27px;margin-left: 20px;}
.f_code .showCode{position: absolute; top: 59px;z-index: 10; left: 15px;width: 129px;height: 129px; display:none;}

.foot_addbox .min-code{width: 100%; display: none; margin-top: 20px;}
.foot_addbox .min-code .code-m{width: 30%; max-width: 179px; max-height: 179px; padding: 0 20px;}
.foot_addbox{width: 25%;padding-right: 50px;}
.foot_addbox .icon{margin-bottom: 20px; max-width: 200px;}
.foot_addbox .icon img{width:100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot_addbox .box {margin-top: 30px;}
.foot_addbox .box .t{font-size: 14px;color: #FFFFFF;margin-right: 10px;}
.foot_addbox .box .t img{width: 20px;}
.foot_addbox .box .c{font-size: 18px; color: #999999;}

.foot_title{width: 50%;}

.foot_form{width: 25%; padding: 0 0 0 50px;}
.foot_form .title{font-size: 18px;color: #FFFFFF; text-align: center;margin-bottom: 25px;}
.foot_form input{width: 100%; height: 34px;background: #F9F9F9;border: 1px solid #ECECEC;margin-bottom: 15px; padding: 0 10px;}
.foot_form textarea{width: 100%; height: 34px;background: #F9F9F9;border: 1px solid #ECECEC;margin-bottom: 15px; padding: 0 10px;}
.foot_form .cont{height: 80px;}

.footLinks{border-top:1px solid rgba(255,255,255,0.2);padding:15px 0 10px;}
.footLinks>div>span,
.footLinks>div>a{float:left;margin-right:15px;line-height:20px;margin-bottom:5px;}
.footLinks>div>span{color:#C5C5C5;}
.footLinks>div>a{color:#7D8488;}
.footLinks>div>a:hover{color:#fff;}

.foot-bottom{background: #000000;}

/*回到顶部*/
.goBack{position:fixed;width:41px;height:56px;right:20px;bottom:15%;z-index:3;cursor:pointer;display:none;}
.goBack img{width:100%;height:100%;}

.backList{width:100%;padding:30px 0 20px;margin-top:25px;}
.backList a{display: block;width:108px;height:38px;line-height:38px;text-align:center;background:#f39800;color:#fff;font-size:14px;margin:0 auto;border:1px solid #f39800;}
.backList a:hover{color:#f39800;background:none;}

/*内页共用*/
.paddingTop35{padding-top:35px;}
.paddingTop90{padding-top:90px;}
.paddingTop50{padding-top:55px;padding-bottom:100px;}
.h_title{width:100%;text-align:center;}
.h_title .line{width:103px;height:6px;background:#f39800;margin:0 auto;}
.h_title h1 span{display:block;color:#FFFFFF;}
.h_title .ch{font-size:34px;}
.h_title .en{font-size:30px;margin:15px auto 0;}


.h3_title{font-size:26px;color:#231815;margin-bottom:40px;}


.contentText{line-height:26px;font-size:14px;}
.contentText img{max-width:100%;display:inline-block;}
.contentText video{display: block;max-width:100%;margin:0 auto;}
.contentText a{display: inline;}


/*分类导航*/
.proTopNav{width:100%;padding:200px 0 0 0;}
.proTopNav .h_title{}
.pro_nav{text-align:center;flex-wrap: wrap;}
.pro_nav a{display:inline-block;height:76px;color:#FFFFFF;font-size:18px;text-align:left;margin:0 2%;line-height: 76px;}
.pro_nav a span{display:block;}

.pro_nav .line{width:0;height:4px;background:#f39800;visibility:hidden;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.pro_nav .cur .line{visibility:visible;width:100%;background:#f39800;}
.pro_nav .cur .en{visibility:visible;}
.pro_nav .cur{color:#FFFFFF;}
.pro_nav a:hover{color:#f39800;}
.pro_nav a:hover .line{visibility:visible;width:100%;background:#f39800;}
.pro_nav a:hover .en{visibility:visible;}

.proTopNav.noProNav{padding:100px 0;}
.proTopNav.noProNav .h_title{margin-bottom:0;}
.proTopNav .smallNav{background-color: rgba(0, 0, 0, 0.4); margin-top: 120px;}

/*翻页*/
.page{position:relative;display:block;width:332px;margin:0 auto;}
.page span{display:inline-block;height:20px;line-height:20px;font-size:14px;color:#727373;text-transform:uppercase;cursor:pointer;}
.page .page_text{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.page .prev,.page .next{position:relative;width:100%;}
.page .page_arrow{position:absolute;width:230px;top:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.page .page_arrow_left{right:52px;background:url(../images/arrow_left.png) no-repeat center;background-size:100%;}
.page .page_arrow_right{left:52px;background:url(../images/arrow_right.png) no-repeat center;background-size:100%;}



/*新闻翻页*/
.pager{text-align: center;margin:30px 0;}
.pager *{display: inline-block;min-width:36px;height:36px;line-height: 36px;margin:0 2px;border:1px solid #a7a7a7;}
.pager span{border:none;}
.pager .p_page{cursor: pointer;}
.pager .p_page,.nextPage,.prvePage{padding:0 10px;text-align: center;background:transparent;}
.nextPage,.prvePage{cursor: default;}
.pager .currentPage,
.pager .p_page:hover{background:#f39800;cursor: pointer;color:#fff;border-color:#F39800;}




@media screen and (min-width:1600px) and (max-width:1799px){
	.container{width:1400px;}
	
	/*头部*/
	.header .logo{width:280px;padding-top:18px;}
	.header .logo img{height:54px;}
	.header .main_nav{width:60%;}
	
	/*底部*/
	.foot_addbox .icon { max-width: 180px;}
}


@media screen and (min-width:1400px) and (max-width:1599px){
	.container{width:1200px;}
	
	/*内页共用*/
	.h_title .ch{font-size:30px;}
	.h_title .en{font-size:28px;}
	
	/*头部*/
	.header .logo{width:260px;padding-top:20px;}
	.header .logo img{height:50px;}
	.header .main_nav{width:65%;}

	/*底部*/
	.footerAdd{padding:35px 0;}
	.f_add a{font-size:16px;line-height:56px;}
	.foot_addbox .icon { max-width: 180px;}
}

@media screen and (min-width:1200px) and (max-width:1399px){
	.container{width:1170px;padding-left:15px;padding-right:15px;}
	
	/*内页共用*/
	.paddingTop50{padding:50px 0 100px;}
	.h_title .ch{font-size:28px;}
	.h_title .en{font-size:24px;}
	
	/*头部*/
	.header .logo{width:200px;padding-top:25px;}
	.header .logo img{height:40px;}
	.header .main_nav{width:74%;}
	.nav li a{font-size:15px;}
	.nav li a .en{margin-top:2px;}
	.nav .menu_nav a{font-size:15px;}
	.s_submit{right:10px;}
	.search_form .s_input input{padding:0 30px 0 10px;}

	
	/*底部*/
	.footer_top{padding:35px 0;}
	.footer_top h3 a{font-size:16px;}
	
	.footerAdd{padding:35px 0;}
	.f_add a{font-size:16px;line-height:56px;}
	
	.foot_addbox .icon { max-width: 150px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
	.container{width:970px;padding-left:15px;padding-right:15px;}
	
	/*内页共用*/
	.paddingTop50{padding:45px 0 100px;}
	.h_title .ch{font-size:26px;}
	.h_title .en{font-size:24px;}

	.h3_title{margin-bottom:30px;font-size:24px;}
	
	/*分类导航*/
	.proTopNav{padding:150px 0 0 0;}
	.proTopNav .smallNav{margin-top: 100px;}
	.pro_nav a{font-size:20px;}
	.pro_nav .ch{margin-bottom:18px;}
	.pro_nav .en{font-size:16px;}
	

	/*头部*/
	.header .logo{width:180px;padding-top:25px;left:3%;}
	.header .logo img{height:36px;}
	.header .main_nav{width:76%;}
	.nav li a{font-size:14px;}
	.nav li a .en{margin-top:2px;font-size:12px;}
	.nav .menu_nav a{font-size:14px;}
	.s_submit{right:10px;}
	.search_form .s_input input{padding:0 30px 0 10px;}
	.navlinks{right:0}


	/*底部*/
	.footer_top{padding:35px 0;}
	.footer_top h3{max-width:100px;}
	.footer_top h3 a{font-size:16px;}
	.support{display: block;}
	
	.footerAdd{padding:30px 0;}
	.f_add a{font-size:16px;line-height:50px;}
	
	.foot_addbox .icon { max-width: 140px;}
}

@media screen and (min-width:768px) and (max-width:991px){
	/* .container{width:750px;padding-left:15px;padding-right:15px;} */
	.container{width:750px;}
	
	/*内页共用*/
	.paddingTop50{padding:40px 0 80px;}
	.h_title .ch{font-size:24px;}
	.h_title .en{font-size:20px;margin:10px auto 0;}

	.h3_title{margin-bottom:30px;font-size:22px;}
	
	/*分类导航*/
	.proTopNav .h_title{margin-bottom:30px;}
	.proTopNav{padding:100px 0 0 0;}
	.proTopNav .smallNav{margin-top: 50px;}
	.
	.pro_nav a{font-size:18px;}
	.pro_nav .ch{margin-bottom:16px;}
	.pro_nav .en{font-size:15px;}
	
	.proTopNav.noProNav{padding:90px 0;}

	/*头部*/
	/* body{padding-top:70px;} */
	.header{height:70px;}
	.header .container{height:70px;}
	.header .logo{width:180px;padding-top:16px;left:15px;}
	.header .logo img{height:36px;}
	.header .logo .line{height:3px;}
	.max_main_nav{display:none;}
	.header .min_main_nav{top:70px;}
	.header .menu_icon{display:block;right:15px;}
	.paddingTop90{padding-top:70px}


	/*底部*/
	.footer_top{padding:25px 0;}
	.footer_top h3{max-width:100px;}
	.footer_top h3 a{font-size:16px;}
	
	.footerAdd{padding:25px 0;}
	.f_add a{font-size:16px;width:25%;line-height:40px;display: flex;justify-content: center;}
	.f_code{display: none;}
	.foot_addbox .min-code{width: 100%; display: flex;}
	.foot_addbox{width: 100%;padding-right: 0;}
	
	.foot_title{display: none;}
	.foot_form{display: none;}
	
	.foot_addbox .box {margin-top: 10px;}
	.foot_addbox .icon { max-width: 140px;}
}

@media screen and (min-width:0px) and (max-width:767px){
	.container{width:100%;padding-left:15px;padding-right:15px;}
	.goBack{bottom:60px;right:15px;width:30px;height:41px;}
	
	/*内页共用*/
	.paddingTop50{padding:35px 0 80px;}
	.pager *{font-size:12px;min-width:34px;height:34px;line-height:34px;padding:0 8px;margin:0;}
	
	.h_title .line{height:4px;width:85px;}
	.h_title .en{font-size:18px;margin:5px auto 0;}
	.h_title .ch{font-size:20px;}
	

	.h3_title{margin-bottom:20px;font-size:20px;}
	
	/*分类导航*/
	.proTopNav-new-moblie{background:url("/static/index/img/bg/new-web-bg.jpg")  no-repeat !important; background-size:cover !important; }
	.proTopNav-creative-moblie{background:url("/static/index/img/bg/creative-bg1.jpg")  no-repeat !important; background-size:cover !important; }
	.proTopNav .h_title{margin-bottom:25px;}
	.proTopNav .container{width:100%;}
	.proTopNav{padding:100px 0 0;}
	.proTopNav .smallNav{margin-top: 50px;}
	.pro_nav a{font-size:16px;margin:0 2%;}
	.pro_nav .ch{margin-bottom:14px;}
	.pro_nav .en{font-size:13px;}
	.pro_nav .line{width:100%;}
	
	.proTopNav.noProNav{padding:70px 0;}
	
	/*头部*/
	/* body{padding-top:70px;} */
	.header{height:70px;}
	.header .container{height:70px;}
	.header .logo{width:160px;padding-top:20px;left:10px;}
	.header .logo img{height:30px;}
	.header .logo .line{height:3px;}
	.max_main_nav{display:none;}
	.header .menu_icon{display:block;right:10px;}
	.paddingTop90{padding-top:70px}


	/*底部*/
	.footer_top{padding:25px 0;}
	.footer_top h3{max-width:100px;}
	.footer_top h3 a{font-size:16px;}

	.footerAdd{padding:20px 0;}
	.f_add a{font-size:14px;width:25%;line-height:36px;display: flex;justify-content: center;}
	.f_code{display: none;}
	.footLinks{border-top:none;}
	
	.foot_addbox .min-code{width: 100%; display: flex;}
	.foot_addbox{width: 100%;padding: 0 20px}
	
	.foot_title{display: none;}
	.foot_form{display: none;}
	.footLinks{border-top: 1px solid rgba(255,255,255,0.2);}
	
	.foot_addbox .icon { max-width: 100px;}
	.foot_addbox .box {margin-top: 10px;}
	.foot-bottom{display: none;}
}

@media screen and (min-width:0px) and (max-width:600px){
	.f_code{display: none;}
	.f_add a>span{float:none;display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
}
@media screen and (min-width:0px) and (max-width:360px){
	.f_add a{font-size:12px;}
}

/* 新闻详情下加 */
.relevance{overflow: hidden;margin:15px 0 0;}
.relevance .item{margin-bottom:25px;}
.relevance .item:last-child{margin-bottom:0;}
.relevance .item>h2{position: relative;font-size:18px;padding-left:15px;font-weight: 700;color:#333;margin-bottom:15px;}
.relevance .item>h2:before{content: '';position: absolute;width:3px;height:20px;background:#333;left:0;top:50%;margin-top:-10px;}
.relListOuter{padding-left:15px;}
.relList{overflow: hidden;margin:0 -25px;}
.relList>li{padding:0 25px;margin-bottom:5px;}
.relList a{position: relative;display: block;font-size:14px;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.relList a>span{position:absolute;width:0px;overflow:hidden;left:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;color:#f39800;}
.relList a:hover{padding-left:36px;color:#f39800;}
.relList a:hover span{width:36px;}
@media (max-width: 479px) {
	.relevance .item>h2{font-size:16px;}
}
@media (min-width: 768px) {
	.relList a{font-size:16px;}
}
@media (min-width: 992px) {
	.relevance{margin-top:25px;}
	.relevance .item{margin-bottom:35px;}
	.relevance .item>h2{font-size:20px;margin-bottom:20px;}
	.relList>li{float:left;width:50%;}
}