@charset "UTF-8";
/*
 *宽高设置;
 */
/*
 *设置input，textarea的默认颜色;
 */
/*
 *placeholder自定义
 */
/*
 *设置边框;
 */
/*
 *设置字体大小，颜色，行高，水平对齐方式;
 */
/*
 *水平居中;
 */
/*
 *顶部定位；
 */
/* 
 *随机定位
 */
/* 
 *flex水平居中
 */
/*
 *元素百分百定位；
 */
/*
 *元素填充;
 */
/*
 *上下左右居中--定位;
*/
/*
 *css3上下左右居中带缩放;
 */
/*
 *c3 水平居中
 */
/*
 *css3 垂直居中
 */
/*
 *背景图片设置;
 */
/*
 *background-size设置背景图片;
 */
/*
 *背景颜色和黑色遮罩
 */
/*
 *关闭按钮;
 */
/**字左右间隙**/
/**渐变**/
/**截字**/
/*
 *缩放;
 */
/*
 *各个方向的边框
*/
/*
 *三角;
 */
/*动画暂停*/
/*
 *隐藏位移;
 */
/*
 *过度时间速度;
 */
/**弹性盒子**/
* {
  margin: 0px;
  padding: 0px;
  max-height: 9999999999px; }

html, body {
  width: 100%;
  font-family: "微软雅黑";
  color: #666;
  font-size: 14px;
  min-height: 100vh;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, select, textarea {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  font-family: "微软雅黑"; }

.hide {
  display: none; }

ul, li, dl, dd {
  list-style-type: none; }

a {
  text-decoration: none; }

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0; }

button {
  -webkit-appearance: none; }

input, textarea {
  border: 0px;
  width: 100%;
  background: none;
  outline: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999; }

.pagelock {
  overflow: hidden; }

/**音乐**/
.musiced {
  position: absolute;
  left: 20px;
  top: 75px;
  z-index: 80;
  opacity: 0.8; }

.msyuddtd {
  background: url(../images/musice.png) no-repeat center center;
  width: 54px;
  height: 54px; }

.kuddtz {
  -webkit-animation: kdd1 2s infinite linear;
  -moz-animation: kdd1 2s infinite linear;
  -o-animation: kdd1 2s infinite linear;
  animation: kdd1 2s infinite linear; }

.bigyf {
  background: url(../images/yid1.png) no-repeat center center;
  width: 25px;
  height: 53px;
  position: absolute;
  left: 0px;
  top: -80px;
  -webkit-animation: dd1 2s infinite;
  -moz-animation: dd1 2s infinite;
  -o-animation: dd1 2s infinite;
  animation: dd1 2s infinite; }

.smyf {
  background: url(../images/yid2.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -30px;
  -webkit-animation: dd1 1.5s infinite;
  -moz-animation: dd1 1.5s infinite;
  -o-animation: dd1 1.5s infinite;
  animation: dd1 1.5s infinite; }

@-webkit-keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6; }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0; } }
@-moz-keyframes dd1 {
  0% {
    -moz-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6; }
  100% {
    -moz-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0; } }
@-o-keyframes dd1 {
  0% {
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6; }
  100% {
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0; } }
@keyframes dd1 {
  0% {
    -webkit-transform: translateY(0px) scale(0.6);
    -moz-transform: translateY(0px) scale(0.6);
    -o-transform: translateY(0px) scale(0.6);
    transform: translateY(0px) scale(0.6);
    opacity: 0.6; }
  100% {
    -webkit-transform: translateY(-50px) scale(0.6);
    -moz-transform: translateY(-50px) scale(0.6);
    -o-transform: translateY(-50px) scale(0.6);
    transform: translateY(-50px) scale(0.6);
    opacity: 0; } }
@-webkit-keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes kdd1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes kdd1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes kdd1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
body {
  background: #fff; }

a, a:hover, a:visited, a:active {
  text-decoration: none; }

.noScroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .noScroll .headBox {
    position: fixed; }

.logo {
  display: block;
  width: 200px;
  height: 59px;
  background: url("../images/logon2.png") center no-repeat;
  background-size: contain; }

.bannerBox {
  width: 100%;
  height: 500px;
  overflow: hidden; }
  .bannerBox img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gray {
  width: 1920px;
  height: 140px;
  background: #f4f4f4;
  margin: 0 auto; }

.pagBox {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagBox a, .pagBox span {
    margin: 0 15px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagBox .prev, .pagBox .next {
    background: url("../images/icon8.png") center no-repeat;
    background-size: 24px 23px; }
  .pagBox .next {
    background: url("../images/icon9.png") center no-repeat; }
  .pagBox .num {
    border-radius: 50%; }
    .pagBox .num.on {
      border: 2px solid #1a1a1a; }

.load {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500; }
  .load .modlist {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

@media (max-width: 1920px) {
  .logo {
    width: 10.4166666667vw;
    height: 3.0729166667vw; }

  .bannerBox {
    height: 26.0416666667vw; }

  .gray {
    width: 100%;
    height: 7.2916666667vw; }

  .pagBox a, .pagBox span {
    margin: 0 0.78125vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 14px; }
  .pagBox .prev, .pagBox .next {
    background-size: 1.25vw 1.1979166667vw; } }
@media (max-width: 768px) {
  body {
    background: #f4f4f4; }

  .logo {
    width: 26.6666666667vw;
    height: 7.8666666667vw; }

  .bannerBox {
    height: 66.6666666667vw; }

  .gray {
    height: 16vw; }

  .pagBox a, .pagBox span {
    margin: 0 2vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw; }
  .pagBox .prev, .pagBox .next {
    background-size: 3.2vw 3.0666666667vw; } }
.headBox {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 50; }
  .headBox .mobBtn {
    display: none; }
  .headBox .navBox {
    width: 100%;
    padding-top: 10px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10; }
  .headBox .navList {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .headBox .navList > li {
      font-size: 18px;
      color: #000;
      line-height: 60px;
      text-align: center;
      margin-left: 80px;
      cursor: pointer;
      position: relative; }
      .headBox .navList > li::after {
        content: "";
        width: 0%;
        height: 4px;
        background: #009ea1;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: all 0.3s linear; }
    .headBox .navList a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .headBox .navList > li.on, .headBox .navList > li:hover {
      color: #009ea1; }
      .headBox .navList > li.on::after, .headBox .navList > li:hover::after {
        width: 100%; }
    .headBox .navList > li:hover .secondList {
      visibility: visible;
      opacity: 1; }
  .headBox .secondList {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear; }
    .headBox .secondList li {
      white-space: nowrap;
      font-size: 18px;
      color: #fff;
      line-height: 70px;
      text-align: center;
      margin: 0 30px;
      cursor: pointer;
      position: relative; }
    .headBox .secondList li.on, .headBox .secondList li:hover {
      color: #009ea1; }
  .headBox .bgShadow {
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.2s linear; }
    .headBox .bgShadow.tran100 {
      transform: translateY(0);
      opacity: 1; }

.footBox {
  width: 100%;
  background: #ededed; }
  .footBox .footTop {
    width: 100%;
    box-sizing: border-box;
    padding: 46px 260px;
    background: #ededed; }
    .footBox .footTop > ul {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .footBox .footTop > ul > li ul {
        padding-left: 32px; }
      .footBox .footTop > ul > li li {
        margin-bottom: 16px; }
        .footBox .footTop > ul > li li a {
          font-size: 14px;
          color: #5f6464;
          line-height: 20px;
          text-align: left; }
      .footBox .footTop > ul > li li:hover a {
        color: #009ea1; }
      .footBox .footTop > ul .ulBox {
        width: 270px;
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        white-space: nowrap; }
    .footBox .footTop p {
      padding-left: 32px;
      margin-bottom: 30px;
      background-size: 22px !important; }
      .footBox .footTop p a {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        line-height: 22px;
        text-align: left; }
    .footBox .footTop .one {
      background: url("../images/icon1.png") left center no-repeat; }
    .footBox .footTop .two {
      background: url("../images/icon2.png") left center no-repeat; }
    .footBox .footTop .three {
      background: url("../images/icon3.png") left center no-repeat; }
    .footBox .footTop .four {
      background: url("../images/icon4.png") left center no-repeat; }
    .footBox .footTop .five {
      margin-top: 30px;
      background: url("../images/icon5.png") left center no-repeat; }
    .footBox .footTop .six {
      background: url("../images/icon6.png") left center no-repeat; }
  .footBox .footBottom {
    height: 100px;
    background: #727171;
    box-sizing: border-box;
    padding-left: 220px;
    padding-right: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footBox .footBottom .logo {
      background: url("../images/logo1.png") center no-repeat;
      background-size: contain; }
    .footBox .footBottom .footLeft {
      width: 1070px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .footBox .footBottom .txt {
      width: 640px;
      font-size: 14px;
      color: #fff;
      line-height: 22px;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .footBox .footBottom .footRight {
      position: relative; }
    .footBox .footBottom .icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #ededed;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s linear; }
      .footBox .footBottom .icon img {
        width: 26px;
        filter: brightness(0) invert(0); }
    .footBox .footBottom .icon:hover {
      background: #08b906; }
      .footBox .footBottom .icon:hover img {
        filter: brightness(0) invert(1); }
    .footBox .footBottom .ewm {
      width: 200px;
      height: 200px;
      position: absolute;
      left: 50%;
      bottom: 150%;
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s linear; }
      .footBox .footBottom .ewm.ewmS {
        opacity: 1; }
      .footBox .footBottom .ewm p {
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
        z-index: 5; }
      .footBox .footBottom .ewm img {
        width: 100%;
        height: 100%; }
    .footBox .footBottom .ewm:before {
      content: "";
      padding: 8px;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      background: #fff;
      bottom: -8px;
      transform: rotate(45deg); }

.backTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 5;
  display: none; }

@media (max-width: 1920px) {
  .headBox .navBox {
    padding-top: 0.5208333333vw;
    padding-left: 6.25vw;
    padding-right: 4.6875vw; }
  .headBox .navList {
    padding-top: 0.5208333333vw; }
    .headBox .navList > li {
      font-size: 0.9375vw;
      line-height: 3.125vw;
      margin-left: 4.1666666667vw; }
      .headBox .navList > li::after {
        height: 0.2083333333vw; }
  .headBox .secondList li {
    font-size: 0.9375vw;
    line-height: 3.6458333333vw;
    margin: 0 1.5625vw; }
  .headBox .bgShadow {
    height: 3.6458333333vw; }

  .footBox .footTop {
    padding: 2.3958333333vw 13.5416666667vw; }
    .footBox .footTop > ul > li ul {
      padding-left: 1.6666666667vw; }
    .footBox .footTop > ul > li li {
      margin-bottom: 0.8333333333vw; }
      .footBox .footTop > ul > li li a {
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw; }
    .footBox .footTop > ul .ulBox {
      width: 14.0625vw; }
    .footBox .footTop p {
      padding-left: 1.6666666667vw;
      margin-bottom: 1.5625vw;
      background-size: 1.1458333333vw !important; }
      .footBox .footTop p a {
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw; }
    .footBox .footTop .five {
      margin-top: 1.5625vw; }
  .footBox .footBottom {
    height: 5.2083333333vw;
    padding-left: 11.4583333333vw;
    padding-right: 10.4166666667vw; }
    .footBox .footBottom .footLeft {
      width: 55.7291666667vw; }
    .footBox .footBottom .txt {
      width: 33.3333333333vw;
      font-size: 0.7291666667vw;
      line-height: 1.1458333333vw; }
    .footBox .footBottom .icon {
      width: 2.2916666667vw;
      height: 2.2916666667vw; }
      .footBox .footBottom .icon img {
        width: 1.3541666667vw; }
    .footBox .footBottom .ewm {
      width: 10.4166666667vw;
      height: 10.4166666667vw; }
      .footBox .footBottom .ewm p {
        border-radius: 0.5208333333vw;
        padding: 0.5208333333vw; }
    .footBox .footBottom .ewm:before {
      padding: 0.4166666667vw;
      margin-left: -0.4166666667vw;
      bottom: -0.4166666667vw; }

  .backTop {
    width: 3.90625vw;
    right: 1.0416666667vw;
    bottom: 5.2083333333vw; } }
@media (max-width: 768px) {
  .headBox .navBox {
    padding-top: 0;
    height: 15.4666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 2.6666666667vw;
    z-index: auto; }
  .headBox .mobBtn {
    display: block;
    height: 5.8666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer; }
    .headBox .mobBtn span {
      display: block;
      background: #000;
      width: 6.6666666667vw;
      height: 0.5333333333vw; }
  .headBox .mobBox {
    width: 0;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 16vw;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 60;
    overflow: hidden;
    transition: all 0.2s linear; }
    .headBox .mobBox.mobBoxF {
      width: 80vw; }
  .headBox .closeBox {
    width: 80vw;
    height: 16vw;
    position: absolute;
    right: 0;
    top: 0; }
    .headBox .closeBox .closeBtn {
      width: 6.6666666667vw;
      height: 6.6666666667vw;
      position: absolute;
      right: 4vw;
      top: 5.3333333333vw;
      cursor: pointer; }
      .headBox .closeBox .closeBtn::before, .headBox .closeBox .closeBtn::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #000;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 0.5333333333vw;
        height: 5.8666666667vw;
        margin-top: -2.9333333333vw;
        margin-left: -0.2666666667vw; }
      .headBox .closeBox .closeBtn::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .headBox .closeBox .closeBtn::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .headBox .navList {
    height: 100%;
    box-sizing: border-box;
    padding-top: 0;
    padding: 0 5.3333333333vw;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto; }
    .headBox .navList > li {
      width: 70.9333333333vw;
      height: auto;
      font-size: 4.2666666667vw;
      line-height: 10.6666666667vw;
      margin-left: 0;
      text-align: left;
      margin-bottom: 4vw; }
      .headBox .navList > li.spnOn > span {
        background: url("../images/qimg3.png") right center no-repeat;
        background-size: 3.8666666667vw 2.1333333333vw; }
      .headBox .navList > li strong {
        display: block;
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20; }
      .headBox .navList > li > span {
        display: block;
        width: 100%;
        height: 10.6666666667vw;
        background: url("../images/qimg2.png") right center no-repeat;
        background-size: 2.2666666667vw 3.7333333333vw;
        transition: all 0.1s linear; }
        .headBox .navList > li > span.no {
          background: none; }
      .headBox .navList > li::after {
        height: 0.5333333333vw; }
      .headBox .navList > li a {
        height: 10.6666666667vw; }
    .headBox .navList > li.on, .headBox .navList > li:hover {
      color: #000; }
      .headBox .navList > li.on:after, .headBox .navList > li:hover:after {
        display: none; }
  .headBox .secondList {
    opacity: 1;
    max-height: 133.3333333333vw;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    display: none; }
    .headBox .secondList li {
      font-size: 3.2vw;
      line-height: 9.3333333333vw;
      color: #000;
      text-indent: 1em;
      margin: 0 4vw;
      text-align: left; }
  .headBox .bgShadow {
    width: 0;
    height: 100vh;
    top: 0;
    right: 0;
    left: auto;
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 20;
    transition: all 0s linear; }
    .headBox .bgShadow.bgShadowF {
      width: 100%; }

  .footBox .footTop {
    display: none; }
  .footBox .logo {
    margin-bottom: 4.8vw; }
  .footBox .footBottom {
    height: auto;
    padding: 5.3333333333vw 4vw; }
    .footBox .footBottom .footLeft {
      width: auto;
      align-items: flex-start;
      flex-direction: column; }
    .footBox .footBottom .txt {
      width: auto;
      align-items: flex-start;
      font-size: 2.4vw;
      line-height: 2.9333333333vw;
      flex-direction: column; }
      .footBox .footBottom .txt p:nth-child(1) {
        margin-bottom: 2.6666666667vw; }
    .footBox .footBottom .icon {
      width: 5.8666666667vw;
      height: 5.8666666667vw;
      background: #54b536; }
      .footBox .footBottom .icon img {
        width: 3.4666666667vw;
        filter: brightness(0) invert(1); }
    .footBox .footBottom .ewm {
      width: 100vw;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 20;
      transform: translateX(0);
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center; }
      .footBox .footBottom .ewm.ewmS {
        pointer-events: auto; }
      .footBox .footBottom .ewm p {
        width: 26.6666666667vw;
        height: 26.6666666667vw;
        border-radius: 1.3333333333vw;
        padding: 1.3333333333vw; }
    .footBox .footBottom .ewm:before {
      display: none; }

  .backTop {
    width: 13.3333333333vw;
    right: 2.6666666667vw;
    bottom: 20vw; } }
.index {
  background: #f4f4f4; }
  .index * {
    box-sizing: border-box; }
  .index .homeBaner {
    position: relative;
    height: 0;
    padding-top: 41.67%;
    overflow: hidden; }
    .index .homeBaner .img0 {
      display: block; }
    .index .homeBaner .img1 {
      display: none; }
    .index .homeBaner .homeSwiper {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
    .index .homeBaner a {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
    .index .homeBaner .swiper-slide {
      cursor: pointer; }
      .index .homeBaner .swiper-slide img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .index .homeBaner .swiper-pagination {
      bottom: 3.75%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .index .homeBaner .swiper-pagination span {
        opacity: 1;
        width: 30px;
        height: 30px;
        padding: 5px;
        position: relative;
        margin: 0 5px;
        cursor: pointer;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center; }
        .index .homeBaner .swiper-pagination span::before {
          content: "";
          display: block;
          transition: all 0.3s 0s ease-out;
          padding: 3px;
          background: #fff;
          border-radius: 50%; }
        .index .homeBaner .swiper-pagination span::after {
          box-sizing: border-box;
          content: '';
          display: block;
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          border: 2px solid #E6E6E6;
          border-radius: 50%;
          transform: scale(0);
          transition: all 0.3s 0s ease-out; }
        .index .homeBaner .swiper-pagination span.swiper-pagination-bullet-active::before {
          opacity: 0.75;
          transform: scale(1.5); }
        .index .homeBaner .swiper-pagination span.swiper-pagination-bullet-active::after {
          opacity: 0.75;
          transform: scale(1); }
    .index .homeBaner .tabBtn {
      width: 50px;
      height: 50px;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid #707070;
      border-radius: 50%;
      z-index: 50;
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 25px;
      cursor: pointer;
      transition: all 0.3s 0s ease-out;
      outline: none; }
      .index .homeBaner .tabBtn::before {
        transition: all 0.3s 0s ease-out;
        content: "";
        position: absolute;
        box-sizing: border-box;
        left: 20px;
        top: 50%;
        width: 14px;
        height: 14px;
        border: 2px solid transparent;
        border-top: 2px solid #DBDBDB;
        border-left: 2px solid #DBDBDB;
        transform: translateY(-50%) rotate(-45deg);
        opacity: 0.75; }
      .index .homeBaner .tabBtn.nextBtn {
        left: auto;
        right: 25px; }
        .index .homeBaner .tabBtn.nextBtn::before {
          left: 15px;
          transform: translateY(-50%) rotate(135deg); }
      .index .homeBaner .tabBtn:hover {
        transform: scale(1.1); }
        .index .homeBaner .tabBtn:hover::before {
          opacity: 1; }
  .index .newbox {
    width: 100%;
    display: flex;
    padding: 150px 200px;
    position: relative;
    justify-content: space-between;
    overflow: hidden; }
    .index .newbox::after {
      content: "NEW";
      font-size: 276px;
      color: #eee;
      line-height: 276px;
      text-align: center;
      position: absolute;
      bottom: 0;
      right: 150px;
      transform: translateY(100px); }
    .index .newbox .left {
      padding-top: 50px; }
      .index .newbox .left ul {
        margin-bottom: 200px; }
        .index .newbox .left ul li {
          font-size: 28px;
          color: #000;
          line-height: 40px;
          text-align: center;
          font-weight: 600;
          padding-bottom: 16px;
          margin-bottom: 70px;
          cursor: pointer; }
          .index .newbox .left ul li a {
            color: #000; }
          .index .newbox .left ul li:last-child {
            margin-bottom: 0; }
          .index .newbox .left ul li.on {
            color: #009ea1;
            border-bottom: 3px solid #009ea1; }
            .index .newbox .left ul li.on a {
              color: #009ea1; }
    .index .newbox .more {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #009ea1 url("../images/m2.png") center no-repeat;
      background-size: 12px 21px;
      position: absolute;
      left: 220px;
      bottom: 190px; }
    .index .newbox .right ul {
      width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .index .newbox .right ul.hide {
        display: none; }
      .index .newbox .right ul li {
        display: flex;
        width: 580px;
        height: 234px;
        background-color: #fff;
        margin-bottom: 36px;
        padding: 50px 40px 26px 42px;
        cursor: pointer;
        align-items: start; }
        .index .newbox .right ul li .time {
          font-size: 14px;
          color: #b8b8b8;
          line-height: 28px;
          text-align: left;
          padding-bottom: 64px;
          position: relative; }
          .index .newbox .right ul li .time span {
            font-size: 30px;
            display: block;
            color: #000;
            transition: all .2s ease; }
          .index .newbox .right ul li .time::after {
            content: "";
            width: 85px;
            height: 2px;
            background-color: #d0d0d0;
            position: absolute;
            left: 0;
            bottom: 0; }
        .index .newbox .right ul li .fontbox {
          margin-left: 32px;
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: space-between; }
          .index .newbox .right ul li .fontbox h2 {
            font-size: 20px;
            color: #000;
            line-height: 30px;
            text-align: left;
            height: 60px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .2s ease; }
          .index .newbox .right ul li .fontbox p {
            font-size: 16px;
            color: #595757;
            line-height: 24px;
            text-align: left;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index .newbox .right ul li .fontbox a {
            font-size: 14px;
            color: #009ea1;
            line-height: 24px;
            text-align: left; }
        .index .newbox .right ul li:hover .time span {
          color: #009ea1; }
        .index .newbox .right ul li:hover .fontbox h2 {
          color: #009ea1; }
  .index .page3 {
    width: 100%;
    position: relative; }
    .index .page3 .bgImg {
      width: 100%;
      height: 500px;
      font-size: 0;
      position: relative;
      pointer-events: none;
      overflow: hidden; }
      .index .page3 .bgImg img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
        transition: all 0.3s linear; }
        .index .page3 .bgImg img.imgS {
          opacity: 1; }
      .index .page3 .bgImg img:nth-child(1) {
        opacity: 1; }
    .index .page3 ul {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex; }
      .index .page3 ul li {
        flex: 1;
        position: relative;
        transition: all .5s 0s ease; }
        .index .page3 ul li img {
          display: none; }
        .index .page3 ul li .box {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all .5s 0s ease; }
        .index .page3 ul li p {
          font-size: 22px;
          color: #fff;
          line-height: 32px;
          text-align: center;
          font-weight: 600;
          margin-bottom: 20px;
          transition: all .5s 0s ease; }
        .index .page3 ul li a {
          background-image: linear-gradient(to right, #62e6e0, #019b92);
          font-size: 16px;
          color: #fff;
          line-height: 40px;
          text-align: center;
          font-weight: 600;
          width: 110px;
          height: 40px;
          display: block;
          border-radius: 34px;
          opacity: 0;
          transition: all .5s 0s ease; }
        .index .page3 ul li:hover {
          background: rgba(255, 255, 255, 0.5); }
          .index .page3 ul li:hover .box {
            top: 46%; }
          .index .page3 ul li:hover p {
            color: #000; }
          .index .page3 ul li:hover a {
            opacity: 1; }
  .index .page4 {
    width: 100%;
    padding: 55px 70px;
    background-color: #f6f6f6; }
    .index .page4 ul {
      width: 100%;
      display: flex;
      align-items: center; }
      .index .page4 ul li {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: center; }
        .index .page4 ul li img {
          max-height: 50px;
          display: block;
          width: auto; }
        .index .page4 ul li .right {
          margin-left: 40px; }
          .index .page4 ul li .right h2 {
            font-size: 20px;
            color: #000707;
            line-height: 30px;
            text-align: left;
            margin-bottom: 10px; }
          .index .page4 ul li .right p {
            font-size: 18px;
            color: #a0a0a0;
            line-height: 26px;
            text-align: left; }

.videoPages {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .videoPages .videoBox {
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .videoPages .videoBox video {
      max-width: 90vw;
      height: 70vh;
      max-height: 80vh;
      background: #000; }
    .videoPages .videoBox .clostBtn {
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      right: -0px;
      top: -40px;
      cursor: pointer; }
      .videoPages .videoBox .clostBtn::before, .videoPages .videoBox .clostBtn::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #1a1a1a;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 20px;
        height: 2px;
        margin-top: -1px;
        margin-left: -10px; }
      .videoPages .videoBox .clostBtn::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .videoPages .videoBox .clostBtn::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .videoPages.videoPagesd {
    display: flex; }

@media (max-width: 1920px) {
  .index .homeBaner .swiper-pagination span {
    width: 1.5625vw;
    height: 1.5625vw;
    padding: 0.2604166667vw;
    margin: 0 0.2604166667vw; }
  .index .homeBaner .tabBtn {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-top: -1.3020833333vw;
    left: 1.3020833333vw; }
    .index .homeBaner .tabBtn::before {
      left: 1.0416666667vw;
      width: 0.7291666667vw;
      height: 0.7291666667vw; }
    .index .homeBaner .tabBtn.nextBtn {
      right: 1.3020833333vw; }
      .index .homeBaner .tabBtn.nextBtn::before {
        left: 0.78125vw; }
  .index .newbox {
    padding: 7.8125vw 10.4166666667vw; }
    .index .newbox::after {
      font-size: 14.375vw;
      line-height: 14.375vw;
      right: 7.8125vw;
      transform: translateY(5.2083333333vw); }
    .index .newbox .left {
      padding-top: 2.6041666667vw; }
      .index .newbox .left ul {
        margin-bottom: 10.4166666667vw; }
        .index .newbox .left ul li {
          font-size: 1.4583333333vw;
          line-height: 2.0833333333vw;
          padding-bottom: 0.8333333333vw;
          margin-bottom: 3.6458333333vw; }
    .index .newbox .more {
      width: 3.125vw;
      height: 3.125vw;
      background-size: 0.625vw 1.09375vw;
      left: 11.4583333333vw;
      bottom: 9.8958333333vw; }
    .index .newbox .right ul {
      width: 62.5vw; }
      .index .newbox .right ul li {
        width: 30.2083333333vw;
        height: 12.1875vw;
        margin-bottom: 1.875vw;
        padding: 2.6041666667vw 2.0833333333vw 1.3541666667vw 2.1875vw; }
        .index .newbox .right ul li .time {
          font-size: 0.7291666667vw;
          line-height: 1.4583333333vw;
          padding-bottom: 3.3333333333vw; }
          .index .newbox .right ul li .time span {
            font-size: 1.5625vw; }
          .index .newbox .right ul li .time::after {
            width: 4.4270833333vw;
            height: 0.1041666667vw; }
        .index .newbox .right ul li .fontbox {
          margin-left: 1.6666666667vw; }
          .index .newbox .right ul li .fontbox h2 {
            font-size: 1.0416666667vw;
            line-height: 1.5625vw;
            height: 3.125vw; }
          .index .newbox .right ul li .fontbox p {
            font-size: 0.8333333333vw;
            line-height: 1.5625vw; }
          .index .newbox .right ul li .fontbox a {
            font-size: 0.7291666667vw;
            line-height: 1.25vw; }
  .index .page3 .bgImg {
    height: 26.0416666667vw; }
  .index .page3 ul li p {
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
    margin-bottom: 1.0416666667vw; }
  .index .page3 ul li a {
    font-size: 0.8333333333vw;
    line-height: 2.0833333333vw;
    width: 5.7291666667vw;
    height: 2.0833333333vw;
    border-radius: 1.7708333333vw; }
  .index .page4 {
    padding: 2.8645833333vw 3.6458333333vw; }
    .index .page4 ul li img {
      max-height: 2.6041666667vw; }
    .index .page4 ul li .right {
      margin-left: 2.0833333333vw; }
      .index .page4 ul li .right h2 {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin-bottom: 0.5208333333vw; }
      .index .page4 ul li .right p {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw; } }
@media (max-width: 768px) {
  .index .homeBaner {
    padding-top: 160%; }
    .index .homeBaner .img0 {
      display: none; }
    .index .homeBaner .img1 {
      display: block; }
    .index .homeBaner .tabBtn {
      display: none !important;
      pointer-events: none; }
    .index .homeBaner .swiper-pagination span {
      width: 6.1333333333vw;
      height: 6.1333333333vw;
      padding: 0.6666666667vw; }
      .index .homeBaner .swiper-pagination span::before {
        padding: 0.5333333333vw; }
  .index .newbox {
    padding: 33.3333333333vw 4vw;
    padding-top: 8vw;
    flex-direction: column; }
    .index .newbox::after {
      font-size: 22.6666666667vw;
      line-height: 22.6666666667vw;
      right: 1.3333333333vw;
      font-weight: bold;
      transform: translateY(8vw); }
    .index .newbox .left ul {
      width: 40vw;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 auto;
      margin-bottom: 9.3333333333vw; }
      .index .newbox .left ul li {
        font-size: 2.9333333333vw;
        line-height: 6.6666666667vw;
        padding: 0 2.6666666667vw;
        padding-bottom: 1.3333333333vw;
        margin-bottom: 0;
        border-bottom: 0.5333333333vw solid rgba(0, 0, 0, 0); }
        .index .newbox .left ul li.on {
          border-bottom: 0.5333333333vw solid #009ea1; }
    .index .newbox .more {
      width: 8vw;
      height: 8vw;
      background-size: 1.6vw 2.8vw;
      left: 50%;
      bottom: 14.6666666667vw;
      margin-left: -4vw; }
    .index .newbox .right ul {
      width: 100%;
      flex-direction: column; }
      .index .newbox .right ul li {
        width: 92vw;
        height: 44vw;
        margin-bottom: 4.8vw;
        padding: 6.6666666667vw 5.3333333333vw 3.4666666667vw 5.6vw;
        position: relative; }
        .index .newbox .right ul li .time {
          font-size: 2.4vw;
          line-height: 3.7333333333vw;
          padding-bottom: 8.5333333333vw; }
          .index .newbox .right ul li .time span {
            font-size: 4vw; }
          .index .newbox .right ul li .time::after {
            width: 11.3333333333vw;
            height: 0.2666666667vw; }
        .index .newbox .right ul li .fontbox {
          margin-left: 4.2666666667vw;
          justify-content: flex-start; }
          .index .newbox .right ul li .fontbox h2 {
            font-size: 3.4666666667vw;
            line-height: 4vw;
            height: 8vw;
            margin-bottom: 5.3333333333vw; }
          .index .newbox .right ul li .fontbox p {
            font-size: 2.9333333333vw;
            line-height: 4.8vw; }
          .index .newbox .right ul li .fontbox a {
            width: 18.6666666667vw;
            height: 5.8666666667vw;
            border-radius: 5.8666666667vw;
            background: #009ea1;
            color: #fff;
            text-align: center;
            font-size: 2.6666666667vw;
            line-height: 5.8666666667vw;
            position: absolute;
            left: 50%;
            bottom: 5.3333333333vw;
            margin-left: -9.3333333333vw; }
  .index .page3 .bgImg {
    display: none; }
  .index .page3 ul {
    width: 92vw;
    position: relative;
    flex-direction: column;
    margin: 0 auto; }
    .index .page3 ul li {
      width: 100%;
      height: 56vw;
      flex: auto;
      margin-bottom: 4vw; }
      .index .page3 ul li .box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 10; }
      .index .page3 ul li a {
        opacity: 1; }
      .index .page3 ul li p {
        font-size: 3.4666666667vw;
        line-height: 4.2666666667vw;
        margin-bottom: 4vw; }
      .index .page3 ul li a {
        font-size: 2.6666666667vw;
        line-height: 5.8666666667vw;
        width: 16vw;
        height: 5.8666666667vw;
        border-radius: 5.8666666667vw; }
      .index .page3 ul li img {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .index .page3 ul li:hover {
        background: rgba(0, 0, 0, 0.3); }
        .index .page3 ul li:hover .box {
          top: 50%; }
        .index .page3 ul li:hover p {
          color: #fff; }
  .index .page4 {
    padding: 9.3333333333vw 4vw; }
    .index .page4 ul {
      align-items: flex-start; }
      .index .page4 ul li {
        flex-direction: column;
        align-items: center; }
        .index .page4 ul li img {
          max-height: 6.6666666667vw;
          margin-bottom: 1.3333333333vw; }
        .index .page4 ul li .right {
          margin-left: 0; }
          .index .page4 ul li .right h2 {
            font-size: 3.4666666667vw;
            line-height: 4vw;
            margin-bottom: 1.3333333333vw;
            text-align: center; }
          .index .page4 ul li .right p {
            font-size: 2.6666666667vw;
            line-height: 4vw;
            text-align: center; } }
.introduceBox {
  max-width: 1920px;
  margin: 0 auto; }
  .introduceBox .tit {
    font-weight: bold;
    font-size: 26px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 70px; }
  .introduceBox .txtBox {
    padding: 120px 100px;
    background: #f4f4f4; }
    .introduceBox .txtBox p {
      font-size: 18px;
      color: #000;
      line-height: 38px;
      text-align: left; }
  .introduceBox .iconBox {
    padding: 70px 100px; }
    .introduceBox .iconBox ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .introduceBox .iconBox li {
      width: 194px;
      margin: 0 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 70px; }
      .introduceBox .iconBox li img {
        max-width: 100%; }
  .introduceBox .intrBox {
    width: 100%;
    height: 440px;
    position: relative;
    margin-bottom: 170px; }
    .introduceBox .intrBox .bgImg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .introduceBox .intrBox .bgImg::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        background: rgba(0, 0, 0, 0.2); }
      .introduceBox .intrBox .bgImg img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
        transition: all 0.3s linear; }
        .introduceBox .intrBox .bgImg img.imgS {
          opacity: 1; }
      .introduceBox .intrBox .bgImg img:nth-child(1) {
        opacity: 1; }
    .introduceBox .intrBox .ulHover {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .introduceBox .intrBox .ulHover li {
        width: 25%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s linear; }
        .introduceBox .intrBox .ulHover li img {
          display: none; }
        .introduceBox .intrBox .ulHover li .box {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all .5s 0s ease; }
        .introduceBox .intrBox .ulHover li p {
          font-size: 22px;
          color: #fff;
          line-height: 32px;
          text-align: center;
          font-weight: 600;
          margin-bottom: 20px;
          transition: all .5s 0s ease; }
        .introduceBox .intrBox .ulHover li a {
          background-image: linear-gradient(to right, #62e6e0, #019b92);
          font-size: 16px;
          color: #fff;
          line-height: 40px;
          text-align: center;
          font-weight: 600;
          width: 110px;
          height: 40px;
          display: block;
          border-radius: 34px;
          opacity: 0;
          transition: all .5s 0s ease; }
      .introduceBox .intrBox .ulHover li:hover {
        background: rgba(255, 255, 255, 0.4); }
        .introduceBox .intrBox .ulHover li:hover .box {
          top: 46%; }
        .introduceBox .intrBox .ulHover li:hover p {
          color: #000; }
        .introduceBox .intrBox .ulHover li:hover a {
          opacity: 1; }
  .introduceBox .jgBox {
    margin-bottom: 200px; }
    .introduceBox .jgBox .tit {
      margin-bottom: 120px; }
    .introduceBox .jgBox img {
      display: block;
      width: 1613px;
      margin: 0 auto; }
    .introduceBox .jgBox .img0 {
      display: block; }
    .introduceBox .jgBox .img1 {
      display: none; }
  .introduceBox .honor {
    width: 1720px;
    margin: 0 auto;
    margin-bottom: 200px; }
    .introduceBox .honor .tit {
      margin-bottom: 120px; }
    .introduceBox .honor .sBox {
      width: 100%;
      box-sizing: border-box;
      padding: 0 50px;
      position: relative; }
      .introduceBox .honor .sBox .btnC {
        width: 38px;
        height: 38px;
        background-size: 38px;
        position: absolute;
        top: 100px;
        cursor: pointer; }
      .introduceBox .honor .sBox .prev {
        left: 0;
        background: url("../images/icon16.png") center no-repeat; }
      .introduceBox .honor .sBox .next {
        right: 0;
        background: url("../images/icon17.png") center no-repeat; }
    .introduceBox .honor .swiper-slide {
      box-sizing: border-box;
      padding: 0 80px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
    .introduceBox .honor .img {
      width: 124px;
      height: 156px;
      overflow: hidden;
      margin-bottom: 26px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .introduceBox .honor .img img {
        max-width: 100%;
        max-height: 100%; }
    .introduceBox .honor .txt strong {
      display: block;
      font-size: 24px;
      color: #009ea1;
      line-height: 30px;
      text-align: center;
      margin-bottom: 10px;
      display: none; }
    .introduceBox .honor .txt p {
      font-size: 18px;
      color: #2a2a2a;
      line-height: 36px;
      text-align: center; }

@media (max-width: 1920px) {
  .introduceBox .tit {
    font-size: 1.3541666667vw;
    line-height: 1.5625vw;
    margin-bottom: 3.6458333333vw; }
  .introduceBox .txtBox {
    padding: 6.25vw 5.2083333333vw; }
    .introduceBox .txtBox p {
      font-size: 0.9375vw;
      line-height: 1.9791666667vw; }
  .introduceBox .iconBox {
    padding: 3.6458333333vw 5.2083333333vw; }
    .introduceBox .iconBox li {
      width: 10vw;
      margin: 0 1.3020833333vw;
      margin-bottom: 3.6458333333vw; }
  .introduceBox .intrBox {
    height: 22.9166666667vw;
    margin-bottom: 8.8541666667vw; }
    .introduceBox .intrBox .ulHover li p {
      font-size: 1.1458333333vw;
      line-height: 1.6666666667vw;
      margin-bottom: 1.0416666667vw; }
    .introduceBox .intrBox .ulHover li a {
      font-size: 0.8333333333vw;
      line-height: 2.0833333333vw;
      width: 5.7291666667vw;
      height: 2.0833333333vw;
      border-radius: 1.7708333333vw; }
  .introduceBox .jgBox {
    margin-bottom: 10.4166666667vw; }
    .introduceBox .jgBox .tit {
      margin-bottom: 6.25vw; }
    .introduceBox .jgBox img {
      width: 83.8541666667vw; }
  .introduceBox .honor {
    width: 89.5833333333vw;
    margin-bottom: 10.4166666667vw; }
    .introduceBox .honor .tit {
      margin-bottom: 6.25vw; }
    .introduceBox .honor .sBox {
      padding: 0 2.6041666667vw; }
      .introduceBox .honor .sBox .btnC {
        width: 1.9791666667vw;
        height: 1.9791666667vw;
        background-size: 1.9791666667vw;
        top: 5.2083333333vw; }
    .introduceBox .honor .swiper-slide {
      padding: 0 4.1666666667vw; }
    .introduceBox .honor .img {
      width: 6.4583333333vw;
      height: 8.125vw;
      margin-bottom: 1.3541666667vw; }
    .introduceBox .honor .txt strong {
      font-size: 1.25vw;
      line-height: 1.5625vw;
      margin-bottom: 0.5208333333vw; }
    .introduceBox .honor .txt p {
      font-size: 0.9375vw;
      line-height: 1.875vw; } }
@media (max-width: 768px) {
  .introduceBox .tit {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 5.3333333333vw; }
  .introduceBox .txtBox {
    padding: 9.3333333333vw 6.6666666667vw; }
    .introduceBox .txtBox p {
      font-size: 3.4666666667vw;
      line-height: 5.0666666667vw; }
  .introduceBox .iconBox {
    width: 92vw;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0; }
    .introduceBox .iconBox ul {
      padding: 6.6666666667vw 5.3333333333vw;
      background: #fff;
      justify-content: space-between; }
    .introduceBox .iconBox::after {
      content: "";
      width: 25.6vw; }
    .introduceBox .iconBox li {
      width: 25.6vw;
      margin: 2.6666666667vw 0; }
  .introduceBox .intrBox {
    height: auto;
    margin-bottom: 10.6666666667vw; }
    .introduceBox .intrBox .bgImg {
      display: none; }
    .introduceBox .intrBox .ulHover {
      width: 92vw;
      position: relative;
      flex-direction: column;
      margin: 0 auto; }
      .introduceBox .intrBox .ulHover li {
        width: 100%;
        height: 56vw;
        flex: auto;
        margin-bottom: 4vw; }
        .introduceBox .intrBox .ulHover li .box {
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3);
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          z-index: 10; }
        .introduceBox .intrBox .ulHover li a {
          opacity: 1; }
        .introduceBox .intrBox .ulHover li p {
          font-size: 3.4666666667vw;
          line-height: 4.2666666667vw;
          margin-bottom: 4vw; }
        .introduceBox .intrBox .ulHover li a {
          font-size: 2.6666666667vw;
          line-height: 5.8666666667vw;
          width: 16vw;
          height: 5.8666666667vw;
          border-radius: 5.8666666667vw; }
        .introduceBox .intrBox .ulHover li img {
          display: block;
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
        .introduceBox .intrBox .ulHover li:hover {
          background: rgba(0, 0, 0, 0.3); }
          .introduceBox .intrBox .ulHover li:hover .box {
            top: 50%; }
          .introduceBox .intrBox .ulHover li:hover p {
            color: #fff; }
  .introduceBox .jgBox {
    margin-bottom: 14.6666666667vw; }
    .introduceBox .jgBox .tit {
      margin-bottom: 10.6666666667vw; }
    .introduceBox .jgBox img {
      width: 92vw; }
    .introduceBox .jgBox .img0 {
      display: none; }
    .introduceBox .jgBox .img1 {
      display: block; }
  .introduceBox .honor {
    width: 86.6666666667vw;
    margin-bottom: 13.3333333333vw; }
    .introduceBox .honor .tit {
      margin-bottom: 8vw; }
    .introduceBox .honor .sBox {
      padding: 0 9.3333333333vw; }
      .introduceBox .honor .sBox .btnC {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        background-size: 5.3333333333vw;
        top: 13.3333333333vw; }
    .introduceBox .honor .swiper-slide {
      padding: 0 10.6666666667vw; }
    .introduceBox .honor .img {
      width: 21.8666666667vw;
      height: 27.7333333333vw;
      margin-bottom: 5.3333333333vw; }
    .introduceBox .honor .txt strong {
      font-size: 3.4666666667vw;
      line-height: 4vw;
      margin-bottom: 1.3333333333vw; }
    .introduceBox .honor .txt p {
      font-size: 3.4666666667vw;
      line-height: 4.8vw; } }
.tabBoxS {
  width: 820px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto; }
  .tabBoxS li {
    height: 60px;
    font-size: 26px;
    color: #000;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer; }
  .tabBoxS .on, .tabBoxS li:hover {
    color: #009ea1; }
    .tabBoxS .on::after, .tabBoxS li:hover::after {
      content: "";
      width: 100%;
      height: 4px;
      background: #009ea1;
      position: absolute;
      left: 0;
      bottom: 0; }

.tabBarS {
  width: 1200px;
  margin: 140px auto;
  font-size: 16px;
  color: #595757;
  line-height: 26px;
  text-align: left; }
  .tabBarS > li {
    display: none; }
  .tabBarS li:nth-child(1) {
    display: block; }
  .tabBarS p {
    margin-bottom: 70px; }
    .tabBarS p span {
      display: block;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
  .tabBarS .tit {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #009ea1; }
  .tabBarS ul {
    margin-bottom: 60px; }
    .tabBarS ul li {
      margin-bottom: 20px; }
    .tabBarS ul .round {
      list-style-type: disc;
      margin-left: 20px;
      text-indent: -4px; }

@media (max-width: 1920px) {
  .tabBoxS {
    width: 42.7083333333vw; }
    .tabBoxS li {
      height: 3.125vw;
      font-size: 1.3541666667vw;
      line-height: 3.125vw; }
    .tabBoxS .on::after, .tabBoxS li:hover::after {
      height: 0.2083333333vw; }

  .tabBarS {
    width: 62.5vw;
    margin: 7.2916666667vw auto;
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw; }
    .tabBarS p {
      margin-bottom: 3.6458333333vw; }
      .tabBarS p span {
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw; }
    .tabBarS .tit {
      font-size: 1.1458333333vw;
      line-height: 1.3541666667vw;
      padding-bottom: 0.5208333333vw; }
    .tabBarS ul {
      margin-bottom: 3.125vw; }
      .tabBarS ul li {
        margin-bottom: 1.0416666667vw; }
      .tabBarS ul .round {
        margin-left: 1.0416666667vw;
        text-indent: -0.2083333333vw; } }
@media (max-width: 768px) {
  .tabBoxS {
    width: 92vw; }
    .tabBoxS li {
      padding: 0 2.6666666667vw;
      height: 9.3333333333vw;
      font-size: 3.2vw;
      line-height: 9.3333333333vw; }
    .tabBoxS .on::after, .tabBoxS li:hover::after {
      height: 0.5333333333vw; }

  .tabBarS {
    width: 89.3333333333vw;
    margin: 5.3333333333vw auto;
    font-size: 3.2vw;
    line-height: 5.3333333333vw; }
    .tabBarS p {
      margin-bottom: 9.3333333333vw; }
      .tabBarS p span {
        font-size: 3.4666666667vw;
        margin-bottom: 1.3333333333vw; }
    .tabBarS .tit {
      font-size: 4vw;
      line-height: 5.3333333333vw;
      padding-bottom: 1.3333333333vw; }
    .tabBarS ul {
      margin-bottom: 8vw; }
      .tabBarS ul li {
        margin-bottom: 2.6666666667vw; }
      .tabBarS ul .round {
        margin-left: 4vw;
        text-indent: -0.5333333333vw; } }
.informationDis .newbox::after {
  display: none; }
.informationDis .newbox .right {
  width: 1200px; }
  .informationDis .newbox .right ul {
    flex-direction: column; }
    .informationDis .newbox .right ul li {
      width: 100%;
      height: 180px; }
      .informationDis .newbox .right ul li .time {
        padding-bottom: 30px; }
      .informationDis .newbox .right ul li .fontbox h2 {
        text-align: left; }
      .informationDis .newbox .right ul li .fontbox p {
        display: none;
        text-align: left; }
.informationDis .pagBox {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-30%); }

@media (max-width: 1920px) {
  .informationDis .newbox .right {
    width: 62.5vw; }
    .informationDis .newbox .right ul li {
      height: 9.375vw; }
      .informationDis .newbox .right ul li .time {
        padding-bottom: 1.5625vw; }
  .informationDis .pagBox {
    bottom: 2.6041666667vw; } }
@media (max-width: 768px) {
  .informationDis .newbox {
    padding-bottom: 26.6666666667vw; }
    .informationDis .newbox .left ul {
      width: 92vw; }
    .informationDis .newbox .right {
      width: 92vw; }
      .informationDis .newbox .right ul li {
        height: 34.6666666667vw; }
        .informationDis .newbox .right ul li .time {
          padding-bottom: 4vw; }
  .informationDis .pagBox {
    bottom: 13.3333333333vw;
    transform: translateX(-50%); } }
.pubBox {
  width: 1600px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .pubBox .left li {
    box-sizing: border-box;
    padding: 0 90px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
    cursor: pointer; }
    .pubBox .left li::after {
      content: "";
      width: 12px;
      height: 12px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      right: -6px;
      top: 8px; }
    .pubBox .left li span {
      display: block;
      max-width: 110px;
      padding-bottom: 16px;
      border-bottom: 3px solid rgba(0, 0, 0, 0); }
  .pubBox .left .on, .pubBox .left li:hover {
    color: #009ea1; }
    .pubBox .left .on::after, .pubBox .left li:hover::after {
      background: #009ea1; }
    .pubBox .left .on span, .pubBox .left li:hover span {
      border-bottom: 3px solid #009ea1; }
  .pubBox .right {
    width: 1312px;
    min-height: 500px;
    box-sizing: border-box;
    padding: 0 40px;
    padding-left: 400px;
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    position: relative; }
    .pubBox .right::before {
      content: "";
      width: 1px;
      height: 100%;
      background: #595757;
      position: absolute;
      left: 0;
      top: 10px; }
    .pubBox .right p {
      margin-bottom: 30px; }
    .pubBox .right .tit {
      font-weight: bold;
      font-size: 22px;
      color: #000;
      line-height: 26px;
      text-align: left;
      display: inline-block;
      padding-bottom: 10px;
      border-bottom: 2px solid #009ea1; }
    .pubBox .right .img {
      display: flex;
      align-items: center;
      justify-content: center; }
    .pubBox .right img {
      max-width: 100%; }
  .pubBox .tabBar li {
    display: none; }
  .pubBox .tabBar li:nth-child(1) {
    display: block; }

@media (max-width: 1920px) {
  .pubBox {
    width: 83.3333333333vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 3.125vw; }
    .pubBox .left li {
      padding: 0 4.6875vw;
      font-size: 1.0416666667vw;
      line-height: 1.25vw;
      margin-bottom: 3.125vw; }
      .pubBox .left li::after {
        width: 0.625vw;
        height: 0.625vw;
        right: -0.3125vw;
        top: 0.4166666667vw; }
      .pubBox .left li span {
        max-width: 5.7291666667vw;
        padding-bottom: 0.8333333333vw;
        border-bottom: 0.15625vw solid rgba(0, 0, 0, 0); }
    .pubBox .left .on span, .pubBox .left li:hover span {
      border-bottom: 0.15625vw solid #009ea1; }
    .pubBox .right {
      width: 68.3333333333vw;
      min-height: 26.0416666667vw;
      padding: 0 2.0833333333vw;
      padding-left: 20.8333333333vw;
      font-size: 0.8333333333vw;
      line-height: 1.5625vw; }
      .pubBox .right::before {
        top: 0.5208333333vw; }
      .pubBox .right p {
        margin-bottom: 1.5625vw; }
      .pubBox .right .tit {
        font-size: 1.1458333333vw;
        line-height: 1.3541666667vw;
        padding-bottom: 0.5208333333vw; } }
@media (max-width: 768px) {
  .pubBox {
    width: 92vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
    flex-direction: column; }
    .pubBox .left {
      width: 100%;
      margin-bottom: 8vw; }
      .pubBox .left ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .pubBox .left li {
        padding: 0;
        font-size: 2.9333333333vw;
        line-height: 3.2vw;
        margin-bottom: 0; }
        .pubBox .left li::after {
          display: none; }
        .pubBox .left li span {
          max-width: 26.6666666667vw;
          padding: 0 2.6666666667vw;
          padding-bottom: 2.1333333333vw;
          border-bottom: 0.4vw solid rgba(0, 0, 0, 0); }
      .pubBox .left .on span, .pubBox .left li:hover span {
        border-bottom: 0.4vw solid #009ea1; }
    .pubBox .right {
      width: 85.3333333333vw;
      min-height: 66.6666666667vw;
      margin: 0 auto;
      padding: 6.6666666667vw 5.3333333333vw;
      font-size: 2.6666666667vw;
      line-height: 4vw; }
      .pubBox .right::before {
        display: none; }
      .pubBox .right p {
        margin-bottom: 4vw; }
      .pubBox .right .tit {
        font-size: 3.2vw;
        line-height: 4vw;
        padding-bottom: 1.3333333333vw; } }
.newsBox .newbox::after {
  display: none; }
.newsBox .newbox .right {
  width: 1200px; }
  .newsBox .newbox .right ul {
    flex-direction: column; }
    .newsBox .newbox .right ul li {
      width: 100%; }
      .newsBox .newbox .right ul li .fontbox h2 {
        text-align: left; }
      .newsBox .newbox .right ul li .fontbox p {
        text-align: left; }
.newsBox .pagBox {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-30%); }

.newsDetail {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px; }
  .newsDetail .detailBox .tit {
    padding: 0 90px;
    font-size: 26px;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-weight: bold; }
  .newsDetail .detailBox .time {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-top: 20px; }
  .newsDetail .detailBox .txtBox {
    margin-top: 60px; }
  .newsDetail .detailBox table {
    margin: 0 auto !important; }
  .newsDetail .detailBox video {
    display: block;
    max-width: 100%;
    margin: 0 auto !important;
    margin-bottom: 30px !important; }
  .newsDetail .detailBox p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px; }
  .newsDetail .detailBox img {
    max-width: 100%;
    margin-bottom: 30px; }
  .newsDetail .more {
    display: block;
    font-weight: bold;
    width: 180px;
    font-size: 26px;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 40px; }
  .newsDetail .listBox {
    width: 100%; }
    .newsDetail .listBox ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 80px; }
      .newsDetail .listBox ul li {
        display: flex;
        width: 580px;
        height: 234px;
        background: #f3f3f3;
        margin-bottom: 36px;
        padding: 50px 40px 26px 42px;
        box-sizing: border-box;
        cursor: pointer;
        align-items: start; }
        .newsDetail .listBox ul li .time {
          font-size: 14px;
          color: #b8b8b8;
          line-height: 28px;
          text-align: left;
          padding-bottom: 64px;
          position: relative; }
          .newsDetail .listBox ul li .time span {
            font-size: 30px;
            display: block;
            color: #000;
            transition: all .2s ease; }
          .newsDetail .listBox ul li .time::after {
            content: "";
            width: 85px;
            height: 2px;
            background-color: #d0d0d0;
            position: absolute;
            left: 0;
            bottom: 0; }
        .newsDetail .listBox ul li .fontbox {
          margin-left: 32px;
          display: flex;
          flex-direction: column;
          height: 100%;
          justify-content: space-between; }
          .newsDetail .listBox ul li .fontbox h2 {
            font-size: 20px;
            color: #000;
            line-height: 30px;
            text-align: left;
            height: 60px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .2s ease; }
          .newsDetail .listBox ul li .fontbox p {
            font-size: 16px;
            color: #595757;
            line-height: 24px;
            text-align: left;
            height: 48px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newsDetail .listBox ul li .fontbox a {
            font-size: 14px;
            color: #009ea1;
            line-height: 24px;
            text-align: left; }
        .newsDetail .listBox ul li:hover .time span {
          color: #009ea1; }
        .newsDetail .listBox ul li:hover .fontbox h2 {
          color: #009ea1; }
    .newsDetail .listBox .backUp {
      display: block;
      width: 160px;
      height: 50px;
      border-radius: 50px;
      background: linear-gradient(to right, #62e6e0, #019b92);
      margin: 0 auto;
      font-size: 20px;
      color: #fff;
      line-height: 50px;
      text-align: center; }

@media (max-width: 1920px) {
  .newsBox .newbox .right {
    width: 62.5vw; }
  .newsBox .pagBox {
    bottom: 2.6041666667vw; }

  .newsDetail {
    width: 62.5vw;
    margin-top: 3.125vw;
    margin-bottom: 4.1666666667vw; }
    .newsDetail .detailBox .tit {
      padding: 0 4.6875vw;
      font-size: 1.3541666667vw;
      line-height: 2.0833333333vw; }
    .newsDetail .detailBox .time {
      font-size: 0.9375vw;
      line-height: 1.5625vw;
      margin-top: 1.0416666667vw; }
    .newsDetail .detailBox .txtBox {
      margin-top: 3.125vw; }
    .newsDetail .detailBox p {
      font-size: 0.8333333333vw;
      line-height: 1.5625vw;
      margin-bottom: 1.5625vw; }
    .newsDetail .detailBox video {
      margin-bottom: 1.5625vw !important; }
    .newsDetail .detailBox img {
      margin-bottom: 1.5625vw; }
    .newsDetail .more {
      width: 9.375vw;
      font-size: 1.3541666667vw;
      line-height: 1.5625vw;
      margin-top: 4.6875vw;
      margin-bottom: 2.0833333333vw; }
    .newsDetail .listBox ul {
      margin-bottom: 4.1666666667vw; }
      .newsDetail .listBox ul li {
        width: 30.2083333333vw;
        height: 12.1875vw;
        margin-bottom: 1.875vw;
        padding: 2.6041666667vw 2.0833333333vw 1.3541666667vw 2.1875vw; }
        .newsDetail .listBox ul li .time {
          font-size: 0.7291666667vw;
          line-height: 1.4583333333vw;
          padding-bottom: 3.3333333333vw; }
          .newsDetail .listBox ul li .time span {
            font-size: 1.5625vw; }
          .newsDetail .listBox ul li .time::after {
            width: 4.4270833333vw;
            height: 0.1041666667vw; }
        .newsDetail .listBox ul li .fontbox {
          margin-left: 1.6666666667vw; }
          .newsDetail .listBox ul li .fontbox h2 {
            font-size: 1.0416666667vw;
            line-height: 1.5625vw;
            height: 3.125vw; }
          .newsDetail .listBox ul li .fontbox p {
            font-size: 0.8333333333vw;
            line-height: 1.25vw;
            height: 2.5vw; }
          .newsDetail .listBox ul li .fontbox a {
            font-size: 0.7291666667vw;
            line-height: 1.25vw; }
    .newsDetail .listBox .backUp {
      width: 8.3333333333vw;
      height: 2.6041666667vw;
      border-radius: 2.6041666667vw;
      font-size: 1.0416666667vw;
      line-height: 2.6041666667vw; } }
@media (max-width: 768px) {
  .newsBox .newbox {
    padding-bottom: 26.6666666667vw; }
    .newsBox .newbox .left ul {
      width: 40vw; }
    .newsBox .newbox .right {
      width: 92vw; }
  .newsBox .pagBox {
    bottom: 13.3333333333vw;
    transform: translateX(-50%); }

  .newsDetail {
    width: 92vw;
    margin: 13.3333333333vw auto; }
    .newsDetail .detailBox {
      padding: 0 4vw; }
      .newsDetail .detailBox .tit {
        padding: 0 4vw;
        font-size: 3.4666666667vw;
        line-height: 5.3333333333vw; }
      .newsDetail .detailBox .time {
        font-size: 3.4666666667vw;
        line-height: 5.3333333333vw;
        margin-top: 2.6666666667vw; }
      .newsDetail .detailBox .txtBox {
        margin-top: 5.3333333333vw; }
      .newsDetail .detailBox p {
        font-size: 3.4666666667vw;
        line-height: 5.3333333333vw;
        margin-bottom: 4vw; }
      .newsDetail .detailBox video {
        margin-bottom: 8vw !important; }
      .newsDetail .detailBox img {
        margin-bottom: 4vw; }
    .newsDetail .more {
      width: 24vw;
      font-size: 3.4666666667vw;
      line-height: 4vw;
      margin-top: 9.3333333333vw;
      margin-bottom: 9.3333333333vw; }
    .newsDetail .listBox ul {
      width: 100%;
      flex-direction: column; }
      .newsDetail .listBox ul li {
        width: 92vw;
        height: 44vw;
        background: #fff;
        margin-bottom: 4.8vw;
        padding: 6.6666666667vw 5.3333333333vw 3.4666666667vw 5.6vw;
        position: relative; }
        .newsDetail .listBox ul li .time {
          font-size: 2.4vw;
          line-height: 3.7333333333vw;
          padding-bottom: 8.5333333333vw; }
          .newsDetail .listBox ul li .time span {
            font-size: 4vw; }
          .newsDetail .listBox ul li .time::after {
            width: 11.3333333333vw;
            height: 0.2666666667vw; }
        .newsDetail .listBox ul li .fontbox {
          margin-left: 4.2666666667vw;
          justify-content: flex-start; }
          .newsDetail .listBox ul li .fontbox h2 {
            font-size: 3.4666666667vw;
            line-height: 4.8vw;
            height: 9.6vw;
            margin-bottom: 4vw; }
          .newsDetail .listBox ul li .fontbox p {
            font-size: 2.9333333333vw;
            line-height: 4.8vw;
            height: 9.6vw; }
          .newsDetail .listBox ul li .fontbox a {
            width: 18.6666666667vw;
            height: 5.8666666667vw;
            border-radius: 5.8666666667vw;
            background: #009ea1;
            color: #fff;
            text-align: center;
            font-size: 2.6666666667vw;
            line-height: 5.8666666667vw;
            position: absolute;
            left: 50%;
            bottom: 5.3333333333vw;
            margin-left: -9.3333333333vw; }
    .newsDetail .listBox .backUp {
      width: 21.3333333333vw;
      height: 6.6666666667vw;
      border-radius: 6.6666666667vw;
      font-size: 2.6666666667vw;
      line-height: 6.6666666667vw;
      background: #009ea1; } }
.workBox {
  width: 1260px;
  margin: 0 auto;
  margin-top: 190px;
  margin-bottom: 70px; }
  .workBox li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
    cursor: pointer; }
  .workBox li:hover .left .time span {
    color: #009ea1; }
  .workBox li:hover .left .txtBox .tit {
    color: #009ea1; }
  .workBox li:hover .right img {
    transform: scale(1.05); }
  .workBox .left {
    width: 880px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .workBox .left .time {
      font-size: 16px;
      color: #000;
      line-height: 28px;
      text-align: left; }
      .workBox .left .time span {
        font-size: 30px;
        display: block;
        transition: all 0.3s linear; }
    .workBox .left .txtBox {
      width: 790px; }
      .workBox .left .txtBox .tit {
        font-weight: bold;
        font-size: 24px;
        color: #000;
        line-height: 28px;
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
        transition: all 0.3s linear; }
      .workBox .left .txtBox p {
        font-size: 16px;
        color: #595757;
        line-height: 26px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px; }
      .workBox .left .txtBox a {
        display: block;
        font-size: 16px;
        color: #009ea1;
        line-height: 24px;
        text-align: left; }
  .workBox .right {
    width: 316px;
    height: 182px;
    overflow: hidden; }
    .workBox .right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s linear; }

@media (max-width: 1920px) {
  .workBox {
    width: 65.625vw;
    margin-top: 9.8958333333vw;
    margin-bottom: 3.6458333333vw; }
    .workBox li {
      margin-bottom: 4.6875vw; }
    .workBox .left {
      width: 45.8333333333vw; }
      .workBox .left .time {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw; }
        .workBox .left .time span {
          font-size: 1.5625vw; }
      .workBox .left .txtBox {
        width: 41.1458333333vw; }
        .workBox .left .txtBox .tit {
          font-size: 1.25vw;
          line-height: 1.4583333333vw;
          padding-bottom: 1.0416666667vw;
          margin-bottom: 0.5208333333vw; }
        .workBox .left .txtBox p {
          font-size: 0.8333333333vw;
          line-height: 1.3541666667vw;
          margin-bottom: 1.0416666667vw; }
        .workBox .left .txtBox a {
          font-size: 0.8333333333vw;
          line-height: 1.25vw; }
    .workBox .right {
      width: 16.4583333333vw;
      height: 9.4791666667vw; } }
@media (max-width: 768px) {
  .workBox {
    width: 92vw;
    margin-top: 12vw;
    margin-bottom: 9.3333333333vw; }
    .workBox li {
      background: #fff;
      margin-bottom: 8vw;
      flex-direction: column-reverse; }
    .workBox .left {
      width: 100%;
      box-sizing: border-box;
      padding: 4.8vw 2.9333333333vw; }
      .workBox .left .time {
        font-size: 2.4vw;
        line-height: 3.7333333333vw;
        color: #b8b8b8; }
        .workBox .left .time span {
          font-size: 4vw;
          color: #000; }
      .workBox .left .txtBox {
        width: 68.8vw; }
        .workBox .left .txtBox .tit {
          font-size: 3.4666666667vw;
          line-height: 3.7333333333vw;
          padding-bottom: 2.6666666667vw;
          margin-bottom: 1.3333333333vw; }
        .workBox .left .txtBox p {
          font-size: 2.9333333333vw;
          line-height: 4.8vw;
          margin-bottom: 4vw; }
        .workBox .left .txtBox a {
          width: 18.6666666667vw;
          height: 5.8666666667vw;
          border-radius: 5.8666666667vw;
          background: #009ea1;
          color: #fff;
          text-align: center;
          font-size: 2.6666666667vw;
          line-height: 5.8666666667vw;
          margin-left: 14.6666666667vw; }
    .workBox .right {
      width: 92vw;
      height: 46.6666666667vw; } }
.mapBox {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px; }
  .mapBox .txtImg {
    width: 100%;
    height: 476px;
    position: relative;
    margin-bottom: 50px; }
    .mapBox .txtImg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .mapBox .txtImg .img0 {
      display: block; }
    .mapBox .txtImg .img1 {
      display: none; }
    .mapBox .txtImg .txt {
      width: 530px;
      height: 100%;
      box-sizing: border-box;
      padding-left: 140px;
      background: rgba(0, 170, 166, 0.8);
      position: absolute;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      font-size: 20px;
      color: #fff;
      line-height: 40px;
      text-align: left; }
      .mapBox .txtImg .txt strong {
        display: block;
        padding-left: 36px;
        background-size: 25px !important; }
      .mapBox .txtImg .txt li {
        margin-bottom: 30px; }
      .mapBox .txtImg .txt li:last-child {
        margin-bottom: 0; }
      .mapBox .txtImg .txt li:nth-child(1) strong {
        background: url("../images/icon10.png") left center no-repeat; }
      .mapBox .txtImg .txt li:nth-child(2) strong {
        background: url("../images/icon11.png") left center no-repeat; }
      .mapBox .txtImg .txt li:nth-child(3) strong {
        background: url("../images/icon12.png") left center no-repeat; }
  .mapBox .iconBox {
    width: 820px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mapBox .iconBox li {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .mapBox .iconBox li img {
        width: 82px;
        margin-right: 30px; }

@media (max-width: 1920px) {
  .mapBox {
    width: 72.9166666667vw;
    margin-top: 4.1666666667vw; }
    .mapBox .txtImg {
      height: 24.7916666667vw;
      margin-bottom: 2.6041666667vw; }
      .mapBox .txtImg .txt {
        width: 27.6041666667vw;
        padding-left: 7.2916666667vw;
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw; }
        .mapBox .txtImg .txt strong {
          padding-left: 1.875vw;
          background-size: 1.3020833333vw !important; }
        .mapBox .txtImg .txt li {
          margin-bottom: 1.5625vw; }
    .mapBox .iconBox {
      width: 42.7083333333vw;
      margin-bottom: 2.6041666667vw; }
      .mapBox .iconBox li img {
        width: 4.2708333333vw;
        margin-right: 1.5625vw; } }
@media (max-width: 768px) {
  .mapBox {
    width: 92vw;
    margin-top: 12vw; }
    .mapBox .txtImg {
      height: 114.9333333333vw;
      margin-bottom: 6.6666666667vw; }
      .mapBox .txtImg .img0 {
        display: none; }
      .mapBox .txtImg .img1 {
        display: block; }
      .mapBox .txtImg .txt {
        width: 100%;
        height: 50.6666666667vw;
        padding-left: 8vw;
        font-size: 3.4666666667vw;
        line-height: 5.3333333333vw; }
        .mapBox .txtImg .txt strong {
          padding-left: 4.8vw;
          background-size: 3.3333333333vw !important; }
        .mapBox .txtImg .txt li {
          margin-bottom: 4vw; }
    .mapBox .iconBox {
      width: 80vw;
      margin-bottom: 6.6666666667vw; }
      .mapBox .iconBox li {
        justify-content: center;
        flex-direction: column;
        text-align: center; }
        .mapBox .iconBox li img {
          width: 10.6666666667vw;
          margin-right: 0;
          margin-bottom: 1.3333333333vw; } }

/*# sourceMappingURL=style.css.map */
