.main{

}
.cates{
	width: 100%;
	height: 69px;
	background: url(../images/b9.png) repeat-x;
	background-size: 100% 100%;
	position: relative;
	top: -69px;
}
.cates ul{


}
.cates ul li{
	float: left;
	text-align: center;
	line-height: 69px;
	color: #ffffff;
	font-size: 16px;
}
.cates ul li:hover,.cates ul li.active{
	background-color: #d91a29;
}

.main .title1{
	height: 130px;
	position: relative;
}
.main .title1 .a1{
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.main .title1 .a2{
	width: 56px;
	height: 4px;
	background-color: #d91a29;
	margin: 3px auto 0;
}
.main .title1 .a3{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 54px;
	color: #888888;
	z-index: 2;
}
.main .title1 .a4{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 13px;
	font-size: 100px;
	font-weight: bold;
	color: #efefef;
}

.news{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 80px;
}

 .news .con{
	margin-top: 56px;
}
 .news .con ul li{
	float: left;
	width: 383px;
	margin-right: 25px;
	height: 378px;
	background-color: #f5f5f4;
	margin-bottom: 28px;
}
 .news .con ul li .a1{
	width: 383px;
	height: 221px;

}
.news .con ul li .a1 img{
	width: 100%;
	height: 100%;
}
 .news .con ul li .a2{
	font-size: 18px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
	line-height: 50px;
	margin-top: 8px;
	padding:  0  2%;
}
.news .con ul li .a3{
	color:#878787;
	width: 96%;
	padding:  0  2%;
}
 .news .con ul li .a4{
	text-indent: 2em;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #757575;
	margin-top: 8px;
	width: 96%;
	padding:  0  2%;
}
.news .con ul li:hover{
	background-color: #d91a29;
}
.news .con ul li:hover .a2,.news .con ul li:hover .a3,.news .con ul li:hover .a4{
	color: #ffffff;
}

.more{
	margin: 34px 0 0;

}
.newsshow{
	margin-top: 80px;
}
.newsshow .p1{
	color: #d91a29;
	font-size: 22px;
	text-align: center;
}
.newsshow .p2{
	color: #757575;
	margin: 20px 0 30px;
	text-align: center;
}
.newsshow .p3{
	width: 96%;
	height: 1px;
	border-bottom: 1px dashed #e5e5e5;
	margin: 0 auto 26px;
}
.gbook{
	margin-top: 90px;
}
.gbook .a4{
	text-align: center;
	color: #222222;
	margin-bottom: 86px;
}
.gbook .a1{
	width: 380px;
	height: 44px;
	background: url(../images/b10.png) no-repeat;
	background-position: 2px 18px;
	padding-left: 20px;
}
.gbook .a1 .text{
	height: 44px;
	line-height: 44px;
	width: 334px;
	padding: 0 20px;
	background-color: #eeeeee;
	color: #757575;
	border-radius:20px;
	border:none; 
}
.gbook .a2{
	margin-top: 48px;
}
.gbook .a2 textarea{
	width: 1120px;
	padding:14px 40px;
	border:none;
	height: 150px;
	background-color: #eeeeee;
	border-radius:20px;
	resize:none;
}
.gbook .a3{
	text-align: center;
	margin-top: 75px;
	width: 100%;
}
.gbook .a3 input{
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border:none;
	border-radius: 28px;
}
.gbook .a3 .sub{
	background-color: #d91a29;
	margin-right: 30px;
}
.gbook .a3 .res{
	background-color: #222222;

}

.main .pro{
	margin-top: 64px;
}
.main .pro ul li{
	margin-right: 21px;
	position: relative;
}
.main .pro ul li .a1{
	width: 386px;
	height: 240px;
}
.main .pro ul li .a1 img{
	width: 100%;
	height: 100%;
}
.main .pro ul li .a2{
	line-height: 66px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
	padding: 0 2%;
	text-align: center;
}
.main .pro ul li .a3{
	width: 386px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/b8.png) no-repeat;
	background-size: 100% 100%;
	display:none;
}
.main .pro ul li:hover .a3{
	display: block;
}