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

.fr {
  float: right;
}

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.w1520 {
  width: 1520px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  max-width: 92%;
  position: relative;
}

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
 
  
 

.head1er .h-mid .h-menu .ul li {
  position: relative;
}
 

.head1er .h-mid .h-menu .ul li .mnav {
  width: 155px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -77.5px;
  padding-top: 10px;
  display: none;
}

.head1er .h-mid .h-menu .ul li .mnav dl {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.head1er .h-mid .h-menu .ul li .mnav dl dd {
  width: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.head1er .h-mid .h-menu .ul li .mnav dl dd a {
  font-size: 16px;
  line-height: 50px;
  color: #222;
  display: block;
  position: relative;
}

.head1er .h-mid .h-menu .ul li .mnav dl dd a:after {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 42%;
  transform: translateX(-50%) rotate(-45deg);
  right: 0;
  content: '';
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
}

@media (min-width: 1024px) {
  .head1er .h-mid .h-menu .ul li .mnav dl dd a:hover {
    color: #0090cd;
  }
}

.head1er .h-mid .h-menu .ul li .mnav dl dd:last-child {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .head1er .h-mid .h-menu .ul li:hover .tits {
    color: #0090cd;
  }

  .head1er .h-mid .h-menu .ul li:hover .tits:after {
    display: block;
  }

  .head1er .h-mid .h-menu .ul li:hover .mnav {
    display: block;
    animation: mnavUp 0.5s forwards;
  }
}
  
  

/*æ‹›è´¤çº³å£«*/
.join {
  margin-bottom: 6.77%;
}

.join .list {
  margin: 50px auto 0;
}

.join .list .title {
  background-color: #f5f5f7;
  font-size: 18px;
  line-height: 80px;
  color: #222;
}

.join .list .title .t {
  width: 18.75%;
  float: left;
  text-align: center;
}

.join .list .title .t:nth-child(2) {
  width: 12.5%;
}

.join .list .title .t:nth-child(3) {
  width: 22.5%;
}

.join .list .title .t:nth-child(4) {
  width: 15.8%;
}

.join .list ul li {
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}

.join .list ul li .tits {
  font-size: 18px;
  line-height: 120px;
  position: relative;
  cursor: pointer;
}

.join .list ul li .tits:before {
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 4.17%;
  content: '';
  background-size: 100% auto;
  background-image: url("../image/join_icon1.png");
  background-repeat: no-repeat;
  background-position: center;
}


 


.join .list ul li .tits .t {
  width: 18.75%;
  float: left;
  text-align: center;
  color: #666;
}

.join .list ul li .tits .t:nth-child(1) {
  color: #333;
}

.join .list ul li .tits .t:nth-child(2) {
  width: 12.5%;
}

.join .list ul li .tits .t:nth-child(3) {
  width: 22.5%;
}

.join .list ul li .tits .t:nth-child(4) {
  width: 15.8%;
}

.join .list ul li .con {
  padding: 43px 50px;
  background-color: #f5f5f7;
  position: relative;
  display: none;
}


.join .list ul li:nth-of-type(1) .con{
  padding: 43px 50px;
  background-color: #f5f5f7;
  position: relative;
  display: block;
}



.join .list ul li .con .item {
  width: 53.7%;
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.join .list ul li .con .item .t {
  color: #222;
  font-size: 16px;
}

.join .list ul li .con .item .t1 {
  margin-top: 8px;
}

.join .list ul li .con .item:nth-child(2) {
  width: 40%;
  float: right;
}

.join .list ul li .con .click {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #e70011;
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 15px;
  margin-left: calc(55.17% + 50px);
}

.join .list ul li .con .click span {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding-right: 46px;
  display: inline-block;
  background-position: right center;
  font-weight: 600;
  background-image: url("../image/icon1.png");
  background-repeat: no-repeat;
}

.join .list ul li.on {
  border-bottom: none;
  list-style: none;
}

.join .list ul li.on .tits:before {
  background-image: url("../image/join_icon1_h.png");
}

.join .list .but {
  width: 100%;
  background-color: #f5f5f7;
  margin-top: 20px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.join .list .but span {
  display: inline-block;
  padding-right: 32px;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/skin/images/icon2.png");
  background-size: 18px;
}

@media (max-width: 1200px) {
  .join .list .title {
    font-size: 16px;
    line-height: 60px;
  }

  .join .list ul li .tits {
    font-size: 16px;
    line-height: 90px;
  }
}

@media (max-width: 1024px) {
  .join .list ul li .tits .t {
    width: 29%;
  }

  .join .list .title .t {
    width: 29%;
  }
}

@media (max-width: 768px) {
  .join .list .title {
    font-size: 14px;
    line-height: 46px;
  }

  .join .list .title .t {
    display: none;
  }

  .join .list .title .t:nth-child(1) {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    display: block;
  }

  .join .list ul li .tits {
    font-size: 14px;
    line-height: 50px;
  }

  .join .list ul li .tits .t {
    display: none;
  }

  .join .list ul li .tits .t:nth-child(1) {
    display: block;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }

  .join .list ul li .tits:before {
    width: 16px;
  }

  .join .list ul li .con {
    padding: 10px 20px;
  }

  .join .list ul li .con .item {
    width: 100% !important;
    float: none !important;
    line-height: 24px;
  }

  .join .list ul li .con .item .t {
    font-size: 14px;
  }

  .join .list ul li .con .item .t1 {
    margin-top: 5px;
  }

  .join .list ul li .con .click {
    position: relative;
    left: auto;
    bottom: auto;
    width: 120px;
    height: 36px;
    margin-left: 0;
    border-radius: 18px;
    margin-top: 15px;
  }

  .join .list ul li .con .click span {
    font-size: 14px;
    line-height: 36px;
    padding-right: 26px;
    background-size: 18px;
  }

  .join .list {
    margin: 20px auto 0;
  }
}
 

.service {
  margin: 50px auto 0;
  /* padding-bottom: 5.2%; */
  text-transform: uppercase;
  
}

.service .conLeft {
  width: calc(100% - 310px);
  float: right;
  background-color: #fff;
  padding: 0 50px 40px;
  box-sizing: border-box;
}

.service .conLeft .box {
  padding-top: 28px;
}

.service .conLeft .box .title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 28px;
  padding: 25px 0;
  color: #333;
  position: relative;
  margin: -5% 0 2% 0;
}

.service .conLeft .box .title:after {
  width: 73px;
  height: 4px;
  background-color: #0090cd;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
}

.service .conLeft .box .con {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 16px;
}

.service .conLeft .box .con img {
  display: block;
  max-width: 100%;
  margin-top: 16px;
  width: 100%;
}

.service .conLeft .box .con table {
  display: table;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  border: 1px solid #e6e6e6;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  /* visibility: hidden; */
  overflow: hidden;
  content: ".";
}

.service .conLeft .box .con table tbody {
  display: table-row-group;
}

.service .conLeft .box .con table tr {
  width: 100%;
}

.service .conLeft .box .con table tr td {
  border: 1px solid #e6e6e6;
  height: 50px;
  /* padding-left: 30px; */
  max-width: 400px;
  box-sizing: border-box;
  text-align: center;
}

.service .conLeft .box .con table tr:nth-child(1) {
  background-color: #f5f5f7;
  font-weight: bold;
}

@media (max-width: 768px) {
  .service .conLeft .box .con table tr td {
    /* padding-left: 10px; */
  }
}

.service .conLeft .box .con .tits {
  margin-top: 30px;
}

.service .conLeft .box .con .tits a {
  width: 13.1%;
  padding-bottom: 13.1%;
  border-radius: 100%;
  float: left;
  margin-right: 4.28%;
  position: relative;
}

.service .conLeft .box .con .tits a span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

.service .conLeft .box .con .tits a:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #f5f5f7;
  z-index: 5;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.service .conLeft .box .con .tits a:after {
  width: 34px;
  height: 10px;
  position: absolute;
  right: -32%;
  background-image: url("/skin/images/line.png");
  content: '';
  top: 50%;
  margin-top: -5px;
  z-index: 4;
}

.service .conLeft .box .con .tits a:last-child {
  margin-right: 0;
}

.service .conLeft .box .con .tits a:last-child:after {
  display: none;
}

.service .conLeft .box .con .tits a.on:before {
  background-color: #0090cd;
}

.service .conLeft .box .con .tits a.on span {
  color: #fff;
}

.service .conLeft .box .con .tits.titX {
  text-align: center;
  font-size: 0;
}

.service .conLeft .box .con .tits.titX a {
  display: inline-block;
  float: none;
  margin: 0 5.5%;
}

.service .conLeft .box .con .tits.titX a:after {
  display: none;
}

.service .conLeft .box .con .conBox {
  margin-top: 30px;
}

.service .conLeft .box .con .conBox .item {
  background-color: #f5f5f7;
  border-radius: 5px;
  padding: 24px 30px 16px;
  box-sizing: border-box;
  display: none;
}

.service .conLeft .box .con .conBox .item .cTxt {
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}

.service .conLeft .box .con .conBox .item .cTxt span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  display: block;
  background-color: #0090cd;
}

.service .conLeft .box .con .conBox .item .cTxt .t {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.service .conLeft .box .con .conBox .item .cTxt .t1 {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}

.service .conLeft .box .con .conBox .item .cTxt .t2 {
  margin-top: 9px;
}

.service .conLeft .box .con .conBox .item .cTxt .t2 p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.service .conLeft .box .con .conBox .item.on {
  display: block;
}

.service .conLeft .box .con p.con2 {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.service .conLeft .box .con p.con2:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  background-color: #0090cd;
  border-radius: 100%;
}

.service .conLeft .box .con1 {
  margin-top: 26px;
  margin-bottom: 26px;
  
}

.service .conLeft .box .con1 .t {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.service .conLeft .box .con1 .t:last-child {
  margin-bottom: 0;
}

.service .conLeft .box .con1 .t:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background-color: #0090cd;
  border-radius: 100%;
}

.service .conLeft .box .con1 .t .t1 {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
}

.service .conLeft .box .con1 .t .t2 {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: 5px;
}

.service .conLeft .box .con1 .c {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.service .conLeft .box .con1 .c .t3 {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: 5px;
}

.service .conLeft .box .aBox {
  margin-top: 30px;
}

.service .conLeft .box .aBox a {
  width: 31.5%;
  float: left;
  margin-right: 2.75%;
  display: block;
  margin-bottom: 10px;
  background-color: #f5f5f7;
  text-align: center;
  font-size: 0;
  border-radius: 4px;
}

.service .conLeft .box .aBox a span {
  font-size: 16px;
  line-height: 52px;
  display: inline-block;
  padding-right: 20px;
  max-width: 95%;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: bold;
  position: relative;
}

.service .conLeft .box .aBox a span:after {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
}

.service .conLeft .box .aBox a:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .service .conLeft .box .aBox a:hover {
    background-color: #0090cd;
  }

  .service .conLeft .box .aBox a:hover span {
    color: #fff;
  }

  .service .conLeft .box .aBox a:hover span:after {
    border-color: #fff;
  }
}

@media (max-width: 1200px) {
  .service .conLeft .box {
    padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .service {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .service .conLeft {
    width: 92%;
    padding: 0 !important;
    padding-bottom: 10px !important;
    margin: 15px auto 0;
    float: none;
  }

  .service .conLeft .box .aBox a {
    width: 48.5%;
    margin-right: 3%;
  }

  .service .conLeft .box .aBox a:nth-child(3n) {
    margin-right: 3%;
  }

  .service .conLeft .box .aBox a:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .service .conLeft {
    padding: 0 20px 10px;
  }
}

@media (max-width: 768px) {
  .service .conLeft .box .con .tits {
    width: 100%;
    overflow-x: scroll;
    margin-top: 15px;
  }

  .service .conLeft .box .con .tits .titsNew {
    width: 650px;
  }

  .service .conLeft .box .title {
    font-size: 18px;
    padding: 9px 0;
    line-height: 24px;
    
  }

  .service .conLeft .box {
    padding-top: 10px;
  }

  .service .conLeft .box .con .tits a span {
    font-size: 14px;
    line-height: 22px;
  }

  .service .conLeft .box .con .conBox .item {
    padding: 14px 10px 10px;
  }

  .service .conLeft .box .con .conBox .item .cTxt .t1 {
    margin-top: 6px;
  }

  .service .conLeft .box .aBox {
    margin-top: 10px;
  }

  .service .conLeft .box .aBox a {
    width: 100%;
    float: none;
    margin-right: 0 !important;
  }

  .service .conLeft .box .aBox a span {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    max-width: 100%;
    line-height: 40px;
    text-align: left;
  }

  .service .conLeft .box .aBox a span:after {
    width: 6px;
    height: 6px;
  }

  .service .conLeft .box .con .conBox .item .cTxt .t2 p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .service .conLeft .box .con .tits.titX a {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0;
    margin-right: 10px;
    float: left;
    padding-bottom: 0;
  }

  .service .conLeft .box .con .tits.titX a:last-child {
    margin-right: 0;
  }
}

.navLeft {
  width: 288px;
  float: left;
  background-color: #fff;
}

.navLeft .title {
  display: none;
}

.navLeft ul li {
  border-bottom: 1px solid #e6e6e6;
}

.navLeft ul li:last-child {
  border-bottom: none;
}

.navLeft ul li .tits {
  width: 100%;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

.navLeft ul li .tits:after {
  width: 4px;
  height: 100%;
  position: absolute;
  background: #0090cd;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.navLeft ul li .tits:before {
  width: 8px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../image/right.png");
  content: '';
  position: absolute;
  right: 30px;
}

.navLeft ul li .titNew {
  padding-bottom: 10px;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.navLeft ul li .titNew a {
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis margin-top: 6px;
  display: block;
  color: #222;
}

.navLeft ul li .titNew a.on {
  background-color: #f0fbff;
  color: #0091c7;
}

@media (min-width: 1024px) {
  .navLeft ul li .titNew a:hover {
    background-color: #f0fbff;
    color: #0091c7;
  }
}

.navLeft ul li .titNew dl dd {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.navLeft ul li .titNew dl dd:last-child {
  margin-bottom: 0;
}

.navLeft ul li .titNew dl dd .t {
  padding-left: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.navLeft ul li .titNew dl dd .t:after {
  width: 8px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../image/right.png");
  content: '';
  position: absolute;
  right: 10px;
}

.navLeft ul li .titNew dl dd .tx {
  display: none;
}

.navLeft ul li .titNew dl dd.on .t:after {
  transform: rotate(-90deg);
}

.navLeft ul li.on .tits:before {
  transform: rotate(-90deg);
}

@media (max-width: 1024px) {
  .navLeft {
    width: 100%;
    position: relative;
    z-index: 10;
    float: none;
  }

  .navLeft .title {
    display: block;
    font-size: 16px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }

  .navLeft .title:after {
    width: 8px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../image/right.png");
    content: '';
    position: absolute;
    right: 20px;
    transform: rotate(90deg);
  }

  .navLeft ul {
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 5;
    background-color: #fff;
    display: none;
    overflow-y: scroll;
    max-height: 50vh;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }

  .navLeft.on .title:after {
    transform: rotate(-90deg);
  }
}
 </pre></body></html>