table {
	border-collapse: collapse;
	border-spacing: 0
}
.banner{
    position: relative;
    padding-top: 31.25%;
}
.banner  .txt{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0 40px;
}
.banner  .txt.pad0{
    padding: 80px 0 0;
}
.banner  .txt .txtBox{
	position: relative;
	height: 100%;
}
.banner .txt .txtBox div{
	width: 1200px;
	min-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
	text-align: center;
}
.banner .txt .txtBox div b{
	font-size: 80px;
    color: #FFF;
    line-height: 94px;
    letter-spacing: 3px;
}
.banner  .txt p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	padding: 17px 50px 20px ;
	color: #fff;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner  .txt .txtBox div{
	text-align: center;
	background: url('../images/2021en-border.png') no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}

section{
	width: 100%;
	min-width: 1200px;
}
section .min{
	width: 1200px;
	margin:auto;
}
section div.tit b{
	display: block;
	font-family: 'Roboto Medium';
	font-size: 48px;
	color: #1C1C1C;
}
section div.tit b i{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #1D407E;
	font-size: 48px;
	color: #FFFFFF;
	margin-right: 30px;
	font-style: normal;
	border-radius: 50%;
	font-weight: normal;
}
section div.tit p{
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #1C1C1C;
}
.box1{
	padding-top: 60px;
}
.box1  .ul1 li{
	float: left;
	width: 352px;
	height: 202px;
	margin-top: 60px;
	background: url('../images/2021en-ul.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box1  .ul1 li:not(:nth-child(3n)){
	margin-right: 72px;
}
.box1  .ul1 li div{
	text-align: center;
}
.box1  .ul1 li P{
	font-size: 18px;
	color: #666;
}
.box1  .ul1 li P b{
	font-family: 'Roboto Medium';
	font-size: 60px;
	color: #204080;
}
.box1  .ul1 li span{
	font-size:18px;
	color:#1C1C1C;
	padding-top: 10px;
}
.box1  .ul1 li p.app{
	padding-bottom: 10px;
}
.box1 .map{
	position: relative;
	width: 1000px;
	margin: 60px auto 0;
}
.box1 .map p{
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 350px;
	font-size: 16px;
	color: #666;
	font-family: '苹方-简 常规体';
	line-height: 30px;
}
.box1 .you{
	background: url('../images/2021en-you-bg.png') no-repeat;
	background-position: center top;
	padding-bottom: 76px;
}
.box1 .you-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 85px;
}
.box1 .you-box p.tit{
	width: 140px;
	height: 160px;
	background: #1D407E;
	font-size: 30px;
	line-height: 160px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.box1 .you-box div.cen{
	width: 100px;
	height: 487px;
	background: url('../images/2021en-you-shu.png') no-repeat;
	background-size: 100% 100%;
}
.box1 .you-box ul.ul2{
	margin-left: 28px;
}
.box1 .you-box ul.ul2 li{
	position: relative;
	display: flex;
	margin: 40px 0;
}
.box1 .you-box ul.ul2 li:after{
	position: absolute;
	top: 50%;
	left: -28px;
	display: block;
	content:'';
	width: 10px;
	height: 16px;
	background: url('../images/2021en-arrow.png') no-repeat;
}
.box1 .you-box ul.ul2 li:last-child:after{
	margin-top: -16px;
}
.box1 .you-box ul.ul2 li>div{
	font-family: 'Roboto Medium';
	width: 446px;
	height: 210px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #1D407E;
}
.box1 .you-box ul.ul2 li div.rightLi{
	display: flex;
	align-items: center;
	margin-left: 40px;
	padding-left: 50px;
}
.box1 .you-box ul.ul2 li div.rightLi p{
	font-size: 16px;
	color: #1c1c1c;
}
.box1 .you-box ul.ul2 li div.rightLi p:not(:last-child){
	margin-bottom: 13px;
}
.box1 .you-box ul.ul2 li div.leftLi{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.box1 .you-box ul.ul2 li b{
	display: block;
	width: 146px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #1D407E;
	font-size: 24px;
	color: #fff;
	margin:0 auto 20px;
}
.box1 .you-box ul.ul2 li span{
	font-size: 18px;
	color: #1C1C1C;
}
.box1 .ul3 li{
	float: left;
	position: relative;
	width: 380px;
	background: #F6F9FF;
	padding: 65px 35px 0;
	margin-top: 105px;
}
.box1 .ul3 li:after{
	position: absolute;
	top: -45px;
	left: 50%;
	display: block;
	content:'';
	width: 90px;
	height: 90px;
	margin-left: -45px;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.box1 .ul3 li:nth-child(1):after{
	background-image:url('../images/2021en-li1.png');
}
.box1 .ul3 li:nth-child(2):after{
	background-image:url('../images/2021en-li2.png');
}
.box1 .ul3 li:nth-child(3):after{
	background-image:url('../images/2021en-li3.png');
}
.box1 .ul3 li:nth-child(4):after{
	background-image:url('../images/2021en-li4.png');
}
.box1 .ul3 li:nth-child(5):after{
	background-image:url('../images/2021en-li5.png');
}
.box1 .ul3 li:nth-child(6):after{
	background-image:url('../images/2021en-li6.png');
}
.box1 .ul3 li:nth-child(-n+3){
	height: 243px;
}
.box1 .ul3 li:nth-child(n+4){
	height: 363px;
}
.box1 .ul3 li b{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
	font-family: 'Roboto Medium';
	line-height: 30px;
	padding-bottom: 20px;
}
.box1 .ul3 li p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}
.box1 .ul3 li:not(:nth-child(3n)){
	margin-right: 30px;
}
.box2{
	padding: 104px 0 110px;
	background: url('../images/2021en-ul1.png') no-repeat;
	background-position: center top;
}
.box2 .tit{
	text-align: right;
}
.box2 .client{
	display: flex;
	align-items: center;
}
.box2 .client .tit{
	text-align: center;
	width: 200px;
	height: 300px;
	background: #1D407E;
	font-size: 30px;
	line-height: 35px;
	padding: 80px 0;
	font-weight: bold;
	color: #fff;
}
.box2 .client .cen{
	width: 100px;
	height: 283px;
	background: url('../images/2021en-you-shu1.png') no-repeat;
	background-size: 100% 100%;
}
.box2 .client  ul{
	margin-left: 20px;
}
.box2 .client  ul li {
	position: relative;
	display: flex;
	margin: 40px 0;
}
.box2 .client  ul li:after{
	position: absolute;
	left: -20px;
	top: 50%;
	display: block;
	content:'';
	width: 10px;
	height: 16px;
	background: url('../images/2021en-arrow.png') no-repeat;
	background-size: 100% 100%;
	margin-top: -8px;
}
.box2 .client  ul li div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}
.box2 .client  ul li .leftLi{
	width: 360px;
	height: 100px;
	background: rgba(29, 64, 126, 0.02);
	border-radius: 4px;
	border: 1px solid #1D407E;
	margin-right: 38px;
	font-size: 24px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1D407E;
}
.box2 .client  ul li .rightLi{
	width: 480px;
	height: 100px;
	background: rgba(29, 64, 126, 0.02);
	border-radius: 4px;
	border: 1px solid #1D407E;
	font-size: 18px;
	color: #1D407E;
}
.box2 .yh{
	position: relative;
	top: 10px;
	width: 360px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px dashed #1B3E87;
	font-size: 16px;
	color: #1D407E;
	margin-left: 320px;
	margin-top:80px
}
.box3 .retail{
	background: url('../images/2021en-retail.png') no-repeat;
	background-size: 1035px 750px;
	padding-bottom: 126px;
}
.box3 .retail li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	margin-bottom: 30px;
	padding-left: 185px;
}
.box3 .retail li div{
	display: flex;
}
.box3 .retail li div b{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box3 .retail li:nth-child(4){
	margin-bottom: 25px;
}
.box3 .retail li:nth-child(5){
	margin-bottom: 35px;
}
.box3 .retail li:nth-child(6){
	margin-bottom: 0;
}
.box3 .retail li b{
	display: block;
	width: 130px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.box3 .retail li p{
	width: 480px;
	font-size: 16px;
	color: #1C1C1C;
	line-height: 30px;
	text-align: justify;
}
.box3 .retail li:nth-child(1)  p{
	margin-left: 30px;
}
.box3 .retail li:nth-child(2)  p{
	margin-left: 75px;
}
.box3 .retail li:nth-child(3)  p{
	margin-left: 105px;
}
.box3 .retail li:nth-child(4)  p{
	margin-left: 135px;
}
.box3 .retail li:nth-child(5)  p{
	margin-left: 170px;
}
.box3 .retail li:nth-child(6)  p{
	margin-left: 205px;
}
.box3 .retail li span{
	display: block;
	width: 165px;
	padding-left: 5px;
	font-size: 24px;
	color: #1C1C1C;
	font-family: 'Roboto-Medium';
	font-weight: 500;
}
.box3  .li{
	display: flex;
	padding: 100px 0 30px 167px ;
}
.box3  .li p{
	font-size: 24px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1C1C1C;
}
.box3  .li p:nth-child(2){
	margin: 0px 284px 0 220px;
}
.box4 .tit b{
	text-align: right;
}
section .box4 div.tit b i{
	margin-right: 0;
	margin-bottom: 20px;
}
.box4{
	background: url('../images/2021en-you-bg.png') no-repeat;
	background-size: auto;
	background-position: top right;
}
.box4 .ul-box{
	padding: 47px 0  0;
}
.box4 .ul-box div p.title{
	width: 150px;
	height: 60px;
	line-height: 60px;
	background: #1D407E;
	border-radius: 4px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.box4 .ul-box div:nth-child(2) p.title{
	width: 240px;
}
.box4 .ul-box div  ul{
	width: 1200px;
	padding: 50px;
	border-radius: 4px;
	border: 1px solid #1D407E;
}
.box4 .ul-box div  ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box4 .ul-box div  ul .leftLi{
	width: 360px;
	height: 120px;
	background: rgba(29, 64, 126, 0.02);
	border-radius: 4px;
	border: 1px solid #1D407E;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 30px;
	color: #1D407E;
	text-align: center;
}
.box4 .ul-box div  ul .rightLi{
	width: 700px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px dashed #1B3E87;
	padding: 0 50px;
	display: flex;
	align-items: center;
	line-height: 30px;
	color: #1C1C1C;
	font-size: 17px;
}
.box4 .ul-box div  ul li:nth-child(3) div{
	height: 200px;
}
.box4 .ul-box div  ul li:not(:last-child){
	margin-bottom: 30px;
}
.box4 .ul-box>div:nth-child(2){
	margin-top: 60px;
}
.box4 .ul-box>div:nth-child(2) p.title{
	margin-left: 960px;
}
.box5 {
	padding-top: 180px;
}
.box5 .tit b:nth-child(2){
	margin-top: 80px;
}
.box5 ul{
	padding-top: 80px;
}
.box5 ul li{
	width: 550px;
	padding-left: 100px;
	float: left;
	background-repeat: no-repeat;
	background-size: 82px 82px;
	background-position: left top;
}
.box5 ul li:not(:nth-last-of-type(-n+1)){
	margin-bottom:99px
}
.box5 ul li:nth-child(1){
	background-image:url('../images/2021en-li51.png')
}
.box5 ul li:nth-child(2){
	background-image:url('../images/2021en-li52.png')
}
.box5 ul li:nth-child(3){
	background-image:url('../images/2021en-li53.png')
}
.box5 ul li:nth-child(4){
	background-image:url('../images/2021en-li54.png')
}
.box5 ul li:nth-child(5){
	background-image:url('../images/2021en-li55.png')
}
.box5 ul li:nth-child(2n){
	margin-left: 100px;
}
.box5 ul li span{
	font-size: 24px;
	color: #1C1C1C;
	font-family: 'Roboto-Medium';
	font-weight: 500;
}
.box5 ul li p{
	font-size: 16px;
	color: #1C1C1C;
	line-height: 30px;
	margin-top: 20px;
	text-align: justify;
}
.box5 .box5-bot{
	margin-top: 25px;
	background: url('../images/2021en-bg5.png') no-repeat;
	background-position: top right;
	background-size: 100%;
	padding: 155px 0 180px;
}
.box5 table tr  th{
	line-height: 60px;
	font-size: 16px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1D407E;
	background: #fff;
}
.box5 table tr td{
	text-align: center;
	padding: 30px 40px;
	line-height: 30px;
	background: #fff;
}
.box5 table tr:nth-child(2n) td{
	background:#F6F9FF
}
.box5 table tr td:nth-child(1){
	padding: 0 30px;
}
.box5 table tr td:nth-child(2){
	text-align: justify;
}
.box5 table tr td p:not(:nth-child(1)){
	margin-top: 30px;
}
.box5 table tr:nth-child(3) td:nth-child(n+3) p:nth-child(2){
	display:flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}
.box5 table tr:nth-child(5) td:nth-child(n+3) p:nth-child(1){
	display:flex;
	align-items: center;
	justify-content: center;
	height: 90px;
}
.box6 .ul6 .title{
	font-size: 24px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1D407E;
	text-align: center;
}
.box6 .ul6{
	margin: 60px 0;
	padding: 60px 50px 80px;
	background: rgba(29, 64, 126, 0.02);
	border-radius: 4px;
}
.box6 .ul6 li{
	float: left;
	width: 340px;
	height: 143px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px dashed #1B3E87;
	margin-top: 90px;
	padding: 50px 40px 0;
	text-align: center;
	font-size: 16px;
	color: #1C1C1C;
	line-height: 22px;
	position: relative;
}
.box6 .ul6 li:after{
	display: block;
	content:'';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}
.box6 .ul6 li:not(:last-child){
	margin-right: 40px;
}
.box6 .ul6 li:nth-child(1):after{
	background-image: url('../images/2021en-w1.png');
}
.box6 .ul6 li:nth-child(2):after{
	background-image: url('../images/2021en-w2.png');
}
.box6 .ul6 li:nth-child(3):after{
	background-image: url('../images/2021en-w3.png');
}
.box6-bot{
	padding: 117px 0 179px;
	background: url('../images/2021en-b6bg.png') no-repeat;
	background-position: top right;
	background-size: 100%;
}
.box6-bot .title{
	font-size: 30px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1D407E;
}
.box6-bot ul{
	width: 100%;
	height: 558px;
	margin-top: 60px;
	background: url('../images/2021en-asset.png') no-repeat;
	background-size: 100% 100%;
}
.box6-bot ul li{
	display: flex;
	justify-content: space-between;
}
.box6-bot ul li:nth-child(1){
	margin-bottom: 137px;
}
.box6-bot ul li:nth-child(2){
	margin-bottom: 120px;
}
.box6-bot ul p{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 360px;
	height: 100px;
	color: #1C1C1C;
	font-size: 16px;
}
.box6-bot ul p.bai{
	color: #fff;
}
.box7 ul{
	padding: 87px 53px 167px;
}
.box7 ul li{
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 184px;
	height: 184px;
	background: url('../images/2021en-libox7.png') no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	font-family: 'Roboto-Medium';
	font-weight: 500;
	color: #1D407E;
	line-height: 40px;
}
.box7 ul li:not(:last-child){
	margin-right:43px;
}
.box8 ul li{
	font-weight: 500;
	color: #1C1C1C;
	font-size: 24px;
	padding-left: 90px;
	margin-top: 50px;
	line-height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: left center;
}
.box8 ul li span{
	position: relative;
	font-weight: normal;
	top: -3px;
}
.box8 ul li:nth-child(1){
	background-image:url('../images/2021en-box8-1.png')
}
.box8 ul li:nth-child(2){
	background-image:url('../images/2021en-box8-2.png')
}
.box9{
	background: url('../images/2021en-box9.png') no-repeat;
	background-position: top right;
	background-size: 100%;
	padding: 160px 0 50px;
}
.box9 .min{
	display: flex;
	justify-content: space-between;
}
.box9 ul li{
	float: left;
}
.box9 ul li:nth-child(1){
	font-size: 16px;
	font-family:'Roboto-Medium';
	font-weight: 500;
	color: #1C1C1C;
	height: 26px;
	padding-right: 113px;
	background: url('../images/2021en-tel.png') no-repeat;
	background-size: 93px 26px;
	background-position: top right;
	margin-right: 120px;
}
.box9 ul li:nth-child(2){
	width: 338px;
	height: 78px;
	display: flex;
	justify-content: space-between;
	background: url('../images/2021en-erweima.png') no-repeat;
	background-size: 78px 78px;
	background-position: 77px top;
}
.box9 ul li:nth-child(2) span{
	font-size: 16px;
	font-family:'Roboto-Medium';
	font-weight: 500;
	color: #1C1C1C;
}
.box9 ul li:nth-child(2) p{
	width: 170px;
	font-size: 14px;
	font-family: 'PingFangSC-Regular, PingFang SC';
	color: #666;
}
@media screen and (max-width: 1700px){
	section .min{
		width: 920px;
	}
	section div.tit b{
		font-size: 35px;
	}
	section div.tit p{
		font-size: 14px;
	}
	.banner .txt .txtBox div{
		width: 920px;
		min-width: 920px;
	}
	.banner .txt .txtBox div b{
		font-size: 60px;
		line-height: 60px;
	}
	.banner .txt .txtBox div p{
		padding: 20px 30px 20px;
	}
	.banner .txt p{
		font-size: 14px;
	}
	.box1 .ul1 li P,.box1 .ul1 li span{
		font-size: 16px;
	}
	.box1 .ul1 li P b{
		font-size: 45px;
	}
	.box1 .ul1 li{
		width: 286px;
    	height: 155px;
	}
	.box1 .ul1 li:not(:nth-child(3n)){
		margin-right: 30px;
	}
	.box1 .map{
		width:85%;
	}
	.box1 .map img{
		max-width: 100%;
	}
	.box1 .you-box p.tit,.box2 .client .tit{
		font-size: 25px;
	}
	.box1 .you-box ul.ul2 li>div{
		width: 325px;
	}
	.box1 .you-box ul.ul2 li div.leftLi{
		text-align: center;
	}
	.box1 .you-box ul.ul2 li b,
	.box1 .ul3 li b,.box2 .client ul li .leftLi,
	.box3 .retail li b,.box3 .retail li span,.box3 .li p{
		font-size:20px;
	}
	.box1 .you-box ul.ul2 li span{
		font-size: 16px;
	}
	.box1 .ul3 li p{
		font-size: 13px;
	}
	.box3 .retail li p{
		font-size: 13px;
	}
	.box1 .ul3 li b{
		font-size: 18px;
	}
	.box1 .you-box ul.ul2 li div.rightLi{
		padding-left: 30px;
	}
	.box1 .ul3 li{
		width: 296px;
	}
	.box1 .ul3 li:not(:nth-child(3n)){
		margin-right: 15px;
	}
	.box2 .client ul li .leftLi,.box2 .yh{
		width: 280px;
	}
	.box2 .yh{
		margin-left: 222px;
	}
	.retail li b{
		font-size: 18px;
	}
	.box2 .client ul li .rightLi{
		width: 380px;
	}
	.box2 .client ul li .rightLi{
		font-size: 16px;
	}
	section div.tit b {
		line-height: 60px;
	}
	section div.tit b i{
		font-size: 35px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.box3 .retail{
		background-size: 85% auto;
	}
	.box3 .retail li{
		padding-left: 132px;
		height: 75px;
		margin-bottom: 23px;
	}
	.box3 .retail li b{
		width: 113px;
	}
	.box3 .retail li p{
		width: 370px;
	}
	.box3 .retail li p{
		line-height: 23px;
	}
	.box3 .retail li:nth-child(4){
		margin-bottom: 18px;
	}
	.box3 .retail li:nth-child(5){
		margin-bottom: 27px;
	}
	.box3 .retail li:nth-child(1) p{
		margin-left: 20px;
	}
	.box3 .retail li:nth-child(2) p{
		margin-left: 45px;
	}
	.box3 .retail li:nth-child(3) p{
		margin-left: 75px;
	}
	.box3 .retail li:nth-child(4) p{
		margin-left: 100px;
	}
	.box3 .retail li:nth-child(5) p{
		margin-left: 130px;
	}
	.box3 .retail li:nth-child(6) p{
		margin-left: 150px;
	}
	.box3 .retail li span{
		width: 138px;
		font-size: 17px;
	}
	.box3 .li {
		padding: 100px 0 30px 120px;
	}
	.box3 .li p{
		font-size: 18px;
	} 
	.box3 .li p:nth-child(2) {
		margin: 0px 213px 0 180px;
	}
	.box4 .ul-box div ul{
		width: 100%;
	}
	.box4 .ul-box div ul .leftLi{
		font-size: 20px;
		width: 290px;
	}
	.box4 .ul-box div ul .rightLi{
		font-size: 15px;
		width: 490px;
	}
	.box4 .ul-box>div:nth-child(2) p.title{
		margin-left: 680px;
	}
	.box5 ul li span,.box6 .ul6 .title,.box7 ul li,.box8 ul li{
		font-size: 20px;
	}
	.box5 ul li p{
		font-size: 14px;
	}
	.box5 ul li{
		width: 420px;
		background-size: 70px 70px;
	}
	.box5 ul li{
		padding-left: 85px;
	}
	.box5 ul li:nth-child(2n){
		margin-left: 80px;
	}
	.box5 table tr td{
		font-size: 13px;
	}
	.box5 table tr td{
		padding: 30px 20px;
	}
	.box6 .ul6 li{
		width: 266px;
		font-size: 14px;
	}
	.box6 .ul6{
		padding: 60px 40px 80px;
	}
	.box6 .ul6 li:not(:last-child){
		margin-right: 20px;
	}
	.box6-bot ul{
		height: 426px;
		background-size: 100% auto;
	}
	.box6-bot ul p {
		width: 277px;
		height: 77px;
		font-size: 14px;
	}
	.box6-bot ul li:nth-child(1){
		margin-bottom: 104px;
	}
	.box6-bot ul li:nth-child(2) {
		margin-bottom: 91px;
	}
	.box7 ul li{
		width: 142px;
		height: 142px;
	}
	.box7 ul li:not(:last-child) {
		margin-right: 26px;
	}
	.box4 .ul-box div p.title{
		font-size: 25px;
	}
	.box1 .map p {
		width: 320px;
		font-size: 14px;
	}
}