<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
  background: #fff;
}
.wrap img {
  width: 100%;
  display: block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.c-list:after,
.m-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 10.664px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 11.04px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 11.73px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12.796px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 13.863px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 14.93px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 17.06px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 18.1288px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 18.66px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 19.1952px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
/*é€šæ&nbsp;å¹¿å‘Š*/
.g-adv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  z-index: 15;
}
.g-adv .m-box img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.g-adv .m-cnt {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 0.42rem;
  text-align: center;
  font-size: 0;
}
.g-adv .m-cnt li {
  background: #444444;
  width: 10%;
  height: 0.42rem;
  margin: 0 4%;
  border-radius: 0.3rem;
  display: inline-block;
  transition: 1s ease all;
}
.g-adv .m-cnt li.z-on {
  background: #0055aa;
  width: 15%;
}


/**/
.g-advantage {
  background-color: #FCFCFC;
  border-bottom: 0.5rem solid #F4F4F4;
}
.g-advantage .title {
  padding-top: 2.75rem;
  margin-bottom: 2.3rem;
}
.g-advantage .adv-nav {
  display: flex;
  justify-content: space-between;
  height: 5.1rem;
}
.g-advantage .adv-nav li {
  width: 25%;
  border-right: 0.2rem solid #0C409C;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 5.1rem;
  text-align: center;
  color: #fff;
  background-color: #0055aa;
}
.g-advantage .adv-nav li.z-on {
  border-color: #E12228;
  background-image: linear-gradient(0deg, #cd0a18 0%, #f23535 100%);
}
.g-advantage dd {
  position: relative;
  z-index: 20;
  margin: -2rem 1.65rem 4.55rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.25rem 1.35rem 0rem rgba(3, 0, 0, 0.14);
  border-radius: 0.5rem;
  padding: 3.65rem 3.5rem 3.75rem;
  box-sizing: border-box;
}
.g-advantage dd h3 {
  font-size: 1.78rem;
  font-weight: bold;
  line-height: 3.1rem;
  color: #666666;
  padding-bottom: 0.8rem;
  margin-bottom: 1.45rem;
  border-bottom: 0.15rem solid #EAEAEA;
}
.g-advantage dd h3 span
{
  display:block;
  font-size:3rem;
  color:#0055AA;
  font-weight:bold;    
}
.g-advantage dd h3 img {
  width: 22.2rem;
}
.g-advantage .adv-desc {
  height: 5.7rem;
  margin-bottom: 2.95rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #666666;
}
.g-advantage .adv-link {
  position: relative;
  width: 10.1rem;
  height: 1.9rem;
  background-color: #e7e7e7;
  border-radius: 0.93rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: 0.19rem;
  color: #3f3f3f;
  text-align: center;
}
.g-advantage .adv-link:after {
  content: "";
  width: 2.55rem;
  height: 0.05rem;
  background-color: #1d2088;
  position: absolute;
  top: 0.9rem;
  right: -1.25rem;
}
/**/
.g-cooperation {
  background: url(/Mobile/Images/Index/coop-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 20rem;
}
.g-cooperation .title {
  padding-top: 3.55rem;
  margin-bottom: 2rem;
}
.g-cooperation .coop-slide {
  background-color: #ffffff;
  border: solid 3px #e7e7e7;
  margin: 0 1.75rem;
}
.g-cooperation .coop-slide ul {
  display: flex;
  justify-content: space-between;
}
.g-cooperation .prev,
.g-cooperation .next {
  position: absolute;
  top: 2.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.g-cooperation .prev {
  left: -1rem;
}
.g-cooperation .next {
  right: -1rem;
}
</pre></body></html>