<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(5) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .bannerTitle {
    min-width: 1200px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .bannerTitle p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3e3a39;
    line-height: 53px;
    text-align: center;
    margin-bottom: 50px;
  }
  .bannerTitle p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
    text-align: center;
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
  .serviceslist {
    width: 1060px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .serviceslist .item {
    width: 350px;
    height: 350px;
    border: 1px solid #e5e5e5;
  }
  .serviceslist .item:nth-child(1) {
    border-top: none;
    border-left: none;
  }
  .serviceslist .item:nth-child(2) {
    border-top: none;
  }
  .serviceslist .item:nth-child(3) {
    border-top: none;
    border-right: none;
  }
  .serviceslist .item:nth-child(4) {
    border-bottom: none;
    border-left: none;
  }
  .serviceslist .item:nth-child(5) {
    border-bottom: none;
  }
  .serviceslist .item:nth-child(6) {
    border-bottom: none;
    border-right: none;
  }

  .serviceslist .item .img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .serviceslist .item.active .img {
    text-indent: -55px;
    overflow: hidden;
    cursor: pointer;
  }
  .serviceslist .item .img img {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .serviceslist .item.active .img img {
    filter: drop-shadow(55px 0px #5e92cb);
    cursor: pointer;
  }

  /* .serviceslist .item img:hover{
	width: 90px;
	height: 90px;
	transition: 1s;
} */
  .serviceslist .item p:nth-child(2) {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    line-height: 27px;
    text-align: center;
    margin-bottom: 20px;
  }
  .serviceslist .item .line {
    width: 37px;
    height: 4px;
    background: #c2c2c2;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .serviceslist .item p:nth-child(4) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #595757;
    line-height: 27px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /*opacity: 0.9;*/
  }
}
@media (max-width: 1199px) {
	.bannerTitle {
		margin-top: 20px;
		padding:0 20px;
		margin-bottom:30px;
	  }
	  .bannerTitle p:nth-child(1) {
		font-size: 28px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #3e3a39;
		text-align: center;
		margin-bottom: 20px;
	  }
	  .bannerTitle p:nth-child(2) {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #222222;
		line-height:25px;
		text-align: center;
		display: block;
		margin: 0 auto;
	  }
	  .serviceslist {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding:0 30px;
		margin-bottom:30px;
	  }
	  .serviceslist .item {
	      width:50%;
	      padding:0 18px;
	          border-bottom: 1px solid #e5e5e5;
	          border-right:1px solid #e5e5e5;
	
	  }
	   .serviceslist .item:nth-child(2n){
	       border-right:0;
	   }
	  .serviceslist .item:last-child{
		border-bottom:0;
	  }
	  .serviceslist .item:nth-child(5){
		border-bottom:0;
	  }
	  .serviceslist .item .img {
		width: 60px;
		height: 60px;
		display: block;
		margin: 0 auto;
		margin-top:10px;
		margin-bottom:10px;
	  }
	  .serviceslist .item.active .img {
		text-indent: -55px;
		overflow: hidden;
		cursor: pointer;
	  }
	  .serviceslist .item .img img {
		width: 60px;
		height: 60px;
		cursor: pointer;
	  }
	  .serviceslist .item.active .img img {
		filter: drop-shadow(55px 0px #5e92cb);
		cursor: pointer;
	  }
	
	  /* .serviceslist .item img:hover{
		width: 90px;
		height: 90px;
		transition: 1s;
	} */
	  .serviceslist .item p:nth-child(2) {
		font-size: 18px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #222222;
		line-height: 27px;
		text-align: center;
		margin-bottom: 20px;
	  }
	  .serviceslist .item .line {
		width: 37px;
		height: 4px;
		background: #c2c2c2;
		margin: 0 auto;
		margin-bottom: 30px;
	  }
	  .serviceslist .item p:nth-child(4) {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 300;
		color: #595757;
		line-height: 27px;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-bottom:25px;
		overflow: hidden;
		/*opacity: 0.9;*/
	  }
}
@media (max-width:750px){
    .serviceslist .item{
          width:100%;
          border-right:0;
          margin:10px 0;
      }
}</pre></body></html>