@charset "utf-8";
::-webkit-scrollbar {
    width: 3px !important;
}
::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-track {
    background-color: #ddd;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #2b2b2b;
}
::-webkit-scrollbar-corner {
    background-color: #2b2b2b;
}
/*字体*/
*{
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
@font-face {
  font-family: "Poppins-Light";
  src: url('https://www.joyee.net/templates/netskin/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url('https://www.joyee.net/templates/netskin/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('https://www.joyee.net/templates/netskin/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
html{font-size: 100px;}
html.act{overflow: hidden;width: 100%;height: 100vh;}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;outline: none;}
body {
	position: relative; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:0 auto;
	position: relative;
	padding: 0; 
	width: 100%;
	color: #ffffff;
	line-height: 1.5;
	font-family:
	    'Poppins-Regular', 
	    -apple-system, 
	    BlinkMacSystemFont, 
	    PingFang SC, 
	    Microsoft YaHei, 
	    Segoe UI, 
	    Hiragino Sans GB, 
	    Helvetica Neue, 
	    Arial, Helvetica, 
	    sans-serif, 
	    Apple Color 
	    Emoji, 
	    Segoe UI Emoji, 
	    Segoe UI Symbol; 
	font-size:0.14rem;  
	line-height:1;
	background: #000000;
}
html.act{overflow: hidden;width: 100%;height: 100vh;}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix {*zoom:1;}
a{
	display: inline-block; 
	text-decoration:none!important; 
	cursor:pointer;
	color: #ffffff;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:hover{
	color: #ed6c00;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
input,
textarea,
select,
button{
	font-weight: 300;
	font-family:
	    'Poppins-Regular', 
	    -apple-system,
	    BlinkMacSystemFont, 
	    PingFang SC, 
	    Microsoft YaHei, 
	    Segoe UI, 
	    Hiragino Sans GB, 
	    Helvetica Neue, 
	    Arial, 
	    Helvetica, 
	    sans-serif, 
	    Apple Color Emoji, 
	    Segoe UI Emoji, 
	    Segoe UI Symbol; 
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p{
	line-height: 1.5;
}
textarea,select{ outline:none; width:100%;}
textarea{
 resize:none;
}
img{border:none;max-width: 100%;display: block;}
img[src=""]{opacity: 0;}
i{font-style: normal;}

/* 滚动条样式 */
::-webkit-scrollbar{ width:4px;height: 1px;}
::-webkit-scrollbar-thumb{ background:rgba(255,255,255,0.4);}
::-webkit-scrollbar-track{ background:#000;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;outline: none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }

/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 80%;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
.f_12 {
    font-size: 12px;
}
.f_14 {
    font-size: 14px;
}
.f_15 {
    font-size: 15px;
}
.f_16 {
    font-size: 16px;
}
.f_18 {
    font-size: 18px;
}
.f_20 {
    font-size: 20px;
}
.f_22 {
    font-size: 22px;
}
.f_24 {
    font-size: 24px;
}
.f_25 {
    font-size: 25px;
}
.f_26 {
    font-size: 26px;
}
.f_28 {
    font-size: 28px;
}
.f_30 {
    font-size: 30px;
}
.f_32 {
    font-size: 32px;
}
.f_34 {
    font-size: 34px;
}
.f_36 {
    font-size: 36px;
}
.f_38 {
    font-size: 38px;
}
.f_40 {
    font-size: 40px;
}
.f_42 {
    font-size: 42px;
}
.f_44 {
    font-size: 44px;
}
.f_45 {
    font-size: 45px;
}
.f_48 {
    font-size: 48px;
}
.f_50 {
    font-size: 50px;
}
.f_56 {
    font-size: 56px;
}
.f_60 {
    font-size: 60px;
}
.f_62 {
    font-size: 62px;
}
.f_66 {
    font-size: 66px;
}
.f_68 {
    font-size: 68px;
}
.f_80 {
    font-size: 80px;
}
.f_96 {
    font-size: 96px;
}
.f_100 {
    font-size: 100px;
}
.f_106 {
    font-size: 106px;
}
.f_187 {
    font-size: 187px;
}
@media screen and (min-width: 2270px) {
    html{font-size: 128px!important;}
}
@media screen and (min-width: 1922px) {
	html{font-size: 118px!important;}
	.f_12 {
	    font-size: 0.12rem;
	}
	.f_14 {
	    font-size: 0.14rem;
	}

	.f_15 {
	    font-size: 0.15rem;
	}

	.f_16 {
	    font-size: 0.16rem;
	}

	.f_18 {
	    font-size: 0.18rem;
	}

	.f_20 {
	    font-size: 0.2rem;
	}

	.f_22 {
	    font-size: 0.22rem;
	}

	.f_24 {
	    font-size: 0.24rem;
	}

	.f_25 {
	    font-size: 0.25rem;
	}

	.f_26 {
	    font-size: 0.26rem;
	}

	.f_28 {
	    font-size: 0.28rem;
	}

	.f_30 {
	    font-size: 0.3rem;
	}

	.f_32 {
	    font-size: 0.32rem;
	}

	.f_34 {
	    font-size: 0.34rem;
	}

	.f_36 {
	    font-size: 0.36rem;
	}

	.f_38 {
	    font-size: 0.38rem;
	}

	.f_40 {
	    font-size: 0.4rem;
	}

	.f_42 {
	    font-size: 0.42rem;
	}

	.f_44 {
	    font-size: 0.44rem;
	}
	.f_45 {
	    font-size: 0.45rem;
	}
	.f_48 {
	    font-size: 0.48rem;
	}

	.f_50 {
	    font-size: 0.5rem;
	}
	.f_56 {
	    font-size: 0.56rem;
	}

	.f_60 {
	    font-size: 0.6rem;
	}

	.f_62 {
	    font-size: 0.62rem;
	}

	.f_66 {
	    font-size: 0.66rem;
	}

	.f_68 {
	    font-size: 0.68rem;
	}

	.f_80 {
	    font-size: 0.8rem;
	}

	.f_96 {
	    font-size: 0.96rem;
	}

	.f_100 {
	    font-size: 1rem;
	}

	.f_106 {
	    font-size: 1.06rem;
	}

	.f_187 {
	    font-size: 1.87rem;
	}
}
@media screen and (max-width: 1680px) {
	html{font-size: 86px!important;}
}
@media screen and (max-width: 1560px) {
	html{font-size: 82px!important;}
	.f_187{
		font-size: 140px;
	}
	.f_106 {
	    font-size: 76px;
	}
	.f_100{
		font-size: 75px;
	}
	.f_96{
		font-size: 72px;
	}
	.f_80{
		font-size: 60px;
	}
	.f_62{
		font-size: 46px;
	}
	.f_60{
		font-size: 45px;
	}
	.f_68{
		font-size: 52px;
	}
	.f_42{
		font-size: 32px;
	}
	.f_38{
		font-size: 28px;
	}
	
	.f_36{
		font-size: 27px;
	}
	.f_34{
		font-size: 26px;
	}
	.f_32{
		font-size: 24px;
	}
	.f_28{
		font-size: 21px;
	}
	.f_26{
		font-size: 20px;
	}
	.f_25{
		font-size: 19px;
	}
	.f_24{
		font-size: 18px;
	}
	.f_22{
		font-size: 18px;
	}
	.f_20{
		font-size: 18px;
	}
	.f_18{
		font-size: 16px;
	}
	.f_16{
		font-size: 14px;
	}
	.f_15{
		font-size: 13px;
	}
}
@media screen and (max-width: 1440px) {
	html{font-size: 75px!important;}
}
@media screen and (max-width: 1366px) {
	html{font-size: 71px!important;}
	.f_20{font-size: 14px;}
}
@media screen and (max-width: 1280px){
	body{
		font-size: 14px;
	}
	html{font-size: 60px!important;}
	.wrap{
		width: 94%;
	}
}

/* Header */
header{
	width: 100%;
	height: 80px;
	position: fixed;
	top:0;
	z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(0, 0, 0, .5);
}
header > .wrap{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo{
	width: 220px;
	display: block;
}
header .logo img{
	width: 100%;
	display: block;
}
header .toolsbox{
	height: 100%;
	display: flex;
	align-items: center;
}
header .searchbox{
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .searchbox .serach-trigger{
	display: block;
	color: #fff;
}
header .searchbox .search-form{
	width: 100%;
	padding:20px 0;
	background: #1f1f1f;
	position: fixed;
	left: 0;
	top:80px;
	display: none;
}
header .searchbox .search-form form{
	width: 70%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #eee solid;
	background: #fff;
	padding:0 20px;
}
header .searchbox .search-form input{
	width: 100%;
	border:none;
	height: 42px;
	padding:0 10px;
}
header .searchbox .search-form .icon-sousuo{
	color: #666;
}
header .searchbox .search-form a{
	display: block;
}
header .searchbox .search-form .icon-guanbi1{
	color: #000000;
}
header .lanbox{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
header .lanbox .lan-button{
	display: none;
}
header .lanbox .lan-trigger{
	padding:6px 10px;
	color: #fff;
	display: flex;
	align-items: center;
	border:1px #fff solid;
	border-radius: 6px;
}
header .lanbox .lan-trigger span{
	margin:0 4px;
}
header .lanbox .lan-trigger img{
	display: block;
}
header .lanbox .lan-trigger i{
	font-size: 12px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .lanbox:hover .lan-trigger i{
    transform: rotate(-180deg);
}
header .lanbox .lan-select{
	width: 100%;
	background: #000;
	position: absolute;
	top:80px;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .lanbox:hover .lan-select{
	display: block;
	opacity: 1;
	visibility: visible;
}
header .lanbox .lan-select > ul{
	width: 100%;
	line-height: 2;
}
header .lanbox .lan-select > ul > li{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px #eee solid;
}
header .lanbox .lan-select > ul > li:last-child{
	border-bottom: none;
}
header .lanbox .lan-select > ul > li > a{
	width: 100%;
	display: flex;
	align-items: center;
	padding:4px 10px;
}
header .lanbox .lan-select > ul > li > a > img{
	margin-right: 4px;
}
header .lanbox .lan-select > ul > li > a > .span2{
	display: none;
}
header .lanbox .lan-select > ul > li > a:hover{
	background: #ed6c00;
	color: #fff;
}
header .lanbox .lan-select > ul > li > a > i{
	color: #666;
}
header .lanbox .lan-select > ul > li:hover > a > i{
	color: #fff;
}
header .menu-trigger{
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
header .menu-trigger i{
	display: block;
}
header .menu-trigger i{
	font-size: 24px;
}
header .subnav{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left:0;
	top:0;
	z-index: 999;
	color: #fff;
	overflow: hidden;
}
header .subnav .mask{
    width:100%;
    height:0;
    background: rgba(0, 0, 0, .1);
}
header .subnav > .wrap{
    width:32%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: -100%;
    top:0;
    padding:0 4%;
    z-index: 1;
}
header .subnav > .wrap > .title{
    height: 80px;
    display: flex;
    align-items: center;
}
header .subnav > .wrap > .title > .close > i{
	margin-right: 6px;
}
header .subnav > .wrap > ul{
	width: 100%;
	margin-top:20px;
}
header .subnav > .wrap > ul > li{
	width: 100%;
	margin-top: 0;
}
header .subnav > .wrap > ul > li > a{
    display: block;
	padding:20px 0;
}
header .subnav > .wrap > ul > li:hover > a{
    transform: translateX(20px);
}
@media (max-width: 1280px) {
	header{
		height: 54px;
	}
    header .logo img{
    	width: 120px;
    }
    header .searchbox{
    	margin-right: 10px;
    }
    header .searchbox .serach-trigger i{
    	font-size: 22px;
    }
    header .searchbox .search-form{
    	top: 54px;
    	padding:10px 0;
    }
    header .searchbox .search-form form{
    	width: 100%;
    	padding:0 10px;
    }
    header .searchbox .search-form .icon-guanbi1{
    	font-size: 14px;
    }
    header .searchbox .search-form input{
    	height: 36px;
    }
    header .lanbox{
        margin-right: 10px;
    }
    header .lanbox .lan-button{
		display: block;
		border-radius: 4px;
		padding:4px;
	}
	header .lanbox .lan-trigger{
		padding:3px 6px;
	}
    header .lanbox .lan-trigger span{
    	display: none;
    }
    header .lanbox .lan-trigger img{
    	margin-right: 10px;
    }
    header .lanbox .lan-trigger i{
    	font-size: 12px;
    }
    header .lanbox .lan-select{
    	top:54px;
    }
    header .lanbox .lan-select > ul > li > a{
    	padding:4px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    header .lanbox .lan-select > ul > li > a > .span1{
		display: none;
	}
    header .lanbox .lan-select > ul > li > a > .span2{
    	display: none;
    }
    header .menu-trigger{
    	display: block;
    }
    header .menu-trigger i{
    	font-size: 20px;
    }
    header .subnav > .wrap{
        width:100%;
    }
}

/* Footer */
footer{
	width: 100%;
	height: auto !important;
	border-top: 2px #1b1b1b solid;
	color: #b8b8b8;
	overflow: hidden;
}
footer a{
    color: #b8b8b8;
}
footer a:hover{
	color: #ed6c00;
}
footer .top{
	padding:100px 0;
	display: flex;
	justify-content: space-between;
}
footer .top .contactbox{
	width: 24%;
}
footer .top .contactbox .image{
    width: 296px;
    overflow: hidden;
}
footer .top .contactbox .image img{
	width: 100%;
}
footer .top .contactbox .content{
	width: 100%;
	margin-top: 20px;
	overflow:hidden;
}
footer .top .contactbox .content li{
	margin-top:20px;
	display: flex;
}
footer .top .contactbox .content .i i{
	font-size: 24px;
}
footer .top .contactbox .content .w{
	margin-left: 10px;
}
footer .top .contactbox .content .w .t,
footer .top .contactbox .content .w .f_24{
	font-family: "Poppins-Bold";
}
footer .top .contactbox .code{
	display: none;
}
footer .top .menubox{
	width: 70%;
}
footer .top .menubox a{
	display: block;
}
footer .top .menubox > ul{
	display: flex;
	justify-content: space-between;
}
footer .top .menubox > ul > li{
	max-width: 300px;
}
footer .top .menubox > ul > li > a{
	color: #fff;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-family: "Poppins-Bold";
}
footer .top .menubox > ul > li > a:hover{
	color: #ed6c00;
}
footer .top .menubox > ul > li.link-a{
	display: none;
}
footer .top .menubox > ul > li > a > i{
	display: none;
}
footer .top .menubox > ul > li > ul{
	margin-top: 10px;
}
footer .top .menubox > ul > li > ul > li{
	line-height: 32px;
}
footer .bottom{
	width: 100%;
	padding:30px 0;
	border-top: 1px #1a1a1a solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	overflow: hidden;
}
footer .bottom .right ul{
	display: flex;
	align-items: center;
}
footer .bottom .right li{
	margin-left: 10px;
}
footer .bottom .right li:first-child{
	margin-left: 0;
}
footer .bottom .right a{
	width: 30px;
	height: 30px;
	background: #4d4d4d;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	color: #999999;
}
footer .bottom .right a:hover{
	background: #ed6c00;
	color: #fff;
}
@media (max-width: 1280px) {
	footer{
		background-position: center center;
	}
    footer .top{
    	padding:10% 0;
    	flex-direction: column;
    }
    footer .top .contactbox,
    footer .top .menubox{
    	width: 100%;
    }
    footer .top .contactbox{
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    }
    footer .top .contactbox .image{
    	display: none;
    }
    footer .top .contactbox .content{
    	display: none;
    }
    footer .top .contactbox .code{
    	display: block;
    }
    footer .top .contactbox .code img{
    	width: 120px;
    }
    footer .top .menubox{
    	margin-top: 8%;
    }
    footer .top .menubox > ul{
    	flex-direction: column;
    }
    footer .top .menubox > ul > li{
    	max-width: 100%;
    }
    footer .top .menubox > ul > li > a{
    	border-bottom: 1px #474747 solid;
    	line-height: 42px;
    	font-size: 14px;
    	font-family: 'Poppins-Regular';
    }
    footer .top .menubox > ul > li.link-a{
		display: block;
	}
    footer .top .menubox > ul > li > a > i{
    	display: block;
    }
    footer .top .menubox > ul > li > ul{
    	display: none;
    }
    footer .bottom{
    	border-top: none;
    	padding:0 0 20px 0;
    	text-align: center;
    	flex-direction: column;
    }
    footer .bottom .right{
    	margin-top: 10px;
    }
    footer .bottom .right li{
    	margin-left: 6px;
    }
    footer .bottom .right a{
    	width: 24px;
    	height: 24px;
    }
    footer .bottom .right i{
    	font-size: 12px;
    }
}