@charset "utf-8";

#banner {
  width: 100%;
  min-width: 1200pxx;
  overflow: hidden;
  position: relative;
  top: -60px;
  background-color: #000;
}
#banner a img {
  width: 100%;
  display: block;
}

/* 关于我们 */
.content-2 {
	margin-top: -60px;
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  overflow: hidden;
}
.content-2 .com-box{
	position: relative;
}
.content-2 .com-box .con-bg {
  position: absolute;
  font-size: 128px;
  line-height: 92px;
  color: #000;
  top: 0px;
  left: -100px;
  opacity: .015;
  /* z-index: -1; */
}
.content-2 .con2-left {
}
.content-2 .con2-left > .top {
  height: 60px;
  margin-top: 40px;
}
.content-2 .con2-left > .top span:nth-child(1) {
	display: block;
  font-size: 20px;
  font-weight: bold;
}
.content-2 .con2-left > .top span:nth-child(2) {
	display: block;
  font-size: 12px;
  color: #cdcdcd;
}
.content-2 .con2-left > .top span:nth-child(3) {
  display: inline-block;
  background-color: #1653e8;
  width: 50px;
  height: 3px;
  margin-bottom: 7px;
}
.content-2 .con2-left h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.content-2 .con2-left .center {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6em;
}

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

.content-2 .con h2{font-size: .26rem; margin-bottom: 30px;}
.content-2 .con div.t{background:url(../img/icon-01.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.content-2 .con div.m{background:url(../img/icon-02.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.content-2 .con div.e{background:url(../img/icon-03.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.content-2 .con div.a{background:url(../img/icon-04.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.content-2 .con div.f{background:url(../img/icon-06.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.content-2 .con div.u{background:url(../img/icon-07.png) no-repeat 0 0; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
.pic{
	float: right;    
    width: 750px;
}
#dituContent{
	width: 100%;
	height: 300px;
}

.message{
	background-color: #f6f6f6;
	padding: 10px 0 30px;
}
.message .top {
  height: 60px;
  margin-top: 40px;
}
.message .top span:nth-child(1) {
	display: block;
  font-size: 20px;
  font-weight: bold;
}
.message .top span:nth-child(2) {
	display: block;
  font-size: 12px;
  color: #cdcdcd;
}
.message .top span:nth-child(3) {
  display: inline-block;
  background-color: #1653e8;
  width: 50px;
  height: 3px;
  margin-bottom: 7px;
}
.message .con-box .form-group{overflow: hidden; margin: 0 -.5% 10px;}
.message .con-box .form-control{
	background-color: #fff;
	width: 49%;
	margin: 0 .5%;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}
.message .btn-box{
	margin: 0 .5%;
	padding: 20px 0;
}
.message .btn-box .btn{
	background-color: #1653e8;
	color: #fff;
	width: 180px;
	margin: 0 auto;
	height: 56px;
	line-height: 56px;
	letter-spacing: 3px;
	font-size: 18px;
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
}
.message .btn-box .btn:hover{
	background-color: #0b30db;
}

@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);
	}
	
	.content-2{
		background: #fff;
	}
	.content-2 .mainBox{
	  overflow: hidden;
	  padding: 15px;
	}
	
	
	.content{
		color: #333;
		overflow: hidden;
		padding-top: 0;
	}
	.content-2 .con{
		float: none;
		width: 100%;
		height: auto;
		padding: 10px 0px;
		font-size: 16px;
	}
	
	.content-2 .con h2{font-size: 20px; margin-bottom: 30px;}
	.content-2 .con div.t{background:url(../img/icon-01.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.content-2 .con div.m{background:url(../img/icon-02.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.content-2 .con div.e{background:url(../img/icon-03.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.content-2 .con div.a{background:url(../img/icon-04.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.content-2 .con div.f{background:url(../img/icon-06.png) no-repeat 0 center; line-height: 20px; padding-left: 30px; margin-bottom: 15px;}
	.content-2 .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;
	}
}