body{
	/*background-color: black;*/
}

/*轮播*/
#banner {
    height: 35rem;
}
#banner .swiper-container {
    width: 100%;
    height: 100%
}
#banner .swiper-container img {
    height: 100%;
}
#banner .swiper-slide{
	text-align: center;
}
#banner .banner-title {
    position: absolute;
    left: 0;
    top: 12.5rem;
    right: 0;
    text-align: center;
    font-family: 'sjjhjt';
    font-size: 2.0rem;
    color: #ffffff;
}
#section1 .title{
	text-align: center;
    font-size: 1.2rem;
    color: #5f6464;
    line-height: 2.7rem;
    padding: 5.25rem 0 3.7rem;
    font-family: 'sjjhjt';
    /*font-weight: normal;*/
    /*font-style: italic;*/
}
#section2{
	background-color: #1b1f25;
	padding: 50px 0 90px;
}
#section2 .title{
	text-align: center;
    font-size: 1.2rem;
    line-height: 2.7rem;
    margin-bottom: 2.0rem;
    color: #fff;
    font-family: 'TencentSansw3';
    font-weight: normal;
}
#section2 .yewubox{
	position: relative;
}
#section2 .yewubox li{
	
}

#section2 .boxl{
	font-size: 1.3rem;
	color: #fff;
	opacity: 0.4;
	padding: 14px 0;
	width: 313px;
	opacity: 0.4;
	font-family: 'sjjhjt';
	transition: all ease .5s;
}
#section2 .boxr{
	position: absolute;
	left: 200px;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-color: #fff;*/
	opacity: 0;
	display: none;
	transition: all ease .5s;
	z-index: 1;
}
#section2 li.current .boxl{
	opacity: 1;
	text-indent: 15px;
}
#section2 li.current .boxr{
	display: block;
	opacity: 1;
}
#section2 .line{
	width: 4px;
	height: 40px;
	background-color: #2fa4ec;
	position: absolute;
	left: 0;
	top: 20px;
	transition: all ease .5s;
}
.boxr footer{
	text-align: center;
	font-size: 1.0rem;
	font-family: 'sjjhjt';
	text-align: center;
	margin-top: 1.75rem;
	color: #fff;
	text-indent: 9.5rem;
}
.boxr .desc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 180px;
}
.boxr .desc li{
	width: 16.0rem;
	height: 10.0rem;
	position: relative;
	margin-top: 1.2rem;
	margin-right: 1.2rem;
}
.boxr .desc li:nth-child(2n){
	margin-right: 0;
}
.boxr .desc li:nth-child(1),.boxr .desc li:nth-child(2){
	margin-top: 0;
}
.boxr .desc li img{
	width: 100%;
	height: 100%;
}
.boxr .desc li>div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	font-family: 'sjjhjt';
	font-size: 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.boxr .desc li>div .tit{
	font-size: 1.0rem;
	text-align: center;
	border-bottom: 2px solid #fff;
	width: 180px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 800;
	color: #fff;
}
#article3{
	padding: 4.0rem 0 1.0rem;
	font-family: 微软雅黑, "Microsoft YaHei";
}
#article3 header{
	font-size: 1.4rem;
	color: rgb(38,38,38);
	text-align: center;
}
#article3>ul{
	margin: 3.5rem auto;
	display: flex;
	justify-content: space-around;
}
#article3>ul li{
	/*border: 1px solid red;*/
	text-align: center;
}
#article3>ul li img{
	height: 8.5rem;
	width: 8.5rem;
	border-radius: 100%;
}
#article3>ul li h2{
	font-size: 1.1rem;
	color: #000;
	margin: 1.9rem 0 0.75rem;
	font-weight: normal;
	text-align: center;
}
#article3>ul li p{
	color: rgb(102,102,102);
	text-align: center;
}
#article3 footer{
	display: flex;
	margin: 0 auto 4.0rem;
}
#article3 footer>div{
	flex: 1;
	text-align: center;
	position: relative;
}
#article3 footer>div:not(:last-child)::after{
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	bottom: 20%;
	width: 1px;
	background-color: #dfdfdf;
}
#article3 footer>div>div{
	font-size: 1.3rem;
	color: rgb(51,51,51);
}
#article3 footer>div>div>span{
	

	font-size: 2.8rem;
}
#article3 footer>div>p{
	color: rgb(102,102,102);
	font-size: 0.8rem;
	text-align: center;
}
#article4{}
#article4>header{
	font-size: 1.4rem;
	color: rgb(38,38,38);
	text-align: center;
}
#article4>p{
	color: rgb(102,102,102);
	text-align: center;
	font-size: 0.8rem;
}
#article4 ul{
	margin: 4.0rem auto 2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#article4 ul li{}
#article4 ul li img{
	width: 12.5rem;
}
#article5{
	padding: 3.0rem 0;
}
#article5>header{
	font-size: 1.4rem;
	color: rgb(38,38,38);
	text-align: center;
}
#article5 ul{
	margin: 2.0rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#article5 ul li{
	width: 188px;
	height: 77px;
	border: 1px solid #dadcdf;
	margin-top: 20px;
	margin-right: 20px;
}
#article5 ul li:nth-child(6n){
	margin-right: 0;
}
#article5 ul li img{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 640px){
	#banner{
		height: 20.0rem;
	}
	#banner .banner-title{
		top: 9.4rem;
		font-size: 1.5rem;
	}
	#section2 .boxl{
		text-align: center;
		color: #fff;
		width: 100%;
		opacity: 1;
		margin-top: 1.0rem;
		/*margin: 0;*/
	}
   	#section2 .boxr{
	   	position: static;
	   	display: block;
	   	opacity: 1;
	   	color: #fff;
	   	width: 100%;
   	}
	.boxr .desc{
		margin-left: 0;
	}
	.boxr .desc li{
	  	width: 49%;
	  	margin-right: 2%;
	}
	.line{
			display: none;
	}
	.boxr footer{
		text-indent: 0;
	}
    #article3>ul li{
    	flex: 1
    }
    #article4 ul li{
    	width: 48%;
    	margin-right: 2%;
    	margin-top: 2%;
    }
    #article4 ul li:nth-child(2n){
    	margin-right: 0;
    }
    #article4 ul li img{
		width: 100%;
    }
    #article5 ul li{
    	width: 48%;
    	margin-right: 2%;
    	margin-top: 2%;
    }
    #article5 ul li:nth-child(2n){
    	margin-right: 0;
    }
}