@charset "UTF-8";
.bodyAct1 .header_box .logo a{display:block;} 

@font-face{
    font-family: SourceHanSerifCN-Bold;
    src: url('../fonts/SourceHanSerifCN-Bold.woff');
}
@font-face{
    font-family: Philosopher-Regular;
    src: url('../fonts/Philosopher-Regular.ttf');
}
@font-face{
    font-family: SourceHanSansC-Heavy;
    src: url('../fonts/SourceHanSerifCN-Heavy.woff');
}
@font-face{
    font-family: SourceHanSansCN-Medium;
    src: url('../fonts/SourceHanSansCN-Medium.woff');
}
@font-face{
    font-family: bahnschrift;
    src: url('../fonts/bahnschrift.ttf');
}
.serB{font-family: SourceHanSerifCN-Bold;}
.philoR{font-family: Philosopher-Regular;}
.sanH{font-family: SourceHanSansC-Heavy;}
.bahn{font-family: bahnschrift;}
@keyframes shine { 100% {left: 115%;} }
@keyframes beat {0%,to{-webkit-transform: scale(1); transform: scale(1);} 25%{-webkit-transform: scale(.9,1.1); transform: scale(.9,1.1);} 50%{-webkit-transform: scale(1.1,.9); transform: scale(1.1,.9);} 75%{-webkit-transform: scale(.95,1.05); transform: scale(.95,1.05);} }
@keyframes rotate { 0% {-webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0);} 100% {-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);} }
*{box-sizing: border-box}
html, body {color: #333;font-size: 16px;margin-left: auto !important;margin-right: auto !important;text-align: left;font-family:'Microsoft YaHei',Arial,sans-serif;-webkit-font-smoothing:antialiased}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,b,section,nav{padding: 0;margin: 0;font-weight: normal;box-sizing: border-box}
i,em,b{font-style: normal;}
ol,ul {list-style: none;}
li{list-style-type: none;}
a{text-decoration: none;color:inherit;}
a:focus,div:focus{border: none;outline: none;}
img, input {border: 0;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{font-size: 0;}
input[type='text']:focus-visible{outline: none;}
.clear:after{content: '';display: block;clear: both;}
.icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;transition: .8s}
.img_zd{position: relative;overflow: hidden;}
.img_zd .img_hezi{background-position: 50%;background-size: cover;background-repeat: no-repeat;transition: .8s}
.img_zd>img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: .8s}
.pic {position: relative;overflow: hidden;}
.pic:before {content: '';position: absolute;top: 0;left: -86%;z-index: 2;display: block;width: 50%;height: 100%;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: .8s}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.bg-mask:hover .pic:before {-webkit-animation: shine .5s;animation: shine .5s;}
.fl{float: left;}
.fr{float: right;}
.noflex{display: block !important;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex-left{display:flex;flex-wrap:wrap;}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center;}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative;}
.aline_r {position: relative;background-image: linear-gradient( #153D97, #153D97);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #153D97;}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3;}
@media screen and (max-width:1024px){  html{font-size: 90px!important;}}
@media screen and (max-width:900px){  html{font-size: 85px!important;}}
@media screen and (max-width:640px){  body{font-size: .18rem;}}
@media screen and (max-width:480px){  html{font-size: 80px!important;}}
@media screen and (max-width:375px){  html{font-size: 80px!important;}}
@media screen and (max-width:360px){  html{font-size: 70px!important;}}
.wp{width: 16rem;margin: 0 auto;max-width: 96%;}
.none{display: none;}
.ar_wap{display: none;}


/*=============================公共 开始===================================*/
.header_box{position: fixed;left: 0;top: 0;right: 0;/* height: 2.88rem; */z-index: 999;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box:before{content: ''; position: absolute; left: 0; top: 0; right: 0; height: 3.6rem; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); opacity: .4; pointer-events: none; z-index: -1; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.header_box:after{content: '';position: absolute;right: 0;top: 0;width: 100%;height: 1.2rem;background: url(../images/w-header_bg2.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;z-index: 1;pointer-events: none;opacity: 0;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box .header_top{height: 1.2rem;border-bottom: 1px solid rgba(255, 255, 255, .3);-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box .header_top .wp{height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header_box .header_top .l, .header_box .header_top .r{flex-shrink: 0;}
.header_box .header_top .r{display: flex;/* flex-direction: column; */align-items: center;}
.header_box .header_top .r .r-top{}
.header_box .header_top .r .r-btm{margin-left: 0.16rem;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box .header_btm{height: 0.8rem;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box .header_btm .wp{height: 100%; display: flex; align-items: center;}
.header_box .logo{width: 5.5rem;height: 0.63rem;line-height: 0.63rem;font-size: 0;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.header_box .logo img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.header_box .logo .g2{display: none;}
.header_box .link{margin: 0 -0.18rem; font-size: 0.18rem; color: rgba(255, 255, 255, .6); line-height: 2; display: flex; align-items: center; justify-content: flex-end; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.header_box .link a{padding: 0 0.18rem; display: block; font-size: inherit; color: inherit;}
.header_box .link a:hover{color: #fff;}
.header_box .search{padding-right: 0.6rem; width: 2.6rem; height: 0.4rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 2.19rem; position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.header_box .search input{outline: none; border: none;}
.header_box .search .inp{padding-left: 0.18rem; display: block; width: 100%; height: 0.38rem; line-height: 0.38rem; font-size: 0.14rem; color: #FFFFFF; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.header_box .search .inp::-webkit-input-placeholder{color:rgba(255, 255, 255, .6);}
.header_box .search .inp::-moz-placeholder{color:rgba(255, 255, 255, .6);}
.header_box .search .inp:-ms-input-placeholder{color:rgba(255, 255, 255, .6);}
.header_box .search .submit{position: absolute; right: 0; top: 0; width: 0.6rem; height: 100%; background: url(../images/w-so1.png) center center no-repeat; -webkit-background-size: 0.24rem auto; background-size: 0.24rem auto; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
#nav{height: 100%; flex-grow: 1; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
#nav ul{height: 100%; display: flex;}
#nav li{padding: 0 0.15rem; position: relative; flex-grow: 1;}
#nav li h2{height: 100%; font-size: .2rem; color: #FFFFFF; text-align: center; font-weight: normal; line-height: 0.3rem; transition: .5s;}
#nav li h2 .cn{font-family: SourceHanSansCN-Medium,sans-serif}
#nav li h2 .en{font-size: 0.16rem; line-height: 0.18rem;}
#nav li a, #nav li h2 a{display: block; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#nav ul li .sub {position: absolute; top: 100%; min-width: 1.4rem; left: 50%; z-index: 10000; transform: translateX(-50%); box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,.1); border-radius: .05rem; overflow: hidden; display: none;}
#nav ul li .sub .box {padding: 0.1rem 0; text-align: center; background: #ffffff;}
#nav ul li .sub a {display: block;padding: 0.1rem .1rem;line-height: 1.3;transition: .6s;font-size: .18rem;color: #666666;text-align: center;white-space: nowrap;}
#nav ul li .sub a:last-child{border: none;}
#nav ul li .sub a:hover {color: #CF212E;}
#nav ul li.on{}
#nav ul li.on h2{color: #CF212E;}
#nav ul li:hover{}
#nav ul li:hover .sub {}
.bodyAct1{}
.bodyAct1 .header_box{height: 1.8rem; background-color: #EFF2F6;}
.bodyAct1 .header_box:before{opacity: 0;}
.bodyAct1 .header_box:after{opacity: 1;}
.bodyAct1 .header_box .header_top{height: 1.2rem;background: linear-gradient(270deg, rgba(192, 226, 254, 0.53) 0%, rgba(193, 226, 254, 0) 100%);}
.bodyAct1 .header_box .header_top .r .r-btm{/*margin-top: 0.06rem;*/}
.bodyAct1 .header_box .header_btm{height: 0.8rem;background-color: #003F98;}
.bodyAct1 .header_box .logo{width: 5.5rem;height: 0.63rem;line-height: 0.63rem;}
.bodyAct1 .header_box .logo img{display: none;}
.bodyAct1 .header_box .logo .g2{display: block;}
.bodyAct1 .header_box .link{color: #333333;}
.bodyAct1 .header_box .search{border-color: rgba(0, 0, 0, 0.3); background-color: rgba(255, 255, 255, .4);}
.bodyAct1 .header_box .search .inp{color: #333333;}
.bodyAct1 .header_box .search .inp::-webkit-input-placeholder{color:#666666;}
.bodyAct1 .header_box .search .inp::-moz-placeholder{color:#666666;}
.bodyAct1 .header_box .search .inp:-ms-input-placeholder{color:#666666;}
.bodyAct1 .header_box .search .submit{background-image: url(../images/w-so2.png);}
.bodyV1{}
.bodyV1 .header_box{position: sticky; top: 0; background-color: #EFF2F6;}
.bodyV1 .header_box:before{opacity: 0;}
.bodyV1 .header_box:after{opacity: 1;}
.bodyV1 .header_box .header_top{background: linear-gradient(270deg, rgba(192, 226, 254, 0.53) 0%, rgba(193, 226, 254, 0) 100%);}
.bodyV1 .header_box .header_btm{background-color: #003F98;}
.bodyV1 .header_box .logo{}
.bodyV1 .header_box .logo img{display: none;}
.bodyV1 .header_box .logo .g2{display: block;}
.bodyV1 .header_box .link{color: #333333;}
.bodyV1 .header_box .search{border-color: rgba(0, 0, 0, 0.3); background-color: rgba(255, 255, 255, .4);}
.bodyV1 .header_box .search .inp{color: #333333;}
.bodyV1 .header_box .search .inp::-webkit-input-placeholder{color:#666666;}
.bodyV1 .header_box .search .inp::-moz-placeholder{color:#666666;}
.bodyV1 .header_box .search .inp:-ms-input-placeholder{color:#666666;}
.bodyV1 .header_box .search .submit{background-image: url(../images/w-so2.png);}



/*foot*/
.foot{background: url(../images/w-footer_bg1.jpg) center center no-repeat; -webkit-background-size: cover; background-size: cover;}
.foot .foot-top{padding: 0.55rem 0 0.18rem; margin-bottom: 0.09rem;}
.foot .foot-top_cont{display: flex; justify-content: space-between; align-items: center;}
.foot .foot-top_cont .l{flex-shrink: 0;}
.foot .foot-top_cont .m{padding: 0 0.42rem 0 1.22rem; flex-grow: 1;}
.foot .foot-top_cont .r{flex-shrink: 0;}
.foot .foot-btm{padding: 0.18rem 0; background-color: rgba(1, 56, 135, .3);}
.foot .foot-nav{margin: 0 -0.22rem 0.09rem; padding: 0.4rem 0 0.6rem; min-height: 2.6rem; position: relative; z-index: 1; display: flex;}
.foot .foot-nav:before{content: ''; position: absolute; left: 50%; top: 50%; width: 19.2rem; height: 2.84rem; background: url(../images/w-fot-img-3.png) center center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); pointer-events: none; z-index: -1;}
.foot .foot-nav .item{position: relative; flex-grow: 1;}
.foot .foot-nav .item:before{content: ''; position: absolute; right: 0; top: 50%; width: 0.25rem; height: 1px; background-color: #FFFFFF; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); -o-transform: translateX(50%); transform: translateX(50%);}
.foot .foot-nav .item:last-child:before{display: none;}
.foot .foot-nav .con{padding: 0.2rem 0.22rem; display: block; height: 1.6rem; display: flex; align-items: center;}
.foot .foot-nav .icon{margin-right: 0.3rem; width: 1rem; height: 1rem; position: relative; z-index: 1; flex-shrink: 0;}
.foot .foot-nav .icon:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; border-radius: 50%; pointer-events: none; z-index: -1; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.foot .foot-nav .icon:after{content: ''; position: absolute; left: 0.1rem; top: 0; width: 100%; height: 100%; border: 1px dashed #FFFFFF; border-radius: 50%; pointer-events: none; z-index: -2;}
.foot .foot-nav .icon img{max-width: 70%; max-height: 70%; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.foot .foot-nav .icon .g2{opacity: 0;}
.foot .foot-nav .right{flex-grow: 1;}
.foot .foot-nav .tit{font-size: 0.22rem;color: #FFFFFF;line-height: 0.35rem;font-weight: normal;display: flex;flex-direction: column;justify-content: center;}
.foot .foot-nav .tit span{display: block;}
.foot .foot-nav .tit .cn{}
.foot .foot-nav .tit .en{margin-top: 0.02rem; font-size: 0.14rem; opacity: .6; line-height: 0.2rem; text-transform: uppercase;}
.foot .foot-nav .con:hover{}
.foot .foot-nav .con:hover .icon:before{background-color: #F0B127;}
.foot .foot-nav .con:hover .icon img{opacity: 0; animation: beat .5s;}
.foot .foot-nav .con:hover .icon .g2{opacity: 1;}
.foot .foot-logo{width: 5.5rem;height: 0.7rem;line-height: 0.7rem;font-size: 0;}
.foot .foot-logo img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.foot .foot-info{margin: 0 -0.2rem; font-size: 0.16rem; color: #FFFFFF; line-height: 0.35rem; display: flex;}
.foot .foot-info .item{padding: 0 0.2rem; flex-grow: 1;}
.foot .foot-code{width: 1rem;}
.foot .foot-code .pic{margin: 0 auto 0.09rem; height: 1rem; line-height: 1rem; background-color: #fff; font-size: 0; text-align: center;}
.foot .foot-code .pic img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.foot .foot-code .tit{font-size: 0.14rem; color: #FFFFFF; text-align: center; font-weight: normal; line-height: 0.2rem;}
.foot .foot-copy{font-size: 0.16rem; color: #FFFFFF; line-height: 0.24rem; text-align: center;}
.foot .foot-copy a{display: inline-block; font-size: inherit; color: inherit;}
.foot .foot-copy a:hover{text-decoration: underline;}







/*=================================响应开始========================================*/
/*手机端开始*/
.m_header_box {transition: .6s;display: none;height: .75rem;position: relative;z-index: 800;}
.m_header_box header{padding: 0 0 0 15px;height: .75rem;background: rgba(0, 63, 152, 1);box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo img{max-width: 3.5rem; max-height: .56rem;}
.m_header_box header #logo{padding:0;width: 100%;}

#m_nav .list_box0{display: flex;align-items: center;flex-wrap: wrap;}
#m_nav .list_box0 .li{font-size: 14px;color: #fff;display: inline-block;transition:.6s;margin-right: .2rem;position: relative;line-height: .5rem;}
#m_nav .list_box0 .li>a{display:block;}
#m_nav .list_box0 .li a>img{margin: -2px 0 0 0;}
#m_nav .list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
#m_nav .list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }
#m_nav .list_box0 .li:hover{opacity: 1;color: #fe9800;}
#m_nav .list_box0{justify-content: center;width: 100%;}
#m_nav .list_box0 .li{margin: 0 .05rem;}

/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {}
#nav_btn_box{position:relative;width: .85rem;height: .75rem;display: flex;align-items: center;justify-content: center;z-index: 1;min-width: .85rem;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -6px;border-bottom: transparent .75rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: .34rem;height: 18px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none;}
#m_nav {z-index: 799;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 64px 0px 0;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: rgba(0, 63, 152, .8);background-size:cover;opacity: 0;visibility: hidden;-webkit-backdrop-filter: blur(15px);backdrop-filter: blur(15px);}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #fe9800 url(../images/icon-so1.png) center no-repeat; background-size: 1.75rem;}

#m_nav .old_rukou{margin: .24rem 0 0;width: 100%;}

.nav_link{padding: 0.1rem 0.12rem; min-width: 100%; font-size: 0.18rem; color: rgba(255, 255, 255, .5); line-height: 2; border-bottom: 1px solid rgba(255,255,255,.3); display: flex; flex-wrap: wrap; align-items: center;}
.nav_link a{padding: 0 0.13rem; display: block; font-size: inherit; color: #ffffff;}

.nav_lang{padding: 0.1rem 0.22rem; min-width: 100%; border-bottom: 1px solid rgba(255,255,255,.3); display: flex; flex-wrap: wrap;}
.nav_lang .tit{display: block; font-size: 0.18rem; color: #FFFFFF; line-height: 2;}
.nav_lang .tit .icon-lang{margin: -2px 4px 0 0; display: inline-block; vertical-align: middle; width: 0.26rem; height: 0.26rem; background: url(../images/icon-lang1.png) center center no-repeat; -webkit-background-size: contain; background-size: contain;}

.list_box_nav_mobile{width:100%;height: 100%;padding: 0 0 10px;overflow: hidden;overflow-y: scroll;margin: 0;flex: 1;}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;padding: 0 0.25rem;}
.list_box_nav_mobile>li .con{ position:relative;}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255,255,255,.15);line-height: .64rem;color: rgba(255,255,255,.8);padding: 0;font-size: .2rem;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .64rem;display: inline-block;background: url(../images/ny/w-arrow4.png) center no-repeat;background-size: .2rem !important;position: absolute;display: block;right: 0;top: 0;-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);}
.list_box_nav_mobile>li.on1 i{transform: rotate(0);-webkit-transform: rotate(0);-moz-transform: rotate(0);}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none;}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: rgba(255,255,255,.6);line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 798; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 60px;display: block;padding: 0 0.25rem;}
.wap_search .header-search{height: 44px;border-radius: 0;background: rgb(255 255 255);position:relative;width: 100%;margin: 10px auto;border-radius: 50vw;}
.wap_search .input{font-size: 14px;color: #646464;height: 44px;line-height: 44px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 44px;height: 44px;line-height: 44px;border:0;background: url(../images/w-so1.png) center no-repeat #fe9800;background-size: .24rem;border-radius: 0;border-radius: 50vw;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮结束*/








@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    body{padding-top: 0;}
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp, .wp2 {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .foot .foot-nav{flex-wrap: wrap; min-height: auto; padding: 0; margin-bottom: -0.4rem;}
    .foot .foot-nav:before{display: none;}
    .foot .foot-nav .item{margin-bottom: 0.4rem; width: 33.33%;}
    .foot .foot-nav .item:before{display: none;}
    .foot .foot-nav .con{padding: 0 0.22rem; height: auto;}
    .foot .foot-nav .icon{width: 0.7rem; height: 0.7rem;}
    .foot .foot-top_cont{margin-top: 0.4rem; display: block;}
    .foot .foot-top_cont .m{margin-top: 0.2rem; padding: 0;}
    .foot .foot-top_cont .r{margin-top: 0.2rem; display: flex; justify-content: center;}
    .foot .foot-logo{margin: 0 auto; max-width: 100%;}
}

@media (max-width: 959px){

}

@media (max-width: 767px){
    .foot .foot-top{padding: 0.3rem 0; margin: 0;}
    .foot .foot-btm{padding: 0.12rem 0;}
    .foot .foot-nav{margin: 0 -0.1rem -0.15rem;}
    .foot .foot-nav .item{margin-bottom: 0.15rem;}
    .foot .foot-nav .con{padding: 0 0.1rem; flex-direction: column;}
    .foot .foot-nav .icon{margin: 0 auto 0.1rem; width: 0.6rem; height: 0.6rem;}
    .foot .foot-nav .right{text-align: center;}
    .foot .foot-nav .tit{font-size: 0.18rem; line-height: 0.26rem;}
    .foot .foot-nav .tit .en{margin-top: 0; font-size: 0.12rem; line-height: 0.17rem;}
    .foot .foot-top_cont{margin-top: 0.2rem;}
    .foot .foot-logo{width: 100%; height: auto; line-height: inherit; max-height: 0.7rem;}
    .foot .foot-info{display: block; line-height: 0.3rem;}
}

@media (max-width: 479px) {

}


/*兼容*/
#browser-modal {width: 100%; height: 100%; top: 0; left: 0; text-align: center; color: #303233; position: fixed; z-index: 99999999;}
#browser-modal .browser-modal-cover {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: #111; z-index: -1;}
#browser-modal .browser-content {width: 700px; margin-top: 120px; margin-left: auto; margin-right: auto; padding-bottom: 80px; padding-top: 50px; background-color: #fff; border-radius: 5px;}
#browser-modal .browser-content .browser-dpc-logo img {height: 42px; margin: 45px auto 40px;}
#browser-modal .browser-content .browser-text-title {text-transform: uppercase; font-size: 24px;}
#browser-modal .browser-content .browser-text-desc {margin-top: 30px; margin-bottom: 20px; font-size: 14px;}
#browser-modal .browser-content .browser-list {width: 600px; margin: 20px auto; height: 130px;}
#browser-modal .browser-content .browser-item {float: left; width: 150px; padding-top: 20px; padding-bottom: 20px; margin-left: auto; margin-right: auto;}
#browser-modal .browser-content .browser-item .iconfont {width: 100px; height: 100px; margin: 0 auto; font-size: 80px; line-height: 80px; margin-bottom: 10px;}
#browser-modal .browser-content .browser-item .iconchrome {background: url(../images/bro.png) no-repeat 0 0;}
#browser-modal .browser-content .browser-item .iconfirefox {background: url(../images/bro.png) no-repeat 0 -100px;}
#browser-modal .browser-content .browser-item .iconopera {background: url(../images/bro.png) no-repeat 0 -200px;}
#browser-modal .browser-content .browser-item .iconEdge {background: url(../images/bro.png) no-repeat 0 -300px;}
#browser-modal .browser-content .browser-item a {cursor: pointer; display: block;}
#browser-modal .browser-content .browser-item a img {display: block; margin: 0 auto; max-width: 100px; width: 100px; height: 100px;}
#browser-modal .browser-content .browser-item a h4 {text-align: center; margin-top: 20px; font-size: 18px; font-weight: 700;}