﻿* {
	padding: 0;
	margin: 0;
}

.layout {
	clear: both;
	margin: auto;
	width: 1200px;
}


/*.header {
	border: 1px solid red;
}*/

.bannerWrap {
	height: 560px;
	background: url(../images/banner2.jpg) no-repeat center center;
}

.banner-img img {
	width: 100%;
	height: 100%;
}

.box-tie {
	width: 100%;
	height: 315px;
	margin-top: 44px;
}

.box-tie ul li {
	float: left;
	width: 278px;
	height: 315px;
	background-color: #ececec;
	margin-right: 20px;
	text-align: center;
}
.box-tie ul li:hover{
	background: #fff4f4;
}
.dv {
	display: block;
	width: 278px;
	height: 156px;
	overflow: hidden;
}

.dv:hover img {
	transform: scale(1.2);
	overflow: hidden;
}

.box-tie ul li h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #333;
}
.box-tie ul li h2:hover{
	color: #dd4814;
	font-size:22px
}
.box-tie ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	width: 190px;
    margin: 0 auto;
}

.banner {
	width: 100%;
	height: 369px;
	margin-top: 80px;
	/*background: url(../images/qywh/qywh_banner.jpg);*/
}

.banner p {
	text-align: center;
	padding-top: 116px;
	box-sizing: border-box;
	font-family: "汉仪尚巍手书W";
	font-weight: 700;
	font-size: 36px;
	color: #000;
	position: relative;
}

.banner span {
	margin-top: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	/*text-align: center;*/
	float: left;
	margin-right: 15px;
	font-size: 18px;
	line-height: 30px;
}

.picScroll-left {
	position: relative;
}

.bd {
	margin-top: 40px;
	width: 1200px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.prev,
.next {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 120px;
	left: 15%;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #fff;
	opacity: 0.3;
	border: 1px solid #fff;
	z-index: 5;
}

.next {
	right: 15%;
	left: auto;
}

.picList {
	width: 2000px;
	height: 340px;
	position: absolute;
	overflow: hidden;
}

.picList li {
	width: 400px;
	height: 340px;
	float: left;
	/*overflow: hidden;*/
	text-align: center;
}
.picList li .pic{
	width: 380px;
	height: 197px;
}

.title h3 {
	font-size: 16px;
	margin-top: 19px;
	color: #000;
	font-weight: 700;
}

.title span {
	color: #808080;
	line-height: 24px;
}

.title a.more {
	display: inline-block;
	width: 123px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	border-radius: 15px;
	background-color: #fff;
	border: solid 1px #999999;
	text-align: center;
}


/*.picList li:nth-child(2) {
	margin-left: 30px;
	margin-right: 30px;
}*/

.footer {
	width: 100%;
	margin-top: 40px;
}