/*大图*/
.carousel-inner img {
	width: 100%;
}

.carousel{
	margin-top: 60px;
}



/*内容部分*/
.conten-box{
	width: 100%;
}

.conten{
	max-width: 1200px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 30px;
}

.conten-top{
	border: 1px solid #9f9fa0;
	background: #faf9f9;
}

.conten-one img{
	padding: 30px 0 40px 0;
}

.conten-two p{
	font-size: 1.8rem;
	color: #7f7e7b;
	padding-top: 32%;
}
.conten-three div{
	padding-top: 30%;
}
.conten-three div select{
	width: 160px;
	height: 40px;
	font-size: 1.2rem;
	color: #7f7e7b;
	border: 1px solid #00a0e9;
	cursor: pointer;
}

.conten-three div a{
	width: 160px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 1.4rem;
	color: #fdfdfc;
	background: #00a0e9;
}


.conten-bottom{
	border-left: 1px solid #9f9fa0;
}

.conten-bottom div{
	border: 1px solid #9f9fa0;
	border-top: none;
	border-left: none;
	padding: 10px 0;
}

.conten-bottom div img{
	margin: 0 5% 0 25%;
}


/*下载列表*/
.video-box{
	width: 100%;
}
.video{
	max-width: 1200px;
	margin: auto;
}

.video h4{
	font-size: 1.8rem;
	color: #282727;
	margin-bottom: 30px;
}

.video-div img{
	margin: auto;
}

.video-div span{
	display: block;
	width: 100%;
	font-size: 1.6rem;
	color: #282727;
	line-height: 70px;
	text-align: center;
}



@media screen and (max-width:768px) {
	.conten-three div{padding-top: 10px;}
}

@media screen and (max-width:345px) {
}