﻿@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: transparent;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #CDAE41;
}
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:1400px;width:90%;margin:0 auto}
.w1400{max-width:1400px;width:90%;margin:0 auto}
.container{max-width:1200px;width:90%;margin:0 auto}
.main{overflow: hidden;}
@font-face{font-family:NotoSansSC-Bold;src:url(../fonts/NotoSansSC-Bold.woff2)}

/* btn */
.btn{background: #CDAE41;transition: all .3s;position: relative;box-shadow: 0 -10px 30px 5px rgba(0,0,0,.08);height: 40px;line-height: 40px;max-width: 180px;text-align: center;}
.btn a{font-size: 15px;color: #fff;}
/* .btn:before{position:absolute;content:"";left:0;top:0;width:0%;height:100%;background-color:rgba(255,255,255,.3);transition:all .6s}
.btn:hover:before{width:100%} */

@media screen and (max-width:768px){
.btn{height: 35px;line-height: 35px;max-width: 140px;}
.btn a{font-size: 14px;}
}


/* 头部 */
.header{width:100%;height:90px;position:fixed;top:0;left:0;z-index:99;-webkit-transition: all 0.5s;transition: all 0.5s;}
/* .header .odcontent{border-bottom: 1px solid rgba(255,255,255,.3);} */
.header .h_logo{width: 350px;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: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% - 350px);padding-left: 60px;padding-right: 100px;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: 12.5%;}
.header .head_nav ul.nav_list li h3{text-align:center;display:block;height:100%;width:100%;font-weight:550;font-size: 17px;}
.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 .subnav{display:none;position:absolute;left:0;top:100%;width:100%;background:rgba(0,0,0,.6);}
.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: #CDAE41;}
.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;}
.header .head_nav .h_other .search{display:inline-block;position:relative}
.header .head_nav .h_other .search .icon{width:60px;height:60px;background: url(../img/icon_search.png) no-repeat right;cursor:pointer;filter: none;margin-top: 3px;}
.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 .language{padding: 0 15px;display: flex;align-items: center;height: 32px;border-radius: 15px;position: relative;}
.header .head_nav .h_other .language .a_more{font-size: 17px;color: #fff;font-weight: 550;display: flex;align-items: center;justify-content: space-between;} 
.header .head_nav .h_other .language img{margin-right: 10px;margin-top: 3px;filter: initial;}
.header .head_nav .h_other .language .item-container{font-size:12px;position:absolute;left:0;right: 0;padding-top:8px;display: none; transition:opacity .3s ease-in-out;top: 32px;}
.header .head_nav .h_other .language .item-container{padding:4px;background-color: rgba(255,255,255,.9);box-shadow: 0 1px 4px rgba(0,0,0,.1) inset;border-radius:8px;}
.header .head_nav .h_other .language .item-container .item-list{color:rgba(0,0,0,.5);cursor:pointer;border-radius:4px;text-align: center;}
.header .head_nav .h_other .language .item-container .item-list>div{height: 32px;line-height: 32px;margin-bottom: 4px;}
.header .head_nav .h_other .language .item-container .item-list>div.active,.header .head_nav .h_other .language .item-container .item-list>div:hover{background:rgba(0,0,0,.1);color:#000}


.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(../img/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 .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: #333;}
.scro .header .head_nav .h_other .language a{color: #333;}
.scro .header .head_nav .h_other .language img{filter: invert(0.7);}
.scro .header .head_nav .h_other .search .icon{filter: invert(0.7);}
.scro .header .head_nav .h_other .language .a_more{color: #333;}

@media (max-width:1540px){
.header{height:90px}
.header .h_logo{height:90px;width: 250px;}
.header .head_nav{width: calc(100% - 250px);}
.header .head_nav ul.nav_list{height:90px}
.header .head_nav ul.nav_list li h3{font-size:16px}
.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: 200px;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% - 200px);padding-left: 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: 60px;}
.header .h_logo{width:320px;height:60px;}
.header .head_nav{width: fit-content;}
.header .head_nav .h_other{width: fit-content;}
.header .head_nav .h_other .language{margin-bottom: 4px;}
.header .head_nav ul.nav_list{height:60px}
.scro .header{height: 55px;}
.scro .header .h_logo{height: 55px;}
.header-search-form{top: 6px;}
}
@media (max-width:520px){
.header .h_logo{width: 38%;}
.header .h_logo img{width:240px;}
.header .h_logo span{display: none;}
.header .head_nav{padding-right:0;width: 62%;padding-left: 0;}
.header .head_nav .h_other{width:100px;justify-content:space-between}
.header .head_nav .h_other .search .icon{background-size: 18px;width:20px;height:40px;margin-top: 0;}
.header .head_nav .h_other .language{position: absolute;right: 40px;}
.header .head_nav .h_other .language a{font-size: 16px;}
.header .head_nav .h_other .search{right: 35px;position: absolute;}
}
.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: #333;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(../img/icon_next1.png) no-repeat right center;background-size:25px;padding-right:50%}
.moble_nav ul li span.icon.cur{background-image:url(../img/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;}
}
.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(../img/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: 50px;background: #20283B;}
.foot .f_top{margin-bottom: 40px;}
.foot .f_top ul{width:100%;}
.foot .f_top li{width: 23%;display: flex;align-items: center;}
.foot .f_top li:nth-child(4){width: 31%;}
.foot .f_top li img{width: 45px;}
.foot .f_top li span{color: #fff;margin-left: 15px;line-height: 2;}
.foot .f_top .bt{width: 10%;}
.foot .odcontent.flex{padding: 60px 0;border-top: solid 1px rgba(255,255,255,0.12);}
.foot .f_nav{width: 62%;}
.foot .f_nav .flex{justify-content: space-between;}
.foot .f_nav .item{width: 20%;}
.foot .f_nav .item .hd{font-size: 20px;margin-bottom: 20px;color: #fff;}
.foot .f_nav .item li{margin-bottom: 8px;transition: 0.3s;}
.foot .f_nav .item li:hover{transform: translateX(5px);}
.foot .f_nav .item li:hover a{color:#fff ;}
.foot .f_nav .item a{font-size: 16px;color: #ccc;}
.foot .f_message{width: 35%;margin-left: 3%;}
.foot .f_message .hd{font-size: 20px;margin-bottom: 20px;color: #fff;}
.foot .f_message .input{height: 40px;margin-bottom: 8px;}
.foot .f_message .input input{background: #fff;border: none;padding: 8px 10px;width: 100%;font-size: 13px;}
.foot .f_message .textarea textarea{background: #fff;border: none;padding: 8px 10px;width: 100%;font-size: 13px;height: 79px;}
.foot .f_message input:focus,.foot .f_message textarea:focus{border-color:#CDAE41;}
.foot .f_message .submit{margin-top: 20px;}
.foot .f_message .submit input{width: 100%;height: 40px;background: #CDAE41;color: #fff;font-size: 16px;}
@keyframes light{0%{top:0;}50%{top:100%;}100%{top:-40px;}}
.foot .f_bom{text-align: center;border-top: solid 1px rgba(255,255,255,0.12);padding: 30px 0;color: #ccc;font-size: 15px;}
.foot .f_bom a{color: #ccc;font-size: 16px;}
     
@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_top li{width: 50%;}
.foot .f_top li:nth-child(1){margin-bottom: 25px;}
.foot .f_top li:nth-child(2){margin-bottom: 25px;}
.foot .f_nav{display: none;}
.foot .f_message{margin-left: 0;}
}
@media (max-width:768px){
.foot{padding-top: 25px;}
.foot .odcontent.flex{display: none;}
.foot .f_top ul{width: 100%;}
.foot .f_top .bt{display: none;}
.foot .f_bom{padding: 15px 0;font-size: 12px;}
.foot .f_bom a{font-size: 13px;}
}
@media (max-width:520px){
.foot{padding-top: 15px;}
.foot .f_top{margin-bottom: 15px;}
.foot .f_top li{width: 100%;}
.foot .f_top li:nth-child(1){margin-bottom: 10px;}
.foot .f_top li:nth-child(2){margin-bottom: 10px;}
.foot .f_top li:nth-child(3){margin-bottom: 10px;}
.foot .f_top li img{width: 28px;}
.foot .f_top li span{line-height: 24px;font-size: 13px;}
}


/*右侧在线咨询*/
.fixed-right{width: 54px;position: fixed;right: -100px;bottom: 25%;z-index: 999999;transition: all .4s;}
.fixed-addclass{right:10px}
.fixed-right li{display: block;width: 54px;height: 54px;margin-bottom: 4px;background: #CDAE41;cursor: pointer; -webkit-transition: 0.56s ease;transition: 0.56s ease;position: relative;border:1px solid #CDAE41;}
.fixed-right li:hover{background: #fff;}
.fixed-right li span{display: block;width:54px;height:54px;}
.fixed-right li:nth-of-type(1) span{background: url(../img/r_ico13.png);}
.fixed-right li:nth-of-type(2) span{background: url(../img/r_ico06.png);}
.fixed-right li:nth-of-type(3) span{background: url(../img/r_ico14.png);}
/* .fixed-right li:nth-of-type(1):hover span{background: url(../img/r_ico02.png);} */
.fixed-right li:nth-of-type(1):hover span{background: url(../img/r_ico03.png);}
.fixed-right li:nth-of-type(2):hover span{background: url(../img/r_ico16.png);}
.fixed-right li:nth-of-type(3):hover span{background: url(../img/r_ico04.png);}
.fixed-tel{font-size: 14px;color: #666;width: 200px;height: 52px;line-height: 52px;background: #F5F5F5;position: absolute;left: 80px;top: 0;box-sizing: border-box;text-align: center;-webkit-transition: 0.56s ease;transition: 0.56s ease;}
.fixed-img{background: #F5F5F5;width: 100px;height: 100px;position: absolute;left: 80px;top: 0;box-sizing: border-box;text-align: center;-webkit-transition: 0.56s ease;transition: 0.56s ease;border:1px solid #CDAE41;padding: 4px;}
.fixed-img img{width: 90px;height: 90px;}
.fixed-tel b{display: block;font-size: 20px;background: #CDAE41;-webkit-background-clip: text;color: transparent;font-weight: bold;}
.fixed-right li:nth-of-type(1):hover .fixed-tel{left: -206px;}
.fixed-right li:nth-of-type(2):hover .fixed-img{left: -102px;}
@media only screen and (max-width:768px){
.fixed-right{display: none;}
}



 