/*企业简介*/
.about_one{
	width: 100%;
	padding: 0 0 70px;
	overflow: hidden;
}
.about_one h1{
	font-size: 40px;
	line-height: 42px;
	color: #000000;
	margin: 50px 0;
}
.about_one ul{
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.about_one ul li{
	height: 100%;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}
.about_one ul li:nth-of-type(2){
	padding: 0 30px;
}
.about_one ul li:nth-of-type(3){
	padding: 0 55px 0 40px;
	border: none;
}
.about_one ul li h3{
	font-size: 26px;
	font-weight: lighter;
	color: #e7511e;
	margin-bottom: 20px;
}
.company_time,.company_address{
	width: 100%;
	height: 50%;
	overflow: hidden;
	color: #838383;
	font-size: 16px;
	position: relative;
}
.company_time{
	color: #aaaaaa;
	border-bottom: 1px solid #e5e5e5;
}
.company_time img{
	width: 150px;
	position: absolute;
	right: 60px;
	top: 0;
}
.company_time h3{
	margin-bottom: 30px;
}
.company_time span{
	font-size: 70px;
	line-height: 72px;
	font-family: 'bebasneue-regular';
	color: #e7511e;
}
.company_address h3{
	margin:60px 0 30px;
}
.company_address img{
	width: 100px;
	position: absolute;
	right: 75px;
	top: 60px;
}
.company_product,.company_idea {
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #838383;
	line-height: 25px;
	font-size: 14px;
	position: relative;
}
.company_product p{
	margin-bottom: 7px;
}
.company_product img{
	width: 100px;
	position: absolute;
	bottom: 25px;
	right: 0;
}
.company_idea img{
	width: 135px;
	position: absolute;
	bottom: 0px;
	right: 0;
}
@media only screen and (max-width: 991px) {
	.about_one{
		padding: 0 0 20px;
	}
	.about_one ul {
	    width: 100%;
	    height: auto;
	}
	.about_one ul li{
		height: 350px;
	}
	.about_one ul li:nth-of-type(2){
		border: none;
		padding: 0 0 0 30px;
	}
	.about_one ul li:nth-of-type(3){
		padding: 40px 0;
		height: auto;
		border-top: 1px solid #e5e5e5;
	}
	.company_address h3 {
	    margin: 40px 0 30px;
	}
	.company_address img{
		top: 40px;
	}
	.company_product img {
	    right: 50%;
	    margin-right: -50px;
	}
}
@media only screen and (max-width: 767px) {
	.about_one h1{
		font-size: 30px;
	    line-height: 32px;
	    margin: 40px 0;
	}
	.about_one ul li{
		height: 200px;
	}
	.about_one ul li h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.company_time, .company_address {
	    font-size: 14px;
	}
	.company_time img{
		width: 60px;
		right: 10px;
	}
	.company_time span{
		font-size: 36px;
		line-height: 38px;
	}
	.company_address h3{
		margin:20px 0 10px;
	}
	.company_address img{
		width: 50px;
		right: 15px;
		top: 20px;
	}
	.about_one ul li:nth-of-type(2){
		padding: 0 0 0 15px;
	}
	.about_one ul li:nth-of-type(3){
		padding: 20px 0;
	}
	.company_product, .company_idea {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    color: #838383;
	    line-height: 20px;
	    font-size: 12px;
	    position: relative;
	}
	.company_product p{
		height: 80px;
		overflow: hidden;
	}
	.company_product p:nth-of-type(2){
		display: none;
	}
	.company_product img{
		width: 60px;
		bottom: 15px;
		margin-right: -20px;
	}
	.company_idea img{
		width: 75px;
		position: relative;
		margin-left: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.about_one ul li:nth-of-type(2) {
	    padding: 0 25px;
	    text-align: justify;
	}
	.company_time img{
		right: 30px;
	}
	.company_address img{
		right: 45px;
	}
}
@media only screen and (min-width:1300px ) {
	.about_one ul li:nth-of-type(2) {
	    padding: 0 30px;
	}
	.company_time img{
		right: 60px;
	}
	.company_address img{
		right: 75px;
	}
}
/*荣誉资质*/
.about_two{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: url(../img/honorBg.jpg) no-repeat center center;
}
.about_two h1{
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 30px;
}
.honor_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.honor_banner .swiper-container{
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	margin: 0 auto;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin-top: -25px;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
	border: 1px solid #9da2a7;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	background: rgba(255,255,255,0.2);
	border-color: #9da2a7;
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background: #e7511e;
	border-color: #e7511e;
	left: 0px;
	right: auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background: #e7511e;
	border-color: #e7511e;
	right: 0px;
	left: auto;
}
.honor_banner a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.honor_img{
	width: 100%;
	overflow: hidden;
}
.honor_img img{
	width: 100%;
}
.honor_banner a h3{
	background-color: #c4c4c4;
	font-size: 14px;
	text-align: center;
	color: #505050;
	padding: 13px 0;
}
.honor_banner a:hover h3{
	background-color: #e7511e;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.about_two {
	    padding: 40px 0;
	}
	.about_two h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.honor_banner .swiper-container{
		width: 100%;
		padding-bottom: 50px;
	}
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -50px;
		right: auto;
		transform: scale(0.6);
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
		top: auto;
		bottom: 0;
		right: 50%;
		margin-right: -50px;
		left: auto;
		transform: scale(0.6);
	}
	
}
/*营销网络*/
.about_three{
	width: 100%;
	overflow: hidden;
	color: #7d7d7d;
	font-size: 26px;
	font-weight: lighter;
}
.about_three h1{
	font-size: 40px;
	color: #000000;
	margin: 40px 0 15px;
	line-height: 42px;
}
.marketing_banner{
	width: 100%;
	height: 900px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.marketing_banner{
		height: 600px;
	}
}
@media only screen and (max-width:767px ) {
	.marketing_banner{
		height: 250px;
	}
	.about_three{
		font-size: 18px;
	}
	.about_three h1{
		font-size: 30px;
		line-height: 32px;
	}
}
@media only screen and (min-width:992px ) {
	.marketing_banner{
		height: 768px;
	}
}
@media only screen and (min-width:1250px ) {
	.marketing_banner{
		height: 800px;
	}
}