@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: 1280px;
}
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: 1280px;
}
.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: #f3f3f3;
}

.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: 50px 0;
}
.u-fullpart.bgrp {
  background-repeat: repeat;
  background-size: auto;
}
.u-fullpart.bg-g {
  background-color: #f3f3f3;
}

/*
@font-face{
	font-family: 字体名称;
	src: url(../font/字体名称.ttf);
}*/
body img {
  position: relative;
}
body img.fit1 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body .bg-w {
  background-color: #fff !important;
}
body .c1 {
  color: #ff862f;
}
body .c2 {
  color: #d2e2fe;
}
body .c3 {
  color: #515151;
}
body .pl {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
body .pr {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
}
body .hv:hover {
  opacity: 0.8;
}
body .hvc1:hover {
  border-color: #ff862f !important;
  color: #ff862f;
}
body .bl-g,
body .bl-b,
body .bl-p,
body .bl-1,
body .bl-2 {
  position: relative;
  display: inline-block;
}
body .bl-g::after,
body .bl-b::after,
body .bl-p::after,
body .bl-1::after,
body .bl-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
body .bl-g > span,
body .bl-b > span,
body .bl-p > span,
body .bl-1 > span,
body .bl-2 > span {
  position: relative;
  z-index: 2;
}
body .bl-g::after {
  height: 72px;
  background-color: rgba(0, 0, 0, 0.15);
  left: -2px;
  width: auto;
  right: -2px;
  bottom: -5px;
}
body .bl-b::after {
  height: 38px;
  background-color: #378dda;
  left: 50px;
  width: auto;
  right: -50px;
  bottom: -10px;
}
body .bl-p::after {
  height: 48px;
  background-color: #ccdcf8;
  left: -8px;
  width: auto;
  right: -8px;
  bottom: 8px;
}
body .bl-1.gt::after {
  height: 9px;
}
body .bl-1::after {
  height: 7px;
  background-color: #ff7e22;
  left: -2px;
  width: auto;
  right: -2px;
  bottom: -2px;
}
body .bl-2 {
  padding-bottom: 12px;
}
body .bl-2::after {
  height: 5px;
  background-color: #ff7e22;
  left: 0;
  bottom: 0;
}
body .ts-6 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
body .ts-5 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
body .ts-4 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
body .ts-3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
body .ht2h {
  height: 200px;
}
body .whfu {
  width: 100% !important;
}
body .par1 {
  background-color: #f3f3f3;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
body .par1:hover.bl {
  border-left-color: #ff7e22;
}
body .par1:hover.br {
  border-right-color: #ff7e22;
}
body .par1.bl {
  border-left: 10px solid #d2e2fe;
}
body .par1.br {
  border-right: 10px solid #d2e2fe;
}
body .sd-b,
body .sd-c {
  position: relative;
}
body .sd-b::before,
body .sd-c::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #d2e2fe;
}
body .sd-b > *,
body .sd-c > * {
  position: relative;
  z-index: 2;
}
body .sd-b {
  margin-left: 35px;
  margin-bottom: 25px;
}
body .sd-b::before {
  top: 25px;
  left: -35px;
}
body .sd-c {
  margin-left: 15px;
  margin-bottom: 20px;
}
body .sd-c::before {
  top: 20px;
  left: -15px;
}
body .pd-1,
body .pd-2,
body .pd-3,
body .pd-4 {
  background-color: #fff;
}
body .pd-1 {
  padding: 20px 115px 40px 65px;
}
body .pd-2 {
  padding: 40px 0 70px 30px;
}
body .pd-3 {
  padding: 70px 25px;
}
body .pd-4 {
  padding: 45px 175px 60px 40px;
}
body .pd-5 {
  padding: 60px 40px 50px;
}
body .wp-1 {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
body .wp-1:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
}
body .wp-2 {
  border: 1px solid #dbdbdb;
}
body .wp-2:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body .wp-3 {
  border: 1px solid #ffe5d2;
  border-radius: 10px;
  background-color: #fff2e8;
}
body .noti {
  text-indent: 0 !important;
}
body .video {
  text-align: center;
  position: relative;
}
body .video.lt > i {
  width: 54px;
  height: 54px;
}
body .video.md > i {
  width: 74px;
  height: 74px;
}
body .video > i {
  content: "";
  display: inline-block;
  width: 178px;
  height: 178px;
  background: url(../img/ic-play1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: transform 600ms;
}
body .video > i:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
body .video .img {
  width: 100%;
  vertical-align: middle;
}
body .pic {
  background-color: #d9d9d9;
}
body .dpib {
  display: inline-block;
}
body .tdul {
  text-decoration: underline;
}
body .nav {
  display: block;
}
@media (max-width: 1400px) {
  body {
    zoom: 0.9;
  }
}
@media (max-width: 768px) {
  body {
    zoom: 1;
  }
  body .ht10 {
    height: 10px !important;
  }
  body .ht15 {
    height: 15px !important;
  }
  body .bl-b::after {
    height: 24px;
  }
  body .bl-g::after {
    height: 48px;
  }
  body .bl-p::after {
    height: 24px;
  }
  body .bl-1.gt::after {
    height: 5px;
  }
  body .bl-1::after {
    height: 4px;
    bottom: 0;
  }
  body .bl-2 {
    padding-bottom: 6px;
  }
  body .ht2h {
    height: 100px;
  }
  body .par1.bl {
    border-left-width: 5px;
  }
  body .par1.br {
    border-right-width: 5px;
  }
  body .sd-b {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  body .sd-b::before {
    top: 15px;
    left: -15px;
  }
  body .sd-c {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  body .sd-c::before {
    top: 15px;
    left: -15px;
  }
  body .pd-1,
  body .pd-2,
  body .pd-3,
  body .pd-4,
  body .pd-5 {
    padding: 20px;
  }
  body .video.lt > i {
    width: 54px;
    height: 54px;
  }
  body .video.md > i {
    width: 54px;
    height: 54px;
  }
  body .video > i {
    width: 89px;
    height: 89px;
  }
}

header {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
}
body.on-scro header > .a, body.on-menu header > .a, body.on-srch header > .a, header.dark > .a, header:hover > .a {
  background-color: #fff;
  border-bottom: 1px solid #c2c2c2;
}
body.on-scro header .logo img, body.on-menu header .logo img, body.on-srch header .logo img, header.dark .logo img, header:hover .logo img {
  display: none;
}
body.on-scro header .logo img.on, body.on-menu header .logo img.on, body.on-srch header .logo img.on, header.dark .logo img.on, header:hover .logo img.on {
  display: block;
}
body.on-scro header .tool .lbtn, body.on-menu header .tool .lbtn, body.on-srch header .tool .lbtn, header.dark .tool .lbtn, header:hover .tool .lbtn {
  border-color: #000;
  color: #000;
}
body.on-scro header .tool .sbtn, body.on-menu header .tool .sbtn, body.on-srch header .tool .sbtn, header.dark .tool .sbtn, header:hover .tool .sbtn {
  background-image: url(../img/head-srch-dk.png);
}
body.on-scro header .menu .i > p a, body.on-menu header .menu .i > p a, body.on-srch header .menu .i > p a, header.dark .menu .i > p a, header:hover .menu .i > p a {
  color: #000;
}
body.on-srch header .srch {
  transform: translateY(0);
}
header > .a {
  height: 70px;
  transition: background-color 600ms;
}
header > .a .pr {
  z-index: 2;
}
header .logo {
  position: absolute;
  top: 6px;
  left: 0;
}
header .logo img {
  height: 58px;
}
header .logo img.on {
  display: none;
}
header .tool > ul {
  margin: 0 -8px;
}
header .tool > ul > li {
  padding: 0 8px;
  line-height: 70px;
}
header .tool .lbtn {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
header .tool .sbtn {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/head-srch.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
header .tool .btn1 {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 5px;
  width: 110px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
header .srch {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  left: auto;
  right: 0;
  width: 420px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 600ms;
}
header .srch > .hd {
  height: 70px;
  padding-top: 14px;
}
header .srch > .hd p {
  text-align: center;
}
header .srch > .hd p .tt {
  background-color: #f3f3f3;
  width: 338px;
  height: 42px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding-left: 16px;
  font-size: 15px;
}
header .srch > .hd p .tt::-webkit-input-placeholder {
  color: #515151;
}
header .srch > .hd p .bt {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/close1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 13px;
}
header .srch > .ct {
  padding: 0 30px;
  padding-bottom: 15px;
}
header .srch .lis1 p b,
header .srch .lis1 p a {
  display: block;
  line-height: 36px;
}
header .srch .lis1 p b {
  color: #515151;
  font-size: 15px;
}
header .srch .lis1 p a {
  font-size: 16px;
}
header .menu {
  text-align: center;
}
header .menu > ul {
  margin: 0 -22px;
  display: inline-block;
}
header .menu > ul > li {
  padding: 0 22px;
}
header .menu .i.on > .ex, header .menu .i:hover > .ex {
  padding: 50px 0;
  height: 128px;
}
header .menu .i > p a {
  display: block;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
}
header .menu .i > p a.on, header .menu .i > p a:hover {
  color: #ff862f !important;
}
header .menu .i > .ex {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  top: 70px;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  height: 0;
  transition: padding 600ms, height 600ms;
}
header .subm {
  text-align: center;
}
header .subm > ul {
  display: inline-block;
  margin: 0 -20px;
}
header .subm > ul > li {
  padding: 0 20px;
}
header .subm a {
  color: #000;
  font-size: 16px;
}
header .subm a.on, header .subm a:hover {
  color: #ff862f !important;
}
@media (max-width: 768px) {
  body.no-menu header > .a .pr {
    right: 15px;
  }
  body.no-menu header .mbtn {
    display: none;
  }
  body.on-srch header .menu {
    display: none !important;
  }
  header > .a {
    height: 44px;
  }
  header > .a .pr {
    right: 59px;
    z-index: 2;
  }
  header .logo {
    top: 5px;
    left: 15px;
  }
  header .logo img {
    height: 34px;
  }
  header .tool > ul > li {
    line-height: 44px;
  }
  header .tool .btn1 {
    width: 80px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    top: -1px;
  }
  header .tool .wh45 {
    display: none;
  }
  header .srch {
    right: -59px;
    width: 100vw;
  }
  header .menu {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
  }
  body.on-menu header .menu {
    display: block;
  }
  header .menu > ul {
    margin: 0;
    display: block;
  }
  header .menu > ul > li {
    padding: 0;
    float: none;
    border-bottom: 1px solid #eee;
  }
  header .menu .i.on > .ex, header .menu .i:hover > .ex {
    padding: 15px 0;
    height: auto;
  }
  header .menu .i > .ex {
    position: relative;
    top: 0;
    border-top: 1px solid #eee;
  }
  header .subm > ul {
    margin: 0;
  }
  header .subm > ul > li {
    padding: 0;
    display: inline-block;
    float: none;
    padding: 0 10px;
  }
  header .subm a {
    line-height: 30px;
    font-size: 15px;
  }
  header .mbtn {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../img/mbtn.png) no-repeat center #ff7e22;
    background-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
  }
  body.on-menu header .mbtn {
    background-image: url(../img/mbtn-hide.png);
    background-size: 16px;
  }
}

@media (max-width: 768px) {
  main {
    padding-top: 0 !important;
  }
}

footer > .b,
footer > .c {
  border-top: 1px solid #e3e3e3;
}
footer > .b {
  padding: 30px 0;
}
footer > .c {
  padding: 15px 0;
}
footer .cont > .l {
  width: 36%;
}
footer .cont > .r {
  width: 64%;
}
footer .call p.p1 img {
  height: 90px;
}
footer .call p.p2 {
  font-size: 20px;
  line-height: 30px;
}
footer .call p.p3 .u-btn1 {
  width: 120px;
}
footer .addr p.p1 {
  font-size: 20px;
}
footer .addr p.p2 a {
  display: inline-block;
  margin-right: 10px;
}
footer .addr p.p2 a:last-child {
  margin-right: 0;
}
footer .addr p.p2 a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
footer .addr p.p3 {
  font-size: 14px;
  line-height: 21px;
}
footer .addr p.p3 a {
  text-decoration: underline;
}
footer .menu {
  padding-top: 20px;
}
footer .menu .i:hover > .hd p .bl-2::after {
  background-color: #ff7e22;
}
footer .menu .i > .hd p {
  font-size: 20px;
}
footer .menu .i > .hd p .bl-2::after {
  background-color: #c1c1c1;
}
footer .menu .i > .ct p {
  margin-bottom: 28px;
  font-size: 16px;
}
footer .menu .i > .ct p:last-child {
  margin-bottom: 0;
}
footer .menu .i > .ct p a {
  display: block;
}
footer .info p {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .call p {
    text-align: center;
  }
  footer .addr {
    margin-top: 30px;
  }
  footer .addr p {
    text-align: center;
  }
  footer .menu {
    display: none;
  }
  footer .info p {
    font-size: 14px;
  }
}

.container.gt {
  width: auto;
  margin: 0 90px;
}
.container.lt {
  width: 990px;
}
@media (max-width: 768px) {
  .container.gt {
    margin: 0;
  }
}

.u-fullpart.gt {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .u-fullpart {
    padding: 30px 0;
  }
  .u-fullpart.gt {
    padding: 30px 0;
  }
}

.u-hobanner.ho .i > img,
.u-hobanner.ho .i > video {
  height: 100vh;
  object-fit: cover;
}
.u-hobanner.ho .i > .ex {
  top: 30%;
  left: 45%;
  transform: unset;
}
.u-hobanner.ho .txt1 p.p2 {
  padding-left: 30px;
}
.u-hobanner .i > img,
.u-hobanner .i > video {
  width: 100%;
}
.u-hobanner .i > .ex {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-hobanner .txt1 p {
  position: relative;
  z-index: 2;
  color: #fff;
}
.u-hobanner .txt1 p.p1 {
  font-size: 64px;
  padding-left: 30px;
  min-width: 4.5em;
}
.u-hobanner .txt1 p.p2 {
  font-size: 20px;
}
.u-hobanner .txt2 p {
  text-align: center;
  color: #fff;
}
.u-hobanner .txt2 p.p1 {
  font-size: 64px;
}
.u-hobanner .txt2 p.p2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .u-hobanner {
    padding-top: 44px;
  }
  .u-hobanner.ho {
    padding-top: 0;
  }
  .u-hobanner.ho .i > .ex {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .u-hobanner .i > img,
  .u-hobanner .i > video {
    height: 200px;
  }
  .u-hobanner .i > .ex {
    width: 80%;
    text-align: center;
  }
  .u-hobanner .txt1 p {
    line-height: 1.15em;
  }
  .u-hobanner .txt1 p.p1 {
    font-size: 32px;
    padding-left: 15px;
  }
  .u-hobanner .txt1 p.p2 {
    font-size: 14px;
  }
  .u-hobanner .txt2 p.p1 {
    font-size: 32px;
  }
  .u-hobanner .txt2 p.p2 {
    font-size: 14px;
  }
}

.u-scrodown {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  padding-bottom: 35px;
}
body.on-scro .u-scrodown {
  display: none;
}
.u-scrodown::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 32px;
  left: 50%;
  width: 1px;
  background-color: #fff;
}
.u-scrodown p {
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.u-homelink.ex:hover > ul > li {
  width: 40%;
}
.u-homelink.ex:hover > ul > li:hover {
  width: 60%;
}
.u-homelink.ex .i > img {
  height: 410px;
}
.u-homelink > ul {
  margin: 0 -20px;
}
.u-homelink > ul > li {
  padding: 0 20px;
  transition: width 600ms;
}
.u-homelink .i {
  display: block;
}
.u-homelink .i > img {
  height: 490x;
}
.u-homelink .i > p {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  top: 46px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 768px) {
  .u-homelink.ex:hover > ul > li {
    width: 100%;
  }
  .u-homelink.ex:hover > ul > li:hover {
    width: 100%;
  }
  .u-homelink.ex .i > img {
    height: 205px;
  }
  .u-homelink > ul {
    margin: -10px;
  }
  .u-homelink > ul > li {
    padding: 10px;
  }
  .u-homelink .i > img {
    height: 245px;
  }
  .u-homelink .i > p {
    top: 23px;
  }
}

.u-title1 ~ .ht20 {
  height: 20px !important;
}
.u-title1.wt p {
  color: #fff;
}
.u-title1 p {
  font-size: 32px;
  line-height: 48px;
}
.u-title1 p.gr {
  color: #515151;
}
.u-title1 p.lt {
  font-size: 24px;
  line-height: 1em;
}
.u-title1 p.gt {
  font-size: 48px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .u-title1 p {
    font-size: 24px;
    line-height: 36px;
  }
  .u-title1 p.lt {
    font-size: 18px;
    line-height: 1.2em;
  }
  .u-title1 p.gt {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.u-homesult .part > .l {
  width: 57%;
}
.u-homesult .part > .r {
  width: 43%;
}
.u-homesult .part .txt1 {
  background: url(../img/hosult-bg.png) no-repeat 100% 100%;
  padding-top: 65px;
  padding-left: 75px;
  padding-right: 120px;
  height: 375px;
}
.u-homesult .part .txt1 p.p1 {
  font-size: 20px;
  line-height: 30px;
}
.u-homesult .part .txt1 p.p2 {
  font-size: 15px;
  line-height: 1.6;
  height: 160px;
}
.u-homesult .part .img1 {
  width: 570px;
  height: 325px;
  float: right;
  position: relative;
  top: 25px;
}
@media (max-width: 768px) {
  .u-homesult .part .txt1 {
    padding: 15px;
    height: 325px;
  }
  .u-homesult .part .img1 {
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 15px;
  }
}

.u-more1 {
  display: inline-block;
  font-size: 15px;
}
.u-more1.gt {
  font-size: 24px;
}
.u-more1.gt > i {
  content: "";
  display: inline-block;
  width: 50px;
  height: 12px;
  background: url(../img/awr1-gt.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}
.u-more1.bl-1:hover.gt::after {
  height: 17px;
}
.u-more1.bl-1:hover::after {
  height: 8px;
}
.u-more1.bl-1.gt::after {
  height: 0;
  left: 20px;
  bottom: -12px;
}
.u-more1.bl-1::after {
  height: 0;
  left: 10px;
  width: auto;
  right: 0;
  bottom: -6px;
  transition: height 600ms;
}
.u-more1 > i {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../img/awr1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  left: 0;
  transition: left 600ms;
}

.u-title2 p {
  font-size: 32px;
  transition: font-size 600ms;
}
.u-title2 p.gt {
  font-size: 40px;
}
.u-title2 p .u-num1 {
  width: 40px;
  line-height: 40px;
  margin-right: 35px;
}
.u-title2 p label {
  line-height: unset;
}
.u-title2 .tab1.gt > ul > li {
  margin-right: 80px;
}
.u-title2 .tab1.gt .i.on p, .u-title2 .tab1.gt .i.active p {
  font-size: 32px;
}
.u-title2 .tab1.gt .i p {
  font-size: 32px;
}
.u-title2 .tab1.gt .i p .bl-1::after {
  height: 9px;
}
.u-title2 .tab1 > ul > li {
  margin-right: 50px;
}
.u-title2 .tab1 > ul > li:last-child {
  margin-right: 0 !important;
}
.u-title2 .tab1 .i.on p, .u-title2 .tab1 .i.active p {
  font-size: 20px;
}
.u-title2 .tab1 .i.on p .bl-1::after, .u-title2 .tab1 .i.active p .bl-1::after {
  display: block;
}
.u-title2 .tab1 .i p {
  font-size: 15px;
}
.u-title2 .tab1 .i p .bl-1 {
  cursor: pointer;
}
.u-title2 .tab1 .i p .bl-1::after {
  display: none;
}
@media (max-width: 768px) {
  .u-title2 ~ .ht30 {
    height: 20px !important;
  }
  .u-title2 p {
    font-size: 24px;
    line-height: 1.2em;
  }
  .u-title2 p.gt {
    font-size: 30px;
  }
  .u-title2 p .u-num1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .u-title2 .tab1.gt > ul > li {
    margin-right: 25px;
  }
  .u-title2 .tab1.gt .i.on p {
    font-size: 24px;
  }
  .u-title2 .tab1.gt .i p {
    font-size: 24px;
  }
  .u-title2 .tab1.gt .i p .bl-1::after {
    height: 5px;
  }
  .u-title2 .tab1 > ul {
    white-space: nowrap;
    overflow-y: auto;
    padding-bottom: 5px;
  }
  .u-title2 .tab1 > ul > li {
    margin-right: 15px;
    float: none;
    display: inline-block;
  }
}

.u-homecase.ex-0 > ul > li:nth-child(even) .i:hover .view {
  left: 160px;
}
.u-homecase.ex-0 > ul > li:nth-child(even) .i:hover .cont {
  left: 0;
}
.u-homecase.ex-0 > ul > li:nth-child(even) .i .cont {
  left: -50%;
  right: auto;
}
.u-homecase.ex-0 .i {
  padding-left: 0;
  padding-right: 160px;
  overflow: hidden;
}
.u-homecase.ex-0 .i:hover .view {
  left: 160px;
}
.u-homecase.ex-0 .i:hover .cont {
  left: 0;
}
.u-homecase.ex-0 .i .view {
  position: relative;
  left: 0;
  transition: left 600ms;
}
.u-homecase.ex-0 .i .view::after {
  display: none;
}
.u-homecase.ex-0 .i .cont {
  left: -50%;
  transition: left 600ms;
}
.u-homecase.ex-1 .i {
  padding-left: 0;
  padding-right: 420px;
}
.u-homecase.ex-1 .i .cont {
  width: 450px;
  left: auto;
}
.u-homecase.ex-1 .i .cont.p1 {
  top: 55px;
  right: 40px;
  padding: 40px 20px;
}
.u-homecase.ex-1 .i .cont.p1 p.p3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.u-homecase.ex-1 .i .cont.p2 {
  top: 275px;
  right: 0;
  padding: 65px 20px;
}
.u-homecase.ex-1 .i .cont.p2 p.p3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.u-homecase.ex-2 .i {
  padding-left: 480px;
}
.u-homecase.ex-2 .i .cont {
  width: 455px;
  padding: 30px 20px;
}
.u-homecase.ex-2 .i .cont.p1 {
  z-index: 3;
  top: 50px;
}
.u-homecase.ex-2 .i .cont.p2 {
  z-index: 2;
  top: 190px;
  left: 70px;
  width: 275px;
}
.u-homecase.ex-2 .i .cont.p3 {
  z-index: 1;
  top: 320px;
}
.u-homecase.ex-2 .i .cont.p4 {
  width: auto;
  padding: 0;
  top: 510px;
}
.u-homecase.ex-2 .i .cont p.p3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-homecase.ex-3 > ul > li {
  margin-bottom: 30px;
}
.u-homecase.ex-3 > ul > li:nth-child(even) .i {
  padding-left: 230px;
  padding-right: 420px;
}
.u-homecase.ex-3 > ul > li:nth-child(even) .i .cont {
  left: 0;
  right: auto;
  border-right: none;
  border-left: 10px solid #d2e2fe;
}
.u-homecase.ex-3 > ul > li:nth-child(even) .i .cont:hover {
  border-left-color: #ff7e22;
}
.u-homecase.ex-3 .i {
  padding-left: 420px;
  padding-right: 230px;
}
.u-homecase.ex-3 .i .cont {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 335px;
  padding: 40px 50px;
}
.u-homecase.ex-4 .i {
  padding-left: 330px;
  padding-right: 0;
  transition: padding-left 600ms, padding-right 600ms;
}
.u-homecase.ex-4 .i:hover {
  padding-left: 80px;
  padding-right: 80px;
}
.u-homecase.ex-4 .i .cont {
  top: 50%;
  transform: translateY(-50%);
  width: 390px;
  padding: 40px 30px;
}
.u-homecase.ex-4 .i .cont p.p4 {
  line-height: 35px;
}
.u-homecase.ex-5 > ul > li {
  margin-bottom: 40px;
}
.u-homecase.ex-5 > ul > li:nth-child(even) .i {
  padding-left: 400px;
  padding-right: 0;
}
.u-homecase.ex-5 > ul > li:nth-child(even) .i .cont {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 10px solid #d2e2fe;
}
.u-homecase.ex-5 > ul > li:nth-child(even) .i .cont:hover {
  border-right-color: #ff7e22;
}
.u-homecase.ex-5 .i {
  padding-left: 0;
  padding-right: 400px;
}
.u-homecase.ex-5 .i .cont {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 450px;
  padding: 20px;
  padding-top: 30px;
}
.u-homecase > ul > li {
  margin-bottom: 95px;
}
.u-homecase > ul > li:last-child {
  margin-bottom: 0;
}
.u-homecase > ul > li:nth-child(even) .i {
  padding-left: 0;
  padding-right: 160px;
}
.u-homecase > ul > li:nth-child(even) .i .cont {
  left: auto;
  right: 0;
}
.u-homecase .i {
  padding-left: 160px;
}
.u-homecase .i:hover .view::after {
  opacity: 0;
}
.u-homecase .i .view {
  position: relative;
}
.u-homecase .i .view.noov::after {
  display: none;
}
.u-homecase .i .view::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.u-homecase .i .view img {
  width: 100%;
}
.u-homecase .i .cont {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
}
.u-homecase .i .cont p.p1 {
  font-size: 40px;
}
.u-homecase .i .cont p.p2 {
  font-size: 15px;
}
.u-homecase .i .cont p.p3 {
  font-size: 16px;
  line-height: 24px;
}
.u-homecase .i .cont p.p4 {
  font-size: 24px;
  line-height: 30px;
}
.u-homecase .i .cont p.p5 {
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .u-homecase.ex-0 > ul > li {
    margin-bottom: 30px;
  }
  .u-homecase.ex-0 > ul > li:nth-child(even) .i {
    padding-right: 40px;
  }
  .u-homecase.ex-0 > ul > li:nth-child(even) .i:hover .view {
    left: 40px;
  }
  .u-homecase.ex-0 > ul > li:nth-child(even) .i .cont {
    left: -100%;
  }
  .u-homecase.ex-0 .i {
    padding-right: 40px;
  }
  .u-homecase.ex-0 .i:hover .view {
    left: 40px;
  }
  .u-homecase.ex-0 .i .cont {
    left: -100%;
  }
  .u-homecase.ex-1 .i {
    padding-right: 0;
  }
  .u-homecase.ex-1 .i .cont {
    position: relative;
    width: auto;
    left: auto;
  }
  .u-homecase.ex-1 .i .cont.p1 {
    top: 0;
    right: 0;
    padding: 15px;
    margin-top: 30px;
  }
  .u-homecase.ex-1 .i .cont.p2 {
    top: 0;
    right: 0;
    padding: 15px;
    margin-top: 15px;
  }
  .u-homecase.ex-2 .i {
    padding-left: 0;
  }
  .u-homecase.ex-2 .i .cont {
    position: relative;
    width: auto;
    padding: 15px;
    margin-top: 15px;
  }
  .u-homecase.ex-2 .i .cont.p1 {
    z-index: 3;
    top: 0;
  }
  .u-homecase.ex-2 .i .cont.p2 {
    top: 0;
    left: 0;
    width: 100%;
  }
  .u-homecase.ex-2 .i .cont.p3 {
    top: 0;
  }
  .u-homecase.ex-2 .i .cont.p4 {
    top: 0;
  }
  .u-homecase.ex-3 > ul > li:nth-child(even) .i {
    padding-left: 20px;
    padding-right: 40px;
  }
  .u-homecase.ex-3 > ul > li:nth-child(even) .i .cont {
    border-left-width: 5px;
  }
  .u-homecase.ex-3 .i {
    padding-left: 40px;
    padding-right: 20px;
  }
  .u-homecase.ex-3 .i .view img {
    height: 200px;
  }
  .u-homecase.ex-3 .i .cont {
    width: 200px;
    padding: 15px;
  }
  .u-homecase.ex-4 .i {
    padding-left: 0;
    transition: top 600ms;
    top: 0;
  }
  .u-homecase.ex-4 .i:hover {
    padding-left: 0;
    padding-right: 0;
    top: -10px;
  }
  .u-homecase.ex-4 .i .cont {
    top: 0;
    transform: unset;
    width: 100%;
    padding: 15px;
    position: relative;
    margin-top: 15px;
  }
  .u-homecase.ex-4 .i .cont p.p4 {
    line-height: 24px;
  }
  .u-homecase.ex-5 > ul > li:nth-child(even) .i {
    padding-left: 10%;
  }
  .u-homecase.ex-5 > ul > li:nth-child(even) .i .cont {
    border-right-width: 5px;
  }
  .u-homecase.ex-5 .i {
    padding-right: 10%;
  }
  .u-homecase.ex-5 .i .cont {
    top: 0;
    transform: unset;
    left: auto;
    right: 0;
    width: 100%;
    position: relative;
  }
  .u-homecase > ul > li {
    margin-bottom: 65px;
  }
  .u-homecase > ul > li:nth-child(even) .i {
    padding-right: 80px;
  }
  .u-homecase .i {
    padding-left: 80px;
  }
  .u-homecase .i .cont {
    top: 20%;
  }
  .u-homecase .i .cont p.p1 {
    font-size: 28px;
  }
  .u-homecase .i .cont p.p2 {
    font-size: 14px;
  }
  .u-homecase .i .cont p.p3 {
    font-size: 16px;
    line-height: 24px;
  }
  .u-homecase .i .cont p.p4 {
    font-size: 18px;
    line-height: 24px;
  }
  .u-homecase .i .cont p.p5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.u-homeform .head > img.img1 {
  height: 400px;
}
.u-homeform .head > img.img2 {
  height: 580px;
}
.u-homeform .head > .ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.u-homeform .head > .ct p {
  text-align: center;
}
.u-homeform .head > .ct p.p1 {
  font-size: 48px;
  color: #fff;
}
.u-homeform .head > .ct p.p2 {
  font-size: 64px;
}
.u-homeform .head > .ct p.p3 {
  font-size: 16px;
}
.u-homeform .name p {
  font-size: 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .u-homeform .head > img.img1 {
    height: 200px;
  }
  .u-homeform .head > img.img2 {
    height: 290px;
  }
  .u-homeform .head > .ct {
    padding: 0 15px;
  }
  .u-homeform .head > .ct p.p1 {
    font-size: 24px;
  }
  .u-homeform .head > .ct p.p2 {
    font-size: 36px;
  }
  .u-homeform .head > .ct p.p3 {
    font-size: 14px;
    line-height: 1.4em;
  }
  .u-homeform .name p {
    font-size: 48px;
    line-height: 1.2em;
  }
  .u-homeform .name p label {
    line-height: unset;
  }
}

.u-form1 > .hd p {
  text-align: center;
  font-size: 24px;
}
.u-form1 > .hd p::before, .u-form1 > .hd p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 1px;
  background-color: #e3e3e3;
  margin: 0 20px;
}
.u-form1 .form.lt > ul {
  margin: -10px 0;
}
.u-form1 .form.lt > ul > li {
  padding: 10px 0;
}
.u-form1 .form > ul {
  margin: -20px 0;
}
.u-form1 .form > ul > li {
  padding: 20px 0;
}
.u-form1 .form .i.full > label {
  display: block;
}
.u-form1 .form .i.full > .ct {
  display: block;
}
.u-form1 .form .i.full > .ct input.tt {
  width: 100%;
}
.u-form1 .form .i.full > .ct input.tt.ib {
  width: calc(100% - 165px);
}
.u-form1 .form .i > label {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  font-size: 20px;
  margin-right: 5px;
}
.u-form1 .form .i > label em {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/em-1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -12px;
  margin-left: 2px;
}
.u-form1 .form .i > .ct {
  display: inline-block;
  vertical-align: middle;
}
.u-form1 .form .i > .ct .tt {
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}
.u-form1 .form .i > .ct .tt::-webkit-input-placeholder {
  color: #a8a8a8;
}
.u-form1 .form .i > .ct input.tt {
  width: 188px;
  height: 42px;
  text-indent: 8px;
}
.u-form1 .form .i > .ct textarea.tt {
  width: 100%;
  resize: none;
  padding: 6px 8px;
  height: 98px;
}
@media (max-width: 768px) {
  .u-form1 > .hd p::before, .u-form1 > .hd p::after {
    width: 20vw;
  }
  .u-form1 .form.lt > ul {
    margin: -10px;
  }
  .u-form1 .form.lt > ul > li {
    padding: 10px;
  }
  .u-form1 .form > ul {
    margin: -10px;
  }
  .u-form1 .form > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-form1 .form .i {
    text-align: left !important;
  }
  .u-form1 .form .i.full > .ct input.tt.ib {
    width: calc(100% - 145px);
  }
  .u-form1 .form .i > label {
    width: 100%;
  }
  .u-form1 .form .i > .ct {
    width: 100%;
  }
  .u-form1 .form .i > .ct input.tt {
    width: 100%;
  }
}

.u-btn1 {
  display: inline-block;
  line-height: 42px;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff !important;
  font-size: 20px;
  background-color: #ff7e22;
  text-align: center;
}
.u-btn1.lt {
  font-size: 16px;
}
.u-btn1.bd {
  border: 1px solid #adadad;
  line-height: 40px;
  padding: 0 19px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000 !important;
}
.u-btn1.aw {
  line-height: 55px;
}
.u-btn1.aw:hover::after {
  left: 5%;
}
.u-btn1.aw::after {
  content: "→";
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: left 600ms;
}

.u-play {
  display: inline-block;
  font-size: 20px;
}
.u-play:hover::before {
  transform: scale(1.2);
}
.u-play::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/ic-play1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 45px;
  transition: transform 600ms;
}
@media (max-width: 768px) {
  .u-play::before {
    margin-right: 20px;
  }
}

.u-commabox {
  width: 480px;
}
.u-commabox.ex {
  width: 60%;
}
.u-commabox.ex > a {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../img/close1-on.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  top: 15px;
  right: 15px;
}
.u-commabox.ex > .ct {
  padding: 0;
}
.u-commabox > a {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/close1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 20px;
}
.u-commabox > .hd {
  border-bottom: 1px solid #a8a8a8;
  padding: 0 20px;
}
.u-commabox > .hd p {
  line-height: 60px;
  font-size: 20px;
}
.u-commabox > .ct {
  padding: 25px 50px;
}
@media (max-width: 768px) {
  .u-commabox {
    width: 90% !important;
  }
  .u-commabox.ex {
    width: 90% !important;
  }
  .u-commabox.ex > a {
    width: 35px;
    height: 35px;
  }
  .u-commabox > .ct {
    padding: 20px;
  }
}

.u-history {
  position: relative;
}
.u-history::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  border-right: 4px dashed #d2e2fe;
}
.u-history > ul {
  padding-bottom: 45px;
}
.u-history > ul > li {
  margin-bottom: -45px;
  width: 50%;
  text-align: right;
}
.u-history > ul > li:nth-child(even) {
  margin-left: 50%;
  text-align: left;
}
.u-history > ul > li:nth-child(even) .i {
  padding-right: 0;
  padding-left: 40px;
  text-align: left;
}
.u-history > ul > li:nth-child(even) .i:hover > .ct {
  border-left-color: #ff7e22;
}
.u-history > ul > li:nth-child(even) .i::after {
  left: -10px;
}
.u-history > ul > li:nth-child(even) .i > .ct {
  border-right: none;
  border-left: 10px solid #d2e2fe;
}
.u-history > ul > li:nth-child(even) .i > .ct p.p1 {
  text-align: left;
}
.u-history .i {
  padding-right: 40px;
  text-align: right;
  display: inline-block;
}
.u-history .i:hover::after {
  background-color: #ff7e22;
}
.u-history .i::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a2c0f4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.u-history .i > .ct {
  padding: 25px 20px;
}
.u-history .i > .ct p.p1 {
  text-align: right;
  font-size: 24px;
}
.u-history .i > .ct p.p2 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .u-history::after {
    display: none;
  }
  .u-history > ul {
    padding-bottom: 0;
  }
  .u-history > ul > li {
    margin-bottom: 20px;
    width: 95%;
  }
  .u-history > ul > li:nth-child(even) {
    margin-left: 5%;
  }
  .u-history > ul > li:nth-child(even) .i > .ct {
    border-left-width: 5px;
  }
  .u-history .i {
    display: block;
  }
  .u-history .i::after {
    width: 30px;
    height: 30px;
  }
}

.u-article.lt > .ct p {
  line-height: 24px;
}
.u-article > .hd p {
  text-align: center;
}
.u-article > .hd p.p1 {
  font-size: 64px;
  line-height: 96px;
}
.u-article > .hd p.p2 {
  font-size: 16px;
  color: #515151;
}
.u-article > .hd p.p2 i {
  font-style: normal;
  margin: 0 12px;
}
.u-article > .ct p {
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
}
.u-article > .ct img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}
.u-article > .ct img.img1 {
  min-height: 200px;
}
.u-article > .ct .video {
  margin-bottom: 1em;
}
.u-article > .ft {
  text-align: center;
  border-top: 1px solid #a8a8a8;
}
.u-article > .ft p {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  color: #ff7e22;
  font-weight: bold;
  line-height: 50px;
}
.u-article > .ft p a {
  color: #ff7e22;
}
@media (max-width: 768px) {
  .u-article > .hd p.p1 {
    font-size: 32px;
    line-height: 48px;
  }
  .u-article > .hd p.p2 {
    line-height: 1.4em;
  }
  .u-article > .ft p {
    font-size: 18px;
    line-height: 38px;
  }
}

.u-iconlis1.ex-1 > ul {
  margin: -20px;
}
.u-iconlis1.ex-1 > ul > li {
  padding: 20px;
}
.u-iconlis1.ex-2 > ul {
  margin: -16px -40px;
}
.u-iconlis1.ex-2 > ul > li {
  padding: 16px 40px;
}
.u-iconlis1.ex-2 .i {
  border-radius: 5px;
}
.u-iconlis1.ex-3 {
  margin-right: 200px;
}
.u-iconlis1.ex-3 > ul {
  margin: 0 -50px;
}
.u-iconlis1.ex-3 > ul > li {
  padding: 0 50px;
}
.u-iconlis1.ex-3 .i {
  border-radius: 5px;
  padding: 30px 20px;
}
.u-iconlis1.ex-4 > ul {
  margin: -15px;
}
.u-iconlis1.ex-4 > ul > li {
  padding: 15px;
}
.u-iconlis1.ex-4 .i {
  padding: 20px;
}
.u-iconlis1 .i {
  padding: 25px;
}
.u-iconlis1 .i p.p1 > i {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffd3b3;
  border-radius: 5px;
}
.u-iconlis1 .i p.p2 {
  font-size: 24px;
}
.u-iconlis1 .i p.p3 {
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
}
.u-iconlis1 .i p.p3.lt {
  line-height: 24px;
  height: 48px;
}
.u-iconlis1 .i p.p4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .u-iconlis1.ex-3 {
    margin-right: 0;
  }
  .u-iconlis1 > ul {
    margin: -10px !important;
  }
  .u-iconlis1 > ul > li {
    padding: 10px !important;
    width: 100% !important;
  }
}

.u-speclis1 > .l {
  width: 370px;
}
.u-speclis1 > .r {
  width: 910px;
}
.u-speclis1 .txt1 {
  padding-top: 20px;
  padding-right: 10px;
}
.u-speclis1 .txt1 p {
  font-size: 16px;
  line-height: 40px;
}
.u-speclis1 .txt1 p b {
  font-weight: normal;
  color: #ff7e22;
  font-size: 24px;
}
.u-speclis1 .view img {
  width: 100%;
}
@media (max-width: 768px) {
  .u-speclis1 > .r {
    margin-top: 30px;
  }
}

.u-pic1 img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .u-pic1.tb {
    display: block !important;
    overflow: auto !important;
  }
  .u-pic1.tb img {
    max-width: 200%;
  }
}

.u-corelis1.flow .i {
  width: 400px;
  margin-bottom: 30px;
}
.u-corelis1 > ul {
  margin: 0 -20px;
}
.u-corelis1 > ul > li {
  padding: 0 20px;
}
.u-corelis1 .i {
  border-radius: 5px;
}
.u-corelis1 .i > .ct {
  padding: 30px 40px;
}
.u-corelis1 .i > .ct p.p1 {
  font-size: 20px;
}
.u-corelis1 .i > .ct p.p2 {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
}
.u-corelis1 .i > .ct p.p2 img {
  margin-right: 10px;
  top: -1px;
}
@media (max-width: 768px) {
  .u-corelis1.flow .i {
    width: 100%;
  }
  .u-corelis1 > ul {
    margin: -10px;
  }
  .u-corelis1 > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-corelis1 .i > .ct {
    padding: 20px;
  }
}

.u-corelis2 {
  margin-bottom: -25px;
}
.u-corelis2 > ul {
  margin: -25px;
}
.u-corelis2 > ul > li {
  padding: 25px;
}
.u-corelis2 .i:hover > .ct p {
  color: #ff7e22;
}
.u-corelis2 .i > .ct {
  padding: 24px 12px;
}
.u-corelis2 .i > .ct.pb {
  padding-bottom: 20px;
}
.u-corelis2 .i > .ct p {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-corelis2 .i > .ct p label {
  display: inline-block;
  margin-right: 30px;
  color: #515151;
}
.u-corelis2 .i > .ct p label:last-child {
  margin-right: 0;
}
.u-corelis2 .i > .ct p label img {
  margin-right: 10px;
  top: -2px;
}
@media (max-width: 768px) {
  .u-corelis2 {
    margin-bottom: -10px;
  }
  .u-corelis2 > ul {
    margin: -10px;
  }
  .u-corelis2 > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-corelis2 .i > .ct.pb {
    padding-bottom: 20px;
  }
  .u-corelis2 .i > .ct p label {
    margin-right: 20px;
  }
  .u-corelis2 .i > .ct p label img {
    zoom: 0.8;
  }
}

.u-prodlis1 {
  background-color: #f9fbfc !important;
}

.u-parapage {
  position: relative;
}
.u-parapage > .l {
  width: 275px;
  position: sticky;
  top: 100px;
}
.u-parapage > .r {
  width: calc(100% - 275px);
  padding: 110px 0;
}
@media (max-width: 768px) {
  .u-parapage > .l {
    position: relative;
    top: 0;
  }
  .u-parapage > .r {
    padding: 55px 0;
  }
}

.u-paranavi {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: auto;
  max-height: calc(100vh - 130px);
}
.u-paranavi > ul > li {
  border-bottom: 1px solid #a8a8a8;
  padding: 15px 0;
}
.u-paranavi > ul > li:last-child {
  border-bottom: none;
}
.u-paranavi .i {
  display: block;
  border-radius: 5px;
  padding: 8px 5px;
  line-height: 30px;
  font-size: 20px;
}
.u-paranavi .i.on {
  background-color: #ffe5d2;
}
@media (max-width: 768px) {
  .u-paranavi {
    max-height: unset;
  }
}

.u-paraview > .l {
  width: 390px;
}
.u-paraview > .r {
  width: 590px;
}
.u-paraview .txt1 > .hd {
  padding-left: 15px;
}
.u-paraview .txt1 > .hd p {
  font-size: 32px;
}
.u-paraview .txt1 .table1 table tbody tr {
  border-bottom: 1px solid #a8a8a8;
}
.u-paraview .txt1 .table1 table tbody tr.hh {
  border-bottom: none;
}
.u-paraview .txt1 .table1 table tbody tr.hh td {
  padding-top: 20px;
  font-size: 16px;
  color: #ff7e22;
}
.u-paraview .txt1 .table1 table tbody tr td {
  padding: 10px 15px;
  font-size: 16px;
}
.u-paraview .txt1 .table1 table tbody tr td:nth-child(2) {
  color: #515151;
}
@media (max-width: 768px) {
  .u-paraview > .r {
    margin-top: 30px;
  }
  .u-paraview .logo img {
    max-width: 50%;
  }
}

.u-comphead > .l {
  width: 48%;
}
.u-comphead > .r {
  width: 52%;
}
.u-comphead .txt1 {
  padding-right: 25px;
}
.u-comphead .txt1 p.p1 {
  font-size: 16px;
  line-height: 24px;
}
.u-comphead .view {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .u-comphead > .r {
    margin-top: 30px;
  }
}

.u-compnews > .l {
  width: 58%;
}
.u-compnews > .r {
  width: 40%;
}
.u-compnews .txt1 {
  padding: 40px;
}
.u-compnews .txt1 > .hd p {
  font-size: 24px;
  line-height: 36px;
}
.u-compnews .txt1 > .ct {
  position: relative;
  padding-left: 35px;
}
.u-compnews .txt1 > .ct > img {
  position: absolute;
  top: 0;
  left: -2px;
}
.u-compnews .txt1 > .ct p.p1 {
  font-size: 20px;
}
.u-compnews .txt1 > .ct p.p2 {
  font-size: 16px;
  line-height: 1.6em;
  color: #5c5c5c;
}

.u-viewtxt1.ex > .ct {
  left: 80%;
}
.u-viewtxt1.ex .txt1 {
  background-color: rgba(255, 255, 255, 0.3);
}
.u-viewtxt1 > .bg img {
  height: 550px;
  width: 100%;
}
.u-viewtxt1 > .ct {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 550px;
}
.u-viewtxt1 .txt1 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px;
  color: #fff;
}
.u-viewtxt1 .txt1 .u-title1 p.gt {
  line-height: 72px;
}
.u-viewtxt1 .txt1 p.p1 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .u-viewtxt1.ex > .ct {
    left: 50%;
  }
  .u-viewtxt1 > .ct {
    width: 90%;
  }
}

.u-scenstep > ul {
  margin: 0 -40px;
}
.u-scenstep > ul > li {
  padding: 0 40px;
  position: relative;
}
.u-scenstep > ul > li::after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #d9d9d9;
  position: absolute;
  top: 40px;
  right: -30px;
}
.u-scenstep .i p {
  text-align: center;
}
.u-scenstep .i p.p2 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .u-scenstep > ul {
    margin: -10px;
  }
  .u-scenstep > ul > li {
    padding: 10px;
  }
  .u-scenstep > ul > li:nth-child(3n)::after {
    display: none;
  }
}

.u-num1 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff7e22;
  font-size: 24px;
}
@media (max-width: 768px) {
  .u-num1 {
    width: 40px;
    line-height: 40px;
  }
}

.u-scencase > ul > li {
  margin-bottom: 45px;
}
.u-scencase > ul > li:last-child {
  margin-bottom: 0;
}
.u-scencase .i:hover > p {
  opacity: 1;
}
.u-scencase .i > p {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
  padding: 18px 28px;
  opacity: 0;
}
.u-scencase > p {
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .u-scencase > p {
    font-size: 24px;
  }
}

.u-scenpart {
  padding: 35px;
}
.u-scenpart p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 24px;
}
.u-scenpart p label {
  font-size: 22px;
  color: #ff7e22;
}
.u-scenpart p label img {
  margin-right: 6px;
  top: -2px;
}
.u-scenpart .lis1 .i {
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}
.u-scenpart .lis1 .i > img {
  position: absolute;
  top: 0;
  left: 0;
}
.u-scenpart .lis1 .i h5 {
  padding-left: 15px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .u-scenpart {
    margin-bottom: 30px;
  }
  .u-scenpart .lis1 > ul {
    margin: -10px;
  }
  .u-scenpart .lis1 > ul > li {
    padding: 10px;
  }
}

.u-prodhead > .l {
  width: calc(100% - 600px);
}
.u-prodhead > .r {
  width: 600px;
}
.u-prodhead .txt1 {
  padding-left: 50px;
}
.u-prodhead .txt1 p.p1 {
  font-size: 64px;
  line-height: 96px;
  white-space: nowrap;
}
.u-prodhead .txt1 p.p1 i {
  width: 2em;
}
.u-prodhead .txt1 p.p2 {
  font-size: 16px;
  line-height: 48px;
  padding-left: 60px;
}
.u-prodhead .txt1 p.p3 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .u-prodhead .txt1 {
    padding-left: 0;
  }
  .u-prodhead .txt1 p.p1 {
    font-size: 42px;
    line-height: 72px;
  }
  .u-prodhead .txt1 p.p1 i {
    width: 1em;
  }
  .u-prodhead .txt1 p.p2 {
    font-size: 16px;
    line-height: 48px;
    padding-left: 60px;
  }
  .u-prodhead .txt1 p.p3 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 60px;
  }
}

.u-prodnote > .l {
  width: calc(100% - 450px);
}
.u-prodnote > .r {
  width: 450px;
}
.u-prodnote .txt1 p {
  font-size: 40px;
  line-height: 78px;
}
.u-prodnote .txt2 {
  padding: 50px 20px;
}
.u-prodnote .txt2 p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .u-prodnote .txt1 p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .u-prodnote .txt1 p label {
    line-height: unset;
  }
  .u-prodnote .txt2 {
    padding: 50px 20px;
  }
  .u-prodnote .txt2 p {
    font-size: 16px;
    line-height: 24px;
  }
}

.u-conthead > .l {
  width: 56%;
}
.u-conthead > .r {
  width: 44%;
}
.u-conthead .txt1 {
  padding: 35px 25px;
  background: url(../img/cocall-b1.jpg);
  background-size: cover;
}
.u-conthead .txt1 > .hd {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.u-conthead .txt1 > .ct {
  padding-left: 15px;
}
.u-conthead .txt1 > .ct p {
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .u-conthead .txt1 > .ct {
    padding-left: 0;
  }
  .u-conthead .txt1 > .ct p {
    line-height: 34px;
    white-space: unset;
  }
}

.u-callmap1 {
  position: relative;
}
.u-callmap1 > label {
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 0;
  font-size: 32px;
}
.u-callmap1 > .ct img {
  width: 100%;
}
@media (max-width: 768px) {
  .u-callmap1 > label {
    top: 20px;
    font-size: 24px;
  }
}

.u-people > ul {
  margin: -14px -8px;
}
.u-people > ul > li {
  padding: 14px 8px;
}
.u-people .i {
  padding: 25px;
  background: url(../img/cocall-b1.jpg);
  background-size: cover;
}
.u-people .i:hover {
  background: #fff;
}
.u-people .i > .hd {
  padding-bottom: 28px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 12px;
  position: relative;
}
.u-people .i > .hd img {
  position: absolute;
  top: 6px;
  left: -20px;
}
.u-people .i > .hd p {
  font-size: 32px;
}
.u-people .i > .ct {
  margin-left: -22px;
  height: 220px;
}
.u-people .i > .ct p {
  position: relative;
  padding-left: 85px;
  font-size: 20px;
  line-height: 50px;
}
.u-people .i > .ct p > label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
}
.u-people .i > .ct p > label img {
  margin-right: 2px;
}
@media (max-width: 768px) {
  .u-people > ul {
    margin: -10px;
  }
  .u-people > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-people .i > .hd img {
    top: 0;
  }
  .u-people .i > .hd p {
    font-size: 24px;
  }
  .u-people .i > .ct {
    height: auto;
  }
  .u-people .i > .ct p {
    font-size: 18px;
    line-height: 40px;
  }
  .u-people .i > .ct p > label {
    line-height: 40px;
  }
}

.u-carbhead.ex > .l {
  width: 38%;
}
.u-carbhead.ex > .r {
  width: 56%;
}
.u-carbhead > .l {
  width: 42%;
}
.u-carbhead > .r {
  width: 55%;
}
.u-carbhead .u-title1 p.gt {
  line-height: 1.5em;
}
.u-carbhead .txt1 p.p1 {
  font-size: 16px;
  line-height: 24px;
}
.u-carbhead .cnt1 {
  padding: 15px 10px;
}
.u-carbhead .cnt1 > .hd p {
  font-size: 24px;
}
.u-carbhead .cnt1 > .ct p {
  padding-left: 25px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
}
.u-carbhead .cnt1 > .ct p:last-child {
  margin-bottom: 0;
}
.u-carbhead .cnt1 > .ct p > img {
  position: absolute;
  top: 0;
  left: -5px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.u-carbhead .cnt2 {
  padding: 25px 15px;
  padding-bottom: 20px;
}
.u-carbhead .cnt2 > .ct p.p1 {
  color: #ff7e22;
  font-size: 50px;
}
.u-carbhead .cnt2 > .ct p.p2 {
  font-size: 24px;
}
.u-carbhead .cnt2 > .ct p.p3 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .u-carbhead > .r {
    margin-top: 30px;
  }
}

.u-carbnote {
  background: linear-gradient(to right, #ff9947, #ff852e);
  color: #fff;
}
.u-carbnote > .hd p {
  font-size: 50px;
}
.u-carbnote > .ct {
  border-left: 3px solid rgba(255, 255, 255, 0.4);
  padding: 5px 35px;
  padding-top: 0;
  width: 60%;
}
.u-carbnote > .ct p.p1 {
  font-size: 20px;
  line-height: 36px;
}
.u-carbnote > .ct p.p2 {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 768px) {
  .u-carbnote > .hd p {
    font-size: 38px;
    line-height: 1.2em;
  }
  .u-carbnote > .ct {
    padding: 5px 15px;
    padding-top: 0;
    width: 100%;
    margin-top: 10px;
  }
}

.u-carbways > ul {
  margin: 0 -15px;
}
.u-carbways > ul > li {
  padding: 0 15px;
}
.u-carbways .i {
  padding: 35px 20px 15px;
}
.u-carbways .i > .hd p {
  text-align: center;
}
.u-carbways .i > .hd p.p1 img {
  width: 90px;
  height: 90px;
}
.u-carbways .i > .hd p.p2 {
  color: #ff7e22;
  font-size: 28px;
}
.u-carbways .i > .ct {
  padding: 0 10px;
}
.u-carbways .i > .ct p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 168px;
}
.u-carbways .i > .nt {
  padding: 20px 25px 10px;
}
.u-carbways .i > .nt p.p1 {
  color: #ff7e22;
  font-size: 22px;
  padding-left: 30px;
}
.u-carbways .i > .nt p.p2 {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
}
@media (max-width: 768px) {
  .u-carbways > ul {
    margin: -10px;
  }
  .u-carbways > ul > li {
    padding: 10px;
    width: 100% !important;
  }
}

.u-filter .p {
  font-size: 24px;
  line-height: 44px;
}
.u-filter .p label {
  display: inline-block;
  margin-right: 20px;
}
.u-filter .p .ct {
  display: inline-block;
}
.u-filter .p .ct .tt {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.u-filter .p .ct .tt::-webkit-input-placeholder {
  color: #515151;
}
.u-filter .p .ct select.tt,
.u-filter .p .ct input.tt {
  height: 44px;
}
.u-filter .p .ct select.tt {
  width: 210px;
  padding: 0 20px;
}
.u-filter .p .ct input.tt {
  text-indent: 20px;
  font-size: 16px;
}
.u-filter .p .ct .srch {
  position: relative;
}
.u-filter .p .ct .srch .bt {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  right: 10px;
  width: 44px;
  background: url(../img/ic-srch.png) no-repeat center;
}
.u-filter .p .ct .srch input.tt {
  width: 920px;
}
@media (max-width: 768px) {
  .u-filter .p {
    font-size: 18px;
  }
  .u-filter .p .ct select.tt {
    width: calc(100vw - 92px);
  }
  .u-filter .p .ct .srch {
    margin-bottom: 15px;
  }
  .u-filter .p .ct .srch input.tt {
    width: calc(100vw - 30px);
  }
}

.u-infohead > ul {
  margin: 0 -20px;
}
.u-infohead > ul > li {
  padding: 0 20px;
}
.u-infohead .i {
  text-align: center;
}
.u-infohead .i p {
  display: inline-block;
}
.u-infohead .i p.p1 {
  font-size: 32px;
}
.u-infohead .i p.p2 {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .u-infohead > ul {
    margin: -10px;
  }
  .u-infohead > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-infohead .i p.p1 {
    font-size: 24px;
  }
  .u-infohead .i p.p2 {
    font-size: 14px;
    line-height: 23px;
  }
}

.u-awards .i:hover > p {
  opacity: 1;
}
.u-awards .i > img {
  width: 100%;
  height: 340px;
  object-fit: contain;
}
.u-awards .i > p {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 8px;
  font-size: 16px;
  color: #fff;
  opacity: 0;
}

.u-villhead .txt1 {
  padding: 30px;
  border-radius: 5px;
}
.u-villhead .txt1 p {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
.u-villhead .good > ul {
  margin: -5px;
}
.u-villhead .good > ul > li {
  padding: 5px;
}
.u-villhead .good .i {
  padding: 20px;
}
.u-villhead .good .i p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-villhead .good .i p.p1 {
  font-size: 20px;
}
.u-villhead .good .i p.p2 {
  font-size: 16px;
  color: #515151;
}
.u-villhead .year .i p {
  text-align: center;
}
.u-villhead .year .i p.p1 {
  font-size: 64px;
}
.u-villhead .year .i p.p2 {
  font-size: 20px;
  color: #515151;
}
@media (max-width: 768px) {
  .u-villhead .txt1 {
    padding: 15px;
  }
  .u-villhead .txt1 p {
    font-size: 18px;
    line-height: 24px;
  }
  .u-villhead .good > ul > li {
    width: 100% !important;
  }
  .u-villhead .year > ul > li {
    width: 33.33% !important;
  }
  .u-villhead .year .i p.p1 {
    font-size: 32px;
  }
  .u-villhead .year .i p.p2 {
    font-size: 14px;
  }
}

.u-villfill > .l {
  width: 40%;
}
.u-villfill > .r {
  width: 50%;
}
.u-villfill .u-btn1 {
  width: 100%;
}
.u-villfill .not1 {
  padding: 20px 30px;
}
.u-villfill .not1 h5 {
  font-size: 20px;
}
.u-villfill .not1 p {
  line-height: 35px;
  font-size: 16px;
}
.u-villfill .not1 p b {
  font-weight: normal;
  margin-right: 10px;
}
.u-villfill .not2 p {
  font-size: 20px;
  line-height: 30px;
}
.u-villfill .lis1 > ul {
  margin: -10px -18px;
}
.u-villfill .lis1 > ul > li {
  padding: 10px 18px;
}
.u-villfill .lis1 .i {
  border-radius: 10px;
  overflow: hidden;
}
.u-villfill .lis1 .i img {
  height: 135px;
}
@media (max-width: 768px) {
  .u-villfill > .r {
    margin-top: 30px;
  }
}

.u-villlis1 {
  margin-bottom: -25px;
}
.u-villlis1.pd {
  padding: 0 40px;
}
.u-villlis1.ex-1 {
  margin-bottom: -15px;
}
.u-villlis1.ex-1 > ul {
  margin: -15px;
}
.u-villlis1.ex-1 > ul > li {
  padding: 15px;
}
.u-villlis1 > ul {
  margin: -25px;
}
.u-villlis1 > ul > li {
  padding: 35px;
}
.u-villlis1 .i {
  border-radius: 5px;
}
.u-villlis1 .i > .hd p.p1 {
  line-height: 50px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-villlis1 .i > .hd p.p1 .u-num1 {
  margin-right: 12px;
}
.u-villlis1 .i > .hd p.p2 {
  font-size: 16px;
  line-height: 24px;
  color: #515151;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 62px;
}
.u-villlis1 .i > .ct {
  border-radius: 5px;
  overflow: hidden;
}
.u-villlis1 .i > .ct img.img1 {
  height: 360px;
}
.u-villlis1 .i > .ct img.img2 {
  height: 420px;
}
.u-villlis1 .i > .ct img.img3 {
  height: 550px;
}
.u-villlis1 .i > .ft {
  padding: 40px 45px;
}
.u-villlis1 .i > .ft p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-villlis1 .i > .ft p.p1 {
  font-size: 24px;
}
.u-villlis1 .i > .ft p.p2 {
  font-size: 16px;
  color: #515151;
}
@media (max-width: 768px) {
  .u-villlis1 {
    margin-bottom: -10px;
  }
  .u-villlis1.pd {
    padding: 0;
  }
  .u-villlis1.ex-1 {
    margin-bottom: -10px;
  }
  .u-villlis1.ex-1 > ul {
    margin: -10px;
  }
  .u-villlis1.ex-1 > ul > li {
    padding: 10px;
  }
  .u-villlis1 > ul {
    margin: -10px;
  }
  .u-villlis1 > ul > li {
    padding: 10px;
  }
  .u-villlis1 .i > .hd p.p2 {
    padding-left: 52px;
  }
  .u-villlis1 .i > .ct img {
    height: auto !important;
  }
  .u-villlis1 .i > .ft {
    padding: 20px;
  }
}

.u-sidetool {
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 0;
  width: 88px;
  height: 100px;
  background-color: #ff7e22;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.25);
}
.u-sidetool .bt {
  display: block;
  padding-left: 38px;
  width: 100%;
  height: 100%;
  background: url(../img/side-i1.png) no-repeat 20px 50%;
  background-size: 20px;
  transition: background-size 600ms;
}
.u-sidetool .bt:hover {
  background-size: 24px;
}
.u-sidetool .bt p {
  color: #fff;
  font-size: 16px;
  writing-mode: vertical-rl;
  line-height: 48px;
  letter-spacing: 6px;
  padding-top: 8px;
}

.u-paging {
  margin-top: 40px;
}
.u-paging.lt a {
  line-height: 28px;
  border-radius: 4px;
  padding: 0 8px;
  margin: 0 2px;
}
.u-paging p {
  text-align: center;
}
.u-paging p a {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 3px;
  font-size: 16px;
}
.u-paging p a:hover, .u-paging p a.on {
  border-color: #ff862f;
  background-color: #ff862f;
  color: #fff;
}
@media (max-width: 768px) {
  .u-paging {
    margin-top: 20px;
  }
  .u-paging p a {
    display: none;
  }
  .u-paging p a:first-child, .u-paging p a:last-child, .u-paging p a.on {
    display: inline-block;
  }
}

.e-qbox {
  position: relative;
}
.e-qbox:hover .u-qbox {
  display: block;
}

.u-qbox {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 120%;
  left: 50%;
  margin-left: -100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.u-qbox img {
  max-height: unset !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}

/*# sourceMappingURL=style.css.map */
