@charset "utf-8";


#header .menu-con>ul>li.nav9>a>span.en::after{display: block;}

#banner{ width: 100%; min-width: 1200px; height: 150px; position: relative;}
#banner .banner-con .mainBox{padding-top: 30px; text-shadow: 0 0 15px rgba(60,60,60,.5);}

.page-title{
	padding: 50px 0 40px;
	position: relative;
	text-align: center;
}
.page-title h2{
	color: #000;
	font-size: 28px;
	line-height: 1.4em;
}
.page-title div{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-title span{
	margin: 0 auto;
	margin-top: 12px;
	display: block;
	width: 25px;
	border-top: 1px solid #333333;
}

#main{
	background: #fff url(../img/contact-01.jpg) no-repeat left top;
}
#main .mainBox{
  overflow: hidden;
  padding-bottom: 50px;
}


.content{
	color: #333;
	overflow: hidden;
	padding-top: 1rem;
}
#main .con{
	float: left;
	width: 450px;
	height: 318px;
	padding: 10px 0px;
	font-size: 16px;
}

#main .con h2{font-size: .26rem; margin-bottom: 30px;}
#main .con div.t{background:url(../img/icon-01.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
#main .con div.m{background:url(../img/icon-02.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
#main .con div.e{background:url(../img/icon-03.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
#main .con div.a{background:url(../img/icon-04.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
#main .con div.f{background:url(../img/icon-06.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
#main .con div.u{background:url(../img/icon-07.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.pic{
	float: right;    
    width: 750px;
}
#dituContent{
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 768px) {
	#header .menu-con>ul>li.nav5>a>span.en::after{display: none;}
	
	
	#banner {
		display: block;
		width: 100%;
		min-width: 100%;
		height: 26vw;
		min-height: 26vw;
		position: relative;
	}
	
	#banner .banner-con .mainBox {
		padding-top: 25px;
		text-shadow: 0 0 15px rgba(0, 82, 174, .5);
	}
	
	#main{
		background: #fff;
	}
	#main .mainBox{
	  overflow: hidden;
	  padding: 15px;
	}
	
	
	.content{
		color: #333;
		overflow: hidden;
		padding-top: 0;
	}
	#main .con{
		float: none;
		width: 100%;
		height: auto;
		padding: 10px 0px;
		font-size: 16px;
	}
	
	#main .con h2{font-size: 20px; margin-bottom: 30px;}
	#main .con div.t{background:url(../img/icon-01.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	#main .con div.m{background:url(../img/icon-02.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	#main .con div.e{background:url(../img/icon-03.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	#main .con div.a{background:url(../img/icon-04.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	#main .con div.f{background:url(../img/icon-06.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	#main .con div.u{background:url(../img/icon-07.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.pic{
		float: none;    
	    width: 100%;
	}
	#dituContent{
		width: 100%;
		height: 300px;
	}
}