/*
* @Author: Administrator
* @Date:   2017-09-16 09:51:52
* @Last Modified by:   Administrator
* @Last Modified time: 2017-09-16 17:15:03
*/
*{
	margin:0;
	padding:0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.title1{
	width:1200px;
	height:30px;
	margin:0 auto;
	line-height: 30px;
}
.title1 span{
	float: left;
	font-size: 12px;
}
.title1 b{
	float: right;
	font-size: 12px;
	color:#e70014;
}
.header{
	width:100%;
	height:120px;
	border-top: 1px solid #e6e6e6;
}
.logo{
	width:1200px;
	height:120px;
	line-height: 120px;
	margin:0 auto;
}
.logo img{
	float: left;
}
.logo ul{
	float: left;
	margin-left: 150px;
}
.logo ul li{
	float: left;
	padding:0 18px;
}
.logo ul li a{
	font-size: 16px;
	color:black;
}
.sou{
	margin-top: 40px;
	margin-left: 30px;
}
.banner{
	width:100%;
	height:371px;
	min-width: 1200px;
}
.banner img{
	width:100%;
}
.cpdg{
	width:1200px;
	height:60px;
	margin:60px auto 40px;
	line-height: 60px;
	text-align: center;
	background: #e70014;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.dg{
	width:1200px;
	height:40px;
	margin:0 auto 40px;
	line-height: 40px;
}
.content1{
	width:1120px;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}
.beauty{
	width:260px;
	height:230px;
	margin: 0 10px 20px;
	float:left;
}
.beauty img{
	border:2px solid black;
	width: 258px;
	height:198px;
}
.beauty p{
	color: #e70014;
	font-weight: bold;
	text-align: center;
	font-size:16px;
	margin-top:10px;
}
.page{
	width:100%;
	height:30px;
	text-align:center;
	margin:40px auto 50px;
}
.page a{
	width:90px;
	height:30px;
	border:1px solid black;
	background: white;
	display:inline-block;
	line-height:30px;
	color:#1d1c17;
	font-size:16px;
	margin: 0 5px;
}
.page span{
	color:#1d1c17;
	font-size:16px;
	margin: 0 5px;
	line-height:30px;	
}
