@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) no-repeat center;
}
.about_banner {
	width: 100%;
	height: 500px;
	background: url(../images/about_banner.jpg) no-repeat center;
}
.con {
	width: 1400px;
	height: 2000px;
	background: #fff;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 50px;
}
.jianjie {
	width: 1300px;
	height: auto;
	margin: 0 auto;
}
.jianjie img {
	width: 1300px;
	height: 344px;
	margin: 20px auto;
	margin-top: 30px;
}
.jianjie p {
	color: #666;
	line-height: 30px;
	font-size: 15px;
}
.wenhua {
	width: 1300px;
	height: 332px;
	margin: 20px auto;
}
.wenhua .bt {
	width: 1300px;
	height: 47px;
	background: #efefef;
}
.wenhua .bt h3 {
	width: 121px;
	height: 47px;
	float: left;
	background: tomato;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 47px;
}
.wenhua ul {
	margin-top: 35px;
}
.wenhua ul li {
	width: 410px;
	float: left;
	margin-right: 30px;
}
.wenhua ul li:nth-child(3) {
	margin-right: 0px;
}
.wenhua ul li img {
	width: 380px;
	height: 130px;
}
.wenhua ul li p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin-top: 15px;
}
.zizhi {
	width: 1300px;
	height: 480px;
	margin: 0 auto;
}
.zizhi .bt {
	width: 1300px;
	height: 47px;
	background: #efefef;
}
.zizhi .bt h3 {
	width: 121px;
	height: 47px;
	float: left;
	background: tomato;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 47px;
}
/* 水平滚动

------------------------------ */

.scroll_horizontal {
	position: relative;
	width: 1300px;
	height: 305px;
	margin-top: 20px;
	padding-top: 25px;
	box-sizing: border-box;
}
.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1300px;
	height: 265px;
	margin: 0 auto;
	margin-left: -5px;
}
.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.scroll_horizontal .list li {
	float: left;
	width: 328px;
	height: 250px;
	text-align: center;
	position: relative;
}
.scroll_horizontal .list li img {
	width: 310px;
	height: 210px;
	margin: 0 auto;
}
.scroll_horizontal .list li p {
	width: 323px;
	height: 219px;
	margin-left: 11px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	color: #333;
}
.scroll_horizontal .plus,  .scroll_horizontal .minus {
	position: absolute;
	top: 100px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.scroll_horizontal .plus {
	left: -50px;
	background: url(../images/zuo2.png) no-repeat;
}
.scroll_horizontal .minus {
	right: -50px;
	background: url(../images/you2.png) no-repeat;
}
.shili {
	width: 1300px;
	height: 620px;
	margin: 0 auto;
}
.shili .bt {
	width: 1300px;
	height: 47px;
	background: #efefef;
}
.shili .bt h3 {
	width: 121px;
	height: 47px;
	float: left;
	background: tomato;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 47px;
}
.shili img {
	margin-top: 30px;
}
