* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #b9d5ff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.banner {
	width: 100%;
	background: url(../img/banner_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.nav {
	width: 100%;
	padding-top: 7%;
}

.nav_left {
	width: 50%;
}
.nav_left img{
	width: 100%;
}

.nav_right {
	width: 36%;
}

.nav_right a {
	font-size: 16px;
    line-height: 52px;
    color: white;
    background: #db1a1a;
    display: block;
    margin-right: 0;
    text-align: center;
}



.banner p{
	display: block;
    font-size: 50px;
    margin-top: 100px;
    font-weight: bold;
    text-align: center;
    line-height: 66px;
}

.banner_img{
	width: 90%;
	margin: 40px auto 0;
	display: block;
	padding-bottom: 30px;
}


.con1{
	width: 100%;
	margin-top: -10px;
}
.con1 img{
	width: 100%;
}


.con2{
	width: 100%;
	margin-top: 30px;
}
.con2 h1{
	    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 50px;
}
.con2 p{
	    font-size: 16px;
    line-height: 32px;
    text-align: center;
}


.con3{
	width: 100%;
	background: #d5e6ff;
	margin-top: 50px;
	height: 1880px;
}

.con3_body{
	width: 100%;
	height: 1670px;
}
.botton a{
	font-size: 16px;
    line-height: 52px;
    color: white;
    background: #db1a1a;
    display: block;
    margin-right: 0;
    text-align: center;
}

.title{
	text-align: center;
	color: #333;
	padding-top: 50px;
	display: flex;
    justify-content: center;
}


.title span{
	display: block;
    width: 80px;
    background: url(../img/title_12.png) no-repeat;
    margin-top: 7px;
    }

.title h3{
	width: 34%;
    font-size: 22px;
}



.con3 ul{
	margin-top: 30px;
}

.con3 ul li{
	width: 49%;
	height: 400px;
	background: white;
	border-radius: 10px;
	margin-top: 2%;
}

.con3 ul li img{
	margin: 40px 0 0 30px;
	width: 50px;
}

.con3 ul li h3{
	font-size: 18px;
    line-height: 36px;
	color: #000;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 8px;
}


.con3 ul li h4{
	width: 70%;
	font-size: 16px;
    line-height: 24px;
	color: #333;
	margin-left: 30px;
	font-weight: revert;
}


.con3 ul li p{
	width: 70%;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-left: 30px;
	    margin-top: 20px;
}

.con4{
	width: 100%;
	height: 340px;
	background: white;
}
.con4 img{
	width: 100%;
	margin-top: 30px;
}
