/*.main{*/
/*	background-color: RGBA(250, 250, 250, 1);*/
/*	background: RGBA(250, 250, 250, 1);*/
/*}*/
html{
    background: RGBA(250, 250, 250, 1);
}
.banner{
	padding-top: 8px;
	background-color: #fff;
}
.banner .swiper-slide,
.banner .swiper{
	border-radius: 20px;
	overflow: hidden;
	height: fit-content;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	display:block;
	width:100%;
}
.banner .swiper-slide video{
	display: block;
	width: 100%;
}
.banner .swiper-slide .mPic{
    display: none;
}
.banner .swiper-slide .slideBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide .slideBox .zh{
	font-family: DingTalk;
	color: #FFFFFF;
	line-height: 1.66;
}
.banner .swiper-slide .slideBox .en{
	font-family: DingTalk;
	color: #FFFFFF;
	line-height: 1.33;
	margin-bottom: 1.21em;
}
.banner .swiper-slide .slideBox .consultBtn{
	display: block;
	width: 240px;
	line-height: 80px;
	background: rgba(255,255,255,.8);
	border-radius: 40px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.banner .swiper-slide .slideBox .consultBtn span{
	font-family: DingTalk;
	background: linear-gradient(-30deg, #386FB7 0%, #5BB2D7 99.12109375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box1{
	padding: 140px 0;
	background-color: #fff;
}
.box1 .box-t{
	display: flex;
	justify-content: space-between;
}
.indexTitle{
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #555;
}
.box1 .box-t-l{
	flex: 1;
	margin-right: 50px;
}
.box1 .box-t-l .des{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	margin-top: 30px;
}
.box1 .box-t-r{
	position: relative;
	padding: 0 32px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 40px;
	border: 2px solid #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
	color: #222222;
	font-size: 24px;
	font-weight: 300;
	overflow: hidden;
}
.box1 .box-t-r:hover{
	color: #fff;
}
.box1 .box-t-r::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-30deg, #386FB7, #5BB2D7);
	opacity: 0;
	transition: all .6s;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box1 .box-t-r:hover::before{
	opacity: 1;
}
.box1 .box-t-r span{
	position: relative;
	z-index: 3;
}
.box1 .box-t-r .bullet{
	width: 10px;
	height: 10px;
	background: linear-gradient(-30deg, #386FB7, #5BB2D7);
	border-radius: 50%;
	margin-left: 27px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box1 .box-c{
	margin-top: 56px;
}
.box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	border-left: 1px solid RGBA(245, 245, 245, 1);
	border-top: 1px solid RGBA(245, 245, 245, 1);
}
.box1 .box-c .list li.li1{
	grid-column: 1/3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 26px;
}
.box1 .box-c .list li .text-box{
	font-weight: 300;
	color: #333;
	line-height: 1.66;
}
.box1 .box-c .list li .en{
	font-family: Rany-Bold;
	color: rgba(222, 222, 222, 0);
	line-height: 1.2;
	text-stroke: 1px #376FB7;
	-webkit-text-stroke: 1px rgba(211, 40, 59, 1);
	margin-top: .33em;
}
.box1 .box-c .list li{
	position: relative;
	padding: 50px 30px 30px;
	min-height: 360px;
	border-right: 1px solid RGBA(245, 245, 245, 1);
	border-bottom: 1px solid RGBA(245, 245, 245, 1);
}
.box1 .box-c .list li:not(.li1):hover{
	box-shadow: 5px 9px 30px 0px rgba(56,111,183,0.3);
	z-index: 3;
	border: none;
}
.box1 .box-c .list li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
	display: block;
}
.box1 .box-c .list li:hover .bg{
	opacity: 1;
}
.box1 .box-c .list li .li-box{
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
	z-index: 3;
}
.box1 .box-c .list li .li-box .number{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #CCCCCC;
	line-height: 1;
	transition: all .6s;
}
.box1 .box-c .list li .li-box .text-title{
	font-weight: 300;
	color: #333;
	line-height: 30px;
	line-height: 1.27;
	margin-top: 25px;
	transition: all .6s;
}
.box1 .box-c .list li:hover .li-box .number,
.box1 .box-c .list li:hover .li-box .text-title{
	color: #fff;
}
.box1 .box-c .list li .icon{
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/* background: linear-gradient(-30deg, #5BB2D7, #386FB7); */
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box1 .box-c .list li .icon::before{
	position: absolute;
	content: "";
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: #fff;
	border-radius: 50%;
	transition: all .6s;
}
.box1 .box-c .list li:hover .icon::before{
	opacity: 0;
}
.box1 .box-c .list li .icon img{
	position: relative;
	max-width: ;
	max-height: ;
	z-index: 3;
}
.box1 .box-c .list li:hover .icon img{
	filter: brightness(0) invert(1);
}
.box2{
	background-color: RGBA(250, 250, 250, 1);
	padding: 140px 0;
	text-align: center;
}
.box2 .box-c{
	position: relative;
}
.box2 .box-c .swiper{
	padding: 60px 0;
	overflow: visible;
	height: auto;
}
.box2 .box-c .swiper .swiper-wrapper{
	height: auto
}
.box2 .box-c .swiper-slide{
	width: 1080px;
	cursor: pointer;
	max-width: 94%;
}
.box2 .box-c .swiper-slide .slide-box{
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 5px 9px 50px 0px rgba(210,210,210,0.3);
	border-radius: 20px;
	padding: 40px;
	opacity: .5;
	transform: scale(.698);
	/* transition: opacity 1s,transform 1s; */
}
.box2 .box-c .swiper-slide-active .slide-box{
	opacity: 1;
	transform: scale(1);
}
.box2 .box-c .swiper-slide-prev{
	padding-right: 40px;
}
.box2 .box-c .swiper-slide-next{
	padding-left: 40px;
}
.box2 .box-c .swiper-slide-prev .slide-box{
	transform-origin: right center;
}
.box2 .box-c .swiper-slide-next .slide-box{
	transform-origin: left center;
}
.box2 .box-c .swiper-slide .l{
	width: 42%;
}
.box2 .box-c .swiper-slide .l .pic{
	border-radius: 20px;
}
.box2 .box-c .swiper-slide .r{
	width: 52.4%;
	padding-top: 34px;
	padding-right: 20px;
}
.box2 .box-c .swiper-slide .r .title{
	display: flex;
	align-items: center;
}
.box2 .box-c .swiper-slide .r .title img{
	align-self: flex-start;
}
.box2 .box-c .swiper-slide .r .title .title-text{
	font-family: DingTalk;
	color: #555;
	flex: 1;
	margin: 0 20px;
	text-align: left;
}
.box2 .box-c .swiper-slide .r .title .icon-quotesUp-copy{
	font-size: 77px;
	color: #EBEBEB;
	line-height: 60px;
	opacity: 0.5;
	align-self: flex-start;
}
.box2 .box-c .swiper-slide .r .text-box{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 2;
	margin-top: 20px;
	text-align: left;
}
.box2 .box-c .btns{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0;
	z-index: 3;
}
.box2 .box-c .btns .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
}
.box2 .box-c .btns .btn span{
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	transition: all .6s;
}
.box2 .box-c .btns .btn:hover{
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box2 .box-c .btns .btn:hover span{
	-webkit-text-fill-color: #fff;
}
.box2 .box-c .swiper-pagination{
	bottom: -10px;
}
.box2 .box-c .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #EBEBEB;
	border-radius: 8px;
	opacity: 1;
	transition: all .6s;
}
.box2 .box-c .swiper-pagination .swiper-pagination-bullet-active{
	width: 60px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box3{
	padding-bottom: 152px;
	background-color: RGBA(250, 250, 250, 1);
}
.box3 .list{
	display: grid;
	grid-template-columns: repeat(8,1fr);
	gap: 17px;
}
.box3 .list li:not(.empty){
	position: relative;
	padding-top: 50%;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(228,231,234,0.3);
	border-radius: 5px;
	border: 1px solid RGBA(238, 242, 246, 1);
}
.box3 .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box3 .list li .pic img{
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.box4{
	position: relative;
	z-index: 4;
	/* background-color: RGBA(250, 250, 250, 1); */
}
.box4 .box-c{
	position: relative;
	background-image: url(../img/index-box4-bg.jpg);
	background-size: cover;
	border-radius: 40px;
	padding: 110px 80px;
	display: flex;
	align-items: flex-start;
	z-index: 3;
}
.box4 .box-c .l img{
	display: block;
	width: 73px;
}
.box4 .box-c .r{
	margin-left: 20px;
}
.box4 .box-c .r .tel-text{
	font-weight: bold;
	font-size: 18px;
	color: #F5F5F5;
}
.box4 .box-c .r .tel-number{
	font-family: Rany-Bold;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(to right, #E91F3C 0%, #FF6900 99.12109375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 8px;
}
.box4 .box-c .r .email{
	display: flex;
	align-items: center;
	color: rgba(245, 245, 245, 1);
	margin-top: 20px;
}
.box4 .box-c .r .email .email-text{
	margin-left: 13px;
	font-family: Rany;
}
.box4 .box-c .r .consoltingBtn{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #F5F5F5;
	line-height: 80px;
	padding: 0 80px;
	letter-spacing: 2px;
	/* background: linear-gradient(-30deg, #386FB7, #5BB2D7); */
	border-radius: 40px;
	margin-top: 55px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.box5{
    padding: 0 0 140px;
    background: #fff;
}
.box5 .box-c{
    position: relative;
    width: ;
}
.box5 .box-c .container{
    display: flex;
}
.box5 .box-c .container>.swiper-slide{
    margin-right: 13px;
}
.box5 .box-c .container-l{
    position: relative;
     width: calc(100% - 343px);
}
.box5 .box-c .container .swiper{
}
.box5 .box-c .swiper-wrapper{
    height: auto;
}
.box5 .box-c .swiper-slide{
    position: relative;
    width: 330px;
}
.box5 .box-c .swiper .swiper-slide:not(:last-child){
    margin-right: 13px;
}
.box5 .box-c .swiper-slide .slideBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 76px 33px 52px;
    opacity: 0;
    transition: all .6s;
}
.box5 .box-c .swiper .swiper-slide:hover .slideBox{
     background: linear-gradient(0deg, #030000 0%, rgba(0,0,0,0.2) 100%);
     opacity: 1;
}
.box5 .box-c .swiper-slide .slideBox.slideBox1 {
    padding: 34px 25px 23px;
    opacity: 1;
}
.box5 .box-c .swiper-slide .text-box .text-title{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
line-height: 30px;
}
.box5 .box-c .swiper-slide .text-box .text-des{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
    margin-top: 19px;
     display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box5 .box-c .swiper-slide .text-box1 .text-title{
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 18px;
    color: #808080;
    line-height: 30px;
}
.box5 .box-c .swiper-slide .text-box1 .text-des{
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*font-size: 36px;*/
    color: #fff;
}
.box5 .box-c .swiper-slide .more{
    width: 200px;
    max-width: 100%;
    line-height: 60px;
    background: linear-gradient(-30deg, #D3283B, #E87E5D);
    border-radius: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #F5F5F5;
    text-align: center;
}
.box5 .box-c .swiper-slide .slideBox1 .more{
    width: 280px;
    line-height: 80px;
    border-radius: 40px;
}
.box5 .box-c .swiper-slide .title{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    bottom: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    z-index: 3;
    transition: all .6s;
}
.box5 .box-c .swiper-slide:hover .title{
    opacity: 0;
}
.box5 .box-c .btns{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1025px;
    max-width: 100%;
    z-index: 3;
   
}
.box5 .box-c .btns .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     width: 70px;
      height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: 3;
    color: rgba(0, 0, 0, 1);
    transition: all .6s;
    cursor: pointer;
}
.box5 .box-c .btns .btn .iconfont{
    font-size: 22px;
}
.box5 .box-c .btns .btn.btn-prev{
    transform: translate(-50%,-50%);
}
.box5 .box-c .btns .btn.btn-next{
    right: 0;
    transform: translate(50%,-50%);
}
.box5 .box-c .btns .btn:hover{
    background: rgba(211, 40, 59, 1);
    color: #fff;
}
.footer-t{
	padding-top: 324px;
	margin-top: -232px;
}
@media (max-width:1530px){
    .box5 .box-c .swiper-slide{
        width: 300px;
    }
    .box5 .box-c .btns{
        width: 939px;
    }
    .box5 .box-c .btns .btn{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .box5 .box-c .swiper-slide .slideBox1 .more{
        line-height: 50px;
    }
    .box5 .box-c .swiper-slide .more{
        line-height: 45px;
    }
    .box5 .box-c .container-l{
        width: calc(100% - 313px);
    }
}
@media (max-width: 1440px){
    .box5 .box-c .swiper-slide .slideBox{
        padding: 34px 25px 23px;
    }
    .box5 .box-c .swiper-slide{
        width: 260px;
    }
    .box5 .box-c .btns{
        width: 819px;
    }
    .box5 .box-c .container-l{
        width: calc(100% - 273px);
    }
    .box5 .box-c .swiper-slide .text-box .text-title,
    .box5 .box-c .swiper-slide .title{
        font-size: 22px;
    }
}
@media (max-width:1280px) {
    .box5 .box-c .swiper-slide .text-box .text-title,
    .box5 .box-c .swiper-slide .title{
        font-size: 20px;
    }
	.banner .swiper-slide .slideBox .consultBtn{
		width: 220px;
		line-height: 65px;
		font-size: 20px;
	}
	.box5 .box-c .swiper-slide .more{
	    font-size: 16px;
	}
	.box5 .box-c .swiper-slide .text-box .text-des{
	    font-size: 14px;
	    margin-top: 10px;
	    line-height: 26px;
	}
}
@media (max-width:1199px) {
    .box5{
        padding-bottom: 70px;
    }
    .box5 .box-c .container{
        width: 100% !important;
    }
	.box2,
	.box1{
		padding: 70px 0;
	}
	.box4,
	.box3{
		padding-bottom: 70px;
	}
	.box4 .box-c{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.box1 .box-c{
		margin-top: 45px;
	}
	.box2 .box-c .swiper{
		padding: 45px 0;
	}
	.footer-t{
		margin-top: 0;
	}
	.box1 .box-c .list li{
		min-height: 320px;
	}
	.box1 .box-c .list li .li-box .text-title{
		margin-top: 15px;
	}
	.box1 .box-c .list li .icon{
		width: 80px;
		height: 80px;
	}
	.box1 .box-c .list li .icon img{
		max-width: 50px;
		max-height: 50px;
	}
	.box2 .box-c .btns .btn{
		width: 40px;
		height: 40px;
	}
	.box4 .box-c{
		padding-left: 50px;
		padding-right: 50px;
	}
	.box4 .box-c .r .consoltingBtn{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
    .box5{
        padding-bottom: 60px;
    }
	.box4 .box-c .r .consoltingBtn{
		margin-top: 40px;
		line-height: 50px;
		padding: 0 40px;
		font-size: 16px;
	}
	.box4 .box-c{
		padding-left: 40px;
		padding-right: 40px;
	}
	.box4 .box-c .l img{
		width: 50px;
	}
	.box2 .box-c .swiper-slide .r .title img{
		width: 50px;
	}
	.box2 .box-c .swiper-slide .r .title .icon-quotesUp-copy{
		font-size: 50px;
	}
	.box2 .box-c .swiper-slide .r .text-box{
		font-size: 16px;
		margin-top: 15px;
	}
	.box2 .box-c .swiper-slide .r{
		width: 54%;
		padding-top: 20px;
	}
	.box2 .box-c .swiper-slide .slide-box{
		padding: 30px;
	}
	.box2 .box-c .btns{
		display: none;
	}
	.box2 .box-c .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.box2 .box-c .swiper-pagination .swiper-pagination-bullet-active{
		width: 20px;
	}
	.box1 .box-c .list li{
		min-height: 0;
	}
	.box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box1 .box-c .list li .icon{
		width: 60px;
		height: 60px;
		margin-top: 45px;
	}
	.box1 .box-c .list li .icon img{
		max-width: 40px;
		max-height: 40px;
	}
	.box2,
	.box1{
		padding: 60px 0;
	}
	.box4,
	.box3{
		padding-bottom: 60px;
	}
	.box4 .box-c{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.box1 .box-c{
		margin-top: 40px;
	}
	.box2 .box-c .swiper{
		padding: 40px 0;
	}
	.banner .swiper-slide .slideBox .consultBtn{
		width: 160px;
		line-height: 50px;
		font-size: 18px;
	}
	.box1 .box-t-r{
		padding: 0 25px;
		height: 60px;
		font-size: 20px;
	}
	.box1 .box-t-l .des{
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.6;
	}
}
@media (max-width:768px) {
    .box5{
        padding-bottom: 50px;
    }
    .box5 .box-c .swiper-slide .text-box .text-title,
    .box5 .box-c .swiper-slide .title{
        font-size: 20px;
    }
    .box5 .box-c .btns .btn .iconfont{
        font-size: 18px;
    }
    .box5 .box-c .btns .btn{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .box5 .box-c .swiper-slide{
        width: 220px;
    }
    .box5 .box-c .container-l{
        width: calc(100% - 233px);
    }
	.box1 .box-t{
		flex-direction: column;
	}
	.box4 .box-c .l img{
		width: 40px;
	}
	.box4 .box-c .r .email{
		margin-top: 10px;
	}
	.box4 .box-c .r .email .email-text{
		margin-left: 7px;
	}
	.box4 .box-c .r .tel-text{
		font-size: 16px;
	}
	.box4 .box-c{
		padding-left: 30px;
		padding-right: 30px;
	}
	.box4 .box-c .r .consoltingBtn{
		margin-top: 30px;
	}
	.box3 .list .empty{
		display: none;
	}
	.box3 .list{
		grid-template-columns: repeat(5,1fr);
		gap: 7px;
	}
	.box2 .box-c .swiper-slide .r .text-box{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.7;
	}
	.box2 .box-c .swiper-slide .r .title .icon-quotesUp-copy{
		font-size: 30px;
		line-height: 1;
	}
	.box2 .box-c .swiper-slide .r .title .title-text{
		margin: 0 10px;
	}
	.box2 .box-c .swiper-slide .r .title img{
		width: 36px;
	}
	.box2 .box-c .swiper-slide .r{
		padding: 10px 0 0 0;
	}
	.box2 .box-c .swiper-slide .slide-box{
		padding: 20px;
	}
	.box2,
	.box1{
		padding: 50px 0;
	}
	.box4,
	.box3{
		padding-bottom: 50px;
	}
	.box4 .box-c{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.box1 .box-c{
		margin-top: 30px;
	}
	.box2 .box-c .swiper{
		padding: 30px 0;
	}
	.box1 .box-t-l{
		flex: none;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.banner .swiper-slide .mPic{
    display: block;
}
	.banner .swiper-slide .pcPic{
	    display: none;
	}
}
@media (max-width: 500px) {
    .box5{
        padding-bottom: 40px;
    }
    .box5 .box-c .swiper-slide .text-box .text-des{
        margin-top: 5px;
        line-height: 20px;
    }
    .box5 .box-c .swiper-slide .slideBox1 .more{
        line-height: 40px;
    }
    .box5 .box-c .swiper-slide .more{
        font-size: 14px;
        line-height: 36px;
    }
    .box5 .box-c .swiper-slide .text-box1 .text-title{
        font-size: 16px;
    }
    .box5 .box-c .swiper-slide .slideBox.slideBox1,
    .box5 .box-c .swiper-slide .slideBox.slideBox{
        padding: 25px 20px;
    }
    .box5 .box-c .swiper-slide .text-box .text-title, .box5 .box-c .swiper-slide .title{
        font-size: 16px;
    }
     .box5 .box-c .swiper-slide{
        width: 100%;
    }
    .box5 .box-c .btns .btn{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .box5 .box-c .container{
        justify-content: space-between;
    }
    .box5 .box-c .container-l{
        width: 48.5%;
    }
    .box5 .box-c .container>.swiper-slide{
        margin-right: 0;
        width: 48.5%;
    }
	.box1 .box-t-l{
		margin-bottom: 20px;
	}
	.box1 .box-t-r{
		line-height: 50px;
		font-size: 18px;
	}
	.box1 .box-c .list li .text-box{
		font-size: 18px;
	}
	.box1 .box-t-l .des{
		margin-top: 10px;
	}
	.indexTitle{
		font-size: 20px;
	}
	.box4 .box-c .r{
		margin-left: 10px;
	}
	.box4 .box-c{
		padding-left: 20px;
		padding-right: 20px;
	}
	.box4 .box-c .r .consoltingBtn{
		margin-top: 20px;
		padding: 0 25px;
		letter-spacing: 0;
		line-height: 45px;
	}
	.box2 .box-c .swiper-slide .r .text-box{
		font-size: 14px;
		margin-top: 10px;
	}
	.box2 .box-c .swiper-slide .r .title .icon-quotesUp-copy{
		font-size: 26px;
	}
	.box2 .box-c .swiper-slide .r .title{
		font-size: 20px;
	}
	.box2 .box-c .swiper-slide .r .title img{
		width: 30px;
		height: 30px;
	}
	.box2 .box-c .swiper-slide .slide-box{
		padding: 10px;
	}
	.box1 .box-c .list li .li-box .text-title{
		margin-top: 5px;
		font-size: 20px;
	}
	.box1 .box-c .list li .icon{
		margin-top: 25px;
		width: 44px;
		height: 44px;
	}
	.box1 .box-c .list li .icon img{
		max-width: 24px;
		max-height: 24px;
	}
	.box1 .box-c .list li .en{
		line-height: 1;
	}
	.box1 .box-c .list li.li1{
		padding: 20px;
	}
	.box1 .box-c .list li{
		padding: 30px 20px;
	}
	.box2,
	.box1{
		padding: 40px 0;
	}
	.box4,
	.box3{
		padding-bottom: 40px;
	}
	.box4 .box-c{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box1 .box-c{
		margin-top: 25px;
	}
	.box2 .box-c .swiper{
		padding: 25px 0;
	}
}