@charset "UTF-8";

@font-face {  font-family: 'Butler_Regular';  src: url("../font/Butler_Regular.otf"); font-display: opentype;  }
@font-face {  font-family: 'Butler_Medium';  src: url("../font/Butler_Medium.ttf"); font-display: truetype;  }

@keyframes shine { 100% {left: 115%;} }
@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);} }
@keyframes move1 {0% {transform: 0 } 50% {transform: translateX(-20px) translateY(-5px) } 100% {transform: 0; } }
@keyframes move2 {0% {transform: 0 } 50% {transform: translateX(10px) translateY(10px) } 100% {transform: 0; } }
@keyframes move3 {0% {transform: 0 } 50% {transform: translateX(20px) translateY(20px) } 100% {transform: 0; } }
@keyframes move4 {0% {transform: 0 } 50% {transform: translateX(20px) translateY(40px) } 100% {transform: 0; } }
@keyframes move5 {0% {transform: 0 } 50% {transform: translateX(0px) translateY(80px) } 100% {transform: 0; } }
*{box-sizing: border-box}
html, body {color: #333;font-size: 16px;margin-left: auto !important;margin-right: auto !important;text-align: left;font-family: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: 15rem;margin: 0 auto;max-width: 96%;}
.none{display: none;}
.ar_wap{display: none;}


/*=============================公共 开始===================================*/

.header_box{position: fixed; left: 0; right: 0; top: 0; height: 1.08rem; z-index: 999; transition: .5s;}
.header_box:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1.65rem; background: url(../images/head-bg1.png) center top no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; z-index: -1; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.header_box:after{content: ''; position: absolute; left: 0; top: 0; right: 0; height: 0.05rem; background-color: #1b7269; z-index: 10;}
.header_box .wp{display: flex; justify-content: space-between;}
.header_box .hd-l{}
.header_box .hd-r{padding-top: 0.62rem; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.header_box .menuBtn{padding-left: 0.3rem; position: absolute; right: 0; top: 0; width: 1.4rem; height: 1.08rem; background: url(../images/menu-bg1.png) center center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; cursor: pointer; display: flex; justify-content: center; align-items: center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.header_box .menuBtn button{padding: 0; outline: none; display: block; width: 0.36rem; height: 0.36rem; position: relative; cursor: pointer; flex-shrink: 0;}
.header_box .menuBtn span{position: absolute; top: 50%; right: 0; display: block; width: 100%; height: 2px; background: #D8D8D8; transition: all .4s cubic-bezier(.165,.84,.44,1) 0s; transition-property: transform, width, margin, background-color; margin-top: -1px;}
.header_box .menuBtn span:nth-child(1){margin-top: -0.12rem;}
.header_box .menuBtn span:nth-child(2){}
.header_box .menuBtn span:nth-child(3){margin-top: 0.1rem;}
.header_box .menuBtn.open{}
.header_box .menuBtn.open span:nth-child(1){visibility: hidden;}
.header_box .menuBtn.open span:nth-child(2){margin-top: -1px !important; width: 100%; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.header_box .menuBtn.open span:nth-child(3){margin-top: -1px !important; width: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.header_box.active{height: 1rem; background-color: #1B7269;}
.header_box.active:before{height: 100%;}
.header_box.active .logo_box{margin-top: 0.15rem;}
.header_box.active .menuBtn{height: 1rem;}
.header_box.active .hd-r{padding-top: 0.35rem;}
.header_box.active .hd-top{opacity: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%);}
.logo_box{margin-top: 0.37rem; transition: .5s;}
.logo{}
.logo a{display: flex; align-items: center;}
.logo img{display: block; max-width: 2.6rem; max-height: 0.69rem; flex-shrink: 0;}
.hd-top{position: absolute; left: 0; top: 0.25rem; right: 0; line-height: 0.32rem; z-index: 10; display: flex; justify-content: flex-end; align-items: center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.hd-top .link{font-size: 0.16rem; color: rgba(255, 255, 255, .5); flex-shrink: 0; display: flex; align-items: center;}
.hd-top .link a{padding: 0 0.15rem; display: block; font-size: inherit; color: #ffffff;}
.hd-top .lang{margin-left: 0.2rem; flex-shrink: 0;}
.hd-top .lang .tit{display: block; font-size: 0.14rem; color: #FFFFFF; cursor: pointer;}
.hd-top .lang .tit .icon-lang{margin: -0.03rem 0.02rem 0 0; display: inline-block; vertical-align: middle; width: 0.2rem; height: 0.2rem; background: url(../images/icon-lang1.png) center center no-repeat; -webkit-background-size: contain; background-size: contain;}
.hd-top .so{margin-left: 0.1rem; width: 0.32rem; height: 0.32rem; background: url(../images/icon-so1.png) center center no-repeat; -webkit-background-size: 0.2rem auto; background-size: 0.2rem auto; cursor: pointer;}
#nav{font-family: 'Butler_Regular'; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
#nav ul{margin: 0 -0.22rem; display: flex; justify-content: flex-end;}
#nav li{padding: 0 0.12rem; position: relative;}
#nav li h2{padding: 0 0.2rem; font-size: .22rem; color: #FFFFFF; text-align: center; font-weight: normal; line-height: 0.4rem; transition: .5s;}
#nav li a, #nav li h2 a{display: block;}
#nav ul li h2 span{display: block; font-size: .2rem; color: #FFFFFF; text-align: center; line-height: 0.4rem; text-transform: uppercase;}
#nav ul li .sub {position: absolute; top: 100%; min-width: 1.4rem; left: 50%; z-index: 10000; transform: translateX(-50%) scaleY(0); visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transition: transform .5s; transform-origin: top; box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,.1); border-radius: 0 0 .05rem .05rem; overflow: hidden;}
#nav ul li .sub .box {padding: 0.1rem 0; text-align: center; background: #EAEAEC;}
#nav ul li .sub a {display: block; padding: .05rem .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: #1B7269;}
#nav ul li.on{}
#nav ul li.on h2{color: #F3CA66;}
#nav ul li:hover{}
#nav ul li:hover h2{color: #F3CA66;}
#nav ul li:hover .sub {filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1);}

#nav ul li h2 a{
    position: relative;
}
#nav ul li h2 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.02rem;
    background: #F3CA66;
    transition: 1.2s 0.2s;
    transform: translateX(-50%);
}
#nav ul li.on h2 a:before {
    width: 100%;
}

.searchPop-g1{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .95) url(../images/searchPop-bg1.jpg) center center no-repeat; -webkit-background-size: cover; background-size: cover; z-index: 1000; display: flex; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.searchPop-g1 .close{position: absolute; right: 0.3rem; top: 0.3rem; width: 0.4rem; height: 0.4rem; background: url(../images/icon-close1.png) center center no-repeat; -webkit-background-size: 0.24rem auto; background-size: 0.24rem auto; cursor: pointer; z-index: 10;}
.searchPop-g1 .cont{padding: 0 0.25rem; flex-grow: 1; -webkit-transform: translateY(60vh); -ms-transform: translateY(60vh); -o-transform: translateY(60vh); transform: translateY(60vh); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.searchPop-g1 .title{margin-bottom: 0.3rem; font-size: 0.3rem; color: #fff; line-height: 1.25; text-align: center;}
.searchPop-g1.active{opacity: 1; visibility: visible;}
.searchPop-g1.active .cont{-webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0);}

.bigNav-g1{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .95) url(../images/bigNav-bg1.jpg) center center no-repeat; -webkit-background-size: cover; background-size: cover; z-index: 900; opacity: 0; visibility: hidden; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.bigNav-g1 .scroll{position: absolute; z-index: 1; left: 0; right: 0; top: 2rem; bottom: 0; overflow-y: auto; padding-bottom: .3rem;}
.bigNav-g1 .wp{display: flex; flex-wrap: wrap;}
.bigNav-g1 dl{width: 12.5%; margin-bottom: .2rem; transform: translateY(1rem); opacity: 0; overflow: hidden; text-align: center;}
.bigNav-g1 dt{font-size: .22rem; font-weight: bold; padding-bottom: .15rem; margin-bottom: .2rem; position: relative;}
.bigNav-g1 dt:before{content: ''; height: 1px; width: 0; position: absolute; left: 50%; bottom: 0; background: #fff; transform: translateX(-50%);}
.bigNav-g1 dt a{color: #fff;}
.bigNav-g1 dd{}
.bigNav-g1 dd ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bigNav-g1 dd ul li{width: 100%; margin-bottom: .15rem; font-size: .17rem; line-height: 1.4em;}
.bigNav-g1 dd ul a{color: #fff;}
.bigNav-g1 dl:nth-child(1){transition: .8s .2s;}
.bigNav-g1 dl:nth-child(2){transition: .8s .3s;}
.bigNav-g1 dl:nth-child(3){transition: .8s .4s;}
.bigNav-g1 dl:nth-child(4){transition: .8s .5s;}
.bigNav-g1 dl:nth-child(5){transition: .8s .6s;}
.bigNav-g1 dl:nth-child(6){transition: .8s .7s;}
.bigNav-g1 dl:nth-child(7){transition: .8s .8s;}
.bigNav-g1 dl:nth-child(8){transition: .8s .9s;}
.bigNav-g1 dl:nth-child(9){transition: .8s 1s;}
.bigNav-g1.active{opacity: 1; visibility: visible;}
.bigNav-g1.active dl{transform: translateY(0); opacity: 1;}
.bigNav-g1.active dt:before{width: .3rem; transition: width .6s 1s linear;}
body.navShow{overflow: hidden; position: fixed; width: 100%; height: 100%;}
body.navShow #nav{opacity: 0;}
body.navShow .hd-top{top: 0.58rem;}



/*foot*/
.foot{background: url(../images/footer-bg1.jpg) center center no-repeat; -webkit-background-size: cover; background-size: cover; position: relative; z-index: 60;}
.foot .ft-cont{padding: 0.51rem 0 0.38rem;}
.foot .ft-cont .wp{min-height: 1.37rem; display: flex; justify-content: space-between;}
.foot .ft-cont .col, .foot .ft-cont .com{border-right: 1px solid rgba(255, 255, 255, .2); flex-shrink: 0;}
.foot .ft-cont .col{padding: 0.24rem 0.4rem 0 0; width: 32%;}
.foot .ft-cont .com{padding: 0 0.4rem; padding-left: 0.86rem; width: 36.2%; display: flex; align-items: center;}
.foot .ft-cont .cor{padding: 0.35rem 0.4rem 0; width: 31.8%;}
.foot .ft-logo{}
.foot .ft-logo img{display: block; max-height: 0.69rem;}
.foot .ft-info{font-size: 0.16rem; color: #FFFFFF; line-height: 2.25;}
.foot .ft-share{}
.foot .ft-share .tit{margin-bottom: 0.12rem; font-size: 0.16rem; color: #FFFFFF; line-height: 1.69; text-align: center;}
.foot .ft-share .cont{margin-bottom: -0.1rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.foot .ft-share .item{padding: 0 0.07rem; margin-bottom: 0.1rem; position: relative;}
.foot .ft-share .icon{width: 0.26rem; height: 0.26rem; line-height: 0.26rem; font-size: 0; text-align: center;}
.foot .ft-share .icon img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.foot .ft-share .mask{padding-bottom: 0.15rem; position: absolute; left: 50%; bottom: 100%; -webkit-transform: translate(-50%, -0.1rem); -ms-transform: translate(-50%, -0.1rem); -o-transform: translate(-50%, -0.1rem); transform: translate(-50%, -0.1rem); z-index: 10; opacity: 0; visibility: hidden; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.foot .ft-share .mask:before{content: ''; border: 0.1rem solid transparent; border-top-color: #fff; position: absolute; bottom: -0.04rem; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.foot .ft-share .mask .code{padding: 0.05rem; width: 1.1rem; height: 1.1rem; line-height: 1rem; font-size: 0; text-align: center; background-color: #fff; box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}
.foot .ft-share .mask .code img{display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%;}
.foot .ft-share .item:hover{}
.foot .ft-share .item:hover .mask{-webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; visibility: visible;}
.foot .ft-bot{padding: 0.12rem 0; background-color: #073F39;}
.foot .ft-bot .wp{display: flex; justify-content: space-between;}
.foot .ft-bot .col{}
.foot .ft-bot .cor{}
.foot .ft-copy{font-size: 0.14rem; color: #FFFFFF; line-height: 2.43;}
.foot .ft-nav{margin: 0 -0.31rem; display: flex; flex-wrap: wrap;}
.foot .ft-nav a{font-family: 'Butler_Regular'; padding: 0 0.31rem; display: block; font-size: 0.14rem; color: #FFFFFF; line-height: 2.43;}






/*=================================响应开始========================================*/
/*手机端开始*/
.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: #1b7269;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{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(27, 114, 105, .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/nav-icon.png) center no-repeat;background-size: .15rem !important;position: absolute;display: block;right: 0;top: 0;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.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/icon-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消失-结束 */


/*导航按钮结束*/





/*ban*/
.ban{height: 6.55rem; position: relative; overflow: hidden;}
.ban:before{content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 3.27rem; background: url(../images/ban-bg1.png) center center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; z-index: 5;}
.ban .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; z-index: 1;}
.ban .cont{padding: 0.47rem 0; position: absolute; left: 0; bottom: 0; right: 0; z-index: 10;}
.ban .cont .title{font-family: 'Butler_Regular'; font-size: 0.96rem; color: #FFFFFF; font-weight: normal; line-height: 1; letter-spacing: 0.03em; text-transform: capitalize;}
.ban .cont .cur{margin-top: 0.19rem;}




/*内页导航*/
.snav-g1{min-height: 0.97rem; position: relative;}
.snav-g1:before{content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-top: 1px solid rgba(27, 114, 105, .2);}
.snav-g1 .line{position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background-color: #1B7269; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.snav-g1 ul{margin: 0 -0.4rem; display: flex; flex-wrap: wrap;}
.snav-g1 li{}
.snav-g1 a{font-family:'Butler_Regular';padding: 0 0.4rem;display: block;line-height: 0.98rem;font-size: 0.3rem;color: #3D3D3D;position: relative;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.snav-g1 a:before{content: ''; position: absolute; right: 0; top: 50%; width: 3px; height: 3px; background-color: #1B7269; margin-top: -1px; border-radius: 50%;}
.snav-g1 li:last-child{}
.snav-g1 li:last-child a:before{display: none;}
.snav-g1 .on{}
.snav-g1 .on a, .snav-g1 a:hover{color: #1B7269; font-weight: bold;}





/*面包屑*/
.cur{padding-left: 0.38rem; background: url(../images/icon-pos1.png) left top no-repeat; -webkit-background-size: 0.24rem auto; background-size: 0.24rem auto; font-size: 0.14rem; color: #FFFFFF; line-height: 1.71; text-transform: capitalize; display: flex; flex-wrap: wrap;}
.cur a, .cur span{font-size: inherit; color: #FFFFFF;}
.cur em{margin: 0 0.16rem;}
.cur a:hover{font-weight: bold;}




/*页码*/
.pages{padding-top: 1.2rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pages ul{margin: 0 -0.04rem -0.1rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pages ul li{padding: 0 0.04rem; margin-bottom: 0.1rem;}
.pages ul a{padding: 0 0.06rem; display: block; min-width: 0.38rem; height: 0.38rem; line-height: 0.36rem; border: 1px solid #CECECE; border-radius: 2px; font-size: 0.18rem; color: #575757; text-align: center; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.pages ul span{display: block; min-width: 0.28rem; font-size: 0.2rem; color: #999999; text-align: center;}
.pages ul .btn{}
.pages ul .btn a{min-width: 0.6rem; color: #6A6A6A;}
.pages ul .prev a, .pages ul .next a{background-repeat: no-repeat; background-position: center center; -webkit-background-size: 0.16rem auto; background-size: 0.16rem auto;}
.pages ul .prev a{background-image: url(../images/page-prev1.png);}
.pages ul .next a{background-image: url(../images/page-next1.png);}
.pages ul a:hover{background-color: #1B7269; color: #fff; border-color: #1B7269;}
.pages ul .prev a:hover{background-image: url(../images/page-prev2.png);}
.pages ul .next a:hover{background-image: url(../images/page-next2.png);}





/*搜索*/
.search-g1{margin: 0 auto; width: 5.5rem; max-width: 100%; min-height: 0.5rem; position: relative;}
.search-g1 input{outline: none; border: none; background-color: transparent;}
.search-g1 .inp{padding: 0 0.15rem; display: block; width: 100%; height: 0.5rem; line-height: 0.5rem; background-color: #fff;}
.search-g1 .submit{position: absolute; right: 0; top: 0; width: 0.6rem; height: 0.5rem; line-height: 0.5rem; background: #1B7269 url(../images/icon-so2.svg) center center no-repeat; -webkit-background-size: 0.26rem auto; background-size: 0.26rem auto; cursor: pointer;}



/*标题*/
.hd-g1{position: relative; display: flex; align-items: center; justify-content: space-between;}
.hd-g1 .title{font-family: 'Butler_Regular'; font-size: 0.64rem; color: #151515; font-weight: normal; line-height: 1.2;}
.hd-g1 .title span{color: #1B7269;}
.hd-g1.middle{justify-content: center;}
.hd-g1.middle .btns-g1{position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.hd-g1.c1{}
.hd-g1.c1 .title, .hd-g1.c1 .title span{color: #fff;}

.hd-g2{display: flex;}
.hd-g2 .title{padding-right: 0.2rem; display: flex;}
.hd-g2 .title span{padding: 0.09rem 0.28rem; padding-left: 0.6rem; display: block; min-width: 3.4rem; font-size: 0.24rem; color: #FFFFFF; font-weight: bold; line-height: 1.5; position: relative; background-color: #1B7269;}
.hd-g2 .title span:before{content: ''; position: absolute; left: 100%; top: 0; bottom: 0; width: 0.17rem; background: url(../images/icon-shape1.png) right center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%;}

.hd-g3{}
.hd-g3 .title{padding-left: 0.12rem; font-size: 0.2rem; color: #1B7269; line-height: 1.8; font-weight: bold; position: relative; display: flex; align-items: center;}
.hd-g3 .title:before{content: ''; position: absolute; left: 0; top: 0.1rem; bottom: 0.1rem; width: 0.03rem; background-color: #1B7269;}
.hd-g3 .title:after{content: ''; height: 1px; border-top: 1px dashed rgba(27, 114, 105, .5); flex-grow: 1;}
.hd-g3 .title span{margin-right: 0.1rem;}



/*按钮*/
.btns-g1{display: flex;}
.btns-g1 .s1{font-family: 'Butler_Medium'; padding: 0 0.06rem 0 0.24rem; display: block; min-width: 1.21rem; line-height: 0.45rem; border: 1px dashed rgba(27, 114, 105, .1); border-radius: 0.8rem; font-size: 0.16rem; color: #1B7269; text-align: center; display: flex; align-items: center; justify-content: space-between; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.btns-g1 .icon-arrow{margin-left: 0.12rem; display: block; width: 0.4rem; height: 0.4rem; position: relative; z-index: 1; flex-shrink: 0;}
.btns-g1 .icon-arrow:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/btn-bg1.png) center center no-repeat; -webkit-background-size: contain; background-size: contain; z-index: 1; opacity: .5; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.btns-g1 .icon-arrow:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/icon-arrow2.svg) center center no-repeat; -webkit-background-size: 0.13rem auto; background-size: 0.13rem auto; z-index: 10; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.btns-g1.c1{}
.btns-g1.c1 .s1{color: #fff; border-color: rgba(255, 255, 255, .5);}
.btns-g1.c1 .icon-arrow:before{background-image: url(../images/btn-bg2.png); opacity: .5;}
.btns-g1.c1 .icon-arrow:after{background-image: url(../images/icon-arrow4.svg);}
.btns-g1 .s1:hover{box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1); background-color: #fff; border: 1px solid #fff;}
.btns-g1 .s1:hover .icon-arrow:before{animation: rotate 8s linear infinite; opacity: 1;}
.btns-g1.c1 .s1:hover{background-color: #1B7269; border: 1px solid #1B7269;}





@media (max-width: 1200px){
    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 .ft-cont{padding: 0.25rem 0;}
    .foot .ft-cont .wp{display: block;}
    .foot .ft-cont .col, .foot .ft-cont .com, .foot .ft-cont .cor{padding: 0; width: 100%; border: none; display: block;}
    .foot .ft-cont .col, .foot .ft-cont .com{margin-bottom: 0.15rem;}
    .foot .ft-logo img{margin: 0 auto;}
    .foot .ft-info{text-align: center; line-height: 1.8;}
    .foot .ft-bot .wp{flex-wrap: wrap;}
    .foot .ft-bot .col, .foot .ft-bot .cor{width: 100%;}
    .foot .ft-bot .col{order: 2;}
    .foot .ft-bot .cor{order: 1;}
    .foot .ft-copy{text-align: center;}
    .foot .ft-nav{margin: 0 -0.1rem; justify-content: center;}
    .foot .ft-nav a{padding: 0 0.1rem; line-height: 1.8;}
    /*ban*/
    .ban{height: 2rem;}
    .ban:before{height: 1.8rem; opacity: .8;}
    .ban .cont{padding: 0.2rem 0;}
    .ban .cont .title{font-size: 0.36rem;}
    .ban .cont .cur{margin-top: 0.1rem;}
    /*内页导航*/
    .snav-g1{min-height: 0.68rem; border-bottom: 1px solid rgba(27, 114, 105, .2); overflow-x: auto;}
    .snav-g1:before{display: none;}
    .snav-g1 ul{margin: 0 -0.2rem; flex-wrap: nowrap; white-space: nowrap;}
    .snav-g1 a{padding: 0 0.2rem; line-height: 0.68rem; font-size: 0.24rem;}
    /*面包屑*/
    .cur{padding-left: 0.3rem;}
    .cur em{margin: 0 0.06rem;}
    /*页码*/
    .pages{padding-top: 0.5rem;}
    /*标题*/
    .hd-g1 .title{font-size: 0.36rem;}
    .hd-g2 .title span{padding: 0.1rem 0.2rem !important; padding-left: 0.25rem !important; min-width: 1.8rem !important; font-size: 0.22rem; line-height: 1.3;}
    /*按钮*/
    .btns-g1 .s1{padding: 0 0.06rem 0 0.2rem; min-width: 1.1rem; line-height: 0.4rem;}
    .btns-g1 .icon-arrow{width: 0.32rem; height: 0.32rem;}
}

@media (max-width: 959px){

}

@media (max-width: 767px){

}

@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;}
/*2025-09-03*/

.searchPop-g1 .clear-btn{
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: .2rem;
    line-height: 1;
    display: none; /* 默认隐藏 */
}
.searchPop-g1 .search-g1  input:not(:placeholder-shown) ~ .clear-btn {
    display: block;
}
.searchPop-g1 .search-g1 form{
    position: relative;
}
input::-ms-clear {
    display: none;
}


::-webkit-scrollbar {
        width:0.08rem;
        height:0.08rem;
        background-color:#CCCCCC;
        -webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-thumb:horizontal {
        width:0.04rem;
        background-color:#CCCCCC;
        -webkit-border-radius:0.06rem;
}
::-webkit-scrollbar-track-piece {
        background-color:#fff;
}
::-webkit-scrollbar-thumb:vertical {
        height:0.7rem;
        background-color:#999;
        -webkit-border-radius:0.04rem;
        outline:0.01rem solid #fff;
        outline-offset:-0.01rem;
        border:1px solid #fff;
}