.h80{display: block;height: 80px;}
.whiteBg{background: #ffffff;}
.greyBg{background: #f8f8f8;}

.nyTitle{text-align: center;padding: 80px 0 40px;text-align: center;}
.nyTitle .atit{font-size: 32px;font-weight: bold;}
.nyTitle .btit{font-size: 16px;margin-top: 20px;line-height: 1.5;}

.serBox{display: flex;align-items: center;}
.serBox .desc{width:50%;font-size: 16px;color: #333;line-height: 1.65;padding-right: 50px;}
.serBox .desc b{display:block;font-size: 20px;margin: 20px 0;}
.serBox .img{width:50%;}
.serBox .img img{display: block;width: 100%;}

.lcList{display:flex;margin: 0 -20px;position: relative;}
.lcList::after{content: "";display: block;width: 100%;height: 3px;background: linear-gradient(90deg,#E75C6E,#D413AB);position: absolute;top: 194px;left: 0;}
.lcItem{display: block;width: 100%;position: relative;z-index: 9;}
.lcItem .img{width: 160px;height: 160px;border-radius: 100%;position: relative;overflow: hidden;margin: 0 auto;}
.lcItem .img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.lcItem i{display: block;width: 20px;height: 20px;background: linear-gradient(90deg,#E75C6E,#D413AB);border-radius: 100%;margin: 25px auto;}
.lcItem p{display: block;text-align: center;font-size: 16px;line-height: 1.35;color: #666;}

.dzList{display: flex;flex-wrap: wrap;margin: -20px;}
.dzItem{display: block;width:calc(20% - 40px);margin: 20px;color: #333;font-size: 16px;font-weight: bold;text-align: center;}


.tsBox{padding: 40px 30px 50px;}
.tsTit{text-align: center;font-size: 32px;/* color: #000; */line-height: 1.35;padding: 20px 0 20px;font-weight: bold;}
.tsList{display: flex;flex-wrap: wrap;margin: -15px -15px;}
.tsItem{display: block;margin: 15px;}
.tsList2 .tsItem{width: calc(50% - 30px);}
.tsList3 .tsItem{width: calc(33.33% - 30px);}
.tsList4 .tsItem{width: calc(25% - 30px);}
.tsItem .img{display: block;position: relative;overflow: hidden;margin-bottom: 15px;}
.tsItem .img img{display: block;width: 100%;}
.tsItem p{display: block;font-size: 18px;color: #000;font-weight: bold;line-height: 1.35;text-align: center;}
.tsItem span{display: block;font-size: 16px;color: #000;line-height: 1.35;margin-top: 10px;text-align: center;}

/* .tsBox.greyBg{background: #4b4f58;} */
/* .tsBox.greyBg .tsTit{color: #fff;} */
/* .tsBox.greyBg .tsItem p{color: #fff;} */
/* .tsBox.greyBg .tsItem span{color: #fff;} */


@media screen and (max-width:1199px){
	.h100{height: 80px;}
	.lcList::after{display: none;}
	.lcList{flex-wrap: wrap;margin-bottom: -20px;}
	.lcItem{width: 33.333%;margin-bottom: 20px;}
	.lcItem i{margin: 10px auto;}
	
	.dzList{margin: -10px;}
	.dzItem{width: calc(20% - 20px);margin: 10px;}
	
}
@media screen and (max-width:780px){
	.h80{height: 60px;}
	
	.nyTitle{padding: 60px 0 30px;}
	.nyTitle .atit{font-size: 24px;line-height: 1.35;}
	.nyTitle .btit{font-size: 14px;}
	
	.serBox{flex-wrap: wrap;}
	.serBox .desc{width: 100%;padding-right: 0;padding-bottom: 20px;}
	.serBox .img{width: 100%;}
	
	.lcList{margin: -10px;}
	.lcItem{width: calc(50% - 20px);margin: 10px;}
	.lcItem .img{width: 80%;height: auto;padding-bottom: 80%;}
	.lcItem .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	.lcItem p{padding-bottom: 15px;}
	
	.dzItem{width: calc(50% - 20px);font-size: 15px;}
	
	.tsBox{padding: 30px 15px;}
	
	
	.tsList{margin: 0;}
	.tsItem{width: 100%!important;margin: 0 0 25px!important;}
	.tsItem span{font-size: 14px;margin-top: 5px;}
	
	
}