.title {
  text-align: center;
  line-height: 1;
}
.title .en {
  text-transform: uppercase;
  font-size: 60px;
  font-family: Impact;
  font-weight: 400;
  color: #E7E7E7;
  opacity: 0.99;
}
.title .text {
  margin-top: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}

@media only screen and (max-width: 1800px) {
  .title .en {
    font-size: 57px;
  }
  .title .text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .title .en {
    font-size: 50px;
  }
  .title .text {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1230px) {
  .title .en {
    font-size: 38px;
  }
  .title .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .title .en {
    font-size: 30px;
  }
  .title .text {
    margin-top: 5px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 960px) {
  .title .en {
    font-size: 24px;
  }
  .title .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .title .en {
    font-size: 20px;
  }
  .title .text {
    font-size: 17px;
  }
}
.heng {
  background-color: #E3E3E3;
  height: 1px;
}

.banner {
  padding-top: 122px;
  position: relative;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-image: url("../images/icon/banner_l_arrow.png");
  width: 35px;
  height: 80px;
  -moz-background-size: cover;
       background-size: cover;
  opacity: 1;
}
.banner .swiper-button-prev {
  left: 130px;
}
.banner .swiper-button-next {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 130px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 34px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 42px;
}
.banner .swiper-slide .img-box {
  padding-bottom: 39.74%;
}

@media only screen and (max-width: 1800px) {
  .banner {
    padding-top: 114px;
  }
}
@media only screen and (max-width: 1600px) {
  .banner {
    padding-top: 100px;
  }
  .banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 30px;
    height: 70px;
  }
  .banner .swiper-button-prev {
    left: 117px;
  }
  .banner .swiper-button-next {
    right: 117px;
  }
}
@media only screen and (max-width: 1230px) {
  .banner {
    padding-top: 77px;
  }
  .banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 22px;
    height: 50px;
  }
  .banner .swiper-button-prev {
    left: 80px;
  }
  .banner .swiper-button-next {
    right: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner {
    padding-top: 60px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 25px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 20px;
    height: 40px;
  }
  .banner .swiper-button-prev {
    left: 10px;
  }
  .banner .swiper-button-next {
    right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.product .title {
  margin-bottom: 30px;
  margin-top: 33px;
}
.product .container .tab-title {
  padding-left: 71px;
  padding-right: 122px;
  margin: 0 auto;
  width:100%;
}
.product .container .tab-title li {
  position: relative;
  float: left;
  /*width: 12.5%;*/
    width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .container .tab-title li span {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.product .container .tab-title li.active:after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 6px;
  content: "";
  background: url("../images/icon/sanjiao.png") no-repeat;
}
.product .container .tab-content {
  margin-top: 31px;
}
.product .container .tab-content li .top {
  background-color: #F6F6F7;
}
.product .container .tab-content li .top .l,
.product .container .tab-content li .top .r {
  width: 50%;
}
.product .container .tab-content li .top .l {
  height: 100%;
  float: left;
}
.product .container .tab-content li .top .l .img-box {
  padding-bottom: 57.87%;
}
.product .container .tab-content li .top .r {
  float: right;
  color: #333333;
  padding-top: 77px;
  padding-left: 42px;
  line-height: 1;
}
.product .container .tab-content li .top .r .t {
  font-size: 29px;
  font-weight: bold;
}
.product .container .tab-content li .top .r .deng {
  padding: 32px 0;
}
.product .container .tab-content li .top .r .deng img {
  height: 10px;
  width: auto;
}
.product .container .tab-content li .top .r .desc {
  width: 640px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.product .container .tab-content li .top .r .btn {
  display: block;
  margin-top: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  width: 171px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background-color: var(--theme-color);
}
.product .container .tab-content li .bottom {
  margin-bottom: 60px;
}
.product .container .tab-content li .bottom .csjSwiper2 .swiper-slide {
  background-color: #E7E7E7;
  height: auto;
  display: block;
}
.product .container .tab-content li .bottom .csjSwiper2 .swiper-slide .img-box {
  padding-bottom: 75.98%;
}
.product .container .tab-content li .bottom .csjSwiper2 .swiper-slide .text {
  background-color: #E9E9E9;
  padding: 19px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

@media only screen and (max-width: 1600px) {
  .product .title {
    margin-bottom: 25px;
    margin-top: 28px;
  }
  .product .container .tab-title {
    padding-left: 55px;
    padding-right: 55px;
  }
  .product .container .tab-title li img {
    height: 69px;
    width: auto;
  }
  .product .container .tab-title li span {
    margin-top: 14px;
  }
  .product .container .tab-content li .top .r {
    padding-top: 41px;
    padding-left: 24px;
  }
  .product .container .tab-content li .top .r .t {
    font-size: 25px;
  }
  .product .container .tab-content li .top .r .deng {
    padding: 27px 0;
  }
  .product .container .tab-content li .top .r .desc {
    width: 540px;
    font-size: 15px;
  }
  .product .container .tab-content li .top .r .btn {
    margin-top: 32px;
    font-size: 15px;
    width: 144px;
    height: 42px;
    line-height: 42px;
  }
  .product .container .tab-content li .bottom {
    margin-bottom: 30px;
  }
  .product .container .tab-content li .bottom .csjSwiper2 .swiper-slide .text {
    padding: 16px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1230px) {
  .product .title {
    margin-bottom: 21px;
    margin-top: 21px;
  }
  .product .container .tab-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product .container .tab-title li img {
    height: 55px;
  }
  .product .container .tab-title li span {
    margin-top: 11px;
    font-size: 14px;
    line-height: 18px;
  }
  .product .container .tab-content {
    margin-top: 24px;
  }
  .product .container .tab-content li .top .r {
    padding-top: 30px;
    padding-left: 28px;
  }
  .product .container .tab-content li .top .r .t {
    font-size: 19px;
  }
  .product .container .tab-content li .top .r .deng {
    padding: 20px 0;
  }
  .product .container .tab-content li .top .r .desc {
    width: 95%;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }
  .product .container .tab-content li .top .r .btn {
    margin-top: 24px;
    font-size: 14px;
    width: 124px;
    height: 39px;
    line-height: 39px;
  }
  .product .container .tab-content li .bottom {
    margin-bottom: 20px;
  }
  .product .container .tab-content li .bottom .csjSwiper2 .swiper-slide .text {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .product .title {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .product .container .tab-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product .container .tab-title li img {
    height: 45px;
  }
  .product .container .tab-title li span {
    margin-top: 8px;
    font-size: 13px;
  }
  .product .container .tab-title li.active:after {
    bottom: -11px;
  }
  .product .container .tab-content {
    margin-top: 20px;
  }
  .product .container .tab-content li .top .r {
    padding-top: 26px;
    padding-left: 23px;
  }
  .product .container .tab-content li .top .r .t {
    font-size: 16px;
  }
  .product .container .tab-content li .top .r .deng {
    padding: 16px 0;
  }
  .product .container .tab-content li .bottom {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .product .container .tab-title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product .container .tab-title li {
    width: 25%;
  }
  .product .container .tab-title li img {
    height: 36px;
  }
  .product .container .tab-title li span {
    margin-top: 5px;
  }
  .product .container .tab-title li.active:after {
    display: none;
  }
  .product .container .tab-title li.active span {
    color: var(--theme-color);
  }
  .product .container .tab-content {
    margin-top: 10px;
  }
  .product .container .tab-content li .top .l,
.product .container .tab-content li .top .r {
    width: 100%;
  }
  .product .container .tab-content li .top .r {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .product .container .tab-content li .top .r .t {
    font-size: 15px;
  }
  .product .container .tab-content li .top .r .deng {
    padding: 10px 0;
  }
  .product .container .tab-content li .top .r .desc {
    width: 98%;
  }
  .product .container .tab-content li .top .r .btn {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .product .container .tab-content li .bottom {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .product .title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .product .container .tab-title li {
    /*width: 33.3333333333%;*/
  }
  .product .container .tab-title li img {
    height: 28px;
  }
  .product .container .tab-content {
    margin-top: 5px;
  }
  .product .container .tab-content li .top .r {
    padding: 10px;
  }
  .product .container .tab-content li .top .r .t {
    font-size: 15px;
  }
  .product .container .tab-content li .top .r .deng {
    padding: 10px 0;
  }
  .product .container .tab-content li .top .r .desc {
    width: 100%;
    line-height: 20px;
  }
}
.choose {
  background-color: #F5F5F5;
}
.choose .title {
  padding-top: 52px;
  margin-bottom: 30px;
}
.choose .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 61px;
}
.choose .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.choose .container ul:first-child {
  margin-right: 21px;
}
.choose .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.choose .container ul li .num {
  width: 83px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 43px;
  font-family: Arial;
  font-weight: bold;
  color: #0164B8;
  background: url(../images/icon/choose_icon1.png) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin-right: 37px;
}
.choose .container ul li .text .t {
  font-size: 24px;
  font-weight: bold;
  color: #0164B8;
  line-height: 1;
  margin-bottom: 22px;
}
.choose .container ul li .text .desc {
  width: 285px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  text-align: justify;
  margin-bottom: 39px;
  line-height: 24px;
}
.choose .container ul li:hover .num {
  font-size: 45px;
  color: #fff;
  background-image: url("../images/icon/choose_icon1_active.png");
}
.choose .container .choose-img {
  float: left;
  margin-top: 39px;
}
.choose .container .choose-img img {
  width: 653px;
}

@media only screen and (max-width: 1600px) {
  .choose .title {
    padding-top: 35px;
    margin-bottom: 25px;
  }
  .choose .container {
    padding-bottom: 51px;
  }
  .choose .container ul:first-child {
    margin-right: 17px;
  }
  .choose .container ul li .num {
    width: 69px;
    height: 81px;
    line-height: 81px;
    font-size: 35px;
    margin-right: 10px;
  }
  .choose .container ul li .text .t {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .choose .container ul li .text .desc {
    width: 237px;
    margin-bottom: 33px;
  }
  .choose .container ul li:hover .num {
    font-size: 37px;
  }
  .choose .container .choose-img {
    margin-top: 33px;
  }
  .choose .container .choose-img img {
    width: 502px;
  }
}
@media only screen and (max-width: 1230px) {
  .choose .title {
    padding-top: 26px;
    margin-bottom: 19px;
  }
  .choose .container {
    padding-bottom: 11px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .choose .container ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .choose .container ul:first-child {
    margin-right: 13px;
  }
  .choose .container ul li .num {
    width: 52px;
    height: 61px;
    line-height: 61px;
    font-size: 26px;
  }
  .choose .container ul li .text .t {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .choose .container ul li .text .desc {
    width: 223px;
    margin-bottom: 15px;
  }
  .choose .container ul li:hover .num {
    font-size: 28px;
  }
  .choose .container .choose-img {
    margin-top: 25px;
  }
  .choose .container .choose-img img {
    width: 377px;
  }
  .choose .container .choose-img {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .choose .title {
    padding-top: 22px;
    margin-bottom: 16px;
  }
  .choose .container {
    padding-bottom: 9px;
  }
  .choose .container ul:first-child {
    margin-right: 0px;
  }
  .choose .container ul li .num {
    width: 38px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin-right: 8px;
  }
  .choose .container ul li .text .t {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .choose .container ul li .text .desc {
    width: 186px;
    font-size: 14px;
    line-height: 22px;
  }
  .choose .container ul li:hover .num {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .choose .title {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .choose .container ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .choose .container ul li {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .choose .container ul li .num {
    width: 52px;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    margin-right: 10px;
  }
  .choose .container ul li .text {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
  }
  .choose .container ul li .text .t {
    margin-bottom: 5px;
  }
  .choose .container ul li .text .desc {
    width: 100%;
    margin-bottom: 10px;
  }
  .choose .container ul li:hover .num {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .choose .container {
    padding-bottom: 0px;
  }
  .choose .container ul li .num {
    width: 39px;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
  }
  .choose .container ul li .text {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
  }
  .choose .container ul li .text .t {
    font-size: 15px;
  }
  .choose .container ul li .text .desc {
    font-size: 13px;
    line-height: 18px;
  }
}
.zuoyong {
  background: url("../images/zy_bg.webp");
  width: 100%;
  padding-bottom: 85px;
}
.zuoyong .title {
  margin-bottom: 34px;
  padding-top: 59px;
}
.zuoyong .title .en {
  color: #FFFFFF;
  opacity: 0.11;
}
.zuoyong .title .text {
  color: #FFFFFF;
  margin-top: 12px;
}
.zuoyong .container .t-desc {
  padding-left: 145px;
  padding-right: 151px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.zuoyong .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.zuoyong .container ul li {
  width: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 17px 0 16px;
  position: relative;
}
.zuoyong .container ul li .left .num {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  padding-top: 19px;
  padding-bottom: 28px;
}
.zuoyong .container ul li .left .t {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}
.zuoyong .container ul li .left .en {
  font-size: 14px;
  font-weight: 400;
  color: #7ED6FF;
  margin-top: 4px;
  text-transform: capitalize;
}
.zuoyong .container ul li .left .add {
  width: 33px;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 348px;
  left: 16px;
}
.zuoyong .container ul li .left .heng {
  width: 0;
  margin-top: 27px;
  margin-bottom: 20px;
}
.zuoyong .container ul li .left .desc {
  display: none;
  width: 300px;
  font-size: 15px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 27px;
}
.zuoyong .container ul li .left .btn {
  margin-top: 52px;
  display: none;
  text-align: center;
  width: 157px;
  line-height: 45px;
  color: #fff;
  background-color: #1256AE;
}
.zuoyong .container ul li .left .btn span {
  margin-left: 23px;
  font-size: 21px;
}
.zuoyong .container ul li .right {
  width: 0px;
  height: 100%;
}
.zuoyong .container ul li .right .img-box {
  padding-bottom: 92.67%;
  height: 100%;
}
.zuoyong .container ul li:nth-child(1) {
  background-color: #4993BF;
}
.zuoyong .container ul li:nth-child(2) {
  background-color: #3993EF;
}
.zuoyong .container ul li:nth-child(3) {
  background-color: #217AD5;
}
.zuoyong .container ul li:nth-child(4) {
  background-color: #1D64BF;
}
.zuoyong .container ul li.default {
  width: 63%;
  padding: 60px 45px 64px 63px;
  background-color: #fff;
}
.zuoyong .container ul li.default .left {
  margin-right: 26px;
}
.zuoyong .container ul li.default .left .num {
  color: #1256AE;
}
.zuoyong .container ul li.default .left .t {
  color: #1256AE;
  font-size: 33px;
}
.zuoyong .container ul li.default .left .en,
.zuoyong .container ul li.default .left .add {
  display: none;
}
.zuoyong .container ul li.default .left .desc,
.zuoyong .container ul li.default .left .btn,
.zuoyong .container ul li.default .left .heng {
  display: block;
}
.zuoyong .container ul li.default .left .heng {
  width: 100%;
  -webkit-transition: width 1.1s ease-in;
  -o-transition: width 1.1s ease-in;
  -moz-transition: width 1.1s ease-in;
  transition: width 1.1s ease-in;
}
.zuoyong .container ul li.default .right {
  width: 546px;
}

@media only screen and (max-width: 1800px) {
  .zuoyong {
    padding-bottom: 80px;
  }
  .zuoyong .title {
    margin-bottom: 32px;
    padding-top: 56px;
  }
  .zuoyong .title .text {
    margin-top: 10px;
  }
  .zuoyong .container .t-desc {
    padding-left: 130px;
    padding-right: 130px;
  }
  .zuoyong .container ul {
    margin-top: 33px;
  }
  .zuoyong .container ul li {
    padding: 56px 16px 0 15px;
  }
  .zuoyong .container ul li .left .num {
    font-size: 68px;
    padding-top: 18px;
    padding-bottom: 27px;
  }
  .zuoyong .container ul li .left .t {
    font-size: 23px;
  }
  .zuoyong .container ul li .left .add {
    width: 31px;
    top: 327px;
    left: 15px;
  }
  .zuoyong .container ul li .left .heng {
    margin-top: 26px;
    margin-bottom: 19px;
  }
  .zuoyong .container ul li .left .btn {
    margin-top: 49px;
    width: 148px;
  }
  .zuoyong .container ul li .left .btn span {
    margin-left: 22px;
    font-size: 20px;
  }
  .zuoyong .container ul li.default {
    padding: 56px 43px 60px 60px;
  }
  .zuoyong .container ul li.default .left {
    margin-right: 25px;
  }
  .zuoyong .container ul li.default .left .t {
    font-size: 31px;
  }
  .zuoyong .container ul li.default .left .right {
    width: 513px;
  }
}
@media only screen and (max-width: 1600px) {
  .zuoyong {
    padding-bottom: 50px;
  }
  .zuoyong .title {
    margin-bottom: 15px;
    padding-top: 40px;
  }
  .zuoyong .container .t-desc {
    padding-left: 100px;
    padding-right: 100px;
  }
  .zuoyong .container ul {
    margin-top: 30px;
  }
  .zuoyong .container ul li {
    width: 12.5%;
    height: 430px;
    padding: 40px 14px 0 14px;
    height: 430px;
  }
  .zuoyong .container ul li .left .num {
    font-size: 60px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .zuoyong .container ul li .left .t {
    font-size: 19px;
  }
  .zuoyong .container ul li .left .add {
    width: 27px;
    top: 295px;
    left: 14px;
  }
  .zuoyong .container ul li .left .heng {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .zuoyong .container ul li .left .desc {
    line-height: 24px;
  }
  .zuoyong .container ul li .left .btn {
    margin-top: 20px;
    width: 135px;
    height: 36px;
    line-height: 35px;
  }
  .zuoyong .container ul li .left .btn span {
    margin-left: 20px;
    font-size: 18px;
  }
  .zuoyong .container ul li.default {
    width: 61.5%;
    padding: 40px 30px;
  }
  .zuoyong .container ul li.default .left {
    margin-right: 15px;
  }
  .zuoyong .container ul li.default .left .t {
    font-size: 28px;
  }
  .zuoyong .container ul li.default .left .right {
    width: 454px;
  }
  .zuoyong .container ul li.default .left .right .img-box {
    height: 100%;
  }
}
@media only screen and (max-width: 1230px) {
  .zuoyong {
    padding-bottom: 40px;
  }
  .zuoyong .title {
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .zuoyong .title .text {
    margin-top: 7px;
  }
  .zuoyong .container .t-desc {
    padding-left: 70px;
    padding-right: 70px;
  }
  .zuoyong .container ul {
    margin-top: 23px;
  }
  .zuoyong .container ul li {
    width: 16%;
    padding: 20px 12px 0 12px;
    height: 315px;
  }
  .zuoyong .container ul li .left {
    width: 100%;
  }
  .zuoyong .container ul li .left .num {
    font-size: 45px;
    padding-top: 8px;
    padding-bottom: 11px;
  }
  .zuoyong .container ul li .left .t {
    font-size: 17px;
  }
  .zuoyong .container ul li .left .add {
    width: 24px;
    top: 221px;
    left: 12px;
  }
  .zuoyong .container ul li .left .heng {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .zuoyong .container ul li .left .desc {
    width: 100%;
  }
  .zuoyong .container ul li .left .btn {
    margin-top: 15px;
  }
  .zuoyong .container ul li .left .btn span {
    margin-left: 15px;
    font-size: 16px;
  }
  .zuoyong .container ul li .right {
    display: none;
  }
  .zuoyong .container ul li.default {
    width: 54%;
    padding: 20px 23px 25px;
  }
  .zuoyong .container ul li.default .left {
    margin-right: 10px;
  }
  .zuoyong .container ul li.default .left .t {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1023px) {
  .zuoyong {
    padding-bottom: 30px;
  }
  .zuoyong .title {
    padding-top: 20px;
  }
  .zuoyong .container .t-desc {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
  }
  .zuoyong .container ul {
    margin-top: 12px;
  }
  .zuoyong .container ul li {
    width: 20%;
    height: 330px;
    padding: 10px 12px 0 12px;
  }
  .zuoyong .container ul li .left .num {
    font-size: 38px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .zuoyong .container ul li .left .t {
    font-size: 16px;
  }
  .zuoyong .container ul li .left .add {
    top: 166px;
    left: 12px;
  }
  .zuoyong .container ul li .left .heng {
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .zuoyong .container ul li .left .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .zuoyong .container ul li .left .btn span {
    font-size: 15px;
  }
  .zuoyong .container ul li.default {
    width: 40%;
    padding: 10px 20px 20px;
  }
  .zuoyong .container ul li.default .left .t {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .zuoyong {
    padding-bottom: 20px;
  }
  .zuoyong .title {
    padding-top: 14px;
  }
  .zuoyong .container .t-desc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .zuoyong .container ul {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zuoyong .container ul li {
    height: auto;
    width: 100%;
    padding: 5px 10px 0 10px;
    position: relative;
  }
  .zuoyong .container ul li .left {
    position: static;
    height: auto;
  }
  .zuoyong .container ul li .left .num {
    font-size: 26px;
  }
  .zuoyong .container ul li .left .t {
    font-size: 15px;
  }
  .zuoyong .container ul li .left .add {
    width: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 30px;
    padding: 10px 0 0px;
  }
  .zuoyong .container ul li .left .btn {
    margin-top: 5px;
    width: 125px;
    height: 30px;
    line-height: 30px;
  }
  .zuoyong .container ul li .left .btn span {
    font-size: 14px;
  }
  .zuoyong .container ul li.default {
    width: 100%;
    padding: 5px 15px 10px;
  }
  .zuoyong .container ul li.default .left .t {
    font-size: 17px;
  }
}
.about {
  background: url("../images/about_bg.webp") no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding-top: 51px;
}
.about .container {
  text-align: center;
}
.about .container .name {
  font-size: 24px;
  font-weight: bold;
  color: #174E97;
  line-height: 1;
  margin-top: 28px;
  margin-bottom: 33px;
}
.about .container .desc {
  padding-left: 31px;
  padding-right: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.about .container .about-num {
  padding-left: 150px;
  margin-top: 51px;
}
.about .container .about-num li {
  width: 25%;
  float: left;
  position: relative;
}
.about .container .about-num li .num {
  font-size: 17px;
  font-weight: 400;
  color: #024EA6;
}
.about .container .about-num li .num .count {
  font-size: 42px;
  font-family: Impact;
  font-weight: 400;
  color: #333333;
  margin-left: 7px;
  margin-right: 10px;
}
.about .container .about-num li .t {
  font-weight: 400;
  color: #888888;
}
.about .container .about-num li::before {
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 74px;
  content: " ";
  background: url("../images/icon/about_icon1.png") no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.about .container .about-image {
  margin-top: 66px;
}
.about .container .about-image li {
  float: left;
  width: 25%;
  height: 300px;
}
.about .container .about-image li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 80%;
}
.about .container .about-image li a .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #FFFFFF;
  padding: 70px 65px 0 57px;
  text-align: left;
}
.about .container .about-image li a .text-box .t {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
}
.about .container .about-image li a .text-box .summary {
  font-weight: 400;
  line-height: 21px;
}
.about .container .about-image li a .text-box .add {
  display: none;
  text-align: right;
}
.about .container .about-image li a .text-box .add img {
  position: relative;
  width: 68px;
  height: 66px;
  margin-right: -30px;
}
.about .container .about-image li:hover a .text-box, .about .container .about-image li.active a .text-box {
  background-color: rgba(16, 65, 122, 0.6);
}
.about .container .about-image li:hover a .text-box .add, .about .container .about-image li.active a .text-box .add {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .about {
    padding-top: 35px;
  }
  .about .container .name {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .about .container .desc {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
  }
  .about .container .about-num {
    padding-left: 15px;
    margin-top: 25px;
  }
  .about .container .about-num li .num {
    font-size: 16px;
  }
  .about .container .about-num li .num .count {
    font-size: 36px;
  }
  .about .container .about-num li::before {
    height: 100%;
  }
  .about .container .about-image {
    margin-top: 30px;
  }
  .about .container .about-image li {
    height: 247px;
  }
  .about .container .about-image li a .text-box {
    padding: 35px 35px 0 30px;
  }
  .about .container .about-image li a .text-box .t {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .about .container .about-image li a .text-box .add img {
    width: 52px;
    height: 50px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1230px) {
  .about {
    padding-top: 20px;
  }
  .about .container .name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .about .container .desc {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .about .container .about-num {
    padding-left: 10px;
    margin-top: 10px;
  }
  .about .container .about-num li .num {
    font-size: 15px;
  }
  .about .container .about-num li .num .count {
    font-size: 30px;
    margin-left: 4px;
    margin-right: 5px;
  }
  .about .container .about-image {
    margin-top: 15px;
  }
  .about .container .about-image li {
    height: 218px;
  }
  .about .container .about-image li a .text-box {
    padding: 25px 18px 0 12px;
  }
  .about .container .about-image li a .text-box .t {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about .container .about-image li a .text-box .add img {
    width: 45px;
    height: 43px;
  }
}
@media only screen and (max-width: 1023px) {
  .about {
    padding-top: 15px;
  }
  .about .container {
    width: 100%;
  }
  .about .container .name {
    font-size: 17px;
  }
  .about .container .about-num {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about .container .about-num li .num {
    font-size: 14px;
  }
  .about .container .about-num li .num .count {
    font-size: 25px;
  }
  .about .container .about-image {
    margin-top: 10px;
  }
  .about .container .about-image li a .text-box .t {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .about .container .about-image li a .text-box .add img {
    width: 38px;
    height: 36px;
  }
}
.about-image-m {
  display: none;
}

@media only screen and (max-width: 960px) {
  .about .container .name {
    font-size: 16px;
  }
  .about .container .about-num li .num .count {
    font-size: 23px;
  }
  .about .container .about-image {
    overflow: hidden;
    display: none;
  }
  .about .container .about-image li {
    width: 100%;
    height: 232px;
  }
  .about .container .about-image li .img-box img {
    top: -41vw;
  }
  .about .container .about-image li a {
    height: 100%;
  }
  .about .container .about-image li a .text-box {
    padding: 60px 20px 0 35px;
  }
  .about .container .about-image li a .text-box .t {
    font-size: 16px;
    line-height: 2;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about .container .about-image li a .text-box .add {
    display: none !important;
  }
  .about .container .about-image-m {
    display: block;
  }
  .about .container .about-image-m li {
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    height: 26vw;
    background-position: center 75%;
  }
  .about .container .about-image-m li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .about .container .about-image-m li a .t {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .about .container .about-image-m li a .add {
    margin-top: 15px;
  }
  .about .container .about-image-m li a .add img {
    width: 36px;
    height: 36px;
  }
  .about .container .about-image-m li:nth-child(1) {
    background-image: url("../images/about_1.webp");
  }
  .about .container .about-image-m li:nth-child(2) {
    background-image: url("../images/about_2.webp");
  }
  .about .container .about-image-m li:nth-child(3) {
    background-image: url("../images/about_3.webp");
  }
  .about .container .about-image-m li:nth-child(4) {
    background-image: url("../images/about_4.webp");
  }
}
@media only screen and (max-width: 767px) {
  .about {
    padding-top: 10px;
  }
  .about .container .desc {
    line-height: 24px;
  }
  .about .container .about-num li {
    width: 50%;
    margin-bottom: 10px;
  }
  .about .container .about-num li .num .count {
    font-size: 20px;
  }
  .about .container .about-image li {
    height: auto;
    max-height: 321px;
  }
  .about .container .about-image li .img-box img {
    top: -21vw;
  }
}
@media only screen and (max-width: 666px) {
  .about .container .about-image-m li {
    height: auto;
    background-position: center 75%;
  }
  .about .container .about-image-m li a .t {
    margin-bottom: 10px;
  }
  .about .container .about-image-m li a .add {
    margin-top: 10px;
  }
  .about .container .about-image-m li a .add img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .about .container .about-image li .img-box img {
    top: 0;
  }
}
.zzry {
  background-color: #EFEFEF;
}
.zzry .t {
  background: url("../images/zzry_bg.webp") no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.zzry .t .container {
  padding-top: 54px;
  padding-bottom: 182px;
}
.zzry .t .container .title .text,
.zzry .t .container .title .en {
  text-align: left;
}
.zzry .t .container .title .en {
  opacity: 0.19;
}
.zzry .t .container .title .text {
  color: #fff;
  margin-top: 21px;
}
.zzry .b {
  margin-top: -137px;
}
.zzry .b .container {
  overflow: hidden;
}
.zzry .b .container .csjSwiper3 {
  overflow: visible;
}
.zzry .b .container .csjSwiper3 .swiper-slide {
  position: relative;
  padding: 16px 23px 16px 19px;
  background-color: #fff;
}
.zzry .b .container .csjSwiper3 .swiper-slide .img-box {
  padding-bottom: 74.8%;
}
.zzry .b .container .csjSwiper3 .swiper-slide .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -42px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.zzry .b .container .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 107px 0 71px;
}
.zzry .b .container .btns a {
  width: 190px;
  height: 51px;
  line-height: 51px;
  -webkit-border-radius: 60px;
     -moz-border-radius: 60px;
          border-radius: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.zzry .b .container .btns a:first-child {
  background-color: #024EA6;
  margin-right: 28px;
}
.zzry .b .container .btns a:last-child {
  background-color: #545454;
}

@media only screen and (max-width: 1800px) {
  .zzry .t .container {
    padding-top: 51px;
    padding-bottom: 175px;
  }
  .zzry .t .container .title .text {
    margin-top: 20px;
  }
  .zzry .b {
    margin-top: -111px;
  }
  .zzry .b .container .btns {
    padding: 90px 0 71px;
  }
  .zzry .b .container .btns a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1600px) {
  .zzry .t .container {
    padding-top: 45px;
    padding-bottom: 155px;
  }
  .zzry .t .container .title .text {
    margin-top: 15px;
  }
  .zzry .b .container .csjSwiper3 .swiper-slide {
    padding: 13px 19px 13px 16px;
  }
  .zzry .b .container .btns {
    padding: 75px 0 50px;
  }
  .zzry .b .container .btns a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1230px) {
  .zzry .t .container {
    padding-top: 30px;
    padding-bottom: 121px;
  }
  .zzry .t .container .title .text {
    margin-top: 10px;
  }
  .zzry .b {
    margin-top: -89px;
  }
  .zzry .b .container .csjSwiper3 .swiper-slide {
    padding: 10px 14px 10px 13px;
  }
  .zzry .b .container .csjSwiper3 .swiper-slide .text {
    bottom: -35px;
    font-size: 15px;
  }
  .zzry .b .container .btns {
    padding: 55px 0 30px;
  }
  .zzry .b .container .btns a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .zzry .t .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .zzry .t .container .title .text {
    margin-top: 5px;
  }
  .zzry .b {
    margin-top: 10px;
  }
  .zzry .b .container .csjSwiper3 .swiper-slide .text {
    font-size: 14px;
  }
  .zzry .b .container .btns {
    padding: 50px 0 23px;
  }
  .zzry .b .container .btns a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    font-size: 14px;
  }
  .zzry .b .container .btns a:first-child {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .zzry .t .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .zzry .b .container .csjSwiper3 .swiper-slide .text {
    bottom: -32px;
  }
  .zzry .b .container .btns {
    padding: 45px 0 15px;
  }
  .zzry .b .container .btns a:first-child {
    margin-right: 10px;
  }
}
.news .title {
  margin-top: 61px;
  margin-bottom: 61px;
}
.news .container .left,
.news .container .l {
  float: left;
}
.news .container .right,
.news .container .r {
  float: right;
}
.news .container .left,
.news .container .right {
  width: 44.6%;
}
.news .container .left .header,
.news .container .right .header {
  position: relative;
  padding-left: 32px;
}
.news .container .left .header::before,
.news .container .right .header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  content: "";
  background-color: #0A63C9;
}
.news .container .left .header .l,
.news .container .right .header .l {
  font-size: 30px;
  font-weight: 400;
  color: #323232;
  line-height: 1;
}
.news .container .left .header .r,
.news .container .right .header .r {
  text-transform: uppercase;
  font-size: 17px;
  font-family: Arial;
  font-weight: bold;
  color: #C8C8C8;
  line-height: 28px;
}
.news .container .left .heng1,
.news .container .right .heng1 {
  margin-top: 19px;
  margin-bottom: 20px;
}
.news .container .left .content .l,
.news .container .right .content .l {
  width: 186px;
}
.news .container .left .content .l .img-box,
.news .container .right .content .l .img-box {
  padding-bottom: 68.82%;
}
.news .container .left .content .r,
.news .container .right .content .r {
  width: -webkit-calc(100% - 186px);
  width: -moz-calc(100% - 186px);
  width: calc(100% - 186px);
  padding: 17px 17px 0 29px;
}
.news .container .left .content .r .t,
.news .container .right .content .r .t {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.news .container .left .content .r .desc,
.news .container .right .content .r .desc {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.news .container .left .heng2,
.news .container .right .heng2 {
  margin-top: 22px;
  margin-bottom: 28px;
}
.news .container .left .swiper,
.news .container .right .swiper {
  overflow: hidden;
}
.news .container .left .swiper a,
.news .container .right .swiper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
  position: relative;
  padding-left: 30px;
}
.news .container .left .swiper a .text,
.news .container .right .swiper a .text {
  color: #666666;
}
.news .container .left .swiper a .time,
.news .container .right .swiper a .time {
  color: #AAAAAA;
}
.news .container .left .swiper a::before,
.news .container .right .swiper a::before {
  display: block;
  background: url("../images/icon/news_arr.png") no-repeat;
  background-position: center;
  content: " ";
  width: 15px;
  height: 100%;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.news .more-box{
    width: 100%;
}
.news .more-box  .more{
margin:  0 auto;
display: block;
margin-top: 40px;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
width: 171px;
height: 49px;
line-height: 49px;
text-align: center;
background-color: var(--theme-color);
}

@media only screen and (max-width: 1800px) {
  .news .title {
    margin-top: 56px;
    margin-bottom: 110px;
  }
  .news .container .left .header,
.news .container .right .header {
    padding-left: 30px;
  }
  .news .container .left .header .l,
.news .container .right .header .l {
    font-size: 28px;
  }
  .news .container .left .heng1,
.news .container .right .heng1 {
    margin-top: 18px;
    margin-bottom: 19px;
  }
  .news .container .left .content .l,
.news .container .right .content .l {
    width: 186px;
  }
  .news .container .left .content .l .img-box,
.news .container .right .content .l .img-box {
    height: 100%;
  }
  .news .container .left .content .r .desc,
.news .container .right .content .r .desc {
    margin-top: 24px;
  }
  .news .container .left .heng2,
.news .container .right .heng2 {
    margin-top: 20px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1600px) {
  .news .title {
    margin-top: 45px;
    margin-bottom: 70px;
  }
  .news .container .left,
.news .container .right {
    width: 48%;
  }
  .news .container .left .header,
.news .container .right .header {
    padding-left: 24px;
  }
  .news .container .left .header .l,
.news .container .right .header .l {
    font-size: 23px;
    line-height: 28px;
  }
  .news .container .left .header .r,
.news .container .right .header .r {
    font-size: 16px;
  }
  .news .container .left .heng1,
.news .container .right .heng1 {
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .news .container .left .content .r,
.news .container .right .content .r {
    padding: 10px 17px 0 29px;
  }
  .news .container .left .content .r .t,
.news .container .right .content .r .t {
    font-size: 17px;
  }
  .news .container .left .content .r .desc,
.news .container .right .content .r .desc {
    margin-top: 13px;
    font-size: 15px;
    line-height: 24px;
  }
  .news .container .left .swiper a,
.news .container .right .swiper a {
    font-size: 15px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .news .title {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .news .container .left,
.news .container .right {
    width: 49%;
  }
  .news .container .left .header,
.news .container .right .header {
    padding-left: 18px;
  }
  .news .container .left .header .l,
.news .container .right .header .l {
    font-size: 20px;
  }
  .news .container .left .header .r,
.news .container .right .header .r {
    font-size: 15px;
  }
  .news .container .left .heng1,
.news .container .right .heng1 {
    margin-top: 10px;
    margin-bottom: 13px;
  }
  .news .container .left .content .r,
.news .container .right .content .r {
    padding: 10px 5px 0 10px;
  }
  .news .container .left .content .r .desc,
.news .container .right .content .r .desc {
    font-size: 14px;
    line-height: 22px;
  }
  .news .container .left .heng2,
.news .container .right .heng2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .news .container .left .swiper a,
.news .container .right .swiper a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 960px) {
  .news .title {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .news .container .left .header,
.news .container .right .header {
    padding-left: 14px;
  }
  .news .container .left .header .l,
.news .container .right .header .l {
    font-size: 18px;
    line-height: 26px;
  }
  .news .container .left .header .r,
.news .container .right .header .r {
    font-size: 14px;
    line-height: 26px;
  }
  .news .container .left .heng1,
.news .container .right .heng1 {
    margin-bottom: 0px;
  }
  .news .container .left .content .l,
.news .container .right .content .l {
    display: none;
  }
  .news .container .left .content .r,
.news .container .right .content .r {
    width: 100%;
  }
  .news .container .left .content .r .t,
.news .container .right .content .r .t {
    font-size: 16px;
  }
  .news .container .left .content .r .desc,
.news .container .right .content .r .desc {
    margin-top: 10px;
  }
  .news .container .left .heng2,
.news .container .right .heng2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .news .container .left .swiper a,
.news .container .right .swiper a {
    padding-left: 13px;
  }
  .news .container .left .swiper a::before,
.news .container .right .swiper a::before {
    width: 12px;
    -moz-background-size: contain;
         background-size: contain;
  }
}
@media only screen and (max-width: 799px) {
  .news .title {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .news .container .left,
.news .container .right {
    width: 100%;
  }
  .news .container .left .header,
.news .container .right .header {
    margin-top: 6px;
  }
  .news .container .left .header .l,
.news .container .right .header .l {
    font-size: 16px;
    line-height: 22px;
  }
  .news .container .left .header .r,
.news .container .right .header .r {
    line-height: 22px;
  }
  .news .container .left .content .r,
.news .container .right .content .r {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .news .container .left .content .r .desc,
.news .container .right .content .r .desc {
    margin-top: 5px;
  }
  .news .container .left .swiper a,
.news .container .right .swiper a {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news .container .left .swiper a,
.news .container .right .swiper a {
    padding-left: 0;
  }
  .news .container .left .swiper a::before,
.news .container .right .swiper a::before {
    display: none;
  }
}
            @media only screen and (max-width: 1800px) {
                .news .more-box .more {
                    margin-top: 25px;
                    width: 148px;
                }

            }
            @media only screen and (max-width: 1600px) {
                .news .more-box .more {
                    margin-top: 20px;
                    width: 135px;
                    height: 36px;
                    line-height: 35px;
                }
        
            }
                        @media only screen and (max-width: 1230px) {
                .news .more-box .more{
                    margin-top: 15px;
                         font-size:13px;
                }
            }

            @media only screen and (max-width: 767px) {
                .news .more-box .more {
                    margin-top: 10px;
                    width: 125px;
                    height: 30px;
                    line-height: 30px;
                    margin-bottom: 15px;
               
                }
            }





.foot-msg {
  background: url("../images/foot_bg1.webp") no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  margin-top: 92px;
  padding-top: 52px;
  /*padding-bottom: 102px;*/
    padding-bottom: 62px;
}
.foot-msg .container {
  position: relative;
}
.foot-msg .container .left,
.foot-msg .container .middle {
  float: left;
}
.foot-msg .container .left {
  color: #FFFFFF;
}
.foot-msg .container .left .en {
  font-size: 41px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.38;
}
.foot-msg .container .left .t {
  font-size: 31px;
  font-weight: 400;
}
.foot-msg .container .middle {
  width: 650px;
  margin-left: 141px;
  margin-top: 57px;
}
.foot-msg .container .middle input,
.foot-msg .container .middle textarea {
  float: left;
  width: 30%;
  position: relative;
  padding-left: 10px;
  float: left;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 31px;
}
.foot-msg .container .middle textarea {
  width: 40%;
}
.foot-msg .container .right {
  float: right;
  margin-top: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-msg .container .right p {
  width: 154px;
  font-size: 16px;
  font-weight: bold;
  color: #FEFFFF;
  line-height: 48px;
  text-align: center;
}
.foot-msg .container .right p:first-child {
  background-color: #6DB233;
}
.foot-msg .container .right p:last-child {
  margin-left: 40px;
  color: #024EA6;
  background-color: #FFF;
}
.foot-msg .container .heng3 {
  position: absolute;
  width: 100%;
  top: 124px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.38);
}
.foot-msg .container .heng3 .heng4 {
  width: 425px;
  height: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 1800px) {
  .foot-msg {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 82px;
  }
  .foot-msg .container .left .en {
    font-size: 39px;
  }
  .foot-msg .container .left .t {
    font-size: 29px;
  }
  .foot-msg .container .right {
    margin-top: 40px;
  }
  .foot-msg .container .right p {
    font-size: 15px;
    line-height: 46px;
  }
  .foot-msg .container .heng3 {
    top: 118px;
  }
}
@media only screen and (max-width: 1600px) {
  .foot-msg {
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .foot-msg .container .left .en {
    font-size: 35px;
  }
  .foot-msg .container .left .t {
    font-size: 26px;
  }
  .foot-msg .container .middle {
    width: 510px;
    margin-left: 40px;
    margin-top: 46px;
    line-height: 45px;
  }
  .foot-msg .container .right p:last-child {
    margin-left: 20px;
  }
  .foot-msg .container .heng3 {
    top: 118px;
  }
  .foot-msg .container .heng3 .heng4 {
    width: 293px;
  }
}
@media only screen and (max-width: 1230px) {
  .foot-msg {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .foot-msg .container .left .en {
    font-size: 30px;
  }
  .foot-msg .container .left .t {
    font-size: 22px;
  }
  .foot-msg .container .middle {
    width: 455px;
    margin-left: 15px;
    margin-top: 46px;
    line-height: 35px;
  }
  .foot-msg .container .middle input,
.foot-msg .container .middle textarea {
    width: 28%;
    font-size: 15px;
    line-height: 20px;
  }
  .foot-msg .container .middle textarea {
    width: 44%;
  }
  .foot-msg .container .right {
    margin-top: 35px;
  }
  .foot-msg .container .right p {
    width: 116px;
    font-size: 14px;
    line-height: 38px;
  }
  .foot-msg .container .right p:last-child {
    margin-left: 15px;
  }
  .foot-msg .container .heng3 {
    top: 95px;
  }
  .foot-msg .container .heng3 .heng4 {
    width: 235px;
  }
}
@media only screen and (max-width: 1023px) {
  .foot-msg {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .foot-msg .container .left .en {
    font-size: 25px;
  }
  .foot-msg .container .left .t {
    font-size: 19px;
  }
  .foot-msg .container .middle {
    width: 453px;
    margin-left: 13px;
    margin-top: 40px;
    line-height: 29px;
  }
  .foot-msg .container .middle input,
.foot-msg .container .middle textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .foot-msg .container .right {
    margin-top: 28px;
  }
  .foot-msg .container .right p {
    width: 110px;
    line-height: 34px;
  }
  .foot-msg .container .right p:last-child {
    margin-left: 10px;
  }
  .foot-msg .container .heng3 {
    top: 81px;
  }
  .foot-msg .container .heng3 .heng4 {
    width: 205px;
  }
}
@media only screen and (max-width: 960px) {
  .foot-msg {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .foot-msg .container .left {
    width: 100%;
  }
  .foot-msg .container .left .en {
    font-size: 20px;
  }
  .foot-msg .container .left .t {
    font-size: 16px;
  }
  .foot-msg .container .middle {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .foot-msg .container .middle input,
.foot-msg .container .middle textarea {
    width: 13%;
    line-height: 18px;
    height: 18px;
  }
  .foot-msg .container .middle textarea {
    width: 74%;
  }
  .foot-msg .container .right {
    margin-top: 15px;
    float: left;
  }
  .foot-msg .container .right p {
    line-height: 30px;
  }
  .foot-msg .container .right p:last-child {
    margin-left: 15px;
  }
  .foot-msg .container .heng3 {
    top: 56px;
  }
  .foot-msg .container .heng3 .heng4 {
    width: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-msg {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .foot-msg .container .left {
    width: 100%;
  }
  .foot-msg .container .left .en {
    font-size: 18px;
  }
  .foot-msg .container .left .t {
    font-size: 15px;
  }
  .foot-msg .container .middle {
    margin-top: 20px;
  }
  .foot-msg .container .middle input,
.foot-msg .container .middle textarea {
    width: 18%;
  }
  .foot-msg .container .middle textarea {
    width: 64%;
  }
  .foot-msg .container .right {
    margin-top: 10px;
  }
  .foot-msg .container .right p {
    line-height: 28px;
  }
  .foot-msg .container .heng3 {
    top: 50px;
  }
  .foot-msg .container .heng3 .heng4 {
    width: 170px;
  }
}
@media only screen and (max-width: 500px) {
  .foot-msg .container .middle {
    margin-top: 15px;
  }
  .foot-msg .container .middle input,
.foot-msg .container .middle textarea {
    width: 100%;
    height: 30px;
  }
  .foot-msg .container .right {
    margin-top: 0px;
  }
}
  .news .container  .content .r .time{
  text-align: right;
  color: #666666;
}