@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>.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;
}

@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;
  }

  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: 1430px;
}

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: 1430px;
}

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

.a,
a {
  color: #333;
}

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

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

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

.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: 40px 0;
}

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

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

@font-face {
  font-family: bootstrap-icons;
  src: url(../font/bootstrap-icons.woff2);
}

body {
  min-width: auto;
}

body input,
body button {
  outline: none !important;
  border: none;
  padding: 0;
}

body button {
  background: none;
}

body img.ct {
  object-fit: contain;
}

body .aw-1::after {
  content: "\f285";
  display: inline-block;
  font-style: normal;
  font-family: bootstrap-icons;
  position: relative;
  font-size: 80%;
}

body .aw-1.l::after {
  transform: rotate(180deg);
}

body .aw-1.u::after {
  transform: rotate(-90deg);
  width: 14px;
  top: 2px;
}

body .aw-1.d::after {
  transform: rotate(90deg);
  width: 14px;
}

body .aw-2 {
  display: inline-block;
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #0188b5;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -24px;
}

body .aw-2.l {
  left: -15px;
}

body .aw-2.r {
  right: -15px;
}

body .aw-2 .aw-1 {
  position: relative;
  left: 0;
  transition: left 300ms;
}

body .aw-2:hover {
  background-color: #0188b5;
  color: #fff;
}

body .aw-2:hover .aw-1.l {
  left: -5px;
}

body .aw-2:hover .aw-1.r {
  left: 5px;
}

body .aw-3 {
  display: inline-block;
  width: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0188b5;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #0188b5;
}

body .aw-3.l {
  left: 0;
}

body .aw-3.r {
  right: 0;
}

body .aw-3:hover {
  background-color: #0188b5;
  color: #fff;
}

body .sd-1 {
  box-shadow: 0 0 20px rgba(193, 193, 193, 0.8);
}

body .sd-2 {
  box-shadow: 0 0 10px rgba(193, 193, 193, 0.8);
}

body .tt::-webkit-input-placeholder {
  color: #b5b5b5;
}

body .fancybox-container * {
  transition: none;
}

@keyframes map-point {
  0% {
    opacity: 1;
    transform: scale(0.2);
  }

  100% {
    opacity: 0.15;
    transform: scale(1);
  }
}

body .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  margin: 0 4px;
  width: 40px;
  height: 3px;
  background-color: #c9c9c9;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0188b5;
}

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

@media (max-width: 768px) {

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

  body .u-commitem>.ct.bt p.p6 a:hover {
    left: 0;
  }

  body .aw-2:hover .aw-1.r,
  body .aw-2:hover .aw-1.rl {
    left: 0;
  }

  body .u-exbt1:hover {
    background-position: center;
  }

  body .mb-noswiper .swiper-wrapper {
    display: block;
  }

  body .mb-noswiper .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
  }

  body .mb-noswiper .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }

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

header {
  position: fixed;
}

header>.b {
  background-color: #0188b5;
  color: #fff;
  height: 70px;
}

header>.b .container {
  padding: 0 15px;
}

header>.b a {
  color: #fff;
}

header>.b .fr {
  padding-top: 28px;
}

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

header .logo img {
  height: 44px;
}

header .menu {
  margin-left: 15%;
}

header .menu>ul>li {
  margin-right: 35px;
}

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

header .menu>ul>li.on .i>p a {
  font-weight: bold;
}

header .menu .i {
  position: relative;
}

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

header .menu .i>p a {
  display: block;
  line-height: 70px;
  font-size: 18px;
}

header .menu .i>p a:hover {
  opacity: 0.8;
}

header .menu .i>.ex {
  position: absolute;
  top: 100%;
  left: -10px;
  width: 450px;
  display: none;
}

header .subm {
  padding: 20px;
  background-color: #fff;
  position: relative;
}

header .subm::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/menu-d1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -8px;
  left: 35px;
}

header .subm>.l {
  width: 48%;
}

header .subm>.r {
  width: 36%;
}

header .subm .view {
  display: block;
}

header .subm .lis1 {
  padding-top: 5px;
}

header .subm .lis1 p a {
  display: block;
  line-height: 44px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  position: relative;
  color: #333;
}

header .subm .lis1 p a:hover {
  color: #0188b5;
  border-bottom-color: #0188b5;
}

header .subm .lis1 p a:hover .aw-1 {
  display: block;
  color: #0188b5;
}

header .subm .lis1 p a .aw-1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

header .tool>ul>li {
  border-right: 1px solid #fff;
  padding: 0 12px;
}

header .tool>ul>li:first-child {
  padding-left: 0;
}

header .tool>ul>li:last-child {
  border-right: none;
  padding-right: 0;
}

header .tool>ul>li>.i {
  line-height: 18px;
  font-size: 14px;
}

header .tool .srch p {
  position: relative;
}

header .tool .srch p.on .tt {
  width: 180px;
  opacity: 1;
}

header .tool .srch p .bt {
  color: #fff;
  padding-left: 10px;
}

header .tool .srch p .bt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(../img/head-i1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

header .tool .srch p .bt:hover {
  opacity: 0.8;
}

header .tool .srch p .tt {
  background: none;
  border: 1px solid #fff;
  background-color: #0188b5;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 100%;
  height: 28px;
  border-radius: 3px;
  text-indent: 10px;
  color: #fff;
  width: 0;
  opacity: 0;
  transition: width 300ms, opacity 300ms;
}

header .tool .srch p .tt::-webkit-input-placeholder {
  color: #fff;
}

header .tool .lang:hover>.ex {
  display: block;
}

header .tool .lang>p a {
  position: relative;
}

header .tool .lang>p a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/head-i2.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

header .tool .lang>p a .aw-1 {
  margin-left: 5px;
  position: relative;
  top: -2px;
  float: right;
}

header .tool .lang>p a .aw-1::after {
  font-weight: normal;
  top: 4px;
}

header .tool .lang>p a .tt {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
}

header .tool .lang>p a:hover {
  opacity: 0.8;
}

header .tool .lang>.ex {
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  padding-top: 25px;
  display: none;
}

header .tool .lang>.ex .subm {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

header .tool .lang>.ex .subm::before {
  left: 28px;
}

header .tool .lang>.ex .subm .lis1 p:last-child a {
  border-bottom: none;
}

@media (max-width: 1200px) {
  header .menu {
    margin-left: 15%;
  }

  header .menu>ul>li {
    margin-right: 15px;
  }

  header .menu .i>p a {
    font-size: 14px;
  }
}

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

  header>.b .fr {
    padding-top: 20px;
    margin-right: 45px;
  }

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

  header .logo img {
    height: 40px;
  }

  header .menu {
    margin-left: 0;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: -100%;
    width: 100%;
    background-color: #0188b5;
    transition: left 300ms;
  }

  body.on-menu header .menu {
    left: 0;
  }

  header .menu>ul>li {
    margin-right: 0;
    float: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  header .menu .i>p a {
    line-height: 50px;
    font-size: 16px;
    text-align: center;
  }

  header .menu .i>.ex {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }

  header .subm {
    width: 100%;
  }

  header .subm::before {
    left: 50%;
    margin-left: -8px;
  }

  header .subm .view {
    text-align: center;
  }

  header .mbtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background: url(../img/mbtn.png) no-repeat center;
    background-size: 20px;
    transition: none;
  }

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

  header .tool>ul>li {
    padding: 0 10px;
  }

  header .tool>ul>li>.i {
    font-size: 16px;
  }

  header .tool .srch p:hover .tt,
  header .tool .srch p.on .tt {
    width: 120px;
  }

  header .tool .srch p .bt::before {
    margin-right: 8px;
    position: relative;
    top: -1px;
  }

  header .tool .lang>p a::before {
    margin-right: 8px;
    position: relative;
    top: -1px;
  }

  header .tool .lang>p a .aw-1 {
    top: -4px;
  }

  header .tool .lang>.ex {
    width: 76px;
    padding-top: 23px;
  }

  header .tool .lang>.ex .subm::before {
    left: 40px;
  }
}

main {
  padding-top: 70px;
}

@media (max-width: 768px) {
  main {
    padding-top: 60px !important;
  }
}

footer {
  background: url(../img/foot-bg.png) no-repeat 80% 50% #0188b5;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

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

footer>.c {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .foot {
  position: relative;
}

footer .foot>.l {
  width: 470px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

footer .foot>.r {
  float: none;
  margin-left: 540px;
}

footer .shar {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer .shar>ul>li {
  margin-right: 30px;
}

footer .shar>ul>li:last-child {
  margin-right: 0;
}

footer .shar .i {
  position: relative;
}

footer .shar .i:hover>p.p1 i.i1 {
  border-color: #36c71e;
  background-image: url(../img/foot-s1-on.png);
}

footer .shar .i:hover>p.p1 i.i2 {
  border-color: #000;
  background-image: url(../img/foot-s2-on.png);
}

footer .shar .i:hover>p.p1 i.i3 {
  border-color: #dd994d;
  background-image: url(../img/foot-s3-on.png);
}

footer .shar .i:hover>.ex {
  display: block;
}

footer .shar .i>p {
  text-align: center;
}

footer .shar .i>p.p1 i {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background: none no-repeat center;
}

footer .shar .i>p.p1 i.i1 {
  background-image: url(../img/foot-s1.png);
}

footer .shar .i>p.p1 i.i2 {
  background-image: url(../img/foot-s2.png);
}

footer .shar .i>p.p1 i.i3 {
  background-image: url(../img/foot-s3.png);
}

footer .shar .i>p.p2 {
  margin-top: 10px;
  font-size: 14px;
}

footer .shar .i>.ex {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

footer .logo img {
  float: left;
}

footer .logo .ct {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 12px;
  margin-left: 162px;
  position: relative;
  top: 5px;
}

footer .logo .ct p {
  font-size: 15px;
}

footer .logo .ct p.p2 {
  margin-top: 10px;
  letter-spacing: 5px;
}

footer .qbox {
  margin-top: 160px;
}

footer .qbox img {
  width: 150px;
  height: 150px;
  float: left;
}

footer .qbox .ct {
  margin-left: 165px;
}

footer .qbox .i {
  margin-bottom: 15px;
}

footer .qbox .i:last-child {
  margin-bottom: 0;
}

footer .qbox .i p.p1 {
  font-size: 14px;
}

footer .qbox .i p.p2 {
  font-size: 24px;
  margin-top: 5px;
}

footer .qbox .i p.p3 {
  font-size: 18px;
  margin-top: 4px;
}

footer .menu {
  padding-bottom: 60px;
}

footer .menu>ul>li {
  margin-right: 60px;
  margin-bottom: 20px;
}

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

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

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

footer .menu .i>.ct p {
  font-size: 16px;
  line-height: 28px;
}

footer .menu .i>.ct p a:hover {
  opacity: 0.8;
}

footer .info {
  padding: 14px 0;
}

footer .info p {
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 1200px) {
  footer .foot>.l {
    width: 440px;
  }

  footer .foot>.r {
    margin-left: 480px;
  }

  footer .menu {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  footer>.b {
    padding: 20px 0;
  }

  footer .foot>.l {
    border-right: none;
  }

  footer .shar {
    position: relative;
    text-align: center;
    margin-top: 30px;
  }

  footer .shar>ul {
    display: inline-block;
  }

  footer .chat {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 8px;
  }

  footer .chat p {
    text-align: center;
  }

  footer .chat p.p1 img {
    width: 158px;
    height: 158px;
  }

  footer .chat p.p2 {
    margin-top: 2px;
    font-size: 14px;
    color: #333;
  }

  footer .logo {
    text-align: center;
  }

  footer .logo img {
    float: none;
  }

  footer .logo .ct {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 15px;
  }

  footer .qbox {
    margin-top: 30px;
    text-align: center;
  }

  footer .qbox img {
    float: none;
  }

  footer .qbox .ct {
    margin-left: 0;
    margin-top: 15px;
  }

  footer .menu {
    margin-top: 30px;
    text-align: center;
    display: none;
  }

  footer .menu>ul>li {
    margin-right: 0;
    width: 33.33%;
  }

  footer .info p {
    font-size: 14px;
    text-align: center;
  }
}

.container {
  background: none no-repeat center;
  background-size: cover;
  padding: 0 15px;
}

.u-fullpart>.u-title2 {
  margin-top: 0;
}

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

.u-hobanner.home .i img,
.u-hobanner.home .i video {
  height: 800px;
  background-color: #000;
}

.u-hobanner .i img,
.u-hobanner .i video {
  width: 100%;
  vertical-align: middle;
}

.u-hobanner .i>.ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.u-hobanner .i>.ct p {
  text-align: center;
  color: #fff;
}

.u-hobanner .i>.ct p.p1 {
  font-size: 36px;
}

.u-hobanner .i>.ct p.p2 {
  margin-top: 15px;
  font-size: 20px;
}

.u-hobanner .swiper-pagination {
  bottom: 30px;
}

@media (max-width: 768px) {
  .u-hobanner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .u-hobanner.home .i img,
  .u-hobanner.home .i video {
    height: 200px;
  }

  .u-hobanner:not(.home) .i img,
  .u-hobanner:not(.home) .i video {
    width: 180%;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -90%;
  }

  .u-hobanner .i img,
  .u-hobanner .i video {
    height: 200px;
  }

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

  .u-hobanner .i>.ct p.p2 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .u-hobanner .swiper-pagination {
    bottom: 10px;
  }
}

.u-pgpath {
  background-color: #0188b5;
}

.u-pgpath .container {
  padding: 0 15px;
}

.u-pgpath p {
  padding: 19px 0;
  color: #fff;
  font-size: 14px;
}

.u-pgpath p b {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../img/path-ho.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.u-pgpath p a {
  display: inline-block;
  margin-right: 2px;
  color: #fff;
}

.u-pgpath p a:hover {
  opacity: 0.8;
}

.u-pgpath p a:last-child {
  margin-right: 0;
}

.u-pgpath p a:last-child .aw-1 {
  display: none;
}

.u-pgpath p a .aw-1 {
  margin-left: 5px;
}

.u-pgpath .fr {
  position: absolute;
  top: 0;
  right: 0;
}

.u-pgpath .u-tab1 {
  border-top: none;
}

@media (max-width: 768px) {
  .u-pgpath {
    margin-left: -15px;
    margin-right: -15px;
  }

  .u-pgpath p {
    padding: 15px 0;
    position: relative;
    padding-left: 24px;
    line-height: 1.4em;
  }

  .u-pgpath p a:first-child {
    position: absolute;
    top: 14px;
    left: 0;
  }

  .u-pgpath .fr {
    position: relative;
    float: none;
  }
}

.u-tab1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.u-tab1 .i {
  display: block;
  line-height: 58px;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
}

.u-tab1 .i.on,
.u-tab1 .i:hover {
  background-color: #fff;
  color: #0188b5;
}

@media (max-width: 1200px) {
  .u-tab1 .i {
    font-size: 16px;
    padding: 0 10px;
  }
}

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

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

  .u-tab1 .i {
    line-height: 39px;
    font-size: 16px;
    padding: 0 10px;
  }
}

.u-mainlrct {
  position: relative;
  min-height: 100vh;
}

.u-mainlrct>.l {
  width: 310px;
  position: absolute;
  top: 0;
  left: 0;
}

.u-mainlrct>.r {
  float: none;
  margin-left: 335px;
}

@media (max-width: 768px) {
  .u-mainlrct>.l {
    position: relative;
  }

  .u-mainlrct>.r {
    margin-left: 0;
    margin-top: 20px;
  }
}

.u-leftside {
  background-color: #fff;
}

.u-leftside .srch {
  background-color: #0188b5;
  padding: 10px;
}

.u-leftside .srch>.ct {
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}

.u-leftside .srch>.ct .tt {
  background-color: #fff;
  width: 90%;
  height: 34px;
  text-indent: 12px;
  font-size: 14px;
}

.u-leftside .srch>.ct .bt {
  background-color: #0188b5;
  width: 66px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: -2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.u-leftside .srch>.ct .bt::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/leftnavi-srch.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.u-leftside .srch>.ct .bt:hover {
  color: #ccc;
}

.u-leftside .menu {
  margin-top: 6px;
}

.u-leftside .menu>ul>li {
  border-bottom: 1px solid #fff;
}

.u-leftside .menu>ul>li:last-child {
  border-bottom: none;
}

.u-leftside .menu .i.on>.hd p {
  background-image: url(../img/leftnavi-less.png);
}

.u-leftside .menu .i>.hd {
  background-color: #0188b5;
  padding-left: 24px;
  padding-right: 12px;
}

.u-leftside .menu .i>.hd p {
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  background: url(../img/leftnavi-more.png) no-repeat 100% 50%;
  transition: none;
  cursor: pointer;
}

.u-leftside .menu .i>.ct {
  padding: 4px 6px;
  display: none;
}

.u-leftside .menu .i>.ct p {
  border-bottom: 1px solid #ededed;
  padding-left: 16px;
  padding-right: 12px;
}

.u-leftside .menu .i>.ct p:last-child {
  border-bottom: none;
}

.u-leftside .menu .i>.ct p a {
  display: block;
  font-size: 16px;
  line-height: 34px;
}

.u-leftside .menu .i>.ct p a.on {
  color: #0188b5;
}

.u-leftside .menu .i>.ct p a .aw-1 {
  float: right;
}

.u-leftside .menu .i>.ct p a::after {
  content: "";
  display: block;
  clear: both;
}

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

.u-prodlist>ul>li {
  padding: 20px;
  padding-top: 0;
}

.u-prodlist .i>.ct {
  padding: 30px 20px;
}

.u-prodlist .i>.ct p.p1 {
  color: #0188b5;
  font-size: 24px;
}

.u-prodlist .i>.ct p.p2 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 29px;
}

.u-prodlist .i>.ft {
  margin: 0 5px;
  padding: 20px 12px;
  border-top: 1px solid #ededed;
}

.u-prodlist .i>.ft p span {
  font-size: 18px;
  color: #0188b5;
  position: relative;
  left: 0;
  transition: left 300ms;
}

.u-prodlist .i>.ft p span:hover {
  left: 4px;
}

.u-prodlist .i>.ft p span .aw-1 {
  margin-right: 5px;
  font-size: 16px;
}

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

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

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

  .u-prodlist>ul>li {
    padding: 10px;
    width: 100% !important;
  }
}

.u-paging {
  margin-top: 30px;
}

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

.u-paging p a {
  display: inline-block;
  width: 60px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 15px;
  margin: 0 2px;
}

.u-paging p a:hover,
.u-paging p a.on {
  background-color: #0188b5;
  color: #fff;
}

.u-prodhead {
  padding: 40px;
}

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

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

.u-prodhead .view>.hd {
  height: 250px;
}

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

.u-prodhead .lis1 {
  position: relative;
  padding: 0 25px;
}

.u-prodhead .lis1>.aw {
  position: absolute;
  top: 0;
  width: 20px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #e0e1ea;
  color: #e0e1ea;
}

.u-prodhead .lis1>.aw.l {
  left: 0;
}

.u-prodhead .lis1>.aw.r {
  right: 0;
}

.u-prodhead .lis1>.aw:hover {
  border-color: #0188b5;
  background-color: #0188b5;
  color: #fff;
}

.u-prodhead .lis1>.ct {
  margin-top: 15px;
}

.u-prodhead .lis1>.ct .i {
  border: 1px solid transparent;
  height: 58px;
  text-align: center;
}

.u-prodhead .lis1>.ct .i.on {
  border-color: #e0e1ea;
}

.u-prodhead .lis1>.ct .i:hover {
  border-color: #0188b5;
}

.u-prodhead .lis1>.ct .i img {
  height: 100%;
}

.u-prodhead .txt1 {
  padding-top: 25px;
}

.u-prodhead .txt1>.hd {
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}

.u-prodhead .txt1>.hd p.p1 {
  font-size: 24px;
  color: #0188b5;
}

.u-prodhead .txt1>.hd p.p2 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.4em;
}

.u-prodhead .txt1>.ct {
  margin-top: 20px;
}

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

.u-prodhead .txt1>.ct p.p2 {
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
}

.u-prodhead .txt1>.ct p.p3 {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .u-prodhead {
    height: auto;
  }

  .u-prodhead>.l {
    width: 100%;
    float: none;
  }

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

  .u-prodhead .view>.hd {
    height: 400px;
  }

  .u-prodhead .lis1>.ct .i img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

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

  .u-prodhead>.l {
    width: 100%;
  }

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

.u-btn1 {
  display: inline-block;
  background-color: #0188b5;
  color: #fff;
  text-align: center;
}

.u-btn1:hover {
  color: #fff;
  opacity: 0.8;
}

.u-btn1.b1 {
  line-height: 35px;
  font-size: 16px;
  padding: 0 10px;
}

.u-btn1.b1 img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.u-btn1.b2 {
  line-height: 50px;
  border-radius: 25px;
  width: 160px;
  font-size: 16px;
}

.u-btn1.b3 {
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  font-size: 14px;
}

.u-btn1.b3 .aw-1 {
  margin-left: 2px;
  position: relative;
}

.u-btn1.b4 {
  line-height: 48px;
  border-radius: 24px;
  width: 190px;
  font-size: 18px;
}

.u-btn1.b4 img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.u-btn2 {
  display: inline-block;
  border: 1px solid #0188b5;
  border-radius: 3px;
  color: #0188b5;
  text-align: center;
  max-width: 100%;
}

.u-btn2:hover {
  background-color: #0188b5;
  color: #fff;
}

.u-btn2.b1 {
  line-height: 38px;
  font-size: 18px;
  width: 300px;
}

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

.u-foldlis1:last-child {
  margin-bottom: 0;
}

.u-foldlis1>.hd {
  background-color: #0188b5;
  padding: 0 25px;
}

.u-foldlis1>.hd p {
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 0 100px;
}

.u-foldlis1>.hd p .r {
  position: absolute;
  top: -4px;
  right: 0;
}

.u-foldlis1>.ct {
  padding: 40px 25px;
  display: none;
}

@media (max-width: 768px) {
  .u-foldlis1>.hd {
    padding: 0 15px;
  }

  .u-foldlis1>.hd p {
    text-align: left;
    font-size: 16px;
    padding-left: 0;
    padding-right: 30px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .u-foldlis1>.hd p .r {
    top: 6px;
  }

  .u-foldlis1>.ct {
    padding: 25px;
  }
}

.u-more1 {
  font-size: 14px;
  color: #fff !important;
  line-height: 19px;
}

.u-more1:hover {
  opacity: 0.8;
}

.u-more1.on::after {
  background-image: url(../img/pd-less.png);
}

.u-more1::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/pd-more.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .u-more1 span {
    display: none;
  }
}

.u-foldlis2 {
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 20px;
}

.u-foldlis2:last-child {
  margin-bottom: 0;
}

.u-foldlis2.on {
  border-color: #0188b5;
}

.u-foldlis2.on>.hd p label {
  color: #0188b5;
}

.u-foldlis2.on>.hd p label::before {
  background-image: url(../img/ic-avat-on.png);
}

.u-foldlis2>.hd {
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #dddddd;
}

.u-foldlis2>.hd p .r {
  position: absolute;
  top: -4px;
  right: 0;
}

.u-foldlis2>.hd p label {
  font-size: 22px;
  font-weight: bold;
}

.u-foldlis2>.hd p label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../img/ic-avat.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.u-foldlis2>.ct {
  margin-top: 25px;
}

.u-foldlis2 .more {
  margin-top: 1em;
  display: none;
}

@media (max-width: 768px) {
  .u-foldlis2>.hd {
    padding-left: 0;
    padding-right: 0;
  }

  .u-foldlis2>.hd p label {
    display: inline-block;
    padding-right: 110px;
    line-height: 1.2em;
    font-size: 18px;
  }
}

.u-more2 {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #0188b5;
  color: #fff !important;
  font-size: 14px;
}

.u-more2:hover {
  opacity: 0.8;
}

.u-more2 .aw-1 {
  margin-left: 5px;
}

.u-more2 .aw-1.u::after {
  top: -2px;
}

.u-more2 .aw-1.d::after {
  top: 2px;
}

.u-commlis1 {
  position: relative;
}

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

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

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

  .u-commlis1>ul>li {
    padding: 8px;
    width: 100% !important;
  }
}

.u-commlis2 {
  position: relative;
}

.u-commlis2>ul {
  margin: -8px;display: flex;flex-wrap: wrap;
}

.u-commlis2>ul>li {
  padding: 8px;
}
.u-commlis2>ul>li .u-commitem{height: 100%;}


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

.u-prodinfo>.hd {
  margin-bottom: 35px;
}

.u-prodinfo>.hd p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #0188b5;
}

.u-prodinfo>p {
  font-size: 18px;
}

.u-prodinfo img {
  max-width: 100%;
}

.u-prodinfo .text .i {
  margin-bottom: 25px;
}

.u-prodinfo .text .i:last-child {
  margin-bottom: 0;
}

.u-prodinfo .text .i p.p1 {
  font-size: 19px;
  color: #0188b5;
}

.u-prodinfo .text .i p.p2 {
  margin-top: 18px;
  font-size: 16px;
  line-height: 20px;
}

.u-prodinfo .txt1 p {
  font-size: 13px;
  line-height: 18px;
}

.u-prodinfo .txt2 p {
  font-size: 14px;
  line-height: 22px;
}

.u-prodinfo .pics {
  text-align: center;
}

.u-prodinfo .pics .i {
  border-radius: 2px;
  display: inline-block;
  margin: 4px;
  width: 23%;
}

.u-prodinfo .pics .i img {
  width: 100%;
}

@media (max-width: 768px) {
  .u-prodinfo>.hd p {
    font-size: 18px;
    line-height: 1.6em;
  }

  .u-prodinfo .text .i p.p1 {
    line-height: 1.6em;
  }

  .u-prodinfo .pics .i {
    width: 46%;
  }
}

.u-title1 {
  margin-bottom: 40px;
}

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

.u-title1 p.p1 {
  color: #0188b5;
  font-size: 30px;
}

.u-title1 p.p2 {
  color: #0188b5;
  font-size: 20px;
  line-height: 30px;
}

.u-title1 p.p3 {
  color: #0188b5;
  font-size: 26px;
  margin-top: 25px;
}

.u-title1 p.p4 {
  font-size: 18px;
  margin-top: 20px;
}

.u-title1 p.p5 {
  font-size: 24px;
}

.u-title1 p.p6 {
  color: #0188b5;
  font-size: 24px;
  line-height: 34px;
}

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

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

  .u-title1 p.p2 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .u-title1 p.p3 {
    font-size: 16px;
    margin-top: 15px;
  }

  .u-title1 p.p4 {
    font-size: 18px;
    margin-top: 20px;
  }

  .u-title1 p.p5 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .u-title1 p.p6 {
    font-size: 18px;
    line-height: 1.8em;
  }
}

.u-lrcont1.lr46 .i>.l {
  width: 60%;
}

.u-lrcont1.lr46 .i>.r {
  width: 40%;
}

.u-lrcont1.lr46 .i .txt1 p.p2,
.u-lrcont1.lr46 .i .txt1 .p.p2 {
  max-height: 290px;
}

.u-lrcont1.lr46 .i .view {
  height: 460px;
}

.u-lrcont1>ul>li {
  margin-bottom: 50px;
}

.u-lrcont1>ul>li:last-child {
  margin-bottom: 0;
}

.u-lrcont1>ul>li:nth-child(even) .i>.l {
  float: right;
}

.u-lrcont1>ul>li:nth-child(even) .i>.r {
  float: left;
}

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

.u-lrcont1 .i .txt1 {
  padding: 30px;
}

.u-lrcont1 .i .txt1 p.p1,
.u-lrcont1 .i .txt1 .p.p1 {
  font-size: 20px;
  line-height: 30px;
  color: #0188b5;
}

.u-lrcont1 .i .txt1 p.p2,
.u-lrcont1 .i .txt1 .p.p2 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  overflow: auto;
  max-height: 310px;
}

.u-lrcont1 .i .txt1 p.p2::-webkit-scrollbar,
.u-lrcont1 .i .txt1 .p.p2::-webkit-scrollbar {
  width: 2px;
}

.u-lrcont1 .i .txt1 p.p2::-webkit-scrollbar-thumb,
.u-lrcont1 .i .txt1 .p.p2::-webkit-scrollbar-thumb {
  background-color: #0188b5;
}

.u-lrcont1 .i .txt1 p.p2::-webkit-scrollbar-track,
.u-lrcont1 .i .txt1 .p.p2::-webkit-scrollbar-track {
  background: #eee;
}

.u-lrcont1 .i .txt1 p.p2 p,
.u-lrcont1 .i .txt1 .p.p2 p {
  line-height: 22px;
  margin-bottom: 18px;
}

.u-lrcont1 .i .txt1 p.p2 p:last-child,
.u-lrcont1 .i .txt1 .p.p2 p:last-child {
  margin-bottom: 0;
}

.u-lrcont1 .i .view {
  height: 480px;
}

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

@media (max-width: 768px) {

  .u-lrcont1.lr46 .i>.l,
  .u-lrcont1.lr46 .i>.r {
    width: 100%;
  }

  .u-lrcont1 .i .txt1 p.p2,
  .u-lrcont1 .i .txt1 .p.p2 {
    max-height: unset !important;
  }

  .u-lrcont1 .i .view {
    height: auto !important;
  }
}

.u-lrcont2 {
  margin: 0 6%;
}

.u-lrcont2>ul>li {
  margin-bottom: 65px;
}

.u-lrcont2>ul>li:last-child {
  margin-bottom: 0;
}

.u-lrcont2>ul>li:nth-child(even) .i>.l {
  float: right;
}

.u-lrcont2>ul>li:nth-child(even) .i>.r {
  float: left;
}

.u-lrcont2 .i {
  margin: 0 -25px;
}

.u-lrcont2 .i>.l,
.u-lrcont2 .i>.r {
  width: 50%;
  padding: 0 25px;
}

.u-lrcont2 .i .txt1 {
  padding-top: 5%;
}

.u-lrcont2 .i .txt1 p.p1 {
  font-size: 24px;
  line-height: 1.4em;
  color: #0188b5;
  position: relative;
  padding-bottom: 12px;
}

.u-lrcont2 .i .txt1 p.p1.nobl {
  padding-bottom: 0;
}

.u-lrcont2 .i .txt1 p.p1.nobl::before {
  display: none;
}

.u-lrcont2 .i .txt1 p.p1::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #0188b5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-lrcont2 .i .txt1 p.p2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 34px;
}

.u-lrcont2 .i .txt1 p.p2 b {
  font-weight: normal;
  font-size: 24px;
}

.u-lrcont2 .i .txt1 p.p3 {
  font-size: 24px;
  line-height: 34px;
  color: #0188b5;
}

@media (max-width: 1200px) {
  .u-lrcont2 .i .txt1 {
    padding-top: 0;
  }
}

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

  .u-lrcont2>ul>li {
    margin-bottom: 25px;
  }

  .u-lrcont2 .i>.r {
    margin-top: 15px;
  }

  .u-lrcont2 .i .txt1 {
    padding-top: 0;
  }

  .u-lrcont2 .i .txt1 p.p1 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .u-lrcont2 .i .txt1 p.p2 {
    font-size: 18px;
    line-height: 1.6em;
  }

  .u-lrcont2 .i .txt1 p.p2 b {
    font-size: 16px;
  }

  .u-lrcont2 .i .txt1 p.p3 {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.u-title2 {
  background-color: #0188b5;
  margin: 40px 0;
}

.u-title2 p.p1 {
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 768px) {
  .u-title2 {
    margin: 20px 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .u-title2 p.p1 {
    line-height: 40px;
    font-size: 20px;
  }
}

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

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

.u-footform>ul>li.wa {
  width: 100%;
}

.u-footform .i>label {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.u-footform .i .tt {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
}

.u-footform .i .tt::-webkit-input-placeholder {
  color: #666666;
}

.u-footform .i input.tt,
.u-footform .i textarea.tt {
  background: none no-repeat 12px 12px #fff;
}

.u-footform .i input.tt {
  height: 50px;
  padding-left: 50px;
}

.u-footform .i textarea.tt {
  height: 50px;
  padding: 10px 12px;
  resize: none;
}

.u-footform .i textarea.tt.i1 {
  padding: 12px 0;
  padding-left: 50px;
  height: 130px;
}

.u-footform .i textarea.tt.i2 {
  padding: 10px 0;
  padding-left: 50px;
  height: 50px;
}

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

  .u-footform .ht45,
  .u-footform .ht20 {
    display: none !important;
  }
}

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

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

.u-honors .i {
  padding: 60px 30px;
  padding-top: 40px;
  position: relative;
}

.u-honors .i>i {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/ic-full.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

.u-honors .i>i:hover {
  background-image: url(../img/ic-full-on.png);
}

.u-honors .i:hover p {
  color: #0188b5;
}

.u-honors .i>p {
  font-size: 14px;
}

.u-honors .i>.ct {
  margin-top: 40px;
  line-height: 380px;
  text-align: center;
}

.u-honors .i>.ct img {
  max-width: 100%;
  max-height: 100%;
}

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

  .u-honors .i {
    padding: 15px;
    padding-top: 20px;
  }

  .u-honors .i>i {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ic-full.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    top: 15px;
  }

  .u-honors .i>.ct {
    margin-top: 20px;
    line-height: 190px;
  }
}

.u-history {
  margin: 0 12%;
}

.u-history>.ct {
  position: relative;
  padding-bottom: 20px;
}

.u-history>.ct::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 1px;
  bottom: 0;
  background-color: #0188b5;
}

.u-history>.ct>ul>li {
  margin-bottom: 100px;
}

.u-history>.ct>ul>li:last-child {
  margin-bottom: 0;
}

.u-history>.ct>ul>li:nth-child(even) .i>.l {
  float: right;
}

.u-history>.ct>ul>li:nth-child(even) .i>.r {
  float: left;
}

.u-history>.ct>ul>li:nth-child(even) .i .text {
  text-align: left;
}

.u-history>.ct>ul>li:nth-child(even) .i .text h5::before {
  left: -34px;
}

.u-history>.ct>ul>li:nth-child(even) .i .text p label {
  float: left;
}

.u-history>.ct>ul>li:nth-child(even) .i .text p label::before {
  left: 0;
}

.u-history>.ct .i>.l,
.u-history>.ct .i>.r {
  width: 50%;
  padding: 0 25px;
}

.u-history>.ct .i>.r {
  padding-top: 15px;
}

.u-history>.ct .i .text {
  text-align: right;
}

.u-history>.ct .i .text h5 {
  font-size: 36px;
  font-weight: bold;
  color: #0188b5;
  margin-bottom: 30px;
  position: relative;
}

.u-history>.ct .i .text h5::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/history-d1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  right: -34px;
}

.u-history>.ct .i .text p {
  font-size: 18px;
  line-height: 34px;
}

.u-history>.ct .i .text p:hover {
  color: #0188b5;
}

.u-history>.ct .i .text p label {
  padding: 0 1em;
  position: relative;
  float: right;
  line-height: 34px;
}

.u-history>.ct .i .text p label::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0188b5;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

.u-history>.ct .i .view {
  border-radius: 3px;
}

.u-history>.ft p {
  text-align: center;
}

.u-history>.ft p .bt {
  display: inline-block;
  padding-top: 36px;
  font-size: 18px;
  color: #0188b5;
  background: url(../img/history-more.png) no-repeat 50% 0;
}

.u-history>.ft p .bt.on {
  background-image: url(../img/history-less.png);
}

.u-history>.ft p .bt:hover {
  text-decoration: underline;
}

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

  .u-history>.ct>ul>li {
    margin-bottom: 50px;
  }

  .u-history>.ct .i>.l {
    float: left;
  }

  .u-history>.ct .i>.r {
    float: right;
  }

  .u-history>.ct .i .text {
    text-align: right;
  }

  .u-history>.ct .i .text h5 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .u-history>.ct .i .text p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 10px;
  }

  .u-history>.ct .i .text p:hover {
    color: #0188b5;
  }

  .u-history>.ct .i .text p label {
    float: none !important;
    display: block;
  }
}

.u-aboutinfo .data>ul>li:last-child .i::after {
  display: none;
}

.u-aboutinfo .data .i {
  position: relative;
}

.u-aboutinfo .data .i::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 37px;
  background: url(../img/de-1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: -11px;
}

.u-aboutinfo .data .i p {
  text-align: center;
  color: #0188b5;
}

.u-aboutinfo .data .i p.p1 {
  font-size: 50px;
}

.u-aboutinfo .data .i p.p2 {
  margin-top: 12px;
  font-size: 15px;
}

.u-aboutinfo .text p {
  font-size: 18px;
  line-height: 30px;
}

.u-aboutinfo .lis1 {
  position: relative;
}

.u-aboutinfo .lis1>.ct .i:hover>p {
  color: #0188b5;
}

.u-aboutinfo .lis1>.ct .i>.hd {
  border-radius: 2px;
}

.u-aboutinfo .lis1>.ct .i>p {
  margin-top: 15px;
  font-size: 14px;
}

.u-aboutinfo .lis1>.ct .i>p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0188b5;
  margin-right: 4px;
}

.u-aboutinfo .maps {
  width: 1123px;
  margin: 0 auto;
  position: relative;
}

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

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

.u-aboutinfo .maps .i {
  display: inline-block;
  position: absolute;
}

.u-aboutinfo .maps .i:hover {
  z-index: 1;
}

.u-aboutinfo .maps .i>i,
.u-aboutinfo .maps .i>b {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0188b5;
  opacity: 1;
  transform: scale(0.2);
}

.u-aboutinfo .maps .i>b {
  position: absolute;
  top: 0;
  left: 0;
  animation: map-point 3s infinite;
}

.u-aboutinfo .maps .i>b.b1 {
  animation-delay: 1.5s;
}

.u-aboutinfo .maps .i>b.b2 {
  animation-delay: 3s;
}

.u-aboutinfo .maps .i p {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #0188b5;
  white-space: nowrap;
  overflow: hidden;
  height: 16px;
  opacity: 1;
}

.u-aboutinfo .maps .i img {
  position: absolute;
  left: 45px;
  top: -2px;
  width: 100px;
}

@media (max-width: 1200px) {
  .u-aboutinfo .data .i p.p1 {
    font-size: 30px;
  }

  .u-aboutinfo .data .i p.p2 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .u-aboutinfo .data>ul>li {
    margin-bottom: 15px;
  }

  .u-aboutinfo .data>ul>li:nth-child(4),
  .u-aboutinfo .data>ul>li:nth-child(5) {
    width: 50% !important;
    margin-bottom: 0;
  }

  .u-aboutinfo .data .i::after {
    display: none;
  }

  .u-aboutinfo .data .i p {
    text-align: center;
    color: #0188b5;
  }

  .u-aboutinfo .data .i p.p1 {
    font-size: 32px;
  }
}

.u-brandhead>ul>li {
  padding: 8px;
}

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

.u-brandhead .i>.l {
  width: 58%;
}

.u-brandhead .i>.r {
  width: 42%;
}

.u-brandhead .i .txt1 {
  padding-top: 10%;
  padding-left: 15px;
  width: 90%;
}

.u-brandhead .i .txt1 p.p1 {
  font-size: 26px;
  color: #0188b5;
}

.u-brandhead .i .txt1 p.p2 {
  margin-top: 30px;
  font-size: 18px;
  color: #0188b5;
}

.u-brandhead .i .txt1 p.p3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.u-brandhead .i .txt1 p.p3 span {
  display: block;
  position: relative;
  padding-left: 14px;
}

.u-brandhead .i .txt1 p.p3 span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0188b5;
  position: absolute;
  top: 10px;
  left: 2px;
}

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

  .u-brandhead .i>.l {
    width: 58%;
  }

  .u-brandhead .i>.r {
    width: 42%;
  }

  .u-brandhead .i .txt1 {
    padding-top: 0;
  }
}

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

  .u-brandhead .i .txt1 {
    padding-top: 0;
    padding-left: 0;
  }
}

.u-branditem {
  margin-bottom: 20px;
  padding: 60px 0;
}

.u-branditem:last-child {
  margin-bottom: 0;
}

.u-branditem>.ct {
  text-align: center;
  position: relative;
  padding-top: 105px;
}

.u-branditem>.ct .i {
  position: absolute;
  font-size: 18px;
}

.u-branditem>.ct .i.t {
  padding-bottom: 35px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-branditem>.ct .i.t p {
  white-space: nowrap;
}

.u-branditem>.ct .i.t>label {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-branditem>.ct .i.l {
  padding-right: 50px;
  bottom: 0;
  right: 50%;
  margin-right: 170px;
  text-align: right;
}

.u-branditem>.ct .i.l>label {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.u-branditem>.ct .i.r {
  padding-left: 50px;
  bottom: 0;
  left: 50%;
  margin-left: 170px;
  text-align: left;
}

.u-branditem>.ct .i.r>label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.u-branditem>.ct .i>label {
  position: absolute;
  line-height: 30px;
}

.u-branditem>.ct .i p {
  color: #0188b5;
  line-height: 30px;
}

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

  .u-branditem:last-child {
    margin-bottom: 0;
  }

  .u-branditem>.ct {
    padding-top: 0;
  }

  .u-branditem>.ct .i {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
  }

  .u-branditem>.ct .i.t {
    padding-bottom: 0;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .u-branditem>.ct .i.t>label {
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }

  .u-branditem>.ct .i.l {
    padding-right: 0;
    bottom: 0;
    right: 0;
    margin-right: 0;
    text-align: center;
    padding-right: 0 !important;
  }

  .u-branditem>.ct .i.l>label {
    right: 0;
    top: 0;
    transform: translateY(0);
  }

  .u-branditem>.ct .i.r {
    padding-left: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: center;
  }

  .u-branditem>.ct .i.r>label {
    left: 0;
    top: 0;
    transform: translateY(0);
  }

  .u-branditem>.ct .i>label {
    position: relative;
  }

  .u-branditem>.ct .i>label br {
    display: none;
  }
}

.u-tab2 {
  text-align: center;
  margin-bottom: 45px;
}

.u-tab2>ul {
  display: inline-block;
}

.u-tab2>ul>li {
  margin: 0 15px;
}

.u-tab2 .i {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 30px;
  color: #0188b5;
}

.u-tab2 .i.on {
  border-bottom: 2px solid #0188b5;
}

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

  .u-tab2>ul {
    text-align: center;
  }

  .u-tab2>ul>li {
    margin: 0 10px;
    float: none;
    display: inline-block;
  }

  .u-tab2 .i {
    font-size: 20px;
    padding-bottom: 5px;
  }
}

.u-fulltxt1 {
  margin: 0 6%;
}

.u-fulltxt1>.hd {
  margin-bottom: 50px;
}

.u-fulltxt1>.hd p.p1 {
  color: #0188b5;
  font-size: 30px;
}

.u-fulltxt1>.hd p.p2 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 32px;
}

.u-fulltxt1>.hd p.p3 {
  color: #0188b5;
  font-size: 24px;
  line-height: 38px;
  margin: 0 12%;
}

.u-fulltxt1>.ct {
  border-radius: 4px;
}

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

  .u-fulltxt1>.hd {
    margin-bottom: 15px;
  }

  .u-fulltxt1>.hd p.p1 {
    font-size: 18px;
  }

  .u-fulltxt1>.hd p.p2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .u-fulltxt1>.hd p.p3 {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
  }
}

.u-commitem {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.u-commitem:hover>.ct p.p1 {
  text-decoration: underline;
}

.u-commitem.lr>.hd {
  width: 430px;
  float: left;
}

.u-commitem.lr>.ct {
  margin-left: 430px;
  padding: 40px;
  padding-bottom: 0;
}

.u-commitem>.hd.ht-1 {
  height: 250px;
}

.u-commitem>.hd.ht-2 {
  height: 350px;
}

.u-commitem>.hd.ht-3 {
  height: 210px;
}

.u-commitem>.hd.sd::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

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

.u-commitem>.hd p.p1 {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 20px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.u-commitem>.ct {
  padding: 20px;
  position: relative;
}

.u-commitem>.ct.bt {
  border-top: 1px solid #ededed;
}

.u-commitem>.ct.bt p.p6 a:hover {
  text-decoration: none;
  left: 4px;
}

.u-commitem>.ct .u-exbt1 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.u-commitem>.ct .u-exbt1.inline {
  position: relative;
  bottom: 0;
  right: 0;
}

.u-commitem>.ct p.p1 {
  font-size: 22px;
  color: #0188b5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-commitem>.ct p.p2 {
  font-size: 16px;
  line-height: 24px;
}

.u-commitem>.ct p.p2.on {
  color: #0188b5;
}

.u-commitem>.ct p.p2.gr {
  color: #666666;
}

.u-commitem>.ct p.p2.elli-2 {
  height: 48px;
}

.u-commitem>.ct p.p3 {
  color: #666666;
  font-size: 14px;
}

.u-commitem>.ct p.p4 {
  font-size: 28px;
  color: #0188b5;
}

.u-commitem>.ct p.p5,
.u-commitem>.ct p.p6 {
  font-size: 18px;
  line-height: 30px;
}

.u-commitem>.ct p.p5.bb,
.u-commitem>.ct p.p6.bb {
  border-bottom: 1px solid #dcdcdc;
  line-height: 38px;
}

.u-commitem>.ct p.p5 .aw-1,
.u-commitem>.ct p.p6 .aw-1 {
  font-size: 16px;
  margin-right: 5px;
}

.u-commitem>.ct p.p5 a,
.u-commitem>.ct p.p6 a {
  color: #0188b5;
  position: relative;
  left: 0;
  transition: left 300ms;
}

.u-commitem>.ct p.p5 a:hover,
.u-commitem>.ct p.p6 a:hover {
  text-decoration: underline;
}

.u-commitem>.ct p.p6 {
  line-height: 1em;
}

@media (max-width: 768px) {
  .u-commitem.lr>.hd {
    width: 100%;
    float: none;
  }

  .u-commitem.lr>.ct {
    margin-left: 0;
    padding: 20px;
    padding-bottom: 20px;
  }

  .u-commitem .ht10 {
    height: 10px !important;
  }

  .u-commitem .ht35 {
    height: 35px !important;
  }

  .u-commitem .u-btn2.b1 {
    width: 100%;
  }
}

.u-exbt1 {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../img/more-i1.png) no-repeat 50% 50% #0188b5;
  border-radius: 50%;
  transition: transform 300ms;
}

.u-exbt1:hover {
  transform: rotate(45deg);
}

.u-exbt1.wt {
  background-image: url(../img/more-i1-on.png);
  background-color: #fff;
}

.u-contacthead>ul {
  margin: -5px;
}

.u-contacthead>ul>li {
  padding: 5px;
}

.u-contacthead .i {
  border-radius: 8px;
  padding: 80px 25px;
}

.u-contacthead .i p {
  text-align: center;
}

.u-contacthead .i p.p1 i {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 16px solid #3ea4c7;
  line-height: 64px;
  text-align: center;
}

.u-contacthead .i p.p2 {
  margin-top: 30px;
  font-size: 22px;
  line-height: 30px;
  height: 60px;
  color: #0188b5;
}

.u-contacthead .i p.p2 small {
  font-size: 18px;
}

.u-contacthead .i p.p3 {
  margin-top: 18px;
  font-size: 24px;
  height: 48px;
  line-height: 24px;
}

.u-contacthead .i p.p3 small {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .u-contacthead>ul>li {
    width: 50% !important;
  }
}

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

  .u-contacthead .i {
    padding: 25px;
  }
}

.u-homeprod {
  background: url(../img/home-b1.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 40px;
}

.u-homeprod .swiper.no-loop .swiper-wrapper {
  justify-content: center;
}

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

.u-partner .i {
  height: 88px;
  line-height: 88px;
  text-align: center;
}

.u-partner .i img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

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

  .u-partner .i {
    text-align: center;
  }
}

.u-vertlist>ul>li {
  margin-bottom: 30px;
}

.u-vertlist>ul>li:last-child {
  margin-bottom: 0;
}

.u-vertlist .hd {
  height: 250px;
}

@media (max-width: 768px) {
  .u-vertlist>ul>li {
    margin-bottom: 20px;
  }

  .u-vertlist .hd {
    height: 200px;
  }
}

.u-filter {
  position: relative;
  margin-bottom: 40px;
  padding-right: 200px;
}

.u-filter>.r {
  position: absolute;
  top: 0;
  right: 0;
}

.u-filter .tabs {
  position: relative;
  padding: 0 35px;
  display: inline-block;
  max-width: 60%;
}

.u-filter .tabs>.ct {
  overflow: hidden;
}

.u-filter .tabs>.ct>ul {
  display: inline-block;
  white-space: nowrap;
}

.u-filter .tabs>.ct>ul>li {
  display: inline-block;
  margin-right: 10px;
}

.u-filter .tabs>.ct>ul>li:last-child {
  margin-right: 0;
}

.u-filter .tabs .i {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
}

.u-filter .tabs .i:hover,
.u-filter .tabs .i.on,
.u-filter .tabs .i.active {
  color: #0188b5;
}

.u-filter .tabs .i.on,
.u-filter .tabs .i.active {
  border-bottom-color: #0188b5;
}

.u-filter .tabs .aw-3 {
  margin-top: -12px;
}

.u-filter .drop {
  position: relative;
}

.u-filter .drop.on>.ex {
  display: block;
}

.u-filter .drop.on .aw-1::after {
  transform: rotate(-90deg);
}

.u-filter .drop .tt {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.u-filter .drop>.ex {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  padding: 5px;
  display: none;
}

.u-filter .lis1 {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
}

.u-filter .lis1 a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  white-space: nowrap;
}

.u-filter .lis1 a:hover {
  color: #0188b5;
}

@media (max-width: 768px) {
  .u-filter {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .u-filter>.r {
    position: relative;
    margin-bottom: 15px;
  }

  .u-filter .tabs {
    max-width: 100%;
    width: 100%;
  }

  .u-filter .tabs .aw-3 {
    margin-top: -16px;
    width: 26px;
    line-height: 24px;
  }

  .u-filter .tabs .aw-3 .aw-1.l::after {
    top: -1px;
  }

  .u-filter .tabs .aw-3 .aw-1.r::after {
    top: 1px;
  }

  .u-filter .drop p {
    text-align: center;
  }

  .u-filter .drop p .u-btn1 {
    min-width: 200px;
  }

  .u-filter .drop .ex {
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
}

.u-extxt1 {
  padding: 25px;
}

.u-extxt1>.hd p {
  text-align: center;
}

.u-extxt1>.hd p.p1 img {
  height: 50px;
}

.u-extxt1>.hd p.p2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #0188b5;
}

.u-extxt1>.ct {
  margin-top: 35px;
  height: 440px;
  overflow: auto;
}

.u-extxt1>.ct::-webkit-scrollbar {
  width: 2px;
}

.u-extxt1>.ct::-webkit-scrollbar-thumb {
  background-color: #0188b5;
}

.u-extxt1>.ct::-webkit-scrollbar-track {
  background: #eee;
}

.u-extxt1>.ct p.p1,
.u-extxt1>.ct .p.p1 {
  font-size: 14px;
  margin-bottom: 15px;
}

.u-extxt1>.ct p.p2,
.u-extxt1>.ct .p.p2 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

.u-extxt1>.ct p.p2 p,
.u-extxt1>.ct .p.p2 p {
  line-height: 21px;
}

.u-extxt1>.ct p.p2 p.mb15,
.u-extxt1>.ct .p.p2 p.mb15 {
  margin-bottom: 10px;
}

.u-extxt1>.ct p.p2 p.mb30,
.u-extxt1>.ct .p.p2 p.mb30 {
  margin-bottom: 30px;
}

.u-extxt1>.ct p.p2:last-child,
.u-extxt1>.ct .p.p2:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .u-extxt1>.ct {
    margin-top: 35px;
    height: auto;
  }
}

.u-extxt2 {
  padding: 30px 10px;
}

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

.u-extxt2 p.p1 i {
  font-style: normal;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #0188b5;
  color: #fff;
  font-size: 30px;
}

.u-extxt2 p.p2 {
  margin-top: 20px;
  color: #0188b5;
  font-size: 24px;
}

.u-extxt2 p.p3 {
  margin-top: 15px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  /* height: 78px; */
}

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

  .u-extxt2 p.p3 {
    height: auto;
  }
}

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

.u-guidehead .txt1 {
  padding-top: 12%;
}

.u-guidehead .txt1 p {
  color: #0188b5;
  text-align: center;
}

.u-guidehead .txt1 p.p1 {
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
}

.u-guidehead .txt1 p.p1::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #0188b5;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}

.u-guidehead .txt1 p.p2 {
  margin-top: 10px;
  font-size: 30px;
}

.u-guidehead .txt1 p.p3 {
  margin-top: 65px;
}

.u-guidehead .txt1 p.p4 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 34px;
}

@media (max-width: 768px) {
  .u-guidehead .txt1 {
    padding: 15px;
    padding-top: 12%;
  }
}

.u-article>.hd {
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}

.u-article>.hd p {
  text-align: center;
}

.u-article>.hd p.p1 {
  font-size: 36px;
  color: #0188b5;
}

.u-article>.hd p.p2 {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}

.u-article>.ct {
  margin-top: 25px;
  text-align: center;
}

.u-article>.ct p {
  font-size: 18px;
  line-height: 28px;
}

.u-article>.ct img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
}

.u-article>.ft {
  margin-top: 25px;
}

.u-article>.ft .shar>.p {
  text-align: center;
}

.u-article>.ft .shar>.p.p1 {
  font-size: 18px;
  color: #666666;
}

.u-article>.ft .shar>.p.p2 {
  margin-top: 10px;
  position: relative;
}

.u-article>.ft .shar>.p.p2::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.u-article>.ft .shar>.p.p2 span {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}

.u-article>.ft .shar>.p.p2 span a {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: none no-repeat center #c0c0c0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.u-article>.ft .shar>.p.p2 span a:hover {
  background-color: #0188b5;
}

.u-article>.ft .shar>.p.p2 span a:hover .ex {
  display: block;
}

.u-article>.ft .shar>.p.p2 span a:last-child {
  margin-right: 0;
}

.u-article>.ft .shar>.p.p2 span a.i1 {
  background-image: url(../img/share-i1.png);
}

.u-article>.ft .shar>.p.p2 span a.i2 {
  background-image: url(../img/share-i2.png);
}

.u-article>.ft .shar>.p.p2 span a.i3 {
  background-image: url(../img/share-i3.png);
}

.u-article>.ft .shar>.p.p2 span a .ex {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.u-article>.ft .navi {
  background-color: #0188b5;
  font-size: 18px;
  padding: 0 15px;
}

.u-article>.ft .navi a {
  color: #fff;
}

.u-article>.ft .navi a:hover {
  opacity: 0.8;
}

.u-article>.ft .navi p {
  text-align: center;
  line-height: 50px;
}

.u-article>.ft .navi p img {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.u-article>.ft .navi .aw {
  line-height: 50px;
}

.u-article>.ft .navi .aw b {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin: 0 6px;
  position: relative;
  top: -1px;
}

.u-article>.ft .navi .aw .aw-1::after {
  top: 1px;
}

@media (max-width: 768px) {
  .u-article>.hd p.p1 {
    font-size: 24px;
    line-height: 1.6em;
  }

  .u-article>.hd p.p2 {
    line-height: 1.6em;
  }
}

.u-homeapps .u-commitem {
  margin: 10px;
}

.u-wechat {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  padding-bottom: 8px;
}

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

.u-wechat p.p1 img {
  width: 158px;
  height: 158px;
}

.u-wechat p.p2 {
  margin-top: 2px;
  font-size: 14px;
  color: #333;
}

.u-jobs p,
.u-jobs .p {
  font-size: 14px;
  line-height: 26px;
  padding: 0 1em;
}

.u-jobs p p,
.u-jobs .p p {
  line-height: 26px;
  padding: 0;
}

.u-jobs p p.mb25,
.u-jobs .p p.mb25 {
  margin-bottom: 25px;
}

.u-jobs .div1 {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

.u-jobs .u-btn1 {
  border-radius: 16px;
}

.u-partnerlist {
  margin: -20px;
}

.u-partnerlist .u-partner {
  padding: 20px;
  padding-bottom: 40px;
}

.u-partnerlist .swiper-pagination {
  bottom: 0;
}

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

  .u-partnerlist .swiper-slide {
    margin-bottom: -25px !important;
  }
}

.u-sidetool {
  position: fixed;
  z-index: 9;
  bottom: 20%;
  right: -100px;
  opacity: 0;
  transition: right 600ms, opacity 600ms;
}

body.on-bottom .u-sidetool {
  right: 30px;
  opacity: 1;
}

.u-sidetool>ul>li {
  margin-bottom: 6px;
}

.u-sidetool>ul>li:last-child {
  margin-bottom: 0;
}

.u-sidetool .i {
  position: relative;
  left: 0;
  transition: left 600ms;
  width: 60px;
}

.u-sidetool .i:hover>.ex {
  transform: scaleX(1);
  opacity: 1;
}

.u-sidetool .i>.ct {
  background-color: #0188b5;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 8px;
  height: 68px;
}

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

.u-sidetool .i>.ct p.p1 {
  line-height: 24px;
}

.u-sidetool .i>.ct p.p1 img {
  max-height: 24px;
}

.u-sidetool .i>.ct p.p2 {
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
}

.u-sidetool .i>.ex {
  position: absolute;
  top: 0;
  right: 100%;
  transform-origin: 100% 100%;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
}

.u-sidetool .i .text {
  height: 68px;
  background-color: #0188b5;
  padding-left: 15px;
  padding-right: 30px;
  margin-right: -3px;
}

.u-sidetool .i .text p {
  line-height: 68px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.u-sidetool .i .qbox {
  width: 110px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-right: 8px;
  margin-top: -20px;
}

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

.u-sidetool .i .qbox p.p1 img {
  width: 100%;
}

.u-sidetool .i .qbox p.p2 {
  margin-top: 5px;
  color: #666666;
  font-size: 12px;
}

@media (max-width: 768px) {
  .u-sidetool {
    display: none;
  }
}


@media (max-width: 768px) {
  .no-flex {
    display: block !important;
  }

  footer .foot>.l {
    width: 100% !important;
    margin-bottom: 20px;
  }

  footer .info p .fr {
    width: 100%;
  }

  /* page */
  .u-pgpath {
    min-height: 44px;
  }

  .u-commlis2.ofvi {
    overflow: auto !important;
    overflow-y: hidden !important;
  }

  .u-honors .i>.ct img {
    height: 190px;
  }

  .u-branditem>.ct .i.t p {
    white-space: unset;

  }

  .u-title1 p.p2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */