.banner ul{
    width: 10000px;
}
.banner li{
    float: left;
}
.banner .prev,.next{
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.banner .prev{
    left: 50px;
}
.banner .prev:hover{
	content: url("../img/index-xb4.png");
}
.banner .next:hover{
	content: url("../img/index-xb3.png");
}
.banner .next{
    right: 50px;
}
.count{
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 25px;
}
.count ul{
    width: 80px;
    margin: 0 auto;
}
.count ul li{
    width: 10px;
    height: 10px;
    cursor:pointer;
    background-color: #666;
    opacity: .5;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}
.count .active{
    background-color: #00aaff;
    opacity: .8;
}

section{
    margin-bottom: 20px;
	display: block;
	text-align: center;
}
section .title{
	margin-bottom: 30px;
}
section p{
    font-size: 14px;
    color: #666666;
}
article{
    display: flex;
}
.about{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.content{
	width: 1020px;
	margin: 0 auto;
}
.about h1{
	line-height: 40px;
}
.title:after{ 
	content:"";
	background-color:#01a1ff;
	display:block;
	width:40px;
	height:4px;
	margin: 0 auto;
} 

.about .box{
	width: 21%;
	float: left;
}
.about .box{
	margin: 20px;
}
.about .box h2{
	margin-bottom: 30px;
}
.about .box div{
    color: #666666;
    font-size: 16px;
}
.about .box img{
	margin-left: 100px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.production{
	width: 100%;
    margin: 0 auto;
}
.production p{
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
}

.images{
	width: 100%;
	position: relative;
	margin-top: 50px;
	margin-bottom: 70px;
    overflow: hidden;
}

.images ul{
    width: 200%;
	
}
.images li{
	width: 318px;
    float: left;
	line-height: 30px;
    background-color: #e5e5e5;
}
.images li:hover{
    background-color: #00aaff;
	color: #ffffff;
}
.images li:hover :last-child :only-child{
	background: url('../img/iconfont-jiahao2.png') no-repeat;
}
.images li div{
	float: left;
	margin-left: 20px;
}

.images .jia{
	float: left;
	position: relative;
	top: 10px;
	right: -260px;
}
.jia{
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url('../img/iconfont-jiahao.png') no-repeat;
}


.images .next{
    position: absolute;
    top: 50%;
    right: 250px;
}
.images .next:hover{
	content: url("../img/index-xb3.png");
}
.news{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.news .content{
	margin-bottom: 30px;
}
.box1{
    position: relative;
	width: 50%;
	height: 300px;
}
.box1 img{
	height: 292px;
	margin-left: 28px;
}
.box1 div{
	font-size: 14px;
	position: absolute;
	left: 28px;
	bottom: 8px;
    color: #ffffff;
    width: 525px;
	height: 40px;
    line-height: 40px;
    background-color: #00aaff;
}
.box2{
    width: 50%;
}
.box2 .hot{
    overflow: hidden;
	height: 85px;
    margin-bottom: 2px;
}
.box2 .date{
    width: 10%;
	height: 100px;
    float: left;
}
.box2 .date .day{
    font-size: 25px;
    padding: 10px;
    border: 1px #00aaff solid;
    font-weight: bolder;
    color: #00aaff;
}
.box2 .date .year{
	height: 20px;
	line-height: 20px;
    font-size: 12px;
    background-color: #00aaff;
    color: #ffffff;
}
.text{
    width: 50%;
    float: left;
    margin-left: 10px;
	text-align: left;
}

.text p{
	width: 550px;
    text-align: left;
    padding-top: 5px;
	font-size: 10px;
	color: #949494;
	-webkit-transform-origin-x: 0;
	transform:scale(0.89);
}

.text h3 a{
    color: #00aaff;
}

.box2 ul{
    width: 50%;
    position: relative;
}

.box2 .first{
	border-top: 1px #9f9f9f dashed;
}

.box2 li{
	width: 549px;
	text-align: left;
    line-height: 33px;
	border-bottom: 1px #9f9f9f dashed;
}

.box2 a{
    color: #666666;
}

.box2 li time{
    position: absolute;
    right: -250px;
}

.video{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.video ul{
	margin-top: 40px;
    display: flex;
    position: relative;
}
.video ul li{
	margin-left: 30px;
    float: left;

}
.video ul li p{
	color: #949494;
}
.video .prev:hover{
	content: url("../img/index-xb4.png");
}
.video .next:hover{
	content: url("../img/index-xb3.png");
}
.video ul li:hover{
	color: #029df2;
    box-shadow:5px 5px 5px rgba(1, 160, 245, 0.4),-5px -5px 5px rgba(1, 160, 245, 0.4);
}

.video .next{
	position: absolute;
	top: 51%;
	right: -20px;
}
.video .prev{
	position: absolute;
	top: 42%;
	left: -20px;
}
.icon{
	font-size: 40px;
}

