@charset "utf-8";
.clear{ clear:both} 
.banner{
	position: relative;
}
.banner img{
	width:100%;
}

.title-container {
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    font-size: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}
.title-container h2{
    width: 1200px;
    margin: -20px auto;
	font-weight: bold;
}
.title-container h1{
    width: 1200px;
    margin: 30px auto;
    font-size: 25px;
}
.bannerBottom {
	width: 1200px;
	min-height: 1200px;
	background: #fff;
	margin:85px auto;
	margin-bottom: 100px;
}
.bannerBottom .firstPart{
	width:100%;
	height:495px;
	border-bottom:1px solid #b2b2b2;
}
.bannerBottom .firstPart ul li{
	width:380px;
	float: left;
	margin-left:30px;
}
.bannerBottom .firstPart ul li img{
	width: 380px;
}
.bannerBottom .firstPart ul li:nth-of-type(1){
	margin-left: 0;
}
.bannerBottom .firstPart ul li h3{
	font-size:20px;
	color:#272727;
	margin-top: 31px;
	line-height: 1.1;
	height: 66px;
}
.bannerBottom .firstPart ul li .hr{
	height:3px;
	background: #d01126;
	margin-top:17px;
	margin-bottom:12px;
}
.bannerBottom .firstPart ul li span{
	font-size:16px;
	color:#a1a1a1;
}
.bannerBottom .firstPart ul li span:nth-of-type(1){
	margin-right:41px;
}
.bannerBottom .firstPart ul li p{
	margin-top: 15px;
	color:#777;
	line-height:20px;
	font-size: 16px;
}
.sencodePart ul li{
	width:100%;
	height:202px;
	border-bottom: 1px dashed #b2b2b2;
}
.sencodePart ul li:last-child{
	border-bottom:0;
}
.sencodePart ul li .sencodePartLeft{
	width:935px;
	margin-top:50px;
	float: left;
}
.sencodePart ul li .sencodePartLeft h3{
	font-size:20px;
	color:#272727;
	margin-bottom:16px;
}
.sencodePart ul li .sencodePartLeft span{
	font-size:16px;
	color:#a1a1a1;
}
.sencodePart ul li .sencodePartLeft p{
	font-size:16px;
	color:#777;
	margin-top: 16px;
	line-height:20px;
	white-space: normal;
}
.sencodePart ul li .sencodePartRight{
	width:265px;
	height:159px;
	margin-top:21px;
	float: right;
}
.sencodePart ul li .sencodePartRight img{
	width:100%;
	height:100%;
}
