BODY { background-color:#fff; PADDING: 0px; MARGIN: 0 auto; FONT-FAMILY:"微软雅黑","Microsoft YaHei","宋体","SimSun","Hiragino Sans GB","SimHei", "sans-serif"; font-weight:normal; LINE-HEIGHT: 24px; FONT-SIZE: 14px; color:#000;}
DIV,UL,LI,P,H1,H2,H3,H4,H5,H6,FORM {PADDING: 0px; MARGIN: 0px auto; FONT-STYLE: normal; FONT-WEIGHT: normal;LIST-STYLE-TYPE: none;}
INPUT {FONT-SIZE: 12px; LINE-HEIGHT: 16px;}
SELECT {FONT-SIZE: 12px; LINE-HEIGHT: 16px; color:#666;}
IMG {BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px;}
EM { FONT-STYLE: normal; FONT-WEIGHT: normal;}
i{FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY:"SimSun","Hiragino Sans GB","SimHei", "sans-serif";}
p{color:#90BFFF;}
A { color:#000; TEXT-DECORATION: none;}
A:visited {COLOR: #000; TEXT-DECORATION: none;}
/* A:hover {COLOR: #0082C6; TEXT-DECORATION: underline;} */
.blank20 {DISPLAY: block; HEIGHT: 20px; CLEAR: both; OVERFLOW: hidden}
.blank30 {DISPLAY: block; HEIGHT: 30px; CLEAR: both; OVERFLOW: hidden}
.blank40 {DISPLAY: block; HEIGHT: 40px; CLEAR: both; OVERFLOW: hidden}
.spacer{clear:both; font-size:0; line-height:0;}
.clear {HEIGHT: 0px; CLEAR: both; OVERFLOW: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

body {
	background: url(bg.jpg) top center no-repeat;
	width: 100%;
}
.content {
	width: 1200px;
	margin: 837px auto 40px;
	background-color: #fff;
	padding-bottom: 45px;
}
.intro {
	padding-top: 33px;
	width: 1131px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.title {
	width: 728px;
	margin: 0 auto;
}
.swiper-container-collect {
	margin-top: 60px;
	width: 1000px;
	height: 800px;
	overflow: hidden;
}
.footer {
	margin:0 auto;height:80px;text-align:center; color:#591010;padding-top:40px; padding-bottom:20px;
}
.swiper-container-collect .swiper-slide>div {
	width: 320px;
	height: 180px;
	position: relative;
	float: left;
	margin-right: 13px;
	margin-bottom: 20px;
}
.swiper-container-collect .swiper-slide>div img,.swiper-container-collect .swiper-slide>div video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-container-collect .swiper-slide>div p {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	width: 315px;
	padding-left: 5px;
}
.swiper-pagination-collect {
	text-align: center;
	margin-top: 30px;
}

.swiper-pagination-collect .swiper-pagination-switch,.bullet-collect {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	background: #f6b3b3;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-pagination-collect .swiper-active-switch,.bullet-collect-active {
	background: #fa5050;
	width: 30px;
}


.videobody .content {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 80px;
}
.videobody .content h3 {
	font-size: 30px;
	margin-bottom: 50px;
	
}
.videobody .content video {
	width: 960px;
}
.hide {display: none;}


@media screen and (max-width: 768px){
	body{
		background-size: 174% auto;
	}
	.content,.intro,.intro img,.swiper-container-collect,.title,.title img{
		width: 100%;
	}
	.content{
		margin-top: 6rem;
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
	.footer{
		padding: 1rem 0 0;
	}
	.intro{
		padding-top: 0;
		margin-bottom: .5rem;
	}
	.swiper-container-collect{
		overflow: hidden;
		margin-top: .5rem;
		max-height: 10rem;
	}
	.swiper-wrapper{
		height: 100%;
		overflow-y: auto;
	}
	.swiper-container-collect .swiper-slide>div{
		width: 98%;
		margin: 0 1% .4rem;
		height: 5rem;
		box-sizing: border-box;
	}
	.swiper-container-collect .swiper-slide>div a{
		display: block;
		height: 100%;
	}
	.swiper-container-collect .swiper-slide>div p{
		width: 100%;
		box-sizing: border-box;
		font-size: .28rem;
		line-height: .7rem;
		height: .7rem;
	}
	.swiper-container-collect .swiper-slide>div img{
		position: initial;
	}
	.swiper-pagination-collect{
		margin-top: 10px;
	}
}