@charset "GBK";

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.mar30 {
	margin: 30px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.p {
	text-indent: 2em;
	line-height: 2em;
}

.title_main {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.zxbtn {
	width: 350px;
    line-height: 54px;
    background: #51a5ff;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 28px;
    margin: 30px auto;
}
.title_p{
	font-size: 20px;
    text-indent: 40px;
    line-height: 32px;
	width: 1000px;
}
.bg1{
	background: url(../images/bg1.png) no-repeat;
    position: relative;
    height: 295px;
    width: 1193px;
    margin: 55px auto 30px;
    font-size: 18px;
}
.bg1 img{
    position: absolute;
    left: 25.6%;
    top: -7.2%;
}
.bg1 .left{
    position: absolute;
    left: 8%;
    top: 28%;
    width: 40%;
}
.bg1 .left strong,.bg1 .right strong{
    font-size: 24px;
    color: #0080d2;
    display: block;
    margin: 0 0 14px 0;
}
.bg1 .right{
	top: 28%;
    position: absolute;
    left: 50%;
    width: 40%;
}
.bg1 .left hr,.bg1 .right hr{
    width: 3px;
    height: 98px;
    background: #ffc438;
    float: left;
    margin-right: 14px;
}
.biaoti_p{
    width: 1000px;
    color: #00baf7;
    font-weight: bold;
    margin: 30px auto 10px;
    text-align: center;
    font-size: 34px;
}
.hr_img{
	display: block;
	margin: 10px auto;
}

.bg_ls{
	background-color: #d7f8ff;
	padding: 1px 0;
}

.ul_list1 li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 90px;
    margin: 65px auto 0;
    width: 1100px;
	
}
.ul_list1 li:last-child{
	margin-bottom: 40px;
}
.ul_list1 li strong{
	background: linear-gradient(to bottom,#50a4ff,#0ab7f8);
    width: 150px;
    height: 128px;
    display: inline-block;
    transform: skewX(349deg);
    margin: -28px 0 0 45px;
    border-radius: 10px;
}

.ul_list1 li strong span{
    transform: skewX(-349deg)!important;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #fff;
    margin-top: 17px;
	font-size: 18px;
}
.ul_list1 li p{
	width: 630px;
    margin: 20px 0;
    line-height: 30px;
}
.ul_list1 li a{
	width: 180px;
    border: none;
	background: linear-gradient(to bottom,#50a4ff,#0ab7f8);
    height: 46px;
    line-height: 46px;
    margin: 30px 30px 0 0;
    text-align: center;
    border-radius: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
}
.ul_list1 li span{
	color: #5a9ad4;
	font-weight: bold;
}

.ul_list2 li{
    background-color: #51a5ff;
    border-radius: 12px;
    width: 1130px;
    color: #fff;
    margin: 80px auto 0;
    padding-bottom: 40px;
}
.ul_list2 li img{
    margin: -35px 35px 24px 35px;
    border-radius: 13px;
}
.ul_list2 li .flex p{
    margin: 30px auto;
    text-align: left;
    width: 45%;
    font-size: 20px;
}


.ul_list2 li .flex p b{
    text-align: left;
    color: #ffe772;
    margin: 20px auto;
    line-height: 36px;
    font-weight: bold;
    font-size: 30px;
    display: block;
}


.ul_list3 li p{
	text-align: center;
    margin: 20px auto 0;
}
.ul_list3 li p span{
	color: #51a5ff;
}
.ul_list3 li {
	margin: 30px auto 0;
}