@charset "UTF-8";
/*!
 * WFFW(Webfront Framework) of PPSS - ppss-0.5.5-beta Copyright©2023 W3
 *
 * style - 2023/09/20
 * 说明：统一样式60
 * 用法：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;
}

*: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: 1220px;
}
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: 1220px;
}
.container.lt {
  width: 920px;
}
.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: #f2f2f2;
}

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

@font-face {
  font-family: wotfard-regular;
  src: url(../font/wotfard-regular-webfont.46881ba.woff2);
}
@font-face {
  font-family: wotfard-semibold;
  src: url(../font/wotfard-semibold-webfont.5a44d1f.woff2);
}
body {
  font-family: wotfard-regular;
  color: #444;
}
body .swiper-wrapper:hover {
  transition: unset;
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e3483;
}
body .hv:hover {
  color: #0e3483;
}
body .hvul:hover {
  text-decoration: underline;
}
body .text p {
  font-size: 18px;
  line-height: 35px;
}
body .text a,
body .text em {
  font-style: normal;
  color: #0e3483;
}
body button {
  border: none;
  outline: none !important;
}
body button:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  body .text p {
    font-size: 14px !important;
    line-height: 28px !important;
  }
}

header > .a {
  padding: 0 8%;
  height: 130px;
  border-top: 8px solid #0e3483;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
header .logo {
  padding-top: 32px;
}
header .logo img {
  height: 50px;
}
header .tool {
  padding-top: 16px;
}
header .tool > div {
  display: inline-block;
}
header .tool .lang p {
  font-weight: bold;
  font-size: 14px;
}
header .tool .flag {
  margin-left: 58px;
}
header .tool .flag img {
  width: 92px;
  height: 92px;
}
header .menu {
  position: absolute;
  top: 0;
  left: 25%;
  right: 15%;
}
header .menu > ul {
  margin: 0 -18px;
}
header .menu > ul > li {
  padding: 0 18px;
}
header .menu .i.drop {
  padding-right: 25px;
}
header .menu .i.drop::after {
  display: block;
}
header .menu .i:hover.drop::after {
  background-image: url(../img/menu-du.png);
}
header .menu .i:hover > .ex {
  display: block;
}
header .menu .i::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(../img/menu-dd.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
}
header .menu .i > p {
  line-height: 122px;
}
header .menu .i > p a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #0e3483;
}
header .menu .i > p a:hover, header .menu .i > p a.on {
  color: #fff;
  background-color: #0e3483;
}
header .menu .i > .ex {
  position: absolute;
  z-index: 1;
  top: 92px;
  right: 25px;
  width: 196px;
  display: none;
}
header .subm {
  border: 1px solid #d0d0d0;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 4px;
}
header .subm p {
  margin-bottom: 12px;
}
header .subm p:last-child {
  margin-bottom: 0;
}
header .subm p a {
  display: block;
  line-height: 35px;
  padding-right: 14px;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  border-radius: 15px;
}
header .subm p a:hover, header .subm p a.on {
  color: #fff;
  background-color: #0e3483;
}
@media (max-width: 768px) {
  header > .a {
    padding: 0 15px;
    height: 44px;
    border-top-width: 2px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  header .logo {
    padding-top: 8px;
  }
  header .logo img {
    height: 24px;
  }
  header .tool {
    padding-top: 5px;
    margin-right: 44px;
  }
  header .tool .lang {
    position: relative;
    top: 2px;
  }
  header .tool .lang p {
    font-size: 12px;
  }
  header .tool .flag {
    margin-left: 10px;
  }
  header .tool .flag img {
    width: 30px;
    height: 30px;
  }
  header .mbtn {
    position: absolute;
    top: 0;
    right: -15px;
    width: 44px;
    height: 44px;
    background: url(../img/mbtn.png) no-repeat center #0e3483;
    background-size: 20px;
  }
  body.on-menu header .mbtn {
    background-image: url(../img/mbtn-hide.png);
    background-size: 18px;
  }
  header .menu {
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    padding: 0 15px;
    background-color: #fff;
    display: none;
  }
  body.on-menu header .menu {
    display: block;
  }
  header .menu > ul {
    margin: 0;
  }
  header .menu > ul > li {
    padding: 0;
    float: none;
    width: 100% !important;
  }
  header .menu .i.drop {
    padding-left: 25px;
  }
  header .menu .i > p {
    line-height: 44px;
    padding: 10px 0;
  }
  header .menu .i > p a {
    font-size: 14px;
  }
  header .menu .i > .ex {
    top: 100%;
    right: 25px;
    width: auto;
    left: 25px;
    display: none;
  }
  header .subm p a {
    padding: 0;
    text-align: center;
  }
}

footer > .a {
  background-color: #0e3483;
  padding: 25px 0;
}
footer .logo img {
  height: 56px;
}
footer .info p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer > .a {
    padding: 15px 0;
  }
  footer > .a .fr {
    float: none;
  }
  footer .logo {
    display: block;
  }
  footer .logo img {
    height: 24px;
  }
  footer .info {
    margin-bottom: 10px;
  }
  footer .info .ht35 {
    display: none;
  }
  footer .info p {
    font-size: 12px;
  }
}

.container {
  width: 70%;
}
.u-fullpart.gt {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .u-fullpart {
    padding: 15px 0;
  }
  .u-fullpart.gt {
    padding: 40px 0;
  }
}

.u-hometext .text p {
  font-size: 18px;
  line-height: 40px;
}

.u-footcont .text p {
  font-size: 18px;
  line-height: 30px;
}
.u-footcont .text p span {
  display: inline-block;
  width: 400px;
}

.u-upcoming .text p {
  line-height: 30px;
}
.u-upcoming .par1 img {
  width: 100%;
}
.u-upcoming .par2 > .hd p {
  text-align: center;
  font-size: 24px;
  color: #0e3483;
}
.u-upcoming .par2 > .ct {
  margin-top: 40px;
}
.u-upcoming .par2 > .ct .lis1 .i p {
  text-align: center;
}
.u-upcoming .par2 > .ct .lis1 .i p.p1 {
  line-height: 270px;
}
.u-upcoming .par2 > .ct .lis1 .i p.p2 {
  color: #0e3483;
  font-size: 22px;
  line-height: 1.5;
}
.u-upcoming .par2 > .ft {
  margin-top: 35px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0;
}
.u-upcoming .par2 > .ft .text p {
  line-height: 24px;
}
.u-upcoming .par3 > ul > li {
  margin-bottom: 30px;
}
.u-upcoming .par3 > ul > li:last-child {
  margin-bottom: 0;
}
.u-upcoming .par3 .i {
  position: relative;
  padding-left: 290px;
}
.u-upcoming .par3 .i > .hd {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 160px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .u-upcoming .par2 > .hd p {
    font-size: 18px;
  }
  .u-upcoming .par2 > .ct {
    margin-top: 20px;
  }
  .u-upcoming .par2 > .ct .lis1 > ul > li {
    margin-bottom: 20px;
  }
  .u-upcoming .par2 > .ct .lis1 > ul > li:last-child {
    margin-bottom: 0;
  }
  .u-upcoming .par2 > .ct .lis1 .i p.p1 {
    line-height: unset;
  }
  .u-upcoming .par2 > .ct .lis1 .i p.p1 img {
    zoom: 0.5;
  }
  .u-upcoming .par2 > .ct .lis1 .i p.p2 {
    font-size: 14px;
  }
  .u-upcoming .par3 .i {
    padding-left: 60px;
  }
  .u-upcoming .par3 .i > .hd {
    width: 60px;
  }
  .u-upcoming .par3 .i > .hd p {
    text-align: left !important;
  }
  .u-upcoming .par3 .i > .hd p img {
    zoom: 0.6;
  }
}

.u-footdiff > .hd p {
  font-size: 24px;
}
.u-footdiff > .ct {
  margin-top: 12px;
}
.u-footdiff > .ct > ul > li {
  margin-bottom: 45px;
}
.u-footdiff > .ct > ul > li:last-child {
  margin-bottom: 0;
}
.u-footdiff .i {
  padding-left: 290px;
}
.u-footdiff .i .text {
  line-height: 30px;
}
@media (max-width: 768px) {
  .u-footdiff > .hd p {
    font-size: 18px;
  }
  .u-footdiff > .ct > ul > li {
    margin-bottom: 25px;
  }
  .u-footdiff .i {
    padding-left: 0;
  }
}

.u-expetext .text {
  line-height: 30px;
}

.u-contacts .form .i {
  margin-bottom: 28px;
}
.u-contacts .form .i:last-child {
  margin-bottom: 0;
}
.u-contacts .form .i > label {
  font-size: 15px;
  display: block;
}
.u-contacts .form .i > .ct {
  margin-top: 12px;
}
.u-contacts .form .i > .ct.code {
  padding-right: 130px;
}
.u-contacts .form .i > .ct.code > img {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
}
.u-contacts .form .i .tt {
  width: 100%;
  border: 1px solid #808080;
  line-height: 42px;
  font-size: 18px;
}
.u-contacts .form .i input.tt {
  height: 44px;
  text-indent: 15px;
}
.u-contacts .form .i textarea.tt {
  padding: 10px 15px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .u-contacts .form .i {
    margin-bottom: 15px;
  }
  .u-contacts .form .i > label {
    font-size: 14px;
  }
  .u-contacts .form .i > .ct.code {
    padding-right: 110px;
  }
  .u-contacts .form .i .tt {
    line-height: 38px;
    font-size: 16px;
  }
  .u-contacts .form .i input.tt {
    height: 38px;
  }
}

.u-btn1 {
  display: inline-block;
  width: 380px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #0e3483;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
}
@media (max-width: 768px) {
  .u-btn1 {
    width: 100%;
  }
}

.u-story > ul {
  margin: -25px -45px;
}
.u-story > ul > li {
  padding: 25px 45px;
  height: 220px;
}
.u-story .i p.p1 {
  text-align: center;
}
.u-story .i p.p1 img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.u-story .i p.p2 {
  font-size: 14px;
  line-height: 25px;
}
.u-story .i p.p3 {
  color: #999;
}
@media (max-width: 768px) {
  .u-story {
    padding: 0 20px;
  }
  .u-story > ul {
    margin: -10px;
  }
  .u-story > ul > li {
    padding: 10px;
    width: 100% !important;
  }
  .u-story .i p.p1 img {
    width: 70%;
    height: 120px;
  }
}

.u-award {
  padding-left: 56px;
}
.u-award.ls > ul > li:last-child .i {
  padding-bottom: 0;
}
.u-award.ls > ul > li:last-child .i::after {
  display: none;
}
.u-award.ls .i::after {
  top: 58px;
  bottom: -50px;
}
.u-award.ls .i .cont .txt1 h5 {
  display: none;
}
.u-award .i {
  position: relative;
  padding-bottom: 10px;
}
.u-award .i::after {
  content: "";
  position: absolute;
  top: -200px;
  bottom: 250px;
  left: 3px;
  border-right: 1px dashed #d6dae5;
}
.u-award .i > label {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: -56px;
  color: #0d3482;
  font-size: 24px;
  font-weight: bold;
}
.u-award .i > label::after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 7px;
  background: url(../img/awr1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
}
.u-award .i > label span {
  display: inline-block;
  width: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
}
.u-award .i > .ct {
  padding-left: 140px;
}
.u-award .i .cont > .l {
  width: 480px;
}
.u-award .i .cont > .r {
  width: 320px;
}
.u-award .i .cont .txt1 h5 {
  font-weight: bold;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.u-award .i .cont .txt1 .p,
.u-award .i .cont .txt1 p {
  font-size: 19px;
  line-height: 30px;
}
.u-award .i .cont .note {
  margin-top: 120px;
  border: 2px solid #cdd2f0;
  border-radius: 8px;
  padding: 10px;
}
.u-award .i .cont .note .p,
.u-award .i .cont .note p {
  font-size: 19px;
  line-height: 30px;
}
.u-award .i .cont .view {
  border: 2px solid #cdd2f0;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  height: 220px;
  position: relative;
}
.u-award .i .cont .view > a {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/ic-zoom.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  bottom: 28px;
  right: 28px;
}
.u-award .i .cont .view > a:hover {
  opacity: 0.8;
}
.u-award .i .cont .view > label {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 10px;
}
.u-award .i .cont .view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .u-award {
    padding-left: 0;
  }
  .u-award > ul > li:last-child .i {
    padding-bottom: 30px;
  }
  .u-award .i::after {
    top: 39px;
  }
  .u-award .i > label {
    top: 25px;
    left: -4px;
    font-size: 16px;
  }
  .u-award .i > label::after {
    display: none;
  }
  .u-award .i > label span {
    width: 40px;
  }
  .u-award .i > .ct {
    padding-left: 40px;
  }
  .u-award .i .cont > .l {
    width: 100%;
  }
  .u-award .i .cont > .r {
    width: 100%;
    margin-top: 15px;
  }
  .u-award .i .cont .txt1 h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .u-award .i .cont .txt1 .p,
  .u-award .i .cont .txt1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .u-award .i .cont .note {
    margin-top: 60px;
    margin-bottom: 40px;
    border-width: 1px;
    border-radius: 8px;
  }
  .u-award .i .cont .note .p,
  .u-award .i .cont .note p {
    font-size: 16px;
    line-height: 24px;
  }
  .u-award .i .cont .view {
    border-width: 1px;
    height: 175px;
  }
  .u-award .i .cont .view > a {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 14px;
  }
  .u-award .i .cont .view > label {
    font-size: 14px;
    padding: 0 6px;
  }
}

.u-awardbox {
  border: 1px solid #0d3482;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.u-awardbox > a {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url(../img/close1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.u-awardbox > a:hover {
  opacity: 0.8;
}
.u-awardbox .view {
  width: 1220px;
}
.u-awardbox .view img {
  width: 100%;
  height: 850px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .u-awardbox {
    width: 90%;
  }
  .u-awardbox > a {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
  }
  .u-awardbox .view {
    width: 100%;
  }
  .u-awardbox .view img {
    height: 320px;
  }
}

.u-filter {
  margin-bottom: 60px;
}
.u-filter p {
  text-align: center;
}
.u-filter p a {
  display: inline-block;
  margin: 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #0e3483;
  width: 120px;
}
.u-filter p a.on, .u-filter p a:hover {
  color: #fff;
  background-color: #0e3483;
}
@media (max-width: 768px) {
  .u-filter {
    margin-bottom: 30px;
  }
  .u-filter p a {
    margin: 6px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 13px;
    width: 80px;
  }
}

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