/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
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 }
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 }
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body, input, select, button, textarea { font-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.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 video{ max-width:100%;display: block;margin: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 }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-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);-moz-transform: translate(-50%,0);-o-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%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

body,a{color: #424242;}

.wrap{width: 1440px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 89%;}
.line30,.line32{line-height: 24px;}

}

/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 {font-size: 22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_50 {font-size: 50px;}
.fnt_52 { font-size:52px;}
.fnt_56 { font-size:56px;}
.fnt_60{ font-size:60px;}
.fnt_72{ font-size:72px;}
.fnt_80{font-size: 80px;}
.fnt_86{font-size: 86px;}
.fnt_90{ font-size:90px;}
@media only screen and (max-width:1800px) {
    .fnt_56 { font-size:54px;}
    .fnt_60{ font-size:54px;}
    .fnt_80{font-size: 78px;}
    .fnt_86{font-size: 84px;}
}
@media only screen and (max-width:1660px) {
    .fnt_56 { font-size:44px;}
    .fnt_60{ font-size:44px;}
    .fnt_22 {font-size: 20px;}
    .fnt_80{font-size: 76px;}
    .fnt_86{font-size: 76px;}
}
@media only screen and (max-width:1440px) {
    .fnt_22 {font-size: 18px;}
    .fnt_24 { font-size:22px;}
    .fnt_26 { font-size:22px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:28px;}
    .fnt_32 { font-size:28px;}
    .fnt_36 { font-size:30px;}
    .fnt_38 { font-size:31px;}
    .fnt_40 { font-size:32px;}
    .fnt_42 { font-size:34px;}
    .fnt_48 { font-size:40px;}
    .fnt_50 {font-size: 42px;}
    .fnt_52 { font-size:44px;}
    .fnt_56 { font-size:44px;}
    /*.fnt_60{ font-size:56px;}*/
    .fnt_72{ font-size:60px;}
    .fnt_80{font-size: 60px;}
    .fnt_86{font-size: 60px;}
    .fnt_90{ font-size:72px;}
}
@media only screen and (max-width:1366px) {
    .fnt_20 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:22px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:27px;}
    .fnt_40 { font-size:28px;}
    .fnt_42 { font-size:30px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 {font-size: 38px;}
    .fnt_52 { font-size:40px;}
    .fnt_56 { font-size:40px;}
    .fnt_60{ font-size:44px;}
    .fnt_72{ font-size:48px;}
    .fnt_80{font-size: 50px;}
    .fnt_86{font-size: 50px;}
    .fnt_90{ font-size:52px;}

}
@media only screen and (max-width:1280px) {
    .fnt_22 {font-size: 16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:22px;}
    .fnt_32 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:25px;}
    .fnt_40 { font-size:26px;}
    .fnt_42 { font-size:28px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 {font-size: 34px;}
    .fnt_56 { font-size:34px;}
    .fnt_60{ font-size:36px;}
    .fnt_72{ font-size:40px;}
    .fnt_80{font-size: 40px;}
    .fnt_86{font-size: 40px;}
    .fnt_90{ font-size:42px;}
}
@media only screen and (max-width:1024px) {
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_30 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:22px;}
    .fnt_42 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 {font-size: 28px;}
    .fnt_52 { font-size:28px;}
    .fnt_56 { font-size:28px;}
    .fnt_60{ font-size:32px;}
    .fnt_72{ font-size:36px;}
    .fnt_80{font-size: 36px;}
    .fnt_86{font-size: 36px;}
    .fnt_90{ font-size:36px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_48 { font-size:18px;}
.fnt_52 { font-size:20px;}
.fnt_56 { font-size:20px;}
.fnt_60{ font-size:24px;}
.fnt_72{ font-size:24px;}
.fnt_80{font-size: 32px;}
.fnt_80{font-size: 32px;}
.fnt_90{ font-size:30px;}
}

.header_height{display: none;}
.header{position: absolute;left:70px;top:45px;z-index: 999;height:calc(100% - 45px)}
.header h1{margin-bottom: 50px;}
.header h1 img{width:141px;height: 35px;}

.language{font-weight: bold;position: absolute;left: 0; bottom:125px;}
.language a{display: block;color: #3a70d3;}
.language,.header_search span{width:32px;height: 32px;line-height: 32px;text-align:center;background:#fff;border-radius: 50%;}
.header_search{position: absolute;left: 0;bottom:60px;}
.header_search span{display: block;cursor: pointer;color: #3a70d3;}
button,input,textarea{border:none;outline: none;background: none;box-sizing:border;}
.header_search span,.headersearch_box button{font-weight: bold;font-size:16px;}
.headersearch_box{position: absolute;top:0;left:40px;width: 0px;background:#fff;padding: 0 10px;padding-right: 0; overflow: hidden;border-radius: 2px;visibility: hidden;opacity: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;box-sizing:border-box;}
.headersearch_box input,.headersearch_box button{height: 36px;line-height: 36px;}
.headersearch_box input{width: calc(100% - 50px);float: left;}
.headersearch_box button{width:50px;text-align: center;float: right;}

.header_search.cur .headersearch_box{width:200px;visibility: visible;opacity: 1;}

.menu_button{float:right;display: none;cursor: pointer;}
.menu_button i{display: block;width: 24px;height: 2px;background: #fff;margin-bottom: 6px;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 a{color:#fff;}
.nav li{line-height: 26px;margin-bottom: 40px;}


@media ( min-width:1025px ) and ( max-height:750px ){
.nav li{margin-bottom: 30px;}

}
@media ( min-width:1025px ) and ( max-height:680px ){
.header_search{bottom:40px;}
.language{bottom: 90px;}
.header h1{margin-bottom: 30px;}
}
@media ( min-width:1025px ) and ( max-height:620px ){
.nav li{margin-bottom: 20px;}

}
@media ( min-width:1025px ) and ( max-height:550px ){
.nav li{margin-bottom: 15px;}
.header{top:30px;height:calc(100% - 30px)}
}

@media only screen and (max-width:1800px) {
.nav li{margin-bottom: 30px;}
}
@media only screen and (max-width:1024px) {
.header,.header_height{height: 60px;}
.header_height{display: block;}
.header{background:#000;top:0;left: 0;width: 100%;box-sizing:border-box;padding: 0 3%;position: fixed;z-index: 9999;}
.header h1{margin-top: 12px;float: left;}

.language, .header_search{position: static;float: right;margin-top:14px;    margin-right: 15px;}
.header_search.cur .headersearch_box{width: 100%;left:0;right:auto; top: 60px}
.headersearch_box{ top: 60px}


.menu_button{display: block;  z-index: 99;position: relative;width: 24px;height: 24px;margin-top: 22px;}

.navbody .menu_button i{background: #fff;}
.navbody .menu_button i:first-child{left: 0;top: 12px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);position: absolute;}
.navbody .menu_button i:last-child{top: 12px;left: 0;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);position: absolute;}
.navbody .menu_button i:nth-child(2){display: none;}
.navbody .inheader .menu_button{margin-top: 31px;}

.nav{position: fixed;top:-100%;left: 0;width: 100%;height: 100%;background: #307bee;z-index: 9;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;opacity: 0;}
.nav,.nav a,.nav li.on>a{color: #fff;}
.nav ul{padding-top: 50px;}
.nav li>a{padding:0 20px;box-sizing:border-box;width: calc(100% - 50px);float: left;}
.nav li{float: none;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.2);display: table;width: 100%;margin-bottom: 0;}
.nav{line-height: 40px;}
.nav li span{display: block;width: 50px;text-align: center;float: right;cursor: pointer;position: relative;height: 40px;}
.nav li span.icon-xia:before{width: 14px;height: 14px;    line-height: 14px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}
.nav li.cur span.icon-xia:before{  transform: rotate(-180deg);}
.navbody .nav{top:0;visibility: visible;opacity: 1;}
}


@media only screen and (min-width:1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
a:hover{color: #307bee !important;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.nav a:hover{color:#fff !important;opacity: 0.8;}
}



/*内容页 header*/
.height_height,.header{height: 83px;line-height: 83px;}
.inheader{position: fixed;top:0;left: 0;width: 100%;z-index: 999;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);height: 90px;}
.inheader h1{float: left;width: 141px;height:30px; margin-top: 41px;}
.inheader h1 a{display: block;height: 100%;}
.inheader h1 img{width: 100%;height: 100%;}
.inheader .header_re{float: right;margin-top: 13px;}
.inheader .nav,.inheader .header_search{float: left;}
.inheader .nav li{float: left;margin-bottom: 0;line-height: 70px;}
.inheader .nav li span{display: none;}
.inheader .nav li .nav_list{display: none;}
.inheader .nav li>a{display: block;padding: 0 10px;position: relative;color: #3f3f3f;}
.inheader .nav li>a i{position: absolute;left: 50%;bottom: 0; width: 0%;height: 3px;background: #bd0c01;opacity:0;visibility: hidden;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.inheader .nav li.on>a i{left: 0;width: 100%;opacity: 1;visibility: visible;}
.inheader .nav li.on>a{color: #307bee;}
.inheader .nav_list{position: absolute;left: 0;width: 100%;top:100%;background:rgba(231,240,255,.95);font-size: 16px;text-align: center;
    line-height: 40px;padding: 40px 0 20px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}
.inheader .nav_list a{color: #3f3f3f;padding: 8px 30px;box-sizing: border-box;border-radius: 20px;}
.inheader .nav_list a img{width: 35px;height: 30px;vertical-align: middle;margin-top: -2px;margin-right: 3px;}
.inheader .nav_list p{display: inline-block;margin-bottom: 20px;}
.inheader .nav_list p a img{width: 35px;height: 30px;vertical-align: middle;margin-top: -2px;margin-right: 3px;}
.nav_list-wrap{width: 1630px;max-width: 90%;margin: 0 auto;}
.inheader .solution_li .nav_list p{width: auto;box-sizing: border-box;}
.product_li .nav_list{padding: 40px 0 60px;text-align: left;}
.product_li .nav_list-wrap{width: 1530px;max-width: 94%;margin: 0 auto;}
.product_li dl{text-align: left;vertical-align: top;margin-bottom: 10px; float: left; width: 33.33%;}
.product_li dl:nth-child(3n+1){ clear: both;}
.product_li dl a{padding: 8px 20px!important; display: block; line-height: 30px;}
.product_li dl dd{margin-bottom: 8px;}
.product_li dl dd a{font-weight: bold;color: #307bee!important;}
.inheader .product_li .nav_list p{margin-bottom: 0;display: block;}
.inheader .solution_li .nav_list{text-align: left;}
/*搜索*/
.inheader .header_search{position: relative;bottom: auto;margin-top: 19px;float: right;}
.inheader .search_btn{cursor: pointer;position: relative;float: right;width: 34px;height: 33px; background: url(../images/ser_ico.png) no-repeat;}
.inheader .search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.inheader .search_btn:before{content: ""!important;}
.inheader .search_btn:before,.search_box_btn:before{font-size: 14px;}

.inheader .search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:50px;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.inheader .search_box.on {width: 230px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.inheader .search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.inheader .search_box_btn {
    height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;    font-weight: bold;
    position: relative;
}
.inheader .search_box_btn:before{position: absolute;top:0;left: 0;width: 100%;height: 100%;line-height: 40px;  }
.inheader .product_li dd span{display: none;}
.inheader .return_a{background: #1c1c1c;display: none;}
/*搜索*/
.inheader .nav ul{float: left;}
.inheader .menu_button{float: right;margin-top: 40px;cursor: pointer;margin-left: 10px;display: none;}
.inheader .menu_button i{display: block;width: 24px;height: 2px;background:#3a70d3;margin-bottom: 6px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.inheader .language{float: right;width:32px;/* padding-left: 30px; */position: static;margin-left: 45px;font-size: 14px;margin-right: 15px;margin-top: 19px;}
.inheader .language a{width: 32px;height: 32px;border-radius: 32px;background: #3a70d3;display: block;}


/*20230803-修改导航（联系我们提出来放最上面右侧*/
.inheader .header_re{margin-top: 30px;}
.inheader .nav li{line-height: 60px;}
.inheader .header_re .li_conn{position: absolute;right:0; top:0; height: 30px; line-height: 30px; width: 160px; padding: 0 30px 0 55px; font-size: 16px; color: #49505A!important; border-bottom-left-radius: 30px; background: #E0E8EC;} 
.inheader .header_search{margin-top: 16px;}
@media only screen and (max-width:1024px) {
    .inheader .header_re .li_conn{font-size: 14px; width: auto;padding: 0 30px;}
}
/*20230803-修改导航（联系我们提出来放最上面右侧*/




@media only screen and (min-width:1025px) {
    .inheader .nav li>a:hover{color: #3a70d3!important;}
    .inheader .nav_list a:hover{color: #3a70d3!important;background: none;opacity: .8;}
    .inheader .nav_list dd a:hover{background: none!important;color: #3a70d3!important;}
}
@media only screen and (max-width:1560px) {
    .product_li dl{/*width: auto;*/}
    .inheader .nav li>a{padding: 0px 5px;}
    .inheader .language{margin-left: 0;}
}
@media only screen and (max-width:1366px) {
    .inheader .nav li>a{padding: 0 8px;font-size: 14px;}
    .product_li dl{}
}
@media only screen and (max-width:1280px) {
    .inheader .nav li>a{padding: 0 5px;font-size: 13px;}
    .product_li dl a{padding: 8px 10px!important;}
}
@media only screen and (max-width:1100px) {
    .inheader .nav li>a{padding: 0 2px;}
    .inheader .language{padding-left: 0;}
    .product_li dl a{padding: 8px 5px!important;}
}

@media only screen and (max-width:1024px) {
    .inheader .return_a{background: #1c1c1c;display: block;}
    .inheader .nav ul{font-size: 14px;}
    .inheader .nav li>a i{display: none;}
    .inheader .menu_button{display: block;  z-index: 99;position: relative;width: 24px;height: 24px;}
    .inheader.navbody .menu_button i{background: #fff;}
    .inheader.navbody .menu_button i:first-child{left: 0;top: 12px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);position: absolute;}
    .inheader.navbody .menu_button i:last-child{top: 12px;left: 0;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);position: absolute;}
    .inheader.navbody .menu_button i:nth-child(2){display: none;}

    .inheader .height_height,.inheader{height: 72px;line-height: inherit;}
    .inheader .nav{position: fixed;right:-100%;left: auto;top: 60px;width: 100%;height: 100%;background: #000;z-index: 9;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
    .inheader .nav,.inheader .nav a,.inheader .nav li.on>a{color: #fff;}
    .inheader .nav ul{padding-top: 20px; float: none;   clear: both;}
    .inheader .nav li>a{padding:0 20px;box-sizing:border-box;width: calc(100% - 50px);float: left;color: #fff;}
    .inheader .nav li{float: none;line-height: 40px;border-bottom: 1px solid rgba(255,255,255,0.2);display: table;width: 100%;}
    .inheader .nav li:last-child{border-bottom: 0;}
    .inheader .nav li span.icon-youjiantou:before{width: 14px;height: 14px;    line-height: 14px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}
    .inheader .nav li.cur span.icon-youjiantou:before {
        transform: rotate(90deg);
    }
    .inheader .nav,.nav_list{line-height: 40px;}
    .inheader .nav li span{display: block;width: 40px;text-align: center;float: right;cursor: pointer;position: relative;height: 40px; font-size: 16px;}
    .inheader .nav_list{position:absolute;background: #000;width: 100%;right: -100%;clear: both; text-align: left;margin: 0;font-size: 14px;overflow: hidden;
        padding: 0;display: block!important;top: 0;left: auto;padding-top: 40px;z-index: 2;height:100%;transition: all .3s;}
    .inheader .nav li.cur .nav_list{right: 0;}
    .inheader .nav_list p a{padding: 0 20px;display: block;padding-right: 0;}
    .inheader .nav_list p{border-bottom: 1px solid rgba(255,255,255,0.2);}
    .inheader .nav_list p:last-child{border: 0;}
    .inheader .nav li span.icon-icon:before{width: 14px;height: 14px;    line-height: 14px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;position: absolute;top:50%;left: 50%;margin-top: -7px;margin-left: -7px;}

    .inheader .nav li.cur span.icon-icon:before{  transform: rotate(-180deg);}

    .navbody .inheader .nav{right:0;left:auto;}
    .inheader h1{margin-top: 22px;}
    .inheader .header_search{margin-left: 0;margin-top: 25px;width: calc(100% - 95px);}
    .inheader .nav_list{ box-shadow: 0 10px 10px rgba(0, 0, 0, 0);}

    .inheader .header_re{margin-top: 0;}
    .height_height{height: 72px;}

    .inheader .search_box{top: 45px;}
    .inheader .search_btn{display: none;}
    .inheader .search_box{opacity: 1;position: static;visibility: visible;width: 100%;}
    .inheader .language{margin-left: 0;margin-top: 29px;}

    .nav_list-wrap,.product_li .nav_list-wrap{width: 100%;max-width: 100%;}
    .inheader .nav_list p{margin-bottom: 0;display: block;}
    .inheader .solution_li .nav_list p{width: 100%;float: none;}
    .inheader .product_li dl{margin-right: 0;width: 100%;margin-bottom: 0;border-bottom: 1px solid rgba(255,255,255,0.2);}
    .inheader .product_li dl:last-child{border-bottom: 0;}
    .product_li dl dd{margin-bottom: 0;}
    .inheader .product_li dd a{color: #fff!important;font-weight: inherit;padding: 0 20px!important;display: block;
    float: left;width: calc(100% - 50px);box-sizing: border-box;}
    .inheader .product_li dd span{float: right;line-height: 40px;display: block;}
    .inheader .product_li dt{position: absolute;right: -100%;top: 0;height: 100%;background: #000;transition: all .3s;width: 100%;z-index: 3;padding-top: 40px;}
    .inheader .product_li dt p{border-bottom: 1px solid rgba(255,255,255,0.2);}
    /*.inheader .product_li dt p:last-child{border-bottom: 1px solid rgba(255,255,255,0.2);}*/
    .inheader .product_li dl a{padding: 0 20px!important;}
    .inheader .product_li dl.cur dt{right: 0;}

}

@media only screen and (max-width:767px) {
    .inheader .search_box{top:100%;}
    .inheader .search_box.on{width: 100%;}
    .inheader .header_search{position: static;}

}

/*内容页 header end*/

.infooter_t{background: #3a70d3;padding: 50px 60px 70px;box-sizing: border-box;overflow: hidden;}
.infooter_t a{color: #fff;}
.infooter_tl{float: left;width: 74%;margin-right: 4%;font-size: 12px!important;}
.infooter_tl dl{width: 20%;margin-right: 4%;display: inline-block;vertical-align: top;margin-bottom: 32px;}
.infooter_tl dl:last-child{margin-right: 0;}
.infooter_tl dl dd{padding:0 0 15px;box-sizing: border-box;margin-bottom: 10px;font-weight: bold;}
.infooter_tl dl dd span{display: none;}
.infooter_tl dl dt{padding: 0px;}
.infooter_tl dl dt p{margin-bottom: 10px;text-align: left;}
.infooter_all{float: right;width: 22%;}
.infooter_tc{width: 100%;color: #fff;margin-bottom: 30px;}
.subscribe_ipt{position: relative;margin-top: 15px;}
.subscribe_ipt input{width: 100%;display: block;height: 56px;line-height: 56px;padding: 0 20px;box-sizing: border-box;
    background: #2960c4;border-radius: 30px;position: relative;z-index: 2;}
.subscribe_ipt input::-webkit-input-placeholder{color:#90b7fc;}
.subscribe_ipt input:-moz-placeholder{color:#90b7fc;}
.subscribe_ipt input::-moz-placeholder{color:#90b7fc;}
.subscribe_ipt input:-ms-input-placeholder{color:#90b7fc; opacity: 0.8;}
.subscribe_ipt p{position: absolute;color:#90b7fc;left: 0;top: 0;height: 56px;line-height: 56px;padding: 0 20px;box-sizing: border-box;
    background: #2960c4;border-radius: 30px;width: 100%;}
.subscribe_ipt .btn{position: absolute;width: 100px;height: 40px;border-radius: 30px;top: 8px;background: #fff;color: #000;right: 10px;cursor: pointer;font-weight: bold;}

.gov{padding-left: 5px;}
.infooter_b{padding: 22px 60px;background: #2855a9;color: #fff;}
.infooter_b a{color: #fff;margin-left: 20px;}
.infooter_b a.xhr{color: #97b7f1;}

.infooter_tr{width: 100%;text-align: center;color: #fff;}
.infooter_tr dl{float: left;width: 32%;margin-right: 2%;}
.infooter_tr dl:last-child{margin-right: 0;}
.infooter_tr dl dd img{width: 100%;height: 100%;}
.infooter_tr dl dt p{margin-top: 6px;}

@media only screen and (min-width:1025px) {
    .infooter_t a:hover{color: #fff!important;font-weight: bold;}
}

@media only screen and (max-width:1440px) {
    .infooter_tl dl{margin-right: 2%;}
}
@media only screen and (max-width:1280px) {
    .infooter_tl dl{margin-right: 2%;}
}
@media only screen and (max-width:1024px) {
    .infooter_t{padding: 50px;}
    .infooter_tl{width: 100%;margin-right: 0;text-align: left !important;}
    
    /*.infooter_tl dl{width: 100%;margin-right: 0;}*/
    /*.infooter_tl dl dt p{display: inline-block;margin-right: 20px;}*/
    .infooter_all{width: 100%;margin-top: 30px;}
    .infooter_tc{width: 50%;float: left;}
    .infooter_tr{width: 40%;float: right;}
    .infooter_b{padding: 20px 50px;}
}
@media only screen and (max-width:767px) {
    .infooter_t{padding: 30px 3%;}
    .infooter_tl dl{width: 100%;margin-right: 0;margin-bottom: 0;}
    .infooter_tl dl dd{overflow: hidden;padding-bottom: 0;line-height: 40px;margin-bottom: 0;}
    .infooter_tl dl dd a{float: left;width: calc(100% - 101px);}
    .infooter_tl dl dd span{display: block;float: right;width: 100px;text-align: right;color: #fff;}
    .infooter_tl dl dd span i{transition: all .3s;display: inline-block;}
    .infooter_tl dl dt{display: none;}
    .infooter_tc{width: 100%;margin-right: 0;float: none;}
    .infooter_tr{width: 70%;margin: 0 auto;float: none;padding-top: 0px;}
    .infooter_b{padding:20px 20px;}
    .infooter_tl dl.on{margin-bottom: 5px;}
    .infooter_tl dl.on dd i{transform: rotate(180deg);}
    .infooter_b a{display: block;margin-left: 0;text-align: center;}
}
/*内容页 footer end*/
.site_banner_wrap{position: relative;overflow: hidden;}
.site_banner_wrap img{width: 100%;}
.site_banner{position: relative;}
.site_banner::before{content: ""; position: absolute; lefT:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.cloud_main .site_banner::before{ display: none;}
.cloud_main .site_banner .txt{margin-top:15%;}
.banner_le{color: #fff;}
.banner_le h3{font-weight: bold;}
.box_tit span{border-bottom: 1px solid #fff;}
@media only screen and (max-width:767px) {
    .site_banner{height: 220px;}
    .site_banner_wrap img{display: none;}
    .cloud_main .site_banner .txt{margin-top:30%;}
}
/*内页 banner*/


/*page*/
.pageout{text-align: center;padding-bottom: 8%;clear: both;overflow: hidden;font-size:14px;padding-top: 60px;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#000; height:45px; line-height:45px; }
.page span{color:#000;  }
.page span.pages_num{margin-left: 20px;}
.page a{float: left; width:45px;color: #000; margin:0 1px;border-radius: 100%;border: 1px solid #d6d6d6;}
.page a.on{background: #3a70d3;color:#fff;border-color: #3a70d3;}
.page a.prev {background:url(../images/le.png) center center no-repeat; text-indent:-10000px; margin-right: 15px;}
.page a.next {background:url(../images/re.png) center center no-repeat; text-indent:-10000px;margin-left: 15px;}
.page a.prev.no,.page a.next.no{opacity: .4;}
.page a.first{margin-left: 15px;background:url(../images/le_on.png) center center no-repeat;text-indent:-10000px; }
.page a.last{background:url(../images/re_on.png) center center no-repeat;text-indent:-10000px;}
.page a:first-child + a{}
.page a.next{}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 45px; background: #3a70d3;color: #fff;height: 45px;line-height: 45px;font-size: 14px;border-radius: 100%;}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 38px;}
.page .txtnum input{text-align: center;width:45px;height:45px; line-height:45px;box-sizing:border-box; background:none;border: 1px solid #d6d6d6;margin-left: 8px;border-radius: 100%;}
.page .dian{float: left;}
.page a.num{}
@media only screen and (max-width:1440px) {
    .pageout{padding-top: 40px;}
}

@media only screen and (max-width:767px) {
    .pageout{padding-top: 20px;}
    .page a{display:none; font-weight: normal;}
    .page a.prev,.page a.next{display:block; display:inline-block;}
    .page a.next{margin-right: 0;}
    .total{display: none;}
    .page a.on{display: inline-block;box-sizing: border-box;}
    .page .dian{display: none;}
    .page .txtnum{margin-left: 0px;float: left;}
    .page span.pages_num{margin-left: 5px;}
}
@media only screen and (max-width:1024px) {
    .pageout{padding-bottom: 80px;}
    .page{line-height: 30px;}
}
@media only screen and (max-width:767px) {
    .pageout{padding-bottom: 40px;}
    .page a,.page .txtnum input,.page input.go{width: 30px;height: 30px;line-height: 30px;box-sizing: border-box;}
    .page input.go{margin-left: 10px;}
}
@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;}
    .nav_p p a:hover{color: #fff !important; opacity: 0.7;}
    .tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}


}
/*page end*/

/*weixin-box*/
.weixin{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -130px; background:#fff; border:1px solid #ddd; border-radius:4px;}
.weixin .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:115px; height:115px;}
.weixin p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/

/*邮箱弹窗*/
.pub_select { position: relative;}
.pub_select dt {position: relative; padding: 0 20px; cursor: pointer; }
.sociology_tab dt i{position: absolute;top:0;;right: 20px;height: 100%;font-size: 20px;color: #6f96dc;height:60px;line-height: 60px;font-weight:normal;transition: all .3s;}
.pub_select dd {z-index: 99; position: absolute; max-height:200px; overflow-y: auto; overflow-x: hidden; background: #fff; width:100%; left: 0px; top:100%; display: none;  border: 1px solid #eee;border-top: 0; box-sizing:border-box;box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.pub_select dd a { display: block; line-height: 40px; white-space: normal; padding: 0 20px; }
/*邮箱弹窗*/
.mail_modal{/*color: #fff;*/padding: 5% 0; background: url(../images/newsletter_bg.jpg) center no-repeat; background-size: cover; /*bottom: 10%;top: auto;position: fixed;z-index: 1000;visibility: hidden;opacity: 0;*/}
.mail_modal.show{visibility: visible;opacity: 1;}
.mail_modal .content-form{width: 1200px; margin:0 auto; max-width: 90%;box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.mail_t{background:#fff; text-align: center; color: #000; font-weight: bold; padding: 15px 5%;box-sizing: border-box;position: relative;}
.mail_t h2{margin-top: 2%; font-weight: bold;}
.mail_close{position: absolute;font-size: 30px;right: 35px;top: 15px;cursor: pointer;}
.mail_b{padding: 3% 5% 5%;box-sizing: border-box;background: #fff;}
.mail_b h3{margin-bottom: 2%; color: #757575; display: none;}
.mail_from{color: #3f3f3f;display: inline-block;width: 100%}
.mail_group{margin-bottom: 15px; float: left; width: 49%;}
.mail_group:nth-child(2n){float: right;}
.mail_from .codeGroup+.mail_group{width: 100%;}
.mail_group>span{ display: block; width: 100%; margin-bottom: 10px;}
.mail_group>span em{color: #FD1511; margin-left: 5px;}
.mail_ipt{ width: 100%;}
.mail_ipt input{display: block;width: 100%;height: 54px;background: #f4f4f4;padding: 0 20px;box-sizing: border-box;}
.mail_ipt .pub_select dt{line-height: 54px;height: 54px;background: #f4f4f4;color: #888; font-size: 14px;}
.mail_ipt .pub_select dd a{font-size: 14px;}
.mail_ipt dt i{position: absolute;top: 0;right: 20px;height: 100%;font-size: 20px;color: #6f96dc;height: 54px;line-height: 54px;font-weight: normal;}
.CountrySelect{ cursor: pointer;width: 100%;height: 54px; line-height: 54px; background: #f4f4f4;padding: 0 20px;box-sizing: border-box;position: relative;}
.CountrySelect i{transition:all 0.3s;position:absolute;top:0px;right:20px;height: 100%;font-size: 20px;color: #6f96dc; height: 54px;line-height: 54px;font-weight: normal;}
.CountrySelect .CS-option .CS-text{color: #888;}
.CS-text{display:block; color: #000; font-size: 14px; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal; overflow: hidden;}
.moption{ display: none; position: absolute;z-index: 20; left:0; top:100%; width: 100%; max-height: 200px; padding:0 20px; overflow-y: auto; background: #fff;border: 1px solid #eee;border-top: 0; box-sizing:border-box;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.moption li{ height:40px; line-height: 40px;}
.codeGroup input{width: 60%;margin-right: 10px;float: left;}
.codeImg{width: 170px;float: left;height: 54px;}
.codeImg img{width: 100%;height: 100%;}
.mail_submit{margin-top: 35px;text-align: center; clear: both;}
.mail_submit .btn{display: inline-block;padding: 0 50px;height: 50px;line-height: 50px;color: #fff;border-radius: 30px;background: #3a70d3;}
@media only screen and (max-width:1560px) {
    .mail_group{margin-bottom: 10px;}
    .mail_ipt .pub_select dt,.mail_ipt input,.mail_ipt dt i,.CountrySelect,.CountrySelect i{line-height: 40px;height: 40px;}
    .mail_con .fnt_16{font-size: 14px!important;}
    .codeImg{width: 127px;float: left;height: 40px;}
    .mail_submit{margin-top: 20px;}
}
@media only screen and (max-width:1023px) {
    .codeGroup input{ width: 55%;}
}

@media only screen and (max-width:767px) {
    .mail_group{ width: 100%;}
    .mail_ipt{width:100%;}
    .mail_ipt input,.CountrySelect,.mail_ipt .pub_select dt{ padding: 0 10px;}
    .mail_ipt dt i,.CountrySelect i{ right:5px;}
    .codeGroup input{width: 55%;}
    .codeImg{width: 85px;}
    .mail_close{top: 7px;right: 15px;}
    .mail_submit .btn{height: 40px; line-height: 40px; padding: 0 25px;}
}

@media only screen and (max-width:345px) {
    .mail_modal{max-width: 98%;}
    .mail_group>span{width: 65px;}
    .mail_ipt{width: calc(100% - 66px);}
    .mail_ipt input{padding: 0 10px;}
    .pub_select dt{padding: 0 10px!important;}
    .codeImg{width: 65px;height: auto;}
    .codeImg img{margin-top: 7px;}
}
/*邮箱弹窗*/


/**/
.footer_share li{float: left;margin-right: 20px;font-size: 22px;}
.footer_share li a{display: block;}


.pro_d_02{height: auto!important; position: relative;}
#myFrame,.pro_d_02{height: 700px!important;}

@media only screen and (max-width:1440px) {
    #myFrame,.pro_d_02{height: 600px!important;}
}
@media only screen and (max-width:1366px) {
    #myFrame,.pro_d_02{height: 500px!important;}
}
@media only screen and (max-width:1024px) {
    #myFrame,.pro_d_02{height: 400px!important;}
}


.modal_tips{
    position: absolute;
    bottom: 30px;
    left: 5%;
    font-size: 16px;
    width: 35%;
}
 .header_search span{ font-size: 24px; width: 48px; height: 48px; line-height: 48px;}
.language_new{position: fixed; z-index: 10;right:100px; top:45px; line-height: 48px;}
.language_new span{ float: left; margin-left: 10px; width: 48px; height: 48px; line-height: 48px; text-align: center; background: #fff; border-radius: 100%;}
.language_new span i{font-size: 36px; color: #3A70D3;}
.language_new span img{ width: 33px; height: 33px; margin:8px;}
.language_new em{ color: #fff;}
.inheader .nav li>a{ padding: 0 15px;}
.inheader .language_new{position: static; float: right; margin-top: 8px; margin-right: 10px;}
.inheader .language_new span{ /*background: #3A70D3;*/}
.inheader .language_new i{color: #fff;}
.inheader .language_new em{ color: #000;}
.lang-tcbox{opacity: 0; visibility: hidden;transition: all 0.3s; position:fixed; left:50%; top:50%; z-index: 1000; background: #fff; max-width: 1118px; width: 90%; margin: 0 auto;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);}
.lang-tcbox.show{ opacity: 1; visibility: visible;}
.lang-close{position: absolute; right:10px; top:10px; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 36px; color: #868585;}
.lang-tcbox .inner{padding:3% 4%;}
.lang-tcbox ul{ margin: 0 -1.5%;}
.lang-tcbox li{ float: left; width: 30.33%; margin: 0 1.5%;}
.lang-tcbox li dl{ margin-bottom: 5%;}
.lang-tcbox li dl:last-child{ margin-bottom: 0;}
.lang-tcbox li dt{ padding: 0 10px 5px; margin-bottom: 10px; border-bottom: 1px solid #DFDFDF;}
.lang-tcbox li dd{ padding: 0 10px; line-height: 34px; overflow: hidden;}
.lang-tcbox li dd em{ float: left; width: 21px; height: 14px;margin-top: 10px;}
.lang-tcbox li dd span{float: right; width: calc(100% - 30px);}
@media only screen and (max-width:1560px) {
    .inheader .nav li>a{ padding: 0 10px;}
}
@media only screen and (max-width:1439px) {
    .inheader .nav li>a{font-size: 14px;}
}
@media only screen and (max-width:1365px) {
    .inheader .nav li>a{ padding: 0 5px; font-size: 13px;}
}
@media only screen and (max-width:1279px) {
    .inheader .nav li>a{ padding: 0 3px;}
    .inheader .language_new{margin-right: 0;}
    .inheader .language_new span{ width: 32px; height: 32px; line-height: 32px; margin-top: 10px;}
    .inheader .language_new span i{ font-size: 20px;}
    .inheader .language_new span img{width: 32px; height: 32px; margin:0px;}
    .inheader .language_new em{ display: none;}
}
@media only screen and (max-width:1024px) {
    .header_search span,.language_new span{font-size: 16px; width: 32px; height: 32px; line-height: 32px;}
    .language_new span img,.inheader .language_new span img{width: 24px; height: 24px; margin: 4px;}
    .language_new span i{font-size: 20px;}
    .language_new{right:120px; top:14px; line-height: 32px; z-index: 10000;}
    .inheader .language_new{margin-top: 18px; margin-right: 15px;}
    .inheader .nav li>a{ padding: 0 20px;}
}
@media only screen and (max-width:1023px) {
    .lang-tcbox li{ width: 47%;}
    .lang-tcbox li:last-child{ margin-top: 2%;}
}
@media only screen and (max-width:767px) {
    .language_new{right:90px;}
    .language_new em{ display: none;}
    .lang-tcbox ul{ margin: 0; height: 300px; overflow-y: auto;}
    .lang-tcbox li{ width: 100%; margin: 0 0 5%;}
    .lang-close{top:-30px; right:0;width: 30px; height: 30px; line-height: 30px; background: #fff; font-size: 20px; border-radius: 100%;}
}

/*20240130去掉第三方插件logo*/
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}
/*20240130去掉第三方插件logo end*/
/*20231130增加privacy页面*/
.infooter_b a.privacy{ margin: 0; float: right;color: #fff!important;}
.privacy-part{ padding: 8% 0;}
@media only screen and (max-width:767px) {
    .infooter_b a.privacy{ float: none; text-align: center;}
}


/*新的footer*/
.footer{ padding:3% 0 2%; background: #4270D1;}
.footer .infooter_tc{ max-width: 540px; width: 100%; margin: 0 auto 5%;}
.footer .infooter_tc>p{ text-align: center; font-weight: bold; text-transform: uppercase;}
.footer .subscribe_ipt p{ background: #fff; color: #4270D1;}
.footer .subscribe_ipt .btn{ background: #4270D1; color: #fff; top:5px; right:5px; height: 46px; width: auto; padding: 0 25px;}
.footer .infooter_tl{width: 100%; float:none; margin: 0 0 3%; overflow: hidden;}
.footer .infooter_tl dl{float: left;width: 12.5%; padding-right: 3%;margin: 0; box-sizing: border-box;}
.footer .infooter_tl dl dd{ font-weight: normal;}
.footer .infooter_tl dl a{ color: #fff;font-size: 12px;}
.footer .infooter_tl dl a:hover,.footer .infooter_b a:hover{color: #fff!important; font-weight: bold;}
.footer .infooter_b{ padding: 0; background: none;}
.footer .infooter_b .cop{ float: left; line-height: 34px;}
.footer .infooter_b span,.footer .infooter_b a{ float: left; margin-left: 0;}
.footer .infooter_b a.privacy{ float: left; margin-left: 70px;}
.footer .infooter_b .footer_share{ float: left; margin-left: 70px;}
@media only screen and (max-width:1279px) {
.footer .infooter_tl dl{ width: 25%; margin-bottom: 5%;}
.footer .infooter_tl dl:nth-child(4n+1){ clear: both;}
}
@media only screen and (max-width:1023px) {
  .footer .infooter_tl{font-size: 12px !important;}
}
@media only screen and (max-width:767px) {
.footer .infooter_tl dl{ width: 100%; margin-bottom: 0;padding-left: 0;}
.footer .infooter_b .cop,.footer .infooter_b a.privacy{ float: none;}
.footer .infooter_b span,.footer .infooter_b a{ float: none;}
.footer .infooter_b a.privacy{margin-left: 0;}
.footer .infooter_b .footer_share{ float: none; margin-left: 0;}
.footer .infooter_b a{ text-align: left;}
.gov{padding-left: 0;}
}
/*新的footerend*/