.base .text{
	height: 829px;
	background: url(../image/base.png) no-repeat;
    background-position: 0px 154px;
    position: relative;
}
.base .text .list-title{
	position: absolute;
	width: 800px;
	right: 88px;
	bottom: 19px;
	display: flex;
	justify-content: space-around;
}
.base .text .list-title span{
	display: block;
	width: 230px;
	text-align: center;
	font-size: 18px;
}
.xbx-content{
	padding: 80px 0;
}
.base .text p{
	color: #333;
	font-size: 18px;
	line-height: 32px;
	text-indent: 30px;
	padding: 60px 5px;
}
.xbx-content .title-list{
	padding: 0 0 60px;
}
.machining .jiesao{
	color: #333;
	font-size: 18px;
	line-height: 32px;
	text-indent: 30px;
	padding: 0 5px 0;
}
.machining .text-li{
	padding: 60px 0;
	text-align: center;
}
.machining .text-li h4{
	font-size: 44px;
	font-weight: 300;
	color: #000
}
.machining .text-li .icon{
	height: 5px;
	width: 100px;
	margin: 0 auto;
	background: #dbb867;
	margin-bottom: 10px;
}
.machining .imgs-list ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.machining .imgs-list ul li{
	width: 30%;
}
.machining .imgs-list ul li + li{
	margin-left: 5%;
}
.machining .imgs-list ul li .text{
	background: #ebebeb;
	padding: 10px 0 5px;
	text-align: center;
}
.machining .imgs-list ul li img{
	float: left;
}
.machining .imgs-list ul li .text h4{
	font-size: 30px;
	padding: 0 0 5px;
	font-weight: 400;
	font-family: "NotoSansHans-Regular";
}
.machining .imgs-list ul li .text p{
	font-size: 22px;
}
.machining .text-list{
	padding: 30px 0;
}
.machining .text-list ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.machining .text-list ul li{
	width: 24%;
	padding: 20px;
	border: 1px dashed #ccc;
	border-radius: 20px;
}
.machining .text-list ul li + li{
	margin-left: 1.33%;
}
.machining .text-list ul li .title-child{
	text-align: center;
	padding: 15px 0;
	background: #a9d18e;
	border-radius: 15px;
}
.machining .text-list ul li .title-child h4{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: "NotoSansHans-Regular";
}
.machining .text-list ul li p{
	margin-top: 20px;
	height: 180px;
	overflow: hidden;
	font-size: 22px;
}
.machining .imgs{
	padding: 20px 0;
}
.machining .imgs ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.machining .imgs ul li{
	width: 32%;
}
.machining .imgs ul li + li{
	margin-left: 1.33%;
}
.machining .process{
	padding: 46px 0 20px;
}
.machining .process ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.machining .process .text{
	font-size: 20px;
	padding: 10px 20px;
	border:1px solid #dbb867;
	background: #f6edd8;
	border-radius: 10px;
}
.machining .process .icon{
	margin: 0 30px;
}
.machining .process .icon i{
	margin-top: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../image/right.png');
}


.territory .text-li{
	padding: 60px 0;
	text-align: center;
}
.territory .img-li ul{
	display: flex;
	flex-wrap: wrap;
}
.territory .img-li ul li{
	width: 16.66%;
	padding: 0 0 25px;
}
.territory .map-img{
	height: 860px;
    background: url(../image/map.png) no-repeat;
    background-size: 770px 845px;
    background-position: 430px 0;
    padding-top: 500px;
    margin-bottom: 60px;
}
.territory .map-img .map-text{
	font-size: 22px;
}
.territory .map-img .map-text .data-list{
	display: flex;
}
.territory .map-img .map-text .data-list .icon{
	padding: 2px 10px;
    background: #231815;
    color: #fff;
    border-radius: 5px;
    height: 37px;
   	margin-top: 63px;
}
.territory .map-img .map-text .data-list ul{
	display: flex;
	color: #e60012;
    font-family: 'AF SANS-THIN';
    font-size: 100px;
    width: 450px;
    justify-content: space-around;
}
.territory .map-img .map-text .data-list ul li .text{
	position: relative; 
}
.territory .map-img .map-text .data-list ul li .text span{
	 position: absolute;
    font-size: 20px;
        width: 57px;
    right: -57px;
}
.territory .map-img .map-text .data-list ul  .text .bottom{
    top: 54px;
    color: #3c3230
}
.territory .map-img .map-text .data-list ul  .text .bottom strong{
	font-weight: 400;
	color: #e60012;
}
.territory .map-img .map-text .data-list ul  .text .top{
        top: -5px;
    width: 30px;
    right: -34px;
    background: #231815;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.territory .text-li h4{
	font-size: 44px;
	font-weight: 300;
	color: #000
}
.territory .text-li .icon{
	height: 5px;
	width: 100px;
	margin: 0 auto;
	background: #dbb867;
	margin-bottom: 10px;
}

/*.territory .text*/
.delivery .text{
	text-indent: 30px;
	font-size: 18px;
	padding-bottom: 30px;
	color: #333;
}
.delivery .banners-child{
	padding-bottom: 30px;
	padding-left: 20px;
}

.delivery .text-li{
	padding: 60px 0;
	text-align: center;
}
.delivery .text-li h4{
	font-size: 44px;
	font-weight: 300;
	color: #000
}
.delivery .text-li .icon{
	height: 5px;
	width: 100px;
	margin: 0 auto;
	background: #dbb867;
	margin-bottom: 10px;
}

.delivery .js-list{

}
.delivery .js-list ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
	    padding: 0 123px;
}
.delivery .js-list ul li{
	width: 48%;
	margin-bottom: 30px;
	    position: relative;
}
.delivery .js-list ul li .img{
	height: 314px;
	overflow: hidden;
}
.delivery .js-list ul li .img img{
	float: left;
}

.delivery .js-list ul li .title-t{
	line-height: 66px;
	font-size: 18px;
	background: #ebebeb;
	text-align: center;
	    position: absolute;
    width: 100%;
    bottom: 0;
}
.delivery .ps-text{
	position: relative;
	padding: 60px 0;
}
.delivery .ps-text p{
	position: absolute;
	width: 100%;
	font-size: 18px;
	top: 0;
	left: 0;
	line-height: 35px;
}
.delivery .ps-text .img{
	height: 650px;
	background: url('../image/delivery9.png') no-repeat;
	background-position: 147px 0;
}

.delivery .wl-lists{

}
.delivery .wl-lists .title-c{
	font-size: 24px;
	color: #333;
	padding: 10px 0;
}
.delivery .wl-lists .tl-p{
	color: #333;
	line-height: 35px;
	font-size: 18px;
}
.delivery .wl-lists ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content : space-between;
	padding: 20px 0;
}
.delivery .wl-lists ul .leve1{
	width: 287px;
	overflow: hidden;
}
.delivery .wl-lists ul .leve2{
	width: 567px;
	overflow: hidden;
}
.delivery .wl-lists ul .leve3{
	width: 263px;
	overflow: hidden;
}
.delivery .wl-lists ul li .img{
	height: 380px;	
}

.delivery .wl-lists ul li .img img{
	float: left;
}
.delivery .wl-lists ul li .js-text{
	width: 100%;
	height: 110px;
	background:  linear-gradient(to right, #fffcdb , #dcbc6d);
	text-align: center;
	padding: 10px 0;
}
.delivery .wl-lists ul li .js-text p{
	font-size: 18px;
}
.delivery .wl-lists ul li .js-text h4{
	font-size: 20px;
	padding-bottom: 10px;
}

.service .text{
	text-indent: 50px;
	font-size: 18px;
	padding-bottom: 30px;
	letter-spacing: 0px;
}

.service .cp-list .p-list{
	padding: 40px 0 0;
}
.service .cp-list .title-c{
	height: 70px;
}
.service .cp-list .icon{
	float: left;
	width: 45px;
	height: 45px;
	border: 1px solid #231815;
	border-radius: 50%;
	padding: 5px;
}
.service .cp-list .icon .icon-c{
	height: 100%;
	background:  #231815;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 33px;
	font-size: 18px;
}
.service .cp-list .title-c h4{
	float: left;
	line-height: 45px;
	font-size: 24px;
	color: #333;
	margin-left: 15px;
}
.service .cp-list .child{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content : space-between;
}
.service .cp-list .child li{
	width: 32%;
}
.service .cp-list .child li img{
	width: 100%;
}
.service .text-li{
	padding: 60px 0;
	text-align: center;
}
.service .text-li h4{
	font-size: 44px;
	font-weight: 300;
	color: #000
}
.service .text-li .icon{
	height: 5px;
	width: 100px;
	margin: 0 auto;
	background: #dbb867;
	margin-bottom: 10px;
}
.service .jk-t{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	padding: 40px 0 60px;
}
.service .jk-t .left{
	width: 25%;
	position: relative;
}
.service .jk-t .left .img-l{
	position: absolute;
	bottom: 30px;
	left: 144px;
	width: 56px;
}
.service .jk-t .right{
	flex: 1;
}
.service .jk-t .left li{
	line-height: 50px;
}
.service .jk-t .left li span{
	font-size: 22px;
	color: #333;
	margin-left: 10px;
}
.service .jk-t .left li i{
	color: #debf70;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.service .zhct{
	padding: 60px 0 40px 230px;
}
.service .zhct .imgs{
	padding-bottom: 30px;
}
.service .zhct .e-t-list li{
	font-size: 22px;
	line-height: 50px;
}
.service .zhct .e-t-list li i{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.service .zhct .e-t-list li .erp{
	background: url('../image/erp.png');
}
.service .zhct .e-t-list li .zn{
	background: url('../image/qian.png');	
}
.service .zhct .e-t-list li .yj{
	background: url('../image/ren.png');
}
.service .zhct .e-t-list li .jk{
	background: url('../image/usb.png');
}
.service .zhct .e-t-list li .fw{
	background: url('../image/xin.png');
}


.catering .text-li{
	padding: 10px 0;
	text-align: center;
}
.catering .text-li h4{
	font-size: 44px;
	font-weight: 300;
	color: #000
}
.catering .text-li .icon{
	height: 5px;
	width: 100px;
	margin: 0 auto;
	background: #dbb867;
	margin-bottom: 10px;
}
.catering .text{
	text-indent: 30px;
	font-size: 18px;
	padding-bottom: 30px;
	letter-spacing: 3px;
	color: #333;
}
.catering .js ul{
	padding-bottom: 50px;
}
.catering .js .js-1 li .title-d{
	line-height: 50px;
}
.catering .js .js-1 .title-d i{
	margin-right: 10px;
	color: #debf70;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.catering .js .js-1 .title-d h4{
	font-size: 22px;
	color: #333;
}
.catering .js .js-1 li p{
	font-size: 16px;
	color: #333;
	margin-left: 33px;
}
.catering .js .js-2{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}
.catering .js .i-s{
	width: 174px;
	overflow: hidden;
}
.catering .js .i-j{
	width: 46px;
	overflow: hidden;
	margin: 0 18px;
}
.catering .js .js-right .i-j{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.catering .js .js-2 .text-o{
	padding: 10px;
	background: #f5f5f5;
	font-size: 20px;
	text-align: center;
}
.catering .js .right-icon{
	position: relative;
}
.catering .js .right-icon .ab-r{
	position: absolute;
	width: 46px;
	height: 78px;
	right: 62px;
    top: -91px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.catering .js .js-2{
	padding-bottom: 100px;
}
.catering .js .js-2.js-right{
	padding-bottom: 50px;
}
.catering .pcfw .p-list{
	padding: 60px 0;
}
.catering .pcfw .p-list ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content : space-between;
}
.catering .pcfw .p-list ul li{
	width: 23%;
	overflow: hidden;
}
.catering .pcfw .p-list ul li .text-o{
	padding: 10px;
	background: #f5f5f5;
	font-size: 20px;
	text-align: center;
}
