/*.container{
	margin-top:0.2rem;
	text-align:center;
}*/
.com-banner .banner-txt{
	top: 30%;
}
.container h1 p{
	font-size: 0.8rem;
}
.container h1{
	margin-top: 0.9rem;
}
.content{
	margin-top:0.9rem;
	font-size:0.45rem;
	/*color: #383838;*/
	color: #737475;
	line-height: 0.9rem;
	/*margin-bottom: 1.2rem;*/
}

.img_wrap{
	text-align: center;
}
.img_wrap img{
	max-width: 100%;
	display: inline-block;

}

.arrow_bottom{
	background: url("../images/arrow_bottom.png") no-repeat  center center;
	height: 20px;
	background-size: 20px auto;
	margin-top: 2.2rem;
}




.contact-container{
	width: 860px;
	margin: 0 auto;
	text-align: left;
	/*font-weight: bold;*/
}

.contact-container .contact-txt{
	text-align: center;
}
.section1{
	text-align: left;
	padding-bottom: 2rem;
}


.section1 h1{
	font-size: .8rem;
	font-weight: bold;
}
.section1 .content{
	/*font-size: 0.5rem;*/
	margin-top: 1.55rem;
}

.section2 .banner-txt{
	top: 22%;
}
.section2 .content{
	color: #fdfdfe;
	margin-top: 1.5rem;
}


/*.section3*/

.section3 {
	margin-top: 3.4rem;
}
.section3 .contact-txt{
	font-size: 0.8rem;
}

.section3 .contact-txt h1:after{
	content: "";
	display: block;
	width: 1.08rem;
	height: 2px;
	background: #ffb300;
	margin: .3rem auto .5rem;
}
.section3 .contact-txt h1,
.section3 .contact-txt h2{
	font-weight: bold;

}
.section3 .contact-txt h2 {
	margin-bottom: 1.9rem;
}
.section3 .contact-txt p {
	font-weight: bold;
}

.section3 .contact-txt p em{
	display: block;
	font-size: 0.5rem;
	text-transform: uppercase;
	font-weight: bold;
}

.section3 .img_wrap img{
	margin-top: 1rem;
	margin-bottom: 1.8rem;
}

.section4 .banner-txt {
	color: #fdfdfe;
	top: 20%;
}
.section4 .banner-txt .phone{
	font-size: 0.5rem;
	margin-top: .3rem;
}
.section4 .content{
	color: #fdfdfe;
	line-height: 1rem;
}


.section4 .content .mt{
	margin-top: .6rem;
}


.section5{
	text-align: center;
	margin-bottom: 2rem;
}




.map{
	position: relative;
}
#allmap{
	height: 470px;
}

.add_wrap{
	width: 800px;
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	margin-left: -400px;
	text-align: center;
}
.add_wrap .add_item{
	background: #fff;
	text-align: left;
	width: 300px;
	height: 165px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.56rem;
	padding: 0.5rem 0.8rem .6rem;
}

.add_wrap .add_item h3{
	font-size: .4rem;
	position: relative;
	padding-top: .2rem;
	margin-bottom: .2rem;
}
.add_wrap .add_item h3:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #2e2e2e;
	position: absolute;
	left: 0;
	top: 0;
}
.add_wrap .add_item p{
	font-size: .32rem;
	color: #5b5b5b;
}

.add_wrap .add_item2 p{
	font-size: .8rem;
	margin-top: 1rem;
}


@media (max-width: 1440px){

	.section2 .banner-txt{
		top: 16%;
	}
	.content{
		line-height: 0.8rem;	
	}

	.section2 .content{
		margin-top: 1rem;
	}

	.section3 .contact-txt h2 {
	    margin-bottom: 1.2rem;
	}
	.section4 .content{
		line-height: 0.75rem;
	}
	.section4 .banner-txt{
		top: 15%;

	}
}




@media (max-width: 860px){
	.contact-container{
		width: 90%;
	}
	
	.add_wrap{
		position: static;
		margin: 0;
	}
	.add_wrap .add_item{
		display: block;
		width: 100%;
		height: auto;
		padding: .4rem .6rem;
	}
}

@media (max-width: 767px){
	.com-banner .banner-txt {
	    top: 20%;
	}
	.arrow_bottom{
		display: none;
	}
	.section1{
		padding-bottom: .6rem;
	}
	.section1 h1{
		font-size: .6rem;
	}
	.content{
		margin-top: 0.5rem!important;
		font-size: .45rem!important;
	}

	.section3 {
	    margin-top: 1rem;
	}

	.section2{
		background: url("../images/cpln.jpg") no-repeat center center;
		background-size: auto 100%;
		padding:1rem 0;
	}
	.section2 img{
		display: none;
	}
	.section2 .banner-txt{
		position: static;

	}
	.section3 .contact-txt{
		font-size: .6rem;
	}
	.section3 .contact-txt h2 {
	    margin-bottom: 0.5rem;
	}
	.section3 .img_wrap img {
	    margin-bottom: 1rem;
	    max-width: 90%;
	}

	.section4 .banner-txt{
		position: static;
	}

	.section4{
		background: url("../images/banner-zs.jpg") no-repeat center center;
		background-size: auto 100%;
		padding: 1rem 0 1.2rem;
	}
	.section4 img{
		display: none;
	}
	.section4 .com-banner{
		margin-bottom: 0;
	}

	#allmap{
		height: 200px;
	}
	.section5{
		margin-bottom: 0.5rem;
		overflow: hidden;
	}

	.add_wrap{
		width: 100%;
	}
	.add_wrap .add_item2 p {
	    margin-top: 0.2rem;
	    font-family: "微软雅黑"
	}

	.add_wrap .add_item{
		width: 90%;
		line-height: .7rem;
	}
	.add_wrap .add_item p{
		font-size: .46rem;
	}
	
}















