html,body{
	background-color: #f5f5f5;
	height: 100%;
}
@media (max-width: 768px) {
	.aboutUs-nav.container{
		top:0;
	}
	.aboutUs-ishow .row {
		margin-right: 0;
		margin-left: 0;
	}
	.contactUs button{
		width:100%;
	}
	.contactUs button{
		width:100%;
	}
	.aboutUs-nav h5 a{
		margin:0 10px;
	}
}
@media (max-width: 992px) {
	.aboutUs-td img{
		width:100%;
	}
}
@media (min-width: 992px) {
	.contactUs button{
		width:300px;
	}
	.aboutUs-nav h5 a{
		margin:0 40px;
	}
}
.aboutUs-thankyou{
	width:100%;
	text-align: left;
	text-indent: 30px;
	padding:0 15px;
	box-sizing: border-box;
}
.contactUs hr{
	margin:0;
}
.aboutUs.container-fluid{
	padding: 0;
}
.aboutUs img{margin: 0 auto;}
.aboutUs-nav.container{
	background-color: #fff;
	padding: 0;
	position: relative;
	top:-60px;
}
.aboutUs-nav h5{
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.aboutUs-nav h5 a{
	display: inline-block;
	height:60px;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 4px solid #fff;
	color: #666666;
	cursor: pointer;
}
.aboutUs-nav h5 a:hover{
	text-decoration: none;
}
.aboutUs-nav h5 a.active{
	border-bottom: 4px solid #36d345;
	color: #36d345;
	text-decoration: none;
}
.aboutUs-ishow{
	
}
.aboutUs-ishow h6,
.aboutUs-honor h6,
.contactUs h6{
	font-size:36px;
	height:140px;
	line-height: 140px;
}
.aboutUs-ishow p{
	font-size:14px;
	width:75%;
	line-height: 25px;
	margin: 0 auto;
}
.aboutUs-ishow .aboutUs-td p{
	width:100%;
}
.aboutUs-ishow .row{
	padding:0 15px;
}
.aboutUs-ishow .aboutUs-td p span{
	display: inline-block;
	width:80%;
	height: 35px;
	line-height: 35px;
	background-color: #90c31f;
	color: #fff;
	font-size:16px;
	font-weight: bold;
	position:relative;
	top:-15px;
	left:50%;
	margin-left:-40%;
}
.bannerScroll{
	border: 1px solid red;
	position: relative;
}
.bannerScroll li {
	position:absolute;
	top:0;
}

.aboutUs-honor{
	padding:0 15px;
}
.aboutUs-honor div{
	margin-bottom: 30px;
}

.contactUs-text{
	padding:0 30px;
	margin-bottom: 50px;
}
.contactUs-text p{
	font-size:24px;
	margin-top:20px;
	padding:30px 0;
}
.contactUs-text li{
	margin-bottom: 25px;
	position: relative;
}
.contactUs-text a{
	width:140px;
	text-align: center;
	display: inline-block;
	height:40px;
	line-height: 40px;
	border-radius: 20px;
	border: 2px solid #36d345;
	color: #36d345;
	margin-top: 10px;
}
.contactUs-text li span{
	margin-right: 30px;
    font-size: 24px;
    position: absolute;
    top: 5px;
}
.contactUs-text li p{
	font-size: 12px;
    display: inline-block;
    width: 85%;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-left: 40px;
}

.contactUs h6 span,
.contactUs h6 p,
.suggest h6 span,
.contactUs h6 span{
	display: block;
}
.contactUs h6 span,
.suggest h6 span {
	height:60px;
	line-height: 60px;
	margin-top:60px;
}
.suggest h6 span{
	font-size: 36px;
	height: 140px;
	line-height: 140px;
	margin-top:0px;
}
.contactUs h6 p,
.suggest h6 p{
	font-size:14px;
	color: #666;
	line-height: 30px;
}
.contactUs h6 p em,
.suggest h6 p em{
	color: #3896ef;
	font-style: normal;
}
.contactUs-select div{
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top:30px;
}
.contactUs-select div select{
	border: none;
}
.contactUs input,
.suggest input{
	width:100%;
	height:50px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
	padding:0 20px;
}
.input{
	margin-bottom: 20px;
}
.contactUs textarea,
.suggest textarea{	
	width:100%;
	border: 1px solid #dfdfdf;
	padding:10px 20px;
	line-height: 40px;
	margin-bottom: 15px;
}
.contactUs button,
.suggest button{
	width: 100%;
	height:50px;
	line-height: 50px;
	background-color: #3896ef;
	font-size:18px;
	color: #fff;
	border: none;
	margin:20px auto;
}
.aboutUs-ishow .row div img{
	height:250px;
}
.aboutUs-td>div>img{
	height:250px;
}
