@charset "utf-8";body{font-size:14px;color:#000;}
*{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}
.w1700{margin:0 auto;width:90%;max-width:1700px}
.w1600{margin:0 auto;width:90%;max-width:1660px}
.w1500{margin:0 auto;width:90%;max-width:1500px}
.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}
.w1300{margin:0 auto;width:90%;max-width:1300px}
.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;}
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;}

@keyframes ab3_1Rotate{0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
@-webkit-keyframes circlepulse{0%{-webkit-transform:scale(1);opacity:1}
100%{-webkit-transform:scale(2);opacity:0}
}
 
/* btn */
.btn{width:168px;background:#f08300;color:#fff;text-align:center;font-size:16px;line-height:45px;border-radius:24px;margin:0 auto;margin-top:60px;transition: all 0.5s;}
.btn:hover{background:#f08300}
@media screen and (max-width:1280px){
.btn{width: 158px;line-height: 43px;}
}
@media screen and (max-width:1080px){
.btn{margin-top: 40px;}
}
@media screen and (max-width:768px){
.btn{width: 140px;line-height: 40px;font-size: 15px;}
}
@media screen and (max-width:520px){
.btn{width: 115px;line-height: 34px;font-size: 13px;margin-top: 25px;}
}


/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.head .head_p p{font-size: 18px;margin: 10px 0;color: #333;margin-left: -20px;}
.head .head_mid{display: flex;justify-content: space-between;align-items: center;}
.head .head_mid .lf_part .logo img{width: 120px;}
.head .head_mid .head_nav {box-sizing: border-box;transition: all .5s ease-in-out;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;z-index: 1;margin: 0 28px;position: relative;}
.head .head_mid .head_nav .first_nav > li:nth-child(6){display: none;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 18px;display: block;position: relative;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;color: #000;margin: 50px 0 10px;z-index: 99;}
.head .head_mid .head_nav .first_nav > li.cur a,.head .head_mid .head_nav .first_nav > li:hover a{color: #f08300;}
.head .head_mid .head_nav .first_nav>li a:after{content:'';position:absolute;height: 2px;z-index:9;width:0;right: 0;transition: all .5s ease-in-out;bottom: -10px;background: #f08300;}
.head .head_mid .head_nav .first_nav > li.cur a:after,.head .head_mid .head_nav .first_nav > li:hover a:after{width: 100%;left: 0;right: auto;}

.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 50%;height: auto;transition: all .5s ease-in-out;z-index: 3;box-sizing: border-box;transform-origin: center top;opacity: 0;visibility: hidden;transform: translate(-50% , 30px);width: max-content;}
.head .head_mid .head_nav .pc_secnav.on{visibility: visible;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .ul{padding: 1px 20px;background: #ffffff;border-radius: 10px;position: relative;box-shadow: 0 3px 20px -8px rgb(0 0 0 / 20%);}
.head .head_mid .head_nav .pc_secnav .ul:before{content:"";border-left: 11px solid #ffffff00;border-right: 11px solid #ffffff00;border-bottom: 4px solid #ffffff;position:absolute;left: 50%;top:-4px;transform: translate(-50%,0);}
.head .head_mid .head_nav .pc_secnav .ul .li{margin: 20px 0;transition: 0.3s;}
.head .head_mid .head_nav .pc_secnav .ul .li:hover{transform: translateX(5px);}
.head .head_mid .head_nav .pc_secnav .ul .li a{color: #333;font-size: 16px;}
.head .head_mid .head_nav .pc_secnav .ul .li a:after{display: none;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;margin-top: 40px;}
.head .head_mid .rt_part .language{display:flex;align-items:center;justify-content:center;margin-right:5px}
.head .head_mid .rt_part .language li{text-align:center;margin-right:20px}
.head .head_mid .rt_part .language li p{color:#333;font-size:16px;margin-top:2px}
.head .head_mid .rt_part .language li img{width:24px}
.head .head_mid .rt_part .search .icon img{width: 21px;}
.head .head_mid .rt_part .dh{display: flex;align-items: center;margin-left: 20px;padding-left: 20px;position: relative;}
.head .head_mid .rt_part .dh::after{position: absolute;content: "";left: 0;top: 10%;height: 80%;width: 1px;background: #d9d9d9;}
.head .head_mid .rt_part .dh img{width:24px}
.head .head_mid .rt_part .dh p{color:#f08300;font-size:24px;margin-left:10px}

/* searchBox */
.searchBox{overflow:hidden;width:100%;position:fixed;left:0;top:0;right:0;bottom:0;margin:auto;display:none;z-index:10}
.searchBox .mask{width:100%;height:100%;background-color:#000;opacity:.6;position:absolute;left:0;top:0;z-index:1}
.searchBox .search-box{width:100%;position:absolute;top:0;left:0;-webkit-animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;animation:searchY 1s cubic-bezier(.76,0,.24,1) forwards;z-index:5}
.searchBox .search-box .inputtext{width:100%;text-align:right;padding-top:260px;padding-bottom:20px;border-bottom:2px solid #fff}
.searchBox .search-box .text{width:100%;text-align:right;width:100%;color:#fff;font-size: 20px;height: 30px;background: none;}
.searchBox .search-box .text::-webkit-input-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-moz-placeholder{color:#fff}
.searchBox .search-box .text::-ms-input-placeholder{color:#fff}
.searchBox .search_submit{display:block;margin:0;line-height:normal;margin-top:0;float:right;color:#fff;font-size:20px;padding-top:20px;background: none;}
.searchBox .search-box .close{width:40px;height:40px;background:url(../images/close.png) no-repeat 50%;position:absolute;bottom:-80px;right:0;left:0;margin:auto;cursor:pointer}
@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}
@keyframes fadeIn{from{opacity:0;transform:translate3d(0%,10px,0)}
to{opacity:1;transform:none}
}
 

/* menu */
.menu{width: -webkit-fill-available;height:100vh;position:fixed;top:0;right:0;z-index:999;background:rgba(0,0,0,.7);box-shadow:0 0 30px rgba(0,0,0,.1);backdrop-filter:blur(10px);transform:translateX(50vw);transition:.5s all ease-in-out;padding: 5vw 0;opacity: 0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{position:absolute;width: 90%;padding-left: 5%;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 15px 0;transition:.3s all ease-in-out;}
.menu ul li:nth-child(2) .flex{display: initial;}
.menu ul li .second{opacity:1;transition:.3s all ease-in-out;display: flex;flex-wrap: wrap;margin-top: 5px;}
.menu ul li a{color:#fff;font-size: 20px;}
.menu ul li .second .hd{width: 100%;display:flex;align-items: center;margin-top: 10px;}
.menu ul li .second .hd a{font-size: 17px;color: #fff;font-weight: normal;margin: 0 10px;}
.menu ul li .second .hd i{width: 10%;height: 16px;position: relative;margin-top: 4px;display: none;}
.menu ul li:nth-child(2) .second .hd i{display: block;}
.menu ul li .second .hd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;}
.menu ul li .second .hd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 7px;}
.menu ul li .second.cur .hd i:after{width: 0;-webkit-transform: rotate(90deg);}
.menu ul li .second .three{margin-left: 10px;padding: 10px 0;display: none;}
.menu ul li .second .three a{font-size: 16px;color: #ffffffe0;margin-top: 13px;display:inline-block;margin-right: 20px;color: #fff;font-weight: normal;margin-left: 10px;}
.he_fadeup1{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.3s}
.he_fadeup2{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.4s}
.he_fadeup3{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.5s}
.he_fadeup4{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.6s}
.he_fadeup5{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.7s}
.he_fadeup6{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.8s}
.he_fadeup7{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
.he_fadeup8{-webkit-animation:fadeIniup 1s ease both;animation:fadeIniup 1s ease both;-ms-animation:fadeInUp 1s ease both;animation-delay:.9s}
@keyframes fadeIniup{0%{opacity:0;transform:translateY(60px)}
100%{opacity:1;transform:translateY(0)}
}


/* menu_bar */
.menu_bar{position:relative;cursor:pointer;z-index: 3;display: none;align-items: center;justify-content: center;transition: 0.4s 0.2s;}
.menu_bar.active{z-index:9998}
.menu_bar.active span{background:#fff}
.menu_bar .bar{width: 25px;height: 21px;position: relative;}
.menu_bar span{width:100%;height: 2px;position:absolute;background:#333;display:block;-webkit-transition:all .35s;-webkit-transform:rotate(0);top:0;}
.menu_bar.active span{background:#fff}
.menu_bar span:nth-child(1){width: 15px;right: 0;}
.menu_bar span:nth-child(2){top: 8px;}
.menu_bar span:nth-child(3){top: 8px;width:18px;}
.menu_bar:hover span:nth-child(1){width:25px}
.menu_bar:hover span:nth-child(3){width:25px}
.menu_bar.active:hover span:nth-child(2){width:0}
.menu_bar.active:hover span:nth-child(3){width:25px}
.menu_bar.active span:nth-child(2){width:0}
.menu_bar.active span:nth-child(1){top:9px;-webkit-transform:rotate(45deg);width:25px}
.menu_bar.active span:nth-child(3){top:9px;-webkit-transform:rotate(-45deg);width: 25px;}
.menu_bar span:nth-child(3){top: 17px;width: 15px;}
@media only screen and (max-width:1770px){
.head .head_p p{font-size: 17px;}
.head .head_mid .head_nav .first_nav > li{margin: 0 25px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 17px;}
.head .head_mid .rt_part .dh img{width: 23px;}
.head .head_mid .rt_part .dh p{font-size: 23px;}
}
@media only screen and (max-width:1660px){
.head .head_p p{font-size: 16px;margin-left: -10px;}
.head .head_mid .lf_part .logo p{font-size: 16px;}
.head .head_mid .head_nav .first_nav > li{margin: 0 20px;}
.head .head_mid .head_nav .pc_secnav .item{padding: 0 20px;}
.head .head_mid .head_nav .pc_secnav .item .hd a{font-size: 18px;}
.head .head_mid .rt_part .dh{margin-left: 20px;padding-left: 20px;}
.head .head_mid .rt_part .dh p{font-size: 24px;}
.head .head_mid .rt_part .dh img{width: 24px;}
}
@media only screen and (max-width:1560px){
.head .head_mid .lf_part .logo img{width: 110px;}
.head .head_mid .head_nav .first_nav > li{margin: 0 20px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 16px;}
.head .head_mid .rt_part .search .icon img{width: 20px;}
.head .head_mid .rt_part .language li{margin-right: 15px;}
.head .head_mid .rt_part .dh{margin-left: 15px;padding-left: 15px;}
.head .head_mid .rt_part .dh p{font-size: 20px;}
.head .head_mid .rt_part .dh img{width: 22px;}
}
@media only screen and (max-width:1400px){
.head .head_mid .head_nav .first_nav{margin-left:0;}
.head .head_mid .head_nav .first_nav > li{margin: 0 15px;}
.head .head_mid .head_nav .first_nav > li > a{margin:30px 0 20px;font-size: 16px;}
.head .head_mid .head_nav .pc_secnav .ul .li{margin: 13px 0;}
.head .head_mid .head_nav .pc_secnav .ul .li a{font-size: 14px;}
.head .head_mid .rt_part{margin-top: 15px;}
.head .head_mid .rt_part .dh{margin-left: 15px;padding-left: 15px;}
.head .head_mid .rt_part .dh p{font-size: 20px;margin-left: 5px;}
}
@media only screen and (max-width:1360px){
.head .head_mid{padding: 8px 0;}
.head .head_p p{display: none;}
.head .head_mid .rt_part .dh{display: none;}
.head .head_mid .head_nav .first_nav > li{margin: 0 20px;}
.head .head_mid .head_nav .first_nav > li a{margin: 25px 0;}
.head .head_mid .rt_part{margin-top: 0px;}
}
@media only screen and (max-width:1280px){
.head .head_mid .lf_part .logo img{width: 100px;}
.head .head_mid .head_nav .first_nav > li{margin: 0 15px;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 16px;margin: 28px 0;}
}
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head .head_mid .lf_part{width:auto;background: none;padding: 0px;}
.head .head_mid .lf_part .logo img{width: 90px;}
.head .head_mid .head_nav{padding: 0;position: initial;width: auto;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part{margin-top: 0;}
.head .head_mid .rt_part .search{margin-right: 30px;}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.menu ul li{padding: 15px 0;}
.menu ul li a{font-size: 18px;}
.menu ul li .second{justify-content: space-between;}
.menu ul li .second .hd a{font-size: 14px;}
.menu ul li .second .hd i{height: 10px;}
}
@media only screen and (max-width:520px){
.head .head_mid{padding: 5px 0;}
.head .head_mid .lf_part .logo img{width: 68px;}
.head .head_mid .rt_part .language li{margin-right:15px}
.head .head_mid .rt_part .language li p{font-size:14px;}
.head .head_mid .rt_part .language li img{width:21px}
.head .head_mid .rt_part .search{margin-right: 18px;}
.head .head_mid .rt_part .search img{width: 19px;}
.menu ul li{padding: 12px 0;}
.menu_bar{width: auto !important;background: none;}
.menu_bar .bar{height: 18px;margin-left: 8px;}
.menu_bar span:nth-child(2){top: 7px;}
.menu_bar span:nth-child(3){top: 15px;}
}
 
 
/* foot */
.foot{background: #f08300;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.foot .f_nav{padding: 60px 0 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.foot .f_nav ul{display:flex;justify-content:space-between}
.foot .f_nav ul li{position:relative;padding-left: 10px;transition: 0.3s;}
.foot .f_nav ul li:hover{transform: translateX(5px);}
.foot .f_nav ul li::after{position: absolute;content: "";left: 0;top: 50%;transform: translate(-50%,0);background: #fff;width: 10px;height: 1px;}
.foot .f_nav ul li a{font-size:18px;color:#fff}
.foot .f_cont{display:flex;flex-wrap:wrap;justify-content:space-between;padding:60px 0}
.foot .f_cont .flogo img{width: 146px;}
.foot .f_cont .fdel h3{font-size: 22px;color:#fff;margin-bottom:15px;}
.foot .f_cont .fdel ul{display: flex;}
.foot .f_cont .fdel ul li{margin-right: 100px;}
.foot .f_cont .fdel ul li:nth-child(2){margin-right: 0;}
.foot .f_cont .fdel ul li p{color:#fff;font-size:16px;line-height: 2;}
.foot .f_cont .fwx .img img{width: 128px;}
.foot .f_bom{text-align:center;background: #f08300;padding:15px 0;}
.foot .f_bom span{color:#fff;font-size:15px}
@media only screen and (max-width:1280px){
.foot .f_nav ul li a{font-size: 17px;}
.foot .f_cont .fdel ul li{margin-right: 50px;}
.foot .f_cont .fwx .img img{width: 115px;}
}
@media only screen and (max-width:1080px){
.foot .f_nav{padding: 30px 0;}
.foot .f_nav ul li a{font-size: 16px;}
.foot .f_cont{padding: 40px 0;}
.foot .f_cont .flogo img{width: 88px;}
.foot .f_cont .fdel ul li p{font-size: 14px;}
.foot .f_cont .fwx .img img{width: 100px;}
}
@media only screen and (max-width:928px){
.foot .f_cont .flogo{display: none;}
.foot .f_cont .fdel ul{flex-wrap: wrap;}
.foot .f_cont .fdel ul li{margin-right: 30px;}
}
@media only screen and (max-width:768px){
.foot{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.foot .f_nav ul li{display: none;}
.foot .f_nav ul li:nth-last-child(1){display: block;}
.foot .f_cont{padding: 30px 0;}
.foot .f_cont .fwx{margin-top: 20px;}
}
@media only screen and (max-width:520px){
.foot{padding-bottom: 65px;}
.foot .f_nav{padding: 15px 0;}
.foot .f_nav ul li a{font-weight: bold;}
.foot .f_cont{padding: 22px 0;}
.foot .f_cont .fdel h3{font-size: 20px;margin-bottom: 10px;}
.foot .f_cont .fdel ul li p{font-size: 13px;line-height: 26px;}
.foot .f_cont .fwx{margin-top: 15px;}
.foot .f_cont .fwx .img img{width: 92px;}
.foot .f_bom span{font-size: 13px;}
}

/*右侧在线咨询*/
.fixed-right{width: 54px;position: fixed;right: -100px;bottom: 20%;z-index: 999999;transition: all .4s;}
.fixed-addclass{right:10px}
.fixed-right li{display: flex;align-items: center;justify-content: center;width: 54px;height: 54px;margin-bottom: 4px;background: #F08301;cursor: pointer;-webkit-transition: 0.56s ease;transition: 0.56s ease;position: relative;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.fixed-right li:hover{background: #fff;}
.fixed-right li span{display: block;width: 45px;height: 45px;}
.fixed-right li:nth-of-type(1) span{background: url(../images/r_ico1.png);background-size: cover;}
.fixed-right li:nth-of-type(2) span{background: url(../images/r_ico2.png);background-size: contain;}
.fixed-right li:nth-of-type(3) span{background: url(../images/r_ico3.png);}
.fixed-right li:nth-of-type(4) span{background: url(../images/r_ico4.png);}
.fixed-right li:nth-of-type(1):hover span{background: url(../images/r_ico5.png);}
.fixed-right li:nth-of-type(2):hover span{background: url(../images/r_ico6.png);}
.fixed-right li:nth-of-type(3):hover span{background: url(../images/r_ico7.png);}
.fixed-right li:nth-of-type(4):hover span{background: url(../images/r_ico8.png);}
.fixed-tel{font-size: 14px;color: #666;width:260px;height:54px;line-height:54px;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-right li:nth-of-type(1) .fixed-tel{width: 168px;}
.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 #F08301;padding: 4px;}
.fixed-img img{width: 90px;height: 90px;}
.fixed-tel b{display: block;font-size: 20px;background: #F08301;-webkit-background-clip: text;color: transparent;font-weight: bold;}
.fixed-right li:nth-of-type(1):hover .fixed-tel{left: -170px;}
.fixed-right li:nth-of-type(2):hover .fixed-tel{left: -263px;}
.fixed-right li:nth-of-type(3):hover .fixed-img{left: -102px;}
@media only screen and (max-width:768px){
.fixed-right{width: 45px;}
.fixed-right li{width: 45px;height: 45px;}
.fixed-right li span{width: 35px;height: 35px;}
.fixed-right li:nth-of-type(1) span{background-size: 35px;}
.fixed-right li:nth-of-type(2) span{background-size: 35px;}
.fixed-right li:nth-of-type(3) span{background-size: 35px;}
.fixed-right li:nth-of-type(4) span{background-size: 35px;}
.fixed-right li:nth-of-type(1):hover span{background-size: 35px;}
.fixed-right li:nth-of-type(2):hover span{background-size: 35px;}
.fixed-right li:nth-of-type(3):hover span{background-size: 35px;}
.fixed-right li:nth-of-type(4):hover span{background-size: 35px;}
.fixed-tel{height: 45px;line-height: 45px;width: 220px;}
.fixed-right li:nth-of-type(1) .fixed-tel{width: 150px;}
.fixed-right li:nth-of-type(1):hover .fixed-tel{left: -152px;}
.fixed-right li:nth-of-type(2):hover .fixed-tel{left: -220px;}
}


/* fudong */
.fudong{display:none}
@media screen and (max-width:768px){
.fudong{display:block;position:fixed;bottom:0;left:0;width:100%;background:#eb6100;z-index:99999}
.fudong li{width:calc(100% / 3);text-align:center;margin:10px 0;border-right:1px solid rgba(255,255,255,.5);float:left;box-sizing:border-box}
.fudong li img{width:20px;margin-bottom:5px}
.fudong li p{color:#fff}
.fudong .fix_qr .fix_te{position:absolute;top:-60px;right:65px;width:0;height:90px;background-size:100% 100%;opacity:0;transition:.5s}
.fudong .fix_qr:hover .fix_te{opacity:1;width:90px}
}
