/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
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:#000; font-size: 16px; line-height: 1.5;font-family: "微软雅黑";}
a { color:#000;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}
.fnt_36 {
    font-size: 36px;
  }
*{outline:none!important;}
a:hover{outline:none!important;}
/*
@font-face { 
    font-family: SourceHanSansCN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
}
@font-face { 
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype');
} 
@font-face { 
    font-family: SourceHanSansCN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
} 
body, input, select, button, textarea{
    font-family: SourceHanSansCN-Regular; 
}*/


.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 类名*/

/* 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 }

/*去除鼠标双击选中效果*/
/**{-moz-user-select: none;-webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select: none;}*/

/*两端对齐*/
.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;}

/*上下居中*/
.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%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}

.fnt_30 {
    font-size: 30px;
  }
.wrap{max-width: 1440px; margin:0 auto; width:90%;}
/*手机导航按钮开始*/
.nav_phone_btn{display: none;cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:18px;right:calc(2% + 150px);z-index: 99999999;width: 50px;text-align: center;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #fff;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:#fff; 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: #fff;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;}
/*手机导航按钮结束*/


.header{width: 100%; height:96px; position: fixed; left:0; top:0; z-index: 10001;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.5) 100%);}
.header .inner{padding:0 2%;}
.header .logo{float: left; margin:28px 0 0 0; width:204px; height:42px; overflow: hidden;}
.header .logo img{width:100%;}
.header .logo img+img{ display: none;}

/*.nav_all{ opacity: 0;visibility: hidden; transform: translateY(-100%); background:url(../images/nav_rr.jpg) no-repeat; background-size: cover;transition: all 0.6s;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;-ms-transition: all 0.6s;animation-delay: 0.6s;}
.nav_all .ll{ float: left; widtH:28%; padding:2% 0; background:url(../images/nav_ll.jpg) no-repeat; background-size: cover;}
.nav_all .rr{ float: right; width: 72%; padding:3% 5% 0;}
.nav_all .ll li{ text-align: center; padding: 5%; position: relative;}
.nav_all .ll li.on{border-bottom: 1px solid rgba(255,255,255,0.5);}
.nav_all .ll li a{color:#7ea3c5!important; line-height: 30px;}
.nav_all .ll li i{opacity: 0; position: absolute; right:5%; top:50%; margin-top: -15px; font-size: 30px; color: #fff;}
.nav_all .ll li.on a{color:#fff!important;}
.nav_all .ll li.on i{opacity: 1;}
.nav_all .ll li:hover{border-bottom: 1px solid rgba(255,255,255,0.5);}
.nav_all .ll li:hover a{color:#fff!important;}
.nav_all .ll li:hover i{opacity: 1;}
.nav_all .rr li{ display: none;}
.nav_all .rr li.on{ display: block;}
.nav_all .rr li dl{ width:100%; margin-bottom: 5%;}
.nav_all .rr li dt{position: relative; margin-bottom: 10px; padding-bottom:20px;font-weight: bold; color:#000; border-bottom: 1px solid #8C8C8E;}
.nav_all .rr li dt::before{content:""; position: absolute;left:0; bottom: -1px; widtH:75px; height: 4px; background: #08607F;}
.nav_all .rr li dd{ float: left; width:20%; margin: 20px 5% 10px 0; padding-bottom: 20px; position: relative;border-bottom: 1px solid #8C8C8E;}
.nav_all .rr li dd::before{content:""; position: absolute;left:0; bottom: -1px; widtH:75px; height: 4px; background: #08607F;}
.nav_all .rr li dd a{color:#000; font-weight: bold;}

.nav_all .rr li.first dl{ float: left; widtH:43%; margin-right: 7%;}
.nav_all .rr li.first dd{ width:50%; margin: 20px 0 0; padding-bottom: 0;border-bottom:none;}
.nav_all .rr li.first dd::before{display: none;}
.nav_all .rr li.first dd a{color:#696B6E; font-weight: normal;}
.body_nav .nav_all{opacity: 1;visibility: visible;transform: translateY(-1px);}*/


.nav{ float: right; width:calc(100% - 220px);color:#fff;}
.nav .h_rr{ float: right;color:#fff; position: relative;}
.lang{ float: right; font-size: 14px; line-height: 96px; margin-left: 20px;}
.lang a{margin:0 0 0 10px;color:#fff;}
.lang a:hover{color:#fff!important;}
span.ser{cursor: pointer;float: left;line-height: 96px;}
span.ser i{font-size:20px;}
.search_wrap{width:0;position: absolute; z-index: 2; right:0; top:96px; overflow: hidden; border:none;color:#fff; background: #fff;height:44px;line-height: 44px; outline: none;transition: 0.3s all;}
.search_wrap.on{width: 300px; border-radius:5px;border:1px solid #969191;}
.search_box_text{float:left; width:calc(300px - 60px); padding:0 10px; height: 44px; line-height: 44px; border:none; background: none;}
.search_box_button {float: right;width:40px;height:44px; border:0; outline: none; background: none;}
.search_box_button i{font-size:20px;}



.body_nav .header{ background: #fff;}
.body_nav .nav ul>li>a,.body_nav .nav ul>li>a:hover,.body_nav .nav ul>li.on>a,.body_nav .nav .h_rr,.body_nav .lang a{color:#000!important;}
.body_nav .nav_phone_btn span,.body_nav .nav_phone_btn span:before,.body_nav .nav_phone_btn span:after{ background: #000;}
.body_nav .header .logo img{ display: none;}
.body_nav .header .logo img+img{ display: block;}


.scroll-header .header{ background:#fff;height: 66px;}
.scroll-header .nav ul>li>a,.scroll-header .nav ul>li>a:hover,.scroll-header .nav ul>li.on>a,.scroll-header .nav .h_rr,.scroll-header .lang a{color:#000!important;}
.scroll-header .nav_phone_btn span,.scroll-header .nav_phone_btn span:before,.scroll-header .nav_phone_btn span:after{ background: #000;}
.scroll-header .header .logo{ margin: 15px 0 0 0; width: 180px; height: 37px;}
.scroll-header .header .logo img{ display: none;}
.scroll-header .header .logo img+img{ display: block;}

.scroll-header .nav ul>li,.scroll-header span.ser,.scroll-header .lang{line-height:66px;}
.scroll-header .navlist,.scroll-header .search_wrap{top:66px;}
.scroll-header .lang a:hover,.body_nav .lang a:hover{color:#000!important;}



/*导航*/
.nav ul{width:calc(100% - 200px); text-align: right;}
.nav ul>li{ display:inline-block; padding:0 25px; line-height:96px; position: relative;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#fff;position: relative; }
.nav ul>li>a>em{ opacity: 0; display: block; position: absolute;left: 50%;bottom: 0; width:0;height: 2px;background: #08607F;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{color:#fff;font-weight: bold;}
.nav ul>li.on>a>em{left:0;width:100%;}
.nav ul>li:hover>a{color:#fff!important;}
.scroll-header .nav ul>li:hover>a{color:#000!important;}
.nav ul>li.pc_hide{ display: none;}

/*导航下拉*/
.navlist{display:none; position: absolute; left:50%; margin-left: -163px; top:96px; z-index: 2; width:326px; background:#073A63;}
.navlist::before{content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #073A63;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{ padding:20px 0 40px;}
.navlist dl dd{text-align: center;line-height: 1.5; margin:20px 0px 0;}
.navlist dl dd a{color:#fff!important;}
/*导航下拉*/
/*业务下拉*/
.bus_navlist{width:900px; margin-left: -450px;}
.bus_navlist dl{ float: left; widtH:50%; padding: 30px 30px 50px;}
.bus_navlist dl dt{border-bottom:1px solid #396182; text-align: left; line-height: 1.5; padding-bottom: 20px;}
.bus_navlist dl dt a{color:#7EA3C5!important;}
.bus_navlist dl dd{font-size: 16px; float: left;widtH:49%; text-align: left;}
.bus_navlist dl dd:nth-child(2n+1){ float: right;}


/*视频弹出*/
.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_appbox video{object-fit: cover;width: 100%;}
.video_appbox .video_t{z-index:2; background:#000;width: 1035px;max-width:94%;height:70%;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 iframe{width:100%; height: 100%;}
.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");}
.video_close{ position:absolute; top:calc(15% - 40px); right:calc(50% - 517px); cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:30px;font-weight: bold;}


/*公共底部*/
.footer{ background: #404143; padding:3% 0 4%; font-size: 14px;color:#fff;}
.foot_tt{padding-bottom: 3%; border-bottom:1px solid #C5C6C6;}
.foot_tt .ll{float:left;width:70%;}
.foot_tt .ll li{ float: left; width:16.66%; text-align: center;}
.foot_tt .ll li h2{margin-bottom:15px; line-height: 1.2;color:#E1E1E1;}
.foot_tt .ll li h2 a{color:#E1E1E1;}
.foot_tt .ll li h2 span{ display: none;}
.foot_tt .ll li p{color:#8B8B8B; margin-bottom: 10px;}
.foot_tt .ll li p,.foot_tt .ll li p a{color:#8B8B8B;}

.foot_tt .rr{ float:right;}
.foot_tt .rr a{position: relative;color:#fff;margin-left:30px;}
.foot_tt .rr a i{ width:34px; height: 34px; overflow: hidden;}
.foot_tt .rr a .ewm_img{ display:none; position: absolute;left:50%; margin-left:-60px; top:-130px; z-index: 10; widtH:120px; height:120px;overflow:hidden;}
.foot_tt .rr a .ewm_img img{widtH:100%;}
.foot_tt .rr a:hover .ewm_img{ display: block;}
.foot_bb{padding-top:20px;font-size: 14px; color:#FFFFFF;}
.foot_bb .ll{ float: left; widtH:40%;}
.foot_bb .ll a{color:#fff; padding: 0 20px 0 0; margin-right:20px;position: relative;}
.foot_bb .ll a::after{content: ""; position:absolute;right:0; top:2px; widtH:1px; height:15px; background: #858687;}
.foot_bb .ll a:last-child::after{opacity: 0;}
.foot_bb .rr{ float: right; width:60%; text-align: right;color:#fff;}
.foot_bb .rr a{color:#fff; margin-left: 10px;}
.foot_bb a.xhr{color:#9A9A9A;}

@media only screen and (max-width: 1279px){
    body, input, select, button, textarea{font-size: 14px;}
    .nav_phone_btn{top:22px;}
    .nav ul{width:calc(100% - 120px);}
}

.jianbz{background-image: -webkit-linear-gradient(top left,#DBA78F 20%,#08607F 80%); -webkit-background-clip:text; -webkit-text-fill-color: transparent;}

.fl{ float: left;}
.fr{ float: right;}

.more{ display: block;font-size: 14px; line-height: 30px;overflow: hidden;}
.more em{float: left;}
.more i{float: left; margin-left: 10px; font-size: 30px;}


@media only screen and (min-width: 1025px){
    .yes_tran,a,.nav,.header,.header .logo,.nav_all .ll li i{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
    a:hover{color: #08607F!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
    .nav ul>li:hover>a>em{left:0;width:100%;}
    
}


@media only screen and (max-width: 1024px){
body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
body, input, select, button, textarea{ font-size:14px;}
.main,.ind-main{padding-top: 50px;}
.nav_all{ display: none;}
.header{height:50px; background: #096180;}
.header .logo{margin-top:7px;width:180px; height: 37px;}
.scroll-header .header{ height: 50px;}
.nav_phone_btn{top:0; right:0; display: block;}
.nav .h_rr{width:100%;color:#fff; padding:0px 15px; margin-bottom:4%; overflow: hidden; float: none;line-height:1.5;}
.lang{line-height: 1.5;}
.lang a{color:#fff;}
span.ser{display: none;}
.search_wrap{widtH:100%; margin:20px auto; display: block; position: static; height: 36px; line-height: 36px;}
.search_box_text,.search_box_button{height: 36px; line-height: 36px;}
.search_box_text{width: calc(100% - 40px);}

.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%;}
.nav ul>li{line-height: 40px; 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;padding:0 15px; color:#fff; text-align: left; width: calc(100% - 80px); overflow: hidden;}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{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: none;cursor: pointer;}
.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.pc_hide{ display: block;}
.navlist{position: static; background: none; padding: 0 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:10px 15px;}
.navlist dl dd{width:100%; margin: 5px 0; text-align: left;}
.bus_navlist dl dt{padding-bottom: 10px; margin-bottom: 10px;}
.bus_navlist dl dd{ font-size: 14px;}
}
@media only screen and (max-width: 1023px){
  
}
@media only screen and (max-width: 767px){
    .nav{width:100%; right:-100%;}
    .foot_tt .ll,.foot_tt .rr{widtH:100%;}
    .foot_tt .ll li{width:100%!important; padding-top: 0; padding-left: 0px; height:auto!important; border-right: none; border-bottom:1px solid #B1B1B1; text-align: left; margin-bottom: 10px;}
    .foot_tt .ll li::after{ display: none;}
    .foot_tt .ll li h2{margin:0;padding:0 0 10px; display: block; border-width: 1px;}
    .foot_tt .ll li h2 span{display: block; float: right; color:#fff; width: 20px; text-align: center;transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
    .foot_tt .ll li .con{width:100%; padding:0 10px 10px; display: none;}    
    .foot_tt .ll li.has_con.on h2 span{ transform: rotateX(180deg);}
    .foot_tt .rr{ text-align: center;}
    .foot_tt .rr a{margin:0 10px;display: inline-block;}
    .foot_tt .rr a:first-child{ display: block;}
    .foot_tt .rr a:first-child i{ display: none;}
    .foot_tt .rr a:first-child .ewm_img{display: block; position: static;lefT:auto; margin-left: 0; widtH:100px; height:100px; margin:0 auto 10px;}
    .foot_bb .ll,.foot_bb .rr{widtH:100%;text-align: center;}
}






/*内页banner*/ 
.inbanner{position: relative;}
.inbanner .txt{color:#fff; top:70%;}
.inbanner .txt h2{ margin-bottom:20px; padding-bottom: 20px; line-height: 1.2; position: relative;}
.inbanner .txt h2::before{content: ""; position: absolute; lefT:0; bottom:0; widtH:365px; height: 1px; background: #A2A1A6;}
.inbanner .txt h2::after{content: ""; position: absolute; lefT:0; bottom:0; widtH:86px; height: 1px; background: #226B89;}
.inbanner .txt p{ display: none; text-transform:uppercase; font-size: 12px; font-family: Arial, Helvetica, sans-serif; letter-spacing:3px;}
@media only screen and (max-width:1279px) {
    .inbanner .txt h2{margin-bottom:10px; padding-bottom: 10px;}
}
@media only screen and (max-width:767px) {
  .inbanner{ height: 240px;}
  .inbanner img{ display: none;}
}
/*内页banner*/ 


/*分页*/ 
.page {vertical-align:middle;text-align:center; margin:0 0 5%; color:#000; font-size: 14px; height:28px; line-height:28px;}
.page .inner{display: inline-block; text-align: center;}
.page span{margin:0 5px; float: left; font-weight: bold;}
.page span em{ color:#000; font-family:Arial;}
.page a{ float: left; text-align:center; width:28px; height: 28px; line-height: 28px; margin: 0 5px; font-family:Arial;}
.page a.on,.page a:hover{background:#136D92;color:#fff!important; }
.page a.prev { background:url(../images/dot29.png) center center no-repeat; text-indent:-10000px;}
.page a.next {background:url(../images/dot30.png) center center no-repeat; text-indent:-10000px;}
.page a.first,.page a.last {width:40px;font-family:"Microsoft Yahei","微软雅黑";font-weight: bold;}
.page a.first:hover,.page a.last:hover{color:#136D92!important; background:none;}
.page a.prev.disabled,.page a.next.disabled{opacity: 0.5; cursor: default;}
.page .txtnum{margin: 0 15px 0 30px; width:66px;height:28px; line-height:28px;background:#fff; border:2px solid #7A8087;}
.page .txtnum input{display: inline-block; width:100%;height:24px; line-height:24px; text-align:center; font-family:Arial; background:none; border:none;}
.page a.go{width:32px; height:28px; line-height:28px;background:#136D92;color:#fff; font-size: 14px; font-weight: bold;}
@media only screen and (max-width:767px) {
    .page span,.page a.num,.page a.first, .page a.last,.page a.go{ display: none;}
}
/*分页 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%;}
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #08607F;}





/*======*/
.lodlogo{ z-index: 100001; opacity: 0; text-align: center;max-width: 200px; top:40%; overflow: hidden;
    animation: fadeIn 3s ease-in 0.3s;animation-fill-mode: forwards;}
.lodline{z-index: 100001; position: fixed; left:0; top:50%;opacity: 0;  width:0; height: 3px;background-image: -webkit-linear-gradient(top left,#3587A7 0,#05335C 100%);
    animation: MoveLeft 3s ease-in 0.3s;animation-fill-mode: forwards;}
.common-loading .opacityToHide{animation: opacityToHide 0.3s ease-out;animation-fill-mode: forwards;}
.common-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    animation: fadeOut 1s ease-in 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

.common-loading .common-loading-top {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    animation: moveUp 1s ease-in-out 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
    background: #fff;
}

.common-loading .common-loading-bottom {
    width: 100%;
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: moveDown 1s ease-in-out 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
    background: #fff;
}
@keyframes opacityToHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes MoveLeft {
    0% {
        width: 0; opacity: 0;
    }
    100% {
        width: 100%; opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

/*====*/