.aboutusBox{
	display: block;
	padding: 2vw 0; 
}
.aboutusBox .item{
	display: block;
	background: #FFF;
	
	padding: 0;
	margin:0 auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.aboutusBox .item:hover{
	
}
.aboutusBox .item .imgBox{
	display: inline-block;
	float: left;
	width: 28%;
}
.aboutusBox .item .imgBox .img{
	display: block;
	height: auto;
	width:100%;
	transition:All 0.3s ease;
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;	
}
.aboutusBox .item .imgBox:hover .img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
	-webkit-box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
	box-shadow: 0 0.2vw 1vw rgba(65,153,252,0.5);
}
.aboutusBox .item .aboutus-text{
	display:block;
	float: right;
	width: 70%;
	padding: 2vw 2vw 2vw 0; 
}
.aboutusBox .item .aboutus-text h3{
	display: block;
	font-weight: bold;
	margin-bottom: 1vw;
}
.aboutusBox .item .aboutus-text h3 a{
	font-size: 1.4vw;
	color: #1a1a1a;
}
.aboutusBox .item .aboutus-text h3 a:hover{
	color: #2E8AE5;
}
.aboutusBox .item .aboutus-text .text{
	display: block;	
	margin-bottom:1vw;
}
.aboutusBox .item .aboutus-text .text p{
	display: block;
	margin-bottom: .8vw;
	font-size: 1vw;
	line-height: 200%;
	font-weight: 400;
	color: #1a1a1a;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.aboutusBox .item:hover .aboutus-text .text p{
	color: #1a1a1a;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.intitle{
	display: block;
	  font-weight: bold;
	  font-size: 1.4vw;
	  padding: 0 0 2vw 0;
	  white-space: nowrap;
	  text-align: center;
	  align-items: center;
	  color: #1a1a1a;
}
.company-photo{
	display: block;
	padding:2vw 0;
}
.company-photo-list{
	display:-webkit-box;/* Safari 6-9 */
	display:-ms-flexbox;/* IE 10 */
	display:flex;/* 标准语法 */
	justify-content:space-between;
	align-items:flex-start;
	align-content:center;
	flex-direction:row;
	flex-wrap:wrap;
}
.company-photo-list .item{
	display: inline-block;
	overflow: hidden;
	width: 28%;
	height: 17vw;
	margin-bottom: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-photo-list .item .img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
}
.company-photo-list .item:nth-child(2){
	width: 42%;
}
.company-photo-list .item:nth-child(5){
	width: 42%;
}
.company-photo-list .item:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.company-strength{
	display: block;
	min-height: 50vw;
	background:#459DFE url("../images/aboutus/strengthbg.jpg") no-repeat center bottom;
	background-size:100% auto;
	padding:3vw 0 8vw 0;
	text-align: center;
}

.company-strength .intitle{
	display: inline-block;
	color: #FFF;
	background:#459DFE url("../images/aboutus/daomai.png") no-repeat center center;
	background-size:100% 100%;
	padding:0 2vw;
}
.company-strength .strength-text{
	padding: 2vw 0;
}
.company-strength .strength-text p{
	display: block;
	margin-bottom: .8vw;
	line-height: 200%;
	font-weight: 400;
	font-size: 1vw;
	text-align: left;
	color: #FFF;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.company-strength .photo{
	display: block;
}
.company-strength .photo .img{
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.company-strength .photo .m-img{
	display: none;
}
.company-strength .photo .textimg{
	display: block;
	width: auto;
	height: auto;
	max-width: 55%;
	margin: 0 auto;
}
.manufacture-strength{
	display: block;
	background:#DEE7EC url("../images/aboutus/manufacturebg.jpg") no-repeat center center;
	background-size:100% 100%;
	padding:3vw 0;
	text-align: center;
}
.manufacture-strength-photo{
	display: block;
	margin: 0 auto;
	position: relative;
}
.manufacture-strength-photo .photo{
	padding-bottom: 2vw;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.manufacture-strength-photo .photo:hover{
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.manufacture-strength-photo .photo:first-child{
	z-index: 3;
}
.manufacture-strength-photo .photo:nth-child(2){
	z-index: 2;
}
.manufacture-strength-photo .photo .icon{
	position: absolute;
	z-index: 4;
	left: 0.8vw;
	bottom:-1.5vw;
	display: block;
	height: 5vw;
	width: 5vw;
	margin: 0 auto;
}
.manufacture-strength-photo .photo .img{
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
}

.teambox{
	display: block;
	background:#F8F8F8;
	padding: 2vw 0;
}
.teambox .photo{
	display: block;
	margin-bottom: 2vw;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
}
.teambox .photo .img{
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.teambox .photo .img.m-img{
	display: none;
}
.teambox .photo:hover{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.inmoreBut{
	display: block;
	padding: 2vw 0;
	text-align: center;
	background: #2E8AE5;
}
.inmoreBut .moreBut{
	-webkit-filter: brightness(1000);
	filter: brightness(1000);
}
.moreBut{
	display: inline-block;
	padding:0 1.5vw;
	height: 2.5vw;
	line-height: 2.5vw;
	font-weight: normal;
	font-size: 1vw;
	margin: 0 auto;
	position:relative;
	text-align: center;
	border: 1px solid #373737;
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.moreBut .icon-right{
	display: inline-block;
	width: 1vw;
	height: 2.5vw;
	font-size: 0;
	margin-left: 0.2vw;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background:url("../images/icon/icon-right.png") no-repeat center center;
	background-size:40% auto;
}
.moreBut:hover{
	color: #2E8AE5;
	border: 1px solid #2E8AE5;
}
.moreBut:hover .icon-right{
	-webkit-transform: translateX(0.5vw);
	transform: translateX(0.5vw);
}

/*自适应适配*/
/*5K自适应适配5120x2880*/
@media (max-width: 5120px) {}

/*4K自适应适配3840×2160*/
@media (max-width: 3840px) {}

/*2K自适应适配2560×1600*/
@media (max-width: 2560px) {}

/*笔记本自适应适配1366×1024*/
@media (max-width: 1366px) {}

/*1K自适应适配1920X1080*/
@media (max-width: 1920px) {}


/*平板自适应适配1024X768*/
@media (max-width: 1024px) {
	.moreBut{
		height: 3.5vw;
		line-height: 3.5vw;
	}
	.moreBut .icon-right{
		width: 2vw;
		height: 3.5vw;
	}
	.intitle{
		font-size: 2vw;
	}
}

@media (max-width: 800px) {
	
}
@media (max-width: 480px) {
	.intitle{
		font-size: 5vw;
		padding: 0 0 4vw 0;
	}
	.inmoreBut{
		padding: 5vw 0;
	}
	.moreBut{
		padding: 0 5vw;
		height: 7.5vw;
		font-size: 3.6vw;
		line-height: 7.5vw;
		border: 1px solid rgba(255, 255, 255, 0.05);
	}
	.moreBut .icon-right{
		width: 5vw;
		height: 7.5vw;
		margin-left: 0.5vw;
	}
	.aboutusBox .item .imgBox{
		display: none;
		float: none;
		width: 100%;
	}
	.aboutusBox .item .aboutus-text{
		display: block;
		float: none;
		width: 100%;
		padding: 3vw;
	}
	.aboutusBox .item .aboutus-text h3{
		padding: 3vw 0;
		margin-bottom: ;
	}
	.aboutusBox .item .aboutus-text h3 a{
		font-size: 5vw;
	}
	.aboutusBox .item .aboutus-text .text p{
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.company-strength .intitle{
		padding: 0 5vw;
	}
	.company-strength .strength-text p{
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.company-strength .photo .textimg{
		max-width: 100%;
		width:80%;
	}
	.company-strength .photo .img{
		display: none;
	}
	.company-strength .photo .img.m-img{
		display: block;
	}
	.teambox .photo{
		margin-bottom: 4vw;
	}
	.teambox .photo .img{
		display: none;
	}
	.teambox .photo .img.m-img{
		display: block;
	}
	.company-photo-list .item{
		width: 49%;
		height: 32vw;
		margin-bottom: 2vw;
	}
	.company-photo-list .item:nth-child(2){
		width: 49%;
	}
	.company-photo-list .item:nth-child(5){
		width: 49%;
	}
}
@media (max-width: 320px) {
	
}