#main .banner img{
	width: 100%;
}
#main .content-box{
	background-color: #f0f0f0;
	padding-bottom: 6.25%;
}
#main .content-box > .inner{
	position: relative;
	background-color: #fff;
}
#main .content-box .out-part{
	position: absolute;
	left: 0;
	top: -300px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	height: 300px;
	line-height: 300px;
	width: 100%;
	background-color: #fff;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-image: url(../images/about_outpart_bg.jpg);
}
#main .content-box .out-part .box{
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	line-height: 1;
}
#main .content-box .out-part h3{
	margin-bottom: 20px;
	font-size: 48px;
	color: #008cd6;
	font-weight: bold;
}
#main .content-box .out-part h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 88px;
}
#main .cutline{
	border-top: 1px solid #e5e5e5;
	margin: 0 5.8333%;
}
#main .sec1{
	padding: 5.8333%;
}
#main .sec1 img{
	width: 100%;
}
#main .sec1 .title{
	font-size: 26px;
	color: #008cd6;
	text-align: center;
	margin: 6.6% 0 4.9%;
}
#main .sec1 .left{
	float: left;
}
#main .sec1 .left h3{
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}
#main .sec1 .left .line{
	width: 20px;
	height: 2px;
	background-color: #333;
}
#main .sec1 .right{
	float: right;
	width: 71%;
}
#main .sec1 .right p{
	font-size: 14px;
	color: #555;
	line-height: 34px;
}
#main .sec2{
	text-align: center;
	padding: 6.66% 0 0.833%;
}
#main .sec2 .title{
	font-size: 26px;
	color: #008cd6;
	margin-bottom: 3.66%;
}
#main .sec2 .text-box{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/about04_sec1_bg.jpg);
	padding-bottom: 114px;
	margin-bottom: 5.42%;
}
#main .sec2 .text-box p{
	font-size: 14px;
	color: #222;
	line-height: 36px;
}
#main .sec2 ul{
	font-size: 0;
}
#main .sec2 li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 8.333%;
	margin-bottom: 5.8333%;
	box-shadow: 0 0 24px rgba(0,0,0,0.24);
}
#main .sec2 li:nth-child(3n){
	margin-right: 0;
}
#main .sec2 li img{
	width: 100%;
}
#main .sec3{
	text-align: center;
	padding: 6.66% 0;
}
#main .sec3 .title{
	font-size: 26px;
	color: #008cd6;
	margin-bottom: 4.1666%;
}
#main .sec3 ul{
	font-size: 0;
}
#main .sec3 li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 8.333%;
}
#main .sec3 li:nth-child(3n){
	margin-right: 0;
}
#main .sec3 li img{
	width: 100%;
	box-shadow: 0 0 24px rgba(0,0,0,0.24);
	margin-bottom: 30px;
}
#main .sec3 li p{
	font-size: 16px;
	color: #222;
}
#main .sec3 li p b{
	font-size: 18px;
	display: block;
	margin: 10px 0;
}
#main .sec3 li p span{
	font-size: 14px;
	display: block;
}
#main .sec4{
	padding: 6.66% 5.833% 2.5%;
}
#main .sec4 .title{
	font-size: 26px;
	color: #008cd6;
	text-align: center;
	margin-bottom: 4.72%;
}
#main .sec4 .box{
	margin-bottom: 2.83%;
}
#main .sec4 h3{
	font-size: 22px;
	color: #008cd6;
	font-weight: normal;
	margin-bottom: 2.83%;
}
#main .sec4 ul{
	font-size: 0;
}
#main .sec4 li{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1.89%;
	position: relative;
	overflow: hidden;
}
#main .sec4 li:nth-child(2n){
	margin-right: 0;
}
#main .sec4 li img{
	width: 100%;
}
#main .sec4 li .cover{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,140,214,0.8);
	padding: 7.7% 5.77%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
#main .sec4 li:hover .cover,#main .sec4 li.active .cover{
	top: 0;
}
#main .sec4 li h5{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
#main .sec4 li .value{
	border: 1px solid #fff;
	font-size: 26px;
	color: #fff;
	padding: 6px;
	display: inline-block;
	vertical-align: top;
	margin: 3.5% 0 3%;
}
#main .sec4 li  p{
	font-size: 14px;
	color: #ddd;
	line-height: 24px;
}
@media only screen and (max-width:1024px){
	#main .content-box{
		padding-bottom: 0;
	}
	#main .content-box > .inner{
		max-width: 100%;
	}
	#main .content-box .out-part{
		position: static;
		text-align: left;
		border-bottom: 1px solid #dcdcdc;
		height:auto;
		line-height: 1;
		padding: 1.5rem 4.8% 0;
	}
	#main .content-box .out-part h3{
		margin-bottom: 0.5625rem;
		font-size: 1.75rem;
	}
	#main .content-box .out-part h5{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}
	#main .cutline{
		margin: 0 0.375rem;
	}
	#main .sec1{
		padding: 0.9375rem 0.5625rem 1.3125rem;
	}
	#main .sec1 .title{
		font-size: 0.875rem;
	}
	#main .sec1 .left{
		float: none;
		margin-bottom: 0.9375rem;
		padding: 0 0.5rem;
	}
	#main .sec1 .left h3{
		font-size: 1.125rem;
		margin-bottom: 0.9375rem;
	}
	#main .sec1 .left .line{
		width: 0.625rem;
		height: 0.0625rem;
	}
	#main .sec1 .right{
		float: none;
		width: 100%;
		padding: 0 0.5rem;
	}
	#main .sec1 .right p{
		font-size: 0.5625rem;
		line-height: 1.0625rem;
		margin-bottom: 0.625rem;
	}
	#main .sec2{
		padding: 2.5rem 0 1.875rem;
	}
	#main .sec2 .title{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	#main .sec2 .text-box{
		height: 11.9375rem;
		background-size: auto 100%;
		padding-bottom: 0;
		padding-top: 1.3125rem;
		margin-bottom: 2.625rem;
	}
	#main .sec2 .text-box p{
		font-size: 0.5625rem;
		line-height: 1.125rem;
	}
	#main .sec2 li{
		width: 46.93%;
		margin-right: 2.133%;
		margin-bottom: 0.625rem;
		box-shadow: 0 0 0.875rem rgba(0,0,0,0.24);
	}
	#main .sec2 li:nth-child(3n){
		margin-right: 2.133%;
	}
	#main .sec2 li:nth-child(2n){
		margin-right: 0;
	}
	#main .sec3{
		padding: 2.5rem 0 1.3125rem;
	}
	#main .sec3 .title{
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	#main .sec3 li{
		width: 100%;
		padding: 0 4.8%;
		margin-bottom: 1.1875rem;
		margin-right: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#main .sec3 li:nth-child(2n){
		flex-direction: row-reverse;
	}
	#main .sec3 li img{
		width: 44.25%;
		box-shadow: 0 0 0.75rem rgba(0,0,0,0.1);
		margin-bottom: 0;
	}
	#main .sec3 li p{
		min-width: 44.25%;
		font-size: 0.5625rem;
	}
	#main .sec3 li p b{
		font-size: 0.8125rem;
		margin: 0.3125rem 0;
	}
	#main .sec3 li p span{
		font-size: 0.5625rem;
	}
	#main .sec4{
		padding: 2.5rem 4.8% 1.5625rem;
	}
	#main .sec4 .title{
		font-size: 0.875rem;
		margin-bottom: 1.8125rem;
	}
	#main .sec4 .box{
		margin-bottom: 0.9375rem;
	}
	#main .sec4 h3{
		font-size: 0.6875rem;
		margin-bottom: 0.9375rem;
	}
	#main .sec4 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.625rem;
	}
	#main .sec4 li .cover{
		padding: 1.125rem 0.9375rem;
	}
	#main .sec4 li h5{
		font-size: 0.6875rem;
	}
	#main .sec4 li .value{
		font-size: 0.8125rem;
		padding: 0.1875rem;
		margin: 0.5rem 0 0.8125rem;
	}
	#main .sec4 li  p{
		font-size: 0.5625rem;
		line-height: 1.0625rem;
	}
	
}
@media only screen and (max-width:414px){
	
}