body{
    overflow: hidden;
}
/*头部*/
.header{
    width: 100%;
    height: 100px;
}
.header-container {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.header_left {
    float: left;
    width: 262px;
    height: 100px;
    line-height: 100px;
}
.header_right {
    float: right;
    width: 400px;
    height: 100px;

}

.header_right li p {
    background: url(../img/download.png) no-repeat;
}

.header_right li {
    text-align: center;
    float: left;
    margin-top: 20px;
    width: 100px;
}

.header_right li:nth-child(2),
.header_right li:nth-child(3) {
    margin-left: 50px;
}

.header_right li p {
    margin: 0 auto;
}

.header_right li:nth-child(1) p {
    width: 40px;
    height: 40px;
    background-position: 0px -80px;
}

.header_right li:nth-child(2) p {
    width: 40px;
    height: 40px;
    background-position: -40px -80px;
}

.header_right li:nth-child(3) p {
    width: 40px;
    height: 40px;
    background-position: -80px -80px;
}
/*轮播图*/
.banner{
	width: 100%;
    height: 710px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.layui-carousel {
	width: 100%;
	height:710px;
	max-width: 1920px;
	margin: 0 auto;
	
}
.layui-carousel img {
	width:1920px;
	height:710px;
}
/*底部*/
.nav {
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 50px 0;
    float: left;
    line-height: 50px;
    color: #999;
    font-size: 12px;
    margin: 0 auto;
}

.nav>a {
    color: #999;
    font-size: 12px;
}
/*验证码*/
#verifyCanvas {
    position: absolute;
    width: 120px;
    height: 38px;
    float: right;
    right: 0;
}
