.banner {
	background-color: #fff;
}

.swiper-container {
	min-width: 1200px;
	width: 100%;
	height: 550px;
}

.swiper-slide img {
	height: 100%;
}

.introduce {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

.introduce .title {
	font-size: 35px;
	color: #2b9dff;
	text-align: center;
	line-height: 150px;
	margin-bottom: 30px;
}

.introduce li {
	float: left;
	width: 25%;
	text-align: center;
}

.introduce li img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.introduce .list-title {
	display: block;
	font-size: 15px;
	line-height: 80px;
}

.introduce .list-text {
	display: block;
	color: #666;
	font-size: 14px;
}

.about {
	height: 600px;
	background: url("/static/images/che.jpg") no-repeat 50% 58%;
	background-size: auto 750px;
	position: relative;
}

.about .content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
}

.about:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
}

.about .title {
	font-size: 40px;
	text-align: center;
	line-height: 100px;
	font-weight: 700;
	margin-top: 30px;
	letter-spacing: 3px;
}

.about p {
	width: 1000px;
	margin: 0 auto;
	text-indent: 2em;
	font-size: 25px;
	line-height: 45px;
}

.notice {
	height: 500px;
	width: 1200px;
	margin: 0 auto;
}

.notice .title {
	font-size: 35px;
	text-align: center;
	line-height: 150px;
}

.notice .content {
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0;
	height: 300px;
	background-color: #f5f5f5;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	overflow: hidden;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.notice ul {
	padding-top: 270px;
}

.notice .username {
	color: #2b9dff;
	font-weight: 700;
	padding: 0 10px;
}

.notice .money {
	color: #ff1a26;
	font-weight: 700;
	padding: 0 10px;
}

.title-00{
	text-align: center;
	line-height: 42px;
	background: #1296db;
	color: #fff;
}
.col-00{
	width: 590px;
}
.col-carousel-left{
	float: left;
}
.col-carousel-right{
	float: right;
}
.green{
	color: #00a84d;
}
.red{
	color: #ff6c00;
}
.h2{
	line-height: 20px;
}
.list-left{
	width: 170px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
.col-00-list{
   padding: 12px 0;
	border-bottom: 1px dashed #ddd;
}
.list-right{
  float: left;
}
.span-btn{
	color: #ffffff;
	border-radius:4px;
	background: #1d80db;
	padding: 5px 5px;
	display: inline-block;
	cursor: pointer;
}
/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.btn-box{
	float: right;
}
.list-right,.btn-box{
	margin-top: 8px;
}
.order-status{
	background: #ddd;
	color: #333;
	padding: 5px;
}
.list-right span{
	display: inline-block;
	margin: 0 10px;
}
.col-00-body{
	border: 1px solid #1296db;
	padding: 0 20px 0 20px;
	overflow: hidden;
	font-size: 12px;
	height: 460px;
}


