.header{
	background: url(../img/02/2_baner_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	height: 930px;
}

.container{
	max-width: 1960px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.container>div{
	width: 1140px;
	padding: 80px 0;
}
.container .main-title{
	text-align: center;
}
.container .main-title h5{
	color: #E43A3C;
	font-size: 57px;
	font-weight: 500;
	line-height: 110px;
	margin-top: 30px;
}
.container .main-title h6{
	color: #000;
	font-size: 36px;
	font-weight: 400;	
}
.container .main-title i{
	vertical-align: middle;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 7px;
    display: inline-block;
}
.container .main-img{
	text-align: center;
}
.container .main-1 p{
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0 50px;
    text-indent: 40px;
    font-size: 20px;
}
.container .main-1 span{
	display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 20px;
    margin: 0 50px;
}
.container .main-2{
	margin-bottom: 40px;
}
.container .main-2 .main-title p{
	margin: 66px 0;
	line-height: 30px;
	font-size: 18px;
}
.container .main-2 .main-2-mid{
	background: url(../img/02/2_02.png) no-repeat;
    height: 338px;
    background-position: center;
    background-size: contain;
    padding-left: 110px;
}
.container .main-2 .main-2-mid span{
	font-size: 30px;
    margin-top: 122px;
    display: inline-block;
}

.container .main-2 .main-2-mid p{
	font-size: 18px;
	line-height: 30px;
    margin-top: 20px;
    width: 460px;
}

.container .main-3{
	padding-bottom: 100px;
}

.container .main-3-mid{
	width: 100%;
	margin: 100px 0;
	position: relative;
	border: 4px solid #E43A3D;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 360px;
	margin: 170px 0 130px 0;
}
.main-3-img1{
	border-radius: 5px;
	/* overflow: hidden; */
	position: absolute;
	left: -4px;
	top: -47px;
}
.main-3-img1 span{
	position: absolute;
	top: 45%;
    left: 36%;
    font-size: 38px;
}
.main-3-text{
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	right: 20px;
	width: 600px;
	height: 340px;
	padding: 50px 0 0 80px;
}
.main-3-mid-title{
	position: absolute;
	right: 64px;
	top: -23px;
	background-color: #fff;
	font-size: 32px;
	color: #4A4A4A;
	padding: 0 15px;
}
.container .main-3-mid ul{
	font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #606060;
}
.container .main-3-mid li p{
	font-weight: normal;
	display: inline-table;
}
.container .main-3-bottom{
	display: flex;
	display: -webkit-flex;
	flex-flow;
	justify-content: space-between;
}
.container .main-3-bottom>div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px;
	width: 362px;
	height: 180px;
	background-color: #F2F2F2;
	color: #444444;
	border-radius: 4px;
}
.container .main-3-bottom>div>span{
	letter-spacing: 1px;
	font-size: 26px;
}
.container .main-3-bottom>div span i{
	font-style: normal;
	font-size: 18px;
	position:relative;
	top: -3px;
}
.container .main-3-bottom>div p{
	margin-top: 14px;
	line-height: 24px;
}

.container .main-4 i{
	font-style: normal;
	font-size: 18px;
}
.container .main-4 .main-title{
	margin-bottom: 60px;
}
.container .main-4>p{
	margin: 10px 0 20px 0;
	text-align: center;
    font-size: 18px;
    color: #615F62;
}
.container .main-4-bottom{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container .main-4-bottom>div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 520px;
	height: 150px;
	margin-top: 40px;
	background-color: #fff;
	border-radius: 4px;
	padding: 28px 46px;
	position: relative;
}

.container .main-4-bottom span{
	letter-spacing: 1px;
    font-size: 26px;
	line-height: 44px;
}
.container .main-4-bottom p{
	line-height: 22px;
}
/*
.main-4-bottom-content{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0280BB;
	display: none;
}
.container .main-4-bottom>div:hover .main-4-bottom-content{
	display: block;
	cursor: pointer;
} */

.main-4-footer{
	text-align: center;
	margin-bottom: 100px;
}
.main-4-footer h6{
	font-weight: 400;
	font-size: 40px;
	color: #353736;
	margin: 180px 0 10px 0;
}
.main-4-footer span{
	display: block;
	color: #E43A3B;
	font-size: 28px;
}
.main-4-footer b{
	width: 40px;
    height: 2px;
    background-color: #E43A3B;
    display: block;
    margin: 65px auto 20px auto;
}
.main-4-footer p{
	font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 800px;
    color: #353535;
}