@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: 20%;
  height: 110px;
}

.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 .r a img{
  width: 260px;
}


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

/* *:hover,
*:hover:before,
*:hover: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: 1100px;
}

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

.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: #eee;
}

.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: #eee;
}

/*
@font-face{
	font-family: 字体名称;
	src: url(../font/字体名称.ttf);
}*/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #4b4b4d;
}

body .bg-a {
  background-color: #4b4b4d !important;
}

body .bg-b {
  background-color: #efefef !important;
}

body .bg-w {
  background-color: #ffffff !important;
}

body .bg-g {
  background-color: #ededed !important;
}

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

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

body .fancybox-button--zoom {
  display: none !important;
}

@media (max-width: 768px) {
  body .fz30 {
    font-size: 20px !important;
  }

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

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

header>.a {
  background-color: #ffffff;
  height: 30px;
}

header>.b {
  background-color: #ffffff;
  height: 50px;
}

header .tool .p {
  text-align: right;
}

header .tool .p .i {
  display: inline-block;
  margin-left: 25px;
}

header .tool .p .i.lg:hover>.ex {
  display: block;
}

header .tool .p .i.lg>p a {
  padding-left: 10px;
  position: relative;
}

header .tool .p .i.lg>p a>i {
  width: 1px;
  height: 18px;
  background-color: #ed3237;
  position: absolute;
  top: 6px;
  left: 0;
}

header .tool .p .i.lg>p a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(../images/awd1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

header .tool .p .i.lg>p a select {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

header .tool .p .i.lg>.ex {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}

header .tool .p .i.lg>.ex>p a {
  display: block;
  line-height: 30px;
  color: #000;
  padding-left: 10px;
  padding-right: 20px;
  text-align: left;
}

header .tool .p .i.lg>.ex>p a:hover {
  color: #ed3237;
}

header .tool .p .i.lg>.ex>p a img {
  float: right;
  position: relative;
  top: 8px;
}

header .tool .p .i>p a {
  display: block;
  line-height: 30px;
}

header .tool .p .i>p a:hover {
  color: #ed3237;
}

header .tool .p .i>p a img {
  margin: 0 6px;
  position: relative;
  top: -1px;
}

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

header .menu .i {
  position: static;
}

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

header .menu .i:hover>p a {
  background-color: #ffffff;
}

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

header .menu .i>p a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}

header .menu .i>.ex {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

header .menu .i>.ex>a {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/mbtn-hide.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 10px;
  display: none;
}

header .sub1 {
  padding: 15px 40px;
}

header .sub1 .p {
  margin-bottom: 20px;
}

header .sub1 .p:last-child {
  margin-bottom: 0;
}

header .sub1 .p h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}

header .sub1 .p h5 a {
  color: #ed3237;
}

header .sub1 .p p {
  line-height: 24px;
}

header .sub1 .p p a:hover {
  color: #ed3237;
}

header .sub2 {
  padding: 50px 70px;
  margin-bottom: -30px;
}

header .sub2>h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 55px;
  border-bottom: 1px solid #7c7c7c;
  margin-bottom: 20px;
  font-weight: bold;
}

header .sub2>h5 a {
  color: #ed3237;
}

header .sub2>ul {
  margin: -30px 0;
}

header .sub2>ul>li {
  padding: 30px 0;
}

header .sub2 .p p a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}

header .sub2 .p p a:hover {
  color: #ed3237;
}

header .sub2 .p p a span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 15px;
}

header .sub2 .p p a span img {
  zoom: 0.65;
}

header .srch {
  position: relative;
  padding-top: 16px;
  padding-left: 25px;
}

header .srch .tt {
  width: 150px;
  height: 17px;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  font-size: 16px;
  color: #000000;
}

header .srch .bt {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-srch.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

header .mbtn {
  right: 10px;
  width: 16px;
  height: 40px;
  background: url(../images/mbtn.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 768px) {
  header>.a {
    display: none;
  }

  header>.b {
    height: 40px;
  }

  header .tool.sa {
    position: absolute;
    top: 0;
    right: 50px;
  }

  header .tool.sb {
    padding: 35px 0;
  }

  header .tool .p {
    text-align: left;
  }

  header .tool .p .i {
    display: block;
    margin-left: 0;
  }

  header .tool .p .i.lg>p a {
    padding-left: 0;
  }

  header .tool .p .i.lg>p a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(../images/awd1.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
  }

  header .tool .p .i.lg>.ex {
    background-color: #fff;
    left: -10px;
    right: -10px;
    width: auto;
  }

  header .tool .p .i.lg>.ex>p a {
    line-height: 30px;
    padding-left: 10px;
    font-size: 15px;
  }

  header .tool .p .i>p a {
    line-height: 40px;
    font-size: 15px;
  }

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

  header .logo img {
    height: 24px;
  }

  header .menu {
    display: none;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

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

  header .menu>ul {
    margin: 0 10px;
  }

  header .menu>ul>li {
    float: none;
    border-bottom: 1px solid #7c7c7c;
  }

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

  header .menu .i {
    position: static;
  }

  header .menu .i.aw>p a {
    background: url(../images/awrm.png) no-repeat 100% 50%;
    background-size: 9px;
  }

  header .menu .i:hover>p a {
    background-color: transparent;
  }

  header .menu .i:hover .ex {
    display: none;
  }

  header .menu .i.on .ex {
    display: block;
  }

  header .menu .i>p a {
    display: block;
    line-height: 55px;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
  }

  header .menu .i>.ex {
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: #fff;
  }

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

  header .sub1 {
    padding: 0 10px;
  }

  header .sub1>ul>li {
    width: 100% !important;
  }

  header .sub1>ul>li:last-child .p:last-child {
    border-bottom: none;
  }

  header .sub1 .p {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #7c7c7c;
  }

  header .sub1 .p h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 35px;
  }

  header .sub1 .p p {
    line-height: 45px;
  }

  header .sub1 .p p a {
    font-size: 15px;
    color: #aaaaaa;
  }

  header .sub2 {
    padding: 0 10px;
    margin-bottom: 0;
  }

  header .sub2>ul {
    margin: -20px 0;
  }

  header .sub2>ul>li {
    padding: 20px 0;
  }

  header .sub2 .p p a {
    height: auto;
    line-height: 1em;
    font-size: 15px;
    font-weight: normal;
    color: #aaaaaa;
    text-align: center;
  }

  header .sub2 .p p a span {
    display: block;
    width: auto;
    margin-right: 0;
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  header .sub2 .p p a span img {
    zoom: 0.5;
  }

  header .srch {
    padding-top: 0;
    padding-left: 0;
  }

  header .srch .tt {
    width: 315px;
    height: 30px;
    border-bottom-color: #ccc;
    color: #000;
  }

  header .srch .bt {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-srch-rd.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
  }
}

main {
  padding-top: 80px;
}

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

footer>.a {
  background-color: #4b4b4d;
  padding-top: 40px;
  padding-bottom: 100px;
}

footer>.b {
  background-color: #000;
}

footer .lis1 {
  overflow: visible;
}

footer .lis1 .i>.hd p {
  display: inline-block;
  border-bottom: 1px solid #a5a5a6;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

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

footer .menu p {
  line-height: 30px;
}

footer .menu p a {
  font-size: 14px;
  color: #fff;
}

footer .menu p a:hover {
  color: #ed3237;
}

footer .call p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

footer .call p a {
  display: inline-block;
  margin-right: 5px;
}

footer .call p a:hover {
  opacity: 0.8;
}

footer .addr {
  background-color: #000;
  width: 220px;
  position: relative;
}

footer .addr:hover>.ex {
  display: block;
}

footer .addr>p a {
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 32px;
  position: relative;
}

footer .addr>p a:hover {
  color: #ed3237;
}

footer .addr>p a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url(../images/awd2.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 13px;
}

footer .addr>p a select {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

footer .addr>.ex {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #000;
  display: none;
}

footer .addr>.ex p a {
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 32px;
}

footer .addr>.ex p a:hover {
  color: #ed3237;
}

footer .info {
  padding: 8px 0;
}

footer .info p {
  text-align: center;
  color: #fff;
  line-height: 22px;
}

footer .info p a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

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

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

  footer .lis1>ul>li {
    float: none;
    width: 100% !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 15px;
  }

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

  footer .lis1 .i>.hd p {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 18px;
  }

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

  footer .menu p {
    line-height: 24px;
  }

  footer .menu p a {
    font-size: 12px;
  }

  footer .call p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
  }

  footer .call p a {
    margin-right: 8px;
  }

  footer .call p a img {
    width: 44px;
  }

  footer .info {
    padding: 6px 0;
  }

  footer .info p {
    text-align: left;
    line-height: 22px;
  }

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

  footer .info p a:first-child {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px !important;
  }

  .container.full {
    padding: 0 !important;
  }
}

.u-fullpart {
  padding: 40px 0;
}

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

.u-hobanner .cont {
  position: relative;
}

.u-hobanner .cont .ex {
  content: "";
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.u-hobanner .cont .ex .text p {
  color: #fff;font-size: 14px;
  line-height: 36px;
}

.u-hobanner .cont .ex .text p.p1 {
  font-weight: bold;
  font-size: 60px;
}

.u-hobanner .cont .ex .text p.p2 {
  font-size: 14px;
  line-height: 36px;
}

.u-hobanner .cont .ex .text p.p2 b {
  font-size: 30px;
}

.u-hobanner .cont .ex .text p img.img1 {
  width: 552px;
}

.u-hobanner .cont .ex .text .rd {
  color: #ed3237;
}

.u-hobanner .cont>video,
.u-hobanner .cont>img {
  width: 100%;
}

@media (max-width: 768px) {

  .u-hobanner.ho .cont>video,
  .u-hobanner.ho .cont>img {
    height: 410px;
    width: auto;
    transform: translateX(-40%);
  }

  .u-hobanner .cont .ex .text p.p1 {
    font-size: 35px;
  }

  .u-hobanner .cont .ex .text p.p2 {
    font-size: 12px;
    line-height: 24px;
  }

  .u-hobanner .cont .ex .text p.p2 b {
    font-size: 24px;
  }

  .u-hobanner .cont .ex .text p img.img1 {
    width: 276px;
  }

  .u-hobanner .cont>video,
  .u-hobanner .cont>img {
    height: 200px;
    width: auto;
    max-width: unset;
    transform: translateX(-25%);
  }
}

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

.u-hoabout>.r {
  width: 585px;
}

.u-hoabout .text .p {
  border-bottom: 2px solid #cfcfcf;
  padding: 35px 0;
}

.u-hoabout .text .p>img {
  float: left;
}

.u-hoabout .text .p>.ct {
  margin-left: 85px;
}

.u-hoabout .text .p>.ct p.p1 {
  color: #ed3237;
  font-size: 30px;
  font-weight: bold;
}

.u-hoabout .text .p>.ct p.p2 {
  margin-top: 12px;
  color: #aaaaaa;
  font-size: 18px;
}

.u-hoabout .view>.ct>a {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: url(../images/play2.png) no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 16px;
}

.u-hoabout .view>.ct video,
.u-hoabout .view>.ct img {
  width: 100%;
}

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

.u-hoabout .view>.ft p {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .u-hoabout .text .p {
    border-bottom-width: 1px;
    padding: 15px 0;
  }

  .u-hoabout .text .p>img {
    zoom: 0.6;
  }

  .u-hoabout .text .p>.ct {
    margin-left: 52px;
  }

  .u-hoabout .text .p>.ct p {
    display: inline-block;
  }

  .u-hoabout .text .p>.ct p.p1 {
    font-size: 18px;
    width: 70px;
  }

  .u-hoabout .text .p>.ct p.p2 {
    margin-top: 0;
    font-size: 12px;
  }

  .u-hoabout .view {
    margin-top: 30px;
  }

  .u-hoabout .view>.ft {
    margin-top: 10px;
  }

  .u-hoabout .view>.ft p {
    font-size: 12px;
    line-height: 20px;
  }
}

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

.u-title1 p {
  font-size: 48px;
  font-weight: bold;
  line-height: 61px;
}

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

.u-title1 p.rd {
  color: #ed3237;
}

.u-title1 p.up {
  text-transform: uppercase;
}

.u-title1 p.lt {
  font-size: 24px;
  line-height: 30px;
}

.u-title1 p.l1 {
  line-height: 1em;
}

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

  .u-title1 p {
    font-size: 24px;
    line-height: 30px;
  }

  .u-title1 p.lt {
    font-size: 14px;
    line-height: 24px;
  }

  .u-title1 p.l1 {
    line-height: 1em;
  }
}

.u-fullad {
  background: none no-repeat center;
  background-attachment: fixed;
  height: 370px;
}

@media (max-width: 768px) {
  .u-fullad {
    height: 185px;
  }
}

.u-prodside {
  position: relative;
  padding: 0 30px;
}

.u-prodside>.aw {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: none no-repeat center #4b4b4d;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.u-prodside>.aw:hover {
  background-color: #ed3237;
}

.u-prodside>.aw.l {
  left: -16px;
  background-image: url(../images/awl1.png);
}

.u-prodside>.aw.r {
  right: -16px;
  background-image: url(../images/awr1.png);
}

.u-prodside .lis1 .i {
  cursor: pointer;
}

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

.u-prodside .lis1 .i p.p1 img {
  max-width: 100%;
}

.u-prodside .lis1 .i p.p2 {
  margin-top: 10px;
  font-size: 14px;
}

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

  .u-prodside>.aw {
    display: none;
  }

  .u-prodside .lis1 .i p.p1 img {
    zoom: 0.8;
  }

  .u-prodside .lis1 .i p.p2 {
    margin-top: 5px;
    font-size: 12px;
  }
}

.u-btn1 {
  display: inline-block;
  width: 140px;
  line-height: 38px;
  border-radius: 2px;
  text-align: center;
  color: #fff !important;
  background-color: #ed3237;
  font-size: 14px;
  border: none;
  font-weight: bold;
}

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

.u-btn1 i {
  font-weight: normal;
  font-style: normal;
}

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

.u-honews.sd .i {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

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

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

.u-honews .i {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.u-honews .i:hover>.ft p {
  color: #ed3237;
  background-image: url(../images/awrn-on.png);
}

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

.u-honews .i>.ct {
  padding: 20px 10px;
}

.u-honews .i>.ct p.p1 {
  font-weight: bold;
}

.u-honews .i>.ct p.p2 {
  margin-top: 10px;
  line-height: 20px;
  height: 80px;
}

.u-honews .i>.ft {
  padding: 0 10px;
}

.u-honews .i>.ft p {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
  font-size: 10px;
  font-weight: bold;
  background: url(../images/awrn.png) no-repeat 100% 50%;
}

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

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

  .u-honews:not(.sd)>ul {
    margin: 0 -12px;
    white-space: nowrap;
    overflow: auto;
  }

  .u-honews:not(.sd)>ul>li {
    padding: 0 12px;
    width: 260px !important;
    float: none;
    display: inline-block;
  }
}

.u-hosolution {
  position: relative;
}

.u-hosolution>a {
  position: absolute;
  bottom: 5px;
  left: 0;
}

.u-hosolution>.r {
  width: 750px;
}

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

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

.u-hosolution .lis1 .i>.ct {
  float: left;
}

.u-hosolution .lis1 .i>.ct img {
  width: 290px;
  height: 156px;
}

.u-hosolution .lis1 .i>p {
  margin-left: 330px;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  position: relative;
  top: -5px;
}

@media (max-width: 768px) {
  .u-hosolution>a {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  .u-hosolution>.r {
    width: auto;
  }

  .u-hosolution .lis1 .i>.ct {
    float: none;
  }

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

  .u-hosolution .lis1 .i>p {
    margin-left: 0;
    font-size: 12px;
    line-height: 20px;
    top: 0;
    margin-top: 10px;
  }
}

.u-history.ex>.l {
  float: right;
}

.u-history.ex>.r {
  float: left;
}

.u-history.ex .lis1 .i {
  padding-left: unset;
  padding-right: 60px;
  text-align: right;
}

.u-history.ex .lis1 .i::before,
.u-history.ex .lis1 .i::after {
  left: auto;
  right: 0;
}

.u-history.ex .view {
  padding-right: unset;
  padding-left: 80px;
}

.u-history .lis1 {
  width: 440px;
}

.u-history .lis1>ul>li:last-child .i {
  padding-bottom: 0;
}

.u-history .lis1 .i {
  padding-left: 60px;
  margin-bottom: 30px;
}

.u-history .lis1 .i::before,
.u-history .lis1 .i::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ed3237;
  position: absolute;
  top: 20px;
  left: 0;
}

.u-history .lis1 .i::before {
  width: 48px;
}

.u-history .lis1 .i::after {
  height: auto;
  bottom: -50px;
}

.u-history .lis1 .i h3 {
  font-size: 48px;
  font-weight: bold;
}

.u-history .lis1 .i p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 27px;
}

.u-history .view {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .u-history.ex .lis1 .i {
    padding-right: 30px;
  }

  .u-history.ex .view {
    padding-right: unset;
    padding-left: 0;
  }

  .u-history .lis1 {
    width: 100%;
  }

  .u-history .lis1 .i {
    padding-left: 30px;
    margin-bottom: 15px;
  }

  .u-history .lis1 .i::before,
  .u-history .lis1 .i::after {
    width: 2px;
    height: 2px;
    top: 10px;
  }

  .u-history .lis1 .i::before {
    width: 24px;
  }

  .u-history .lis1 .i::after {
    height: auto;
    bottom: -25px;
  }

  .u-history .lis1 .i h3 {
    font-size: 24px;
  }

  .u-history .lis1 .i p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .u-history .view {
    padding-right: 0;
  }

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

  .u-history .ht90 {
    height: 30px !important;
  }
}

.u-titlew {
  margin-bottom: 50px;
}

.u-titlew.lt {
  margin-bottom: 40px;
}

.u-titlew.lt h5 p {
  font-size: 14px;
  line-height: 34px;
}

.u-titlew.lt .u-title1 {
  margin-bottom: 15px;
}

.u-titlew.lt .u-title1 p {
  font-size: 30px;
}

.u-titlew>.l {
  float: left;
}

.u-titlew>.r {
  margin-left: 300px;
}

.u-titlew h5 {
  font-size: 14px;
  line-height: 32px;
}

.u-titlew h6 {
  font-size: 18px;
  line-height: 24px;
}

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

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

  .u-titlew.lt {
    margin-bottom: 20px;
  }

  .u-titlew.lt h5 {
    font-size: 12px;
    line-height: 24px;
  }

  .u-titlew.lt .u-title1 {
    margin-bottom: 15px;
  }

  .u-titlew.lt .u-title1 p {
    font-size: 30px;
  }

  .u-titlew>.l {
    float: none;
  }

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

  .u-titlew h5 {
    font-size: 12px;
    line-height: 24px;
  }

  .u-titlew h6 {
    font-size: 12px;
    line-height: 24px;
  }
}

.u-about1>ul {
  margin: -30px -80px;
}

.u-about1>ul>li {
  padding: 30px 80px;
}

.u-about1 .i {
  background-color: #000;
}

.u-about1 .i>.hd {
  height: 290px;
  background: none no-repeat center;
  background-size: cover;
}

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

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

.u-about1 .i>.hd .tt p {
  text-align: center;
  color: #fff;
}

.u-about1 .i>.hd .tt p.p1 {
  font-size: 16px;
}

.u-about1 .i>.hd .tt p.p2 {
  margin-top: 12px;
  font-size: 24px;
  line-height: 33px;
}

.u-about1 .i>.ct {
  padding: 10px;
}

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

.u-about1 .i>.ct p.p1 {
  color: #ed3237;
  font-weight: bold;
}

.u-about1 .i>.ct p.p2 {
  margin-top: 8px;
  line-height: 28px;
  height: 84px;
}

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

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

.u-about2>.hd p {
  font-size: 24px;
}

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

@media (max-width: 768px) {
  .u-about2>.hd p {
    font-size: 16px;
  }

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

.u-contact .form {
  width: 550px;
}

.u-contact .form .i {
  margin-bottom: 25px;
}

.u-contact .form .i:last-child {
  margin-bottom: 0;
}

.u-contact .form .i>label {
  display: block;
  font-size: 18px;
}

.u-contact .form .i>label b {
  color: #ed3237;
}

.u-contact .form .i>label em {
  color: #ed3237;
  font-style: normal;
  margin-right: 2px;
}

.u-contact .form .i>.ct {
  margin-top: 8px;
}

.u-contact .form .i>.ct .tt {
  border: 1px solid #949494;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  color: #4b4b4d;
  font-size: 18px;
}

.u-contact .form .i>.ct select.tt {
  appearance: none;
  background: url(../images/awd3.png) no-repeat 98% 50%;
}

.u-contact .form .i>.ct textarea.tt {
  height: 180px;
  padding: 5px 10px;
  resize: none;
}

.u-contact .form .i>.ct .code input {
  border: 1px solid #949494;
  width: 160px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.u-contact .form .i>.ct .code img {
  height: 38px;
  margin-left: 12px;
}

.u-contact .info {
  width: 370px;
  padding-left: 40px;
  position: relative;
}

.u-contact .info p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 25px;
}

.u-contact .info p b {
  position: relative;
}

.u-contact .info p b img {
  position: absolute;
  top: 0;
  left: -40px;
}

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

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

  .u-contact .form .i {
    margin-bottom: 15px;
  }

  .u-contact .form .i>label {
    font-size: 14px;
  }

  .u-contact .form .i>.ct {
    margin-top: 6px;
  }

  .u-contact .form .i>.ct .tt {
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }

  .u-contact .form .i>.ct select.tt {
    background-size: 16px;
  }

  .u-contact .form .i>.ct textarea.tt {
    font-size: 14px;
  }

  .u-contact .form .i>.ct .code input {
    height: 28px;
    font-size: 14px;
  }

  .u-contact .form .i>.ct .code img {
    height: 28px;
    margin-left: 8px;
  }

  .u-contact .form .i>.ct .u-btn1 {
    line-height: 28px;
  }

  .u-contact .info {
    width: 100%;
    padding-left: 20px;
    margin-top: 25px;
  }

  .u-contact .info p {
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 20px;
  }

  .u-contact .info p b img {
    left: -20px;
    height: 10px;
    top: 2px;
  }

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

.u-map1 {
  text-align: center;
}

.u-map1>.hd {
  padding: 0 5%;
}

.u-map1>.hd p.p1 {
  font-size: 18px;
  line-height: 24px;
}

.u-map1>.hd p.p2 {
  margin-top: 25px;
}

.u-map1>.hd p.p2 label {
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #ed3237;
}

.u-map1>.ct {
  margin-top: 45px;
}

.u-map1>.ct>img {
  width: 100%;
}

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

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

.u-map1>.ct .view .i:hover .ex {
  display: block;
  z-index: 9999;
}

.u-map1>.ct .view .i i {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/map1-dt.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}

.u-map1>.ct .view .i .ex {
  position: absolute;
  width: 380px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: rgba(75, 75, 77, 0.9);
  text-align: left;
  display: none;
}

.u-map1>.ct .view .i .ex p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.u-map1>.ct .view .i .ex p b {
  color: #ed3237;
}

@media (max-width: 768px) {
  .u-map1>.hd p.p1 {
    font-size: 14px;
    line-height: 20px;
  }

  .u-map1>.hd p.p2 {
    margin-top: 15px;
  }

  .u-map1>.hd p.p2 label {
    line-height: 32px;
    font-size: 18px;
  }

  .u-map1>.ct {
    margin-top: 45px;
  }

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

  .u-map1>.ct .view {
    position: relative;
  }

  .u-map1>.ct .view .i {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-top: 10px;
  }

  .u-map1>.ct .view .i i {
    display: none;
  }

  .u-map1>.ct .view .i .ex {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
  }
}

.u-article>.hd {
  border-bottom: 1px solid #4b4b4d;
  padding-bottom: 20px;
}

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

.u-article>.hd p.p1 {
  font-size: 24px;
  font-weight: bold;
}

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

.u-article>.ct {
  padding-top: 10px;
}

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

.u-article>.ct img {
  margin: 5px auto;
}

@media (max-width: 768px) {
  .u-article>.hd {
    padding-bottom: 10px;
  }

  .u-article>.hd p.p1 {
    font-size: 16px;
  }

  .u-article>.hd p.p2 {
    margin-top: 10px;
    font-size: 12px;
  }

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

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

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

.u-paging p a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #4b4b4d;
  margin: 0 5px;
}

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

@media (max-width: 768px) {
  .u-paging p a {
    font-size: 14px;
  }
}

.u-prodhead.sd {
  background: url(../images/sd-1.png) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 20px;
}

.u-prodhead.sd .text {
  width: 490px;
}
.u-prodhead.sd .text p{
  width: 490px;
  word-wrap: break-word; /* 旧版浏览器支持 */
  overflow-wrap: break-word; /* 现代浏览器支持 */
  word-break: break-all; /* 为了保证连字符断行 */
  line-height: 20px;
}


.u-prodhead .text p.p1 {
  color: #ed3237;
  font-size: 30px;
}

.u-prodhead .text p.p2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 34px;
}

.u-prodhead .text p.p3 {
  margin-top: 25px;
}

.u-prodhead .text p.p3 .u-btn1 {
  margin-right: 20px;
}

.u-prodhead .text p.p4 {
  color: #ed3237;
  font-size: 24px;
  font-weight: bold;
}

.u-prodhead .text p.p5 {
  margin-top: 15px;
}

.u-prodhead .view {
  width: 530px;
  position: relative;
}

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

.u-prodhead .view video {
  width: 100%;
  vertical-align: middle;
}

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

  .u-prodhead.sd .text {
    width: 100%;
  }

  .u-prodhead .text p.p1 {
    font-size: 18px;
  }

  .u-prodhead .text p.p2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 28px;
  }

  .u-prodhead .text p.p3 {
    margin-top: 15px;
  }

  .u-prodhead .text p.p3 .u-btn1 {
    margin-right: 10px;
  }

  .u-prodhead .text p.p4 {
    font-size: 16px;
  }

  .u-prodhead .text p.p5 {
    margin-top: 10px;
  }

  .u-prodhead .view {
    width: 100%;
    margin-top: 25px;
  }

  .u-prodhead .view>a {
    zoom: 0.8;
  }

  .u-prodhead .view video {
    width: 100%;
  }
}

.u-pagetabs {
  background-color: #a5a5a6;
}

.u-pagetabs .ex {
  position: absolute;
  top: -28px;
  left: 0;
}

.u-pagetabs .path p {
  font-size: 14px;
}

.u-pagetabs .path p a {
  color: #ed3237;
}

.u-pagetabs .tabs {
  padding-top: 4px;
}

.u-pagetabs .tabs>ul>li {
  margin-right: 0px;
}

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

.u-pagetabs .tabs a {
  display: inline-block;
  height: 46px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

.u-pagetabs .tabs a.on,
.u-pagetabs .tabs a:hover {
  color: #ed3237;
}

.u-pagetabs .tabs a.on {
  background-color: #fff;
}

@media (max-width: 768px) {
  .u-pagetabs .ex {
    top: -22px;
    left: 10px;
  }

  .u-pagetabs .path p {
    font-size: 12px;
  }

  .u-pagetabs .tabs>ul {
    white-space: nowrap;
    overflow: auto;
  }

  .u-pagetabs .tabs>ul>li {
    margin-right: 10px;
    float: none;
    display: inline-block;
  }

  .u-pagetabs .tabs a {
    height: 36px;
    line-height: 32px;
    padding: 0 10px;
  }
}

.u-prodfaqs>ul>li {
  border-bottom: 1px solid #a5a5a6;
}

.u-prodfaqs .i {
  padding: 25px 0;
}

.u-prodfaqs .i.on>.hd p a {
  background-image: url(../images/awul.png);
}

.u-prodfaqs .i.on>.ct {
  display: block;
}

.u-prodfaqs .i>.hd p {
  font-size: 24px;
}

.u-prodfaqs .i>.hd p a {
  display: block;
  background: url(../images/awdl.png) no-repeat 98% 50%;
  transition: none;
}

.u-prodfaqs .i>.ct {
  padding-top: 20px;
  padding-bottom: 30px;
  display: none;
}

.u-prodfaqs .lis1 ul li {
  margin-bottom: 20px;
}

.u-prodfaqs .lis1 ul li:last-child {
  margin-bottom: 0;
}

.u-prodfaqs .lis1 p {
  font-size: 14px;
}

.u-prodfaqs .lis1 p img {
  width: 76px;
  margin-right: 20px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .u-prodfaqs .i {
    padding: 15px 0;
  }

  .u-prodfaqs .i>.hd p {
    font-size: 16px;
  }

  .u-prodfaqs .i>.hd p a {
    background-size: 12px;
  }

  .u-prodfaqs .i>.ct {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .u-prodfaqs .lis1 ul li {
    margin-bottom: 10px;
  }

  .u-prodfaqs .lis1 p {
    font-size: 12px;
  }

  .u-prodfaqs .lis1 p img {
    margin-right: 15px;
  }
}

.u-prodlis1>ul {
  margin: -25px -50px;
}

.u-prodlis1>ul>li {
  padding: 25px 50px;
}

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

.u-prodlis1 .i:hover p {
  color: #ed3237;
}

.u-prodlis1 .i>.hd img {
  height: 200px;
}

.u-prodlis1 .i p {
  margin-top: 10px;
  font-size: 14px;
}

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

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

  .u-prodlis1 .i p {
    font-size: 12px;
  }
}

.u-prodcomp {
  overflow: auto;
  text-align: center;
}

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

.u-prodlist.on .none {
  display: block !important;
}

.u-prodlist.on>.ct .aw {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url(../images/awul.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.u-prodlist>.hd p {
  color: #ed3237;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.u-prodlist>.hd .list ul li {
  padding-left: 30px;
}

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

.u-prodlist>.ct .aw {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url(../images/awdl.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
}

.u-prodlist .lis1>ul {
  margin: -30px 0;
}

.u-prodlist .lis1>ul>li {
  padding: 30px 0;
}

.u-prodlist .lis1>ul>li:nth-child(odd) .i {
  border-right: 1px solid #4b4b4d;
}

.u-prodlist .lis1 .i {
  padding: 20px 70px;
}

.u-prodlist .lis1 .i .u-btn1 {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 96px;
  line-height: 34px;
  font-weight: normal;
}

.u-prodlist .lis1 .i.sb {
  padding: 15px 30px;
}

.u-prodlist .lis1 .i.sb>.r {
  margin-right: 30px;
}
.u-prodlist .lis1 .i.sb>.r img{
  width: 240px;
}
.u-prodlist .lis1 .i>.l {
  padding-top: 18px;
}

.u-prodlist .lis1 .i>.l p {
  margin-bottom: 25px;
}

.u-prodlist .lis1 .i>.l p img {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .u-prodlist.on .none {
    display: block !important;
  }

  .u-prodlist.on>.ct .aw {
    content: "";
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(../images/awul.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
  }

  .u-prodlist>.hd p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .u-prodlist>.hd .list ul li {
    padding-left: 0;
  }

  .u-prodlist>.ct {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .u-prodlist>.ct .aw {
    bottom: 0;
  }

  .u-prodlist .lis1>ul {
    margin: 0;
  }

  .u-prodlist .lis1>ul>li {
    padding: 0;
  }

  .u-prodlist .lis1>ul>li:nth-child(odd) .i {
    border-right: none;
  }

  .u-prodlist .lis1 .i {
    padding: 10px 30px;
    border-bottom: 1px solid #4b4b4d;
  }

  .u-prodlist .lis1 .i .u-btn1 {
    bottom: 15px;
    right: 35px;
  }

  .u-prodlist .lis1 .i.sb {
    padding: 10px;
    padding-bottom: 60px;
  }

  .u-prodlist .lis1 .i.sb>.r {
    margin-right: 0;
  }

  .u-prodlist .lis1 .i>.l {
    float: left;
    width: unset;
  }

  .u-prodlist .lis1 .i>.l p {
    margin-bottom: 15px;
  }

  .u-prodlist .lis1 .i>.l p img {
    zoom: 0.8;
  }

  .u-prodlist .lis1 .i>.r {
    float: right;
    width: unset;
  }

  .u-prodlist .lis1 .i>.r img {
    zoom: 0.8;
  }
}

.u-findform .srch {
  width: 680px;
  margin: 0 auto;
  height: 52px;
  border: 1px solid #ed3237;
  position: relative;
  padding-right: 50px;
}

.u-findform .srch .tt {
  border: none;
  width: 100%;
  height: 100%;
  text-indent: 10px;
  font-size: 20px;
  padding-top: 15px;
}

.u-findform .srch .bt {
  display: inline-block;
  width: 52px;
  height: 50px;
  background: url(../images/icon-srch-wt.png) no-repeat center #ed3237;
  position: absolute;
  top: 0;
  right: 0;
}

.u-findform .srch .bt:hover {
  opacity: 0.8;
}

.u-findform .lis1 ul li {
  border-bottom: 1px solid #a5a5a6;
}

.u-findform .lis1 .i {
  padding: 30px 0;
}

.u-findform .lis1 .i p {
  font-size: 18px;
}

.u-findform .lis1 .i p a {
  display: block;
}

.u-findform .lis1 .i p a:hover {
  color: #ed3237;
}

@media (max-width: 768px) {
  .u-findform .srch {
    width: 100%;
    height: 42px;
    padding-right: 40px;
  }

  .u-findform .srch .tt {
    font-size: 14px;
  }

  .u-findform .srch .bt {
    width: 42px;
    height: 42px;
    background-size: 20px;
  }

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

  .u-findform .lis1 .i p {
    font-size: 14px;
    line-height: 1.2em;
  }
}

.u-solutionls.sb>ul {
  margin: -30px;
}

.u-solutionls.sb>ul>li {
  padding: 30px;
}

.u-solutionls.sb .i p {
  margin-top: 10px;
}

.u-solutionls>ul {
  margin: -12px;
}

.u-solutionls>ul>li {
  padding: 12px;
}

.u-solutionls .i p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.u-solutionls .i span {
  display: block;
  margin-top: 25px;
}

.u-solutionls .i span:hover {
  color: #ed3237;
}

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

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

  .u-solutionls.sb .i p {
    margin-top: 10px;
  }

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

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

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

  .u-solutionls .i span {
    margin-top: 15px;
  }
}

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

.u-solutionct .text {
  padding: 30px 60px;
  padding-left: 0;
}

.u-solutionct .text p {
  font-size: 14px;
  line-height: 33px;
}

.u-solutionct .view {
  position: relative;
}

.u-solutionct .view::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 43px;
  background: url(../images/ex-a.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 0;
}

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

  .u-solutionct .text {
    padding: 10px 0;
  }

  .u-solutionct .text p {
    font-size: 12px;
    line-height: 24px;
  }

  .u-solutionct .view::before {
    zoom: 0.8;
  }
}

.u-support.ex>.l {
  float: right;
}

.u-support.ex>.r {
  float: left;
}

.u-support.ex .view {
  padding-right: 0;
  padding-left: 80px;
}

.u-support .text {
  width: 550px;
}
.flex{

}
.u-support .text h5 {
  color: #ed3237;
  font-size: 36px;
  font-weight: bold;
  color: #ed3237;
  text-transform: uppercase;
  margin-bottom: 15px;
  white-space: nowrap;
}

.u-support .text p {
  font-size: 14px;
  line-height: 33px;
  margin: 10px 20px;
}

.u-support .view {
  padding-right: 80px;
}

@media (max-width: 768px) {
  .u-support.ex .view {
    padding-left: 0;
  }

  .u-support .text {
    width: 100%;
  }

  .u-support .text h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .u-support .text p {
    font-size: 12px;
    line-height: 28px;
  }

  .u-support .view {
    padding-right: 0;
  }
}

.u-picsview img {
  width: 100%;
}

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