body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 18px;
}

* {
	box-sizing: border-box;
	transition: .2s ease;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 480px;
	background: url("yingshang-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 20px;
}

.nav {
	background: #b0160e;
	padding: 25px 0;
}

.nav ul {
	width: 1200px;
	margin: auto;
}

.nav li {
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 14.28%;
}

.nav li + li {
	border-left: 1px solid #f7cb62;
}

.nav li a {
	font-size: 28px;
	color: #fff;
}

.main {
	margin-bottom: 30px;
}

.section1 {
	background: #fff;
	padding-top: 15px;
}

.section2 {
	background: #f5f5f5;
	padding-top: 15px;
}

.title {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}

.title h1 {
	float: left;
	height: 30px;
	color: #b91d0f;
	border-left: 5px solid #f7cb62;
	padding-left: 15px;
}

.more {
	float: right;
	font-size: 16px;
	color: #666;
	display: inline-block;
	height: 30px;
}

.row {
	margin: 0 -12px;
}

.col {
	width: 20%;
	float: left;
	padding: 0 12px;
	margin-top: 20px;
}

.col a {
	background: #bb2335;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.col a:hover {
	background: #e92108;
}

.ly-list {
	margin: 15px 0;
	height: 120px;
	overflow: hidden;
}

.ly-list li {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 20px 0 15px;
	width: 50%;
	float: left;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #bb2335;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-time {
	float: right;
	color: #666
}

.slide-wrapper {
	padding: 20px 0;
	position: relative;
}

.slide-bd {
	height: 180px;
	overflow-y: hidden;
	overflow-x: visible;
}

.slide-ul > li {
	float: left;
	margin-right: 20px;
}

.slide-bd .box {
	display: block;
	width: 285px;
	padding: 20px;
	border: 1px solid #d2d2d2;
	background: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.slide-bd img {
	width: 100%;
	height: 100px;
}

.slide-bd p {
	margin-top: 20px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slide-prev,
.slide-next {
	position: absolute;
	top: 80px;
	z-index: 999;
	width: 25px;
	height: 55px;
	line-height: 55px;
	background: #bb2335;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.slide-prev {
	left: -40px;
}

.slide-next {
	right: -40px;
}

.tempWrap {
	width: 1200px !important;
}

.box-more {
	position: absolute;
	background: #ecd5b3;
	top: 20px;
	width: 243px;
	display: none;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.box-more ul {
	margin: 0 20px;
}

.box-more li {
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 16px;
}

.box-more li + li {
	border-top: 1px solid #fff;
}

.clone {
	overflow: hidden;
}

.zhuban {
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
	float: right;
}

.ly-slide {
	margin-top: 30px;
}

.ly-bd {
	height: 280px !important;
	overflow: hidden;
	margin-right: -30px;
}

.ly-bd li {
	float: left;
	width: 380px;
	height: 280px;
	margin-right: 30px;
}

.ly-bd li a {
	display: block;
	height: 100%;
	background: #f5f5f5;
}

.ly-bd li img {
	display: block;
	width: 380px;
	height: 220px;
}

.ly-bd li p {
	padding: 0 10px;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

