.company{
	margin: 0.4rem 0.25rem 0.3rem;
	background: #f4f4f4;
	position: relative;
}
.company .com_img{
	position: relative;
	animation: iaboutimg 3s;
	z-index: 1;
}
.company .com_wz{
	margin-top: -0.1rem;
	width: 5.66rem;
	margin-left: 0.15rem;
}
.company .com_bg{
	background: #e72f3d;
	width: 1.35rem;
	height: 1.43rem;
	z-index: 5;
	position: absolute;
	top: 0.38rem;
	right: -0.25rem;
}
.company .bd{
	margin-top: 0.7rem;
	opacity: 0;
}
.red{
	color: #e60012;
}
.company .t{
	font-size: 0.32rem;
	font-weight: bold;
	color: #434343;
	text-align: center;
	margin-bottom: 0.14rem;
}
.company .tt{
	font-size: 0.2rem;
	color: #747474;
	text-align: center;
	margin-bottom: 0.48rem;
}
.company .intro{
	font-size: 0.22rem;
	color: #7d7d7d;
	text-indent: 2em;
	line-height: 0.34rem;
	padding: 0 0.28rem;
	padding-bottom: 1rem;
}
.company .intro div{
	margin-bottom: 0.4rem;
}
.company .intro div:last-child{
	margin-bottom: 0;
}

.idea{
	background: url('../images/about_mark3.jpg') no-repeat center center;
	background-size: cover;
	padding-top: 0.86rem;
	padding-bottom: 0.84rem;
}
.idea .t{
	font-size: 0.32rem;
	font-weight: bold;
	color: #434343;
	text-align: center;
	margin-bottom: 0.14rem;
}
.idea .tt{
	font-size: 0.2rem;
	color: #747474;
	text-align: center;
	margin-bottom: 0.4rem;
}
.idea .list{
	padding: 0 0.25rem;
	font-size: 0.2rem;	
}
.idea .list .title{
	font-size: 0.28rem;
	margin-top: 0.2rem;
	margin-bottom: 0.16rem;
}
.idea .list .msg{
	width: 2.22rem;
	margin: 0 auto;
	color: #707070;
}
.idea ul li{
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	color: #707070;
	background: #fff;
	border-radius: 50%;
	padding-top: 0.4rem;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
}
.idea .icon{
	height: 0.74rem;
	margin: 0 auto;
}
.idea .icon1{
	width: 0.7rem;	
}
.idea .icon2{
	width: 0.65rem;	
}
.idea .icon3{
	width: 0.49rem;	
}
.idea .icon4{
	width: 0.56rem;	
}

.custom .td{
	background: url('../images/about_mark4.jpg') no-repeat center center;
	background-size: cover;
	height: 5.46rem;
	position: relative;
}
.custom .td .redbox{
	width: 0.97rem;
	height: 1.18rem;
	background: #e60012;
	position: absolute;
	top: 0.93rem;
	right: 0;
}
.custom .td .pad{
	padding: 0 0.25rem;
}
.custom .td .title{
	padding-top: 2.9rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
}
.custom .td .border-line{
	width: 1.23rem;
	height: 0.03rem;
	background: #fff;
	margin-top: 0.25rem;
}
.custom .td .tips{
	color: #bfbfbf;
	font-size: 0.2rem;
	padding-top: 0.18rem;
}
.custom .bd{
	background: #212122;
	padding: 0.25rem 0.25rem 0.5rem;
}
.custom .bd .counts{
	background: url('../images/about_mark5.jpg') no-repeat center center;
	background-size: cover;
	height: 4.53rem;
	color: #fff;
}
.custom .bd .counts .t{
	font-size: 0.24rem;	
	padding-top: 0.5rem;
}
.custom .bd .counts .col{
	width: 50%;
	text-align: center;
}
.custom .bd .counts .num{
	font-size: 0.9rem;
	font-family: 'Tunga';	
	height: 1.3rem;
	line-height: 1.4rem;
	margin-right: 0.2rem;
	margin-left: 0.5rem;
}
.custom .bd .counts .numbers{
	font-size: 0.45rem;
	font-weight: bold;
	line-height: 1.18rem;
}

.environment{
	padding-top: 1.1rem;
}
.environment .t{
	font-size: 0.32rem;
	font-weight: bold;
	color: #434343;
	text-align: center;
	margin-bottom: 0.14rem;
}
.environment .tt{
	font-size: 0.2rem;
	color: #747474;
	text-align: center;
	margin-bottom: 0.4rem;
}
.environment .env{
	width: 4.8rem;
	margin: 0 auto;
}
.environment .env_intro{
	width: 4.8rem;
	margin: 0 auto; 
	padding-bottom: 0.8rem;
}
.environment .env_intro .en{
	font-weight: bold;
	font-size: 0.44rem;
	color: #020202;
	margin-top: 0.06rem;
}
.environment .env_intro .cn{
	font-size: 0.2rem;
	color: #020202;
	margin-top: 0.3rem;
	margin-left: 0.06rem;
}
.iaboutimg{
	animation: iaboutimg 3s;
}
@keyframes iaboutimg{
	0% {
	-webkit-transform: scale(1.13);
	-moz-transform: scale(1.13);
	-ms-transform: scale(1.13);
	-o-transform: scale(1.13);
	transform: scale(1.13);
	}
	100% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	} 
}