.banner{width:100%;height:700px;overflow:hidden;position:relative;background:#03a1fc;box-shadow:0 4px 3px #0192e3 inset}
.banner img{position:absolute;right:0;top:0}
.banner .bannerText{position:absolute;width:680px;height:255px;color:#fff;position:absolute;right:50%;top:130px;margin-right:-100px}
.bannerText h3{font-size:80px;line-height:120px}
.bannerText h4{font-size:46px;line-height:80px}
.bannerText span{display:inline-block;margin-top:8px;border:1px solid #81d0fe;font-size:16px;line-height:42px;padding:0 25px;color:#fff}
.bannerText a {background:#76cc23;color:#fff;width:280px;height:64px;text-align: center;line-height: 64px;margin-top: 81px;display: block;font-size: 30px;border-radius: 5px;}
.ascendancy{width:100%;height:552px;overflow:hidden;position:relative;text-align:center}
.ascendancy h3{width:100%;font-size:40px;color:#333;position:absolute;top:80px}
.ascendancy p{width:100%;font-size:18px;color:#888;position:absolute;top:138px}
.ascendancy ul{width:100%;height:auto;position:absolute;top:216px;display:flex;flex-wrap:wrap;justify-content:center}
.ascendancy ul li{width:200px;margin:0 57px;text-align:center}
.ascendancy ul li img{margin:0 auto}
.ascendancy dl{padding-top:26px;line-height:32px;font-size:18px}
.ascendancy dl dt{color:#666;font-weight:400;line-height:30px;font-size:18px}
.ascendancy dl dd{color:#666;line-height:30px;font-size:18px}
.entrance{width:100%;height:650px;background:#fafafa;overflow:hidden;position:relative;text-align:center}
.entrance h3{width:100%;font-size:40px;color:#333;position:absolute;top:80px}
.entrance p{width:100%;font-size:18px;color:#888;position:absolute;top:138px}
.entrance ul{width:1200px;height:auto;display:flex;flex-wrap:wrap;justify-content:center;padding-top:270px;margin:0 auto}
.entrance ul li{width:88px;margin:0 75px;margin-bottom:68px}
.entrance ul li img{margin:0 auto;margin-bottom:30px}
.entrance ul li p{line-height:30px;text-align:center;font-size:18px;color:#333}
.profit{width:100%;height:695px;background:#fff;text-align:center;position:relative}
.profit h3{width:100%;font-size:40px;color:#333;position:absolute;top:80px}
.profit>p{width:100%;font-size:18px;color:#888;position:absolute;top:138px}
.profit ul{width:100%;height:400px;position:absolute;top:240px;display:flex;flex-wrap:wrap;justify-content:center}
.profit ul li{width:375px;height:386px;box-sizing:border-box;border:1px solid #eee;background:#fff;margin:0 25px}
.profit ul p{width:100%;padding:0 28px;box-sizing:border-box;padding-top:25px;line-height:24px;color:#666;font-size:14px;text-align:left}


@media screen and (min-width:750px) and (max-width:1226px) {
		.ascendancy ul li {margin:0 25px;}
		.entrance ul {width:100%;}
		.entrance ul li {margin:0 50px 68px 50px;}
		.profit ul {height:320px;}
		.profit ul li {width:295px; height:100%;}
		.profit ul li img {width:100%;}
		.banner .bannerText {right:40%;}
		.banner img {right:-30%;}
}