﻿.wrapper{
	width: 100%;
}


.head{
	text-align: center;
}
.head h1{
	position: relative;
	font-size: 18px;
	font-family: '微软雅黑';
	color: #000;
}
.head1 h1{color: #000;}
.head h1 span{
	color: #000000;
}
/*.head h1::before{
	content: '';
	display: block;
	width: 400px;
    height: 2px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -200px;
	background-color: #a14569;
}
.head1 h1::before{background-color: #000}*/

.phone {
    width: 30%;
    margin: 75px auto;
    border: 1px dashed #e91b2b;
    border-radius: 14px;
}
.phone-icon {
    padding: 12px 0;
    text-align: center;
}

/*banner*/
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}

/*section1*/
.section1{
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.section1-content{
	margin-top: 12px;
}
.section1-img{
	width: 88%;
    margin: 0 auto;
}
.section1-img img{
	display: block;
	width: 100%;
}


.section1-txt{
	width: 100%;
	box-sizing: border-box;
	padding: 4%;
}
.section1-txt-img{
	width: 50%;
	margin-bottom: 10px;
}
.section1-txt-img img{
	display: block;
	width: 100%;
}
.section1-txt h3{
	font-size: 14px;
	font-family: '微软雅黑';
	line-height: 1.6;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.section1-txt h2{
	margin-top: 14px;
	font-size: 20px;
	font-family: '微软雅黑';
}
.section1-txt-p p{
	font-size: 13px;
	font-family: '微软雅黑';
	line-height: 1.6;
}
.section1-txt-p p span{
	color: #ff0000;
}


/*section2*/
.section2{background: #fffcf7;}
.section2 .section1-txt h2{
	font-size: 18px;}
.section2 .section1-txt-p p{
	font-size: 14px;
}

/*section3*/
.section3{
	width: 100%;
	margin-top: 30px;
}
.section3-content{
	width: 100%;
	margin-top: 4%;
}

.section3-txt{
	width: 38%;
	float: left;
	padding: 4%;
	box-sizing: border-box;
}
.section3-txt h3{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-txt p{
	font-size: 12px;
	font-family: '微软雅黑';
	line-height: 1.8;
}
.section3-box{
	width: 25%;
	float: left;
	margin-left: 4%;
}
.section3-img{
	width: 100%;
	overflow: hidden;
}
.section3-img img{
	width: 100%;
	display: block;
	cursor: pointer;
}
.section3-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all ease .3s;
}
.section3-box h3{
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-box p{
	font-size: 12px;
	font-family: '微软雅黑';
}

.section3-list{
	width: 100%;
	margin-top: 4%;
}
.section3-list-li{
	float: left;
	width: 30%;
	margin-left: 2.5%;
}
.section3-list-li h3{
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-list-li p{
	font-size: 12px;
	font-family: '微软雅黑';
}

.s-link{
	width: 100%;
	margin-bottom: 10px;
}
.s-link a{
	display: block;
	width: 24%;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

