/*==== banner start ===*/

.banner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 590px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	z-index: 1;
}

.b-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 590px;
}

.b-img a {
	display: block;
	float: left;
	background-size: 100% auto;
	height: 590px;
}

.b-list {
	height: 50px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	padding-top: 550px;
}

.b-list span {
	display: block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
	transition: all 1s;
}

.b-list .spcss {
	background-color: #a7282a;
}

.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	left: 0px;
	background: none;
	top: 50%;
	margin-top: -25px;
}

.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 51px;
	height: 51px;
	right: 0px;
	background: none;
	top: 50%;
	margin-top: -25px;
}

.bar-left em,
.bar-right em {
	width: 15px;
	height: 26px;
	display: block;
	padding: 12px 17px;
	overflow: hidden;
}

.bar-left em,
.bar-right em {
	background-color: rgba(0, 0, 0, 0.5);
}

.bar-left:hover em,
.bar-right:hover em {
	background-color: rgba(0, 0, 0, 0.8);
}

.product { margin-top: 70px; margin-bottom: 50px;}
.product ul { margin: 0 -6px;}
.product ul li { width: 230px; margin: 0 6px; float: left; text-align: center;}
.product ul li a { display: block; border-bottom: 2px solid #ee9919; position: relative;}
.product ul li a h4 { line-height: 40px;}
.product ul li a img { width: 230px; height: 154px; display: block;}
.product ul li a span { position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #ef2023; transition: all 1s;}
.product ul li a:hover span { width: 100%;}


.main { margin-bottom: 50px;}
.title {  font-size: 18px; color: #fff; font-weight: bold;}
.title span { font-size: 14px; font-weight: normal; margin-left: 15px;}
.news { width: 508px; height: 398px; padding: 46px; background-color: #9f3638; float: left;}
.news li { margin: 30px 0;}
.news .time { color: rgba(255,255,255,.4);}
.news li a h3 { color:#fff ; font-size: 14px; color: #fff; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news .text { font-size: 12px; color: rgba(255,255,255,.7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.btn2 { 
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	background: url(../img/m1.png) no-repeat center center #ffd79b; 
	}
.btn2:hover { background: url(../img/m1.png) no-repeat center center #edb35c; }	
.btn2 { float: right;}

.about { width: 600px; height: 278px; float: left; background-color: #5794d9;}
.about img {  width: 220px; height: 278px; float: left; display: block;  }
.about .title { margin-bottom: 20px;}
.about .ab_r { width: 320px; height: 218px; float: right; padding: 30px;}
.about .ab_r .txt { color: #fff;font-size: 12px; margin-bottom: 15px; }
.about .ab_r .txt p { text-indent: 2em;}

.download { float: left; width: 600px; height: 212px; background-color: #ffe4bb;}
.download_l { top:80px; left: 0; width: 230px; text-align: center;}
.download ul { float: right; width: 370px; height: 212px;}
.download ul li { width: 133px; height: 152px; padding: 30px 16px; float: left; text-align: center;}
.download ul li a { display: block; width: 133px; height: 152px; }
.download ul li a:hover { background-color: #fadbad;}
