@charset "utf-8";body{font-size:14px;color:#000;font-family: "AlibabaPuHuiTi-Regular";}

@charset "utf-8";html{height:100%}

::-webkit-scrollbar{width:.3rem;height:.3rem}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{border-radius:4px;background-color:#FC5000}
@media only screen and (max-width:1080px){::-webkit-scrollbar{width:5px;height:5px}
}
@media only screen and (max-width:520px){::-webkit-scrollbar{width:3px;height:3px}
}


*{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}
.w1600{margin:0 auto;width:93%;max-width: 83vw;}
.w1400{margin:0 auto;width:93%;max-width: 73.146vw;}
.w1200{margin:0 auto;width:93%;max-width: 62.696vw;}
.odcontent{margin:0 auto;width:93%;max-width: 86vw;}
@media only screen and (max-width:1280px){
.w1600{width: 92%;}
.w1400{width: 92%;}
.w1200{width: 92%;}
.odcontent{width: 92% !important;}
}
@media only screen and (max-width:1080px){
.w1600{max-width:1600px}
.w1400{max-width:1400px}
.w1200{max-width:1200px}
.odcontent{max-width:1700px !important;}
}
.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;}
 
@-webkit-keyframes searchY{0%{transform:translateY(-460px)}
to{transform:translateY(0)}
}

@font-face {font-family: "AlibabaPuHuiTi-Regular"; font-style: normal; src: url(../font/AlibabaPuHuiTi-Regular.otf) format("TrueType"); font-display: fallback;}

/* btn */
.btn{line-height: 5vw;height: 5vw;width: max-content;border: 1px solid #FC5000;background: linear-gradient(135deg, #fff 50%, #FC5000 50%);background-size: 200% 200%;background-position: 100% 100%;color: #fff;font-size: 1vw;border-radius: 1px;transition: all 0.5s ease;margin: 0 auto;margin-top: 1vw;padding: 0 3vw;clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 40%, 100% 0%);position: relative;overflow: hidden;}
.btn:after{content:"";position:absolute;display:block;transition:all .8s;width:100%;height:0;border-radius:50%;left:50%;top:50%;padding-top:100%;transform:translateX(-50%) translateY(-50%)}
.btn:hover:after{animation:style1 .75s;z-index:-1}
.btn a{display: flex;align-items: center;padding-top: .68vw;}
.btn i{transition: all .5s;}
.btn img{width: .941vw;transition: all 0.1s;filter: brightness(0) invert(1);margin-left: 1px;transition: all .5s;}
.btn:hover i{transform: translateX(-.58vw);}
.btn:hover img{transform: translateX(.58vw);}
@keyframes style1{0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}
to{background:0 0;transform:translateX(-50%) translateY(-50%) scale(1)}
}
@media only screen and (max-width:1080px){
.btn{padding: 0 30px;line-height: 60px;height: 60px;font-size: 16px;}
.btn a{padding-top: 8px;}
.btn img{width: 18px;}
}
@media only screen and (max-width:520px){
.btn{padding: 0 20px;line-height: 45px;height: 45px;font-size: 15px;clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 35%, 100% 0%);}
.btn a{padding-top:5px;}
.btn img{width: 17px;}
}
 
/* title */
.in_tit{position: relative;}
.in_tit .title{font-size: 2.5vw;color: #251714;letter-spacing: 2px;font-weight: bold;}
.in_tit .tit{font-size: 3.134794vw;color: #251714;font-weight: bold;letter-spacing: 4px;}
.in_tit .txt{font-size: .9vw;color: #666;letter-spacing: 2px;margin-top: 3px;font-weight: bold;}
@media screen and (max-width:1080px){
.in_tit .title{font-size: 30px;}
.in_tit .tit{font-size: 36px;}
}
@media screen and (max-width:768px){
.in_tit .title{font-size:26px;}
.in_tit .tit{font-size: 30px;}
}
@media screen and (max-width:520px){
.in_tit .title{font-size: 22px;line-height: 1.4;}
.in_tit .tit{font-size: 24px;letter-spacing: 2px;}
}
 
/* head */
.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 999;transition: all 0.5s;padding: .58vw 0;background: linear-gradient(to bottom,#495c6e 0%,rgba(250,250,250,0));}
.head::after{content:'';position:absolute;width:100%;height:100%;background-color: #00000061;box-shadow: 0 0 5px rgba(0, 0, 0, .1);top:0;left:0;-webkit-transition:ease .75s;transition:ease .75s;z-index:-1;transform:translateY(-100%);}
.head .head_mid{display: flex;align-items: center;justify-content: space-between;}
.head .head_mid .lf_part a{display: flex;align-items: center;}
.head .head_mid .lf_part .logo img{width: 6.5vw;}
.head .head_mid .lf_part .text{margin-left: 4%;}
.head .head_mid .lf_part .text h3{font-size: 1.15vw;}
.head .head_mid .lf_part .text p{width: 80%;font-size: .85vw;color: #010101;margin-top: 1.5%;}
.head .head_mid .head_nav{box-sizing: border-box;transition: all .5s ease-in-out;}
.head .head_mid .head_nav .first_nav{text-align: end;white-space: nowrap;position: relative;}
.head .head_mid .head_nav .first_nav > li{display: inline-block;white-space: nowrap;z-index: 1;position: relative;margin: 0 2.58vw;}
.head .head_mid .head_nav .first_nav > li:nth-last-child(1){margin-right: 0;}
.head .head_mid .head_nav .first_nav > li > a{font-size: 1vw;display: block;position: relative;color: #fff;margin: 1.35vw 0;z-index: 99;transition: ease .75s;}
.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: -1.1vw;background: #ffffff;}
.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;box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);opacity: 0;pointer-events: none;cursor: pointer;width: max-content;transform: translate(-50% , 30px);}
.head .head_mid .head_nav .pc_secnav.on{backface-visibility: hidden;pointer-events: auto;opacity: 1;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;position: relative;}
.head .head_mid .head_nav .pc_secnav .lf_nav:before{content:"";border-left:11px solid transparent;border-right:11px solid transparent;border-bottom: 4px solid #ffffff;position:absolute;left: 50%;top:-4px;transform: translate(-50% , 0);}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul{background: #ffffff;border-radius: 8px;padding: .3vw 0;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1){border: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{display: block;font-size: .9vw;color: #333;height: 2.2vw;line-height: 2.2vw;text-align: left;padding: 0 1.58vw;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-child(1) > a{border-top-left-radius: 8px;border-top-right-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:nth-last-child(1) > a{border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a:after{display: none;}
.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover > a{color: #FC5000;}
.head .head_mid .rt_part{box-sizing: border-box;position: relative;display: flex;align-items: center;}
.head .head_mid .rt_part .search .icon{cursor: pointer;}
.head .head_mid .rt_part .search .icon img{width: 1.254vw;}
.head .h_search{position:fixed;top:0;left:50%;background-color:rgba(0,0,0,.95);height:0;width:0;overflow:hidden;z-index:99999;opacity:0;visibility:hidden;border-radius:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all ease .4s;transition:all ease .4s}
.head .h_search.show{opacity:1;visibility:visible;width:100.1%;height:100%;-webkit-transition:all ease .4s;transition:all ease .4s;border-radius:0}
.head .h_search .h_close{border: 2px solid #fff;border-radius: 50%;height: 2.5rem;width: 2.5rem;display: flex;align-items: center;justify-content: center;margin: 0 auto;margin-right: 60px;margin-top: 40px;cursor: pointer;}
.head .h_search .h_close img{transition: 1s;width: 16px;}
.head .h_search .h_close:hover img{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head .h_search .h_box{position:absolute;top:50%;left:50%;display:inline-block;cursor:auto;width:94%;max-width:max(300px,36.458vw);-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform ease .4s;transition:-webkit-transform ease .4s;transition:transform ease .4s;transition:transform ease .4s,-webkit-transform ease .4s}
.head .h_search.show .h_box{-webkit-transition-delay:.5s;transition-delay:.5s;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
.head .h_search .h_box .h_text{border:1px solid #fff;border-radius:30px;padding:0 20px;position:relative}
.head .h_search .h_box .h_text .text{background:0 0;font-size:16px;color:#fff;width:100%;height:60px;border:none}
.head .h_search .h_box .h_btn{position:absolute;right:3%;top:0;height:60px;line-height:60px;display: flex;align-items: center;}
.head .h_search .h_box .h_btn .submit{border:none;background:url(../images/h_icon.png);background-size: 28px;height: 27px;width: 28px;filter: brightness(0) invert(1);}
.head .h_search .h_box .h_text .text[type=text]::placeholder{color:#ffffffe8}


/* menu */
.menu{width: 100vw;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(100vw);transition:.5s all ease-in-out;opacity:0;visibility: hidden;}
.menu.active{transform:translateX(0);opacity: 1;visibility: visible;}
.menu ul{width: 90%;margin: 0 auto;margin-top: 8%;}
.menu ul li{border-bottom:1px solid rgba(255,255,255,.3);padding: 20px 0;transition:.3s all ease-in-out;width: 100%;}
.menu ul li .rd{position: relative;display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.menu ul li .rd a{color:#fff;font-size:18px;}
.menu ul li .rd i{width: 19px;}
.menu ul li .rd i:after{content: "";width: 2px;height: 16px;background: #fff;position: absolute;transition: all .35s;right: 7px;top: 3px;}
.menu ul li .rd i:before{content: "";width: 16px;height: 2px;background: #fff;position: absolute;transition: all .35s;right: 0px;top: 10px;}
.menu ul li.cur .rd i:after{width: 0;-webkit-transform: rotate(90deg);}
.menu ul li .hd{display: none;}
.menu ul li .hd .second{opacity:1;transition:.3s all ease-in-out;margin-top: 5px;display: grid;padding-left: 20px;}
.menu ul li .hd .second{width: 100%;display:flex;align-items: center;flex-wrap: wrap;margin-top: 18px;}
.menu ul li .hd .second a{font-size: 16px;color: #ffffffeb;font-weight: normal;width: 100%;margin: 8px 0;}
.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;margin-left: 20px;}
.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:#fff;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;}

/* 下滑 */
.head.scro::after,.head.nhead::after{transform: none;}
 
 
/* mobile-end */
@media only screen and (max-width:1080px){
.head{padding: 10px 0;}
.head .head_mid{padding-left: 0 !important;}
.head .head_mid .lf_part .logo img{width: 100px;}
.head .head_mid .head_nav .first_nav{display: none;}
.head .head_mid .rt_part .search{margin: 0 15px;}
.head .head_mid .rt_part .search .icon img{width: 24px;}
.head .head_mid .rt_part .search .icon p{font-size: 16px;}
.head .h_search .h_box{max-width: initial;}
.menu_bar{display: block;}
}	
@media only screen and (max-width:768px){
.head .head_mid .rt_part .search{margin: 0 20px;}
.head .head_mid .rt_part .search .icon img{filter: initial;}
.menu ul li .rd a{font-size: 18px;}
.menu ul li .hd .second{margin-top: 10px;}
.menu ul li .hd .second a{font-size: 15px;}
}
@media only screen and (max-width:520px){
.head{padding: 8px 0;background: #222;}
.head .head_mid .lf_part .logo img{width: 90px;}
.head .head_mid .rt_part .search{margin: 0 15px;}
.head .head_mid .rt_part .search .icon img{width: 24px;margin-right: 0;}
.head .h_search .h_close{margin-right: 40px;height: 32px;width: 32px;}
.head .h_search .h_box .h_text .text{height: 50px;font-size: 14px;}
.head .h_search .h_box .h_btn{height: 50px;line-height: 50px;}
.head .h_search .h_box .h_btn .submit{width: 24px;height: 24px;background-size: 24px;}
.menu_bar{margin-left: 15px;}
.menu ul{margin-top: 12%;}
.menu ul li{padding: 15px 0;}
.menu ul li .rd a{font-size: 16px;}
.menu ul li .hd .second a{font-size: 14px;}
}
 

/* foot */
.foot{background:#222;padding:5vw 0 10vw;position: relative;z-index: 99;}
.foot .cont{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}
.foot .cont .left .logo img{width: 9.823vw;}
.foot .cont .left .text{color: #f5f5f5fc;font-size:.9vw;line-height:2;margin-top:2vw;}
.foot .cont .right ul{display:flex;align-items:center;justify-content:center;margin-top:.5vw}
.foot .cont .right ul li{margin-left:1vw;position:relative}
.foot .cont .right ul li .icon img{width:1.881vw}
.foot .cont .right ul li .img{position:absolute;bottom: 2.8vw;background:#fff;width: 8vw;left: -3.2vw;opacity:0;visibility:hidden;transform:rotateY(-90deg);transition:all .3s linear;box-shadow: 0 0 5px rgba(255, 255, 255, .1);border-radius: 5px;text-align: center;padding-bottom: .3vw;z-index: 999;}
.foot .cont .right ul li .img img{border-radius: 4px;}
.foot .cont .right ul li p{color:#fc5000;font-size:.9vw;line-height:1.5}
.foot .cont .right ul li:hover .img{opacity:1;visibility:visible;transform:rotateY(0);}
.foot .cont .right ul li .img:before{content:"";position:absolute;bottom:-6px;left:50%;margin-left: -8px;width:0;height:0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #ffffff;}
@media only screen and (max-width:1080px){
.foot{padding: 60px 0;}
.foot .cont .left .logo img{width: 188px;}
.foot .cont .left .text{margin-top: 30px;font-size: 15px;}
.foot .cont .right ul{margin-top: 10px;}
.foot .cont .right ul li{margin-left: 20px;}
.foot .cont .right ul li .icon img{width: 36px;}
.foot .cont .right ul li .img{bottom: 60px;left: -40px;width: 110px;padding-bottom: 5px;}
.foot .cont .right ul li p{font-size: 14px;}
}
@media only screen and (max-width:520px){
.foot{padding: 30px 0;}
.foot .cont .left{width: 100%;}
.foot .cont .left .logo img{width: 128px;}
.foot .cont .left .text{font-size: 14px;line-height: 1.8;margin: 20px 0;}
.foot .cont .right ul{margin-top: 0;}
.foot .cont .right ul li{margin-left: 0;margin-right: 20px;}
.foot .cont .right ul li .icon img{width: 26px;}
.foot .cont .right ul li .img{bottom: 45px;left: 0;width: 101px;padding-bottom: 3px;}
.foot .cont .right ul li .img:before{display: none;}
.foot .cont .right ul li p{font-size: 13px;line-height: 1.5;}
}



/* side_kf */
.side_kf{position:fixed;right: .5%;top:60%;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #fff;padding: .6vw .5vw;border-radius: 40px;}
.side_kf ul li{position:relative;z-index:1;}
.side_kf ul li .icon{width: 2.6vw;height: 2.6vw;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-bottom: .6vw;background: #fc5000;}
.side_kf ul li:nth-last-child(1) .icon{margin-bottom: 0;}
.side_kf ul li .icon img{width: 1.463vw;filter: brightness(0) invert(1);}
.side_kf ul li .box{padding: 0 1.2vw;display:none;width:auto;height:auto;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition:all .5s ease}
.side_kf ul li .box .txt{padding: .58vw .8vw;background: #fff;box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.08);border-radius: 10px;position: relative;}
.side_kf ul li .box .txt:after{border-left: 8px solid #fff;border-top: 6px solid transparent;border-bottom: 6px solid transparent;content: "";position: absolute;left: 100%;top: 50%;transform: translateY(-50%);}
.side_kf ul li .box .txt p{font-weight:700;font-size: .82vw;color: #333;white-space:nowrap;}
.side_kf ul li .box .pic{width: 7vw;position: relative;}
.side_kf ul li .box .pic:after{border-left: 8px solid #fff;border-top: 6px solid transparent;border-bottom: 6px solid transparent;content: "";position: absolute;left: 100%;top: 50%;transform: translateY(-50%);}
.side_kf ul li:hover .box{display:block}
.side_kf #top{display:block;position:relative;height: 2.8vw;width: 2.8vw;text-align:center;background: #fc5000;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);border-radius: 50%;margin: 0 auto;margin-top: .8vw;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}

@media only screen and (max-width:1080px){
.side_kf ul{padding: 15px 6px;}
.side_kf ul li .icon{width: 40px;height: 40px;margin-bottom: 8px;}
.side_kf ul li .icon img{width: 24px;}
.side_kf ul li .box{padding: 0 25px;}
.side_kf ul li .box .txt{padding: 10px 15px;}
.side_kf ul li .box .txt p{font-size: 15px;}
.side_kf #top{height: 45px;width: 45px;margin-top: 10px;}
}
@media only screen and (max-width:520px){
.side_kf{right: 1.5%;}
.side_kf ul{padding: 10px 6px;}
.side_kf ul li .icon{width: 32px;height: 32px;}
.side_kf ul li .icon img{width: 18px;height: 18px;}
.side_kf ul li .box{padding: 0 20px;}
.side_kf ul li .box .txt{padding: 8px 12px;border-radius: 8px;}
.side_kf ul li .box .txt p{font-size: 14px;}
.side_kf #top{height: 36px;width: 36px;}
}



/* popup */
.popup{position: fixed;top: 0;left: 0;transition:.8s;opacity: 0;transform:translateY(-100%);z-index: -1;height: 100vh;display: flex;align-items: center;justify-content: center;}
.popup:after{position: absolute;content: "";left: 0;width: 110%;height: 100%;background: #0000006b;z-index: 1;top: 0;}
.popup.on{transform:translateY(0);z-index: 9999;opacity: 1;}
.popup .form{padding: 3vw;z-index: 9;position: relative;width: 55%;box-shadow: 0px 0px 6px 4px rgb(0 0 0 / 0.1);background: #fff;margin: 0 auto;}
.popup .form .cont{display: flex;flex-wrap: wrap;justify-content: space-between;}
.popup .form .cont .left{width: 30%;}
.popup .form .cont .left .t1{font-size: 1.58vw;position: relative;padding-bottom: 1.2vw;width: max-content;margin-bottom: 6vw;font-weight: bold;}
.popup .form .cont .left .t1:after{position: absolute;content: "";height: 2px;width: 68%;background: #fc5000;left: 0;bottom: 0;}
.popup .form .cont .left .logo img{width: 8vw;}
.popup .form .cont .right{width: 62%;}
.popup .form .tit{font-size: .95vw;margin-bottom: 1.5vw;}
.popup .form .pclose{border-radius: 50px;transition:.5s;cursor:pointer;font-size: .9vw;color:#fc5000;width:5vw;text-align:center;padding: .35vw 0;margin:0 auto;margin-right:0;margin-bottom:2vw;border: 1px solid #fc5000;}
.popup .form .pclose:hover{color: #fff;background: #fc5000;}
.popup .form form .flx{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.popup .form form sup{color: #fc5000;font-size: .9vw;position: absolute;}
.popup .form form label{font-size: .9vw;margin-bottom: .5vw;display: block;padding-left: 1vw;}
.popup .form form .input{margin-bottom:1vw;width: 46.5%;}
.popup .form form .input input{width:100%;height: 2vw;text-indent:1.25em;font-size:.8vw;border: 1px solid #7F7F7F;background: #F2F2F2;border-radius: 10px;}
.popup .form form input:focus{border: 1px solid #fc5000;}
.popup .form form .submit{margin-top:.88vw;position: relative;}
.popup .form form .submit input{width:100%;height:2.4vw;transition: .5s;font-size:.85vw;border-radius: 4px;color: #fc5000;background: #fff;z-index: 9;position: relative;border: 1px solid #fc5000;border-radius: 10px;}
.popup .form form .submit:hover input{color: #fff;background: #fc5000;}
@media only screen and (max-width:1080px){
.popup{}
.popup .form{padding: 35px;width: 70%;}
.popup .form .pclose{font-size: 16px;width: max-content;padding: 6px 20px;margin-bottom: 25px;}
.popup .form .tit{font-size: 16px;margin-bottom: 25px;}
.popup .form .cont .left .t1{font-size: 24px;padding-bottom: 15px;margin-bottom: 68px;}
.popup .form .cont .left .logo img{width: 120px;}
.popup .form form label{font-size: 14px;margin-bottom: 6px;padding-left: 10px;}
.popup .form form sup{font-size: 14px;}
.popup .form form .input{margin-bottom: 3%;}
.popup .form form .input input{height: 32px;font-size: 13px;border-radius: 5px;}
.popup .form form .submit input{height: 36px;font-size: 15px;border-radius: 5px;}
}
@media only screen and (max-width:768px){
.popup{width: auto;}
}
@media only screen and (max-width:520px){
.popup .form{padding: 25px;width: auto;}
.popup .form .pclose{font-size: 15px;padding: 4px 15px;margin-bottom: 15px;}
.popup .form .tit{margin-bottom: 15px;}
.popup .form .in_tit .tit{font-size: 15px;margin-top: 10px;}
.popup .form .cont .left .t1{font-size: 18px;padding-bottom: 12px;margin-bottom: 50px;}
.popup .form .cont .left .logo img{width: 90px;}
.popup .form .cont .right{width: 68%;}
.popup .form form label{font-size: 13px;}
.popup .form form sup{font-size: 14px;}
.popup .form form{margin-top: 25px;}
.popup .form form .input input{height: 30px;font-size: 12px;}
.popup .form form .textarea textarea{height: 70px;font-size: 12px;}
.popup .form form .submit{margin-top: 3%;}
.popup .form form .submit input{font-size: 14px;height: 34px;}
}


/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background: white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto;box-shadow: 0 0 3px rgba(0, 0, 0, .1);}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#FF5925 url(../images/close.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer;transition: ease 0.6s;}
.z_tanchuang .tbox .modal .img{width:100%;margin:0 auto;position: relative;padding-bottom: 60%;height: 0;display: flex;background: #333333;justify-content: center;}
.z_tanchuang .tbox .modal .img video{display:block;max-width:100%;object-fit:cover;outline: none;height: 100%;position: absolute;margin: 0 auto;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#FF5925 url(../images/close.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px;background-size: 14px;}
.z_tanchuang .tbox .modal .out:hover{background-size: 14px;}
}