﻿@charset "utf-8"; 
div.banner{
	/*height: 560px;*/
}
div.swiper-container {
	width: 100%;
	height: 100%;
}
div.swiper-container div.swiper-slide{
	width: 100%;
	/*height: 560px;*/
}
div.sectionList{
	background: #fff;
	padding: 20px 0;
}
div.sectionList > div.section{
	float: left;
	width: 360px;
	padding: 0 20px 20px 20px;
}
div.sectionList > div.section > h2{
	color: #343434;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0;
}
div.sectionList > div.section > div.img{
	width: 100%;
	height: 245px;
	overflow: hidden;
}
div.sectionList > div.section > div.img img{
	/* width: 100%;
	height: 244px; */
	max-width: 100%;
	max-height: 100%;
}
div.sectionList > div.section > p{
	padding: 20px 0;
	line-height: 30px;
	height: 100px;
	overflow: hidden;
}
div.sectionList > div.section > p > a{
	color: #343434;
}
div.sectionList > div.section > a{
	float: left;
	padding:8px 20px;
	background: #da271f;
	color: #fff;
	margin:20px 0;
	font-size: 14px; 
}

video.index_video{
	display: none;
	width: 1200px;
	height: 690px;
	margin:0 auto;
}