/*介绍 开始*/
.us-bg {
	position: relative;
	height: 6.71rem;
	background: url(../img/us_bannar.png) no-repeat center;
	background-size: cover;
}

.introduce-text {
	position: absolute;
	top: 1.8rem;
  left: 6.85rem;
  width: 7rem;
}

.introduce-text h2 {
	color: #333;
}

.introduce-text h4 {
	margin: .36rem auto .18rem;
	padding: 0 .3rem .18rem;
	border-bottom: .01rem solid #666;
	width: 2.54rem;
	color: #666;
}

.introduce-text p {
	color: #666;
	line-height: 2.2;
}

/*责任 开始*/
.duty-custom {
	padding: 0 1.8rem .22rem;
}

.duty-custom h3 {
	margin: .72rem 0 .46rem;
	font-size: .24rem;
	color: #666;
}

.duty-custom p {
	margin-bottom: .52rem;
	font-size: .2rem;
	font-weight: lighter;
	color: #999;
	line-height: 2;
}

.duty-custom ol {
	margin-bottom: 0;
	padding-left: 1.4rem;
}

.duty-custom li {
	float: left;
	margin-bottom: .5rem;
	width: 50%;
	font-size: .24rem;
	list-style-position: inside;
	/*text-align: left;*/
	color: #666;
}
/*责任 结束*/

/*团队 开始*/
.bg-padding {
	padding: 0;
}

.team-custom {
	margin-top: .6rem;
}

.img-wrap {
	height: 1.4rem;
	line-height: 1.4rem;
}

.team-custom h3 {
	margin-bottom: .4rem;
	color: #666;
}
/*团队 结束*/

/*联系我们 开始*/
.about-custom {
	background: url(../img/about_us_bg.png) no-repeat center;
	background-size: cover;
}

.form-custom {
	margin: .5rem auto;
	width: 9.22rem;
}

.form-custom textarea {
	padding: .36rem;
	border: none;
	resize:none;
	width: 100%;
	height: 3.42rem;
	font-size: .2rem;
	background-color: #f4f4f4;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
　color: #999;
}
input:-moz-placeholder, 
textarea:-moz-placeholder {
　color:#999;
}
input::-moz-placeholder, 
textarea::-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
　color:#999;
}

input:focus, 
textarea:focus {
  outline: none;
}

#name,
#contact {
	margin: .5rem 0;
	padding-bottom: .24rem;
	border: none;
	border-bottom: .01rem solid #ccc;
	width: 4.15rem;
	font-size: .22rem;
	color: #333;
	
}

#about-submit {
	border: none;
	width: 2.22rem;
	height: .55rem;
	font-size: .22rem;
	color: white;
	background-color: #02b7a1;
}
/*联系我们 结束*/

/*animate 开始*/
h3.fadeIn,
p.fadeIn {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;    /*动画持续时间*/
}
/*animate 结束*/