<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.w1200{
		width: 90.65%;
		
	}
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}


.serviceBanner{
	height: 600px;
	background-image: url("../img/services/banner1.png");
	background-position: center;
	padding-top: 178px;
}
.serviceBanner&gt;h3{
	text-align: center;
	font-size: 54px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.5;
}
.serviceBanner&gt;p{
	text-align: center;
	font-size: 32px;
	color: #E6E6E6;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
	margin-top: 16px;
	
}
@media (min-width: 640px ) and (max-width: 767px ){
	.serviceBanner{
		background-size: cover;
		height: 260px;
	}
}

.advantage{
	height: 100px;
	box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.05);
	padding: 17px 0;
}
.adItem{
	width: 25%;
	padding-left: 4.16%;
	position: relative;
	height: 66px;
}
.adItemRight:after{
	content: '';
	height: 100%;
	width: 1px;
	background: #CCCCCC;
	position: absolute;
	right: 0;
}
.adItem img{
	height: 100%;
}
.adItem .adRight{
	padding: 10px 0 11px 9px;
	height: 100%;
	width: 60%;
}
.adItem .adRight&gt;h4{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}
.adItem .adRight&gt;p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}

.problem{
	padding-top: 92px;
}
.proTitle{
	font-size: 34px;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
}
.proBox{
	padding-top: 66px;
	padding-bottom: 86px;
}
.proItem{
	width: 50%;
	height: 170px;
	
}
.proItem:nth-child(1),.proItem:nth-child(2){
	margin-bottom: 60px;
}
.proItem img{
	width: 55%;
	max-width: 258px;
}
.proItem .proRight{
	width: calc(47% - 14px);
	padding-left: 14px;
	max-width: 224px;
	padding-top: 33px;
}
.proItem .proRight&gt;h4{
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
	font-weight: normal;
}

.proItem .proRight&gt;h4 a{
	color: #333333;
}

.proItem .proRight&gt;p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}


.function{
	height: 853px;
	background-image: url("../img/services/bnner2.png");
	background-position: center;
	padding-top: 79px;
}
.funcTitle{
	text-align: center;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: normal;
	line-height: 1;
}
.funcBox{
	padding-top: 39px;
}
.funcItem{
	width: 100%;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	padding-top: 56px;
	padding-bottom: 55px;
}
.funcItem:nth-child(3){
	border-bottom: none;
}
.funcList{
	width: 25%;
	text-align: center;
}
.funcList&gt;img{
	width: 50px;
	margin-bottom: 23px;
}
.funcList&gt;p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.5;
}


.process{
	padding-top: 92px;
	padding-bottom: 120px;
}
.processBox{
	padding-top: 70px;
}
.processItem{
	width: 22.3%;
	height: 291px;
	border: 2px solid #fff;
	padding: 59px 19px 10px 26px;
	-moz-transition: all 0.5s ease 0s; 
	-webkit-transition:all 0.5s ease 0s;	
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	margin-right: 3.5%;
	position: relative;
}
.processItem:nth-child(4){
	margin-right: 0;
}


.processItem&gt;img.itemImg01{
	width: 40px;
}
.itemMobileImg01{
	display: none;
}
.processItem&gt;h4{
	font-size: 24px;
	color: #CE534F;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 15px;
}
.processItem&gt;p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-top: 13px;
}
.processItem&gt;img.itemImg02{
	opacity: 0;
	position: absolute;
	right: 27px;
	bottom: 10px;
	-moz-transition: all 0.5s ease 0s; 
	-webkit-transition:all 0.5s ease 0s;	
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
@media (min-width: 768px) {
	.processItem:hover{
		box-shadow:-15px 16px 0px 0px rgba(221,221,221,0.24);
		border: 2px solid #F7F7F7;
	}
	.processItem:hover&gt;img.itemImg02{
		opacity: 1;
	}
}

.mater{
	height: auto;
	background-image: url("../img/services/bnner3.png");
	background-position: center;
	padding-top: 100px;
	padding-bottom: 99px;
}
.headBox{
	max-width: 764px;
	width: 90%;
	height: 63px;
	margin: 0 auto;
	border: 1px solid #CE534F;
}
.headItem{
	width: 50%;
	line-height: 61px;
	text-align: center;
	font-size: 24px;
	color: #CE534F;
	cursor: pointer;
}
.headItem.active{
	background: #CE534F;
	color: #fff;
}
.headContent{
	padding-top: 61px;
	display: none;
	width: 100%;
}
.headContentPc{
	display: block;
}
.headContentMobile{
	display: none;
}
.LeftBox{
	width: 35.75%;
}
.leftItem{
	width: 100%;
	height: 88px;
	text-align: center;
	line-height: 88px;
	font-size: 24px;
	color: #333333;
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
}
.leftItem:nth-child(5){
	border-bottom: none;
}
.leftItem.active{
	background: #FAFAFA;
	color: #CE534F;
	font-weight: bold;
	position: relative;
}
.leftItem.active:after{
	content: '';
	width: 6px;
	height: 100%;
	background: #CE534F;
	position: absolute;
	top: 0;
	left: 0;
}
.RightBox{
	width: 63.5%;
	text-align: center;
	background: #fff;
	height: 440px;
	display: flex;
	justify-content:center;
	align-items: center;
}
.RightBox img{
	width: 80%;
	max-width: 480px;
	display: none;
}
.RightBox img.active{
	display: block;
}
.headPublic{
	display: none;
}
.headPublic.active{
	display: block;
}
.headGet{
	width: 100%;
	height: 410px;
	background: #FFFFFF;
	margin-top: 60px;
	padding-top: 60px;
	padding: 60px 2% 0;
}
.headGetItem{
	width: 20%;
	margin: 0 2.5%;
}
.headGetItem&gt;img{
	width: 100%;
}
.headGetItem&gt;p{
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
	margin-top: 24px;
}


.tage{
	background: #CE534F;
	height: 514px;
	position: relative;
}
.tageTopImg,.tageTitle{
	display: none;
}
.tageBox{
	padding-top: 60px;
}
.tageBox&gt;h4{
	font-size: 34px;
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 26px;
}
.tageItem{
	height: 82px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left 6px;
}
.tageItem:nth-child(2){
	background-image: url("../img/services/tageImg01.png");
}
.tageItem:nth-child(3){
	background-image: url("../img/services/tageImg02.png");
}
.tageItem:nth-child(4){
	background-image: url("../img/services/tageImg03.png");
}
.tageItem:nth-child(5){
	background-image: url("../img/services/tageImg04.png");
}
.tageItem&gt;h5{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: normal;
}
.tageItem&gt;p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5;
}
.tagePeople{
	overflow: hidden;
	width: 58.95%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image:url("../img/services/tagePeople.png") ;
	background-position: center;
}

.advertis{
	height: 199px;
	background-image: url("../img/services/advertisImg.png");
	background-position:top center;
	background-size:auto 100%;
	background-repeat: no-repeat;
}

.advertis{
	position: relative;
}
.adverBox{
	width: 34.11%;
	height: 64px;
	position: absolute;
	right:18.38% ;
	bottom: 23.1%;
	
}
.adverInput{
	max-width: 489px;
	width: 73.65%;
	height: 64px;
	border-radius: 2px;
	border: none;
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin-right: 2%;
}

.adverBtn{
	max-width:146px;
	width: 22.3%;
	height:64px;
	background:-webkit-linear-gradient(6deg, rgba(154,135,110,1), rgba(207,186,153,1));
	background:-moz-linear-gradient(6deg, rgba(154,135,110,1), rgba(207,186,153,1));
	background:-o-linear-gradient(6deg, rgba(154,135,110,1), rgba(207,186,153,1));
	background:linear-gradient(6deg, rgba(154,135,110,1), rgba(207,186,153,1));
	border-radius:2px;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width: 1700px){
	.advertis{
		height: 178px;
	}
}
@media (max-width: 1600px){
	.advertis{
		height: 165px;
	}
}
@media (max-width: 1470px){
	.advertis{
		height: 153px;
	}
}
@media (max-width: 1360px){
	.advertis{
		height: 141px;
	}
	.adverBox,.adverInput,.adverBtn{
		height: 46px;
	}
}
@media (max-width: 1250px){
	.advertis{
		height: 130px;
	}
}
@media (max-width: 1155px){
	.advertis{
		height: 120px;
	}
	.adverInput,.adverBtn{
		font-size: 12px;
	}
}
@media (max-width: 1070px){
	.advertis{
		height: 111px;
	}
}
@media (max-width: 985px){
	.advertis{
		height: 102px;
	}
	.adverBox,.adverInput,.adverBtn{
		height: 34px;
	}
}
@media (max-width: 905px){
	.advertis{
		height: 94px;
	}
}
@media (max-width: 840px){
	.advertis{
		height: 87px;
	}
}

@media (max-width: 775px){
	.advertis{
		height: 79px;
	}
}
@media (max-width: 767px){
	.advertis{
		background-image: url("../img/services/advertisMobileImg.png");
		background-size: auto 100%;
		height: 408px;
	}
	.adverBox{
		width: 65.625%;
		right: 50%;
		transform: translateX(50%);
		bottom: 30.1%;
	}
	.adverInput, .adverBtn{
		width: 100%;
		max-width: 420px;
	}
	.adverBtn{
		
		margin-top: 10px;
	}
}
@media (max-width: 600px){
	.advertis{
		height: 340px;
	}
}
@media (max-width: 480px){
	.advertis{
		height: 254px;
	}
}


@media (max-width: 992px) {
	.adItem{
		padding-left: 1.16%;
	}
	.proItem .proRight{
		padding-top: 10px;
	}
	.processItem{
		padding-top: 24px;
	}
}

@media (max-width: 767px){
	.serviceBanner{
		height: 360px;
		background-image: url("../img/services/banner1-wap.png");
		padding-top: 150px;
	}
	.serviceBanner&gt;h3{
		font-size: 24px;
	}
	.serviceBanner&gt;p{
		font-size: 12px;
	}
	
	.advantage{
		height: auto;
		
	}
	.adItem{
		width: 50%;
		border: none;
		height: auto;
		text-align: center;
	}
	.adItemRight:after{
		content: '';
		display: none;
	}
	.adItem img{
		float: none;
		height: 45px;
	}
	.adItem .adRight&gt;h4{
		font-size: 14px;
		font-weight: normal;
	}
	.adItem .adRight&gt;p{
		font-size: 12px;
	}
	.adItem .adRight{
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.problem{
		padding-top: 30px;
		background: #F7F7F7;
		
	}
	.proTitle{
		font-size: 20px;
	}
	.proTitle&gt;span{
		color: #D53225;
	}
	.proItem{
		width: 100%;
		height: auto;
		margin-bottom: 17px;
		background: #fff;
	}
	.proBox{
		padding-top: 33px;
		padding-bottom: 30px;
	}
	.proItem:nth-child(1), .proItem:nth-child(2){
		margin-bottom: 17px;
	}
	.proItem img{
		width: 34.68%;
	}
	.proItem .proRight{
		width: calc(67% - 14px);
		padding-top: 6px;
		background: #fff;
	}
	.proItem .proRight&gt;h4{
		font-size: 14px;
	}
	.proItem .proRight&gt;p{
		font-size: 12px;
	}
	
	.headContentPc{
		display: none;
	}
	.headContentMobile{
		display: block;
	}
	
	
	.function{
		height: 537px;
		padding-top: 36px;
	}
	.funcTitle{
		font-size: 20px;
	}
	.funcPc{
		display: none;
	}
	.funcMobile{
		display: block;
	}
	.funcList{
		width: 33.3%;
	}
	.funcBox{
		padding-top: 15px;
	}
	.funcItem{
		padding-top: 18px;
		padding-bottom: 15px;
	}
	.funcList&gt;img{
		width: 40px;
		margin-bottom: 10px;
	}
	.funcList&gt;p{
		font-size: 12px;
	}
	.funcItem:nth-child(3){
		border-bottom: 1px dashed rgba(255,255,255,0.3);
	}
	.funcItem:nth-child(4){
		border-bottom: none;
	}
	.process{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.processBox{
		padding-top: 24px;
	}
	.processItem{
		width: 50%;
		margin-right: 0;
		padding-left: 0;
		height: 171px;
	}
	.itemMobileImg01{
		display: block;
	}
	.itemPcImg01{
		display: none;
	}
	.mater{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.processItem&gt;h4{
		font-size: 14px;
		margin-top: 0;
		padding-left: 6px;
		margin-top: 12px;
	}
	.processItem&gt;p{
		font-size: 12px;
		margin-top: 7px;
		padding-left: 6px;
	}
	.headBox{
		height: 40px;
	}
	.headItem{
		font-size: 12px;
		line-height: 38px;
	}
	
	.headGet{
		height: auto;
		background: none;
		padding-top: 0;
		margin-top: 24px;
	}
	.headGetItem{
		width: 45%;
	}
	.headGetItem&gt;p{
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	.tage{
		background: #FFFFFF;
		padding-top: 30px;
		height: auto;
	}
	.tagePeople{
		display: none;
	}
	.tageTitle{
		display: block;
	}
	.tageTopImg{
		width: 100%;
		display: block;
	}
	.tageTopImg&gt;img{
		width: 100%;
	}
	
	.tageTitle{
		font-size: 20px;
		color: #333333;
		text-align: center;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.tageBox{
		padding-top: 20px;
	}
	.tageBox&gt;h4{
		display: none;
	}
	.tageItem{
		height: 60px;
	}
	.tageItem:nth-child(2){
		background-image: url("../img/services/tageImgMobile01.png");
		background-size: 20px 24px;
	}
	.tageItem:nth-child(3){
		background-image: url("../img/services/tageImgMobile02.png");
		background-size: 22px 20px;
	}
	.tageItem:nth-child(4){
		background-image: url("../img/services/tageImgMobile03.png");
		background-size: 22px 24px;
	}
	.tageItem:nth-child(5){
		background-image: url("../img/services/tageImgMobile04.png");
		background-size: 22px 22px;
	}
	.tageItem&gt;h5{
		color: #333;
		font-size: 14px;
	}
	.tageItem&gt;p{
		color: #666666;
		font-size: 12px;
	}
}
@media(max-width: 481px){
	.serviceBanner{
		height: 320px;
		padding-top: 132px;
	}
}
</pre></body></html>