@charset "utf-8";body{font-size:14px;color:#333}
*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
em{font-style:normal;font-family:arial}
.w1700{margin:0 auto;width:90%;max-width:1700px}
.odcontent{margin:0 auto;width:90%;max-width:1600px}
.w1440{margin:0 auto;width:90%;max-width:1440px}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1200{margin:0 auto;width:90%;max-width:1200px}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color:transparent;font-weight: initial;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #f2f3f7 inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:nowrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}


/* btn */
.btn{width: 130px;height: 36px;line-height: 36px;text-align:center;color: #fff;background-image: linear-gradient(to right, #BA3623 0%, #F3A354 52%, #BA3623 100%);background-size: 200% auto;transition: 0.5s;border-radius: 40px;}
.btn img{margin-left: 10px;width: 12px;}
.btn:hover{background-position: right center;}
@media screen and (max-width: 1080px){
.btn{width: 128px;height: 36px;line-height: 36px;}
}
@media screen and (max-width: 520px){
.btn{width: 110px;height: 32px;line-height: 32px;font-size: 12px;}
}

/* title */
.nei_tit{position: relative;margin-bottom: 60px;text-align: center;}
.nei_tit .title{font-size: 36px;color: #000;letter-spacing: 2px;}
.nei_tit .tit{font-size: 16px;color: #333;margin-top: 20px;}
@media screen and (max-width:1280px){
.nei_tit{margin-bottom: 40px;}
.nei_tit .title{font-size: 30px;}
}
@media screen and (max-width:1080px){
.nei_tit{margin-bottom: 40px;}
.nei_tit .title{font-size: 26px;}
.nei_tit .tit{font-size: 15px;margin-top: 10px;}
}
@media screen and (max-width: 520px){
.nei_tit{margin-bottom: 20px;}
.nei_tit .title{font-size: 20px;font-weight: bold;letter-spacing: 1px;}
.nei_tit .tit{font-size: 13px;margin-top: 8px;}
}
 

/* header */
.header{width:100%;height:90px;position:fixed;top:0;left:0;z-index:999;-webkit-transition: all 0.5s;background: #fff;box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);}
.header .odcontent{justify-content: space-between;}
.header .h_logo{height:90px;display:flex;flex-wrap:wrap;align-items:center;-webkit-transition: all 0.5s;width: 18%;position: relative;}
.header .h_logo a{display:flex;align-items: center;width: 56%;}
.header .h_logo img:nth-child(2){display: none;}
.header .head_nav{width: 82%;display: flex;justify-content: space-between;align-items: center;}
.header .head_nav ul.nav_list{transition: all 0.5s;justify-content: center;width: 65%;height: 90px;}
.header .head_nav ul.nav_list li{height:100%;width: calc(100% / 6);position: relative;}
.header .head_nav ul.nav_list li.cur:nth-child(1){border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.header .head_nav ul.nav_list li.cur:nth-last-child(1),{border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.header .head_nav ul.nav_list li.cur,.header .head_nav ul.nav_list li:hover{}
.header .head_nav ul.nav_list li h3{text-align:center;display:block;height:100%;width:100%;font-size: 18px;}
.header .head_nav ul.nav_list li h3 a{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;color: #000;}
.header .head_nav ul.nav_list li:hover h3 a, .header .head_nav ul.nav_list li.cur h3 a{color: #fd8312;}
.header .head_nav ul.nav_list li h3 a span{position: relative;}
.header .head_nav ul.nav_list li h3 a span:after{content:'';position:absolute;left:50%;bottom:-20px;height:2px;width:0;background:#fd8312;transition:All 0.5s ease;}
.header .head_nav ul.nav_list li:hover h3 a span:after, .header .head_nav ul.nav_list li.cur h3 a span:after{ width: 100%; left: 0; }
.header .head_nav ul.nav_list li:nth-last-child(1) h3 a img{opacity: 0;}
.header .head_nav .subnav{display:none;position:absolute;left: 0;top:100%;width: max-content;min-width: 100px;background: #fff;box-shadow: 0px 13px 36.86px 1.14px rgb(6 11 17 / 6%);padding:25px 15px;}
.header .head_nav ul.nav_list li:nth-child(3) .subnav{width: 800px;}
.header .head_nav .subnav .item{display: grid;justify-content: center;}
.header .head_nav .subnav a{font-size: 17px;color: #1f1f1f;width: 100%;margin-bottom: 30px;text-align: center;}
.header .head_nav .subnav a:nth-last-child(1){margin-bottom: 0;}
.header .head_nav .subnav a:hover{font-weight: bold;color: #fd8312;}
.header .head_nav .subnav .flex{padding: 20px 40px 10px 40px;} 
.header .head_nav .subnav .item_f{width: 29.3333%;margin-right:6%;} 
.header .head_nav .subnav .item_f:nth-child(3){margin-right: 0;}
.header .head_nav .subnav .item_f .hd{font-size: 18px;font-weight: bold;border-bottom:1px solid #D9DDE8;margin-bottom: 25px;padding-bottom: 15px;display: flex;align-items: center;} 
.header .head_nav .subnav .item_f .hd img{margin-right: 6px;}
.header .head_nav .subnav .item_f .dl{display: grid;}
.header .head_nav .subnav .item_f .dl .dd{font-size: 16px;color: #333;width: 100%;margin-bottom: 25px;text-align: left;}
.header .head_nav .subnav .item_f .dl .dd:hover{font-weight: bold;color: #fd8312;}

.header .head_nav .h_other{display:flex;align-items:center;align-items: center;}
.header .head_nav .h_other .dh{margin-right: 30px;}
.header .head_nav .h_other .dh span{color: #fd8312;font-size: 20px;display: flex;justify-content: center;align-items: center;font-weight: bold;}
.header .head_nav .h_other .dh span img{width: 18px;margin-right: 6px;}
.header .head_btn{display: none;}
.header .head_btn .menuBtn{width:24px;height: 18px;}
.header .head_btn .bar1,.header .head_btn .bar2,.header .head_btn .bar3{width: 20px;height: 2px;background-color:#333;margin: 5px 0;transition:.4s;}
.header .head_btn .bar1{margin-top:0}
.header .head_btn.change .bar1{transform:rotate(45deg) translate(6px,5px)}
.header .head_btn.change .bar2{opacity:0}
.header .head_btn.change .bar3{transform:rotate(-45deg) translate(6px,-5px)}
@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}
}

/* 手机端 */
.moble_nav{padding-top:90px;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:20px;padding-right:50%}
.moble_nav ul li span.icon.cur{background-image:url(../images/icon_next.png);}
.moble_nav ul li:nth-child(7) span.icon{background-size: 0px;}
.moble_nav ul li span a{padding:18px 0;display:block;font-size:18px;font-weight:700;color:#fff}
.moble_nav ul li .subnav{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:1750px){
.header .head_nav ul.nav_list li h3{font-size: 17px;}
.header .head_nav .h_other .dh span{font-size: 17px;}
}
@media (max-width:1660px){
.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;}
.header .head_nav .h_other .search{}
.header .head_nav .h_other .language{padding: 0px 32px;}
.header .head_nav .h_other .language span{font-size: 16px;}
.header .head_nav .h_other .dh span{font-size: 16px;}
}
@media (max-width:1440px){
.header .h_logo a{width: 66%;}
.header .head_nav ul.nav_list li h3{font-size: 16px;}
.header .head_nav .subnav a{font-size: 14px;}
.header .head_nav .h_other{width: fit-content;}
.header .head_nav .h_other .dh span{font-size: 16px;}
}
@media (max-width:1280px){
.header .h_logo{width: 12%;}
.header .h_logo a{width: 100%;}
.header .head_nav{width: 88%;}
.header .head_nav ul.nav_list li h3{font-size: 16px;}
.header .head_nav .h_other .dh span img{width: 16px;}
.header .head_nav .h_other .dh span{font-size: 15px;}
}
@media (max-width:1100px){
.header .w1700{justify-content: space-between;}
.header .h_logo{width: auto;}
.header .h_logo a img{width: 150px;}
.header .h_logo p{font-size: 16px;}
.header .head_nav{width: auto;}
.header .head_nav ul.nav_list{display:none}
.header .head_nav .h_other .dh{display: none;}
.header .head_nav .h_other .btn{display: none;}
.header .head_nav .h_other .head_btn{display:block}
}
@media (max-width:768px){
.header .h_logo p{display: none;}
}
@media (max-width:520px){
.header{background: #fff;height: 60px;border: no;}
.header .h_logo{height: 60px;}
.header .h_logo img:nth-child(1){display: none;}
.header .h_logo img:nth-child(2){display: block;}
.header .h_logo a img{width: 110px;}
.header .head_btn .bar1, .header .head_btn .bar2, .header .head_btn .bar3{background-color: #000;}
.moble_nav ul li span a{font-size:16px}
}

 
/* foot */
.foot{background: url(../images/f_bg.jpg);background-size: cover;}
.foot .left{width: calc(65% - 1px);border-right: 1px solid #8D8D8D;}
.foot .f_logo{border-bottom: 1px solid #8D8D8D;padding-bottom: 40px;padding-top: 50px;}
.foot .f_logo img{width: 188px;}
.foot .f_tit{border-bottom: 1px solid #8D8D8D;padding: 25px 0;display: flex;flex-wrap: wrap;line-height: 1.8;justify-content: space-between;color: #8D8D8D;font-size: 15px;padding-right: 60px;}
.foot .f_tit h2{font-size: 26px;color: #fff;font-weight: initial;letter-spacing: 2px;}
.foot .f_nav{padding: 80px 0;}
.foot .f_nav .item{width: 20%;}
.foot .f_nav .item .hd{font-size: 18px;padding-bottom: 40px;color: #fff;font-weight: bold;position: relative;}
.foot .f_nav .item .hd::after{transition:all .5s;content:"";display:inline-block;width:15%;height:1px;background: #ffffff;position:absolute;bottom: 20px;left: 0;}
.foot .f_nav .item .hd::before{display:inline-block;width:80%;height:1px;background:#C3C7C9;position:absolute;bottom: 20px;left: 0;}
.foot .f_nav .item li{margin-bottom: 15px;transition: 0.3s;}
.foot .f_nav .item li a{color: #ffffff;}
.foot .f_nav .item li:hover{transform: translateX(5px);}
.foot .f_nav .item li:hover a{color:#fd8312;}
.foot .right{padding-left: 4.5%;width: 30%;padding-top: 80px;}
.foot .del p{font-size: 16px;color: #ffffff;margin-bottom: 20px;}
.foot .del p img{margin-right: 10px;}
.foot .ul{margin-top: 100px;}
.foot .ul li{text-align: center;margin-right: 12%;}
.foot .ul li img{width: 100px;}
.foot .ul li p{font-size: 16px;color: #ffffff;margin-top: 10px;}
.foot .f_bom{display: flex;justify-content: space-between;border-top: 1px solid #8D8D8D;flex-wrap: wrap;padding: 30px 0;line-height: 28px;}
.foot .f_bom span{color: #8D8D8D;font-size: 16px;}
.foot .f_bom a{padding: 30px 0;color: #8D8D8D;font-size: 16px;}
@media (max-width:1280px){
.foot .right{padding-left: 4%;width: 31%;}
}
@media (max-width:1080px){
.foot .left{width: 100%;border: none;}
.foot .f_logo{padding-bottom: 30px;padding-top: 40px;}
.foot .f_logo img{width: 168px;}
.foot .f_tit h2{font-size: 24px;}
.foot .f_nav{display: none;}
.foot .right{padding-left: 0%;width: 100%;padding: 40px 0;}
.foot .ul{margin: 40px 0 0;justify-content: initial;}
.foot .ul li{margin-right: 40px;}
}
 
@media (max-width:520px){
.foot .f_logo{padding-bottom: 20px;padding-top: 30px;}
.foot .f_logo img{width: 118px;}
.foot .f_tit{font-size: 12px;padding-right: 0;padding: 10px 0;line-height: 22px;}
.foot .f_tit h2{font-size: 16px;margin-bottom: 8px;}
.foot .right{padding: 15px 0;}
.foot .del p{font-size: 12px;margin-bottom: 10px;}
.foot .del p img{margin-right: 5px;width: 15px;}
.foot .ul{margin: 15px 0 0;justify-content: initial;}
.foot .ul li{margin-right: 20px;}
.foot .ul li img{width: 68px;}
.foot .ul li p{font-size: 12px;margin-top: 6px;}
.foot .f_bom{padding: 15px 0;line-height: 20px;}
.foot .f_bom span{font-size: 12px;padding: 0;text-align: center;}
.foot .f_bom a{font-size: 12px;padding: 0;}
}

/* foot_zl */
.foot_zl{position: relative;}
.foot_zl .bg_img img{width: 100%;}
.foot_zl:hover .bg_img img{animation: scaleform 6s linear 2;}
.foot_zl .info{position:absolute;left:50%;top: 50%;height:auto;transform:translate(-50%,-50%);width: 100%;}
.foot_zl .info .t1{font-size: 36px;color: #fff;text-align: center;}
.foot_zl .info .bt{width: 168px;height: 40px;line-height: 40px;text-align:center;border-radius: 24px;background: #fff;margin: 0 auto;margin-top: 40px;font-size: 15px;transition: all .5s linear;color: #fd8312;}
.foot_zl .info .bt:hover{color: #fff;box-shadow: inset 0 0 0 50px #fd8312;border: 1px solid #fd8312;}
@keyframes scaleform{0{width:101%}
45%{width:120%}
100%{width:101%}
}
@-webkit-keyframes scaleform{0{width:101%}
45%{width:120%}
100%{width:101%}
}
@-moz-keyframes scaleform{0{width:101%}
45%{width:120%}
100%{width:101%}
}
@media (max-width:1440px){
.foot_zl .info .t1{font-size: 30px;}
.foot_zl .info .bt{margin-top: 30px;}
}
@media (max-width:1280px){
.foot_zl .bg_img{height: 220px;}
.foot_zl .bg_img img{height: 100%;object-fit: fill;}
.foot_zl .info .t1{font-size: 26px;}
.foot_zl .info .bt{width: 158px;height: 35px;line-height: 35px;}
}
@media (max-width:768px){
.foot_zl .info .t1{font-size: 26px;}
}
@media (max-width:520px){
.foot_zl .bg_img{height: 158px;}
.foot_zl .info .t1{font-size: 20px;}
.foot_zl .info .bt{margin-top:20px;font-size: 12px;width: 115px;height: 30px;line-height: 30px;}
}


/* side_kf */
.side_kf{position:fixed;right: 1%;top:50%;width: 55px;height: 55px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul{}
.side_kf ul li{color:#fff;position:relative;z-index:1;margin-bottom: 6px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #fff;border-radius: 14px;}
.side_kf #wa{display:block;position:relative;height: 55px;background:url(../images/wa.png) no-repeat center;text-align:center;background-size: 34px;}
.side_kf #em{display:block;position:relative;height: 55px;background:url(../images/em.png) no-repeat center;text-align:center;background-size: 34px;}
.side_kf #em i{font-size: 16px;color: #666;width: 240px;border-radius: 14px;height: 52px;line-height: 52px;background: #fff;position: absolute;left: 0;top: 0;box-sizing: border-box;text-align: center;-webkit-transition: 0.56s ease;transition: 0.56s ease;opacity: 0;}
.side_kf #em:hover i{left: -250px;opacity: 1;}
.side_kf #wx{display:block;position:relative;height: 55px;background:url(../images/wx.png) no-repeat center;text-align:center;background-size: 34px;}
.side_kf #wx i{width: 90px;height: 90px;position: absolute;top: 0;left: 0;-webkit-transition: 0.56s ease;transition: 0.56s ease;opacity: 0;}
.side_kf #wx i img{width: 90px;height: 90px;background-size: 34px;background: #fff;}
.side_kf #wx:hover i{left: -104px;opacity: 1;}
.side_kf #top{display:block;position:relative;height: 55px;background:url(../images/top.svg) no-repeat center;text-align:center;background-size: 30px;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
 
@media only screen and (max-width:1080px){
.side_kf{width:44px}
.side_kf #wa{height: 44px;}
.side_kf #em{height: 44px;}
.side_kf #wx{height: 44px;}
.side_kf #top{height: 44px;}
}
@media only screen and (max-width:520px){
.side_kf{width:40px;top: 60%;}
.side_kf #wa{height: 40px;background-size: 25px;}
.side_kf #em{height: 40px;background-size: 25px;}
.side_kf #em i{font-size: 14px;}
.side_kf #wx{height: 40px;background-size: 25px;}
.side_kf #wx i img{width: 80px;height: 80px;}
.side_kf #top{height: 40px;background-size: 25px;}
}
