<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media  screen and (min-width: 992px){
.service-content {
    padding: 45px 10px 80px;
    background: #f7f8fa;
    position: relative;
    overflow: hidden;
}

.service-box {
    width: 92%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.service-title h3 {
    text-align: center;
    font-weight: 400;
	font-size: 40px;
    color: #e50001;
    font-family: 'fz';
    line-height: 50px;
}

.service-info {
    font-size: 18px;
    text-align: center;
}


.service-info p {
    font-family: 'hcb';
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    line-height: 28px;
    /*text-transform: uppercase;*/
}


.service-title {
    margin-bottom: 10px;
}

.service-list {
    -webkit-box-shadow: rgba(0,0,0,.1) 0 0 5px;
    box-shadow: rgba(0,0,0,.1) 0 0 5px;
    margin-top: 50px;
    font-size: 0;
    background-color: #fff;
    text-align: center;
}

.service-list ul {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.service-list ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 20%;
    position: relative;
    border-right: 1px solid #f5f6f7;
}

.service-list ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 20px 0 25px;
    height: 100%;
}

.service-list ul li a h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.service-list ul li a p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.service-list-bj {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
	display: block;
    background: #ffffff;
	vertical-align:middle;
	margin:0px auto;
	border:#eee 1px solid;
	transition-duration: 1s;
	
}
.service-list-bj:before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	left: 0;
	top: 0;
}
.service-list-bj:hover{
	transform: rotateZ(360deg);
}

.service-list-bj  h6{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width:80px;
	height:80px;
	border-radius:50%;
	vertical-align:middle;
	background:#fff;
	text-align:center;
	line-height:80px;
	font-size:38px;
	color:#333;
	left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	
	}

.service-list-bj img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
}

.active-img {
    opacity: 0;
}

.service-list ul li:hover .active-img {
    opacity: 1;
}

.service-list ul li:hover h4{
    color: #f00;
}
.service-list ul li:hover h6 {
	background:#f00;
    color: #fff;
	
}


.service-animation-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    z-index: 1;
    opacity: .07;
    font-size: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: bgScroll 24s infinite linear;
    animation: bgScroll 24s infinite linear;
    will-change: transform;
}

.service-animation-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    min-height: 280px;
}

.service-item {
    height: 80px;
    margin: 0 50px 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    -webkit-filter: grayscale(100%);
    -webkit-filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.service-item.item001 {
    width: 300px;
    height: 57px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -232px
}

.service-item.item002 {
    width: 300px;
    height: 81px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px 0px;
}

.service-item.item003 {
    width: 170px;
    height: 57px;
    background-image: url(../images/logo-bj.png);
    background-position: -96px -291px;
}

.service-item.item004 {
    width: 300px;
    height: 79px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -83px;
}

.service-item.item005 {
    width: 94px;
    height: 94px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -291px;
}

.service-item.item006 {
    width: 103px;
    height: 55px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -387px;
}

.service-item.item007 {
    width: 219px;
    height: 81px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px 0px;
}

.service-item.item008 {
    width: 85px;
    height: 72px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -444px;
}

.service-item.item009 {
    width: 200px;
    height: 66px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -164px;
}

.service-item.item010 {
    width: 216px;
    height: 40px;
    background-image: url(../images/logo-bj.png);
    background-position: -265px -291px;
}

.service-item.item011 {
    width: 207px;
    height: 32px;
    background-image: url(../images/logo-bj.png);
    background-position: -96px -350px;
}

.service-item.item012 {
    width: 178px;
    height: 53px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -232px;
}

.service-item.item013 {
    width: 200px;
    height: 58px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -170px;
}

.service-item.item014 {
    width: 219px;
    height: 85px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -83px;
}}
@media  screen and (max-width: 992px){
.service-content {
    padding: 35px 0px 45px;
    background: #f7f8fa;
    position: relative;
    overflow: hidden;
}

.service-box {
    width: 98%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.service-title h3 {
    text-align: center;
    font-weight: 400;
	font-size: 30px;
    color: #e50001;
    font-family: 'fz';
    line-height: 30px;
}

.service-info {
    font-size: 18px;
    text-align: center;
}


.service-info p {
    font-family: 'hcb';
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    line-height: 18px;
    /*text-transform: uppercase;*/
}


.service-title {
    margin-bottom: 10px;
}

.service-list {
    -webkit-box-shadow: rgba(0,0,0,.1) 0 0 5px;
    box-shadow: rgba(0,0,0,.1) 0 0 5px;
    margin-top: 30px;
    font-size: 0;
    background-color: #fff;
    text-align: center;
}

.service-list ul {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.service-list ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 20%;
    position: relative;
    border-right: 1px solid #f5f6f7;
}

.service-list ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 0 0px;
    height: 100%;
}

.service-list ul li a h4 {
    color: #333;
    font-size: 12px;
    font-weight: bold;
	margin-top:0px;
}
.service-list ul li a p {
    color: #999;
    font-size: 8px;
    font-weight: 400;
	margin-top:-10px;

}

.service-list-bj {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
	display: block;
    background: #ffffff;
	vertical-align:middle;
	margin:0px auto;
	border:#eee 1px solid;
	transition-duration: 1s;
	
}
.service-list-bj:before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	left: 0;
	top: 0;
}
.service-list-bj:hover{
	transform: rotateZ(360deg);
}

.service-list-bj  h6{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width:40px;
	height:40px;
	border-radius:50%;
	vertical-align:middle;
	background:#fff;
	text-align:center;
	line-height:40px;
	font-size:20px;
	color:#333;
	left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	
	}

.service-list-bj img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
}

.active-img {
    opacity: 0;
}

.service-list ul li:hover .active-img {
    opacity: 1;
}

.service-list ul li:hover h4{
    color: #f00;
}
.service-list ul li:hover h6 {
	background:#f00;
    color: #fff;
	
}


.service-animation-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    z-index: 1;
    opacity: .07;
    font-size: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: bgScroll 24s infinite linear;
    animation: bgScroll 24s infinite linear;
    will-change: transform;
}

.service-animation-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    min-height: 280px;
}

.service-item {
    height: 80px;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    -webkit-filter: grayscale(100%);
    -webkit-filter: gray;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.service-item.item001 {
    width: 300px;
    height: 57px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -232px
}

.service-item.item002 {
    width: 300px;
    height: 81px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px 0px;
}

.service-item.item003 {
    width: 170px;
    height: 57px;
    background-image: url(../images/logo-bj.png);
    background-position: -96px -291px;
}

.service-item.item004 {
    width: 300px;
    height: 79px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -83px;
}

.service-item.item005 {
    width: 94px;
    height: 94px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -291px;
}

.service-item.item006 {
    width: 103px;
    height: 55px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -387px;
}

.service-item.item007 {
    width: 219px;
    height: 81px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px 0px;
}

.service-item.item008 {
    width: 85px;
    height: 72px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -444px;
}

.service-item.item009 {
    width: 200px;
    height: 66px;
    background-image: url(../images/logo-bj.png);
    background-position: 0px -164px;
}

.service-item.item010 {
    width: 216px;
    height: 40px;
    background-image: url(../images/logo-bj.png);
    background-position: -265px -291px;
}

.service-item.item011 {
    width: 207px;
    height: 32px;
    background-image: url(../images/logo-bj.png);
    background-position: -96px -350px;
}

.service-item.item012 {
    width: 178px;
    height: 53px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -232px;
}

.service-item.item013 {
    width: 200px;
    height: 58px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -170px;
}

.service-item.item014 {
    width: 219px;
    height: 85px;
    background-image: url(../images/logo-bj.png);
    background-position: -302px -83px;
}

}


@-webkit-keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-33.333%);
        transform: translateY(-33.333%)
    }
}

@keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-33.333%);
        transform: translateY(-33.333%)
    }
}


</pre></body></html>