@charset "UTF-8";
:root {
  --main-color:#e60012;
  --color-gray:#595959;
  --color-white:#fff;
  --color-black:#333;
  --lineHeight:1;
  --inputHeight:90px;
}

/*
字体: 24。16。----  30。18。
间距: 120。60。
*/
.textColor {
  color: var(--main-color);
}

.textColorGray {
  color: var(--color-gray);
}

.textCenter {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  display: inline-block;
}

a:hover {
  color: var(--main-color);
}


.ImgText .page1:nth-of-type(2n) .wrap1680 .list{
    flex-direction: row-reverse;
}

.footer .top {
  border-top: 1px solid #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .top .left .flogo{
    max-width:152px;
}
.footer .top .left .flogo svg{
    width:100%;
}
.footer .top .left .lxix {
  color: #666;
}
.footer .top .left .lxix a {
  color: #666;
}
.footer .top .left .lxix a:hover {
  color: var(--main-color);
}
.footer .top .left .lxix dd {
  margin-bottom: 20px;
}
.footer .top .left .lxix p {
  margin-bottom: 7px;
}
.footer .top .left .lxix svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.footer .top .left .lxix path {
  fill: #aaa;
}
.footer .top .left .meiti li {
  position: relative;
  margin-right: 20px;
}
.footer .top .left .meiti p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer .top .left .meiti a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .top .left .meiti a:hover {
  background: var(--main-color);
}
.footer .top .left .meiti a:hover path {
  fill: #fff;
}
.footer .top .left .meiti p:hover {
  background: var(--main-color);
}
.footer .top .left .meiti p:hover path {
  fill: #fff;
}
.footer .top .left .meiti svg {
  width: 26px;
  height: 26px;
}
.footer .top .left .meiti path {
  fill: #747474;
}
.footer .top .left .meiti .ewm {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  display: none;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.footer .top .left .meiti .ewm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .top .left .meiti .weiX:hover .ewm {
  display: block;
}
.footer .top .right dl {
margin-left:50px;
  -webkit-box-flex: 0;

}
.footer .top .right dl:first-child{margin-left:0px;}
.footer .top .right dt {

  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .top .right dt svg {
  margin-left: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .top .right dt path {
  fill: #747474;
}
.footer .top .right dd {
  margin-top: 30px;
  display: none;
  width:90px;
}
.footer .top .right dd a {
  color: #747474;
  display: block;
  margin-bottom: 15px;
}
.footer .top .right dd a:hover {
  color: var(--main-color);
}
.footer .top .right dl.active dd {
  display: block;
}
.footer .top .right dl.active dt svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.footer .top .right dl.active dt path {
  fill: #333;
}
.footer .bottom {
  border-top: 1px solid #eee;
  color: #b2b2b2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .bottom a {
  color: #b2b2b2;
}
.footer .bottom a:hover {
  color: #474747;
}
.footer .bottom li {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
.footer .bottom li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #b2b2b2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .bottom li:first-child:after {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .footer .top .right dl {
    margin-left: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 1300px) {
  .footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .footer .top .right dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .top .left .lxix {
    margin-top: 0;
  }
  .footer .top .left .meiti {
    margin-top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .top .right dl {
    margin-left: 0;
  }
  .footer .top .right dt {
    font-size: 14px;
  }
  .footer .top .left .lxix {
    margin-left: 20px;
  }
  .footer .top .left .lxix dd {
    margin-bottom: 10px;
  }
  .footer .top .left .meiti {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .footer .top .left .meiti li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-left: 3%;
    margin-bottom: 5%;
  }
  .footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .bottom .left {
    margin-bottom: 1.5vw;
  }
  .footer .bottom li:first-child {
    padding-left: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
    .footer .top .left .lxix svg{position:relative;top:2px;}
  .footer .top .right {
    margin-bottom: 8vw;
    display: none;
  }
  .footer .top .right dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .top .right dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 0;
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
  .footer .top .right dd {
    padding: 0 20px;
    font-size: 12px;
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer .top .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            
            flex-direction: column;
  }
  .footer .top .left .lxix {
    margin: 5vw 0;
  }
  .footer .top .left .meiti {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .top .left .meiti li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0px;
    margin-right:0px;
    display:flex;
    justify-content: center;
  }
.footer .bottom .left{text-align:center;}
.footer .bottom .right{justify-content:center;display:flex;font-size:14px;}
  .footer .top .left .flogo {
    width: 100%;
    text-align: center;
    margin:0 auto;
  }
  .footer .bottom li {
    margin-left: 10px;
    padding-left: 10px;
  }
  
  .footer .top .left .lxix dd{flex-wrap:nowrap;}
  .footer .top .left .lxix .name{flex:0 0 55px;}
  .footer .top .left .lxix .p{padding-right:0px;}
}
@media only screen and (max-width: 420px) {
    .footer .top .left .lxix .p{padding-right:63px;}
}
@media only screen and (max-width: 400px) {
    .footer .top .left .lxix .p{padding-right:30px;}
    .footer .bottom .left{padding:0 30px;}
}

.enFont {
  font-family: "Noto Sans Caucasian Albanian", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mo_div {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc_div {
    display: none;
  }
  .mo_div {
    display: block;
  }
}
.banner_crumb {
  position: relative;
}
.banner_crumb .crumb {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--color-white);
  margin-top: 30px;
}
.banner_crumb .crumb a {
  color: var(--color-white);
  text-decoration: none;
}
.banner_crumb .crumb a:hover {
  color: var(--main-color);
}
.banner_crumb .crumb span {
  margin: 0 10px;
  padding-top: 1px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.banner_crumb .banner {
  position: relative;
}
.banner_crumb .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_crumb .banner .text h3 {
  line-height: 1.2;
  color: #fff;
  letter-spacing: 3px;
}
.banner_crumb .banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image:linear-gradient(90deg, #b2b2b2 10%, transparent 30%);
}
.banner_crumb .banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_crumb .banner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner_crumb.static .crumb {
  position: static;
  color: #666;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.banner_crumb.static .crumb a {
  color: #999;
}
.banner_crumb.static .crumb span {
  color: #999;
}
.banner_crumb .banner > img.mo_img{display:none;}
@media only screen and (max-width: 768px) {
  .banner_crumb .banner {
    height: 37vh;
  }
  .banner_crumb .banner > img.mo_img{display:block;}
  .banner_crumb .banner > img.pc_img{display:none;}
}
.publicTitle .p {
  max-width: 90%;
  width: 1100px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 1700px) {
  .publicTitle .p {
    margin-top: 1vw;
  }
}
@media only screen and (max-width: 1500px) {
  .publicTitle .p {
    width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  .publicTitle .p {
    margin-top: 3vw;
  }
  .publicTitle .p br {
    display: none;
  }
}
.esgTitle {
  border-bottom: 1px solid #e6e6e6;
}

.esgTab .top li {
  font-size: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.9;
}
.esgTab .top p {
  background: transparent -webkit-gradient(linear, left top, right top, from(#02843d), to(#02843d)) no-repeat 0 0;
  background: transparent linear-gradient(left, #02843d, #02843d) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0 100%;
  color: white;
  -webkit-text-stroke: 1px #ddd;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  line-height: 0.9;
  cursor: pointer;
  display: inline-block;
}
.esgTab .top li:nth-of-type(2) p {
  background: transparent -webkit-gradient(linear, left top, right top, from(#747474), to(#747474)) no-repeat 0 0;
  background: transparent linear-gradient(left, #747474, #747474) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0 100%;
}
.esgTab .top li:nth-of-type(3) p {
  background: transparent -webkit-gradient(linear, left top, right top, from(#e60012), to(#e60012)) no-repeat 0 0;
  background: transparent linear-gradient(left, #e60012, #e60012) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0 100%;
}
.esgTab .top li:nth-of-type(1).active p {
  background-size: 100% 100%;
  -webkit-text-stroke: 1px #02843d;
}
.esgTab .top li:nth-of-type(2).active p {
  background-size: 100% 100%;
  -webkit-text-stroke: 1px #747474;
}
.esgTab .top li:nth-of-type(3).active p {
  background-size: 100% 100%;
  -webkit-text-stroke: 1px var(--main-color);
}
.esgTab .dl_con {
  position: relative;
}
.esgTab .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.esgTab .con_list:not(:first-child) {
  position: absolute;
  left: 0px;
  top: 0px;
}
.esgTab .con_list.active {
  opacity: 1;
  z-index: 2;
}
.esgTab .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
  overflow: hidden;
}
.esgTab .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esgTab .con_list:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.esgTab .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
}
.esgTab .list_text .title {
  line-height: 1.3;
  width: 90%;
  font-weight: 700;
}
.esgTab .list_text .subtitle {
  font-weight: 700;
}
.esgTab .list_text .p {
  line-height: 1.8;
}

@media only screen and (max-width: 1700px) {
  .esgTab .top li {
    font-size: 10vw;
  }
  .esgTab .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .esgTab .list_text {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 1500px) {
  .esgTab .list_text {
    padding-right: 2vw;
  }
}
@media only screen and (max-width: 1300px) {
  .esgTab .top li {
    font-size: 13vw;
  }
  .esgTab .list_text {
    padding: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .esgTab .top li {
    font-size: 20vw;
  }
  .esgTab .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .esgTab .list_img img {
    height: 100%;
  }
  .esgTab .list_text {
    padding: 8vw 5vw;
  }
  .esgTab .list_text .p p {
    margin-bottom: 3vw;
  }
}
.esgcon .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.esgcon .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
  overflow: hidden;
}
.esgcon .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.esgcon .con_list:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.esgcon .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
}
.esgcon .text_content {
  width: 100%;
  height: 100%;
}
.esgcon table {
  width: 100%;
  height: 100%;
}
.esgcon table td {
  border: 1px solid #ccc;
  padding: 0 30px;
}
.esgcon table thead {
  background: #e6e6e6;
  font-size: 22px;
}
.esgcon table thead td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.esgcon table td:nth-of-type(2) {
  color: var(--main-color);
}

@media only screen and (max-width: 1700px) {
  .esgcon .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .esgcon table td {
    padding: 8px 15px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
  .esgcon .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .esgcon table td {
    padding: 15px;
  }
}
.hseCon .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.hseCon .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
  overflow: hidden;
}
.hseCon .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hseCon .con_list:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.hseCon .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}
.hseCon .list_text .title {
  line-height: 1.3;
  width: 100%;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hseCon .list_text .title h3 {
  background: url(/static/cn/img/esg5.png) no-repeat left center;
  background-size: 60px 60px;
  height: 60px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hseCon .list_text .title h3 span {
  color: var(--main-color);
  padding-left: 10px;
}
.hseCon .list_text .title p {
  width: 160px;
}
.hseCon .list_text .title p img {
  width: 100%;
}
.hseCon .list_text .p {
  line-height: 1.8;
}
.hseCon .list_text .p p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1700px) {
  .hseCon .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .hseCon .list_text .title h3 {
    background-size: 3vw;
    height: 3vw;
    padding-left: 3.5vw;
  }
  .hseCon .list_text .title p {
    width: 100px;
  }
  .hseCon .list_text {
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 1300px) {
  .hseCon .list_text {
    padding: 5vw 3vw;
  }
  .hseCon .list_text .title {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .hseCon .list_text .title h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .hseCon .list_text .title p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hseCon .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .hseCon .list_text {
    padding: 8vw 0vw;
  }
  .hseCon .list_text .title h3 {
    background-size: 30px;
    height: 30px;
    padding-left: 40px;
  }
}
.footerContact {
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}
.footerContact h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerContact h3 i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 10px;
  background-color: var(--main-color);
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  margin: 0 35px;
}
.footerContact .radius {
  width: 150px;
  height: 150px;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 10;
}
.footerContact .radius a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerContact .radius svg {
  width: 30px;
  height: 30px;
}
.footerContact .radius path {
  fill: #fff;
}

@media only screen and (max-width: 1600px) {
  .footerContact {
    padding: 13vw 0;
  }
  .footerContact .radius {
    width: 10vw;
    height: 10vw;
  }
  .footerContact h3 i {
    margin: 0 2vw;
  }
  .footerContact .radius svg {
    width: 20px;
    height: 20px;
  }
}
.gycx .list {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3%;
          flex: 0 0 31.3%;
  margin-right: 3%;
}
.gycx .list .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 50px;
  width: 100%;
  z-index: 2;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gycx .list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gycx .list:last-child {
  margin-right: 0;
}
.gycx .list_con {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(230, 0, 20, 0.8);
  z-index: 3;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gycx .list_con .con {
  padding: 30px 50px;
  color: #fff;
}
.gycx .list_con .con h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gycx .list_con .con .li {
  height: 120px;
  overflow: hidden;
  margin-top: 30px;
}
.gycx .list_con .con .swiper-slide {
  padding-right: 60px;
}
.gycx .list_con .con .swiper-slide div {
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gycx .list_con .con .swiper-button-next,
.gycx .list_con .con .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  left: auto;
  right: 60px;
  top: 55%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gycx .list_con .con .swiper-button-next {
  top: 75%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gycx .list_con .con .swiper-button-next:after,
.gycx .list_con .con .swiper-button-prev:after {
  color: var(--main-color);
  font-size: 14px;
}
.gycx .list:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.gycx .list:hover .title {
  opacity: 0;
}
.gycx .list:hover .list_con {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 1700px) {
  .gycx .list .title {
    padding: 3vw 2vw;
  }
  .gycx .list_con .con {
    padding: 2vw 3vw;
  }
  .gycx .list_con .con h3 {
    margin-bottom: 1vw;
    padding-bottom: 1vw;
  }
  .gycx .list_con .con .li {
    margin-top: 2vw;
  }
  .gycx .list_con .con .swiper-slide {
    padding-right: 3vw;
  }
  .gycx .list_con .con .swiper-button-next, .gycx .list_con .con .swiper-button-prev {
    right: 3vw;
    width: 24px;
    height: 24px;
  }
  .gycx .list_con .con .swiper-button-next:after, .gycx .list_con .con .swiper-button-prev:after {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .gycx .list .title {
    opacity: 0;
  }
  .gycx .list_con {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .gycx .list_con .con {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .gycx .list_con .con .li {
    height: 100px;
  }
  .gycx .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
    height: 40vw;
  }
}
@media only screen and (max-width: 768px) {
  .gycx .list {
    height: auto;
  }
  .gycx .list_con .con h3 {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}
.sbcx .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1080px;
          flex: 0 0 1080px;
  overflow: hidden;
}
.sbcx .left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sbcx:hover .left img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sbcx .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.sbcx .right .textCon {
  width: 900px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 130px 100px;
}
.sbcx .right .p p {
  margin-bottom: 30px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}
.sbcx .right .p p:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--color-gray);
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 13px;
}

@media only screen and (max-width: 1700px) {
  .sbcx .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .sbcx .right .textCon {
    width: 46vw;
    padding: 6vw 4vw;
    right: 5vw;
  }
  .sbcx .right .p p {
    margin-bottom: 1.5vw;
  }
}
@media only screen and (max-width: 1000px) {
  .sbcx .right .textCon {
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .sbcx {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sbcx .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sbcx .right .textCon {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    padding: 8vw 5vw;
  }
}
.yfcx .yfcxCon {
  padding: 60px;
  border-radius: 8px;
  background: #e6e6e6;
  width: 1846px;
  margin-left: auto;
  margin-right: auto;
}
.yfcx .yfcxlist {
  gap: 30px;
}
.yfcx .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 150px 50px;
}
.yfcx .list .p {
  line-height: 1.6;
}
.yfcx .list .img {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.yfcx .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yfcx .list:after {
  content: "";
  display: block;
  width: 0%;
  height: 10px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.yfcx .list:hover:after {
  width: 100%;
}

@media only screen and (max-width: 1900px) {
  .yfcx .yfcxCon {
    width: 96%;
  }
}
@media only screen and (max-width: 1700px) {
  .yfcx .list {
    padding: 7vw 3vw;
  }
  .yfcx .list .img {
    width: 6vw;
  }
}
@media only screen and (max-width: 1000px) {
  .yfcx .yfcxCon {
    padding: 3vw;
  }
  .yfcx .yfcxlist {
    gap: 2vw;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .yfcx .yfcxlist {
    gap: 0;
    display: block;
  }
  .yfcx .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .yfcx .list .img {
    width: 13vw;
  }
}
.xcpcx .xcpcxCon {
  position: relative;
}
.xcpcx .xcpcxCon .wrap1680 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.xcpcx .xcpcxCon .text {
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  height: 100%;
}
.xcpcx .xcpcxCon .text .list {
  margin-bottom: 50px;
}
.xcpcx .xcpcxCon .text .list:last-child {
  margin-bottom: 0px;
}
.xcpcx .xcpcxCon .text h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  background: url(/static/cn/img/jscx10.png) no-repeat left 5px;
  padding-left: 40px;
  background-size: 22px;
}
.xcpcx .xcpcxCon .text li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
}
.xcpcx .xcpcxCon .text li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 8px;
}
.xcpcx .xcpcxCon h3 {
  font-weight: 700;
}
.xcpcx .xcpcxCon > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1700px) {
  .xcpcx .xcpcxCon .text {
    padding: 3vw;
  }
  .xcpcx .xcpcxCon .text .list {
    margin-bottom: 2.4vw;
  }
  .xcpcx .xcpcxCon .text li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .xcpcx .xcpcxCon {
    height: 50vw;
  }
  .xcpcx .xcpcxCon .text {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .xcpcx .xcpcxCon .text {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .xcpcx .xcpcxCon {
    height: auto;
  }
  .xcpcx .xcpcxCon .wrap1680 {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .xcpcx .xcpcxCon .text {
    width: 100%;
    padding: 0px;
    border-radius: 0;
    background: transparent;
  }
  .xcpcx .xcpcxCon .text h3 {
    background-position: 0 1px;
  }
  .xcpcx .xcpcxCon .text .list {
    margin-bottom: 5vw;
  }
  .xcpcx .xcpcxCon .text .list:last-child {
    margin-bottom: 5vw;
  }
  .xcpcx .xcpcxCon .text li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
  }
  .xcpcx .xcpcxCon .text li:after {
    top: 7px;
    left: 17px;
  }
}
.zhiye .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.rencai .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rencai .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
  overflow: hidden;
}
.rencai .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.rencai .con_list:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.rencai .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 70px;
}
.rencai .p p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.rencai .p p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1700px) {
  .rencai .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .rencai .list_text {
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .rencai .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .rencai .list_text {
    padding-right: 0vw;
    padding: 8vw 0;
  }
  .rencai .p p {
    margin-top: 3vw;
    margin-bottom:3vw;
  }
}
.zhaop {
  position: relative;
}
.zhaop ul {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zhaop ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  border-bottom: 4px solid #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zhaop ul .title {
  padding: 45px 60px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zhaop ul .con {
  background: #fff;
  padding: 45px 60px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zhaop ul .con:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: var(--main-color);
  position: absolute;
  left: 0%;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zhaop ul .p {
  letter-spacing: 1.3;
  line-height: 1.6;
}
.zhaop ul li:hover .title {
  opacity: 0;
}
.zhaop ul li:hover .con {
  opacity: 1;
}
.zhaop ul li:hover .con:after {
  width: 100%;
}
.zhaop ul li.active .title {
  opacity: 0;
}
.zhaop ul li.active .con {
  opacity: 1;
}
.zhaop ul li.active .con:after {
  width: 100%;
}
.zhaop .img {
  position: relative;
}
.zhaop .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.zhaop .img img:not(:first-child) {
  position: absolute;
  left: 0px;
  top: 0px;
}
.zhaop .img:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
}
.zhaop .img img.active {
  opacity: 1;
}

@media only screen and (max-width: 1700px) {
  .zhaop ul .con {
    padding: 3vw;
  }
  .zhaop ul .title {
    padding: 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  .zhaop ul {
    bottom: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .zhaop {
    padding: 10vw 5vw;
  }
  .zhaop ul {
    position: relative;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .zhaop ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    padding: 8vw 5vw;
    background: rgba(255, 255, 255, 0.7);
  }
  .zhaop ul .title {
    display: none;
  }
  .zhaop ul .con {
    display: block;
    opacity: 1;
    position: static;
    background-color: transparent;
  }
  .zhaop .img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 0;
  }
  .zhaop ul li.active .con:after {
    display: none !important;
  }
}
.qidai {
  background: #e6e6e6;
}
.qidai .yfcxlist {
  gap: 30px;
}
.qidai .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 100px 80px;
}
.qidai .list .img {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
}
.qidai .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qidai .list .p {
  line-height: 1.6;
}
.qidai .list:after {
  content: "";
  display: block;
  width: 0%;
  height: 10px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qidai .list:hover:after {
  width: 100%;
}

@media only screen and (max-width: 1700px) {
  .qidai .list .img {
    width: 3vw;
  }
  .qidai .list {
    padding: 5vw 4vw;
  }
  .qidai .list .p br {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .qidai .list .img {
    width: 5vw;
  }
  .qidai .yfcxlist {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .qidai .list .img {
    width: 36px;
  }
  .qidai .list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8vw 5vw;
  }
}
.zpLists .top {
  position: relative;
  z-index: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.zpLists .top dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-gray);
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.zpLists .top dl:first-child {
  margin-left: 0px;
}
.zpLists .top dt {
  position: relative;
  width: 200px;
  height: 60px;
  cursor: pointer;
  color: var(--color-gray);
  border-radius: 10px;
  border: 1px solid #ccc;
  font-weight: normal;
}
.zpLists .top dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zpLists .top dt span b {
  font-weight: normal;
}
.zpLists .top dt span i {
  position: absolute;
  right: 20px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zpLists .top dt span i svg {
  width: 100%;
  height: 100%;
}
.zpLists .top dt path {
  fill: var(--color-gray-2);
}
.zpLists .top dd {
  color: var(--color-gray-2);
  margin-right: 20px;
}
.zpLists .top ul {
  position: absolute;
  left: 0px;
  top: 59px;
  display: none;
  width: 100%;
  text-align: center;
  background-color: #fafafa;
  padding-top: 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.zpLists .top li {
  padding: 15px 0;
  cursor: pointer;
  color: var(--color-gray-2);
}
.zpLists .top li.all {
  display: none;
}
.zpLists .top li:hover {
  background: rgba(204, 204, 204, 0.3137254902);
}
.zpLists .top li.active {
  background: rgba(204, 204, 204, 0.3137254902);
}
.zpLists .top dl.hover {
  position: relative;
  z-index: 5;
}
.zpLists .top dl.hover span i {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.zpLists .top dl.hover path {
  fill: #030401;
}
.zpLists .top dl.hover ul {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.zpLists .top .other {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-gray);
  margin-left: 10px;
}
.zpLists .top .other .dt {
  position: relative;
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 10px;
  width: 280px;
  margin-right: 10px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zpLists .top .other .dt svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.zpLists .top .other .dt input {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  border: 0;
  background: transparent;
}
.zpLists .top .other .dd {
  width: 120px;
  height: 60px;
  background: var(--main-color);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.zpLists .bottom {
  border-top: 1px solid #ddd;
}
.zpLists .bottom dl {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.zpLists .bottom dt {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zpLists .bottom dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.zpLists .bottom dt svg {
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.zpLists .bottom dt:hover {
  background-color: var(--main-color);
}
.zpLists .bottom dd a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zpLists .bottom dd h3 {
  font-weight: 700;
}
.zpLists .bottom dd li {
  margin-right: 50px;
}
.zpLists .bottom dd a:hover {
  color: var(--main-color);
}

@media only screen and (max-width: 1700px) {
  .zpLists .top dt {
    width: 140px;
    height: 50px;
  }
  .zpLists .top ul {
    top: 49px;
  }
  .zpLists .top .other .dt {
    width: 210px;
    height: 50px;
    padding: 0 15px;
  }
  .zpLists .top .other .dd {
    width: 90px;
    height: 50px;
    line-height: 50px;
  }
  .zpLists .top dt span i {
    right: 15px;
  }
  .zpLists .top dt span {
    padding: 0 15px;
  }
  .zpLists .top .other .dt input {
    width: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .zpLists .top .other {
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-left: 0;
  }
  .zpLists .bottom dd li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 830px) {
  .zpLists .top dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .zpLists .top dt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
    .zpLists .top .other .dt{flex:1;margin-left:10px;}
  .zpLists .top dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 10px;
  }
  .zpLists .top dl.last {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .zpLists .bottom dd li{flex:0 0 50%;margin-right:0px}
}
.joinDetail .detailJs {
  max-width: 1200px;
}
.joinDetail .detailJs > h3 {
  border-bottom: 1px solid #eee;
}
.joinDetail .con h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.joinDetail .con ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.joinDetail .con li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.joinDetail .con li:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #999;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 8px;
}
.joinDetail .detailBtn {
  border-top: 1px solid #eee;
}

.tanBtn {
  position: fixed;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
  background: #e6e6e6;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tanBtn svg {
  width: 31px;
  height: 31px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tanBtn .btnText {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.tanBtn:hover {
  background: var(--main-color);
}
.tanBtn:hover svg {
  opacity: 0;
}
.tanBtn:hover .btnText {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .tanBtn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .tanBtn svg {
    width: 24px;
    height: 24px;
  }
  .tanBtn .btnText {
    display: none !important;
  }
}
.tan_con {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 999999;
}
.tan_con .vid_dom {
  width: 90%;
  border-radius: 10px;
  max-width: 850px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.tan_con .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
}
.tan_con .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #595959;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.tan_con .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #595959;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .tan_con .vid_dom {
    width: 90%;
  }
  .tan_con .close {
    width: 24px;
    height: 24px;
  }
  .tan_con .close:before {
    width: 15px;
  }
  .tan_con .close:after {
    width: 15px;
  }
}
.tan_conCss .top {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.tan_conCss .top h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.tan_conCss .top p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tan_conCss .top svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.tan_conCss .bottom {
  padding-left: 50px;
  padding-right: 50px;
}
.tan_conCss .bottom h3 {
  margin-bottom: 10px;
}
.tan_conCss .bottom input {
  border-radius: 50px;
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  display: block;
  padding-left: 20px;
  color: #929292;
}
.tan_conCss .bottom input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #929292;
}
.tan_conCss .bottom input::-moz-placeholder {
  opacity: 0.5;
  color: #929292;
}
.tan_conCss .bottom input:-ms-input-placeholder {
  opacity: 0.5;
  color: #929292;
}
.tan_conCss .bottom input::-ms-input-placeholder {
  opacity: 0.5;
  color: #929292;
}
.tan_conCss .bottom input::placeholder {
  opacity: 0.5;
  color: #929292;
}
.tan_conCss .bottom textarea {
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100%;
  height: 115px;
  display: block;
  padding: 10px;
}
.tan_conCss .bottom .formCon {
  max-height: 50vh;
}
.tan_conCss .bottom li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin-right: 8%;
  margin-bottom: 4%;
}
.tan_conCss .bottom li:nth-of-type(2n) {
  margin-right: 0px;
}
.tan_conCss .bottom dl {
  gap: 10px;
  max-height: 150px;
}
.tan_conCss .bottom dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tan_conCss .bottom dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  position: relative;
}
.tan_conCss .bottom .jl {
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 115px;
  overflow: hidden;
  cursor: pointer;
}
.tan_conCss .bottom .jl:after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #5a5a5a;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tan_conCss .bottom .jl:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #5a5a5a;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tan_conCss .bottom .jl img {
  opacity: 0;
}
.tan_conCss .bottom .jl p {
  position: absolute;
  left: 0%;
  bottom: 10px;
  text-align: center;
  width: 100%;
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tan_conCss .bottom .jl.active img {
  opacity: 1;
}
.tan_conCss .bottom .jl.active:after {
  opacity: 0;
}
.tan_conCss .bottom .jl.active:before {
  opacity: 0;
}
.tan_conCss .formBtn {
  text-align: center;
}
.tan_conCss .nicescroll-rails {
  background-color: #eee;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.tan_conCss .layui-form-select dl dd.layui-this {
  background: var(--main-color);
}

@media screen and (max-width: 768px) {
  .tan_conCss .bottom .formCon {
    height: auto;
  }
  .tan_conCss .bottom {
    padding: 5vw;
    padding-bottom: 10vw;
  }
  .tan_conCss .bottom li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
}
.btn_primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  overflow: hidden;
  color: #595959;
  border: 1px solid #595959;
  -webkit-appearance: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  height: 20px;
  border-radius: 30px;
  line-height: 1;
  padding: 9px 30px 7px 50px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  will-change: transform;
}

.btn_primary .btn_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px 8px;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  left: 2px;
}

.btn_primary .btn_icon path {
  fill: #fff;
}

.btn_primary .btn_icon:before {
  background-color: #595959;
  border-radius: 30px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%) translateX(32px);
      -ms-transform: translateX(-100%) translateX(32px);
          transform: translateX(-100%) translateX(32px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  width: 100%;
  z-index: -1;
}

.btn_primary:hover {
  color: #fff;
}

.btn_primary:hover .btn_icon:before {
  -webkit-transform: translateX(100%) translateX(-100%);
      -ms-transform: translateX(100%) translateX(-100%);
          transform: translateX(100%) translateX(-100%);
}

@media screen and (max-width: 1500px) {
  .btn_primary {
    height: 16px;
    padding: 9px 20px 6px 40px;
  }
  .btn_primary .btn_icon:before {
    -webkit-transform: translateX(-100%) translateX(28px);
        -ms-transform: translateX(-100%) translateX(28px);
            transform: translateX(-100%) translateX(28px);
  }
}
@media screen and (max-width: 768px) {
  .btn_primary {
    padding: 8px 20px 7px 40px;
  }
  .btn_primary span {
    font-size: 12px;
  }
}
.newsTab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsTab ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsTab li {
  border: 1px solid #999;
  background-color: #fff;
  color: var(--main-color);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsTab li:first-child {
  margin-left: 0px;
}
.newsTab li a {
  padding: 10px 30px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsTab li:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.newsTab li:hover a {
  color: #fff;
}
.newsTab li.hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.newsTab li.hover a {
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .newsTab li {
    margin-left: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
.newsTab{overflow-x:auto;padding-bottom:3vw;margin-bottom:5vw;}

  .newsTab li {
    margin-left: 0px;
    margin-right: 2vw;
  }
  .newsTab li a {
    padding: 7px 20px 5px;
  }
}
.newsCon ul {
  gap: 60px;
}
.newsCon li {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
.newsCon li a {
  display: block;
  width: 100%;
}
.newsCon li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsCon li .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
}
.newsCon li .text a {
  color: var(--color-gray);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsCon li .text p {
  color: #999;
  margin-top: 10px;
}
.newsCon li .text a:hover {
  color: var(--main-color);
}
.newsCon li .text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 4px;
  background: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsCon li:hover .text:after {
  width: 100%;
}
.newsCon li:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 1700px) {
  .newsCon ul {
    gap: 3%;
  }
  .newsCon li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
    margin-bottom: 3%;
  }
  .newsCon li .text {
    padding: 1vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .newsCon li .text {
    padding: 5vw 5vw;
  }
  .newsCon li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
}
/* 分页 */
.p_page {
  text-align: center;
  padding: 2% 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p_page div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_page .laypage_prev, .p_page .laypage_next {
  width: 50px !important;
}

.p_page .laypage_prev svg {
  vertical-align: middle;
}

.p_page .laypage_next svg {
  vertical-align: middle;
}

.p_page .laypage_prev:hover svg path {
  fill: #fff;
}

.p_page .laypage_next:hover svg path {
  fill: #fff;
}

.p_page .laypage_curr {
  background: var(--main-color) !important;
  color: #fff !important;
  border: 0px solid #00b4f1 !important;
}

.p_page a, .p_page span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebeb !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px !important;
  color: #808080 !important;
  font-size: 16px;
  margin: 0 5px !important;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_page .laypage_total {
  width: auto !important;
  border: 0px !important;
}

.p_page .laypage_total input {
  border: 1px solid #ebebeb;
}

.p_page .laypage_main button {
  background: var(--main-color);
  border: 0;
  color: #fff;
  border-radius: 100%;
  height: 50px;
  font-size: 14px;
}

.p_page a:hover {
  background: var(--main-color) !important;
  border: 0px solid #ccc !important;
  color: #fff !important;
}

.p_page .page_prev {
  color: #818286;
}

.p_page .page_next {
  color: #818286;
}

.laypageskin_default .laypage_curr {
  color: #fff;
}

.laypage_main * {
  font-size: 16px;
}

.laypage_main input {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p_page {
    margin-bottom: 8vw;
  }
  .p_page div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_page a, .p_page span {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px;
    margin: 0 3px !important;
    line-height: 28px !important;
  }
  .p_page .laypage_prev, .p_page .laypage_next {
    width: 28px !important;
  }
  .laypage_main a, .laypage_main span {
    padding: 0 3px !important;
  }
  .p_page .laypage_total {
    display: block;
    width: 160px !important;
    margin-top: 5vw !important;
  }
  .laypage_main button {
    height: 22px !important;
    line-height: 22px !important;
    margin-top: 2px;
    margin-left: 15px;
  }
  .laypage_main input {
    width: 30px;
    height: 30px;
  }
}
.news_detail .top {
  border-bottom: 1px solid #eee;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_detail .top .left {
  max-width: 1100px;
  width: 80%;
}
.news_detail .top .left ul {
  padding-bottom: 10px;
}
.news_detail .top .right dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail .top .right svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.news_detail .top .right path {
  fill: #7d7d7d;
}
.news_detail .top h1 {
  letter-spacing: 3.5px;
}
.news_detail .top li {
  margin-right: 50px;
}
.news_detail .top li svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.news_detail .top li path {
  fill: #7d7d7d;
}
.news_detail .bottom {
  max-width: 1100px;
  width: 80%;
}
.news_detail .bottom p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: var(--color-gray);
}
.news_detail .prevNext {
  border-top: 1px solid #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail .prevNext .prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 80px);
          flex: 0 0 calc(50% - 80px);
}
.news_detail .prevNext .back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.news_detail .prevNext .back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail .prevNext .back svg {
  margin-right: 8px;
}
.news_detail .prevNext .back path {
  fill: #fff;
}
.news_detail .prevNext .next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 80px);
          flex: 0 0 calc(50% - 80px);
  text-align: right;
}

@media only screen and (max-width: 1500px) {
  .news_detail .prevNext .back {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
@media only screen and (max-width: 1100px) {
  .news_detail .top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .news_detail .top .left {
    width: 100%;
  }
  .news_detail .bottom {
    width: 100%;
  }
  .news_detail .prevNext .prev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin-bottom: 3vw;
  }
  .news_detail .prevNext .next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .news_detail .prevNext .prev, .news_detail .prevNext .next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
  }
  .news_detail .prevNext .back {
    margin-left: auto;margin-top: 8vw;margin-right:auto;
  }
}
.pro1 .con .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.pro1 .con .left ul {
  width: 100%;
  height: 100%;
  background: #e6e6e6;
}
.pro1 .con .left li {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #d9d9d9;
  text-align: right;
  position: relative;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.pro1 .con .left li svg {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  margin-left: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro1 .con .left li path {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.pro1 .con .left li span {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: block;
}
.pro1 .con .left li:hover {
  background-color: #fff;
  color: var(--main-color);
}
.pro1 .con .left li:hover svg {
  opacity: 1;
}
.pro1 .con .left li:hover path {
  fill: var(--main-color);
}
.pro1 .con .left li:hover span {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.pro1 .con .left li.hover {
  background-color: #fff;
  color: var(--main-color);
}
.pro1 .con .left li.hover svg {
  opacity: 1;
}
.pro1 .con .left li.hover path {
  fill: var(--main-color);
}
.pro1 .con .left li.hover span {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.pro1 .con .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.pro1 .con .right .text {
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: 1140px;
  padding: 60px 80px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro1 .con .right .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro1 .con .right .p {
  line-height: 1.6;
}
.pro1 .con .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pro1 .con .right .text > .back {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .pro1 .con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
  }
  .pro1 .con .right .text {
    width: 90%;
    padding: 3vw 4vw;
    bottom: -6vw;
  }
}
@media only screen and (max-width: 1300px) {
  .pro1 .con .right .top h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .pro1 .con .left li {
    height: 50px;
    line-height: 50px;
  }
  .pro1 .con .right .text {
    bottom: -12vw;
  }
}
@media only screen and (max-width: 768px) {
  .pro1 {
    padding-bottom: 0px;
  }
  .pro1 .con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro1 .con .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro1 .con .left li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 1px solid #ddd;
    padding-right:0px;
    padding-left:50px;
    text-align: left;
  }
  .pro1 .con .left li:hover span{transform: translateX(0px);}
  .pro1 .con .left li.hover span{transform: translateX(0px);}
  .pro1 .con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pro1 .con .right .text {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 100%;
    padding: 8vw 5vw;
  }
  .pro1 .con .right img {
    height: auto;
  }
  .pro1 .con .right .top .back {
    display: none;
  }
  .pro1 .con .right .text > .back {
    display: block;
  }
}
.pro2 .proTab {
  position: relative;
}
.pro2 .proTab ul {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 13;
}
.pro2 .proTab ul li {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro2 .proTab ul li:hover {
  background-color: rgba(230, 0, 20, 0.8);
}
.pro2 .proTab ul li:hover {
  color: #fff;
}
.pro2 .proTab ul li.active {
  background-color: rgba(230, 0, 20, 0.8);
}
.pro2 .proTab ul li.active {
  color: #fff;
}
.pro2 .proTab img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro2 .proCon {
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  position: relative;
}
.pro2 .proCon .proConList {
  padding: 80px;
  width: 100%;
  display: none;
}
.pro2 .proCon .proConList.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro2 .proCon .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro2 .proCon .left .textCon {
  padding-right: 60px;
  max-width: 580px;
  width: 90%;
}
.pro2 .proCon .right {
  width: 755px;
  overflow: hidden;
  position: relative;
}
.pro2 .proCon .right .swiper-slide {
  height: auto;
}
.pro2 .proCon .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro2 .proCon .swiper-button-prev, .pro2 .proCon .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro2 .proCon .swiper-button-next:after, .pro2 .proCon .swiper-button-prev:after {
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro2 .proCon .swiper-button-prev:hover, .pro2 .proCon .swiper-button-next:hover {
  background-color: var(--main-color);
}
.pro2 .proCon .swiper-button-prev:hover:after, .pro2 .proCon .swiper-button-next:hover:after {
  color: #fff;
}

@media only screen and (max-width: 1700px) {
  .pro2 .proTab ul li {
    height: 4vw;
  }
  .pro2 .proCon .proConList {
    padding: 4vw;
  }
  .pro2 .proCon .right {
    width: 50%;
  }
  .pro2 .proCon .swiper-button-prev, .pro2 .proCon .swiper-button-next {
    width: 3vw;
    height: 3vw;
  }
  .pro2 .proCon .swiper-button-next:after, .pro2 .proCon .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .pro2 .proTab ul li {
    height: 7vw;
  }
  .pro2 .proCon .left .textCon p {
    font-size: 18px;
  }
  .pro2 .proCon .left .textCon {
    padding-right: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .pro2 .proTab {
    height: 60vw;
  }
  .pro2 .proTab ul li {
    height: 13vw;
    font-size: 14px;
    padding:0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .pro2 .proCon .proConList {
    padding: 8vw 5vw;
  }
  .pro2 .proCon .right {
    width: 100%;
  }
  .pro2 .proCon .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro2 .proCon .left .textCon {
    width: 100%;
    padding-right: 0;
    margin-top: 5vw;
  }
  .pro2 .proCon .left .textCon p {
    font-size: 16px;
    line-height: 1.6;
  }
  .pro2 .proCon .swiper-button-prev, .pro2 .proCon .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.proDetail .title {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.proDetail .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  position: relative;
  margin-right: 2%;
  background-color: #e6e6e6;
  margin-bottom: 2%;
}
.proDetail .con dl.hover {
  background-color: var(--main-color);
  color: #fff;
}
.proDetail .con dl.hover dd {
  color: #fff;
}
.proDetail .con dl:nth-of-type(4n) {
  margin-right: 0px;
}
.proDetail .con dt {
  overflow: hidden;
  background: url(/static/cn/img/cpbg.jpg) no-repeat;
  background-size: cover;
  height:296px;
}
.proDetail .con dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.proDetail .con dd {
  padding: 70px 40px;
  color: var(--color-gray);
}
.proDetail .con dd p {
  margin: 5px 0;
}
.proDetail .con dl:hover dt img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.proDetail .back {
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .proDetail .con dd {
    padding: 4vw 2vw;
  }
  .proDetail .con dt{
      height:16vw;
  }
}
@media screen and (max-width: 1200px) {
  .proDetail .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .proDetail .con dl:nth-of-type(4n) {
    margin-right: 2%;
  }
  .proDetail .con dl:nth-of-type(3n) {
    margin-right: 0%;
  }
  .proDetail .con dt{
      height:21.5vw;
  }
}
@media screen and (max-width: 768px) {
  .proDetail .con dd {
    padding: 5vw 3vw;
  }
  .proDetail .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .proDetail .con dl:nth-of-type(4n) {
    margin-right: 4%;
  }
  .proDetail .con dl:nth-of-type(3n) {
    margin-right: 4%;
  }
  .proDetail .con dl:nth-of-type(2n) {
    margin-right: 0%;
  }
  .proDetail .con dd p {
    margin: 7px 0;
    color: #aaa;
  }
  .proDetail .con dd p span {
    display: block;
    width: 100%;
    color: var(--color-gray);
    margin-top: 3px;
  }
  .proDetail .con dt{
      height:32vw;
  }
}
.contact1 {
  position: relative;
}
.contact1 .con {
  position: relative;
}
.contact1 .text {
  padding: 50px 50px;
  border-top: 20px solid var(--main-color);
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  background-color: #fff;
  position: absolute;
  left: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.contact1 .lxix {
  color: var(--color-gray);
}
.contact1 .lxix a {
  color: var(--color-gray);
}
.contact1 .lxix a:hover {
  color: var(--main-color);
}
.contact1 .lxix dd {
  margin-bottom: 20px;
}
.contact1 .lxix dd:last-child {
  margin-bottom: 0px;
}
.contact1 .lxix p {
  margin-bottom: 7px;
}
.contact1 .lxix svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.contact1 .lxix path {
  fill: var(--color-gray);
}
.contact1 .con > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact1 .map {
  height: 680px;
  width: 100%;
}

.contact2 dl {
  background-color: #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3%;
          flex: 0 0 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.contact2 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.contact2 dd {
  color: var(--color-gray);
}
.contact2 dd a {
  color: var(--color-gray);
}
.contact2 dd a:hover {
  color: var(--main-color);
}
.contact2 dd svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact2 dd path {
  fill: var(--color-gray);
}
.contact2 dd .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact2 .dd {
  margin-bottom: 10px;
}
.contact2 .dd:last-child {
  margin-bottom: 0px;
}

.contact3 .publicTitle .p {
  margin-left: 0px;
  margin-right: 0px;
}
.contact3 .tan_conCss .bottom {
  padding: 0px;
}
.contact3 .tan_conCss .bottom .formCon {
  max-height: none;
}
.contact3 .check {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact3 .check span {
  color: #999;
}
.contact3 .priv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact3 .layui-form input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.contact3 .layui-form-checkbox {
  display: none;
}
.contact3 .layui-form-checked i, .contact3 .layui-form-checked:hover i {
  color: var(--main-color);
}

@media screen and (max-width: 1700px) {
  .contact1 .text {
    padding: 3vw;
    border-top-width: 10px;
  }
  .contact1 .lxix dd {
    margin-bottom: 7px;
  }
  .contact2 dl {
    padding: 3vw;
  }
}
@media screen and (max-width: 1500px) {
  .contact2 dd .con .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contact1 .map {
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .contact2 dl {
    padding: 5vw 2.5vw;
  }
  .contact3 .priv {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contact1 .con {
    height: 50vw;
  }
  .contact2 dd .con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
    .contact2 dd .con .name{flex:0 0 auto;}
    .contact2 dd .con .p{flex:1;}
    .contact1 .lxix dd .p{
        flex:1;
    }
    .contact1 .lxix dd .p p{padding-right:0px;}
  .contact1 .con {
    height: auto;
  }
  .contact1 .text {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    padding: 8vw 5vw;
  }
  .contact2 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8vw 5vw;
  }
  .contact2 dd .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0px;
  }
  .contact3 .priv {
    margin-bottom: 10px;
  }
}

.ggxw dl:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
}
.ggxw dl:nth-of-type(2) {
  border-top: 1px solid #e6e6e6;
}
.ggxw dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background-color: transparent;
  padding: 30px 20px;
  margin-right: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ggxw dl:nth-of-type(2n) {
  margin-right: 0px;
}
.ggxw dt {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ggxw dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.ggxw dt svg {
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.ggxw dd {
  padding-right: 60px;
}
.ggxw dd a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ggxw dd span {
  color: #999;
  display: block;
  margin-bottom: 7px;
}
.ggxw dd a:hover {
  color: var(--main-color);
}
.ggxw dl:hover {
  background-color: #e6e6e6;
}
.ggxw dl:hover dt {
  background-color: var(--main-color);
}

@media screen and (max-width: 1700px) {
  .ggxw dt {
    width: 40px;
    height: 40px;
  }
  .ggxw dt svg {
    width: 24px;
    height: 24px;
  }
  .ggxw dd {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .ggxw dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ggxw dl {
    padding: 5vw 3vw;
  }
  .ggxw dt {
    width: 30px;
    height: 30px;
    right: 0px;
  }
  .ggxw dd {
    padding-right: 30px;
  }
}
.downCon .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.downCon .title dl {
  position: relative;
}
.downCon .title dt {
  cursor: pointer;
  border: 1px solid #eee;
  width: 500px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  border-radius: 40px;
  z-index: 4;
}
.downCon .title dt p{position: relative;
  top: -2px;}
.downCon .title dt span {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: translateY(-70%) rotate(135deg);
      -ms-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.downCon .title dd {
  display: none;
  position: absolute;
  top: 49px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 2;
  padding: 10px 20px;
  border-radius: 24px;
}
.downCon .title dd p {
  margin: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-left: 20px;
}
.downCon .title dd p:hover {
  color: var(--main-color);
}
.downCon .title dd p.hover {
  color: var(--main-color);
}
.downCon .title dl.hover dt span {
  -webkit-transform: translateY(-30%) rotate(-45deg);
      -ms-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}
.downCon .title dl.hover dd {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.downCon .con dl {
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  margin-right: 3%;
  padding: 40px;
  margin-bottom: 3%;
}
.downCon .con dl dt {
  padding-right: 40px;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.downCon .con dl dt svg {
  width: 42px;
  height: 42px;
}
.downCon .con dl dd {
  padding-left: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.downCon .con dl dd .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
}
.downCon .con dl dd .text span {
  color: #999;
  margin-bottom: 7px;
  display: block;
}
.downCon .con dl:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1700px) {
  .downCon .con dl {
    padding: 2vw;
  }
  .downCon .con dl dt {
    padding-right: 2vw;
  }
  .downCon .con dl dd {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1500px) {
  .downCon .btn_primary .btn_icon svg {
    position: relative;
    left: -2px;
    top: -1px;
  }
}
@media screen and (max-width: 1300px) {
  .downCon .title dt {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  .downCon .con dl {
    padding: 3vw;
  }
  .downCon .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 3vw;
  }
  .downCon .con dl dd .text{
      flex:0 0 100%;
  }
  .downCon .btn_primary {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .downCon .title h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .downCon .title .select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 3vw;
  }
  .downCon .title dt {
    width: 100%;
  }
  .downCon .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    padding: 8vw 5vw;
    margin-bottom: 5vw;
  }
  .downCon .con dl dd {
    padding-left: 0px;
  }
  .downCon .con dl dt {
    padding-right: 0px;
    border: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
  }
  .downCon .con dl dt svg {
    width: 30px;
    height: 30px;
  }
  .downCon .con dl dd .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            line-height: 1.5;
  }
  .downCon .con dl dd .text h3{font-size:16px;}
  .downCon .con dl dd .text span{font-size:14px;}
  .downCon .btn_primary {
    margin-top: 3vw;
  }
}


.scrollbar-row {
  margin-top: 30px;
  position: relative;
  height: 6px;
  background: #f5f5f5;
  border-radius: 99px;
  overflow: hidden;
}

.scrollbar-thumb {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 99px;
  background: #e60012;
  opacity: 1;
  transition: opacity 0.2s;
}

.scrollbar-thumb:hover { opacity: 0.7; }
.ul-track.grabbing { cursor: grabbing; }
.ul-track {
  display: flex;
  list-style: none;
  will-change: transform;
  cursor: grab;
  user-select: none;

}
.fieldTab{overflow:hidden;}
.fieldTab li {
  cursor: pointer;
  position: relative;
  margin-right: 3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3%;
          flex: 0 0 31.3%;
  border-radius: 10px;
  overflow: hidden;
}
.fieldTab li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fieldTab li .icon svg {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fieldTab li .icon path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fieldTab li:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 5px;
  background-color: var(--main-color);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fieldTab li.li2 .icon svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.fieldTab li.li2 .icon .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.fieldTab li.li1 .icon svg {
  width: 130px;
  height: 130px;
}

.fieldTab li:hover:after {
  width: 100%;
}
.fieldTab li:hover .icon path {
  fill: var(--main-color);
}
.fieldTab li.li2:hover .icon .st0 {
  stroke: var(--main-color);
}
.fieldTab li.hover:after {
  width: 100%;
}
.fieldTab li.hover .icon path {
  fill: var(--main-color);
}
.fieldTab li.li2.hover .icon .st0 {
  stroke: var(--main-color);
}
.fieldTab li a {
  display: block;
}
.fieldTab li a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fieldLists .title {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.fieldLists .con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e6e6e6;
}
.fieldLists .con dl:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 5px;
  background-color: var(--main-color);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fieldLists .con dl:nth-of-type(4n) {
  margin-right: 0px;
}
.fieldLists .con dt {
  overflow: hidden;
  height:296px;
  width:100%;
}
.fieldLists .con dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fieldLists .con dd {
  text-align: center;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
}
.fieldLists .con dl:hover:after {
  width: 100%;
}
.fieldLists .con dl:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1700px) {
  .fieldTab li .icon svg {
    width: 5vw;
    height: 5vw;
  }
  .fieldTab li.li1 .icon svg {
    width: 7vw;
    height: 7vw;
  }
  .fieldLists .con dt{
      height:16vw;
  }
}
@media screen and (max-width: 1200px) {
  .fieldLists .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .fieldLists .con dl:nth-of-type(4n) {
    margin-right: 2%;
  }
  .fieldLists .con dl:nth-of-type(3n) {
    margin-right: 0%;
  }
  .fieldLists .con dt{
      height:21.5vw;
  }
}
@media screen and (max-width: 768px) {
    .fieldLists .con dt{
      height:32vw;
  }
  .fieldTab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .fieldTab li .icon svg {
    width: 15vw;
    height: 15vw;
  }
  .fieldTab li.li1 .icon svg {
    width: 20vw;
    height: 20vw;
  }
  .fieldLists .con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .fieldLists .con dl:nth-of-type(4n) {
    margin-right: 4%;
  }
  .fieldLists .con dl:nth-of-type(3n) {
    margin-right: 4%;
  }
  .fieldLists .con dl:nth-of-type(2n) {
    margin-right: 0%;
  }
  .fieldLists .con dd {
    font-size: 18px;
  }
}
.about_a {
  text-align: center;
}

.about_img img {
  width: 100%;
}

.ppgs {
  position: relative;
}
.ppgs:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #e5e5e5;
}
.ppgs .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.ppgs .title .btn_primary {
  background-color: #e5e5e5;
}
.ppgs .con {
  position: relative;
  z-index: 2;
}
.ppgs .con .video {
  position: relative;
}
.ppgs .con .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.ppgs .con .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
