* {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}


body {
	min-width: 1200px;
}



/*header*/
.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.logo {
	width: 252px;
	height: 80px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.pc_nav {
	width: 670px;
	display: flex;
	padding-left: 48px;
}

.pc_nav a {
	width: 14%;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 80px;
}

.pc_nav a:hover {
	color: #eb2f27;
	font-weight: 600;
}

.tel {
	width: 230px;
}



.banner {
	width: 100%;
	height: 530px;
	background: url(../images/banner.jpg) no-repeat center center;
}


.mingshi {
	width: 1200px;
	margin: 0 auto;

}

.mingshi h2 {
	text-align: center;
	font-size: 36px;
	margin-top: 70px;
}

.mingshi ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:60px;
}


.mingshi ul li {
	width: 585px;
	height: 320px;
	border-radius: 10px;
	box-shadow: 0 0 8px #CCC;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}


.ms_pic {
	width: 260px;
	position: relative;
}

.ms_pic p {
	width: 100%;
	height: 348px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}

.ms_pic img {
	width: 100%;
	display: block;
}


.ms_info {
	width: 270px;
	margin-right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}


.ms_info h3 {
	width: 100%;
	font-size: 24px;
	color: #333;
	margin-bottom: 8px;
}

.ms_info h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

.ms_info h4 span {
	width: 270px;
	display: block;
	padding: 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ms_info p {
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ms_info dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}


.ms_info dl dd {
	width: 120px;
	height: 44px;
}

.ms_info dl dd a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 44px;
	border-radius: 22px;
	color: #FFF;
	text-align: center;
}


.ms_info dl dd a.online {
	background: #F39801;
	transition: .5s;
}

.ms_info dl dd a.online:hover {
	background: #AD6C01;
}

.ms_info dl dd a.infos {
	background: #BABABA;
	transition: .5s;
}

.ms_info dl dd a.infos:hover {
	background: #333333;
}



/*翻页序列*/
.dede_pages {
	height: 50px;
	clear: both;
	margin: 16px auto 60px auto;
	overflow: hidden;
	width: 1200px;
}

.dede_pages ul {
	text-align: center;
}

.dede_pages ul li {
	background-color: #fff;
	display: inline-block;
	font-family: Tahoma;
	margin-right: 5px;
	padding: 10px 20px;

	border: 1px solid #E9E9E9;
	border-radius: 6px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	background-color: #488ff2;
	font-weight: bold;
	color: #fff;
}

.dede_pages ul li.thisclass {
	padding: 10px 20px;
}

.dede_pages ul li a {
	color: #555;
	display: block;
}
.w1200{ margin:0 auto; width:1200px; }