.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wrap1{
	margin-top: 120px;
	padding: 60px 0;
	height: 860px;
	background: url(../img/bg1.jpg) no-repeat center;
	background-size: cover;
}
.wrap1 .container{
	height: 100%;	
}
.wrap1 .logo{
    width: 260px;
    margin: 10px auto;
}
.wrap1 .line{
	height: 1px;
	/* background: #363838; */
	width: 260px;
	/* margin: 20px auto; */
}
.wrap1 h2{
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	color: #717071;
}
.wrap1 h3{
	font-size: 25px;
	text-align: center;
	color: #717071;
	padding: 10px 0;
}
.toReg {
    position: absolute;
    bottom: 30%;
    right: 50%;
    width: 600px;
    margin-right: -300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toReg a {
	display: block;
	width: 160px;
	height: 46px;
	line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s;
}
.toReg a.btn_reg {
    background: #448bc0;
    border: solid 1px #448bc0;
    color: #fff;
}
.toReg a.btn_reg:hover{
	background: #e84f4d;
    border: solid 1px #e84f4d;
}
.toReg a.btn_cri,
.toReg a.btn_ben {
    border: solid 1px #363838;
}
.toReg a.btn_cri:hover,
.toReg a.btn_ben:hover{
    border: solid 1px #363838;
    background: #363838;
    color: #fff;
}
.logo_org {
    position: absolute;
    bottom: 12%;
    left: 50%;
    margin-left: -125px;
}
.logo_org img {
    width: 120px;
}
.logo_org span {
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 69px;
    margin-right: 10px;
}
.zl {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
.zl h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 20px;
}
.zl a {
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	padding: 10px;
	background: #00a0e8;
	border-radius: 15px;
}
.zl a:hover {
	background: #0077cc;
}
.wrap2{
	height: 860px;
	background: url(../img/bg2.jpg) no-repeat center;
	background-size: cover;
}
.wrap2 .mask{
	padding: 100px 0;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.wrap2 .content{
	width: 820px;
}
.wrap2 h2{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wrap2 h3{
	font-size: 30px;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}
.wrap2 p{
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
	line-height: 26px;
	text-align: justify;
}


.wrap3{
	height: 735px;
	padding: 80px 0;
	/* background: url(../img/bg3.jpg) no-repeat center; */
	background: url(/shouye3.jpg) no-repeat center;
	background-size: cover;
}
#wrap4{
	height: 735px;
	padding: 80px 0;
	/* background: url(../img/bg3.jpg) no-repeat center; */
	background: url(/shouye4_1.jpg) no-repeat center;
	background-size: cover;
}
.wrap3 .container{
	height: 100%;
}
.wrap3 .logo{
	width: 260px;
	margin-left: 100px;
}
.wrap3 .stybox{
	width: 520px;
	padding: 40px 80px;
	margin-top: 40px;
	margin-left: 100px;
	border: 8px solid #fff;
	position: relative;
	color: #363838;
	text-align: center;
}
.wrap3 .stybox>.icon1{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}
.wrap3 .stybox h4{
	font-size: 27px;
	color:#fff;
}
.wrap3 .stybox h3{
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	padding: 10px 0;
}
.wrap3 .stybox .line{
	width: 220px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.wrap3 .stybox .msg{
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px;
	color:#fff;
}
@media screen and (max-width:768px) {
	.container{
		width: 100%;
		padding: 0 15px;
	}
    .wrap1{
    	margin-top: 50px;
    	padding: 30px 0;
    	background: url(../img/m1.jpg) no-repeat center;
		background-size: cover;
    }
    .wrap1 .logo {
        width: 240px;
				transform: scale(1.7);
    }
    .wrap1 .line{
    	width: 160px;
    	background: #fff;
    }
    .wrap1 h2{
    	color: #fff;
			font-size: 25px;
    }
    .wrap1 h3{
    	color:#fff;
    }
    .toReg {
    	width: 160px;
        display: block;
        margin-right: -80px;
        bottom: 50%;
    }
    .toReg a{
    	height: 40px;
    	line-height: 40px;
    	margin: 10px 0;
    	font-size: 15px;
    }
    .logo_org {
        bottom: 35%;
        margin-left: -104px;
    }
    .logo_org span {
        letter-spacing: 0;
        font-size: 14px;
        line-height: 60px;
        margin-right: 10px;
        color: #363838;
    }
    .logo_org img {
        width: 100px;
    }
    .zl {
		width: 100%;
	}
    .wrap2{
    	height: 1080px;
		background: url(../img/m2.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap2 .mask{
		padding: 60px 0;
		height: 100%;
		background: rgba(0,0,0,.4);
	}
	.wrap2 .content{
		width: 100%;
	}
	.wrap2 h2{
		font-size: 40px;
	}
	.wrap2 h3{
		padding: 5px 0;
		font-size: 24px;
	}
	.wrap2 p{
		font-size: 14px;
		margin-top: 20px;
		line-height: 25px;
	}
	
	.wrap3{
		height: 760px;
		padding: 30px 0;
		background: url(../img/m3.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap3 .logo{
		width: 160px;
		margin: 0 auto;
	}
	.wrap3 .stybox{
		width: 100%;
		padding: 40px;
		margin-top: 20px;
		margin-left: 0;
		color: #fff;
		border: 6px solid #fff;
	}
	.wrap3 .stybox>.icon1{
		width: 60px;
		height: 60px;
	}
	.wrap3 .stybox h4{
		font-size: 24px;
	}
	.wrap3 .stybox h3{
		font-size: 28px;
	}
	.wrap3 .stybox .line{
		width: 220px;
		height: 1px;
		background: #fff;
	}
	.wrap3 .stybox .msg{
		margin-top: 10px;
		letter-spacing: 0.5px;
		font-size: 14px;
		line-height: 25px;
	}
}