﻿.main{
	width: 100%;
}

.head{
	padding-top: 30px;
	text-align: center;
}
.head1{
	padding-top: 15px;
	text-align: center;
}
.head h1{
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	font-family: '晴圆等宽';
}
.head h1::before{
	content: '';
	display: block;
	width: 148px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -74px;
	background-color: #434d56;
}
.head h1::after{
	content: '';
	display: block;
	width: 48px;
	height: 1px;
	position: absolute;
	bottom: -4px;
	left: 64%;
	margin-left: -74px;
	background-color: rgb(230, 8, 8);
}
.head h1 span{
	color: #fa0850;
}
.head p{
	font-size: 12px;
	font-weight: bold;
	font-family: '晴圆等宽';
}
.head1 p{
	font-size: 16px;
	font-weight: bold;
	font-family: '晴圆等宽';
	color: red;
}
.head .hp{
    width: 185px;
    margin: 0 auto;
	/* background-color: #000000;
	color: #fff; */
}

.tell-icon{
	width: 40%;
	margin: 15px auto;
}
.tell-icon img{
	display: block;
	width: 100%;
}

.wbanner{
	width: 100%;
}
.wbanner img{
	width: 100%;
	display: block;
}

/*section1*/
.section1-img{
	width: 100%;
	margin-top: 30px;}
.section1-img img{
	display: block;
	width: 100%;}

/*section2*/
.section2 .head h1::before{
	width: 244px;
    margin-left: -122px;
}
.section2-img{
	width: 100%;
	margin-top: 10px;}
.section2-img img{
	display: block;
	width: 100%;}

/*section3*/
.section3 .head h1::before{
	width: 244px;
	margin-left: -122px;
}

.section3-item{
	width: 45%;
	height: 118px;
	float: left;
	margin: 10px 2.5%;
}
.section3-item-img{width: 100%;}
.section3-item-img img{
	display: block;
	width: 100%;}
.section3-item p {
    margin-top: 5px;
    font-size: 12px;
    /* background-color: #1b1b1b;
    color: #fff; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.background{
	background-color: #fff2f2;
}

/*section4*/
/* .section4 .head h1{
	color: #a0553a;
} */
.section4 .head h1::before{
	width: 240px;
	margin-left: -120px;
	background-color: #434d56;
}
/* .section4 .head p{
	color: #a0553a;
} */

.section4-content{padding-bottom: 30px;}
.section4-item{
	width: 45%;
	height: 118px;
	float: left;
	margin: 10px 2.5%;
}
.section4-item-img{width: 100%;}
.section4-item-img img{
	display: block;
	width: 100%;}
.section4-item p {
    margin-top: 5px;
    font-size: 12px;
}

/*section5*/
/* .section5 .head h1{
	color: #6b3252;
} */
.section5 .head h1::before{
	width: 240px;
	margin-left: -120px;
	background-color: #434d56;
}
.section5-img{
	width: 100%;
	margin-top: 30px;}
.section5-img img{
	display: block;
	width: 100%;}

/*section6*/
.section6 .head h1::before{
	width: 198px;
	margin-left: -99px;
	background-color: #434d56;
}
.section6 .head p{
	color: #262626;
}

.section6-content{padding-bottom: 30px;}
.section6-item{
	width: 45%;
	height: 150px;
	float: left;
	margin: 10px 2.5%;
}
.section6-item-img{width: 100%;}
.section6-item-img img{
	display: block;
	width: 100%;}
.section6-item p {
    margin-top: 5px;
    font-size: 12px;
    color: #121145;
}

/*section7*/
/* .section7 .head h1{color: #17345a;} */
.section7 .head p{color: #627793;}
.section7 .section6-item p{color: #4e6889;}

.section8{margin: 30px 0;}


@media screen and (max-width:1024px){
	.section3-item{height:280px;}
	.section4-item{height:280px;}
	.section6-item{height:310px;}

}
@media screen and (max-width:992px){
	.section3-item{height:220px;}
	.section4-item{height:220px;}
	.section6-item{height:270px;}

}
@media screen and (max-width:767px){
	.section3-item{height:118px;}
	.section4-item{height:118px;}
	.section6-item{height:150px;}
}