@charset "UTF-8";

/*!
 * WFFW(Webfront Framework) of PPSS - ppss-0.5.5-beta Copyright©2023 W3
 *
 * style - 2023/09/20
 * 说明：统一样式
 * 用法：html 文件中引用
*/
*:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

label {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  line-height: 1em;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

dl li,
ol li,
ul li {
  list-style: none;
}

table {
  width: 100%;
}

table tr.hd {
  display: table-row;
}

img {
  object-fit: cover;
}

.swiper-wrapper {
  transition: unset;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.aj {
  text-align: justify;
}

.lc {
  text-transform: lowercase;
}

.uc {
  text-transform: uppercase;
}

.pa-tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.pa-tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.pa-br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.pa-bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.elli-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.elli-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ofvi {
  overflow: visible !important;
}

.ht00 {
  display: block;
  height: 0px;
}

.ht05 {
  display: block;
  height: 5px;
}

.ht10 {
  display: block;
  height: 10px;
}

.ht15 {
  display: block;
  height: 15px;
}

.ht20 {
  display: block;
  height: 20px;
}

.ht25 {
  display: block;
  height: 25px;
}

.ht30 {
  display: block;
  height: 30px;
}

.ht35 {
  display: block;
  height: 35px;
}

.ht40 {
  display: block;
  height: 40px;
}

.ht45 {
  display: block;
  height: 45px;
}

.ht50 {
  display: block;
  height: 50px;
}

.ht55 {
  display: block;
  height: 55px;
}

.ht60 {
  display: block;
  height: 60px;
}

.ht65 {
  display: block;
  height: 65px;
}

.ht70 {
  display: block;
  height: 70px;
}

.ht75 {
  display: block;
  height: 75px;
}

.ht80 {
  display: block;
  height: 80px;
}

.ht85 {
  display: block;
  height: 85px;
}

.ht90 {
  display: block;
  height: 90px;
}

.ht95 {
  display: block;
  height: 95px;
}

.wh00 {
  display: inline-block;
  width: 0px;
}

.wh05 {
  display: inline-block;
  width: 5px;
}

.wh10 {
  display: inline-block;
  width: 10px;
}

.wh15 {
  display: inline-block;
  width: 15px;
}

.wh20 {
  display: inline-block;
  width: 20px;
}

.wh25 {
  display: inline-block;
  width: 25px;
}

.wh30 {
  display: inline-block;
  width: 30px;
}

.wh35 {
  display: inline-block;
  width: 35px;
}

.wh40 {
  display: inline-block;
  width: 40px;
}

.wh45 {
  display: inline-block;
  width: 45px;
}

.wh50 {
  display: inline-block;
  width: 50px;
}

.wh55 {
  display: inline-block;
  width: 55px;
}

.wh60 {
  display: inline-block;
  width: 60px;
}

.wh65 {
  display: inline-block;
  width: 65px;
}

.wh70 {
  display: inline-block;
  width: 70px;
}

.wh75 {
  display: inline-block;
  width: 75px;
}

.wh80 {
  display: inline-block;
  width: 80px;
}

.wh85 {
  display: inline-block;
  width: 85px;
}

.wh90 {
  display: inline-block;
  width: 90px;
}

.wh95 {
  display: inline-block;
  width: 95px;
}

.em00 {
  display: inline-block;
  width: 0em;
}

.em05 {
  display: inline-block;
  width: 0.5em;
}

.em10 {
  display: inline-block;
  width: 1em;
}

.em15 {
  display: inline-block;
  width: 1.5em;
}

.em20 {
  display: inline-block;
  width: 2em;
}

.em25 {
  display: inline-block;
  width: 2.5em;
}

.em30 {
  display: inline-block;
  width: 3em;
}

.em35 {
  display: inline-block;
  width: 3.5em;
}

.em40 {
  display: inline-block;
  width: 4em;
}

.em45 {
  display: inline-block;
  width: 4.5em;
}

.em50 {
  display: inline-block;
  width: 5em;
}

.em55 {
  display: inline-block;
  width: 5.5em;
}

.em60 {
  display: inline-block;
  width: 6em;
}

.em65 {
  display: inline-block;
  width: 6.5em;
}

.em70 {
  display: inline-block;
  width: 7em;
}

.em75 {
  display: inline-block;
  width: 7.5em;
}

.em80 {
  display: inline-block;
  width: 8em;
}

.em85 {
  display: inline-block;
  width: 8.5em;
}

.em90 {
  display: inline-block;
  width: 9em;
}

.em95 {
  display: inline-block;
  width: 9.5em;
}

.nobg {
  background: none !important;
}

.nobt {
  border-top: none !important;
}

.nobr {
  border-right: none !important;
}

.nobb {
  border-bottom: none !important;
}

.nobl {
  border-left: none !important;
}

.nobd {
  border: none !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopr {
  padding-right: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.nopl {
  padding-left: 0 !important;
}

.nopd {
  padding: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nomr {
  margin-right: 0 !important;
}

.nomb {
  margin-bottom: 0 !important;
}

.noml {
  margin-left: 0 !important;
}

.nomg {
  margin: 0 !important;
}

.none {
  display: none !important;
}

.hide {
  opacity: 0 !important;
}

.list {
  overflow: hidden;
}

.list.s1>.ul>.li,
.list.s1>.ul>li,
.list.s1>ul>.li,
.list.s1>ul>li {
  width: 100%;
}

.list.s2>.ul>.li,
.list.s2>.ul>li,
.list.s2>ul>.li,
.list.s2>ul>li {
  width: 50%;
}

.list.s3>.ul>.li,
.list.s3>.ul>li,
.list.s3>ul>.li,
.list.s3>ul>li {
  width: 33.3333333333%;
}

.list.s4>.ul>.li,
.list.s4>.ul>li,
.list.s4>ul>.li,
.list.s4>ul>li {
  width: 25%;
}

.list.s5>.ul>.li,
.list.s5>.ul>li,
.list.s5>ul>.li,
.list.s5>ul>li {
  width: 20%;
}

.list.s6>.ul>.li,
.list.s6>.ul>li,
.list.s6>ul>.li,
.list.s6>ul>li {
  width: 16.6666666667%;
}

.list.s7>.ul>.li,
.list.s7>.ul>li,
.list.s7>ul>.li,
.list.s7>ul>li {
  width: 14.2857142857%;
}

.list.s8>.ul>.li,
.list.s8>.ul>li,
.list.s8>ul>.li,
.list.s8>ul>li {
  width: 12.5%;
}

.list.s9>.ul>.li,
.list.s9>.ul>li,
.list.s9>ul>.li,
.list.s9>ul>li {
  width: 11.1111111111%;
}

.list>.ul::after,
.list>ul::after {
  content: "";
  display: block;
  clear: both;
}

.list>.ul>.li,
.list>.ul>li,
.list>ul>.li,
.list>ul>li {
  float: left;
}

.lrct::after {
  content: "";
  display: block;
  clear: both;
}

.lrct>.l {
  float: left;
}

.lrct>.r {
  float: right;
}

.lrct>.p {
  float: left;
  width: 50%;
}

.abox {
  position: fixed;
  z-index: 11;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.abox.show {
  display: block;
}

*,
*:before,
*:after {
  transition: opacity 600ms, color 600ms, border-color 600ms, background-color 600ms, background-image 600ms, box-shadow 600ms;
}

.zimg {
  overflow: hidden;
}

.zimg .img,
.zimg img {
  width: 100%;
  transition: transform 600ms;
}

.wp:hover .zimg .img,
.wp:hover .zimg img,
.zimg:hover .img,
.zimg:hover img {
  transform: scale(1.05);
}

.hover {
  transition: transform 600ms;
}

.hover.zoom:hover,
.wp:hover .hover.zoom {
  transform: scale(1.05);
}

.hover.up:hover,
.wp:hover .hover.up {
  transform: translateY(-5%);
}

.hover.down:hover,
.wp:hover .hover.down {
  transform: translateY(5%);
}

.hover.right:hover,
.wp:hover .hover.right {
  transform: translateX(5%);
}

.hover.left:hover,
.wp:hover .hover.rigleftht {
  transform: translateX(-5%);
}

.hover.rotate:hover,
.wp:hover .hover.rotateC {
  transform: rotate(360deg);
}

.hover.rotateAnti:hover,
.wp:hover .hover.rotateAnti {
  transform: rotate(-360deg);
}

.hover.rotateY:hover,
.wp:hover .hover.rotateY {
  transform: rotateY(360deg);
}

.hover.rotateX:hover,
.wp:hover .hover.rotateX {
  transform: rotateX(360deg);
}

.pc-hide {
  display: none !important;
}

@media (max-width: 768px) {

  body.on-medi .ht00,
  .body.on-medi .ht00 {
    display: block;
    height: 0px;
  }

  body.on-medi .ht05,
  .body.on-medi .ht05 {
    display: block;
    height: 2.5px;
  }

  body.on-medi .ht10,
  .body.on-medi .ht10 {
    display: block;
    height: 5px;
  }

  body.on-medi .ht15,
  .body.on-medi .ht15 {
    display: block;
    height: 7.5px;
  }

  body.on-medi .ht20,
  .body.on-medi .ht20 {
    display: block;
    height: 10px;
  }

  body.on-medi .ht25,
  .body.on-medi .ht25 {
    display: block;
    height: 12.5px;
  }

  body.on-medi .ht30,
  .body.on-medi .ht30 {
    display: block;
    height: 15px;
  }

  body.on-medi .ht35,
  .body.on-medi .ht35 {
    display: block;
    height: 17.5px;
  }

  body.on-medi .ht40,
  .body.on-medi .ht40 {
    display: block;
    height: 20px;
  }

  body.on-medi .ht45,
  .body.on-medi .ht45 {
    display: block;
    height: 22.5px;
  }

  body.on-medi .ht50,
  .body.on-medi .ht50 {
    display: block;
    height: 25px;
  }

  body.on-medi .ht55,
  .body.on-medi .ht55 {
    display: block;
    height: 27.5px;
  }

  body.on-medi .ht60,
  .body.on-medi .ht60 {
    display: block;
    height: 30px;
  }

  body.on-medi .ht65,
  .body.on-medi .ht65 {
    display: block;
    height: 32.5px;
  }

  body.on-medi .ht70,
  .body.on-medi .ht70 {
    display: block;
    height: 35px;
  }

  body.on-medi .ht75,
  .body.on-medi .ht75 {
    display: block;
    height: 37.5px;
  }

  body.on-medi .ht80,
  .body.on-medi .ht80 {
    display: block;
    height: 40px;
  }

  body.on-medi .ht85,
  .body.on-medi .ht85 {
    display: block;
    height: 42.5px;
  }

  body.on-medi .ht90,
  .body.on-medi .ht90 {
    display: block;
    height: 45px;
  }

  body.on-medi .ht95,
  .body.on-medi .ht95 {
    display: block;
    height: 47.5px;
  }

  body.on-medi .wh00,
  .body.on-medi .wh00 {
    display: inline-block;
    width: 0px;
  }

  body.on-medi .wh05,
  .body.on-medi .wh05 {
    display: inline-block;
    width: 2.5px;
  }

  body.on-medi .wh10,
  .body.on-medi .wh10 {
    display: inline-block;
    width: 5px;
  }

  body.on-medi .wh15,
  .body.on-medi .wh15 {
    display: inline-block;
    width: 7.5px;
  }

  body.on-medi .wh20,
  .body.on-medi .wh20 {
    display: inline-block;
    width: 10px;
  }

  body.on-medi .wh25,
  .body.on-medi .wh25 {
    display: inline-block;
    width: 12.5px;
  }

  body.on-medi .wh30,
  .body.on-medi .wh30 {
    display: inline-block;
    width: 15px;
  }

  body.on-medi .wh35,
  .body.on-medi .wh35 {
    display: inline-block;
    width: 17.5px;
  }

  body.on-medi .wh40,
  .body.on-medi .wh40 {
    display: inline-block;
    width: 20px;
  }

  body.on-medi .wh45,
  .body.on-medi .wh45 {
    display: inline-block;
    width: 22.5px;
  }

  body.on-medi .wh50,
  .body.on-medi .wh50 {
    display: inline-block;
    width: 25px;
  }

  body.on-medi .wh55,
  .body.on-medi .wh55 {
    display: inline-block;
    width: 27.5px;
  }

  body.on-medi .wh60,
  .body.on-medi .wh60 {
    display: inline-block;
    width: 30px;
  }

  body.on-medi .wh65,
  .body.on-medi .wh65 {
    display: inline-block;
    width: 32.5px;
  }

  body.on-medi .wh70,
  .body.on-medi .wh70 {
    display: inline-block;
    width: 35px;
  }

  body.on-medi .wh75,
  .body.on-medi .wh75 {
    display: inline-block;
    width: 37.5px;
  }

  body.on-medi .wh80,
  .body.on-medi .wh80 {
    display: inline-block;
    width: 40px;
  }

  body.on-medi .wh85,
  .body.on-medi .wh85 {
    display: inline-block;
    width: 42.5px;
  }

  body.on-medi .wh90,
  .body.on-medi .wh90 {
    display: inline-block;
    width: 45px;
  }

  body.on-medi .wh95,
  .body.on-medi .wh95 {
    display: inline-block;
    width: 47.5px;
  }

  body.on-medi .pc-hide,
  .body.on-medi .pc-hide {
    display: block !important;
  }

  body.on-medi .mb-hide,
  .body.on-medi .mb-hide {
    display: none;
  }

  body.on-medi .lrct>.l,
  body.on-medi .lrct>.r,
  body.on-medi .lrct>.p,
  .body.on-medi .lrct>.l,
  .body.on-medi .lrct>.r,
  .body.on-medi .lrct>.p {
    float: none;
    width: 100%;
  }

  body.on-medi .list.s1>ul>li,
  body.on-medi .list.s2>ul>li,
  .body.on-medi .list.s1>ul>li,
  .body.on-medi .list.s2>ul>li {
    width: 100%;
  }

  body.on-medi .list.s3>ul>li,
  body.on-medi .list.s4>ul>li,
  .body.on-medi .list.s3>ul>li,
  .body.on-medi .list.s4>ul>li {
    width: 50%;
  }

  body.on-medi .list.s5>ul>li,
  body.on-medi .list.s6>ul>li,
  .body.on-medi .list.s5>ul>li,
  .body.on-medi .list.s6>ul>li {
    width: 33.33%;
  }

  body.on-medi,
  .body.on-medi {
    min-width: 0;
  }

  body.on-medi .container,
  .body.on-medi .container {
    width: 100%;
    padding: 0 15px;
  }

  body.on-medi .container.full,
  .body.on-medi .container.full {
    padding: 0;
  }

  body.on-medi header,
  body.on-medi .header,
  .body.on-medi header,
  .body.on-medi .header {
    position: fixed;
    z-index: 11;
    min-width: 0;
  }

  body.on-medi main,
  body.on-medi .main,
  .body.on-medi main,
  .body.on-medi .main {
    padding-top: 44px;
  }
}

html,
.html {
  font-size: 10px;
}

body,
.body {
  display: block !important;
  font-family: PingFangSC-Regular, 微软雅黑, Arial;
  font-size: 12px;
  color: #333;
  min-width: 1300px;
}

body:after,
.body:after {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

body.on-mask:after,
body.on-menu:after,
.body.on-mask:after,
.body.on-menu:after {
  display: block;
}

body.no-header header,
body.no-header .header,
.body.no-header header,
.body.no-header .header {
  display: none;
}

body.no-header main,
body.no-header .main,
.body.no-header main,
.body.no-header .main {
  padding-top: 0;
}

body.no-footer main,
body.no-footer .main,
.body.no-footer main,
.body.no-footer .main {
  padding-bottom: 0;
}

body.no-footer footer,
body.no-footer .footer,
.body.no-footer footer,
.body.no-footer .footer {
  display: none;
}

header,
.header {
  position: relative;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}

header .logo,
.header .logo {
  display: inline-block;
}

header .mbtn,
.header .mbtn {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

footer .back,
.footer .back {
  position: fixed;
  z-index: 9;
  transform: scale(0);
  transition: transform 600ms;
}

body.on-scro footer .back,
body.on-scro .footer .back {
  transform: scale(1);
}

.container {
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 1300px;
}

.container.gt {
  width: 1500px;
}

.container.gts {
  width: 1400px;
}

.container.full {
  width: 100%;
  padding: 0;
}

.a,
a {
  color: #333;
}

.a:hover,
a:hover {
  color: #000;
}

.bg-w {
  background-color: #fff;
}

.bg-g {
  background-color: #f8f8f8;
}

.hd,
.ct,
.ft,
.head,
.cont,
.foot,
.cnt,
.txt,
.pic,
.i,
.i-1,
.i-2,
.i-3,
.i-4 {
  position: relative;
  display: block;
}

.u-fullpart {
  position: relative;
  background: none no-repeat 50% 0;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0;
}

.u-fullpart.bgrp {
  background-repeat: repeat;
  background-size: auto;
}

.u-fullpart.bg-g {
  background-color: #f8f8f8;
}

/*
@font-face{
	font-family: 字体名称;
	src: url(../font/字体名称.ttf);
}*/
html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

body a {
  color: inherit;
}

body a:hover {
  color: inherit;
}

body img {
  position: relative;
}

body input,
body textarea,
body select {
  border: none;
  background: none;
}

body .hv:hover {
  opacity: 0.8;
}

body .hv-p:hover {
  color: #1d70f2 !important;
}

body .hv-u:hover {
  text-decoration: underline;
}

body .wp:hover .hv-p {
  color: #1d70f2 !important;
}

body .bt {
  display: inline-block;
  text-align: center;
}

body .pr {
  position: absolute;
  top: 0;
  right: 0;
}

body .h150 {
  height: 150px;
}

body .w100 {
  width: 100% !important;
}

body .w050 {
  width: 50% !important;
}

body .fz18 {
  font-size: 18px !important;
}

body .fz22 {
  font-size: 22px !important;
}

body .fz30 {
  font-size: 30px !important;
}

body .fz36 {
  font-size: 36px !important;
}

body .wp-1 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

body .sd-1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body .bb-1 {
  border-bottom: 1px solid #eeeeee;
}

body .zimg.ofvi img {
  width: auto;
}

body .swiper-pagination.dot1 {
  bottom: 55px;
}

body .swiper-pagination.dot1 .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.5;
}

body .swiper-pagination.dot1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

body .swiper-pagination.dot2 {
  bottom: 35px;
  text-align: right;
  padding-right: 30px;
}

body .swiper-pagination.dot2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #dde1ed;
  opacity: 1;
}

body .swiper-pagination.dot2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  background-color: #0680ec;
}

@media (max-width: 1500px) {
  body {
    zoom: 0.9;
  }
}

@media (max-width: 768px) {
  body {
    zoom: 1;
  }

  body .list.mb-full>ul {
    margin: -10px;
  }

  body .list.mb-full>ul>li {
    width: 100% !important;
    padding: 10px !important;
  }

  body .h150 {
    height: 75px;
  }

  body .fz30 {
    font-size: 20px !important;
  }

  body .fz18 {
    font-size: 14px !important;
  }

  body .fz22 {
    font-size: 16px !important;
  }

  body .fz30 {
    font-size: 18px !important;
  }

  body .fz36 {
    font-size: 20px !important;
  }

  body .swiper-pagination.dot1 {
    bottom: 15px;
  }

  body .swiper-pagination.dot1 .swiper-pagination-bullet {
    width: 15px;
  }

  body .swiper-pagination.dot2 {
    bottom: 45px;
    text-align: center;
    padding-right: 0;
  }

  body .swiper-pagination.dot2 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  body .swiper-pagination.dot2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }
}

header {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
  color: #fff;
}

body.lt header,
body.on-scro header,
body.on-page header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.lt header .wt,
body.on-scro header .wt,
body.on-page header .wt {
  display: none;
}

body.lt header .dk,
body.on-scro header .dk,
body.on-page header .dk {
  display: inline-block;
}

body.lt header .menu .i>p a,
body.on-scro header .menu .i>p a,
body.on-page header .menu .i>p a {
  color: #333;
}

body.lt header .menu .i>p a.on,
body.on-scro header .menu .i>p a.on,
body.on-page header .menu .i>p a.on {
  color: #1d70f2;
  border-bottom-color: #1d70f2;
}

body.lt header .call,
body.on-scro header .call,
body.on-page header .call {
  color: #1d70f2;
}

header .b {
  height: 95px;
}

header .wt {
  display: inline-block;
}

header .dk {
  display: none;
}

header .logo {
  padding-top: 20px;
  float: left;
}

header .menu {
  margin-left: 350px;
}

header .menu>ul>li:last-child {
  margin-right: 0;
}

header .menu .i:hover>.ex {
  display: block;
}

header .menu .i>p a {
  display: block;
  padding: 0 20px;
  line-height: 95px;
  font-size: 16px;
  height: 95px;
  border-bottom: 3px solid transparent;
}

header .menu .i>p a.on,
header .menu .i>p a:hover {
  color: #eba415;
}

header .menu .i>.ex {
  position: absolute;
  top: 80px;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

header .subm {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}

header .subm p {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

header .subm p:last-child {
  border-bottom: none;
}

header .subm p a {
  color: #333;
}

header .subm p a:hover {
  font-weight: bold;
}

header .call {
  display: block;
  line-height: 95px;
  font-size: 18px;
}

header .call img {
  margin-right: 2px;
  top: -1px;
}

@media (max-width: 768px) {
  header .b {
    height: 44px;
  }

  header .logo {
    padding-top: 10px;
  }

  header .logo img {
    height: 24px;
  }

  header .menu {
    margin-left: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  body.on-menu header .menu {
    display: block;
  }

  header .menu>ul>li {
    float: none;
    border-top: 1px solid #eeeeee;
  }

  header .menu .i:hover.aw>p a::after {
    transform: rotate(180deg);
  }

  header .menu .i.aw>p a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../img/awd1.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }

  header .menu .i>p a {
    line-height: 44px;
    height: 44px;
    border-bottom-width: 2px;
    text-align: center;
    position: relative;
  }

  header .menu .i>.ex {
    position: relative;
    top: 0;
    width: 100%;
    border-top: 1px solid #eee;
    display: none;
  }

  header .subm {
    background-color: #eee;
    border-radius: 0;
  }

  header .subm p {
    line-height: 44px;
    font-size: 13px;
  }

  header .call {
    line-height: 44px;
    font-size: 14px;
    margin-right: 44px;
  }

  header .call img {
    width: 12px;
    margin-right: 0;
  }

  header .mbtn {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../img/mbtn.png) no-repeat center #1d70f2;
    background-size: 18px;
  }

  body.on-menu header .mbtn {
    background-image: url(../img/mbtn-hide.png);
    background-size: 16px;
  }
}

body.on-page main {
  padding-top: 95px;
}

main.bg-g .u-fullpart {
  background-color: transparent;
}

@media (max-width: 768px) {
  body.on-page main {
    padding-top: 44px;
  }
}

footer {
  position: relative;
  z-index: 1;
  background-color: #2b58f9;
  color: #fff;
}

footer>.b {
  padding: 55px 0;
}

footer>.c {
  background-color: #064ea2;
  padding: 20px 0;
}

footer .lis1>ul>li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 265px;
}

footer .lis1>ul>li:nth-child(1) {
  width: 50%;
}

footer .lis1>ul>li:nth-child(2) {
  width: 20%;
  padding-left: 40px;
}

footer .lis1>ul>li:nth-child(3) {
  border-right: none;
  width: 30%;
  padding-left: 40px;
}

footer .menu .i>.hd p {
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}

footer .menu .i>.hd p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .menu .i>.ct {
  margin-top: 25px;
}

footer .menu .i>.ct p {
  font-size: 16px;
  margin-bottom: 15px;
}

footer .menu .i>.ct p:last-child {
  margin-bottom: 0;
}

footer .menu .i>.ct p a {
  color: rgba(255, 255, 255, 0.7);
}

footer .menu .i>.ct p a:hover {
  color: #fff;
}

footer .call>.hd p {
  font-size: 18px;
}

footer .call>.hd p img {
  margin-right: 10px;
}

footer .call>.ct {
  margin-top: 45px;
}

footer .call>.ct .qbox {
  display: inline-block;
}

footer .call>.ct .qbox p {
  text-align: center;
}

footer .call>.ct .qbox p.p1 img {
  width: 108px;
  height: 108px;
}

footer .call>.ct .qbox p.p2 {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
}

footer .call>.ct .addr p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

footer .info p {
  color: rgba(255, 255, 255, 0.7);
}

footer .info p a {
  margin-right: 20px;
}

footer .info p a:last-child {
  margin-right: 0;
}

footer .info p a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }

  footer>.b {
    padding: 35px 0;
  }

  footer .lis1>ul>li {
    height: auto;
    padding: 0;
    margin-bottom: 15px;
  }

  footer .lis1>ul>li:first-child {
    display: none;
  }

  footer .lis1>ul>li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }

  footer .menu>ul>li {
    margin-bottom: 15px;
  }

  footer .menu .i>.hd p::before {
    left: 50%;
    transform: translateX(-50%);
  }

  footer .menu .i>.ct {
    margin-top: 15px;
  }

  footer .call>.ct {
    margin-top: 25px;
  }

  footer .info p {
    line-height: 2em;
  }

  footer .info p a {
    margin: 0 5px;
  }

  footer .info p .fr {
    float: none;
    display: block;
  }
}

.u-fullpart {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.u-fullpart.cn {
  background-size: contain;
}

.u-fullpart.cr {
  background-size: cover;
}

@media (max-width: 768px) {
  .u-fullpart {
    padding: 30px 0;
  }
}

.u-btn1 {
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  width: 164px;
  line-height: 54px;
  border-radius: 28px;
  font-size: 14px;
}

.u-btn1:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.u-btn1:hover img {
  left: 5%;
}

.u-btn1.on {
  background-color: #fff;
  color: #2b58f9;
}

.u-btn1.on:hover {
  opacity: 0.8;
}

.u-btn1.blue {
  border-color: #2b58f9;
  background-color: #2b58f9;
}

.u-btn1 img {
  margin-left: 12px;
  left: 0;
  transition: left 600ms;
}

@media (max-width: 768px) {
  .u-btn1 {
    width: 100px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 12px;
  }

  .u-btn1 img {
    margin-left: 6px;
    height: 6px;
  }
}

.u-btn2 {
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #0aadff, #3762f9);
  color: #fff !important;
  width: 124px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  position: relative;
  padding-right: 32px;
  box-shadow: 0 5px 5px rgba(55, 98, 249, 0.2);
}

.u-btn2:hover i::before,
.u-btn2:hover i::after {
  left: -30px;
}

.u-btn2 i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 3px;
  white-space: nowrap;
  overflow: hidden;
}

.u-btn2 i::before,
.u-btn2 i::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/awr2.png) no-repeat center;
  position: relative;
  left: 0;
  transition: left 600ms;
}

.u-btn3 {
  display: inline-block;
  text-align: center;
  width: 180px;
  line-height: 50px;
  font-size: 16px;
}

.u-btn3.sd {
  border-radius: 5px;
}

.u-btn3.b1 {
  background-color: #1d70f2;
  color: #fff;
}

.u-btn3.b2 {
  background-color: #dadada;
  color: #333;
}

.u-btn3.b3 {
  background-color: #f7b500;
  color: #fff;
}

.u-btn3.b4 {
  background: linear-gradient(90deg, #73b4f7, #2e8ef2);
  color: #fff;
  border-radius: 25px;
}

.u-btn3 img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .u-btn3 {
    width: 100%;
  }
}

.u-title1 {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.u-title1.wt {
  color: #fff;
}

.u-title1.wt p.p1::after {
  background-color: #fff;
}

.u-title1.wt p.p3 {
  color: #fff;
}

.u-title1 p {
  text-align: center;
}

.u-title1 p.p1 {
  font-size: 42px;
}

.u-title1 p.p1.bd {
  position: relative;
  padding-bottom: 28px;
}

.u-title1 p.p1.bd::after {
  display: block;
}

.u-title1 p.p1::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #1d70f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.u-title1 p.p2 {
  margin-top: 30px;
  font-size: 20px;
}

.u-title1 p.p3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #666;
}

@media (max-width: 768px) {
  .u-title1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .u-title1 p.p1 {
    font-size: 21px;
    font-weight: bold;
  }

  .u-title1 p.p1.bd {
    padding-bottom: 14px;
  }

  .u-title1 p.p1::after {
    width: 20px;
    height: 2px;
  }

  .u-title1 p.p2 {
    margin-top: 15px;
    font-size: 14px;
  }

  .u-title1 p.p3 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}

.u-title2 {
  margin-bottom: 30px;
}

.u-title2 p label {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  background-color: #0051b6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 45px;
}

.u-title2 p label img {
  margin-right: 8px;
}

.u-title2 p a {
  font-size: 15px;
}

@media (max-width: 768px) {
  .u-title2 {
    margin-bottom: 20px;
  }

  .u-title2 p label {
    padding: 0 20px;
    font-size: 16px;
  }

  .u-title2 p a {
    font-size: 15px;
  }

  .u-title2 .ht10 {
    height: 15px !important;
  }
}

.e-bannerex1 {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;

  left: 0;
  width: 100%;
  position: fixed;
}

@media (max-width: 768px) {
  .e-bannerex1 {
    height: calc(60vh + 44px);
  }
}

.e-bannerex2 {
  margin-top: 100vh;
  z-index: 1;
}

@media (max-width: 768px) {
  .e-bannerex2 {
    margin-top: 60vh;
  }
}

.u-banner.in .i>img {
  height: auto;
}

.u-banner.in .txt1 {
  width: 63%;
}

.u-banner.in .txt1.ac {
  width: 100%;
  text-align: center;
}

.u-banner.in .txt1 p.p1 {
  font-size: 45px;
}

.u-banner.in .txt1 p.p2 {
  margin-top: 35px;
  font-size: 24px;
  line-height: 1.4em;
}

.u-banner.in .txt1 p.p2.lt {
  margin-top: 45px;
  font-size: 16px;
  line-height: 36px;
}

.u-banner.in .txt1 p.p3 {
  margin-top: 60px;
}

.u-banner .i>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.u-banner .i>.ct .container {
  height: 130%;
}

.u-banner .i>img {
  width: 100%;
}

.u-banner .txt1 {
  content: "";
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}

.u-banner .txt1 p.p1 {
  font-size: 60px;
}

.u-banner .txt1 p.p2 {
  margin-top: 40px;
  font-size: 24px;
}

.u-banner .txt1 p.p3 {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .u-banner.in .txt1 {
    width: 60%;
    top: 37%;
  }

  .u-banner.in .txt1 p.p1 {
    font-size: 20px;
  }

  .u-banner.in .txt1 p.p2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .u-banner.in .txt1 p.p2.lt {
    margin-top: 15px;
    line-height: 22px;
  }

  .u-banner.in .txt1 p.p3 {
    margin-top: 30px;
  }

  .u-banner.in .i>img {
    height: 200px;
  }

  .u-banner.mb-gt .i>img {
    height: 400px;
  }

  .u-banner.mb-gt .txt1 {
    width: 100%;
    top: 35%;
  }

  .u-banner .i>img {
    height: calc(60vh + 44px);
  }

  .u-banner .txt1 {
    padding: 0 15px;
    top: 30%;
  }

  .u-banner .txt1 p.p1 {
    font-size: 20px;
  }

  .u-banner .txt1 p.p2 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .u-banner .txt1 p.p3 {
    margin-top: 20px;
  }
}

.u-hoabout>.l {
  width: 650px;
}

.u-hoabout>.r {
  float: none;
  margin-left: 720px;
}

.u-hoabout .view {
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.u-hoabout .view a {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url(../img/play1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.u-hoabout .view .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.u-hoabout .txt1 {
  padding-top: 10px;
}

.u-hoabout .txt1 p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.u-hoabout .lis1>ul {
  margin: 0 -20px;
}

.u-hoabout .lis1>ul>li {
  padding: 0 20px;
}

.u-hoabout .lis1>ul>li:nth-child(2) {
  margin-left: -40px;
}

.u-hoabout .lis1>ul>li:nth-child(3) {
  margin-left: -10px;
}

.u-hoabout .lis1 .i>p {
  text-align: center;
}

.u-hoabout .lis1 .i>p.p1 {
  font-size: 50px;
  color: #2b58f9;
}

.u-hoabout .lis1 .i>p.p1 small {
  font-size: 28px;
  font-weight: inherit;
  vertical-align: bottom;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.u-hoabout .lis1 .i>p.p2 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  .u-hoabout>.l {
    width: 100%;
  }

  .u-hoabout>.r {
    margin-left: 0;
  }

  .u-hoabout .view {
    height: 200px;
    border-radius: 20px;
  }

  .u-hoabout .view a {
    width: 32px;
    height: 32px;
  }

  .u-hoabout .lis1>ul {
    margin: -10px;
  }

  .u-hoabout .lis1>ul>li {
    padding: 10px;
    width: 33.33% !important;
  }

  .u-hoabout .lis1>ul>li:nth-child(2),
  .u-hoabout .lis1>ul>li:nth-child(3) {
    margin-left: 0;
  }


  .u-hoabout .lis1 .i>p {
    text-align: center;
  }

  .u-hoabout .lis1 .i>p.p1 {
    font-size: 25px;
    margin-right: 10px;
  }

  .u-hoabout .lis1 .i>p.p1 small {
    font-size: 15px;
    margin-left: 5px;
  }

  .u-hoabout .lis1 .i>p.p2 {
    font-size: 12px;
    line-height: 1.2em;
  }
}

.u-hobusiness {
  position: relative;
}

.u-hobusiness.pd {
  padding: 0 80px;
  margin: 0 -80px;
}

.u-hobusiness.pd .lis1 .i {
  margin: 5px;
}

.u-hobusiness.pd .lis1 .i>.hd {
  height: 235px;
}

.u-hobusiness.pd .lis1 .i>.ct p.p1 {
  font-size: 24px;
}

.u-hobusiness.pd .lis1 .i>.ct p.p2 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.u-hobusiness .lis1>ul {
  margin: -20px;
}

.u-hobusiness .lis1>ul>li {
  padding: 20px;
}

.u-hobusiness .lis1 .i:hover>.ex {
  top: 0;
}

.u-hobusiness .lis1 .i>.hd {}

.u-hobusiness .lis1 .i>.hd img {
  height: 100%;
}

.u-hobusiness .lis1 .i>.ct {
  padding: 40px 30px;
  padding-bottom: 60px;
}

.u-hobusiness .lis1 .i>.ct p.p1 {
  font-size: 20px;
}

.u-hobusiness .lis1 .i>.ct p.p2 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}

.u-hobusiness .lis1 .i>.ct p.p3 {
  margin-top: 20px;
  font-size: 14px;
}

.u-hobusiness .lis1 .i>.ct p.p3 .aw {
  color: #5bb1f2;
}

.u-hobusiness .lis1 .i>.ex {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  top: 100%;
  transition: top 600ms;
}

.u-hobusiness .lis1 .i .cont {
  background: none no-repeat center;
  background-size: cover;
  height: 100%;
  position: relative;
  padding: 60px 50px;
  padding-bottom: 0;
  color: #fff;
}

.u-hobusiness .lis1 .i .cont::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 75, 200, 0.8);
}

.u-hobusiness .lis1 .i .cont p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  z-index: 1;
}

.u-hobusiness .lis1 .i .cont p.p1 {
  font-size: 24px;
}

.u-hobusiness .lis1 .i .cont p.p2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .u-hobusiness.pd {
    padding: 0;
    margin: 0;
  }

  .u-hobusiness .lis1>ul {
    margin: -10px;
  }

  .u-hobusiness .lis1>ul>li {
    padding: 10px;
  }

  .u-hobusiness .lis1 .i>.ct {
    padding: 20px;
    padding-bottom: 30px;
  }

  .u-hobusiness .lis1 .i>.ct p.p1 {
    font-size: 18px !important;
  }

  .u-hobusiness .lis1 .i>.ct p.p2 {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
}

.u-hosolution>ul {
  margin: -8px;
}

.u-hosolution>ul>li {
  padding: 8px;
  transition: width 1200ms;
}

.u-hosolution>ul>li.on {
  width: 37.5%;
}

.u-hosolution>ul>li.on .i>.ct {
  padding-bottom: 20px;
}

.u-hosolution>ul>li.on .i>.ct p.p2 {
  display: block;
}

.u-hosolution .i {
  height: 400px;
  position: relative;
  color: #fff;
}

.u-hosolution .i>img {
  width: 100%;
  height: 100%;
}

.u-hosolution .i>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-bottom: 45px;
}

.u-hosolution .i>.ct p.p1 {
  padding-bottom: 18px;
  position: relative;
  font-size: 18px;
}

.u-hosolution .i>.ct p.p1::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-hosolution .i>.ct p.p2 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  display: none;
}

@media (max-width: 768px) {
  .u-hosolution .i {
    height: auto;
  }

  .u-hosolution .i>.ct p.p1 {
    font-size: 18px;
  }
}

.u-hogood {
  margin-bottom: -15px;
}

.u-hogood>ul {
  margin: -15px;
}

.u-hogood>ul>li {
  padding: 15px;
}

.u-hogood .i {
  padding: 35px;
  background: none no-repeat 0 0 #fff;
  background-size: cover;
}

.u-hogood .i * {
  transition: none;
}

.u-hogood .i:hover {
  background-image: url(../img/good-b1.png);
}

.u-hogood .i:hover>.ct>i.i1 {
  background-image: url(../img/hogood-i1-on.png);
}

.u-hogood .i:hover>.ct>i.i2 {
  background-image: url(../img/hogood-i2-on.png);
}

.u-hogood .i:hover>.ct>i.i3 {
  background-image: url(../img/hogood-i3-on.png);
}

.u-hogood .i:hover>.ct>i.i4 {
  background-image: url(../img/hogood-i4-on.png);
}

.u-hogood .i:hover>.ct>i.i5 {
  background-image: url(../img/hogood-i5-on.png);
}

.u-hogood .i:hover>.ct>i.i6 {
  background-image: url(../img/hogood-i6-on.png);
}

.u-hogood .i:hover>.ct p {
  color: #fff;
}

.u-hogood .i:hover>.ct p.p2 {
  color: #fff;
}

.u-hogood .i>.ct {
  position: relative;
  padding-left: 85px;
}

.u-hogood .i>.ct>i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: none no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.u-hogood .i>.ct>i.i1 {
  background-image: url(../img/hogood-i1.png);
}

.u-hogood .i>.ct>i.i2 {
  background-image: url(../img/hogood-i2.png);
}

.u-hogood .i>.ct>i.i3 {
  background-image: url(../img/hogood-i3.png);
}

.u-hogood .i>.ct>i.i4 {
  background-image: url(../img/hogood-i4.png);
}

.u-hogood .i>.ct>i.i5 {
  background-image: url(../img/hogood-i5.png);
}

.u-hogood .i>.ct>i.i6 {
  background-image: url(../img/hogood-i6.png);
}

.u-hogood .i>.ct p.p1 {
  font-size: 20px;
}

.u-hogood .i>.ct p.p2 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  color: #666666;
}

@media (max-width: 768px) {
  .u-hogood {
    margin-bottom: -10px;
  }

  .u-hogood>ul {
    margin: -10px;
  }

  .u-hogood>ul>li {
    padding: 10px;
  }

  .u-hogood .i {
    padding: 20px;
  }

  .u-hogood .i>.ct {
    padding-left: 65px;
  }

  .u-hogood .i>.ct>i {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .u-hogood .i>.ct p.p1 {
    font-size: 18px;
  }

  .u-hogood .i>.ct p.p2 {
    margin-top: 10px;
  }
}

.u-hobuild>ul {
  margin: -10px;
}

.u-hobuild>ul>li {
  padding: 10px;
}

.u-hobuild .i {
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
}

.u-hobuild .i::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.u-hobuild .i img {
  height: 100%;
}

.u-hobuild .i p {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .u-hobuild .i {
    height: 120px;
  }

  .u-hobuild .i p {
    font-size: 16px;
  }
}

.u-homind p {
  color: #fff;
}

.u-homind p.p1 {
  font-size: 42px;
}

.u-homind p.p2 {
  margin-top: 30px;
  font-size: 16px;
}

.u-homind p.p3 {
  margin-top: 45px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .u-homind p.p1 {
    font-size: 21px;
  }

  .u-homind p.p2 {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.4em;
  }

  .u-homind p.p3 {
    margin-top: 20px;
    font-size: 12px;
  }
}

.u-hocase {
  margin-bottom: -15px;
}

.u-hocase>ul {
  margin: -15px;
}

.u-hocase>ul>li {
  padding: 15px;
}

.u-hocase .i {
  border-radius: 5px;
  overflow: hidden;
}

.u-hocase .i>.hd {
  height: 245px;
}

.u-hocase .i>.hd img {
  height: 100%;
}

.u-hocase .i>.ct {
  background-color: #f6f6f6;
}

.u-hocase .i>.ct p {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .u-hocase {
    margin-bottom: -10px;
  }

  .u-hocase>ul {
    margin: -10px;
  }

  .u-hocase>ul>li {
    padding: 10px;
  }

  .u-hocase .i>.hd {
    height: 120px;
  }
}

.u-hoapply {
  color: #fff;
}

.u-hoapply p {
  text-align: center;
}

.u-hoapply p.p1 {
  font-size: 42px;
}

.u-hoapply p.p2 {
  margin-top: 25px;
  font-size: 16px;
}

.u-hoapply p.p3 {
  margin-top: 35px;
}

.u-hoapply p.p3 .u-btn1 {
  width: 210px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .u-hoapply p.p1 {
    font-size: 21px;
  }

  .u-hoapply p.p2 {
    margin-top: 15px;
    font-size: 14px;
  }

  .u-hoapply p.p3 {
    margin-top: 20px;
  }

  .u-hoapply p.p3 i {
    display: none;
  }

  .u-hoapply p.p3 .u-btn1 {
    margin-bottom: 10px;
  }
}

.u-honews>.l,
.u-honews>.r {
  width: 49%;
}

.u-honews .news {
  background-color: #fff;
}

.u-honews .news:hover>.ct p {
  color: #2b58f9;
}

.u-honews .news>.hd {
  height: 392px;
}

.u-honews .news>.hd img {
  height: 100%;
  width: 100%;
}

.u-honews .news>.ct {
  background-color: #fff;
  padding: 0 40px;
}

.u-honews .news>.ct p {
  line-height: 90px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-honews .lis1 {
  background-color: #fff;
  padding: 0 25px;
}

.u-honews .lis1>ul>li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 30px 0;
}

.u-honews .lis1>ul>li:last-child {
  border-bottom: none;
}

.u-honews .lis1 .i:hover>.ct p.p1 {
  color: #2b58f9;
}

.u-honews .lis1 .i>.hd {
  float: left;
  width: 85px;
  height: 60px;
  padding-right: 18px;
  border-right: 1px solid #dcdcdc;
}

.u-honews .lis1 .i>.hd p {
  text-align: center;
  color: #dcdcdc;
}

.u-honews .lis1 .i>.hd p.p1 {
  padding-top: 10px;
  font-size: 30px;
}

.u-honews .lis1 .i>.hd p.p2 {
  margin-top: 5px;
  font-size: 14px;
}

.u-honews .lis1 .i>.ct {
  margin-left: 110px;
}

.u-honews .lis1 .i>.ct p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-honews .lis1 .i>.ct p.p1 {
  padding-top: 6px;
  font-size: 20px;
}

.u-honews .lis1 .i>.ct p.p2 {
  margin-top: 12px;
  font-size: 15px;
  color: #999999;
}

@media (max-width: 768px) {
  .u-honews>.r {
    margin-top: 15px;
  }

  .u-honews .news>.hd {
    height: auto;
  }

  .u-honews .news>.ct {
    padding: 0 15px;
  }

  .u-honews .news>.ct p {
    line-height: 45px;
    font-size: 16px;
  }

  .u-honews .lis1 {
    padding: 0 15px;
  }

  .u-honews .lis1>ul>li {
    padding: 15px 0;
  }

  .u-honews .lis1 .i>.hd {
    width: 70px;
    padding-right: 10px;
  }

  .u-honews .lis1 .i>.ct {
    margin-left: 80px;
  }

  .u-honews .lis1 .i>.ct p.p1 {
    font-size: 18px;
  }

  .u-honews .lis1 .i>.ct p.p2 {
    font-size: 13px;
  }
}

.u-pagelink {
  padding: 50px 0;
}

.u-pagelink p {
  font-size: 16px;
}

.u-pagelink p a {
  display: inline-block;
}

.u-pagelink p a:last-child::after {
  display: none;
}

.u-pagelink p a:hover {
  color: #1d70f2;
}

.u-pagelink p a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/awpr.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .u-pagelink {
    padding: 25px 0;
    display: none;
  }

  .u-pagelink p {
    font-size: 14px;
    line-height: 1.5em;
  }

  .u-pagelink p a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url(../img/awpr.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
  }
}

.u-pagepath {
  position: relative;
  z-index: 1;
}

.u-pagepath p {
  line-height: 70px;
  font-size: 14px;
}

.u-pagepath p a {
  display: inline-block;
  color: #999;
}

.u-pagepath p a.ho::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ic-path.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.u-pagepath p a:last-child::after {
  display: none;
}

.u-pagepath p a:hover {
  color: #1d70f2;
}

.u-pagepath p a::after {
  content: ">";
  font-family: 宋体;
  margin: 0 8px;
  font-weight: bold;
  color: #999;
}

@media (max-width: 768px) {
  .u-pagepath .pr {
    position: relative;
  }

  .u-pagepath p {
    line-height: 40px;
  }
}

.u-prodhead {
  padding: 40px;
}

.u-prodhead>.l {
  width: 520px;
}

.u-prodhead>.r {
  float: none;
  margin-left: 630px;
}

.u-prodhead .view {
  border: 1px solid #d0d0d0;
}

.u-prodhead .view img {
  height: 518px;
  object-fit: contain;
}

.u-prodhead .txt1 p.p1 {
  font-size: 30px;
  color: #1d70f2;
  padding-top: 5px;
}

.u-prodhead .txt1 p.p2 {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.u-prodhead .txt1 p.p3 {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .u-prodhead {
    padding: 20px;
  }

  .u-prodhead>.r {
    margin-left: 0;
    margin-top: 15px;
  }

  .u-prodhead .view {
    border: 1px solid #d0d0d0;
  }

  .u-prodhead .view img {
    height: 274px;
  }

  .u-prodhead .txt1 p.p1 {
    font-size: 20px;
  }

  .u-prodhead .txt1 p.p2 {
    margin-top: 20px;
    font-size: 14px;
  }

  .u-prodhead .txt1 p.p3 {
    margin-top: 40px;
  }

}

.u-prodcont {}

.u-prodcont>.hd {
  border-bottom: 2px solid #1d70f2;
}

.u-prodcont>.hd p label {
  display: inline-block;
  width: 185px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  background-color: #1d70f2;
}

.u-prodcont>.ct {
  padding: 60px;
}


.u-prodcont .view img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.u-prodcont .view p {
  line-height: 1.5em;
}

.u-prodcont .lis1 {
  margin-bottom: -10px;
}

.u-prodcont .lis1.lt>ul {
  margin: -3px;
}

.u-prodcont .lis1.lt>ul>li {
  padding: 3px;
}

.u-prodcont .lis1>ul {
  margin: -10px;
}

.u-prodcont .lis1>ul>li {
  padding: 10px;
}

.u-prodcont .lis1 .i {
  border: 1px solid #d0d0d0;
}

.u-prodcont .lis1 .i:hover>p {
  color: #1d70f2;
}

.u-prodcont .lis1 .i p {
  margin-top: 20px;
  padding: 0 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.u-prodcont .lis1 .p {
  display: block;
  background-color: #fff;
}

.u-prodcont .lis1 .i>.hd img,
.u-prodcont .lis1 .p>.hd img {
  height: 310px;
  object-fit: contain;
}

.u-prodcont .lis1 .i>.hd img.auto,
.u-prodcont .lis1 .p>.hd img.auto {
  height: auto !important;
}

.u-prodcont .lis1 .p:hover>.ct {
  background-color: #f8faff;
}

.u-prodcont .lis1 .p:hover>.ct p {
  color: #1d70f2;
}

.u-prodcont .lis1 .p:hover>.ct p.aw {
  background-image: url(../img/prodaw-on.png);
}

.u-prodcont .lis1 .p>.ct {
  border-top: 1px solid #eaeaea;
  padding: 30px 20px;
}

.u-prodcont .lis1 .p>.ct p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-prodcont .lis1 .p>.ct p.aw {
  background: url(../img/prodaw.png) no-repeat 100% 50%;
  background-size: 28px;
  padding-right: 35px;
}

.u-prodcont .lis1 .p>.ct p.p1 {
  font-size: 14px;
  height: 14px;
  margin-bottom: 12px;
}

.u-prodcont .lis1 .p>.ct p.p2 {
  line-height: 28px;
  font-size: 22px;
}

.u-prodcont .lis1 .p>.ct p.p3 {
  margin-top: 20px;
  line-height: 28px;
  color: #999;
  font-size: 12px;
}

@media (max-width: 768px) {
  .u-prodcont {}

  .u-prodcont>.hd {
    border-bottom: 2px solid #1d70f2;
  }

  .u-prodcont>.hd p label {
    width: 100px;
    line-height: 40px;
    font-size: 16px;
  }

  .u-prodcont>.ct {
    padding: 20px;
  }

  .u-prodcont .lis1 .i p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
  }

  .u-prodcont .lis1 .i>.hd img,
  .u-prodcont .lis1 .p>.hd img {
    height: 140px !important;
  }

  .u-prodcont .lis1 .p>.ct {
    padding: 15px 10px;
  }

  .u-prodcont .lis1 .p>.ct p.p1 {
    font-size: 12px;
  }

  .u-prodcont .lis1 .p>.ct p.p2 {
    font-size: 14px;
  }

  .u-prodcont .lis1 .p>.ct p.p3 {
    margin-top: 20px;
  }
}

.u-prodlink {
  margin-bottom: -20px;
}

.u-prodlink>ul {
  margin: -20px;
}

.u-prodlink>ul>li {
  padding: 20px;
}

.u-prodlink .i {
  background: url(../img/prod-lb.png);
  background-size: cover;
  padding: 30px;
  border-radius: 12px;
  height: 325px;
}

.u-prodlink .i .txt1 p.p1 {
  padding-top: 20px;
  font-size: 16px;
  color: #666;
}

.u-prodlink .i .txt1 p.p2 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .u-prodlink .i {
    padding: 20px;
  }

  .u-prodlink .i>.r {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .u-prodlink .i .txt1 p.p1 {
    padding-top: 0;
    font-size: 14px;
  }

  .u-prodlink .i .txt1 p.p2 {
    font-size: 20px;
  }

  .u-prodlink .i .view {
    text-align: right;
  }

  .u-prodlink .i .view img {
    zoom: 0.7;
  }
}

.u-functabs {
  margin-bottom: -10px;
}

.u-functabs>ul {
  margin: -10px -40px;
}

.u-functabs>ul>li {
  padding: 10px 40px;
}

.u-functabs .i {
  display: block;
  border: 1px solid #666666;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  color: #666;
  font-size: 18px;
}

.u-functabs .i:hover,
.u-functabs .i.on,
.u-functabs .i.active {
  border-color: #1d70f2;
  color: #1d70f2;
}

@media (max-width: 768px) {
  .u-functabs>ul {
    margin: -5px;
  }

  .u-functabs>ul>li {
    padding: 5px;
    width: 50% !important;
  }

  .u-functabs .i {
    line-height: 40px;
    font-size: 16px;
  }
}

.u-function {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 90px 20px 90px 20px;
}

.u-function>.l {
  width: 44%;
}

.u-function>.r {
  width: 54%;
}

.u-function .txt1 p.p1 {
  padding-top: 30px;
  font-size: 24px;
}

.u-function .txt1 p.p2 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.u-function .txt1 p.p3 {
  font-size: 16px;
}

.u-function .view {
  width: 670px;
  height: 390px;
  padding-right: 45px;
  padding-bottom: 40px;
  position: relative;
}

.u-function .view::before {
  content: "";
  width: 350px;
  height: 350px;
  border: 2px solid #1d70f2;
  border-bottom-right-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.u-function .view img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .u-function {
    padding: 30px 20px;
    border-radius: 45px 10px 45px 10px;
  }

  .u-function>.r {
    margin-top: 40px;
  }

  .u-function .txt1 p.p1 {
    padding-top: 10px;
    font-size: 20px;
  }

  .u-function .txt1 p.p2 {
    font-size: 14px;
  }

  .u-function .txt1 p.p3 {
    font-size: 14px;
  }

  .u-function .view {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .u-function .view::before {
    width: 80%;
    height: 80%;
    border-bottom-right-radius: 50px;
  }
}

.u-tab1>ul>li {
  padding: 0 20px;
  position: relative;
}

.u-tab1>ul>li:last-child {
  padding-right: 0;
}

.u-tab1>ul>li:last-child::after {
  display: none;
}

.u-tab1>ul>li::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #b2b2b2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.u-tab1 .i {
  display: block;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
}

.u-tab1 .i:hover,
.u-tab1 .i.on {
  color: #1d70f2;
}

.u-tab1 .i:hover,
.u-tab1 .i.on {
  border-bottom-color: #1d70f2;
}

@media (max-width: 768px) {
  .u-tab1 {
    border-top: 1px solid #eeeeee;
    margin: 0 -15px;
  }

  .u-tab1.pd {
    padding: 0 25px;
  }

  .u-tab1 .u-awbt {
    zoom: .6;
  }

  .u-tab1 .u-awbt.l {
    left: -10px;
  }

  .u-tab1 .u-awbt.r {
    right: -10px;
  }

  .u-tab1>ul {
    white-space: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
  }

  .u-tab1>ul::-webkit-scrollbar {
    height: 0;
  }

  .u-tab1>ul>li {
    float: none;
    display: inline-block;
  }

  .u-tab1>ul>li:last-child {
    padding-right: 20px;
  }

  .u-tab1 .i {
    height: 40px;
    line-height: 40px;
  }
}

.u-history .cont {
  height: 280px;
}

.u-history .cont .swiper-slide-active {
  z-index: 2;
}

.u-history .cont .swiper-slide-active .i {
  background-color: #1d70f2;
  padding-top: 70px;
  height: 280px;
  top: 0;
  margin: 0 -10px;
}

.u-history .cont .swiper-slide-active .i p.p1 {
  color: #fff;
}

.u-history .cont .swiper-slide-active .i p.p2 {
  color: #fff;
}

.u-history .cont .i {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 40px;
  padding-top: 40px;
  height: 180px;
  position: relative;
  top: 50px;
  transition: all 600ms;
}

.u-history .cont .i p.p1 {
  font-size: 48px;
  color: #1d70f2;
}

.u-history .cont .i p.p2 {
  margin-top: 15px;
  line-height: 1.4em;
  font-size: 16px;
  color: #666;
}

.u-history .foot {
  padding: 0 100px;
  position: relative;
}

.u-history .foot .u-awbt {
  top: 18%;
}

.u-history .foot .lis1::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}

.u-history .foot .lis1 .swiper-slide-active .i {
  border-color: #1d70f2;
}

.u-history .foot .lis1 .swiper-slide-active .i p.p1 i {
  border-color: #1d70f2;
}

.u-history .foot .lis1 .swiper-slide-active .i p.p1 i::before {
  background-color: #1d70f2;
}

.u-history .foot .lis1 .swiper-slide-active .i p.p2 {
  color: #1d70f2;
}

.u-history .foot .lis1 .i:hover p.p2 {
  color: #1d70f2;
}

.u-history .foot .lis1 .i p {
  text-align: center;
}

.u-history .foot .lis1 .i p.p1 {
  position: relative;
}

.u-history .foot .lis1 .i p.p1 i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
}

.u-history .foot .lis1 .i p.p1 i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: none no-repeat center;
  background-size: contain;
  vertical-align: middle;
  background-color: #666666;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.u-history .foot .lis1 .i p.p2 {
  margin-top: 25px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .u-history .cont {
    height: 160px;
  }

  .u-history .cont .swiper-slide-active .i {
    padding-top: 40px;
    height: 160px;
    margin: 0;
  }

  .u-history .cont .i {
    padding: 0 30px;
    padding-top: 20px;
    height: 120px;
    top: 20px;
  }

  .u-history .cont .i p.p1 {
    font-size: 30px;
  }

  .u-history .cont .i p.p2 {
    font-size: 12px;
  }

  .u-history .foot {
    padding: 0 50px;
  }

  .u-history .foot .u-awbt {
    top: 18%;
  }
}

.u-awbt {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 44px;
}

.u-awbt.on,
.u-awbt:hover {
  background-color: #1d70f2;
}

.u-awbt.on::before,
.u-awbt:hover::before {
  color: #fff;
}

.u-awbt.on:hover {
  opacity: 0.8;
}

.u-awbt.l {
  left: 0;
}

.u-awbt.l::before {
  content: "<";
}

.u-awbt.r {
  right: 0;
}

.u-awbt.r::before {
  content: ">";
}

.u-awbt::before {
  font-family: 宋体;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}

@media (max-width: 768px) {
  .u-awbt {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .u-awbt::before {
    font-size: 18px;
  }
}

.u-culture>ul {
  margin: -24px;
}

.u-culture>ul>li {
  padding: 24px;
}

.u-culture .i:hover::before {
  background-color: #1d70f2;
}

.u-culture .i:hover>.ct p.p3 {
  height: 72px;
}

.u-culture .i::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(29, 112, 242, 0.4);
}

.u-culture .i>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  width: 80%;
}

.u-culture .i>.ct p {
  text-align: center;
}

.u-culture .i>.ct p.p1 img {
  height: 68px;
}

.u-culture .i>.ct p.p2 {
  font-size: 24px;
}

.u-culture .i>.ct p.p3 {
  font-size: 14px;
  line-height: 24px;
  /* display: -webkit-box; */
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0;
  transition: height 600ms;
}

@media (max-width: 768px) {
  .u-culture>ul {
    margin: -10px;
  }

  .u-culture>ul>li {
    padding: 10px;
  }

  .u-culture .i>.ct {
    zoom: 0.6;
  }
}

.u-awards {
  position: relative;
  padding: 0 60px;
  margin: 0 -60px;
}

.u-awards .i>.hd {
  background-color: #f5f5f5;
  padding: 20px;
}

.u-awards .i>.hd .view {
  height: 240px;
}

.u-awards .i>.hd .view img {
  height: 100%;
  object-fit: contain;
}

.u-awards .i>p {
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

@media (max-width: 768px) {
  .u-awards {
    margin: 0;
  }
}

.u-solulist .i>.l {
  width: 50%;
}

.u-solulist .i>.r {
  width: 44%;
}

.u-solulist .i .view {
  border-radius: 12px;
}

.u-solulist .i .txt1 p.p1 {
  padding-top: 40px;
  font-size: 28px;
}

.u-solulist .i .txt1 p.p2 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.u-solulist .i .txt1 p.p3 {
  margin: -10px;
}

.u-solulist .i .txt1 p.p3 img {
  width: 138px;
  height: 78px;
  float: left;
  padding: 10px;
}

@media (max-width: 768px) {
  .u-solulist .i .txt1 p.p1 {
    padding-top: 20px;
    font-size: 20px;
  }

  .u-solulist .i .txt1 p.p2 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

.u-contact>.l,
.u-contact>.r {
  width: 50%;
}

.u-contact>.r {
  border-left: 1px solid #cdcdcd;
  padding-left: 100px;
}

.u-contact .txt1 p {
  margin-bottom: 45px;
  font-size: 16px;
}

.u-contact .txt1 p:last-child {
  margin-bottom: 0;
}

.u-contact .txt1 p.gt {
  color: #1d70f2;
  font-size: 34px;
}

.u-contact .txt1 p.gt img {
  top: -2px;
}

.u-contact .txt1 p img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 15px;
}

.u-contact .qbox {
  display: inline-block;
}

.u-contact .qbox p {
  text-align: center;
}

.u-contact .qbox p.p1 img {
  width: 150px;
  height: 150px;
  border: 1px solid #cdcdcd;
  padding: 18px;
  background-color: #fff;
}

.u-contact .qbox p.p2 {
  margin-top: 18px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .u-contact>.r {
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .u-contact .txt1 p {
    margin-bottom: 20px;
  }

  .u-contact .txt1 p.gt img {
    display: inline-block;
  }

  .u-contact .txt1 p img {
    display: none;
  }

  .u-contact .qbox p.p1 img {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
}

.u-maps>.l,
.u-maps>.r {
  width: 50%;
}

.u-maps .tabs {
  margin-right: 80px;
  margin-bottom: -12px;
}

.u-maps .tabs>ul {
  margin: -12px -15px;
}

.u-maps .tabs>ul>li {
  padding: 12px 15px;
}

.u-maps .tabs .i {
  display: block;
  border: 1px solid #dddddd;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}

.u-maps .tabs .i:hover,
.u-maps .tabs .i.on {
  border-color: #004bc8;
  background-color: #004bc8;
  color: #fff !important;
}

.u-maps .txt1 div {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: none;
}

.u-maps .txt1 div p {
  line-height: 36px;
}

.u-maps .txt1 div.on {
  display: block;
}

.u-maps .maps {
  width: 760px;
  height: 610px;
  background: url(../img/map.png);
  background-size: 100% 100%;
  position: relative;
}

.u-maps .maps>.bg {
  width: 100%;
  height: 100%;
}

.u-maps .maps>.bg img {
  width: 100%;
  height: 100%;
  display: none;
}

.u-maps .maps>.bg img.on {
  display: block;
}

.u-maps .maps>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.u-maps .maps>.ct .i {
  position: absolute;
}

.u-maps .maps>.ct .i:first-child {
  left: 171px;
  top: 191px;
}

.u-maps .maps>.ct .i:nth-child(2) {
  left: 275px;
  top: 390px;
}

.u-maps .maps>.ct .i:nth-child(3) {
  left: 400px;
  top: 483px;
}

.u-maps .maps>.ct .i:nth-child(4) {
  left: 418px;
  top: 356px;
}

.u-maps .maps>.ct .i:nth-child(5) {
  left: 492px;
  top: 395px;
}

.u-maps .maps>.ct .i:nth-child(6) {
  left: 444px;
  top: 200px;
}

.u-maps .maps>.ct .i:nth-child(7) {
  left: 565px;
  top: 125px;
}

.u-maps .maps>.ct .i:nth-child(8) {
  left: 520px;
  top: 456px;
}

.u-maps .maps>.ct .i:nth-child(9) {
  left: 544px;
  top: 474px;
}

.u-maps .maps>.ct .i.on p.p1 {
  color: #fff;
}

.u-maps .maps>.ct .i.on p.p2::before {
  background-image: url(../img/ic-loca.png);
}

.u-maps .maps>.ct .i p {
  text-align: center;
}

.u-maps .maps>.ct .i p.p1 {
  font-size: 16px;
}

.u-maps .maps>.ct .i p.p2 {
  margin-top: 2px;
}

.u-maps .maps>.ct .i p.p2::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(../img/ic-loca-on.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .u-maps .tabs {
    margin-right: 0;
    margin-bottom: -10px;
  }

  .u-maps .tabs>ul {
    margin: -10px;
  }

  .u-maps .tabs>ul>li {
    padding: 10px;
  }
}

.u-form1 {
  margin-bottom: -10px;
}

.u-form1.wt .p>label {
  left: 30px;
  line-height: 60px;
  color: #333;
}

.u-form1.wt .p>.ct .tt {
  width: 100%;
  background-color: #fff;
}

.u-form1.wt .p>.ct select.tt,
.u-form1.wt .p>.ct input.tt {
  height: 60px;
}

.u-form1.wt .p>.ct textarea.tt {
  resize: none;
  padding: 20px 30px;
}

.u-form1>ul {
  margin: -10px;
}

.u-form1>ul>li {
  padding: 10px;
}

.u-form1 .p {
  position: relative;
}

.u-form1 .p>label {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  left: 20px;
  line-height: 55px;
  font-size: 16px;
}

.u-form1 .p>.ct .ex-o {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
}

.u-form1 .p>.ct .tt {
  width: 100%;
  background-color: #f0f0f0;
  font-size: 16px;
}

.u-form1 .p>.ct .tt::-webkit-input-placeholder {
  color: #333;
}

.u-form1 .p>.ct select.tt,
.u-form1 .p>.ct input.tt {
  height: 55px;
}

.u-form1 .p>.ct select.tt {
  padding: 0 25px;
}

.u-form1 .p>.ct textarea.tt {
  resize: none;
  padding: 15px 20px;
}

.u-form1 .code {
  line-height: 55px;
}

@media (max-width: 768px) {
  .u-form1>ul>li {
    width: 100% !important;
  }

  .u-form1.wt .p>label {
    left: 20px;
  }

  .u-form1.wt .p>.ct select.tt {
    padding: 0 16px;
  }

  .u-form1.wt .p>.ct textarea.tt {
    padding: 20px 20px;
  }
}

.u-message .u-btn3.b1 {
  width: 275px;
  line-height: 55px;
  background-color: #004bc8;
}

@media (max-width: 768px) {
  .u-message .u-btn3 {
    width: 100% !important;
  }
}

.u-newslrct>.l {
  width: calc(100% - 300px);
}

.u-newslrct>.r {
  width: 270px;
}

@media (max-width: 768px) {
  .u-newslrct>.r {
    margin-top: 30px;
  }
}

.u-newspart {
  background-color: #fff;
  border-radius: 10px;
}

.u-newspart.lt>.hd {
  padding: 20px;
}

.u-newspart.lt>.ct {
  padding: 20px;
}

.u-newspart>.hd {
  padding: 40px;
}

.u-newspart>.hd p {
  color: #666;
  font-size: 20px;
}

.u-newspart>.ct {
  padding: 40px;
}

@media (max-width: 768px) {
  .u-newspart.lt>.hd {
    padding: 15px;
  }

  .u-newspart.lt>.ct {
    padding: 15px;
  }

  .u-newspart>.hd {
    padding: 15px;
  }

  .u-newspart>.hd p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .u-newspart>.ct {
    padding: 15px;
  }
}

.u-newslist>ul>li {
  padding: 30px 0;
}

.u-newslist>ul>li:first-child {
  padding-top: 0;
}

.u-newslist .i>.hd {
  width: 260px;
  float: left;
  border-radius: 8px;
  height: 155px;
}

.u-newslist .i>.hd img {
  height: 100%;
}

.u-newslist .i>.ct {
  margin-left: 300px;
}

.u-newslist .i>.ct p.p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}

.u-newslist .i>.ct p.p2 {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.u-newslist .i>.ct p.p3 .time {
  display: inline-block;
  color: #888;
  font-size: 14px;
}

.u-newslist .i>.ct p.p3 .time img {
  margin-right: 8px;
  top: -2px;
}

@media (max-width: 768px) {
  .u-newslist>ul>li {
    padding: 15px 0;
  }

  .u-newslist .i>.hd {
    width: 100%;
    float: none;
    height: auto;
  }

  .u-newslist .i>.hd img {
    height: 100%;
  }

  .u-newslist .i>.ct {
    margin-left: 0;
    margin-top: 10px;
  }

  .u-newslist .ht15 {
    height: 15px !important;
  }
}

.u-paging {
  margin-top: 50px;
}

.u-paging p a {
  display: inline-block;
  line-height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0 16px;
  margin: 0 3px;
  font-size: 16px;
}

.u-paging p a[href]:hover,
.u-paging p a[href].on {
  border-color: #0269ea;
  background-color: #0269ea;
  color: #fff;
}

@media (max-width: 768px) {
  .u-paging p {
    text-align: center;
  }

  .u-paging p a {
    display: none;
  }

  .u-paging p a:nth-child(2),
  .u-paging p a.on,
  .u-paging p a:nth-last-child(2) {
    display: inline-block;
  }
}

.u-sidenews>ul>li {
  margin-bottom: 15px;
}

.u-sidenews>ul>li:last-child {
  margin-bottom: 0;
}

.u-sidenews .i>.hd {
  height: 155px;
}

.u-sidenews .i>.hd img {
  height: 100%;
}

.u-sidenews .i>p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.u-article>.hd {
  padding-bottom: 35px;
}

.u-article>.hd p.p1 {
  font-size: 32px;
}

.u-article>.hd p.p2 {
  font-size: 14px;
  color: #666;
}

.u-article>.ct {
  margin-top: 30px;
  padding-bottom: 40px;
}

.u-article>.ct p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.u-article>.ct img {
  max-width: 100%;
  display: block;
  margin: 2em auto;
}

.u-article>.ft {
  margin-top: 40px;
  position: relative;
}

.u-article>.ft .aw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.u-article>.ft .aw.l {
  left: 0;
}

.u-article>.ft .aw.r {
  right: 0;
}

.u-article>.ft p {
  text-align: center;
}

.u-article>.ft p .u-btn3 {
  width: 125px;
  line-height: 40px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .u-article>.hd {
    padding-bottom: 35px;
  }

  .u-article>.hd p.p1 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .u-article>.hd p.p2 {
    font-size: 12px;
  }

  .u-article>.ft .aw span.pc-hide {
    display: inline-block !important;
  }
}

.u-mindsrve.lt .u-iconinfo p.p2 {
  font-size: 18px;
}

.u-mindsrve.lt .u-iconinfo p.p3 {
  font-size: 14px;
}

.u-mindsrve>ul {
  margin: -15px;
}

.u-mindsrve>ul>li {
  padding: 15px;
}

.u-mindsrve .i {
  padding: 40px 20px;
}

@media (max-width: 768px) {
  .u-mindsrve.s6>ul {
    margin: -10px;
  }

  .u-mindsrve.s6>ul>li {
    padding: 10px;
    width: 50% !important;
  }

  .u-mindsrve.s6 .u-iconinfo {
    zoom: 0.6;
  }
}

.u-iconinfo p {
  text-align: center;
}

.u-iconinfo p.p1 img {
  width: auto;
}

.u-iconinfo p.p2 {
  font-size: 20px;
}

.u-iconinfo p.p2 .em {
  color: #1d70f2;
}

.u-iconinfo p.p3 {
  font-size: 14px;
  line-height: 28px;
  color: #777777;
}

.u-iconinfo p.p3.al {
  text-align: left;
}

.u-iconinfo p.p3.em-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
}

.u-iconinfo p.p3.em-4 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
}

.u-iconinfo p.p3.em-5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 140px;
}

@media (max-width: 768px) {
  .u-iconinfo p.p1 img {
    zoom: 0.8;
  }

  .u-iconinfo p.p2 {
    font-size: 18px;
  }

  .u-iconinfo p.p3 {
    font-size: 14px;
  }
}

.u-fourinfo {
  width: 1040px;
  margin: 0 auto;
  margin-top: -150px;
  margin-bottom: -70px;
  position: relative;
}

.u-fourinfo>.bg {
  text-align: center;
}

.u-fourinfo>.bg img {
  width: 100%;
}

.u-fourinfo>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.u-fourinfo>.ct .i {
  position: absolute;
  border: 1px solid #d0e1ff;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 45px;
  width: 450px;
}

.u-fourinfo>.ct .i:nth-child(1) {
  top: 260px;
  left: -90px;
}

.u-fourinfo>.ct .i:nth-child(2) {
  bottom: 130px;
  left: -90px;
}

.u-fourinfo>.ct .i:nth-child(3) {
  top: 260px;
  right: -90px;
}

.u-fourinfo>.ct .i:nth-child(4) {
  bottom: 130px;
  right: -90px;
}

.u-fourinfo>.ct .i.ex>b {
  float: left;
  margin-left: 0;
  margin-right: 25px;
}

.u-fourinfo>.ct .i.ex P {
  text-align: left;
}

.u-fourinfo>.ct .i.gt {
  padding: 20px 20px;
}

.u-fourinfo>.ct .i.gt>b {
  width: 80px;
  line-height: 80px;
  font-size: 34px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.u-fourinfo>.ct .i .c1 {
  color: #1d70f2;
}

.u-fourinfo>.ct .i .c2 {
  color: #666;
}

.u-fourinfo>.ct .i>b {
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: -webkit-linear-gradient(top, #5bb1f2, #3c78e8);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  float: right;
  margin-left: 25px;
}

.u-fourinfo>.ct .i p {
  text-align: right;
}

.u-fourinfo>.ct .i p.p1 {
  font-size: 20px;
}

.u-fourinfo>.ct .i p.p2 {
  font-size: 24px;
}

.u-fourinfo>.ct .i p.p3 {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .u-fourinfo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-fourinfo>.bg {
    display: none;
  }

  .u-fourinfo>.ct {
    position: relative;
  }

  .u-fourinfo>.ct .i {
    position: relative;
    padding: 15px;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 15px;
  }

  .u-fourinfo>.ct .i.gt {
    padding: 15px;
  }

  .u-fourinfo>.ct .i.gt>b {
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-right: 15px;
  }

  .u-fourinfo>.ct .i.gt .ht40 {
    height: 30px;
  }

  .u-fourinfo>.ct .i:last-child {
    margin-bottom: 0;
  }

  .u-fourinfo>.ct .i>b {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }

  .u-fourinfo>.ct .i p {
    text-align: left;
  }

  .u-fourinfo>.ct .i p.p2 {
    font-size: 18px;
  }

  .u-fourinfo>.ct .i p.p3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.u-mindwhos .head {
  position: relative;
  padding: 50px 70px 80px 40px;
  background-color: #fff;
  margin-top: 115px;
}

.u-mindwhos .head>.hd {
  position: absolute;
  left: 40px;
}

.u-mindwhos .head>.hd img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

.u-mindwhos .head>.ct {
  margin-left: 360px;
  padding-left: 115px;
  background: url(../img/ic-cmit.png) no-repeat 0 0;
}

.u-mindwhos .txt1 p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.u-mindwhos .txt1 p.p1 b {
  font-size: 25px;
  color: #333;
  margin-right: 5px;
}

.u-mindwhos .txt1 p.p2 {
  line-height: 26px;
}

.u-mindwhos .cont>ul {
  overflow: auto;
  white-space: nowrap;
}

.u-mindwhos .cont>ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.u-mindwhos .cont>ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

.u-mindwhos .cont>ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.u-mindwhos .cont>ul>li {
  float: none;
  display: inline-block;
  margin-right: 27px;
}

.u-mindwhos .cont>ul>li:last-child {
  margin-right: 0;
}

.u-mindwhos .cont img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .u-mindwhos {
    padding-top: 0;
  }

  .u-mindwhos .head {
    padding: 30px;
    margin-top: 50px;
  }

  .u-mindwhos .head>.hd {
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
    margin-top: -80px;
  }

  .u-mindwhos .head>.hd img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
  }

  .u-mindwhos .head>.ct {
    margin-left: 0;
    padding-left: 55px;
    background-size: 29px;
    margin-top: 25px;
  }

  .u-mindwhos .head>.ct .ht15 {
    height: 15px;
  }

  .u-mindwhos .txt1 p {
    font-size: 14px;
  }

  .u-mindwhos .txt1 p.p1 b {
    font-size: 20px;
  }

  .u-mindwhos .txt1 p.p2 {
    line-height: 26px;
  }

  .u-mindwhos .cont>ul>li {
    margin-right: 10px;
  }

  .u-mindwhos .cont img {
    width: 90px;
    height: 90px;
  }
}

.u-cloudsrve {
  padding: 0 70px;
  position: relative;
  margin: 0 -70px;
}

.u-cloudsrve .lis1 .i {
  background-color: #f5f7fe;
  border-radius: 20px;
  padding: 30px 25px;
}

.u-cloudsrve .lis1 .i .ls {
  height: 210px;
  overflow: hidden;
}

.u-cloudsrve .lis1 .i .ls p {
  font-size: 15px;
  line-height: 30px;
  color: #666;
}

.u-cloudsrve .lis1 .i.c1 p.p2 i {
  background-color: #2c9cd8;
}

.u-cloudsrve .lis1 .i.c2 p.p2 i {
  background-color: #ec6841;
}

.u-cloudsrve .lis1 .i.c3 p.p2 i {
  background-color: #a2cd66;
}

.u-cloudsrve .lis1 .i.c4 p.p2 i {
  background-color: #8857a0;
}

.u-cloudsrve .lis1 .i p.p1 {
  font-size: 28px;
  text-align: center;
}

.u-cloudsrve .lis1 .i p.p2 {
  font-size: 15px;
  line-height: 30px;
  color: #666;
}

.u-cloudsrve .lis1 .i p.p2 i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.u-cloudsrve .lis1 .i p.p3 {
  margin: 20px 0;
}

.u-cloudsrve .lis1 .i p.p3 img {
  width: 100%;
  height: 172px;
}

.u-cloudsrve .lis1 .i p.p4 {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .u-cloudsrve {
    padding: 0;
    margin: 0;
  }

  .u-cloudsrve .lis1 .i p.p1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.u-cloudfunc {
  border: 1px solid #e9ebec;
  border-radius: 6px;
}

.u-cloudfunc>ul>li {
  border-right: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec;
}

.u-cloudfunc>ul>li:nth-child(6n) {
  border-right: none;
}

.u-cloudfunc>ul>li:nth-child(n+7) {
  border-bottom: none;
}

.u-cloudfunc .i {
  padding: 35px 0;
}

.u-cloudfunc .i p {
  text-align: center;
}

.u-cloudfunc .i p.p2 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .u-cloudfunc>ul>li {
    width: 50% !important;
  }

  .u-cloudfunc>ul>li:nth-child(2n) {
    border-right: none;
  }

  .u-cloudfunc>ul>li:nth-child(n+10) {
    border-bottom: none;
  }
}

.u-cloudstep.gt>ul>li {
  width: 19%;
}

.u-cloudstep.gt>ul>li:nth-child(even) {
  width: 8%;
}

.u-cloudstep>ul>li {
  width: 9.09%;
}

.u-cloudstep .i p {
  text-align: center;
}

.u-cloudstep .i p.p1 {
  line-height: 100px;
}

.u-cloudstep .i p.p2 {
  font-size: 20px;
}

.u-cloudstep .i p.p2 .em {
  color: #004bc8;
}

.u-cloudstep .i p.p3 {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}

@media (max-width: 768px) {
  .u-cloudstep {
    margin-bottom: -20px;
  }

  .u-cloudstep.gt>ul>li {
    width: 50%;
    padding: 0 10px;
  }

  .u-cloudstep.gt>ul>li:nth-child(even) {
    display: none;
  }

  .u-cloudstep.gt .i {
    height: 200px;
  }

  .u-cloudstep.gt .i p.p1 {
    line-height: 60px;
  }

  .u-cloudstep.gt .i p.p1 img {
    zoom: 0.7;
  }

  .u-cloudstep.gt .i p.p2 {
    font-size: 16px;
  }

  .u-cloudstep.gt .i p.p3 {
    font-size: 14px;
  }

  .u-cloudstep>ul>li {
    width: 16.66%;
    margin-bottom: 20px;
  }

  .u-cloudstep .i {
    height: 138px;
    zoom: 0.8;
  }

  .u-cloudstep .i p {
    text-align: center;
  }

  .u-cloudstep .i p.p1 {
    line-height: 80px;
  }

  .u-cloudstep .i p.p1 img {
    zoom: 0.8;
  }

  .u-cloudstep .i p.p2 {
    font-size: 18px;
    line-height: 1.4em;
  }
}

.u-cloudfill {
  width: 1320px;
  height: 508px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f6fafe, hsla(0deg, 0%, 100%, 0));
  box-shadow: 0 10px 30px 0 rgba(24, 66, 100, 0.04);
  border-radius: 100px 20px 20px 20px;
  position: relative;
  top: 32px;
}

.u-cloudfill>.ct {
  position: absolute;
  top: -32px;
  left: 60px;
  width: 1200px;
  height: 540px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(14, 96, 162, 0.04);
  border-radius: 100px 20px 20px 20px;
  z-index: 9;
  padding: 69px;
}

.u-cloudfill .fill>.l {
  text-align: center;
}

.u-cloudfill .fill .view {
  display: inline-block;
  position: relative;
  margin-left: 70px;
}

.u-cloudfill .fill .view .i {
  position: absolute;
}

.u-cloudfill .fill .view .i p {
  white-space: nowrap;
}

.u-cloudfill .fill .view .i p.p1 {
  font-size: 28px;
}

.u-cloudfill .fill .view .i p.p1 small {
  font-size: 20px;
  margin-left: 5px;
}

.u-cloudfill .fill .view .i p.p2 {
  margin-top: 5px;
  color: #666;
}

.u-cloudfill .fill .form {
  width: 420px;
  margin: 0 auto;
}

.u-cloudfill .fill .form .p {
  margin-bottom: 20px;
  position: relative;
}

.u-cloudfill .fill .form .p:last-child {
  margin-bottom: 0;
}

.u-cloudfill .fill .form .p .tt {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d6d9;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 138, 255, 0.1);
  color: #2a2a2a;
  background-color: #fff;
  padding-left: 24px;
}

.u-cloudfill .fill .form .p .tt.aw {
  background: url(../img/awd1.png) no-repeat 96% 50%;
}

.u-cloudfill .fill .form .p .tt::-webkit-input-placeholder {
  color: #bfbfbf;
}

.u-cloudfill .fill .form .p select {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.u-cloudfill .fill .form .tip1 {
  color: #999;
}

.u-cloudfill .fill .form .u-btn3 {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .u-cloudfill {
    width: 100%;
    height: auto;
    top: 0;
  }

  .u-cloudfill>.ct {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .u-cloudfill .fill>.r {
    margin-top: 20px;
  }

  .u-cloudfill .fill .view {
    zoom: 0.6;
  }

  .u-cloudfill .fill .form {
    width: 100%;
  }
}

.u-joinhead .txt1 p {
  text-align: center;
  margin: 0 auto;
}

.u-joinhead .txt1 p.p1 {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  width: 70%;
}

.u-joinhead .txt1 p.p3 {
  font-size: 36px;
  font-weight: bold;
}

.u-joinhead .txt1 p b {
  color: #004bc8;
}

.u-joinhead .lis1>ul {
  margin: -10px;
}

.u-joinhead .lis1>ul>li {
  padding: 10px;
}

.u-joinhead .lis1 .i {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .u-joinhead .txt1 p.p1 {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .u-joinhead .txt1 p.p3 {
    font-size: 22px;
    line-height: 1.4em;
  }

  .u-joinhead .lis1>ul {
    margin: -15px;
  }

  .u-joinhead .lis1>ul>li {
    padding: 15px;
  }

  .u-joinhead .lis1 .i {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 50px 30px;
  }
}

.u-joininfo {
  color: #fff;
}

.u-joininfo>.l {
  width: 52%;
}

.u-joininfo>.r {
  width: 48%;
}

.u-joininfo .txt1 p.p1 {
  font-size: 22px;
  margin-bottom: 20px;
}

.u-joininfo .txt1 p.p2 {
  margin-top: 25px;
  font-size: 18px;
}

.u-joininfo .txt1 p.p2::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/cbox1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 14px;
}

.u-joininfo .view {
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .u-joininfo>.r {
    margin-top: 20px;
  }

  .u-joininfo .txt1 p.p1 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .u-joininfo .txt1 p.p2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .u-joininfo .txt1 p.p2::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
  }

  .u-joininfo .view {
    border-radius: 4px;
    overflow: hidden;
  }
}

.u-tags label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.u-tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;

  &:nth-child(n+1) {
    background-color: #faebff;
  }

  &:nth-child(2n+2) {
    background-color: #fee9ee;
  }

  &:nth-child(3n+3) {
    background-color: #edf5e8;
  }

  &:nth-child(4n+4) {
    background-color: #fff1e8;
  }

  &:nth-child(5n+5) {
    background-color: #ecf6ff;
  }
}

/*# sourceMappingURL=style.css.map */