@charset "utf-8";
/*!
by Sean Lu 20221210
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
!!!请勿直接在c.css中修改内容
*/
/* 全局变量设置 */
:root {
  --color-main: #3162b4;
  --color-white: #fff;
  --color-txt: #253554;
  --color-bg: #f5f5f5;
  --color-0: #000;
  --color-3: #333;
  --color-6: #666;
  --color-9: #999;
  --color-red: #f83903;
  --color-border: #dedede;
  --fsize-base: 16px;
  --fsize-large: calc(var(--fsize-base) * 1.25);
  --fsize-txt: calc(var(--fsize-base) * 1.125);
  --fsize-small: calc(var(--fsize-base) * 0.875);
  --fsize-h1: calc(var(--fsize-base) * 2.375);
  --fsize-h2: calc(var(--fsize-base) * 2);
  --fsize-h3: calc(var(--fsize-base) * 1.625);
  --gap-base: 16px;
  --gap-mini: calc(var(--gap-base) * 0.25);
  --gap-small: calc(var(--gap-base) * 0.5);
  --gap-large: calc(var(--gap-base) * 1.5);
  --gap-h1: calc(var(--gap-base) * 5);
  --gap-h2: calc(var(--gap-base) * 4);
  --gap-h3: calc(var(--gap-base) * 3);
}
@media (max-width: 1440px) {
  :root {
    --fsize-base: 14px;
    --fsize-h1: calc(var(--fsize-base) * 1.28);
    --gap-base: 12px;
  }
}
@media (max-width: 800px) {
  :root {
    --fsize-base: 12px;
    --gap-base: 6px;
  }
}
.trans {
  transition: all 0.3s;
}
/* 移动端全局控制reset */
body,
div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  list-style: none;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
body {
  font-size: 100%;
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: var(--color-white);
}
textarea {
  resize: none;
}
iframe,
img {
  border: 0;
}
ul,
ol {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}
/* input { -webkit-appearance: none; } */
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline;
  color: var(--color-main);
}
/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.header {
  height: 68px;
  padding: 0px 2% 0;
  width: 100%;
  background-color: #00398d;
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0;
  right: 0;
}
@media (max-width: 800px) {
  .header {
    padding: 10px 0 ;
  }
}
.header .headerbga {
  display: none;
}
.header:hover {
  background-color: #00398d;
}
.header:hover .headerbga {
  background-color: #00398d;
  width: 100%;
  position: absolute;
  height: 90px;
  display: block;
  left: 0;
  top: 68px;
  z-index: 111;
}
@media (max-width: 800px) {
  .header:hover .headerbga {
    display: none;
  }
}
.header .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .wrapper .logo {
  display: block;
  width: 7.5%;
}
@media (max-width: 1440px) {
  .header .wrapper .logo {
    height: 40px;
    width: auto !important;
  }
}
@media (max-width: 800px) {
  .header .wrapper .logo {
    height: 40px;
    width: auto !important;
  }
}
.header .wrapper .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .header .wrapper .logo img {
    height: 40px;
    width: auto !important;
  }
}
@media (max-width: 800px) {
  .header .wrapper .logo img {
    height: 40px;
    width: auto !important;
  }
}
.header .wrapper .nav {
  height: 100%;
  position: relative;
  text-align: right;
}
.header .wrapper .nav .nul {
  height: 100%;
  display: flex;
  z-index: 11111;
}
.header .wrapper .nav .nul .nli {
  height: 100%;
  width: 100%;
  position: relative;
}
.header .wrapper .nav .nul .nli .na {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  text-decoration: none;
  padding: 0 var(--gap-large);
  font-size: var(--fsize-txt);
  color: var(--color-white);
  font-weight: bold;
}
@media (max-width: 800px) {
  .header .wrapper .nav .nul .nli .na {
    font-size: var(--fsize-h1);
  }
}
.header .wrapper .nav .nul .nli .na::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: var(--color-bg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header .wrapper .nav .nul .nli .na:hover {
  opacity: 0.8;
}
.header .wrapper .nav .nul .nli .na:hover::after {
  width: 100%;
}
.header .wrapper .nav .nul .nli .menu__sub {
  position: absolute;
  top: 52px;
  padding: 10px 3rem;
  left: 0;
  transform: translateX(-25%);
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 500px;
  z-index: 11111;
}
.header .wrapper .nav .nul .nli .menu__sub .menu__subitem {
  margin: 0 10px;
  text-align: left;
}
.header .wrapper .nav .nul .nli .menu__sub .menu__subitem a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 40px;
  font-weight: bold;
}
.header .wrapper .nav .nul .nli .menu__sub:before {
  display: none;
}
.header .wrapper .nav .nul .nli .menu__subaa {
  transform: translateX(-40%);
  width: 1400px;
  display: none;
}
.header .wrapper .nav .nul .nli:hover .menu__sub {
  display: flex;
  opacity: 1;
  visibility: visible;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .wrapper .nav .nul .nli .menu [data-depth="ev6"] .menu__sub {
  left: -280px;
}
.header .wrapper .nav .nul .nli .menu [data-depth="company"] .menu__sub {
  left: -216px;
}
@media (max-width: 800px) {
  .header .wrapper .nav {
    display: none;
  }
}
.header .wrapper .util {
  width: 6% ;
  float: right;
}
@media (max-width: 800px) {
  .header .wrapper .util {
    display: none;
  }
}
.header .wrapper .util .util__link:last-child {
  margin-right: 0;
}
.header .wrapper .util .a11y {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .wrapper .util .global-region__svg {
  fill: #fff;
}
.header .wrapper .util svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
  vertical-align: top;
  height: 36px;
  text-align: right;
}
.header .mobilebtn {
  display: none;
}
@media (max-width: 800px) {
  .header {
    height: 40px;
  }
  .header .mobilebtn {
    display: block;
    float: right;
    margin-right: 20px;
  }
}
.header.fxdon {
  background: #00398d;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  color: var(--color-white);
  border-bottom: rgba(255, 255, 255, 0.3) 0px solid;
  z-index: 111111;
  /* opacity: 1; */
  /* backdrop-filter: blur(10px); */
}
.header.fxdon .nav .nul .nli .na {
  color: var(--color-white);
}
.header.fxdon .nav .nul .nli .na:hover {
  color: var(--color-red);
}
.mySwiper .swiper-slide {
  height: calc(100vh);
  background-size: cover;
  position: relative;
}
.mySwiper .swiper-slide .innsss {
  position: absolute;
  bottom: 25%;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 0px 0px 1px #000;
  letter-spacing: 2px;
}
.mySwiper .swiper-slide .innsss span {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255);
  display: block;
  margin: 20px 0;
  font-weight: normal;
  line-height: 170%;
}
@media (max-width: 800px) {
  .mySwiper .swiper-slide .innsss {
    width: 100%;
    left: 0;
    margin-left: 0;
    font-size: 25px;
  }
}
.mySwiper .index-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cen01 .mySwiperaa .swiper-slide {
  position: relative;
  height: calc(100vh);
  width: 100%;
  transition: 500ms;
  transform: scale(0.95);
}
.cen01 .mySwiperaa .swiper-slide-active,
.cen01 .mySwiperaa .swiper-slide-duplicate-active {
  transform: scale(1);
}
.cen01 .mySwiperaa .swiper-slidea {
  background: url(../images/about1.jpg) no-repeat center top;
  background-size: cover;
  transition: 0.5s;
}
.cen01 .mySwiperaa .swiper-slideb {
  background: url(../images/about2.jpg) no-repeat center top;
  background-size: cover;
  transition: 0.5s;
}
.cen01 .mySwiperaa .swbga {
  position: absolute;
  top: 100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cen01 .mySwiperaa .swbga .swtit {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 800px) {
  .cen01 .mySwiperaa .swbga .swtit {
    font-size: 25px;
  }
}
.cen01 .mySwiperaa .swbga .swbgul {
  width: 80%;
  margin: 26% auto 0px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 800px) {
  .cen01 .mySwiperaa .swbga .swbgul {
    margin-top: 10%;
  }
}
.cen01 .mySwiperaa .swbga .swbgul .swbgli {
  width: 25%;
  margin: 3% 4.1%;
}
@media (max-width: 800px) {
  .cen01 .mySwiperaa .swbga .swbgul .swbgli {
    margin: 0;
    width: 100%;
  }
}
.cen01 .mySwiperaa .swbga .swbgul .swbgli .swtita {
  position: static;
  display: block;
  width: auto;
  margin-bottom: 1.1rem;
  font-size: 18px;
  color: #fff;
}
.cen01 .mySwiperaa .swbga .swbgul .swbgli .swtitbb {
  position: static;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}
.cen01 .mySwiperaa .swbga .swbgul .swbgli .swtitbb span {
  font-size: 18px;
  padding-left: 10px;
}
.cen01 .mySwiperaa .swbga .swbgul .swbgli .swtitcc {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  width: 50%;
  margin: 10px auto;
}
@media (max-width: 800px) {
  .cen01 .mySwiperaa .swbga .swbgul .swbgli .swtitcc {
    display: none;
  }
}
.cen01 .mySwiperaa .swbga .swtita {
  z-index: 20;
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
.cen02 {
  background: url(../images/probg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.cen02 .wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.cen02 .wrapper .cen02left {
  width: 55%;
}
@media (max-width: 1440px) {
  .cen02 .wrapper .cen02left {
    width: 100%;
    text-align: left;
  }
}
.cen02 .wrapper .cen02left .cen02tit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 800px) {
  .cen02 .wrapper .cen02left .cen02tit {
    font-size: 25px;
  }
}
.cen02 .wrapper .cen02left .cen02tita {
  color: #bfdce9;
  font-size: 17px;
  text-align: left;
  line-height: 150%;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .cen02 .wrapper .cen02left .cen02tita {
    font-size: 15px;
  }
}
.cen02 .wrapper .cen02right {
  width: 45%;
  text-align: right;
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .cen02 .wrapper .cen02right {
    width: 100%;
    text-align: left;
    margin-top: 8px;
  }
}
.cen02 .wrapper .cen02right ul {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  float: right;
}
.cen02 .wrapper .cen02right ul li {
  margin-right: 5px;
}
@media (max-width: 1440px) {
  .cen02 .wrapper .cen02right ul li {
    width: 23%;
    margin: 0.4% 1%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .cen02 .wrapper .cen02right ul li {
    width: 31%;
    margin: 0.4% 1.1%;
  }
}
.cen02 .wrapper .cen02right ul li:first-child a {
  padding: 5px 15px;
  background: #dc9616;
  border: #dc9616 1px solid;
  color: #015aaa;
  font-weight: 500;
  font-size: 15px;
  border-radius: 20px;
  display: block;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 800px) {
  .cen02 .wrapper .cen02right ul li:first-child a {
    font-size: 13px;
    padding: 2px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.cen02 .wrapper .cen02right ul li a {
  padding: 5px 15px;
  border: #bfdce9 1px solid;
  font-size: 15px;
  border-radius: 20px;
  color: #bfdce9;
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .cen02 .wrapper .cen02right ul li a {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .cen02 .wrapper .cen02right ul li a {
    font-size: 13px;
    padding: 2px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.cen02 .wrapper #carousel {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cen02 .wrapper #carousel .swiper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cen02 .wrapper #carousel .swiper .swiper-slide {
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 20px #ddd;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a {
  text-decoration: none;
  display: block;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .pic {
  width: 100%;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .pic img {
  display: block;
  width: 100%;
}
@media (max-width: 800px) {
  .cen02 .wrapper #carousel .swiper .swiper-slide .item a {
    display: none;
  }
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .info {
  background: linear-gradient(to bottom, #b2efff, #c0f2ff, #fff);
  /* background: linear-gradient(to bottom, rgba(6,37,66,0) , rgba(6,37,66,0.6) , rgba(6,37,66,0.8)); */
  padding: 30px 40px;
  text-align: left;
  width: 100%;
  top: -158px;
  box-sizing: border-box;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .info .name {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  padding-top: 10px;
  letter-spacing: 0px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .info .text {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  margin: 10px auto 30px;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .info .btnsa {
  padding: 12px 0px 8px 0px;
  line-height: 160%;
  color: #dc9616;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  border-top: #ddd 1px solid;
}
.cen02 .wrapper #carousel .swiper .swiper-slide .item a .info .typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (max-width: 800px) {
  .cen02 .wrapper #carousel {
    display: none;
  }
}
.cen02 .wrapper .mobilewww {
  display: none;
  width: 100%;
  margin-top: 50px;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide {
  background-color: var(--color-white);
  padding-bottom: 20px;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a {
  text-decoration: none;
  display: block;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .pic {
  width: 100%;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .pic img {
  display: block;
  width: 100%;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .info {
  background: linear-gradient(to bottom, #b2efff, #c0f2ff, #fff);
  /* background: linear-gradient(to bottom, rgba(6,37,66,0) , rgba(6,37,66,0.6) , rgba(6,37,66,0.8)); */
  padding: 30px 40px;
  text-align: left;
  width: 100%;
  top: -158px;
  box-sizing: border-box;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .info .name {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  padding-top: 10px;
  letter-spacing: 0px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .info .text {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  margin: 10px auto 30px;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .info .btnsa {
  padding: 12px 0px 8px 0px;
  line-height: 160%;
  color: #dc9616;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  border-top: #ddd 1px solid;
}
.cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide .item a .info .typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (max-width: 800px) {
  .cen02 .wrapper .mobilewww .mmmySwiper .swiper-slide {
    display: block;
  }
}
@media (max-width: 800px) {
  .cen02 .wrapper .mobilewww {
    display: block;
  }
}
.cen03 {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.cen03 .cen03tit {
  font-size: 40px;
  position: absolute;
  color: var(--color-white);
  font-weight: bold;
  z-index: 111111;
  text-align: center;
  width: 100%;
  margin-top: var(--gap-h1);
}
@media (max-width: 800px) {
  .cen03 .cen03tit {
    font-size: 25px;
    padding: 0 2%;
    box-sizing: border-box;
  }
}
.cen03 .cen03tit span {
  font-size: var(--fsize-txt);
  display: block;
  font-weight: normal;
  margin-top: var(--gap-large);
}
.cen03 .mySwiperab {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.cen03 .mySwiperab .swiper-slide {
  width: 100%;
  height: calc(100vh);
}
.cen03 .mySwiperab .swiper-slide .bg-visual__bg {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}
.cen03 .mySwiper2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: absolute;
  top: 80%;
}
.cen03 .mySwiper2 .swiper-slide {
  padding-left: 4%;
  box-sizing: border-box;
  width: 33.3%;
  height: calc(100vh);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.cen03 .mySwiper2 .swiper-slide span {
  color: var(--color-white);
  font-weight: bold;
  font-size: var(--fsize-h3);
  display: block;
  text-align: left;
}
.cen03 .mySwiper2 .swiper-slide .swbbb {
  text-align: left;
  font-size: var(--fsize-txt);
  font-weight: bold;
  color: var(--color-white);
  margin-top: 10px;
}
.cen04 {
  background-color: #c2dcf0;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
}
.cen04 .cen04left {
  width: 32%;
  margin-right: 2%;
  font-size: var(--fsize-base);
  line-height: 180%;
}
@media (max-width: 800px) {
  .cen04 .cen04left {
    width: 100%;
    margin: 0;
  }
}
.cen04 .cen04left img {
  width: 100%;
  object-fit: cover;
}
.cen04 .cen04left .cen04ccc {
  padding: 50px;
  box-sizing: border-box;
}
.cen04 .cen04left .cen04ccc strong {
  display: block;
  font-size: var(--fsize-large);
  margin: var(--gap-base) 0;
}
.cen04 .cen04mid {
  width: 32%;
  margin-right: 2%;
  font-size: var(--fsize-base);
  line-height: 180%;
}
@media (max-width: 800px) {
  .cen04 .cen04mid {
    width: 100%;
    margin: 0;
  }
}
.cen04 .cen04mid img {
  width: 100%;
}
.cen04 .cen04mid .cen04ccd {
  padding: 50px;
  box-sizing: border-box;
}
.cen04 .cen04mid .cen04ccd h1 {
  font-size: var(--fsize-h3);
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.2;
}
.cen04 .cen04mid .cen04ccd strong {
  display: block;
  font-size: var(--fsize-large);
  margin: var(--gap-base) 0;
}
.cen04 .cen04right {
  width: 32%;
  font-size: var(--fsize-base);
  line-height: 180%;
}
@media (max-width: 800px) {
  .cen04 .cen04right {
    width: 100%;
    margin: 0;
  }
}
.cen04 .cen04right img {
  width: 100%;
}
.cen04 .cen04right .cen04ccc {
  padding: 50px;
  box-sizing: border-box;
}
.cen04 .cen04right .cen04ccc strong {
  display: block;
  font-size: var(--fsize-large);
  margin: var(--gap-base) 0;
}
@media (max-width: 800px) {
  .cen04 {
    padding: 0;
  }
}
.cen05 {
  height: 100vh;
}
@media (max-width: 800px) {
  .cen05 {
    height: 500px;
  }
}
.cen05 .mySwiperabb {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 800px) {
  .cen05 .mySwiperabb {
    height: 500px;
  }
}
.cen05 .mySwiperabb .swiper-slide1 {
  background: url(../images/support3.jpg) no-repeat center top;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  padding: 280px 80px;
  box-sizing: border-box;
  height: 100vh;
}
@media (max-width: 800px) {
  .cen05 .mySwiperabb .swiper-slide1 {
    padding: 100px 20px;
    background-size: cover;
    height: 500px;
    background-position: right top;
  }
}
.cen05 .mySwiperabb .swiper-slide1 h2 {
  font-size: 45px;
  color: var(--color-white);
}
@media (max-width: 800px) {
  .cen05 .mySwiperabb .swiper-slide1 h2 {
    font-size: 25px;
  }
}
.cen05 .mySwiperabb .swiper-slide1 .swtitab {
  color: var(--color-white);
  font-size: var(--fsize-txt);
  line-height: 170%;
  margin-top: 100px;
}
.cen05 .mySwiperabb .swiper-slide2 {
  background: url(../images/support2.jpg) no-repeat center top;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  padding: 280px 80px;
  box-sizing: border-box;
  height: 100vh;
}
@media (max-width: 800px) {
  .cen05 .mySwiperabb .swiper-slide2 {
    padding: 100px 20px;
    background-size: cover;
    height: 500px;
    background-position: right top;
  }
}
.cen05 .mySwiperabb .swiper-slide2 h2 {
  font-size: 45px;
  color: var(--color-white);
}
@media (max-width: 800px) {
  .cen05 .mySwiperabb .swiper-slide2 h2 {
    font-size: 25px;
  }
}
.cen05 .mySwiperabb .swiper-slide2 .swtitab {
  color: var(--color-white);
  font-size: var(--fsize-txt);
  line-height: 170%;
  margin-top: 100px;
}
.cen06 {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cen06 .bg-visual__bg {
  object-fit: cover;
  height: 100%;
  height: 100vh;
  width: 100%;
}
.cen06 .cen06bga {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.45);
  padding: 16% 0;
}
.cen06 .cen06bga .cen06tit {
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  font-size: var(--fsize-h1);
}
.cen06 .cen06bga .cen06tita {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: var(--fsize-txt);
  margin-top: var(--gap-large);
  line-height: 170%;
}
.cen06 .cen06bga .cen06ula {
  width: 85%;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.cen06 .cen06bga .cen06ula li {
  width: 33%;
  color: var(--color-white);
  text-align: center;
  line-height: 160%;
}
@media (max-width: 800px) {
  .cen06 .cen06bga .cen06ula li {
    width: 100%;
  }
}
.cen06 .cen06bga a.cen06aa {
  padding: 13px 35px 12px;
  border: 0 solid #dc9616;
  background-color: #dc9616;
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--fsize-small);
  font-weight: bold;
  border-radius: 30px;
  margin: 50px auto 0;
  display: block;
  width: 80px;
  text-align: center;
}
.footer {
  background-color: #fff;
  padding: 80px 0 50px;
}
@media (max-width: 800px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .wrapper {
  width: 95%;
  margin: 0 auto;
}
.footer .wrapper ul {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
}
@media (max-width: 800px) {
  .footer .wrapper ul {
    display: none;
  }
}
.footer .wrapper ul li {
  width: 17%;
}
.footer .wrapper ul li strong {
  font-weight: bold;
  display: block;
  font-size: var(--fsize-txt);
  color: var(--color-0);
  margin-bottom: 10px;
}
.footer .wrapper ul li a {
  display: block;
  font-size: 15px;
  color: var(--color-0);
  line-height: 190%;
  text-decoration: none;
}
.footer .wrapper ul li:last-child {
  float: right;
  text-align: right;
  width: 15%;
}
.footer .wrapper ul li:last-child img {
  width: 50%;
}
.footer .wrapper ul li:last-child .lxrighta {
  font-size: 12px;
  text-align: right;
}
.footer .wrapper .fbm {
  display: flex;
  border-bottom: 0px none;
  margin-top: 60px;
  font-size: 14px;
  text-align: left;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .footer .wrapper .fbm {
    margin-top: 0;
  }
}
.footer .wrapper .fbm li {
  width: 64%;
  margin-right: 3%;
}
@media (max-width: 800px) {
  .footer .wrapper .fbm li {
    width: 100%;
    margin-right: 0;
  }
}
.footer .wrapper .fbm li a {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.footer .wrapper .fbm li:last-child {
  margin-right: 0;
  float: right;
  text-align: right;
  width: 32%;
}
.footer .wrapper .fbm li:last-child a {
  text-decoration: none;
  font-size: var(--fsize-base);
  display: inline-block;
}
.footer .wrapper .fbm li:nth-child(2) {
  font-weight: bold;
  width: 20%;
  margin-right: 5%;
  text-align: center;
}
@media (max-width: 800px) {
  .footer .wrapper .fbm li:nth-child(2) {
    display: none;
  }
}
/*内页*/
.nybannera {
  background: url(../images/nybannera.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannera {
    height: 250px;
  }
}
.nybannera .nybtul {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  display: flex;
}
@media (max-width: 1440px) {
  .nybannera .nybtul {
    width: 60%;
    margin-left: -30%;
  }
}
@media (max-width: 800px) {
  .nybannera .nybtul {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.nybannera .nybtul li {
  width: 25%;
  border-right: 1px solid #6d93cc;
  box-sizing: border-box;
}
.nybannera .nybtul li a {
  color: var(--color-white);
  font-size: var(--fsize-base);
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--color-main);
}
.nybannera .nybtul li:last-child {
  border-right: 0px none;
}
.nybannera .nybtul li a.on {
  background-color: var(--color-red);
}
.nybannerb {
  background: url(../images/nybannerb.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannerb {
    height: 250px;
  }
}
.nybannerb .nybtul {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  display: flex;
}
@media (max-width: 800px) {
  .nybannerb .nybtul {
    width: 100%;
    left: 0;
    margin: 0;
  }
}
.nybannerb .nybtul li {
  width: 50%;
  border-right: 1px solid #6d93cc;
  box-sizing: border-box;
}
.nybannerb .nybtul li a {
  color: var(--color-white);
  font-size: var(--fsize-base);
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--color-main);
}
.nybannerb .nybtul li:last-child {
  border-right: 0px none;
}
.nybannerb .nybtul li a.on {
  background-color: var(--color-red);
}
.nybannerc {
  background: url(../images/nybannerc.jpg) no-repeat center top;
  height: 500px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannerc {
    height: 250px;
  }
}
.nycontent {
  padding: 50px 0;
  background-color: var(--color-bg);
}
.nycontent em {
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: block;
  letter-spacing: 2px;
}
.nycontent em span {
  border-bottom: 2px solid #00398d;
  width: 50px;
  display: block;
  margin: 10px auto;
}
.nycontent .nytitaa {
  font-size: var(--fsize-base);
  line-height: 200%;
  color: var(--color-3);
  background-color: var(--color-white);
  padding: 40px 55px;
  box-sizing: border-box;
  width: 88%;
  margin: 30px auto 0;
  border-radius: 25px;
  box-shadow: 3px 3px 1px #ccc;
  /*新闻*/
}
@media (max-width: 1440px) {
  .nycontent .nytitaa {
    width: 95%;
    padding: 30px;
    font-size: 15px;
  }
}
.nycontent .nytitaa .bgg {
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: var(--fsize-large);
  padding: 20px;
  letter-spacing: 1px;
  margin: 25px 0;
  text-align: center;
}
.nycontent .nytitaa .bgg strong {
  font-weight: bold;
  color: var(--color-red);
  font-size: var(--fsize-h2);
  text-shadow: 0px 0px 3px #333;
}
.nycontent .nytitaa .bga {
  text-align: center;
}
.nycontent .nytitaa .bgb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.nycontent .nytitaa .bgb .bgba {
  width: 48%;
  margin: 1%;
  background-color: var(--color-border);
  padding: 30px;
  box-sizing: border-box;
}
.nycontent .nytitaa .bgb .bgba strong {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .bgb .bgba {
    width: 100%;
    margin: 1% 0;
  }
}
.nycontent .nytitaa .swbgul {
  width: 100%;
  margin: 20px auto 0px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: var(--color-bg);
  padding: 10px 30px;
  box-sizing: border-box;
}
.nycontent .nytitaa .swbgul .swbgli {
  width: 30%;
  margin: 2% 1.1%;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .swbgul .swbgli {
    width: 100%;
    margin: 2% 0;
  }
}
.nycontent .nytitaa .swbgul .swbgli img {
  width: 20%;
  display: block;
  margin: 10px auto 25px;
}
.nycontent .nytitaa .swbgul .swbgli .swtita {
  position: static;
  display: block;
  width: auto;
  font-size: var(--fsize-large);
  color: var(--color-3);
  text-align: center;
}
.nycontent .nytitaa .swbgul .swbgli .swtitbb {
  position: static;
  font-weight: bold;
  font-size: var(--fsize-h1);
  color: var(--color-red);
  text-shadow: 0px 0px 2px #333;
  text-align: center;
}
.nycontent .nytitaa .swbgul .swbgli .swtitbb span {
  font-size: var(--fsize-txt);
  padding-left: 10px;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .swbgul .swbgli .swtitbb {
    font-size: 20px;
  }
}
.nycontent .nytitaa .swbgul .swbgli .swtitcc {
  display: block;
  font-size: var(--fsize-base);
  color: var(--color-6);
  margin: 5px auto;
  line-height: 150%;
  text-align: center;
}
.nycontent .nytitaa .nywhul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.nycontent .nytitaa .nywhul li {
  width: 23%;
  margin: 1%;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nywhul li {
    width: 48%;
  }
}
.nycontent .nytitaa .nywhul li img {
  width: 100%;
  display: block;
  padding: 5px;
  border: 1px solid var(--color-9);
  box-sizing: border-box;
}
.nycontent .nytitaa .nytitbbb {
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 28px;
  width: 250px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.nycontent .nytitaa em {
  border-bottom: 1px solid var(--color-main);
  width: 98%;
  margin-left: 2%;
  box-sizing: border-box;
  position: relative;
  bottom: 1px;
}
.nycontent .nytitaa .nyttimg {
  margin: 20px 0;
  display: flex;
  font-size: var(--fsize-base);
  color: var(--color-3);
  text-align: center;
}
.nycontent .nytitaa .nyttimg a {
  width: 19.6%;
  margin: 0.2%;
  display: block;
  text-decoration: none;
}
.nycontent .nytitaa .nyttimg a .nyttren {
  width: 100%;
}
.nycontent .nytitaa .nyttimg a .nyttren img {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px dashed var(--color-main);
  box-sizing: border-box;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nyttimg a {
    width: 31%;
    margin: 1.1%;
  }
}
.nycontent .nytitaa .nynewula {
  width: 100%;
  display: block;
}
.nycontent .nytitaa .nynewula li {
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid var(--color-9);
  width: 100%;
  margin: 0;
  box-shadow: 0 0 0 transparent;
}
.nycontent .nytitaa .nynewula li a {
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
}
.nycontent .nytitaa .nynewula li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nycontent .nytitaa .nynewula li a .left {
  width: 17%;
  float: left;
  color: #979797;
  position: relative;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nynewula li a .left {
    width: 30%;
    float: none;
    display: none;
  }
}
.nycontent .nytitaa .nynewula li a .left .year {
  font-size: var(--fsize-large);
  position: absolute;
  top: 16px;
  left: 0;
}
.nycontent .nytitaa .nynewula li a .left .date {
  font-size: var(--fsize-small);
  position: absolute;
  top: 16px;
  left: 54px;
}
.nycontent .nytitaa .nynewula li a .left .N_line {
  left: 105px;
  top: 16px;
  position: absolute;
  height: 1px;
  width: 40px;
  background: #979797;
}
.nycontent .nytitaa .nynewula li a .center {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60%;
  float: left;
  margin-left: 18%;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nynewula li a .center {
    margin-left: 0%;
    float: none;
    width: 100%;
  }
}
.nycontent .nytitaa .nynewula li a .center h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
.nycontent .nytitaa .nynewula li a .center p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nycontent .nytitaa .nynewula li a .center p span {
  height: 25px;
  line-height: 25px;
}
.nycontent .nytitaa .nynewula li a .right {
  float: right;
  max-width: 200px;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nynewula li a .right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.nycontent .nytitaa .nynewula li a .right img {
  max-width: 100%;
}
.nycontent .nytitaa .nynewula li a:hover .left .N_line {
  width: 70px;
}
.nycontent .nytitaa .nynewula li a:hover .center {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.nycontent .nytitaa .nynewula li a:hover .center h3 {
  color: #004798;
}
.nycontent .nytitaa .nynewtita {
  font-size: var(--fsize-h3);
  color: var(--color-main);
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
}
.nycontent .nytitaa .nynewtitb {
  font-size: var(--fsize-base);
  color: var(--color-3);
  line-height: 190%;
}
.nycontent .nytitaa .nynewtitb .nynewimg {
  margin: 28px 0;
}
.nycontent .nytitaa .nynewtitb .pageula {
  width: 60%;
  display: flex;
  margin: 30px auto;
}
.nycontent .nytitaa .nynewtitb .pageula li {
  width: 31%;
  margin: 1.1%;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nycontent .nytitaa .nyppp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.nycontent .nytitaa .nyppp .nypplist {
  width: 20%;
  margin-right: 2%;
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nyppp .nypplist {
    width: 100%;
  }
}
.nycontent .nytitaa .nyppp .nypplist .nypptita {
  font-size: 20px;
  color: #ffffff;
  box-sizing: border-box;
  background: #004798;
  padding: 16px 30px;
}
.nycontent .nytitaa .nyppp .nypplist .nyppleftul {
  width: 100%;
  display: block;
}
.nycontent .nytitaa .nyppp .nypplist .nyppleftul li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #FFFFFF;
  width: 100%;
  margin: 0;
  box-shadow: 0 0 0 transparent;
}
.nycontent .nytitaa .nyppp .nypplist .nyppleftul li a {
  display: block;
  line-height: 170%;
  font-size: 15px;
  color: #333;
  padding: 14px 30px;
  box-sizing: border-box;
}
.nycontent .nytitaa .nyppp .nypplist .nyppleftul li a:hover {
  background-color: #015aaa;
  color: #fff;
  font-size: 16px;
}
.nycontent .nytitaa .nyppp .nypplist .nyppleftul li:after {
  display: none;
  content: "";
  position: absolute;
  background: #fff;
  width: 25px;
  height: 80px;
  top: 0;
  left: -45px;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: jtfb_nuo 2s infinite;
  animation: jtfb_nuo 2s infinite;
}
.nycontent .nytitaa .nyppp .nyppintro {
  width: 78%;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nyppp .nyppintro {
    width: 100%;
  }
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li {
  width: 31%;
  margin-left: 1.23%;
  box-shadow: 10px 10px 5px rgba(3, 1, 0, 0.1);
  background-color: var(--color-white);
  color: #333;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 40px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .nycontent .nytitaa .nyppp .nyppintro .nyppccc li {
    width: 48%;
    margin: 1%;
  }
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li .hprmlista {
  text-decoration: none;
  text-align: center;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li .hprmlista .hprmlistimg {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li .hprmlista .hprmlistdesc {
  margin-top: 0px;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li .hprmlista .hprmlistdesc h4 {
  font-size: 16px;
  color: #333;
  height: 45px;
  text-overflow:ellipsis; 
  overflow:hidden; 
  white-space:nowrap;
}
.nycontent .nytitaa .nyppp .nyppintro .nyppccc li .hprmlista .hprmlistdesc span {
  display: block;
  font-size: 15px;
  color: #666;
  border: 1px solid #004798;
  line-height: 38px;
  height: 38px;
  border-radius: 20px;
  margin: 10px auto 0;
  width: 70%;
}
.nycontent .nytitab {
  background-color: #eee;
  border-radius: 0;
  width: 100%;
  box-shadow: 0 0 0 transparent;
  padding: 2% 10%;
}
@media (max-width: 1440px) {
  .nycontent .nytitab {
    padding: 2% 5%;
  }
}
.nycontent .nytitab ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nycontent .nytitab ul li {
  width: 31%;
  margin: 1.1%;
  font-size: 16px;
  margin-top: 50px;
  box-shadow: 10px 10px 5px rgba(3, 1, 0, 0.1);
}
@media (max-width: 800px) {
  .nycontent .nytitab ul li {
    width: 48%;
    margin: 1%;
  }
}
.nycontent .nytitab ul li a {
  text-decoration: none;
}
.nycontent .nytitab ul li a img {
  display: block;
  width: 100%;
}
.nycontent .nytitab ul li a .hprmlistdesc {
  padding: 15px 25px;
  font-size: 18px;
  background-color: var(--color-white);
}
.nycontent .nytitab .nyttta {
  font-size: 20px;
  font-weight: bold;
  background-color: var(--color-bg);
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.nycontent .nytitab .nytttb {
  font-size: 20px;
  line-height: 200%;
}
.nycontent .nytitab .pageula {
  width: 60%;
  display: flex;
  margin: 60px auto 20px;
}
@media (max-width: 800px) {
  .nycontent .nytitab .pageula {
    width: 100%;
  }
}
.nycontent .nytitab .pageula li {
  width: 31%;
  margin: 1.1%;
  border: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 0 transparent;
}
@media (max-width: 800px) {
  .nycontent .nytitab .pageula li {
    box-sizing: border-box;
  }
}
.nycontent .nytitab .nyzp {
  width: 100%;
}
.nycontent .nytitab .nyzp .nyjoinul {
  width: 100%;
  margin: 30px 0;
}
.nycontent .nytitab .nyzp .nyjoinul li {
  margin: 2% 1%;
  width: 48%;
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 55px 50px;
  box-sizing: border-box;
  box-shadow: 10px 10px 5px rgba(3, 1, 0, 0.1);
}
.nycontent .nytitab .nyzp .nyjoinul li .nyjointit {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.nycontent .nytitab .nyzp .nyjoinul li .nyjointita {
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .nycontent .nytitab .nyzp .nyjoinul li .nyjointita {
    font-size: 15px;
  }
}
.nycontent .nytitab .nyzp .nyjoinul li .nyjointitb {
  padding: 24px;
  background-color: #aec1d2;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}
.nycontent .nytitab .nyzp .nyjoinul li .nyjointitb strong {
  font-size: 18px;
  display: block;
}
@media (max-width: 800px) {
  .nycontent .nytitab .nyzp .nyjoinul li .nyjointitb {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .nycontent .nytitab .nyzp .nyjoinul li {
    width: 100%;
    margin: 2% 0;
    padding: 30px;
    font-size: 15px;
  }
}
.nycontent .nytitab .nylx {
  width: 100%;
}
.nycontent .nytitab .nylx .nylxtit {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .nycontent .nytitab .nylx .nylxtit {
    font-size: 18px;
  }
}
.nycontent .nytitab .nylx .nylxcc {
  width: 100%;
  display: flex;
}
.nycontent .nytitab .nylx .nylxcc li {
  width: 48%;
  margin: 1%;
  background-color: var(--color-main);
  padding: 35px 50px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 0 transparent;
  font-size: 18px;
  line-height: 200%;
}
@media (max-width: 800px) {
  .nycontent .nytitab .nylx .nylxcc li {
    width: 100%;
    margin: 1% 0;
    padding: 20px;
    font-size: 15px;
  }
}
.nycontent .nytitab .nylx .nylxcc li strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: var(--color-white);
  text-shadow: 1px 1px 1px #000;
}
.nycontent .nytitab .nylx .nylxcc li:nth-child(2n) {
  background-color: var(--color-white);
  padding: 35px 50px;
  color: var(--color-3);
  font-size: 18px;
  line-height: 200%;
}
.nycontent .nytitab .nylx .nylxcc li:nth-child(2n) strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: var(--color-border);
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 800px) {
  .nycontent .nytitab .nylx .nylxcc li:nth-child(2n) {
    width: 100%;
    margin: 1% 0;
    padding: 20px;
    font-size: 15px;
  }
}
.nycontent .nytitab .nylx .nylxtita {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 22px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.nycontent .nytitab .nylx .nylxcd {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.nycontent .nytitab .nylx .nylxcd li {
  width: 49%;
  margin: 0.5%;
  padding: 30px;
  box-sizing: border-box;
  background-color: var(--color-white);
}
@media (max-width: 800px) {
  .nycontent .nytitab .nylx .nylxcd li {
    width: 100%;
    margin: 0.5% 0;
  }
}
.nycontent .nytitab .nylx .nylxcd li strong {
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  color: var(--color-main);
}
.nycontent .nytitab .nylx .nylxcd li span {
  font-weight: bold;
  font-size: 16px;
}
.nycontentaa {
  padding-bottom: 0;
  text-align: left;
}
.nycontentaa em {
  text-align: left;
  padding: 0 10%;
}
@media (max-width: 1440px) {
  .nycontentaa em {
    padding: 0 5%;
  }
}
.nycontentaa em span {
  margin: 10px 0;
}
.nycontentaa .nyppintit {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-main);
  margin: 20px 0 10px;
}
.nycontentaa .nyppintita {
  text-align: left;
  line-height: 200%;
  font-size: 18px;
  color: #333;
}
.nycontentaa .nyppintita .pro_d {
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}
.nycontentaa .nyppintita .pro_d .pro_dl {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}
.nycontentaa .nyppintita .pro_d .pro_dl li {
  padding: 10px;
  background: #F7F8FA;
  border: solid 1px #DCDEE3;
  float: left;
  margin: 0;
  margin-right: 2px;
  margin-bottom: -1px;
  font-size: 16px;
  box-shadow: 0 0 0 transparent;
  width: 20%;
  text-align: center;
}
@media (max-width: 800px) {
  .nycontentaa .nyppintita .pro_d .pro_dl li {
    width: 30%;
  }
}
.nycontentaa .nyppintita .pro_d .pro_dl li.on {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #0998cc;
  background: #fff;
}
.nycontentaa .nyppintita .pro_d .pro_dd {
  background: #fff;
  padding: 10px;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}
@media (max-width: 800px) {
  .nycontentaa .nyppintita .pro_d .pro_dd {
    padding: 0;
  }
}
.nycontentaa .nyppintita .pro_d .pro_dd li {
  display: none;
  width: 100%;
  box-shadow: 0 0 0 transparent;
  margin: 0;
}
.nycontentaa .nyppintita .pro_d .pro_dd li img {
  max-width: 100%;
}
.nycontentaa .nyppintita .pro_d .pro_dd li.on {
  display: block;
  padding: 0 30px 30px;
  box-sizing: border-box;
}
.nycontentaa .nyppintita .pro_d .pro_dd li strong {
  font-size: 24px;
  display: block;
  margin: 10px 0;
  color: var(--color-main);
}
.nybannerd {
  background: url(../images/nybannerd.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannerd {
    height: 200px;
    background-size: cover;
  }
}
.nybannere {
  background: url(../images/nybannere.jpg) no-repeat center top;
  height: 400px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannere {
    height: 200px;
    background-size: cover;
  }
}
.nybannerf {
  background: url(../images/nybannerf.jpg) no-repeat center top;
  height: 500px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannerf {
    height: 200px;
    background-size: cover;
  }
}
.nybannerg {
  background: url(../images/nybannerg.jpg) no-repeat center top;
  height: 500px;
  background-size: cover;
  position: relative;
}
@media (max-width: 800px) {
  .nybannerg {
    height: 200px;
    background-size: cover;
  }
}
.ttableaab {
  padding: 2px;
  margin: 2px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  background-color: #fff;
}
.ttableaab td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
  padding: 8px;
  text-align: left;
  text-indent: 25px;
}
@media (max-width: 800px) {
  .ttableaab td {
    text-indent: 0;
    font-size: 14px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
  }
}
.ttableaab td:first-child {
  background-color: #3162b4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .ttableaab td:first-child {
    text-indent: 0;
    font-size: 14px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
  }
}
.ttableaab th {
  background-color: #3162b4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-indent: 25px;
}
.ttableaac {
  padding: 2px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  background-color: #fff;
}
.ttableaac td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-collapse: collapse;
  padding: 8px;
  text-align: left;
}
@media (max-width: 800px) {
  .ttableaac td {
    text-indent: 0;
    font-size: 14px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
  }
}
.ttableaac tr:nth-child(2n+1) td {
  background-color: #e5efff;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 800px) {
  .ttableaac tr:nth-child(2n+1) td {
    text-indent: 0;
    font-size: 14px;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
  }
}
/* 全局侧滑菜单 */
.mm-menu {
  width: 50%;
}
.mm-navbar {
  height: 50px;
  line-height: 30px;
}
.mm-panel .mm-navbar {
  display: block;
}
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 1px;
  border-top: 1px solid #3a3b4b;
}
.mm-menu > .mm-panel:before {
  height: 50px;
  font-size: 1.125rem;
}
.mm-listview {
  line-height: 26px;
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  text-transform: uppercase;
  color: #888;
}
.mm-menu.mm-theme-dark .mm-navbar {
  border-color: #14151b;
}
.mm-menu.mm-theme-dark {
  background: #22232d;
  color: #cfcfcf;
}
.mm-listview > li:not(.mm-divider):after {
  height: 1px;
  background: #14151b;
}
.mm-menu .mm-listview > li:after {
  border-color: #3a3b4b;
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: #3a3b4b;
}
.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom {
  border: 0;
}
