@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;}
body{ font-family:"Microsoft YaHei","Verdana";font-size: 12px;color:#000; background:#fff}
img{border:none;}
a{ text-decoration: none; color:#000;cursor: pointer;}
a:hover {text-decoration: none; color:#000;}
body{
	
	background-image: linear-gradient(180deg,rgba(172,221,255,.7),hsla(0,0%,100%,.7) 50%);
	
}
.bg{
	background:url(bg.png) center 4px/1440px 1280px no-repeat;
	position: relative;
	    max-width: 1440px;
	    min-width: 1280px;
	    margin: 0 auto;
	    height: 100%;
}
.c{
	margin:0 auto;
	width:1080px;
}
.head{
	width: 100%;
	height: 80px;
}
.c{
	display:flex;
	justify-content: space-between;
	align-items: center;
	height:100%
}
.head .btn a{
	background: #f2a051;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	padding: 8px 20px;
}
.banner{
	width: 1138px;
	margin:0 auto
}

.banner .info h3{
	font-size: 60px;
	margin-bottom: 20px;
	color: #000;
	text-align:center;
	position:relative;
	
}
.banner ul{
	display:flex;
	justify-content:center;
	align-items: center;
}
.banner ul li{
	font-size: 20px;
	margin-bottom: 30px;
	color: #333;
	display:flex;
	align-items: center;
	margin:0 20px
}
.banner ul li img{
	width:50px;
	height:50px;
	margin-right:10px
}
.banner .btn{
	text-align:center;
	margin-top:40px
}
.banner .btn a{
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 20px 80px;
	background-image: url(down.png), linear-gradient(106deg,#0658ff,#0399ff);
	    background-position: 0 0,50%;
	    background-repeat: no-repeat;
	    background-size: 66px 52px,100%;
	    color: #fff;
}
.warp{
	padding:100px 0
}
.warp .info h3{
	font-size: 80%;
}
.warp .info .blue{
	color: #248aff;
}
.warp .info span{
	font-size: 37px;
	line-height: 46px;
}
.warp .info h5 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: normal;
}
.warp .info p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    word-break: break-all;
}
.warp1 .info{
	margin-left:30px
}
.warp2 .info{
	margin-right:30px
}
.warp2{
	background: #f5f7fa;
}
.warp .btn{
	margin-top:20px
}
.warp .btn a{
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	color: #248aff;
	padding: 20px 80px;
	border:#248aff solid 2px
}
.warp .btn a:hover{
	color: #fff;
	background: #248aff;
}