
/*.header{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background:rgb(0,0,0,0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all .5s; 
}
.header.active{
	background: rgba(0,0,0,0.8);
}
.header .logo a{
	display: block;
	width: 129px;
	height: 35px;
}
.header .logo a img{
	width: 100%;
	height: 100%;
	display: block;
}
.header .nav{
	height: 100px;
}
.header .nav>ul{
	height: 100px;
}
.header .nav>ul>li{
	float: left;
	height: 100px;
	width: auto;
	padding: 0 20px;
	position: relative;
}
.header .nav>ul>li>a{
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	border-bottom: none;
}
.header .nav>ul>li:hover>a{
	border-bottom: 5px solid #8d704e;
	color: #00a7e1 ;
	
}



.header .nav>ul>li .secondnav{
	position: absolute;
	bottom: 0;
	top: 100%;
	left: 0;
	width:600px;
	height: 300px;
	z-index: 5;
	box-sizing:border-box;
	padding:2rem 0;
	display:none;
	transition: all 5s;
}
.header .nav>ul>li .secondnav.active{
	display: block;
}
.header .nav>ul>li .secondnav ul{
	float: left;
}
.header .nav>ul>li .secondnav .pic{
	float: right;
}
.header .nav>ul>li .secondnav ul li{
	margin: 0.5rem 0;
	padding: 0 20px;
}
.header .nav>ul>li .secondnav ul li a{
	color: #333;
}
.header .nav>ul>li .secondnav ul li a:hover{
	color: #00a7e1;
}
.header .search{
	display: flex;
	align-items: center;
}
.header .search form{
	position: relative;
	width: 200px;
	height: 26px;
	border: 2px solid #fff;
	border-radius:15px ;
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
}
.header .search form .sub{
	width: 16px;
	height: 16px;
	background: url(../images/search.png) no-repeat center;
	float:left;
	cursor: pointer;
}
.header .search form .txt{
	width: 150px;
	height: 26px;
	float: right;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 14px;
}
.header .search .language{
	margin: 0 10px;
}
.header .sonnav-wrapper{
	width:100%;
	height:300px;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(255,255,255,0);
	transition: all .5s;
	height: 0px;
}
.header .sonnav-wrapper.active{
	height: 300px;
	background: rgba(255,255,255,1);
}





.phone-header{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #373839;
	box-sizing: border-box;
	padding: 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

.phone-header .logo{
	width: 80px;
	height: 25px;
}


.phone-nav{
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 5;
	background:#00a7e1;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding-top:20px;
	transition: all .5s;
	opacity: 0;
	transform: translateY(-110%);
}
.phone-nav.active{
	opacity: 1;
	transform: translateY(0%);
}



.phone-nav ul li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	padding-left: 30px;
}
.phone-nav .search{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.phone-nav form{
	position: relative;
	width: 200px;
	height: 26px;
	border: 2px solid #fff;
	border-radius:15px ;
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 10px;
}
.phone-nav form .sub{
	width: 16px;
	height: 16px;
	background: url(../images/search.png) no-repeat center;
	float:left;
	cursor: pointer;
}
.phone-nav form .txt{
	width: 150px;
	height: 26px;
	float: right;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 14px;
}*/


.banner .swiper-pagination-bullet{
	background: #f2f2f2;
}
.banner .swiper-pagination-bullet-active{
	width: 18px;
	height: 26px;
	background: url(../images/shandian.png) no-repeat center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	display: flex;
	align-items: center;
	justify-content: center;
}

.main{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:25px;                               
}
.main .top{
	margin: 40px 0;
	box-sizing: border-box;
	padding-top: 10px;
}
.main .top ul{
	display: flex;
	justify-content: space-between;
	
}
.main .top  ul li{
	width: 30%;
	text-align: center;
}
.main .top  ul li a{
	display: block;
	transition: all .4s; 
}
.main .top  ul li a img{
	width: 100%;
}
.main .top  ul li a:hover{
	transform: translateY(-4px);
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}



.main h4{
	text-align: center;
	font-size: 12px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main h4::before{
	content: "";
	display: block;
	width: 35%;
	height: 1px;
	background: #999999;
	margin-right: 10px;
}
.main h4::after{
	content: "";
	display: block;
	width: 35%;
	height: 1px;
	background: #999999;
	margin-left: 10px;
}



.main .bottom{
	margin: 40px 0;
	
}
.main .bottom>div{
	width: 48%;
}
.main .bottom>div div{
	margin-bottom:9%;
}
.main .bottom>div div a img{
	width: 100%;
}
.main .bottom div.left{
	float: left;
}
.main .bottom div.left div a{
	display: block;
	transition: all .5s;
}
.main .bottom div.left div a:hover{
	transform: translateY(-4px);
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}
.main .bottom div.right{
	float: right;
}
.main .bottom div.right div a{
	display: block;
	transition: all .5s;
}
.main .bottom div.right div a img{
	width: 100%;
}
.main .bottom div.right div a:hover{
	transform: translateY(-4px);
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}




.wst{
	width: 100%;
	/*height: 250px;*/
	overflow: hidden;
	background: #000;
	position: relative;
}
/*.wst div{
	float: left;
}*/
.wst div ul{
	height: 50%;
	display: flex;
	justify-content: flex-start;
}
.wst div ul li{
	position: relative;
}

.wst div ul li a:hover::after{
	 background: rgba(36,36,36,0);
}
.wst div ul li a::after{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: rgba(36,36,36,.6);
    transition: .4s;
}




.wst div ul li img{
	height: 100%;
	width: 100%;
}
.wst div.left{
	width: 45%;
	height: 100%;
	float: left;
}
.wst div.left ul{
	justify-content: flex-end;
}
.wst div.Influencers{
	width: 10%;
	background: #bd3a00;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 45%;
	height:100%;
}
.wst div.Influencers p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.wst div.right{
	width: 45%;
	height: 100%;
	float: right;
}
.footnav-wrapper{
	width: 100%;
	background: #373839;
}
/*.footnav{
	width: 100%;
	max-width: 1220px;
	background: #373839;
	margin: 0 auto;
	height: 340px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	padding-top:40px;
}
.footnav .link{
	float: left;
	width: 60%;
}
.footnav .link .one{
	float: left;
	margin-right:2vw;
}
.footnav .link .one h4{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #bd3a00;
	margin-bottom: 20px;
	width: 120px;
	box-sizing: border-box;
	padding: 5px 0;
}

.footnav .link .one ul li{
	margin: 10px 0;
}
.footnav .link .one ul li a{
	color: #fff;
	font-size: 14px;
	color: #fff;
}
.footnav .link .one li.dianhua,.footnav .link .one li.dingwei,.footnav .link .one li.aite{
	box-sizing: border-box;
	padding-left:30px;
}
.footnav .link .one li.dingwei{
	background: url(../images/dingwei.png) no-repeat 5px top;
}
.footnav .link .one li.dianhua{
	background: url(../images/dianhua.png) no-repeat 5px top;
}
.footnav .link .one li.aite{
	background: url(../images/aite.png) no-repeat 5px top ;
}

.footnav .mes{
	width: 30%;
	float: right;
}

.footnav .mes h5,.footnav .mes h6,.footnav .mes span,.footnav .mes p{
	color: #fff;
	font-size: 12px;
}
.footnav .mes h5{
	font-weight: bold;
}

.footnav .mes form{
	margin: 5px 0;
}
.footnav .mes form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footnav .mes form div img{
	width: 31px;
	height: 20px;
}
.footnav .mes form input.mail{
	width: 216px;
	height: 21px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	 box-sizing: border-box;
	 padding-left: 5px ;
	 background: rgba(0,0,0,0);
	 margin: 0 10px;
}
.footnav .mes form input.sub{
	width: 96px;
	height: 25px;
	color: #fff;
	font-size: 10px;
	background: #cccccc;
	border-radius:15px ;
	text-align: center;
	line-height: 25px;
}
.footnav .mes form input.check{
	margin-right: 5px;
}

.footnav .mes .share{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.footer-wrapper{
	width: 100%;
	background: #000000;
}
.footer-wrapper .footer{
	width: 100%;
	height: 120px;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-wrapper .footer div{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.footer-wrapper .footer div span{
	font-size: 14px;
	color: #666;
}*/






@media screen and (max-width:1200px){
	/*body{
		padding-top: 50px;
	}
	.header{
		display: none;
	}
	.phone-header{
		display: flex;
	}
	.footnav{
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footnav .link{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.footer-wrapper .footer{
		height: auto;
		flex-direction: column;
	}
	.footer-wrapper .footer div{
		width: 70%;
		margin: 20px 0;
	}*/
	.wst{
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.wst div{
		width: 100% !important;
		text-align: center;
	}
	.wst div.Influencers{
		position: inherit;
		left: 0;
	}
	
}


/*@media screen and (max-width:768px){
	.footnav .link{
		display: flex;
		flex-direction: column;
	}
	.footnav .link .one{
		width: 100% !important;
	}
	.footnav .link .one h4{
		width: 100%;
		margin-bottom: 0;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.footnav .link .one ul{
		display: none;
	}
	.footnav .link .one ul li{
		background: #444;
		box-sizing: border-box;
		padding-left: 10px;
		margin: 0;
	}
	.footnav .link .one ul li a{
		color: #cfcfcf;
	}
	.footnav .mes{
		width: 80%;
		text-align: center;
	}
	.footnav .mes form div{
		flex-direction: column;
		height: 100px;
		justify-content: space-around;
	}
	.footer-wrapper .footer .partners{
		width: 100%;
		display: flex;
		flex-direction: column;
		margin:10px 0;
		justify-content: space-around;
	}
	.footer-wrapper .footer .partners div{
		margin: 0;
		width: 90%;
	}
}*/

@media screen and (max-width:540px){
	.main{
		padding: 0.5rem;
	}
}

@media screen and (max-width:480px){
	.main .top ul{
		display: flex;
		flex-direction: column;
	}
	.main .top{
		margin: 0;
	}
	.main .top ul li{
		width: 100%;
		margin: 10px 0;
	}
	
	.main .bottom{
		height: auto;
		display: flex;
		flex-direction: column;
		position: initial !important;
		margin: 0;
	}
	.main .bottom div{
		width: 100%;
		position: initial !important;
		margin: 10px 0;
	}
	.main .top ul li a img{
		width: 315px;
	}
	.main .bottom>div div{
		margin-bottom:0 ;
	}
	.main .bottom div.right{
		margin-top: 0;
	}
	.main .bottom>div div.three{
		margin-top: 0;
	}
}
@media screen and (max-width:375px){
	.main .top ul li a img{
		width: 100%;
	}
}


/*@media screen and (min-width:769px){
	.footnav .link .one ul{
		display: block !important;
	}
}*/





















































































































































































































































































