﻿*{ padding:0;}
ul li{list-style-type: none;}
.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfix{
	zoom:1;
} 



.wrapper{
	width: 960px;
	margin: 0 auto;
}

.head{
	padding-top: 30px;
	text-align: center;
	background: none !important;
}
.head h1{
	position: relative;
	font-size: 40px;
	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: 50%;
    margin: 75px auto;
    border-radius: 14px;
}
.phone-icon {
    padding: 12px 0;
    text-align: center;
}
.phone img{
	width: 100%;
	display: block;
}

/*banner*/
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}

/*section1*/
.section1{
	width: 100%;
	padding: 25px;
	padding-top: 30px;
	background: url(img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.section1-content{
	margin-top: 40px;
}
.section1-img{
	width: 35%;
	float: left;
	padding: 10px;
	margin-left: 4%;
}
.section1-img img{
	display: block;
	width: 100%;
}


.section1-txt{
	width: 50%;
	float: right;
	margin-right: 4%;
}
.section1-txt-img{
	width: 36%;
	margin-bottom: 10px;
}
.section1-txt-img img{
	display: block;
	width: 100%;
}
.section1-txt h3{
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 1.6;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.section1-txt h2{
	margin-top: 30px;
	font-size: 22px;
	font-family: '微软雅黑';
}
.section1-txt-p p{
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 1.6;
}
.section1-txt-p p span{
	color: #ff0000;
}


/*section2*/
.section2{background: #fffcf7;}
.section2 .section1-txt h2{
	font-size: 22px;}
.section2 .section1-txt-p p{
	font-size: 16px;
}

/*section3*/
.section3{
	width: 100%;
	margin-top: 45px;
}
.section3-content{
	width: 100%;
	margin-top: 4%;
}

.section3-txt{
	width: 38%;
	float: left;
	margin-left: 2%;
	padding: 4%;
	box-sizing: border-box;
}
.section3-txt h3{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 26px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-txt p{
	font-size: 24px;
	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: 22px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-box p{
	font-size: 16px;
	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: 10px;
	font-size: 22px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-list-li p{
	font-size: 16px;
	font-family: '微软雅黑';
}



