<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.after .content {
	overflow: hidden;
}

.content .title-box {
	margin-top: 55px;
	margin-bottom: 40px;
}

.content .title-box p {
	margin-bottom: 8px;
	color: #333;
}

.content .title-box small {
	color: #555;
}

.content .info .infotext {
	line-height: 1.7;
	color: #333;
}

.content .info {
	margin-bottom: 50px;
}

.callbox {
	border-radius: 6px;
	background: #fff;
	padding: 6px;
	border-bottom: 2px solid #f9bd35;
	margin-bottom: 80px;
}

.bannerbg {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.willuse {
	margin-top: 6px;
	border-bottom: 2px solid #f9bd35;
	border-radius: 6px;
}

.willuse .box {
	height: 120px;
	width: 25%;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #DBDBDB;
	text-align: center;
}

.willuse .box:last-child {
	border-right: none;
}

.willuse .box .w1 {
	color: #333;
}

.mainfooter {
	height: 426px;
	margin-top: 60px;
	overflow: hidden;
	background: url(../images/service/ser08.jpg);
}

.mainfooter .title-box {
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: center;
}

.mainfooter .title-box p {
	color: #333;
}

.mainfooter .title-box small {
	color: #555;
}

.mainfootercontent {
	max-width: 1200px;
	margin: 0 auto;
}

.mainfootercontent .serul .serlist {
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #DBDBDB;
	float: left;
	margin-right: 48px;
	text-align: center;
}

.mainfootercontent .serul .serlist img {
	width: 100%;
}

.moserul {
	display: none;
}

.mainfootercontent .serul .serlist:last-child {
	margin-right: 0;
}


/*å·¥ä¸šè®¾å¤‡ä½“éªŒéƒ¨åˆ†çš„css*/

.titleline {
	width: 24px;
	height: 3px;
	background-color: #f8b62c;
	margin: 60px 0 15px 0;
}

.ex-textinfo {
	line-height: 32px;
	color: #555555;
}

.ex-ul {
	margin: 30px 0;
	overflow: hidden;
}

.ex-textinfo p {
	margin-bottom: 15px;
}

.ex-exlist {
	background: #fff;
	margin-bottom: 30px;
}

.eximgbox {
	padding: 10px;
	width: 540px;
	height: 260px;
}

.exliimg {
	width: 100%;
}

.ex-lititle {
	margin-top: 55px;
	margin-bottom: 40px;
}

.ex-infotextbox {
	margin-left: 50px;
}
.fr{
	margin-left: 0px;
	margin-right: 50px;
}

.ex-liintext {
	width: 540px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #555555;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*æœ€æ–°serbox*/

.ser_box {
	max-width: 1200px;
	margin: 0 auto;
}

.ser_sub {
	width: 33.333%;
	float: left;
	position: relative;
	display: block;
	padding: 10px 0;
}

.ser_sub:hover .tipbox {
	top: -165px;
	opacity: 1;
	
}

.ser_sub:hover .text_box .text {
	color: #2a90f5;
}

.ser_sub .imgbox img {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.ser_sub .text_box .text {
	text-align: center;
	display: block;
	color: #333;
	text-decoration: none;
}

.ser_sub .tipbox {
	background: #fff;
	opacity: 0;
	transition: all .3s;
	text-align: center;
	position: absolute;
	width: 150px;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	top: 0;
	left: 50%;
	margin-left: -75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2a90f5;
}

.ser_sub .tipbox img {
	width: 100%;
	display: block;
}

.ser_sub .tipbox .tipsj {
	width: 0;
	height: 0;
	border: 15px solid;
	border-color: rgba(39, 78, 117, 0.5) transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
}

.qq_tbox {
	display: none;
}

.contactbox {
	width: 100%;
	background: #fff;
}

.contactbox ul {
	max-width: 1200px;
	margin: 0 auto;
}

.contactbox li {
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	padding: 15px 0 30px 0;
	cursor: pointer;
}

.contactbox li .tipimgbox {
	box-sizing: border-box;
	position: absolute;
	bottom: 100%;
	min-width: 142px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	left: 50%;
	margin-left: -81px;
	background: #fff;
	margin-bottom: 15px;
	opacity: 0;
	font-size: 18px;
	color: #2a90f5;
}

.contactbox li .tipimgbox img {
	width: 100%;
}

.tipimgbox .tipsj {
	width: 0;
	height: 0;
	border: 15px solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
}

.contactbox li .calltext {
	font-size: 14px;
	color: #333;
}

.contactbox li:hover .calltext {
	color: #2a90f5;
}

.contactbox li:hover .tipimgbox {
	opacity: 1;
	transition: all .5s;
}

.contactbox li .ex-imgbox {
	width: 62px;
	height: 62px;
	margin: 0 auto;
}

.contactbox li .ex-imgbox img {
	width: 100%;
}


/*å·¥ä¸šè®¾å¤‡ä½“éªŒéƒ¨åˆ†çš„cssç»“æŸ*/


/*ç¬¬ä¸‰æ–¹éƒ¨åˆ†çš„csså¼€å§‹*/

.th-title {
	color: #333333;
}

.third .ul1 {
	margin-top: 50px;
}

.third .ul1 li {
	width: 556px;
	padding: 12px;
	background: #fff;
	float: left;
	margin-bottom: 40px;
	transition: all .5s;
}

.third .ul1 li:hover {
	transform: translateY(-15px);
	box-shadow: 0px 2px 19px 5px rgba(0, 0, 0, 0.1);
}

.third .ul1 li:hover .imgbox img {
	transform: scale(1.02, 1.02);
}

.third .ul1 li .imgbox {
	width: 100%;
	height: 276px;
	overflow: hidden;
}

.third .ul1 li .imgbox img {
	width: 100%;
	transition: all .5s;
}

.third .ul1 li .lite {
	height: 120px;
	overflow-y: auto;
}

.third .ul1 li .lite .lt-title {
	font-size: 18px;
	margin: 22px 0 18px 0;
}

.third .ul1 li .lite .lt-info {
	height: 14px;
	line-height: 28px;
	color: #555555;
}

.third .tmr {
	margin-right: 40px;
}


/*ç¬¬ä¸‰æ–¹éƒ¨åˆ†çš„cssç»“æŸ*/


/*é½¿è½®ç»´æŠ¤å¼€å§‹*/

.gear .gear-info {
	width: 913px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	color: #555555;
	margin-bottom: 50px;
}

.gear .box1 {
	padding: 20px;
	background: #fff;
	margin-bottom: 80px;
}

.gear .box1 .imgbox {
	width: 100%;
}

.gear .box1 .imgbox img {
	width: 100%;
	display: block;
}

.gear .serbox {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

.gear .serbox .stitle {
	font-family: MicrosoftYaHei-Bold;
	line-height: 32px;
	color: #f8b62c;
}

.gear .serbox .stitle2 {
	line-height: 32px;
	color: #555555;
	margin-bottom: 20px;
}

.gear .serbox .serlis {
	line-height: 46px;
	font-size: 18px;
	margin-bottom: 30px;
}

.gear .serbox .serlis .numi {
	color: #888888;
	font-weight: 300;
}

.gear .serbox .serlis .sertitle {
	margin-left: 30px;
	color: #333;
}

.gear .serbox .textbox {
	float: left;
	width: 239px;
}

.gear .serbox .rightbox {
	padding-left: 30px;
	float: left;
	width: 890px;
	height: 46px;
	background-color: #f0f0f0;
	border-radius: 23px;
}


/*é½¿è½®ç»´æŠ¤ç»“æŸ*/


/*dataæœåŠ¡å¼€å§‹*/

.data .ul1 {
	margin-top: 60px;
	margin-bottom: 80px;
}

.data .ul1 li {
	padding: 20px;
	background: #fff;
	margin-bottom: 50px;
}

.data .ul1 li img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.data .ul1 li .infobox {
	overflow-y: auto;
}

.data .ul1 li .infobox .title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	color: #f9bd35;
	margin-bottom: 20px;
}

.data .ul1 li .infobox .p1 {
	line-height: 32px;
	color: #555555;
}


/*dataæœåŠ¡ç»“æŸ*/


/*serviceé¡µé¢å–€ä»€*/

.service .serbgimg {
	width: 100%;
	display: block;
}

.service .pcbox {
	position: relative;
	overflow: hidden;
	background: url(../images/service/ser28.jpg) no-repeat center top;
}

.service .sercontainer {
	width: 1400px;
	margin: 180px auto 50px auto;
}

.service .sercont {
	margin-top: 0.2rem;
	float: right;
	padding-top: 0.2rem;
	border-top: 1px solid #274e75;
	width: 1126px;
}

.serbox {
	width: 33.333%;
	height: 0.6rem;
	float: left;
	border-right: 1px solid #305980;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.serbox a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.6;
	transition: all .5s;
}

.serbox a:hover {
	opacity: 1;
}

.serbox:hover .tipimgbox {
	opacity: 1;
	top: -157px;
}

.serbox a img {
	display: block;
	margin: 20px auto 10px auto;
	width: 40px;
}

.serbox a span {
	color: #fff;
}

.serbox:last-child {
	border-right: none;
}

.tipimgbox .tipsj {
	border-color: rgba(39, 78, 117, 0.5) transparent transparent transparent;
}

.tipimgbox {
	transition: all .5s;
	opacity: 0;
	background-color: rgba(39, 78, 117, 0.5);
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 142px;
	height: 142px;
	color: #fff;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -71px;
}

.tipimgbox img {
	display: block;
}

.service .sercontainer .leftbar {
	float: left;
	border-right: 2px solid #5c7995;
}

.service .sercontainer .leftbar li {
	position: relative;
	height: 60px;
	width: 170px;
	line-height: 60px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #b7bfc8;
	margin-bottom: 20px;
}

.service .sercontainer .leftbar .actives .libg {
	opacity: 1!important;
	left: -130px!important;
	display: block!important;
	border-radius: 0!important;
}

.service .sercontainer .leftbar .actives .border {
	opacity: 1!important;
}

.service .sercontainer .leftbar .actives {
	color: #fff;
}

.service .sercontainer .leftbar li .libg {
	opacity: 0;
	transition: all .3s;
	position: absolute;
	left: -100%;
	top: 0;
	width: 300px;
	height: 100%;
	border-radius: 30px;
	background: url(../images/service/libg.png);
	z-index: 1;
}

.border {
	height: 100%;
	position: absolute;
	top: 0;
	right: -4px;
	background: #2a90f5;
	width: 6px;
	z-index: 12;
	opacity: 0;
	transition: all .3s;
}

.service .sercontainer .leftbar li:hover {
	color: #fff;
}

.service .sercontainer .leftbar li:hover .border {
	opacity: 1;
}

.service .sercontainer .leftbar li:hover .libg {
	opacity: 1;
	left: -130px;
	display: block;
	border-radius: 0;
}

.service .sercontainer .rightbox {
	float: right;
	width: 1126px;
	padding-top: 90px;
}

.service .sercontainer .rightbox .title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 50px;
}

.service .sercontainer .rightbox .pcontent {
	height: 80px;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 50px;
}

.lookf {
	display: block;
	width: 120px;
	height: 40px;
	background-color: #2a90f5;
	border-radius: 3px;
	border: solid 1px #3b658f;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.look {
	width: 120px;
	height: 40px;
	border: none;
	color: #fff;
	font-size: 14px;
	background: #2a90f5;
	display: block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	margin-top:80px;
}


/*serviceé¡µé¢ç»“æŸ*/

@media screen and (min-width: 0px) and (max-width: 1024px) {
	.qq_tbox {
		display: block;
	}
	.ser_sub{
		padding: 0.2rem 0;
	}
	.ser_sub:hover .tipbox {
		top: -1.65rem;
		opacity: 1;
	}
	.ser_sub .imgbox img {
		width: 1rem;
		display: block;
		margin: 0 auto;
	}
	.ser_sub .text_box .text {
		text-align: center;
		display: block;
		font-size: 0.25rem;
	}
	.ser_sub .tipbox {
		opacity: 0;
		transition: all .3s;
		text-align: center;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		padding: 0.1rem;
		box-sizing: border-box;
		top: 0;
		left: 50%;
		margin-left: -0.75rem;
		font-size: 0.3rem;
		word-break: break-all;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
	}
	.ser_sub .tipbox img {
		width: 100%;
		display: block;
	}
	.ser_sub .tipbox .tipsj {
		width: 0;
		height: 0;
		border: 0.15rem solid;
		border-color: rgba(39, 78, 117, 0.5) transparent transparent transparent;
		position: absolute;
		bottom: -0.3rem;
		left: 50%;
		margin-left: -0.15rem;
	}
	.look {
		width: 2.2rem;
		height: 0.6rem;
		font-size: 0.3rem;
		line-height: 0.6rem;
		margin: 0.2rem auto;
	}
	.ex-lititle {
		margin: 0 0 0.3rem 0;
	}
	.mosolmain .sercont {
		width: 100%;
		float: none;
	}
	.serbox {
		width: 33.333%;
		box-sizing: border-box;
		height: 1.4rem;
	}
	.serbox a img {
		width: 0.8rem;
		margin: 0 auto;
	}
	.content {
		padding: 0;
	}
	.pcheader {
		display: none;
	}
	.moheader {
		display: block;
	}
	.mofooter {
		display: block;
	}
	.footer {
		display: none;
	}
	.main {
		/*margin-top: 0.4rem;*/
	}
	.where {
		display: none;
	}
	.content .title-box {
		padding: 0 5%;
		margin-top: 0.5rem;
		margin-bottom: 0.4rem;
	}
	.content .title-box p {
		font-size: 0.42rem;
	}
	.content .title-box small {
		font-size: 0.24rem;
		color: #888;
	}
	.content .info .infotext {
		padding: 0 5%;
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.willuse .box .w1 {
		font-size: 0.30rem;
	}
	.willuse .box {
		width: 50%;
		height: auto;
		padding: 0.4rem 0;
		border: 1px solid #dbdbdb;
	}
	.willuse .box:nth-child(2n+1) {
		border-right: none;
	}
	.willuse .box:nth-child(3),
	.willuse .box:nth-child(4) {
		border-top: none;
	}
	.willuse .box:nth-child(4) {
		border-right: 1px solid #dbdbdb;
	}
	.mainfooter .title-box {
		margin-top: 0.7rem;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.serul {
		display: none;
	}
	.moserul {
		display: block;
	}
	.moserlist {
		display: flex;
		display: -webkit-flex;
		justify-content: space-around;
		margin-bottom: 0.4rem;
	}
	.moserlist img {
		width: 45%;
		height: 100%;
	}
	.mainfooter {
		margin-bottom: 0.5rem;
	}
	.mainfooter .title-box p {
		font-size: 0.42rem;
	}
	.mainfooter .title-box small {
		font-size: 0.24rem;
	}
	.gear .main {
		padding: 0;
	}
	.gear .serbox .stitle {
		line-height: 0.56rem;
	}
	.gear .gear-info {
		line-height: 0.56rem;
		margin-bottom: 0.45rem;
		width: 9rem;
		margin: 0 auto;
		margin-bottom: 0.5rem;
	}
	.gear .titleline {
		width: 0.8rem;
		height: 0.1rem;
		background-color: #f8b62c;
		margin: 0.6rem 0 0.2rem 0.3rem;
	}
	.gear .box1 {
		padding: 0.3rem;
	}
	.gear .serbox .stitle2 {
		margin-top: 0.3rem;
		line-height: 0.55rem;
		margin-bottom: 0.3rem;
	}
	.gear .serbox .serlis {
		line-height: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.gear .serbox .serlis .sertitle {
		margin-left: 0.1rem;
	}
	.gear .serbox .textbox {
		width: 100%;
	}
	.gear .serbox .rightbox p {
		padding: 0.2rem 0.3rem;
	}
	.gear .serbox .rightbox {
		padding-left: 0;
		float: left;
		width: 100%;
		height: auto;
		line-height: 0.55rem;
		background-color: #f0f0f0;
		border-radius: 0;
	}
	.contactbox li:hover .tipimgbox {
		top: -2.075rem;
		;
	}
	.contactbox li .ex-imgbox {
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 auto;
		padding: 0.2rem;
		box-sizing: border-box;
	}
	.contactbox li .ex-imgbox img {
		width: 100%;
	}
	.contactbox li .tipimgbox {
		top: 0;
		position: absolute;
		bottom: 100%;
		width: 100%!important;
		height: auto!important;
		text-align: center;
		padding: 0.1rem;
		border-radius: 0.1rem;
		left: 50%!important;
		margin-left: -1.1rem!important;
		background: #fff;
		margin-bottom: 0.3rem;
		opacity: 0;
		font-size: 0.3rem;
		color: #2a90f5;
	}
	.serbox a span {
		font-size: 0.25rem;
	}
	.contactbox li {
		padding: 0.15rem 0 0.3rem 0;
	}
	.tipimgbox .tipsj {
		width: 0;
		height: 0;
		border: 0.15rem solid;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		bottom: -0.3rem;
		left: 50%;
		margin-left: -0.15rem;
	}
	.contactbox li .calltext {
		font-size: 0.24rem;
	}
	.third .main {
		padding: 0;
	}
	.third .ul1 li .imgbox {
		height: auto;
	}
	.third .ul1 li {
		width: 100%;
		padding: 0;
		background: #fff;
		float: left;
		margin-bottom: 0.4rem;
		transition: all .5s;
	}
	.titleline {
		width: 0.8rem;
		height: 0.1rem;
		background-color: #f8b62c;
		margin: 0.6rem 0 0.2rem 0.3rem;
	}
	.th-title {
		padding: 0.3rem;
	}
	.third .ul1 li .lite .lt-title {
		padding: 0 0.3rem;
		font-size: 0.42rem;
		margin: 0.2rem 0 0.2rem 0;
	}
	.third .ul1 li .lite .lt-info {
		height: auto;
		line-height: 0.55rem;
		color: #555555;
		padding: 0 0.3rem;
	}
	.third .ul1 li .lite {
		height: auto;
		padding: 0.2rem 0;
	}
	.imgfooterbox {
		width: 100%;
	}
	.imgfooterbox img {
		width: 100%;
	}
	.ex .main {
		padding: 0;
	}
	.ex-textinfo {
		line-height: 0.55rem;
		padding: 0.3rem;
	}
	.eximgbox {
		padding: 0;
		width: 100%;
		height: auto;
	}
	.ex-infotextbox {
		margin-left: 0;
		width: auto;
		padding: 0.3rem;
	}
	.ex-liintext {
		width: 100%;
		line-height: 0.55rem;
	}
	.data .main {
		padding: 0;
	}
	.data .ul1 li {
		padding: 0.3rem;
		margin-bottom: 0.5rem;
	}
	.data .ul1 li .infobox .title {
		font-size: 0.42rem;
		margin-bottom: 0.2rem;
	}
	.data .ul1 li .infobox .p1 {
		line-height: 0.55rem;
	}
	.service .pcbox {
		display: none;
	}
	.service .mosolmain {
		display: block;
	}
	.contactbox .phoneli:hover .tipimgbox {
		opacity: 0;
		transition: all .5s;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.service .sercontainer {
		max-width: 1200px;
	}
	.service .sercontainer .leftbar li {
		position: relative;
		height: 54px;
		width: 153px;
		line-height: 54px;
		font-family: MicrosoftYaHei-Bold;
		font-size: 18px;
		color: #b7bfc8;
		margin-bottom: 18px;
	}
	.service .sercontainer .leftbar li .libg {
		transition: all .3s;
		position: absolute;
		left: -100%;
		top: 0;
		width: 270px;
		height: 100%;
		border-radius: 27px;
		background-size: 100% 100%;
	}
	.service .sercontainer .leftbar li:hover .libg {
		opacity: 1;
		left: -117px;
	}
	.service .sercontainer .rightbox {
		padding-top: 52px;
		width: 1013px;
	}
	.service .sercont {
		padding-top: 0.1rem;
	}
	.serbox a img {
		margin-top: 10px;
	}
	.service .sercontainer .rightbox .title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.service .sercontainer .rightbox .pcontent {
		margin-bottom: 30px;
	}
	.service .sercontainer .leftbar .actives .libg {
		left: -117px!important;
	}
	.service .sercont {
		margin-top: 0.2rem;
		width: 1013px;
	}
}</pre></body></html>