

.page {
	width: 100%;
	position: relative;
	z-index: 10;
	height: auto;
	overflow: hidden;
}
.wrap {
	width: 100%;
	background-color: #fff;
}
.wrap .wrap_con {
	padding: 0 5%;
}
.banner {
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
.about_ti {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
}
.about_ti h1 {
	font-size: .3rem;
	color: #252b33;
}
.about_desc p {
	color: #595959;
	margin-bottom: .1rem;
}

.about_num { width: 100%; height: 1.4rem; background-color: #d30017; color: #fff;}
.about_num .line {border-right: 1px solid #8e000f;}
.about_num dl {
	width: 24.7%;
    float: left;
    padding: 0.08rem 0;
    margin: .27rem 0px;
    letter-spacing: 0.012rem;
    text-align: center;
}
.about_num dd b {
	font-weight: normal !important;
	font-family: 'Arial' !important;
}
.about_num .odometer {font-size: .4rem; font-family: 'impact'; font-weight:bold;}

.category {
	margin-bottom: .1rem;
}

.category .cate_con ul li {
	width: 48%;
	float:left;
}
.category .cate_con .mgr {
	margin-right: 4%;
}

.category .cate_pic img {
	width: 100%;
}
.category .cate_txt {
	padding: 0.06rem 0;
}
.category .cate_txt h3 {
	font-size: .24rem;
    text-align: center;
    font-weight: normal;
}

.advantage {
	width: 100%;
	position: relative;
	background:url(../images/adv_bg.png) no-repeat center top;
	background-size: 100%;
}
.adv_t {
	width: 100%;
	height: 0;
	padding-bottom: 57.81%;
}
.adv_ti , .adv_profile {
	color: #fff;
}
.adv_ti {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 27%;
}
.adv_ti p {
	width: 90%;
	padding-top: 13%;
	margin: 0 auto;
	text-align: center;
}
.adv_profile {
	position: relative;
    width: 83%;
    height:0;
    padding-bottom: 31%;
}
.adv_profile p {
	position: absolute;
	top: 50%;
    left: 0.35rem;
    transform: translate(0, -50%);
	line-height: 0.4rem;
}
.adv_list {
	padding-top: 5%;
}
.adv_list ul li{
	margin-bottom: 5%;
}
.adv_list .adv_item {
	padding-bottom: 5%;
}
.adv_list_ti {
	position: relative;
	width:100%;
	height: .68rem;
	margin-bottom: .1rem;
}
.adv_list .adv_item h4 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	padding-left: .8rem;
    color: #0044b4;
}
.adv_list .bt_line {
	border-bottom: 1px solid #dddddd;
}
.adv_list .adv_item p {
	color: #595959;
}
.adv_list .adv_item .adv_list_ti {
	background-size: auto 100%;
}
.adv_quality .adv_list_ti {
	background:url(../images/advIcon_05.png) no-repeat left center;
}
.adv_tech .adv_list_ti {
	background:url(../images/advIcon_02.png) no-repeat left center;
}
.adv_team .adv_list_ti {
	background:url(../images/advIcon_03.png) no-repeat left center;
}
.adv_market .adv_list_ti {
	background:url(../images/advIcon_04.png) no-repeat left center;
}