
body{
	padding-top: 0;
	margin:0;
	color: #333;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	/*height: 100%*/
}
.swiper-container img{
	height: 100%
}
.swiper-prev,.swiper-next{
	display: block;
	width: 70px !important;
	position: absolute;
	top: 45%;
	z-index: 100;
	cursor: pointer;
}
.swiper-prev{
	left: 50px;
}
.swiper-next{
	right: 50px;
}

.main{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.main-left{
	background-color: #FFF;
	height: 100%;
	width: 20%;
	padding: 0 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-left-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.main-title{
	width: 100%;
	background-color: #BFBFBF;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0 0 1px #292929;
	font-size: 1.3rem;
}
.main-title2{
	width: 100%;
	padding: 5px 0;
	margin-top: 5px;
	text-align: center;
	text-shadow: 0 0 1px #292929;
	font-size: 1.2rem;
	cursor: pointer;
}
.main-left-info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.main-left-info>div{
	width: 40%;
	padding: 5px 0;
	font-size: 1.1rem;
	cursor: pointer;
	white-space: nowrap;
}
.main-left-info>div:nth-child(2n){
	text-align: right;
}

.main-cont{
	width: 80%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-cont-box{
	height: 100%;
	position: relative;
}
.main-cont-label{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
.main-cont-title{
	width: 100%;
	font-style: oblique;
	font-size: 1.3rem;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
	color: #666;
	cursor: pointer;
}
.main-cont-title-active{
	color: #333;
	cursor: pointer;
	font-weight: 500;
	text-shadow: 1px 1px 2px #484848
}
.main-cont-title-active:before,.main-cont-title-active:after{
	box-sizing: border-box;
	content: " ";
	display: block;
	position: absolute;
	left: -13px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: solid 1px #FFF;
	border-radius: 50%;
}
.main-cont-title-active:after{
	border: solid 3px #FFF;
	width: 14px;
	height: 14px;
	top: 13px;
	left: -10px;
	background: #F7C8A8;
}
.main-cont-desc{
	font-size: 1.2rem;
	line-height: 2rem;
	/*color: #FFF;*/
	text-shadow: 1px 1px 2px #a2a2a2;
	letter-spacing: 1px;
	display: none;
	background: rgba(255,255,255,0.7);
	padding: 13px;
}
#main-cont-label-bg{
	width: 8rem;
	background: rgba(255,255,255,0.7);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	/*flex-wrap: wrap;*/
}
.main-cont-desc:first-child{
	display: block;
}
.main-bg{
	display: block;
	height: 100%;
	width: 100%;
}

.contact-title{
	width: 140px;
	margin: 30px auto 10px;
	font-size: 1.6rem;
	border-bottom: solid 1px #333;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
}

#mainService .contact-title{
	letter-spacing: 13px;
	font-weight: 600
}
.contact{
	height: 90vh;
	padding: 0 7%;
}
.contact-info{
	display: flex;
	justify-content: space-between;
}
.contact-box{
	width: 40%;
	font-size: 1.3rem;
}
.contact-tel{
	display: flex;
	justify-content: space-between;
	color: #333;
	margin-top: 20px;
	padding-top: 10px
}
.contact-tel-info{
	width: 40%;
	white-space: nowrap;
}
.yuyue{
	text-decoration: underline;
	cursor: pointer;
}

.contact-map{
	width:45%;
   	height:550px;
}
#dituContent{
	width:100%;
   	height:550px;
}

.qrImg{
	width: 200px;
	height: 200px
}

.service-main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-box{
	width: 24%;
	position: relative;
	margin-top:16px;
}
.service-img{
	display: block;
	width: 100%;
}
.service-desc{
	position: absolute;
	width: 80%;
	height: 60%;
	left: 10%;
	top: 30%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 20px;
	background-color: rgba(82,82,82,0.55);
	color: #FFF;
	font-size: 1rem;
	display: none;
}
.service-title{
	font-size: 1.5rem;
	width: 100%;
	display: block;
}
.service-main-title{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	font-size: 2rem;
	color: #FFF
}

.cert_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
}
.cert_box img{
	width: 20%;
	display: block;
	cursor: pointer;
}