<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*服务支持*/

.service {
  background-color: #f6f9fe;
}
.container {
    max-width: 1560px;
    padding: 0;
    width: 88.5%;margin:50px auto;
}
.service-section1 .cont {
  /*display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;*/
}
.service-section2 .swiper-slide{display:inline-block;}
@media (max-width: 991px) {
  .service-section1 .cont {
    margin: 0 -7.5px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont {
    margin: 0;
  }
}
.service-section1 .cont .itme {
  margin-bottom: 30px;
  float:left;width: 49%;
}
.service-section1 .cont .itme:nth-child(2n){float:right;}
@media (max-width: 991px) {
  .service-section1 .cont .itme {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont .itme {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}
.service-section1 .cont .itme .jut {
  position: relative;
  overflow: hidden;
  display: block;
}
.service-section1 .cont .itme .jut .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-section1 .cont .itme .jut .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section1 .cont .itme .jut .img img:nth-child(2) {
  opacity: 0;
}
.service-section1 .cont .itme .jut .font {
  padding: 40px 52px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .service-section1 .cont .itme .jut .font {
    padding: 30px 42px;
  }
}
@media (max-width: 1199px) {
  .service-section1 .cont .itme .jut .font {
    padding: 26px 32px;
  }
}
@media (max-width: 991px) {
  .service-section1 .cont .itme .jut .font {
    padding: 22px 28px;
  }
}
.service-section1 .cont .itme .jut .font .shu {
  color: #00a2ea;
  text-align: right;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .service-section1 .cont .itme .jut .font .shu {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-section1 .cont .itme .jut .font .shu {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont .itme .jut .font .shu {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.service-section1 .cont .itme .jut .font .text {
  width: 100%;
}
.service-section1 .cont .itme .jut .font .text i {
  display: block;
  height: 43px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .service-section1 .cont .itme .jut .font .text i {
    margin-bottom: 10px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .service-section1 .cont .itme .jut .font .text i {
    height: 25px;
    margin-bottom: 5px;
  }
}
.service-section1 .cont .itme .jut .font .text i img {
  height: 100%;
}
.service-section1 .cont .itme .jut .font .text i img:nth-child(2) {
  display: none;
}
.service-section1 .cont .itme .jut .font .text strong {
  font-size: 30px;
  color: #262626;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .service-section1 .cont .itme .jut .font .text strong {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .service-section1 .cont .itme .jut .font .text strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont .itme .jut .font .text strong {
    font-size: 16px;
  }
}
.service-section1 .cont .itme .jut .font .text span {
  font-size: 14px;
  color: #262626;
  opacity: 0.5;
  line-height: 1;
  display: block;
  margin-bottom: 33px;
}
@media (max-width: 1440px) {
  .service-section1 .cont .itme .jut .font .text span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service-section1 .cont .itme .jut .font .text span {
    margin-bottom: 10px;
  }
}
.service-section1 .cont .itme .jut .font .text .jian {
  width: 42px;
}
@media (max-width: 991px) {
  .service-section1 .cont .itme .jut .font .text .jian {
    width: 30px;
  }
}
.service-section1 .cont .itme .jut .font .text .jian img {
  width: 100%;
  float: left;
}
.service-section1 .cont .itme .jut .font .text .jian img:nth-child(2) {
  display: none;
}
.service-section1 .cont .itme .jut:after {
  content: "";

  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a2ea;
  z-index: 1;
}
.service-section1 .cont .itme:hover .jut .img img:nth-child(1) {
  opacity: 0.03;
}
.service-section1 .cont .itme:hover .jut .img img:nth-child(2) {
  opacity: 0.2;
}
.service-section1 .cont .itme:hover .jut .font .shu {
  color: #fff;
}
.service-section1 .cont .itme:hover .jut .font .text strong,
.service-section1 .cont .itme:hover .jut .font .text span {
  color: #fff;
}
.service-section1 .cont .itme:hover .jut .font .text i img:nth-child(2),
.service-section1 .cont .itme:hover .jut .font .text .jian img:nth-child(2) {
  display: block;
}
.service-section1 .cont .itme:hover .jut .font .text i img:nth-child(1),
.service-section1 .cont .itme:hover .jut .font .text .jian img:nth-child(1) {
  display: none;
}
.service-section2 {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .service-section2 {
    padding: 80px 0  160px;
  }
}
@media (max-width: 991px) {
  .service-section2 {
    padding: 60px 0 80px;
  }
}
@media (max-width: 767px) {
  .service-section2 {
    padding: 40px 0;
  }
}
.service-section2-cont {
  width: 66.6%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .service-section2-cont {
    width: 100%;
  }
}
.service-section2-cont .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-section2-cont .item i {
  display: block;
  height: 55px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .service-section2-cont .item i {
    margin-bottom: 20px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .service-section2-cont .item i {
    margin-bottom: 10px;
    height: 26px;
  }
}
.service-section2-cont .item i img {
  height: 100%;
}
.service-section2-cont .item strong {
  font-size: 30px;
  display: block;
  color: #262626;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
	white-space: nowrap;
}
@media (max-width: 991px) {
  .service-section2-cont .item strong {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service-section2-cont .item strong {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-section2-cont .item strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.service-section2-cont .item span {
  font-size: 16px;
  color: #262626;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service-section2-cont .item span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .service-section2-cont .item span {
    font-size: 12px;
  }
}
.service-section2-cont .item span em {
  display: block;
  height: 14px;
  margin-left: 10px;
  margin-top: 3px;
}
@media (max-width: 575px) {
  .service-section2-cont .item span em {
    height: 10px;
    margin-left: 6px;
  }
}
.service-section2-cont .item span em img {
  height: 100%;
  float: left;
}

/*联络我们*/
.contactbox {
  background-color: #f1f4f8;
}
.contactbox-tit strong {
  font-size: 44px;
  font-weight: bold;
  color: #00a2ea;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contactbox-tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contactbox-tit strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contactbox-tit strong {
    font-size: 20px;
  }
}
.contactbox-tit span {
  font-size: 18px;
  color: #262626;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .contactbox-tit span {
    font-size: 16px;
  }
}
.contactbox-section1 {
  padding: 52px 0 150px;
}
@media (max-width: 1199px) {
  .contactbox-section1 {
    padding: 52px 0 80px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 {
    padding: 32px 0 60px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 {
    padding: 22px 0 60px;
  }
}
.contactbox-section1 .container {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.contactbox-section1 .container .lt {
  width: 47%;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contactbox-section1 .container .lt .contactbox-tit {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt .contactbox-tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .lt .contactbox-tit {
    margin-bottom: 15px;
  }
}
.contactbox-section1 .container .lt .tu {
  width: 100%;
  height: 400px;
  padding: 8px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .lt .tu {
    height: 300px;
  }
}
.contactbox-section1 .container .lt .tu #map {
  width: 100%;
  height: 100%;
}
.contactbox-section1 .container .gt {
  width: 48.1%;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt {
    width: 100%;
  }
}
.contactbox-section1 .container .gt .tit {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .tit {
    margin-bottom: 20px;
  }
}
.contactbox-section1 .container .gt .tit strong {
  display: block;
  font-size: 36px;
  padding-bottom: 10px;
  color: #262626;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .tit strong {
    font-size: 20px;
  }
}
.contactbox-section1 .container .gt .tit:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #00a2ea;
}
.contactbox-section1 .container .gt .jut {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .jut {
    margin-bottom: 15px;
  }
}
.contactbox-section1 .container .gt .jut .item {
  display: flex;
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .jut .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactbox-section1 .container .gt .jut .item i {
  display: block;
  height: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .jut .item i {
    margin-right: 15px;
    height: 15px;
  }
}
.contactbox-section1 .container .gt .jut .item i img {

  height: 100%;
}
.contactbox-section1 .container .gt .jut .item .font {
  display: block;
}
.contactbox-section1 .container .gt .jut .item .font strong {
  display: block;
  font-size: 18px;
  color: #262626;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contactbox-section1 .container .gt .jut .item .font strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .contactbox-section1 .container .gt .jut .item .font strong {
    font-size: 14px;
  }
}
.contactbox-section1 .container .gt .jut .item .font span {
  font-size: 16px;
  display: block;
  color: #666666;
}
.contactbox-section1 .container .gt .jut .item .font pre {
  font-size: 16px;
  display: block;
  color: #666666;
  padding: 0;
  overflow: hidden;
}
.contactbox-section1 .container .gt .er {
  display: flex;
}
.contactbox-section1 .container .gt .er .list {
  margin-right: 20px;
  text-align: center;
}
.contactbox-section1 .container .gt .er .list .img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contactbox-section1 .container .gt .er .list .img {
    width: 120px;
    height: 120px;
  }
}
.contactbox-section1 .container .gt .er .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactbox-section1 .container .gt .er .list span {
  font-size: 16px;
}
@media (max-width: 991px) {
  .contactbox-section1 .container .gt .er .list span {
    font-size: 14px;
  }
}
.contactbox-section2 {
  /*display: flex;
  flex-direction: row-reverse;
  position: relative;
  flex-wrap: wrap;*/
  background-color: #f6f9fe;
}
@media (max-width: 991px) {
  .contactbox-section2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 {
    padding-bottom: 20px;
  }
}
.contactbox-section2 .img {
  width: 50%;right:0;top:0;
}
@media (max-width: 1199px) {
  .contactbox-section2 .img {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .img {
    margin-bottom: 20px;
    height: 260px;
  }
}
.contactbox-section2 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .contactbox-section2 .img img {
    height: 100%;
    object-fit: cover;
  }
}
.contactbox-section2 .container {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;*/
}
@media (max-width: 991px) {
  .contactbox-section2 .container {
    position: relative;
    width: 100%;
  }
}
.contactbox-section2 .container .lt {
  width: 100%;
}
.contactbox-section2 .container .form {
  display: block;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form {
    margin-top: 25px;
  }
}
.contactbox-section2 .container .form textarea {
  width: 100%;
  height: 350px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 24px;
  margin-bottom: 24px;border: none;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form textarea {
    height: 250px;
    margin-bottom: 18px;
    padding: 18px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form textarea {
    margin-bottom: 18px;
    padding: 18px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form textarea {
    margin-bottom: 14px;
    padding: 14px;
  }
}
.contactbox-section2 .container .form .int {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form .int {
    margin-bottom: 14px;
  }
}
.contactbox-section2 .container .form .int input,
.contactbox-section2 .container .form .int select {
  width: 29%;
  padding: 24px 2%;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  outline: none;
}
.contactbox-section2 .container .form .int input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
	color: #000;
}
.contactbox-section2 .container .form .int input:-moz-placeholder,textarea:-moz-placeholder{ 
color: #000;
}
.contactbox-section2 .container .form .int input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
  color: #000;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    font-size: 14px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .contactbox-section2 .container .form .int input,
  .contactbox-section2 .container .form .int select {
    padding: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contactbox-section2 .container .form .int select {
  background: #fff url(../images/in/sele.png) no-repeat;
  background-position: 95% 0;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .contactbox-section2 .container .form .int select {
    margin-bottom: 0;
  }
}
.contactbox-section2 .container .form .but {
  display: flex;
  flex-wrap: wrap;
}
.contactbox-section2 .container .form .but button {
  width: 230px;
  height: 70px;
  background-color: #fff;
  color: #00a2ea;
  font-size: 16px;
  margin-right: 24px;border:none;
}
.contactbox-section2 .container .form .but .submit1{
	background-color: #00a2ea;
	color: #fff;
}
@media (max-width: 1440px) {
  .contactbox-section2 .container .form .but button {
    width: 200px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .contactbox-section2 .container .form .but button {
    width: 140px;
    height: 55px;
    margin-right: 16px;
    font-size: 14px;
  }
}
.contactbox-section2 .container .form .but button:hover {
  background-color: #00a2ea;
  color: #fff;
}</pre></body></html>