/* 服务封面页 */
.servicePageTit {
	margin-top: 60px;
	text-align: center;
}

.servicePageTit h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.servicePageTit p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 24px;
}

.servicePageTit .servicePageline {
	margin: 30px 0;
	height: 9px;
	width: 100%;
	background: url(../img/backgroundimage/service-link.png) top;
}

.ServiceMatter {
	text-align: center;

}

.beforeService>h3,
.purchaseService>h3,
.afterService>h3 {
	margin: 0 30px;
	font-size: 24px;
	color: #063eaa;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.beforeService>h3 span,
.purchaseService>h3 span,
.afterService>h3 span {
	display: inline-block;
	line-height: 20px;
	height: 2px;
	background-color: #063eaa;
	width: 20px;
	margin: 0 20px;
}

.beforeService>p,
.purchaseService>p,
.afterService>p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 24px;
	margin-bottom: 35px;
}

.beforeLs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.beforeLs .beforeItem {
	width: 456px;
	height: 316px;
	overflow: hidden;
	background-color: #f6f6f6;
}

.beforeLs .beforeItem:hover {
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.beforeLs .beforeItem:hover .beforeItemBtn {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-top: -60px;
	transition: 0.3s;
}

.beforeLs .beforeItem:hover .beforeItemBtn a {
	display: block;
}

.beforeLs .beforeItem img {
	width: 100%;
}

.beforeItem .beforeItemBtn {
	height: 120px;
	padding: 30px 0;
	font-size: 14px;
	color: #666666;
	background-color: #f6f6f6;
	transition: 0.3s;
	margin-top: 0;
	position: relative;
}

.beforeItem .beforeItemBtn .tit {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.beforeItem .beforeItemBtn a {
	display: none;
	color: #063eaa;
	border: solid 1px #063eaa;
	border-radius: 4px;
	width: 160px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	margin-top: 20px;
	transition: 0.3s;
}

.beforeItem .beforeItemBtn a:hover {
	background-color: #063eaa;
	color: #fff;
}

.purchaseService {
	margin: 40px 0;
}

.afterService {
	margin-bottom: 40px;
}


/* 商业流程页 */
.tabLinkServicesBox {
	margin-top: 30px;
}

.tabLinkServicesBox .tabFirstNav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabLinkServicesBox .tabFirstNav .tabFirstItem {
	display: block;
	width: 220px;
	margin: 0 10px;
	height: 48px;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #999;
	line-height: 48px;
	transition: 0.3s;
	text-align: center;
}

.tabLinkServicesBox .tabFirstNav .active {
	background-color: #063eaa;
	color: #fff;
}

.tabLinkServicesBox .tabFirstNav .tabFirstItem:hover {
	background-color: #063eaa;
	;
	color: #fff;
}

.showTwo {
	display: none;
}

.tabSecondaryNav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.tabSecondaryNav>span {
	width: 1px;
	height: 25px;
	background-color: #e6e6e6;
}

.tabSecondaryNav .tabSecondaryItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	line-height: 22px;
	color: #999;
	margin: 0 10%;
	padding: 20px 0;
	box-sizing: border-box;
	transition: .3s;
	position: relative;
}

.tabSecondaryNav .active {
	border-bottom: 2px solid #063eaa;
	color: #063eaa;
	font-weight: bold;
}

.tabSecondaryNav .tabSecondaryItem::after {
	content: "";
	width: 0;
	height: 2px;
	background: #063eaa;
	position: absolute;
	top: 100%;
	left: 50%;
	transition: .3s;
}

.tabSecondaryNav .tabSecondaryItem img {
	max-width: 100%;
	margin-right: 15px;
}

.tabSecondaryNav .active .showOne {
	display: none;
}

.tabSecondaryNav .active .showTwo {
	display: block;
}

.tabSecondaryNav .tabSecondaryItem:hover {
	color: #063eaa;
	font-weight: bold;
}

.tabSecondaryNav .tabSecondaryItem:hover::after {
	left: 0%;
	width: 100%;
}

.tabSecondaryNav .tabSecondaryItem:hover .showOne {
	display: none;
}

.tabSecondaryNav .tabSecondaryItem:hover .showTwo {
	display: block;
}

.servicesTime {
	display: flex;
	justify-content: center;
	align-items: center;
}

.servicesTime .servicesTimeitem {
	width: calc(25% - 40px);
	text-align: center;
}

.servicesTime .servicesTimeitem .itemBox {
	width: 100%;
	height: 123px;
	position: relative;
	padding-top: 20px;
	box-sizing: border-box;
	/* border-bottom: 2px dashed #e6e6e6; */
}

.servicesTime .servicesTimeitem .itemBox .title {
	font-size: 26px;
	font-weight: bold;
	color: #063eaa;
}

.servicesTime .servicesTimeitem .itemBox p {
	font-size: 12px;
	color: #999999;
}

.servicesTime .servicesTimeitem img {
	width: 95px;
	/* position: absolute; */
	top: 0;
	left: calc(50% - 47px);
}

.pageServicesTitCont .servicesBox h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 80px;
}

.pageServicesTitCont .servicesBox>p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.servicesTime .servicesTimeitem .subtitle {
	/* margin-top: 20px; */
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 40px;
}

.mySwiper {
	/* width: 50%; */
	/* 	padding-left: 10%;
	padding-right: 10%; */
}

.jcjs .mySwiper p {
	text-align: center;
}

.swiper-pagination-bullet-active {
	background-color: #063eaa;
}

.serviceSwiper {
	padding: 50px;
	background: #063eaa;
	margin-top: 50px;
}

.serviceSwiper img {
	width: 100%;
}

.serviceSwiper .swiperTit {
	font-size: 34px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.swiperCont {
	padding: 40px 30px;
	background-color: #fff;
	margin: 0 auto;
}

.swiperCont h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	text-align: center;
}

.swiperCont p {
	font-size: 14px;
	line-height: 26px;
	color: #828282;
	text-align: center;
}

.swiper {
	--swiper-theme-color: #fff;
	/* 设置Swiper风格 */
	--swiper-navigation-size: 20px;
	/* 设置按钮大小 */
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	border: 1px solid #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #063eaa;
}

.sylcYycj {
	padding: 60px 0;
}

.sylcYycj .yycjLs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.sylcYycj .yycjLs .yycjItem {
	width: calc(33.3% - 4px);
	position: relative;
	margin-bottom: 5px;
}

.sylcYycj .yycjLs .yycjItem>img {
	width: 100%;
	vertical-align: top;
}

.sylcYycj .yycjLs .yycjItem .yycjItemCont {
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.sylcYycj .yycjLs .yycjItem .yycjItemCont img {
	padding: 5px;
	border-radius: 100px;
	background-color: #fff;
}

.sylcYycj .yycjLs .yycjItem .yycjItemCont p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.sylcYycjTit {
	font-size: 32px;
	line-height: 34px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

/* 方案设计 */
.pageServiceDesign {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}

.pageServiceDesign .designCont {
	padding: 80px 110px 0 60px;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.pageServiceDesign img {
	width: 33.3%;
}

.designFlow {
	margin: 50px 0;
	padding: 50px 0;
	background-color: #063eaa;
}

.designFlow .flowTitBox h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.designFlow .flowTitBox>p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	max-width: 1000px;
	text-align: center;
	margin: auto;
	margin-top: 24px;
}

.flowBox {
	background-color: #fff;
	padding: 30px 50px;
	margin-top: 30px;
}

.flowBox .flowItemTit {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.flowBox .flowItem {
	padding: 20px 0;
}

.flowBox .flowItem>p {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #666;
	margin-top: 6px;
}

.flowBox .flowItem .flowLs {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.flowBox .flowItem .flowLs .flowLsItem {
	width: calc(16.6% - 20px);
	text-align: center;
	padding: 20px 0;
	border: 1px dashed #ebebeb;
	border-radius: 10px;
}

.flowBox .flowItem .flowLs .flowLsItem>p {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 14px;
}

.pageServicesTitCont .servicesBox>p {
	max-width: 1000px;
	/* text-align: center; */
	margin: auto;
	margin-top: 48px;
	margin-bottom: 80px;
}

/* 预约参观 */
.roomVisits {
	margin-top: 80px;
}

.roomVisits .roomVisitsLs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.roomVisits .roomVisitsLs .roomVisitItem {
	width: calc(33.3% - 8px);
	text-align: center;
	padding: 70px 0 40px 0;
	position: relative;
	background-color: #f6f6f6;
	color: #555;
}

.roomVisits .roomVisitsLs .roomVisitItem img {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	max-width: 80px;
	margin: auto;
}

.roomVisits .roomVisitsLs .roomVisitItem .roomTit {
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}

.roomVisits .roomVisitsLs .roomVisitItem .roomText {
	font-size: 14px;
	color: #828282;
	line-height: 26px;
}

.scheduleServic {
	margin-bottom: 60px;
}

.scheduleServic .scheduleServiceTit h3 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
	color: #333;
	text-align: center;
}

.scheduleServic .scheduleServicForm {
	border: 10px solid #f5f5f5;
	display: flex;
	justify-content: space-between;

}

.scheduleServic .scheduleServicForm .formLs {
	padding: 40px;
	width: 75%;
	box-sizing: border-box;
	border-right: 10px solid #f5f5f5;
}

.scheduleServicForm .formLs .formItem>span {
	display: inline-block;
	width: 90px;
	font-size: 16px;
	line-height: 56px;
	color: #666;
}

.scheduleServicForm .formLs .formItem {
	margin-bottom: 10px;
}

.scheduleServicForm .formLs .formItem>input {
	outline: none;
	width: 340px;
	height: 56px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	transition: 0.36s;
}

.scheduleServicForm .formLs .formItem>select {
	outline: none;
	width: 340px;
	height: 56px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	transition: 0.36s;
}

.scheduleServicForm .formLs .formItem>textarea {
	outline: none;
	width: calc(100% - 90px);
	height: 150px;
	background-color: #f7f7f7;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	transition: 0.36s;
	display: inline-block;
	resize: none;
	font-family: unset;
}

.scheduleServicForm .formItem {
	display: flex;
}

.scheduleServicForm .relationUs {
	width: 25%;
}

.scheduleServicForm .formLs .formItemBtn>input {
	background-color: #063eaa;
	padding: 0;
	width: 160px;
	height: 42px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
}

.relationUs {
	display: flex;
	flex-direction: column;
}

.relationUs .relationUsItem {
	height: 50%;
	box-sizing: border-box;
	padding-top: 30px;
	text-align: center;
}

.relationUs .relationUsItem:first-child {
	border-bottom: 5px solid #f5f5f5;
}

.relationUs .relationUsItem:last-child {
	border-top: 5px solid #f5f5f5;
}

.relationUs .relationUsItem img {
	max-width: 100%;
}

.relationUs .relationUsItem p {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-top: 8px;
}

.relationUs .relationUsItem p:last-child,
.relationUs .relationUsItem a {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
}

/* 加工工艺 */
.technicsPredominance {
	background-color: #f5f5f5;
	padding: 60px 0;
}

.technicsPredominance>div>p {
	margin-top: 0;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}

.technicsPredominance .technicsLs {
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	flex-wrap: wrap;
}

.technicsPredominance .technicsLs .technicsItem {
	width: 33.3%;
	background-color: #fff;
}

.technicsPredominance .technicsLs .technicsItem img {
	width: 100%;
	vertical-align: top;
}

.technicsPredominance .technicsLs .technicsItem .technicCont {
	padding: 50px 50px 0;
	box-sizing: border-box;


}

.technicCont>div {
	display: block;
	margin: 20px auto 0;
	width: 28px;
	height: 3px;
	background-color: #2761c4;
}

.technicCont>p {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.technicsPredominance .technicsLs .technicsItem h3 {
	text-align: center;
}

/* 运维服务 */
.servicePackages {
	background: #f5f5f5;
	padding-bottom: 80px;
}

.servicePackages .packagesTitBox {
	margin-bottom: 60px;
}

.servicePackages .packagesTitBox h3 {
	padding-top: 80px;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.servicePackages .packagesTitBox p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	max-width: 1000px;
	margin: auto;
	margin-top: 48px;
	
}

.servicePackages .packagesLsBox {
	margin-top: 30px;
}

.servicePackages .packagesLsBox .packagesItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#strengthCls .packagesLsBox .packagesItem {
	margin-bottom: 60px;
}
#strengthCls .packagesLsBox .packagesItem:last-child{
	margin-bottom: 0;
}
.servicePackages .packagesLsBox .packagesItem img,
.servicePackages .packagesLsBox .packagesItem video {
	width: 33%;
	border-radius: 15px;
}

#strengthCls .packagesLsBox .packagesItem img,
#strengthCls .packagesLsBox .packagesItem video {
	width: 45%;
	border-radius: 15px;
}

.servicePackages .packagesLsBox .packagesItem .packagesItemText {
	width: calc(67% - 30px);
}

#strengthCls .packagesLsBox .packagesItem .packagesItemText {
	width: calc(55% - 30px);
}

.packagesItemText .tit {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.packagesItemText p {
	font-size: 14px;
	color: #666666;
	margin: 35px 0;
	line-height: 24px;
	text-align: justify;
}

.servicePackages .packagesLsBox .packagesItem:nth-child(2n) {
	flex-direction: row-reverse;
}

/* 基础建设 */
.jcjs {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.jcjs .swiperTit {
	color: #000;
}

.jcjs .swiper-button-prev,
.jcjs .swiper-button-next {
	background-color: #fff;
	color: #063eaa;
}

.jcjs .swiper-button-prev:hover,
.jcjs .swiper-button-next:hover {
	color: #fff;
	background-color: #063eaa;
}

.capitalCont .capitalContTit {
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}

.capitalCont .capitalImgBox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.capitalCont .capitalImgBox .capitalImgItem {
	width: calc(25% - 1px);
	border-right: solid 1px #f5f5f5;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
}

.capitalCont .capitalImgBox .capitalImgItem:last-child {
	border: none;
}

.capitalCont .capitalImgBox .capitalImgItem img {
	width: 60px;
}

.capitalCont .capitalImgBox .capitalImgItem p {
	font-size: 14px;
	color: #666666;
	margin-top: 22px;
}

.capitalTeamBox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}

.capitalTeamBox .capitalTeamItem {
	width: calc(33.3% - 14px);
	background-color: #f6f6f6;
}

.capitalTeamBox .capitalTeamItem img {
	width: 100%;
}

.capitalTeamBox .capitalTeamItem .capitalTeamCont {
	padding: 30px;
	text-align: center;
}

.capitalTeamBox .capitalTeamItem .capitalTeamCont h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.capitalTeamBox .capitalTeamItem .capitalTeamCont p {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

/* 安装与培训 */
.InstallTrain .InstallTrainLs {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 60px;
	border-bottom: 10px solid #f5f5f5;
}

.InstallTrain .InstallTrainLs .InstallTrainItem {
	width: calc(25% - 15px);
}

.InstallTrain .InstallTrainLs .InstallTrainItem img {
	width: 100%;
}

.InstallTrain .InstallTrainLs .InstallTrainItem .TrainItemCont {
	padding: 20px;
}

.InstallTrain .InstallTrainLs .InstallTrainItem h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.InstallTrain .InstallTrainLs .InstallTrainItem p {
	font-size: 14px;
	line-height: 26px;
	color: #828282;
}

.trainItemContent .trainItemContentLs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.trainItemContent .trainItemContentLs .contentItem {
	width: calc(50% - 15px);
	background-color: #f5f5f5;
	/* border-radius: 60px 0 60px 0 ; */
	border-radius: 0 60px 0 60px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.trainItemContent .trainItemContentLs .contentItem:nth-child(2),
.trainItemContent .trainItemContentLs .contentItem:nth-child(3) {
	border-radius: 60px 0 60px 0;
	/* border-radius: 0 60px 0 60px; */
}

.trainItemContent .trainItemContentLs .contentItem img {
	margin-right: 15px;
	background-color: #fff;
	border-radius: 100px;
	width: 60px;
}

.trainItemContent .trainItemContentLs .contentItem p {
	font-size: 14px;
	line-height: 26px;
	color: #828282;
}

.trainItemContent .trainItemContentLs .contentItem .tit {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
}

/* faq */
.faq {
	margin-bottom: 60px;
}

.faq .seeMore {
	margin: auto;
	display: block;
	width: 160px;
	height: 36px;
	font-size: 18px;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	color: #063eaa;
	font-weight: 400;
	margin-top: 60px;
	background: #fff;
	border: 1px solid rgba(6, 62, 170, .3);
	transition: .3s;

}

.faq .seeMore:hover {
	background: #063eaa;
	color: #fff;
}

/* 服务网络 */
.serviceNetwork .contactUs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.serviceNetwork .contactUs .contactUsItem {
	display: flex;
	align-items: center;
	margin: 0 60px;
}

.serviceNetwork .contactUs .contactUsItem img {
	width: 40px;
	margin-right: 15px;
}

.serviceNetwork .networkMap img {
	width: 100%;
}
.newsCta{
	margin-top: 80px;
}
.serviceNetwork .contactUs .contactUsItem .tit {
	font-size: 14px;
	line-height: 26px;
	color: #828282;
}

.serviceNetwork .contactUs .contactUsItem .num {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.interNetwork {
	background-color: #f5f5f5;
	padding-top: 10px;
	margin-top: 20px;
}

@media screen and (min-width:751px) and (max-width:1400px) {
	.beforeLs {
		justify-content: space-between;
	}

	.beforeLs .beforeItem {
		width: calc(33.3% - 10px);
	}

	.technicsPredominance .technicsLs .technicsItem .technicCont {
		padding: 20px 20px 0;
	}
}

@media screen and (min-width:751px) and (max-width:1200px) {
	.beforeLs .beforeItem {
		width: calc(33.3% - 10px);
		height: 260px;
	}

	.beforeItem .beforeItemBtn {
		padding: 20px 0;
	}

	.technicCont>div {
		display: none;
	}

	.technicCont>p {
		margin-top: 10px;
	}
}

@media screen and (max-width:750px) {
	.servicePageTit {
		margin-top: 30px;
	}

	.servicePageTit h3 {
		font-size: 20px;
		line-height: 24px;
		color: #333333;
		text-align: center;
	}

	.servicePageTit p {
		margin-top: 15px;
	}

	.servicePageTit .servicePageline {
		display: none;
	}

	.baseServiceContent {
		padding: 0 15px;
	}

	.beforeService,
	.purchaseService,
	.afterService {
		border-top: 1px dashed #e5e5e5;
		padding-top: 15px;
		margin-top: 15px;
	}

	.beforeService>h3,
	.purchaseService>h3,
	.afterService>h3 {
		color: #333333;
		font-size: 20px;
		line-height: 24px;
	}

	.beforeService>h3 span,
	.purchaseService>h3 span,
	.afterService>h3 span {
		display: none;
	}

	.beforeLs {
		display: block;
	}

	.beforeLs .beforeItem {
		width: 100%;
		height: unset;
		margin-bottom: 15px;
	}

	.beforeItem .beforeItemBtn {
		padding: 15px 0 25px 0;
	}

	.beforeItem .beforeItemBtn a {
		display: block;
		width: unset;
		margin-left: 15px;
		margin-right: 15px;
		box-sizing: border-box;
	}


	.tabSecondaryNav {
		justify-content: space-between;
		margin: 5px 0;
	}

	.tabSecondaryNav .tabSecondaryItem img {
		display: none !important;
	}

	.tabSecondaryNav .active .showTwo {
		display: none;
	}

	.tabSecondaryNav .tabSecondaryItem {
		margin: 0 5px;
		font-size: 14px;
	}

	.pageServicesTitCont .servicesBox h3 {
		font-size: 20px;
		line-height: 28px;
		color: #333333;
		margin-top: 20px;
	}

	.pageServicesTitCont .servicesBox>p {
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: left;
	}

	.servicesTime {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.servicesTime .servicesTimeitem {
		width: calc(50% - 5px);
		margin-bottom: 15px;
	}

	.servicesTime .servicesTimeitem .subtitle {
		font-size: 14px;
		margin-bottom: 0;
	}

	.serviceSwiper {
		padding: 25px 0;
	}

	.serviceSwiper .swiperTit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.mySwiper {
		padding: 15px;
		background-color: #fff;
	}

	.swiperCont {
		padding: 15px;

	}

	.swiperCont h3 {
		font-size: 18px;
	}

	.sylcYycj {
		padding: 20px 0;
		background: #f5f5f5;
	}

	.sylcYycjTit {
		font-size: 20px;
		line-height: 28px;
		color: #333;
		text-align: center;
		margin-bottom: 20px;
	}

	.sylcYycj .yycjLs .yycjItem {
		width: calc(50% - 4px);
		background-color: #fff;

	}

	.sylcYycj .yycjLs .yycjItem>img {
		display: none;
	}

	.sylcYycj .yycjLs .yycjItem .yycjItemCont {
		position: unset;
		display: flex;
		align-items: center;
		padding: 20px 0 20px 20px;
		font-size: 16px;
	}

	.sylcYycj .yycjLs .yycjItem .yycjItemCont img {
		width: 35px;
	}

	.sylcYycj .yycjLs .yycjItem .yycjItemCont p {
		color: #666;
		font-size: 16px;
		margin-top: 0;
		margin-left: 5px;
	}

	.pageServiceDesign {
		display: block;
		margin-top: 0;
	}

	.pageServiceDesign .designCont {
		padding: 15px 0;
		background-color: #fff;
	}

	.pageServiceDesign img {
		width: 100%;
	}

	.designFlow {
		margin: 20px 0;
		padding: 20px 0;
	}

	.designFlow .flowTitBox h3 {
		font-size: 20px;
	}

	.designFlow .flowTitBox>p {
		margin-top: 10px;
		text-align: left;
	}

	.flowBox {
		padding: 0 15px;
		margin-top: 10px;
	}

	.flowBox .flowItem .flowLs {
		flex-wrap: wrap;
	}

	.flowBox .flowItem .flowLs .flowLsItem {
		width: calc(50% - 5px);
		border: none;
		background-color: #f5f5f5;
		margin-bottom: 10px;
	}

	.roomVisits .roomVisitsLs {
		display: block;
	}

	.roomVisits .roomVisitsLs .roomVisitItem {
		width: 100%;
		padding: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		text-align: left;
		margin-bottom: 5px;
	}

	.roomVisits .roomVisitsLs .roomVisitItem img {
		position: unset;
		margin-right: 15px;
	}

	.roomVisits .roomVisitsLs .roomVisitItem .roomTit {
		font-size: 18px;
		margin-bottom: 10px;

	}

	.roomVisits {
		margin-top: 20px;
	}

	.scheduleServic {
		border-top: 5px solid #f5f5f5;
		margin-bottom: 30px;
	}

	.scheduleServic .scheduleServiceTit h3 {
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.scheduleServic .scheduleServicForm {
		display: block;
		border: none;
	}

	.scheduleServic .scheduleServicForm .formLs {
		width: 100%;
		border: none;
		padding: 0px;

	}

	.scheduleServicForm .formItem {
		display: block;
	}

	.scheduleServicForm .formLs .formItem>input {
		width: 100%;
	}

	.scheduleServicForm .formLs .formItem>select {
		width: 100%;
	}

	.scheduleServicForm .formLs .formItem>textarea {
		width: 100%;
		font-weight: 400;
	}

	.scheduleServicForm .formLs .formItem>span {
		display: none;
	}

	.scheduleServicForm .formLs .formItemBtn>input {
		margin-top: 0px;
		height: 60px;
		line-height: 60px;
	}

	.scheduleServicForm .relationUs {
		width: 100%;
		box-sizing: border-box;
		border: 10px solid #f5f5f5;
		padding: 10px;
	}

	.relationUs .relationUsItem {
		display: flex;
		align-items: center;
		padding:15px 10px;
		text-align: left;
	}

	.relationUs .relationUsItem:first-child {
		border-bottom: 2px solid #f5f5f5;
	}

	.relationUs .relationUsItem:last-child {
		border-top: 2px solid #f5f5f5;
	}

	.relationUs .relationUsItem p {
		margin: 0;
	}

	.relationUs .relationUsItem p:last-child,
	.relationUs .relationUsItem a {
		margin-top: 0;
		font-size: 18px;
	}

	.relationUs .relationUsItem img {
		margin-right: 15px;
	}

	.technicsPredominance {
		padding: 30px 0;
	}

	.technicsPredominance>div>p {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.technicsPredominance .technicsLs {
		display: block;
	}

	.technicsPredominance .technicsLs .technicsItem {
		width: 100%;
		margin-bottom: 15px;
	}

	.technicCont>div,
	.technicCont>p {
		margin-top: 15px;
		line-height: 24px;
	}

	.technicsPredominance .technicsLs .technicsItem .technicCont {
		padding: 15px;
	}

	.servicePackages {
		margin-bottom: 20px;
	}

	.servicePackages .packagesTitBox h3 {
		padding-top: 40px;
		font-size: 20px;
	}

	.servicePackages .packagesTitBox p {
		margin-top: 15px;
	}

	.servicePackages .packagesLsBox .packagesItem {
		display: block;
		background-color: #fff;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.servicePackages .packagesLsBox .packagesItem img {
		width: 100%;
		border-radius: 0;
	}

	.servicePackages .packagesLsBox .packagesItem video {
		width: 100%;
		border-radius: 0;
	}

	.servicePackages .packagesLsBox .packagesItem .packagesItemText {
		width: 100%;
	}

	#strengthCls .packagesLsBox .packagesItem img,
	#strengthCls .packagesLsBox .packagesItem video {
		width: 100%;
		border-radius: 0;
	}
	#strengthCls .packagesLsBox .packagesItem .packagesItemText{
		width: 100%;
	}
	#strengthCls .packagesLsBox .packagesItem{
		margin-bottom: 30px;
	}

	.packagesItemText .tit {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.packagesItemText p {
		margin: 10px;
		line-height: 24px;
	}

	.packagesItemText .tit {
		margin: 24px 10px 16px 10px;
	}

	.beforeLs .beforeItem:hover .beforeItemBtn {
		margin-top: 0;
	}

	.capitalCont {
		padding: 0 15px;
	}

	.capitalCont .capitalContTit {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.capitalCont .capitalImgBox {
		display: block;
		background-color: #fff;
		box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.capitalCont .capitalImgBox .capitalImgItem {
		width: 100%;

	}

	.capitalTeamBox {
		display: block;
	}

	.capitalTeamBox .capitalTeamItem {
		width: 100%;
		margin-bottom: 15px;
	}

	.capitalTeamBox .capitalTeamItem .capitalTeamCont {
		padding: 15px;
		padding-bottom: 30px;
	}

	.capitalTeamBox .capitalTeamItem .capitalTeamCont h3 {
		font-size: 18px;
	}

	.jcjs {
		margin-top: 20px;
	}

	.jcjs .mySwiper {
		padding-bottom: 40px;
	}

	.InstallTrain .InstallTrainLs {
		padding: 0 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.InstallTrain .InstallTrainLs .InstallTrainItem {
		width: calc(50% - 8px);
	}

	.InstallTrain .InstallTrainLs .InstallTrainItem .TrainItemCont {
		padding: 10px 0;
	}

	.trainItemContent .trainItemContentLs {
		display: block;
	}

	.trainItemContent .trainItemContentLs .contentItem {
		width: 100%;
		padding: 20px;
		border-radius: 0 25px 0 25px;
		margin-bottom: 10px;
	}

	.trainItemContent .trainItemContentLs .contentItem:nth-child(2),
	.trainItemContent .trainItemContentLs .contentItem:nth-child(3) {
		border-radius: 0 25px 0 25px;
	}

	.trainItemContent .trainItemContentLs .contentItem .tit {
		font-size: 16px;
		font-weight: 400;
	}

	.faq .seeMore {
		margin-top: 20px;
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		box-sizing: border-box;
		background-color: #063eaa;
		color: #fff;
	}

	.serviceNetwork .contactUs {
		justify-content: space-around;
		text-align: center;
		margin-bottom: 10px;
	}

	.serviceNetwork .contactUs .contactUsItem {
		margin: 0;
		display: block;

	}

	.serviceNetwork .contactUs .contactUsItem img {
		margin-right: 0;
	}

	.serviceNetwork .contactUs .contactUsItem .num {
		font-weight: 400;
	}

	.servicePackages .packagesTitBox {
		margin-bottom: 30px;
	}
	.newsCta{
		margin-top: 24px;
	}
}