/* reset */
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{color:#444;font:14px/1.5 "Microsoft Yahei",arial,tahoma,'Hiragino Sans GB','\5b8b\4f53',sans-serif}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden}
button,input,select,textarea{font-size:100%}
button{cursor:pointer}
textarea{resize:vertical}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
li,ol,ul{list-style:none}
a{text-decoration:none;color: #333;}
em,i{font-style:normal}
fieldset,img{border:0;vertical-align:middle}
.clearfix:after{visibility:hidden;clear:both;display:block;content:"";height:0}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}

/* light */
.spark { overflow: hidden; position: relative; display: inline-block; }
.spark:after { content: " "; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.spark:hover:after { left: 100%; transition: 0.8s; }

/* scale_img  */
.scale_img dl dt img,.scale_img li img { transition: all 1s linear 0s; }
.scale_img dl:hover dt img,.scale_img li:hover img { transform: scale(1.05) rotate(0deg) translateY(0); }
.scale_img2 dl dt img,.scale_img2 li img { transition: all 0.65s linear 0s; }
.scale_img2 dl:hover dt img,.scale_img2 li:hover img { transform: scale(1.1) rotate(0deg) translateY(0); }
.scale_img3 dl dt img,.scale_img3 li img { transition: all 0.5s linear 0s; }
.scale_img3 dl:hover dt img,.scale_img3 li:hover img { transform: scale(1.2) rotate(0deg) translateY(0); }

/* media */
@media screen and (min-width:1263px){html{font-size:calc(1263px * 20 / 1903)}}
@media screen and (min-width:1349px){html{font-size:calc(1349px * 20 / 1903)}}
@media screen and (min-width:1463px){html{font-size:calc(1463px * 20 / 1903)}}
@media screen and (min-width:1543px){html{font-size:calc(1543px * 20 / 1903)}}
@media screen and (min-width:1583px){html{font-size:calc(1583px * 20 / 1903)}}
@media screen and (min-width:1643px){html{font-size:calc(1643px * 20 / 1903)}}
@media screen and (min-width:1663px){html{font-size:calc(1663px * 20 / 1903)}}
@media screen and (min-width:1903px){html{font-size:calc(1903px * 20 / 1903)}}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#ffb822;}
a:focus{outline:0;}

/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs img{width:100%; display:block;}
.topadcs a.fullad{ height:380px;display: block;width: 100%;}

/*公用内容样式*/
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:300px;
    float:left;
    margin-top:60px;
    margin-bottom:40px;
}
.right {
    width:930px;
    float:right;
    margin-top:60px;
    margin-bottom:40px;
}

/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999999;}
.addr h4 em a,.addr h4 a:hover{ color:#ffb822;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}



/*分页*/
.pages{ background:#ffffff; padding:28px 0; text-align:center; clear:both;}
.pages a{ display:inline-block; min-width:22px; background:#ffffff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px;line-height:22px; color:#666;}
.pages a:hover,.pages a.cur{ background:#ffb822; color:#ffffff; border:1px solid #ffb822;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}
 
/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#ffb822;}
.notfound dt b{ display:block; font-size:70px; color:#333333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#ffffff; margin-right:20px; border-radius:4px; background:#333333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#ffb822;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666666;}
.notfound dt span{ font-size:28px; color:#333333; font-weight:bold; display:block; background:url(/Skins/Default/Img/404/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }




/*在线客服1*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #ffb822;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 66px;line-height: 66px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -200px;top: 0;background: #ffb822;display: block;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #ffffff;line-height: 66px;padding: 0 20px;}
.kef li.vx i{width: 0;height: 0;display: block;position: absolute;left:-102px;top:0;  overflow:hidden; transition: all .25s linear;}
.kef li.vx i img{padding-top: 0; width: 100px;height: 100px;float: right;}
.kef li.tel:hover i{right: 0;z-index: 1;}
.kef li.vx:hover i{width: 100px;height: 100px;}

/*客服2*/
.kef_new{ width:96px;}
.kef_new li{ background:none; width:96px; height:96px;}
.kef_new li .hov_img{ display:none;}
.kef_new li:hover em img{ display:none;}
.kef_new li:hover em .hov_img{ display:block;}
.kef_new li em{ height:auto; z-index:2; position:relative;}
.kef_new li em img{ padding:0;}
.kef_new li.tel i{ background:#ffffff;top: 18px;height: 40px;color: #666;line-height: 40px;padding: 10px 20px;border-radius: 20px;box-shadow: 2px 2px 6px #ddd; z-index:1;}
.kef_new li.tel:hover i{ right:96px; }
.kef_new li.vx i{right: 96px;top: -35px; left:auto; display:inline-block;}
.kef_new li.vx i::before{border: 8px solid transparent; border-left-color:#dddddd; position:absolute; right:-6px; content:'';right: -16px;top: 50%;margin-top: -8px;z-index: -1; }
.kef_new li.vx:hover i{width: 120px;height: 120px;padding: 12px;background: #ffffff;box-shadow: 2px 2px 5px #dedede;overflow: visible;}
.kef_new li.vx i img{width: 120px;height: 120px;}


/*友情链接申请*/
.flinkpage{  background:url(/Skins/Default/Img/other/friend_link_bg.jpg) no-repeat center center; position:relative; z-index:1;}
.flinkpage:before{filter: blur(2px); content:''; width:100%; height:100%;  position:absolute; z-index:2;background: inherit;}
.flinkpage .content{ padding-top:60px; padding-bottom:60px;}
.flinkpage .form_box{ background:rgba(255,255,255,0.55); position:relative; z-index:9; padding:60px 20px;}

.flinkpage .sp-title{ border-top:2px solid #ffb822; position:relative; z-index:99;height: 42px;line-height: 42px;background: #ffb822; padding:0 12px; background: linear-gradient(-90deg,#ffffff,#ffb822,#ffb822);}
.flinkpage .sp-title a{ color:#ffffff;}
.flinkpage .sp-title .more{ color:#ffb822; letter-spacing:1px; font-weight:bold;}

.friendlk_box{ width:520px; margin:0 auto; display:block;}
.friendlk_box li{ margin-bottom:12px; line-height:32px; font-size:0;}
.friendlk_box li span{ display:inline-block; width:150px; text-align:right; letter-spacing:1px; font-size:14px;}
.friendlk_box li span font{ color:red; margin-right:4px;}
.friendlk_box li p{ display:inline-block; font-size:14px; margin-left:5px;}
.friendlk_box li p input{ border:1px solid #dedede; line-height:32px; text-indent:6px; padding-right:5px; width:200px;}
.friendlk_box li p textarea{ height:100px; padding:6px; line-height:20px; border:1px solid #dedede; vertical-align:text-top;}
.friendlk_box li p input:focus,.friendlk_box li p textarea:focus{ border:1px solid #ffb822; box-shadow:4px 2px 10px #ffb822;}

.friendlk_box li .submit{ line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#ffb822; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:155px;}
.friendlk_box li .submit:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }
.friendlk_box li .reset{line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#333333; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:30px;}
.friendlk_box li .reset:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }


/*在线留言3*/
.temp_one_con{ padding-top:42px; padding-bottom:60px;}
.temp_one_con h3{ font-size:32px; display:block; text-align:center; font-weight:normal; color:#ee2923;}
.temp_one_con h3 i{ font-size:16px; letter-spacing:1px; display:block; color:#999999; line-height:32px; position:relative;  text-align:center;}
.temp_one_con h3 i em{background:#ffffff; display:inline-block; padding:0 20px; position:relative; z-index:99;}
.temp_one_con h3 i:before{ width:100%; content:''; position:absolute; left:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con h3 i:after{ width:100%; content:''; position:absolute; right:-50%; height:1px; background:#f1f1f1; top:50%;}
.temp_one_con p{ display:block; text-align:center; color:#666666; line-height:32px; letter-spacing:1px;}
.temp_one_con ul{ margin-top:24px; }
.temp_one_con ul li{ display:inline-block; color:red; line-height:36px; height:36px; overflow:hidden; border:1px solid #dedede; margin-bottom:16px; width:31.5%; margin-right:2%;}
.temp_one_con ul li.none{ margin-right:0;}
.temp_one_con ul li.hd{ display:none;}
.temp_one_con ul li.addr{ width:auto; display:block; margin-right:0;}
.temp_one_con ul li.addr input{ width:93%;}
.temp_one_con ul li.text{ width:auto; display:block; height:auto; overflow:auto; margin-right:0;}
.temp_one_con ul li.text span{ color:#dedede;}
.temp_one_con ul li textarea{ display:block; border:none;  padding:1%; width:98%; padding-top:0; line-height:22px; height:88px;}
.temp_one_con ul li span{ display:inline-block; color:#666666; letter-spacing:2px; text-indent:12px;}
.temp_one_con ul li input{ border:none; height:36px; line-height:36px; box-sizing:border-box; width:78%;}
.temp_one_con ul li.vcode{ width:46%;}
.temp_one_con ul li.vcode input{ width:70%; vertical-align:middle;}
.temp_one_con ul li.vcode img{ width:76px; vertical-align:middle;margin-top: -4px; }
.temp_one_con ul li .submit{  cursor:pointer; background:url(/Skins/Default/Img/pro/gou.png) no-repeat 50px center #ee2923; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px; margin-right:20px; }
.temp_one_con ul li .reset{cursor:pointer; background:url(/Skins/Default/Img/pro/reset.png) no-repeat 50px center #666666; text-indent:30px;  color:#ffffff; width:200px; border:none; border-radius:5px; letter-spacing:5px; font-size:16px;}
.temp_one_con ul li .submit:hover{ opacity:0.85;}
.temp_one_con ul li .reset:hover{ opacity:0.85;}
.temp_one_con ul li.last{ border:none; display:inline-block; margin-right:0; width:46%;}


#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}

/******************算定义样式 http://www.xiaobiu.com 2025/6/10 10:27:00**********************/
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.header .head{background:#272526;height:77px}
.header .head .container{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;align-items:center;height:100%}
.header .head .container .logo a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;height:100%}
.header .head .container .logo img{display:block;width:auto;}
.header .head .container .logo span{font-size:20px;font-weight:400;line-height:26px;color:#ffb822;border-left:2px solid #bfbfbf;margin-left:16px;padding-left:12px;height:30px}
.header .head .container .tel{font-size:20px;font-weight:400;line-height:30px;color:#ffb822;background-image:url(/images/h-tel.png);background-repeat:no-repeat;background-position:left center;background-size:30px 30px;padding-left:42px}
.header .menu ul,.header .menu-jy ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.header .menu ul li,.header .menu-jy ul li{position:relative}
.header .menu ul li::after,.header .menu-jy ul li::after{content:"";display:block;width:0;height:3px;background:#ffb822;position:absolute;left:50%;bottom:0;transition:all .5s ease}
.header .menu ul li a,.header .menu-jy ul li a{font-size:16px;font-weight:400;line-height:42px;color:#333;display:block}
.header .menu ul li.cur a,.header .menu ul li:hover a,.header .menu-jy ul li.cur a,.header .menu-jy ul li:hover a{font-weight:700}
.header .menu ul li.cur::after,.header .menu ul li:hover::after,.header .menu-jy ul li.cur::after,.header .menu-jy ul li:hover::after{width:100%;left:0}

.footer{background:#2c2c2c;position:relative}
.footer .foot-t{padding-top:92px;height:448px;box-sizing:border-box;border-bottom:1px solid rgba(159,166,165,.2)}
.footer .foot-t .container{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.footer .foot-t .finfo{width:390px}
.footer .foot-t .finfo h3{font-size:18px;font-weight:400;line-height:18px;color:#fff;height:62px;border-bottom:1px solid rgba(159,166,165,.3);margin-bottom:42px}
.footer .foot-t .finfo h3 span{display:block;font-size:16px;font-weight:400;line-height:1.2;color:#9fa6a5;font-family:arial;margin-top:8px}
.footer .foot-t .finfo p{font-size:18px;font-weight:400;line-height:28px;color:#e4e8e7;margin-bottom:10px}
.footer .foot-t .finfo p span{font-size:14px}
.footer .foot-t .finfo p:last-of-type{margin-bottom:0}
.footer .foot-t .fnav{width:390px}
.footer .foot-t .fnav h3{font-size:18px;font-weight:400;line-height:18px;color:#fff;height:62px;border-bottom:1px solid rgba(159,166,165,.3);margin-bottom:42px}
.footer .foot-t .fnav h3 span{display:block;font-size:16px;font-weight:400;line-height:1.2;color:#9fa6a5;font-family:arial;margin-top:8px}
.footer .foot-t .fnav p{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.footer .foot-t .fnav p a{font-size:16px;font-weight:400;line-height:16px;color:#e4e8e7;display:block;margin-bottom:18px}
.footer .foot-t .fnav p a:hover{color:#ffb822}
.footer .foot-t .fnav p a:nth-of-type(odd){width:212px}
.footer .foot-t .fnav p a:nth-of-type(even){width:calc(100% - 212px)}
.footer .foot-t .fcode{width:288px;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:65px}
.footer .foot-t .fcode p img{display:block;width:129px;height:129px}
.footer .foot-t .fcode p span{display:block;font-size:14px;font-weight:400;line-height:20px;color:#fff;margin-top:11px;text-align:center}
.footer .foot-b{font-size:14px;font-weight:400;line-height:40px;color:#e4e8e7}
.footer .foot-b a{color:#e4e8e7}
.footer .foot-b a:hover{color:#ffb822}
.footer .foot-b span{margin-left:12px}
.footer .link{position:absolute;bottom:54px;z-index:1;width:100%;font-size:14px;font-weight:400;line-height:16px;color:#e4e8e7;height:16px;overflow:hidden}
.footer .link .container{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.footer .link b{width:72px}
.footer .link p{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;width:calc(100% - 72px)}
.footer .link p a{font-size:14px;font-weight:400;line-height:16px;color:#e4e8e7;margin-right:20px}
.footer .link p a:hover{color:#ffb822}



/* animated */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
@keyframes slide{0%{background-position:0 bottom}to{background-position:100% bottom}}@keyframes warn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes warn2{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@-webkit-keyframes fadeInDown1{0%{opacity:0;transform:translate3d(0,-50%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown1{0%{opacity:0;transform:translate3d(0,-50%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown1{-webkit-animation-name:fadeInDown1;animation-name:fadeInDown1}@-webkit-keyframes fadeInDown2{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown2{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown2{-webkit-animation-name:fadeInDown2;animation-name:fadeInDown2}@-webkit-keyframes fadeInLeft1{0%{transform:translate3d(-10%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInLeft1{0%{transform:translate3d(-10%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInLeft1{-webkit-animation-name:fadeInLeft1;animation-name:fadeInLeft1}@-webkit-keyframes fadeInLeft2{0%{transform:translate3d(-5%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInLeft2{0%{transform:translate3d(-5%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInLeft2{-webkit-animation-name:fadeInLeft2;animation-name:fadeInLeft2}@-webkit-keyframes fadeInRight1{0%{transform:translate3d(10%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInRight1{0%{transform:translate3d(10%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInRight1{-webkit-animation-name:fadeInRight1;animation-name:fadeInRight1}@-webkit-keyframes fadeInRight2{0%{transform:translate3d(3%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInRight2{0%{transform:translate3d(3%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInRight2{-webkit-animation-name:fadeInRight2;animation-name:fadeInRight2}@-webkit-keyframes zoomLeft{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@keyframes zoomLeft{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.zoomLeft{transform-origin:0 50%}.zoomLeft,.zoomRight{-webkit-animation-name:zoomLeft;animation-name:zoomLeft}.zoomRight{transform-origin:100% 50%}@-webkit-keyframes zoomIn1{0%{opacity:0;transform:scale3d(.9,.9,.9)}50%{opacity:1}}@keyframes zoomIn1{0%{opacity:0;transform:scale3d(.9,.9,.9)}50%{opacity:1}}.zoomIn1{-webkit-animation-name:zoomIn1;animation-name:zoomIn1}@-webkit-keyframes fadeInUp1{0%{transform:translate3d(0,10%,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInUp1{0%{transform:translate3d(0,10%,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInUp1{-webkit-animation-name:fadeInUp1;animation-name:fadeInUp1}@-webkit-keyframes fadeInUp2{0%{transform:translate3d(0,2%,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInUp2{0%{transform:translate3d(0,2%,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fadeInUp2{-webkit-animation-name:fadeInUp2;animation-name:fadeInUp2}


/* 自定义 */
@font-face{font-family:myfont;src:url(/font/PangMenZhengDao.ttf);font-weight:400;font-display:swap}
@font-face{font-family:myfont2;src:url(/font/D-DIN.ttf);font-weight:400;font-display:swap}
@font-face{font-family:myfont2b;src:url(/font/D-DIN-Bold.ttf);font-weight:700;font-display:swap}

.content{width: 1440px;margin: 0 auto;}
.container{width: 1440px;margin: 0 auto;}

.menu p{position:absolute;left:50%;top:3.2rem;background:rgba(25,21,17,.7);min-width:4.3rem;border-radius:.45rem;transform:translateX(-50%);padding:0 .75rem;display:none}
.menu p::before{content:"";display:block;border:.4rem solid transparent;border-bottom:.4rem solid rgba(25,21,17,.7);position:absolute;left:50%;top:-.75rem;transform:translate(-50%)}
.menu p a{display:block;font-size:.8rem;line-height:2.2rem;color:#fff;text-align:center;border-bottom:.05rem solid rgba(255,255,255,.2);white-space:nowrap}
.menu p a:hover{color:#16a7a0}
.menu p a:last-of-type{border-bottom:0}

.video-box{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;font-size:0;z-index:9999;background:rgba(0,0,0,.9);display:none}
.video-box .video{width:60vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.video-box .video iframe,.video-box .video video{width:60vw}
.video-box .close-video{position:absolute;top:calc(54px);right:5%;width:30px;height:30px;cursor:pointer;background:url(/images/close.png) no-repeat center}