*{
	font-family: "微软雅黑";
}
/*除首页以外的banner图*/
.banner-page{
	width: 100%;
	height: 420px;
	border: 1px solid transparent;
}
.banner-page{
	width: 100%;
	background-image: url(../img/about17.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-page h4{
    margin-top: 151px;
    font-size: 36px;
    color: white;
    margin-bottom: 0;
}
.banner-page p{
    font-size: 16px;
    color: white;
    width: 100%;
    line-height: 30px;
    font-family: "微软雅黑";
    margin: 0 auto;
    margin-top: 30px;
    font-weight:600;
    letter-spacing: 1px;
}
.banner-bg{
    margin-left: 96px;
    width: 33%;
}
/*公司简介*/
.tab ul{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #b6b6b6;
}
.tab ul li{
	display: inline-block;
	font-size: 22px;
	color: #2f2f2f;
	width: 20%;
	margin-left: 4%;
	text-align: center;
	background-color: #cbcbcb;
	line-height: 45px;
	cursor: pointer;
}
.company-profile img{
	margin: 0 auto;
	display: block;
	margin-top: 45px;
	width: 90%;
	margin-bottom: 30px;
}
.company-profile{
	/*width: 90%;*/
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.company-profile p{
	width: 90%;
    font-size: 18px;
    color: #575757;
    text-indent: 2em;
    line-height: 30px;
    margin: 0 auto;
}
.tab li.selected{
	color: white;
	background-color: #00dfb9;
}
.about{
	margin-top: 40px;
}
.about .tb{
	display: none;
}
.about-title{
	margin: 0 auto;
	margin-top: 45px;
	width: 90%;
	text-align: center;
}
.about-title img{
	width: 90%;
}
.about-title h2{
	font-size: 32px;
	color: #393939;
}
.about-title p{
	font-size: 20px;
	color: #393939;
}
.company-strength img{
	margin: 0 auto;
	width: 90%;
	display: block;
	margin-top: 45px;
}
.company-strength p{
	width: 90%;
    font-size: 18px;
    color: #575757;
    text-indent: 2em;
    line-height: 30px;
    margin: 0 auto;
}
.strength{
	margin-top: 30px;
	margin-bottom: 40px;
}
.culture ul{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	margin-top: 36px;
}
.culture ul li img{
	margin: 0 auto;
	display: block;
	width: 150px;
	height: 150px;
}
.culture ul li p{
	font-size: 32px;
	color: #6fb92d;
	text-align: center;
	margin-top: 10px;
}
.culture-intro{
	margin-top: 55px;
	margin-bottom: 40px;
}
.culture-intro p{
    width: 90%;
    font-size: 18px;
    color: #575757;
    text-indent: 2em;
    line-height: 30px;
    margin: 0 auto;
}
.honor{
	margin-top: 25px;
	margin-bottom: 40px;
}
.honor ul{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.honor ul li{
	margin-top: 34px;
}
.honor ul li div{
	border: 1px solid #e7e3e3;;
}
.honor ul li div img{
	margin: 0 auto;
	display: block;
	padding: 20px;
	width: 100%;
}
.honor ul li div p{
	font-size: 16px;
	color: #313232;
	text-align: center;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}






@media only screen and (min-width: 992px) and (max-width: 1199px){
	
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	.honor ul li div p{
		
	}
}


@media only screen and (max-width:767px){
	/*二级导航*/
	.tab ul li{
		margin-left: 1%;
		margin-right: 1%;
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}
	.tab ul{
		width: 96%;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.company{
		margin-top: 30px;
	}
	.company-profile{
		margin-top: 22px;
	}
	.company-profile p{
		font-size: 14px;
		line-height: 25px;
	}
	.company-strength img{
		margin-top: 30px;
	}
	.company-strength p{
		font-size: 14px;
		line-height: 25px;
	}
	.culture ul li img{
		width: 100%;
		height: 100%;
	}
	.culture ul li p{
		font-size: 14px;
	}
	.culture-intro{
		margin-top: 5px;
	}
	.culture ul{
		margin-top: 23px;
	}
	.honor ul li div p{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.honor{
		margin-top: 0;
	}
	.about{
		margin-top: 26px;
	}
	.about-title h2{
		font-size: 28px;
	}
	.about-title p{
		font-size: 18px;
	}
	.culture-intro p{
		font-size: 14px;
		line-height: 25px;
	}
	.banner-page{
		height: 334px;
	}
	.banner-page h4{
	    margin-top: 102px;
    	font-size: 28px;
    	text-shadow: 0 0 10px black;
	}
	.banner-page p{
	    font-size: 20px;
	    color: white;
	    width: 78%;
	    line-height: 30px;
	    font-family: "微软雅黑";
	    margin-top: 13px;
	    text-align: left;
	    margin-left: 0;
	    text-shadow: 0 0 10px black;
	}
	.banner-bg{
	    text-align: left;
	    margin-left: 0;
	    width: 90%;
	    margin: 0 auto;
	}
	.company-profile img{
	    margin-top: 19px;
	    margin-bottom: 10px;
	}
	.banner-page{
		background-image: url(../img/about18.png);
	}
	/*.about-title img{
		display: none;
	}*/
}
