.section{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.s1{
	background-image: url(../img/anli.jpg);
}
.s3{
	background-color: #f7f7f7;
}
.s5{
	background-color: #fafafa;
}
.s1_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 0 5%;
	box-sizing: border-box;
}
.s1_header>img{
    height: 30px;
    margin: 25px 0;
}
.s1_header>ul{
	float: right;
	overflow: hidden;
}
.s1_header>ul>li{
	float: left;
    margin-left: 40px;
}
.s1_header>ul>li>a{
    color: #fff;
    font-size: 20px;
}
.s1_div{
	text-align: center;
}
.s1_div>img{
	display: block;
	margin: 50px auto;
}
.Login{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #fff;
}
.s2_div{
	overflow: auto;
	width: 1360px;
	margin: 0 auto;
}
.s2_title{
    width: 700px;
    height: 466px;
    overflow: hidden;
    float: left;
    background-image: url(../img/lan1.png);
    background-position: 380px center;
    background-repeat: no-repeat;
    background-size: 242px 382px;
    position: relative;
}
.s2_title>img{
	width: 466px;
	height: 100%;
	float: left;
}
.s2_title>div{
    width: 200px;
    position: absolute;
    right: 0;
    top: 150px;
}
.s2_title>div>span{
    display: inline-block;
    width: 70px;
    height: 20px;
    border-bottom: 2px solid #333;
}
.s2_title>div>p{
    color: #4da1ff;
    font-size: 22px;
    margin-top: 16px;
    text-align: center;
}
.s2_title>div>img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.s2_text{
      width: 660px;
    float: left;
    box-sizing: border-box;
    color: #333;
    line-height: 2.4;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    margin-top: 130px;
}
.s2_h3{
	position: absolute;
	top: 10%;
	font-size: 40px;
	width: 100%;
	text-align: center;
}
.s2_span{
	width: 60px;
	height: 3px;
	background-color: #4DA1FF;
	display: block;
	position: absolute;
	top: 17%;
	left: 50%;
	margin-left: -30px;
}
.s2_p{
	font-size: 16px;
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	color: #999;
}
.s3_div .s2_title>img{
	float: right;
}
.s3_div .s2_title{
    background-size: 387px 457px;
    background-image: url(../img/lan2.png);
    background-position: 100px center;
}
.s3_div .s2_title>div{
    right: auto;
    left: 10px;
}
.s3_div .s2_title>div>span{
    text-align: right;
    margin-left: 130px;
}
.s3_div .s2_title>div>img{
    margin-top: 10px;
}
.s8_div{
	height: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
}
.s8_div>h3{
    text-align: center;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
    margin-top: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
.s8_div>h3>a{
      height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px;
    display: inline-block;
    color: #4da1ff;
}
.s8_div>p{
    width: 1001px;
    text-align: center;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    line-height: 3;
    margin-top: 50px;
    letter-spacing: 1px;
}
.s5_div{
	width: 1200px;
	margin: 0 auto;
	height: 380px;
	position: relative;
	padding: 0 50px;
	box-sizing: border-box;
    margin-bottom: 3%;
}
.s5_div>div{
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 0;
}
.s5_div>div>ul>li{
	width: calc(100% / 5);
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.s5_div>div>div>ul>li>img{
	height: 190px;
}
.s5_divLeft,.s5_divRight{
	position: absolute;
    height: 50px;
    width: 30px;
    left: 0;
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.s5_divRight{
	left: auto;
	right: 0;
}
.s5_divLeft:hover,.s5_divRight:hover{
	background-color: #4da1ff;
	color: #fff;
}
