﻿@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: transparent;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #028b4c;
}
body{min-height:100%;font-size:14px; }
blockquote,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,iframe,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}
li{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
fieldset,frame,iframe,img{border:0 none}
img{display:inline-block;max-width: 100%;}
input[type=button],input[type=reset],input[type=submit]{cursor:pointer}
input[type=button]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:none;padding:0;margin:0}
button{cursor:pointer;outline:0}
button,input,textarea{-webkit-border-radius:0;-webkit-appearance:none;border:none}
input[type=radio]{-webkit-border-radius:100%;-webkit-appearance:radio}
input[type=checkbox]{-webkit-appearance:checkbox;margin-top:1%;margin-right:2%}
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:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
th{font-weight:400}
address,cite,i{font-style:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
body,button,input,select,textarea{color:#333;font-size:14px;font-family:NotoSansSC-Regular}
body{line-height:1.5}
a,a:active,a:link,a:visited{text-decoration:none}
a{blr:expression(this.onFocus=this.blur());color:#333;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;transition:all .2s}
@media screen and (max-device-width:320px){body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio:2){body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){body{-webkit-text-size-adjust:none}
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:.5}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:.5}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:.5}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:.5}
@font-face{font-family:iconfont;src:url(iconfont/iconfont.eot);src:url(iconfont/iconfont.eot-#iefix) format('embedded-opentype'),url(iconfont/iconfont.woff2) format('woff2'),url(iconfont/iconfont.woff) format('woff'),url(iconfont/iconfont.ttf) format('truetype'),url(iconfont/iconfont.svg#iconfont) format('svg')}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
html{font-size:20px;}
.main{overflow: hidden;}
input[type=text]::-ms-clear{display:none}
:focus{outline:0}
/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c-flex1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
.flex{display:flex;flex-wrap:wrap}
.flx_w{display:flex;flex-wrap:wrap;justify-content: space-between;}
.odcontent{max-width:1600px;width:90%;margin:0 auto}
.nei_wrap{max-width:1600px;width:90%;margin:0 auto}
.w1400{max-width:1400px;width:90%;margin:0 auto}
.w1200{max-width:1200px;width:90%;margin:0 auto}
.main{overflow: hidden;}
@font-face{font-family:NotoSansSC-Bold;src:url(../fonts/NotoSansSC-Bold.woff2)}
@font-face{font-family:NotoSansSC-Medium;src:url(../fonts/NotoSansSC-Medium.woff2)}
@font-face{font-family:NotoSansSC-Regular;src:url(../fonts/NotoSansSC-Regular.woff2)}
@font-face{font-family:SF-UI-Display-Regular;src:url(../fonts/SF-UI-Display-Regular.otf2)}
@font-face{font-family:ZURCHBXC;src:url(../fonts/ZURCHBXC.TTF)}

/* #004F2A */
/* header */
.header{width:100%;height:90px;position:fixed;top:0;left:0;z-index:100;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .odcontent{border-bottom: 1px solid rgba(255,255,255,.3);}
.header .h_logo{width: 360px;height:90px;display:flex;flex-wrap:wrap;align-items:center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .h_logo a{display:block;width:100%}
.header .h_logo h1{font-weight:400;font-size:0;display: flex;align-items: center;}
.header .h_logo img{width: 100%;}
.header .h_logo img:nth-child(2){display: none;}
.header .h_logo span{margin-left: 6px;letter-spacing: 2px;}
.header .h_logo span h3{font-size: 20px;font-weight: bold;color: #fff;letter-spacing: 6px;}
.header .h_logo span p{font-size: 12px;color:#fff ;}
.header .head_nav{width: calc(100% - 430px);padding-left:150px;padding-right: 150px;position:relative;}
.header .head_nav ul.nav_list{height:90px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .head_nav ul.nav_list li{position:relative;height:100%;width:16.666%}
.header .head_nav ul.nav_list li h3{text-align:center;display:block;height:100%;width:100%;font-weight:400;font-size: 16px;}
.header .head_nav ul.nav_list li h3 a{display:block;width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;color: #fff;}
.header .head_nav ul.nav_list li h3 a span:after{content:"";position:absolute;bottom:-8px;width:0;left:0;height:2px;background:#fff;z-index:1}
.header .head_nav ul.nav_list li.active h3 a,.header .head_nav ul.nav_list li:hover h3 a{font-weight:700}
/* .header .head_nav ul.nav_list li.active h3 a span:after,.header .head_nav ul.nav_list li:hover h3 a span:after{width: 100%;-webkit-transition: all .3s ease;transition: all .3s ease;} */
.header .head_nav .subnav{display:none;position:absolute;left:0;top:100%;width:100%;background:rgba(0,0,0,.6);}
/* .header .head_nav .subnav a:nth-child(1){position: relative;}
.header .head_nav .subnav a:nth-child(1):after{content:'';display:block;border: 10px solid transparent;border-bottom-color:rgba(0,0,0,.6);position:absolute;top: -10px;left:50%;transform: translate(-50%,-50%);transition: all 0.1s;z-index: 1;} */

.header .head_nav .subnav a{display:block;text-align:center;font-size:16px;font-weight:400;line-height:30px;padding:8px 0;color:#fff}
.header .head_nav .subnav a:hover{background:rgba(0,0,0,.8)}
.header .head_nav .h_other{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-wrap:wrap;justify-content: flex-end;align-items:center;width:200px;}
.header .head_nav .h_other .search{display:inline-block;position:relative}
.header .head_nav .h_other .search .icon{width:60px;height:60px;background: url(../images/icon_search.png) no-repeat right;cursor:pointer;filter: none;}
.header-search-form{animation-name:r2l;-webkit-animation-name:r2l;-ms-animation-name:r2l;animation-timing-function:ease;-webkit-animation-timing-function:ease;-ms-animation-timing-function:ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;animation-duration:.3s;-webkit-animation-duration:.3s;-ms-animation-duration:.3s}
.header-search-form{display:none;position:absolute;right:-16px;width:240px;background-color:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.1) inset;border-radius:40px;transition:all .3s;z-index:6;top: 10px;}
.header .header-search-form form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}
.header .header-search-form .input{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:0}
.header .header-search-form button,.header .header-search-form input{display:block;height:40px;line-height:40px;outline:0;background:0 0;border:none}
.header .header-search-form input{padding-left:20px;width:100%;color:#555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.header .header-search-form button{padding:0 16px;font-size:18px;color:#333;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.header .head_nav .h_other .search:hover .header-search-form {display: block;}
.header .head_nav .h_other .search:hover .header-search-form button{background: url(../images/icon_search.png) no-repeat right;cursor: pointer;filter: brightness(0.5);margin-right: 20px;}
.header .head_nav .h_other .search:hover .icon{opacity: 0;}
@keyframes r2l{0%{transform:translateX(50px);opacity:0}
100%{transform:translateX(0);opacity:1}
}
@-webkit-keyframes r2l{0%{-webkit-transform:translateX(50px);opacity:0}
100%{-webkit-transform:translateX(0);opacity:1}
}
@-ms-keyframes r2l{0%{-ms-transform:translateX(50px);opacity:0}
100%{-ms-transform:translateX(0);opacity:1}
}
.header .head_nav .h_other .language{display:inline-block;position:relative;margin-left:0}
.header .head_nav .h_other .language h5{font-weight:700;font-size:18px;color:#000;display:block}
.header .head_nav .h_other .language h5 a{padding-bottom:5px;border-bottom:2px solid #4b4b4b;display:inline-block}
.header .head_nav .h_other .head_btn{display:none}
.scro .header{background-color: rgba(255, 255, 255, 0.7);backdrop-filter: blur(20px);box-shadow: 0 -10px 30px 5px rgba(0,0,0,.08);height: 80px;}
.scro .header .h_logo{height: 80px;}
.scro .header .h_logo img:nth-child(2){display: block;}
.scro .header .h_logo img:nth-child(1){display: none;}
.scro .header .h_logo span h3{color: #004F2A;}
.scro .header .h_logo span p{color:#004F2A ;}
.scro .header .head_nav ul.nav_list{height: 80px;}
.scro .header .head_nav ul.nav_list li h3 a{color: #000;}
.scro .header .head_nav .h_other .search .icon{filter: invert(0.7);}

@media (max-width:1540px){
.header{height:90px}
.header .h_logo{height:90px}
.header .head_nav{padding-right:150px}
.header .head_nav ul.nav_list{height:90px}
.header .head_nav ul.nav_list li h3{font-size:18px}
.header .head_nav .subnav a{font-size:16px;line-height:26px}
.header .head_nav .h_other{width: max-content;}
}
@media (max-width:1340px){
.header .h_logo{width: 290px;height: 80px;}
.header .h_logo span{letter-spacing: 0px;}
.header .h_logo span h3{font-size: 16px;letter-spacing: 1px;}
.header .head_nav{width: calc(100% - 290px);padding-left: 60px;padding-right:60px;}
.header .head_nav ul.nav_list{height: 80px;}
.header .head_nav ul.nav_list li h3{font-size: 16px;}
.header .head_nav .h_other{width: fit-content;}
.header .head_nav .h_other .search .icon{width:50px;height:50px}
.header .head_nav .h_other .language h5{font-size:16px}
}
@media (max-width:1100px){
.header .h_logo{width: auto;}
.header .head_nav{width:fit-content;padding-left:20px;padding-right:60px;display:flex;flex-wrap:wrap;justify-content:flex-end}
.header .head_nav ul.nav_list{display:none}
.header .head_nav .h_other{position:static;transform:none}
.header .head_nav .h_other .head_btn{display:block}
}
@media (max-width:980px){
.header{height:65px}
.header .h_logo{width:320px;height:60px}
.header .head_nav{width: fit-content;}
.header .head_nav .h_other{width:80px}
.header .head_nav ul.nav_list{height:60px}
.scro .header{height: 60px;}
.scro .header .h_logo{height: 60px;}
.header-search-form{top: 6px;}
}
@media (max-width:520px){
.header .h_logo{width: max-content;}
.header .h_logo img{width:240px;}
.header .h_logo span{display: none;}
.header .head_nav{padding-right:40px}
.header .head_nav .h_other{width:30px;justify-content:space-between}
.header .head_nav .h_other .search .icon{background-size: 18px;width:20px;height:40px;}
.header .head_nav .h_other .language h5{font-size:14px}
.header .head_nav .h_other .language h5 a{padding-bottom:3px}
}
.head_btn{cursor:pointer;position:absolute;top:50%;right:-10px;transform:translateY(-50%);padding:10px}
.head_btn .menuBtn{width:24px;height: 18px;}
.head_btn .bar1,.head_btn .bar2,.head_btn .bar3{width: 20px;height: 2px;background-color:#fff;margin: 5px 0;transition:.4s;}
.head_btn .bar1{margin-top:0}
.head_btn.change .bar1{transform:rotate(45deg) translate(6px,5px)}
.head_btn.change .bar2{opacity:0}
.head_btn.change .bar3{transform:rotate(-45deg) translate(6px,-5px)}
.scro .head_btn .bar1,.scro .head_btn .bar2,.scro .head_btn .bar3{background-color: #000;}
.moble_nav{padding-top:140px;padding-bottom:50px;height:100%;width:100%;background-color:rgba(0,0,0,.8);position:fixed;top:0;left:0;z-index:98;display:none}
.moble_nav nav{padding:0 20px;height:100%}
.moble_nav ul{height:100%;overflow-y:auto;border-top:1px solid rgba(100,100,100,.3)}
.moble_nav ul li span{display:block;border-bottom:1px solid rgba(100,100,100,.3);overflow:hidden}
.moble_nav ul li span.icon{background:url(../images/icon_next1.png) no-repeat right center;background-size:25px;padding-right:50%}
.moble_nav ul li span.icon.cur{background-image:url(../images/icon_next.png);border-bottom:1px solid rgba(219,0,0,.6)}
.moble_nav ul li span a{padding:18px 0;display:block;font-size:18px;font-weight:700;color:#fff}
.moble_nav ul li .subnav{border-bottom:1px solid rgba(219,0,0,.6);padding:6px 0 10px;display:none}
.moble_nav ul li .subnav a{display:block;padding:10px 0;font-size:16px;padding-left:10px;color:#eee}
@media (max-width:768px){
.moble_nav{padding-top:130px}
}
@media (max-width:480px){
.moble_nav ul li span a{font-size:16px}
.header-search-form{width: 300px;top: 0px;}
.header .h_logo{width: 65%;height: 50px;}
.scro .header .h_logo{height: 55px;}
.scro .header{height: 55px;}

}
.fixed_search .bg{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:998;opacity:0;visibility:hidden}
.fixed_search form{position:fixed;left:0;right:0;top:110px;background:#fff;z-index:999;padding:0 70px;opacity:0;visibility:hidden}
.fixed_search form input{display:block;width:100%;height:70px;padding:0 10px;font-size:16px;color:#333}
.fixed_search form button{position:absolute;left:0;top:0;width:70px;height:70px;background:no-repeat center;background-image:url(../images/icon-4.png);cursor:pointer;background-color:transparent}
.fixed_search form .close{position:absolute;width:70px;height:70px;right:0;top:0;background:no-repeat center;cursor:pointer}
.fixed_search form .close svg{width:16px;height:16px;position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}
.fixed_search.active .bg,.fixed_search.active form{opacity:1;visibility:visible}
.fixed_search.down form{top:80px}
@media (max-width:1540px){
.fixed_search form{top:90px}
}
@media (max-width:980px){
.fixed_search form{top:70px}
}


/* 底部 */
.foot{padding-top: 90px;border-top: 1px solid #D6D6D6;}
.foot .odcontent.flex{padding-bottom: 60px;}
.foot .f_lx{width: 30%;}
.foot .f_lx img{}
.foot .f_lx span{font-size: 36px;font-weight: bold;align-items: center;margin: 10px 0;}
.foot .f_lx span img{width: 40px;height: 40px;margin-right: 10px;}
.foot .f_lx p{font-size: 16px;color: #333;line-height: 2;}
.foot .f_nav{width: 50%;}
.foot .f_nav .flex{justify-content: space-between;}
.foot .f_nav .item{width: 20%;}
.foot .f_nav .item .hd{font-size: 18px;margin-bottom: 20px;text-align: center;color: #000;}
.foot .f_nav .item li{margin-bottom: 6px;text-align: center;transition: 0.3s;}
.foot .f_nav .item li:hover{transform: translateX(5px);}
.foot .f_nav .item li:hover a{color:#004F2B ;}
.foot .f_nav .item a{font-size: 15px;color: #858585;}
.foot .f_ew{width: 20%;justify-content: flex-end;}
.foot .f_ew .item{text-align: center;margin-left: 20px;}
@keyframes light{0%{top:0;}50%{top:100%;}100%{top:-40px;}}
.foot .f_bom{align-items: center;justify-content: space-between;border-top: 1px solid #D6D6D6;padding: 30px 0;color: #858585;font-size: 15px;}
.foot .f_bom a{color: #858585;font-size: 15px;}
@media (max-width:1440px){
.foot .f_ew .item{margin-left: 10px;}
}
@media (max-width:1280px){
.foot .odcontent.flex{padding-bottom: 40px;}
}
@media (max-width:1080px){
.foot{padding-top: 50px;}
.foot .odcontent.flex{padding-bottom: 30px;}
.foot .f_nav{display: none;}
.foot .f_lx{width:50%;}
.foot .f_lx span{font-size: 30px;}
.foot .f_ew{width:50%;}

}
@media (max-width:768px){
.foot{padding-top: 25px;}
.foot .odcontent.flex{padding-bottom:25px;}
.foot .f_lx{width:100%;}
.foot .f_lx img{width: 240px;}
.foot .f_lx span{font-size: 20px;}
.foot .f_lx span img{width: 25px;height: 25px;margin-right: 5px;}
.foot .f_lx p{font-size: 13px;}
.foot .f_ew{width:100%;justify-content: end;margin-top: 15px;}
.foot .f_ew .item{margin-left: 0;margin-right: 10px;}
.foot .f_ew .item img{width: 80px;}
.foot .f_ew .item p{font-size: 13px;}
.foot .f_bom{padding: 20px 0;font-size: 13px;}
.foot .f_bom a{font-size: 13px;}
}


/* top */
.side_kf{position: fixed;right: 10px;top: 70%;width: auto;height: auto;z-index: 99;}
.side_kf #top{display: inline-block;position: relative;width: 36px;height: 36px;background: url(../img/top.png)no-repeat center/20px;opacity: 0;background-color: #f6f6f6;transition: all .4s;border-radius: 50%;box-shadow: 0 5px 10px rgba(47,70,128,0.35);}
.side_kf #top i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.side_kf #top:after{content: initial;position: absolute;left: 50%;bottom: -20px;width: 94%;height: 15px;border-radius: 50%;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);transform: translate(-50%,0);}


