/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
html,body {font-size: calc(100vw / 19.20);}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }
::-webkit-input-placeholder{color:#BDBDBD;}   
:-moz-placeholder{color:#BDBDBD;}          
::-moz-placeholder{color:#BDBDBD;}            
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}        
.placeholder{color:#BDBDBD;}

blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal}
body, input, select, button, textarea{color:#000000; font-size: 0.16rem; line-height: 1.5;font-family:"PingFang SC","Microsoft Yahei";}
a { color:#000000;text-decoration: none!important;}
a * { cursor: pointer }
:focus { outline: none }
a:link,
a:active,
a:visited,
a:hover {outline:none!important;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
*{outline:none!important; -webkit-tap-highlight-color: rgba(0,0,0,0);}
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{ font-family: 'iconfont';}

/*字号*/
.fnt_14{font-size:0.14rem;}
.fnt_16{font-size:0.16rem;}
.fnt_18{font-size:0.18rem;}
.fnt_20{font-size:0.20rem;}
.fnt_22{font-size:0.22rem;}
.fnt_24{font-size:0.24rem;}
.fnt_26{font-size:0.26rem;}
.fnt_28{font-size:0.28rem;}
.fnt_30{font-size:0.3rem;}
.fnt_32{font-size:0.32rem;}
.fnt_36{font-size:0.36rem;}
.fnt_38{font-size:0.38rem;}
.fnt_40{font-size:0.4rem;}
.fnt_48{font-size:0.48rem;}
.fnt_50{font-size:0.5rem;}
.fnt_56{font-size:0.56rem;}
.fnt_60{font-size:0.6rem;}
.fnt_64{font-size:0.64rem;}
.fnt_68{font-size:0.68rem;}
.fnt_70{font-size:0.7rem;}
.fnt_72{font-size:0.72rem;}
.fnt_76{font-size:0.76rem;}
.fnt_80{font-size:0.8rem;}
.fnt_90{font-size:0.9rem;}
.fnt_100{font-size:1rem;}


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
/*所有后台编辑器区域都要引用 edit_con_original 类名*/

*{box-sizing: border-box;}
/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}
/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%;}
/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0);position:absolute; left:50%; top:0;}
/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}
.bg-cover-ban{ background-size: 100% 100%;}


.ratio-img,.ratio-img img{width: 100%;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}
.bold{ font-weight: bold;}

.wrap{max-width: 14.40rem; margin:0 auto; width:94%;}

.more{ display: block; margin: 0.7rem auto 0;}
.more a{ height: 0.46rem; line-height: 0.46rem; padding: 0 0.4rem; text-align: center; color: #fff; display: inline-block; border-radius: 0.3rem; background: #032E87;}
.more i{ margin-left:0.1rem; font-weight: bold;}


.header{width: 100%; height:1rem; position: fixed; left:0; top:0; z-index: 101;transition: 0.3s all;}
.header .inner{padding: 0 6.77%;}
.header .logo{ float:left; width:2.29rem; height:0.31rem; margin-top:0.38rem;}
.nav{ float:right; width:calc(100% - 2.5rem); margin-top:0.2rem;height:0.8rem;}
.rr_top{float:right;position:relative;line-height:0.8rem;}
.jd_link{padding: 0 10px;}
.ser,.ser a{color: #fff;}
.ser a:hover{color: #fff!important;}
.search_wrap{ position: absolute; right:0; top:0.8rem;width: 0; height:0.4rem;line-height: 0.4rem;overflow: hidden;border-radius: 0.2rem; color:#fff; background: #fff;transition: 0.3s all;}
.search_wrap.on{width: 2.8rem;border-radius:0.05rem;border:0.01rem solid #969191;}
.search_box_text{float:left; width:calc(100% - 0.42rem); padding:0 0.2rem; height: 0.4rem; line-height: 0.4rem; border:none; background: none;}
.search_box_button {float: right;width:0.4rem;height:0.4rem; border:0; outline: none; background: none;}
.search_box_button i{color: #000;}
.scroll-header .header{ background: rgba(0,0,0,0.5);}
/*导航*/
.nav ul{width:calc(100% - 0.8rem);text-align: right;}
.nav ul>li{ display: inline-block; margin: 0 0.25rem;line-height:0.8rem; height: 0.8rem;position: relative;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#fff!important;position: relative;}
.nav ul>li.on>a{color:#fff!important;}
.nav ul>li>a>em{opacity: 0; display: block; position: absolute;left: 50%;bottom: 0; width:0;height:0.02rem; background: #005AAC;
transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav ul>li.on>a>em{opacity: 1; left:0;width:100%;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:50%; margin-left: -0.8rem; top:0.8rem; z-index: 2; width:1.6rem;background:#005AAC;}
.navlist dl{ text-align: center;}
.navlist dl dd{ display:block; line-height: 0.2rem; padding: 0.1rem 0.1rem; border-bottom: 0.01rem solid rgba(255,255,255,0.1);}
.navlist dl dd a{color:#fff;}
.navlist dl dd a:hover{color:#fff!important;}
/*导航下拉*/

.nav ul>li.solu_li{position: static;}
.nav ul>li.solu_li .navlist{left:0; top:100%; width: 100%; margin-left: 0; padding: 0.5rem 0;}
.navlist .itembox{max-width: 1200px; margin: 0 auto; width: 90%;position: relative; height: 152px;}
.navlist .itembox .item h3{width: 2.88rem;}
.navlist .itembox .item h3 em{display: block; margin-bottom: 10px; cursor: pointer; width: 2.65rem; height: 30px; line-height: 30px; text-align: center; color: #fff; }
.navlist .itembox .item.on h3 em{font-weight: bold; background: rgba(255,255,255,0.2);}
.navlist .itembox .item .item_list{ display: none; position: absolute; left:2.88rem; top:0; width:calc(100% - 2.88rem); height: 150px; border-left: 1px solid rgba(255,255,255,0.5); }
.navlist .itembox .item .item_list dl{padding: 0 0 0 0.8rem;}
.navlist .itembox .item .item_list dd{ float: left; width: 25%;text-align: left; line-height: 30px; padding: 0; border: none; margin-bottom: 10px;}
.navlist .itembox .item .item_list dd a{padding-bottom: 3px;}
.navlist .itembox .item.on .item_list{display: block;}
.navlist .itembox .item .item_list dd a:hover{border-bottom: 1px solid #fff;}
@media only screen and (max-width:1023px){
.navlist .itembox .item .item_list{display: block; position: static; width: 100%; height: auto; border:none; margin-bottom: 10px;}
.navlist .itembox .item .item_list dl{padding: 0;}
.navlist .itembox .item h3{width: 100%;}
.navlist .itembox .item h3 em{ width: 4rem; font-weight: bold; background: rgba(255,255,255,0.2);}
.navlist .itembox .item .item_list dd{ width: 50%;}
.navlist .itembox .item:nth-of-type(2) dd{ width: 25%;}
}
/*解决方案下拉*/


/*视频弹出*/
.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}

.video_tbox{height: 100%;}
.video_appbox video{/*object-fit: cover; */   width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;
     transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;

}
.video_appbox.show .video_t{
visibility: visible;opacity:1;
top:50%;
}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.vide0_close{ position:absolute; top:-40px; right:0px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:24px;font-weight: bold;}

/*
.select-box{position:relative;}
.select-box dt{cursor: pointer;}
.select-box dt a{ display:block;line-height: 48px;overflow:hidden; margin:0 40px 0 30px; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dt i{position: absolute; right:0px; top:0; width: 60px; line-height: 48px; font-size: 24px; text-align: center;}
.select-box dd{display:none; line-height: 36px; padding: 10px 0; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:200px; overflow:auto; border-radius:5px;background:#F2F7F6;}
.select-box dd a{display:block; width:100%; padding:0 30px; color:#000;}
.select-box.open dt i{ transform: rotate(180deg);}
@media only screen and (max-width:767px) { 
    .select-box dt a{line-height: 40px;}
    .select-box dt i{font-size: 18px; line-height: 40px;}
}*/

/*公共底部*/
.footer{background:#032e87; color:#fff; padding: 0.5rem 6.77% 0;}
.foot_top{padding-bottom:0.6rem;}
.foot_top ul{ float: left; width:70%;}
.foot_top li{ float: left; width:14.28%; padding-right: 0.1rem; position: relative;}
.foot_top li h2{margin-bottom:0.3rem; }
.foot_top li h2 a{color:#fff!important;}
.foot_top li h2 span{ display: none;}
.foot_top li p{ margin-bottom: 0.1rem;}
.foot_top li p,.foot_top li p a{color:#fff!important; }

.foot_top .f_conn{ float: right; width:25%;}
.foot_top .f_conn p{color:#C6C6C6;}
.foot_top .f_conn h3{line-height: 1.1; margin-top: 0.2rem;}
.foot_top .f_conn h3 span{ display: block; }
.foot_top .f_conn h3 a{color: #fff;}
.foot_top .code{ display: inline-block; margin-top:0.4rem;border: 0.03rem solid #fff;}
.foot_top .code img{width:0.7rem; height:0.7rem;}
.share_box{margin-top: 0.25rem;}
.share_box a{ float: left; margin-right: 0.3rem; color: #B6B6B6;}


.foot_bot{border-top: 1px solid #fff; color:#fff; padding: 0.25rem 0 0.5rem;}
.foot_bot .fb_link{ float: left; width: 50%;}
.foot_bot .fb_link p,.foot_bot .fb_cop p{margin-top: 0.1rem;}
.foot_bot .fb_link a{ color:#fff!important;}
.foot_bot .fb_link em{ margin:0 12px; font-size: 0.1rem;}
.foot_bot .fb_cop{ float: right;width:4.2rem;}
.foot_bot .fb_cop a{color:#fff!important;margin-left:0.05rem;}

@media only screen and (min-width:1025px){
.foot_top li a:hover,.foot_bot a:hover{color:#fff!important;opacity: 0.8;}
}

.nav_phone_btn{ display: none;}



@media only screen and (max-width:1599px){
body, input, select, button, textarea{font-size: 0.2rem;}
}

@media only screen and (max-width: 1023px){
.fnt_14{font-size:14px;}
.fnt_16{font-size:14px;}
.fnt_18{font-size:14px;}
.fnt_20{font-size:16px;}
.fnt_22{font-size:16px;}
.fnt_24{font-size:16px;}
.fnt_26{font-size:18px;}
.fnt_28{font-size:18px;}
.fnt_30{font-size:18px;}
.fnt_36{font-size:20px;}
.fnt_48{font-size:24px;}
/*.fnt_32{font-size:18px;}
.fnt_38{font-size:20px;}
.fnt_40{font-size:20px;}
.fnt_48{font-size:22px;}
.fnt_50{font-size:22px;}
.fnt_56{font-size:22px;}
.fnt_60{font-size:24px;}
.fnt_64{font-size:24px;}
.fnt_68{font-size:24px;}
.fnt_70{font-size:26px;}
.fnt_72{font-size:26px;}
.fnt_76{font-size:26px;}
.fnt_80{font-size:28px;}
.fnt_90{font-size:28px;}
.fnt_100{font-size:30px;}*/

body, input, select, button, textarea{font-size: 14px;}
body>*{position: relative;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.wrap{max-width: 100%;}
.more a{height:30px; line-height: 30px; border-radius: 15px;}
.header{ height: 50px; background: rgba(0,0,0,0.5);}
.header .inner{padding: 0 2%;}
.header .logo{ width:3.5rem; height: auto;}
.rr_top{widtH:100%; padding:0.1rem 3%; height: auto; line-height: 1.5;}
.jd_link{position: fixed;top: 13px;z-index: 9;right: 42px;width: auto;}
.ser{ display: none;}
.search_wrap{widtH:100%; margin: 0.1rem 0; display: block; position: static; height:30px; line-height:30px;}
.search_box_text,.search_box_button{height:30px; line-height:30px;}
.search_box_button{width:40px;}
.search_box_text{width: calc(100% - 40px);}
/*手机导航按钮开始*/
.nav_phone_btn{ display: block; cursor: pointer;width: 50px;height:50px; line-height:50px; position: absolute;top:0; right:0;z-index: 99999999;text-align: center;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #005AAC;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#005AAC; font-family: arial; font-size: 12px; text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #005AAC;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;}
.nav_phone_btn span:after{top:7px; widtH:60%; left:auto;right:0;}
.visible_nav.nav_phone_btn{background: #161719;}
.visible_nav.nav_phone_btn span{background-color: transparent!important;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;right:auto; lefT:0;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
.body_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮结束*/
.nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out; overflow: hidden; overflow-y: auto; background:#161719;}
.nav ul{padding: 0px 0;clear: both; float: none;width: 100%; margin-top: 0;}
.nav ul>li{line-height: 40px; height: auto; width: 100%;float: none;  display: block; margin: 0;padding:0 ;border-bottom: 1px solid#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;margin:0 20px; color:#fff; text-align: left; float: left; width: calc(100% - 80px);}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{ float: right; text-align: center; font-size: 14px; line-height: 40px; width: 40px; height: 40px;float: right;}
.nav ul>li>span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg); }
.nav ul>li>span{display: block;cursor: pointer; color:#fff; font-size: 20px;}
.nav ul>li>span.cur{display: block;}
.nav ul>li>span.on+a{color:#fff;}
.nav ul>li.on>a>em{ display: none;}
.nav ul>li>a br{ display: none;}
.navlist{position: static; background: none; padding: 0; border-top: 1px solid#414141; height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dl{padding:0 20px;}
.navlist dl dd{width:100%; height: auto; line-height:40px; padding: 0 10px; text-align: left; display: block;border-bottom: 1px solid#414141;}
.navlist dl dd:last-child{border-bottom: none;}
.navlist dl dd a{color:#fff;}
}

@media only screen and (max-width: 1023px){
.footer{padding: 0.5rem 2% 0;}
.foot_top ul,.foot_top .f_conn{ width: 100%;} 
.foot_bot .fb_link,.foot_bot .fb_cop{ width: 100%; text-align: center;}
.foot_bot .fb_link em{font-size: 12px;}
}
@media only screen and (max-width: 767px){
.main{padding-top: 50px;}
.nav{width:100%; right:-100%;}   
.header{ background: #000;}
.header .logo{width: 150px; height: 21px; margin-top: 14px;} 
.foot_top li{width:100%!important;border-bottom:1px solid rgba(255,255,255,0.1); margin-bottom: 10px;}
.foot_top li.no_arrow h2 a{display: block;width: 100%;}
.foot_top li.no_arrow h2{border: 0 !important;}
.foot_top li h2{margin:0; padding-bottom:10px;}
.foot_top li h2 span{ display: block; position: absolute; right:0; top:0;}
.foot_top li .con{ display: none;width:100%; padding:8px 0;}
.foot_top li.on h2{border-bottom:1px solid rgba(255,255,255,0.1);}
.foot_top li.on span{ transform: rotate(180deg);}
.foot_top .f_conn{ text-align: center;}
.foot_top .code img{width:70px; height: 70px;}
.foot_top .f_conn h3,.foot_top .code,.share_box{ margin-top:3%;}
.share_box{ text-align: center;}
.share_box a{float: none;}
.foot_bot{padding: 2.5% 0;}
}


.yes_tran,a,.nav,.header,.header .logo,.nav ul>li>span,.more a i,.select-box dt i,.foot_top li h2 span{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
@media only screen and (min-width: 1025px){
    a:hover{color: #005AAC!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
    .more a:hover{color:#fff!important; background: #005AAC;}
    .nav ul>li:hover>a>em{opacity: 1; left:0;width:100%;}
    .select-box dd a:hover{color: #000 !important;opacity: 0.8}
    .share_box a:hover{color: #fff !important;}
    .foot_top .f_conn h3 a:hover{color: #fff !important;cursor: default;}
}


/*内页banner*/ 
.inbanner{ position: relative; color:#fff; overflow: hidden;}
.inbanner img{ width:100%;}
.inbanner h2{display: inline-block;}
.inbanner .txt{bottom: 25%;color:#fff;top: auto; z-index: 2;}
.inbanner .txt p{text-transform: uppercase; font-weight: bold; margin-top:10px;}
.bg-cover{background-size: cover;background-position: center;}
.inbanner .bg{position: absolute; z-index: 1; lefT:0; bottom:0; width: 100%;}
@media only screen and (max-width:1279px) {
    .inbanner{padding-top: 0;}
}
@media only screen and (max-width:767px) {
    .inbanner{ height: 300px;}
    .inbanner img{ display: none;}
}
/*内页banner*/

/*分页*/


/*page*/
.pageout{text-align: center;padding-top: 0.6rem;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; }
.page span{float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #032e87;}
.page a{float: left;  color: #4f535d; margin:0 3px;border:1px solid #d5d5d5; box-sizing:border-box;background: #ececec;}
.page a.on{background:#032e87;color:#fff;border:1px solid #032e87; }
.page a.prev {background:#fff url(../images/page_prev.png) center center no-repeat; text-indent:-10000px;margin-left: 0; margin-right: 24px;}
.page a.next {background:#fff url(../images/page_next.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{opacity: 0.5}
.page a.next.no{opacity: 0.5}


.page a.next{margin-left: 15px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center;  background: #032e87; color: #fff; font-family: "Arial";font-weight: bold;}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 24px;margin-right: 0;}
.page .txtnum b{font-weight: normal;color: #000;margin-right:10px}
.page .txtnum input{ text-align: center; box-sizing:border-box; background:none;border: 1px solid #d5d5d5;margin: 0 5px;}
.total em{color: #032e87;}

.page a.num{font-family: "Arial";}

.page{height: 0.54rem;}
.page a,.page input.go,.page .txtnum input{width: 0.54rem;height: 0.54rem;line-height: 0.54rem;border-radius: 5px;}
@media only screen and (max-width:1440px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}

}
@media only screen and (max-width:1250px) {
.page .txtnum input{margin:0 10px;margin-left: 0;}
.page a{margin: 0 ;}
.pageout{padding-top: 40px;}
}

@media only screen and (max-width:1024px) {
.pageout{padding-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.total{display: none;}
.page a.on{display: inline-block;}

.page .txtnum{margin-left: 10px;}
.page a.prev{margin-right: 10px;}
.page a.next{margin-left: 10px;}

.page{height: 40px;}
.page a,.page input.go,.page .txtnum input{width: 40px;height: 40px;line-height: 40px;}
}
@media only screen and (min-width:1025px) {
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.page input.go:hover{opacity: 0.8;}

}

/*分页 end*/

.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
.weixin .img img{ width: 100%; height: auto;}
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #005AAC!important;}


/*1*/
.wrap_1660{/*width: 1660px;*/max-width: 100%;padding: 0 6.77%; margin:auto;}
@media only screen and (max-width:1023px) {
.wrap_1660{padding: 0 2%;}

}
.site_banner{position: relative;overflow: hidden;}
/*.site_banner:after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;background:rgba(0,0,0,0.09);}*/
.site_banner img{width: 100%;}
.site_text{position: absolute;left: 0;bottom: 1.4rem;width: 100%;color:#fff;z-index: 5;}
.site_text h2{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.site_text p{line-height: 1.4em;max-height: 2.8em;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;margin-top:0.2rem;}
@media only screen and (max-width:767px) {
.site_banner{height: 150px;}
.site_text{bottom: 20px;}
.site_text h2{font-size: 24px;}
.site_banner img{display: none;}
}
