.box-sizing {
  box-sizing: border-box;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

header {
  height: 94px;
  position: fixed;
  z-index: 999;
  padding: 0 6%;
  width: 100%;
  transition: 0.5s;
}

.logo-txt {
  font-size: 18px;
  font-family: PingFang;
  color: #ffffff;
  padding-left: 20px;
  padding-top: 20px;
}

img {
  display: block;
  max-width: 100%;
}

.img-block {
  display: block;
}

.img-none {
  display: none;
}

.nav {
  padding-top: 12px;
}

.nav li>a {
  display: block;
  margin: 0 1.0vw;
  line-height: 27px;
  position: relative;
  padding-bottom: 10px;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.nav li>a::before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #f02c2d;
  content: "";
  transition: 0.5s;
}

.nav li.cur>a:before {
  width: 100%;
}

.nav li .sec {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -97px;
  top: 52px;
  background: #f8f8f8;
}

.nav li .sec>a {
  display: block;
  line-height: 42px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

@media (min-width: 1201px) {
  .nav li .sec {
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 0.5s ease;
  }

  .nav li:hover .sec {
    opacity: 1;
    transform: translateY(-10px);
    visibility: visible;
    transition: all 0.5s ease;
  }
}

.language {
  color: #fff;
  margin: 0 1.0vw;
}

.language i {
  margin: 0 0.5vw;
}

.header-btn {
  width: auto;
  height: 36px;
  padding: 0 10px;
  background: #f02c2d;
  border-radius: 18px;
  margin-left: 1.5vw;
}

.header-btn a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.header-btn a:hover,
.language a:hover,
.nav a:hover {
  color: #fff;
}

header.on {
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.on .img-none {
  display: block;
}

header.on .language,
header.on .logo-txt {
  color: #231815;
}

header.on .nav li>a {
  color: #231815;
}

header.on .img-block,
header.on .nav .cur a:before {
  display: none;
}

header.on .language a:hover,
header.on .nav li.cur>a,
header.on .nav a:hover {
  color: #f02c2d;
}

.wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.pic-abs {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 56px;
  font-family: PingFang;
  font-weight: 800;
  color: #ffffff;
}

.bannerSwiper a {
  display: block;
}


@media (min-width: 1201px) {
  .bannerSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    transition: 3s linear;
    transform: scale(1.1, 1.1);
    display: block;
  }

  .bannerSwiper .swiper-slide-active img,
  .bannerSwiper .swiper-slide-duplicate-active img {
    transition: 3s linear;
    transform: scale(1, 1);
  }
}

.bannerSwiper img {
  width: 100%;
}

.hbanner .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}

.hbanner.swiper-container-horizontal>.swiper-scrollbar {
  bottom: 155px;
  width: 100%;
  left: 0;
  opacity: 1 !important;
  height: 1px;
}

.hbanner .swiper-scrollbar-drag {
  z-index: 1;
  background: #fff;
}

@media (min-width: 1201px) {
  .hbanner .swiper-pagination {
    width: auto;
    left: 5%;
    bottom: 125px;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    font-family: Bebas;
    line-height: 1.4;
    font-weight: bold;
  }

  .hbanner .swiper-pagination-total {
    margin-left: 3px;
  }

  .hbanner .swiper-pagination-current {
    display: block;
    font-size: 78px;
  }
}


.hbanner .swiper-button-prev {
  left: auto;
  right: 5%;
  bottom: 75px;
  top: auto;
  margin-top: 0;
  margin-right: 102px;
  width: 105px;
  height: 81px;
  background: rgba(255, 255, 255, 0.6);
}

.hbanner .swiper-button-next {
  left: auto;
  right: 5%;
  bottom: 155px;
  top: auto;
  margin-top: 0;
  width: 105px;
  height: 81px;
  background: rgba(255, 255, 255, 0.6);
}

.hbanner .swiper-button-prev:hover,
.hbanner .swiper-button-next:hover {
  background: rgba(255, 255, 255, 1);
}

.hbanner .swiper-button-prev::after,
.hbanner .swiper-button-next::after {
  color: #000;
  font-size: 20px;
}

.qx {
  border-radius: 10px;
  -ms-transform: skew(-15deg);
  /* IE 9 */
  -webkit-transform: skew(-15deg);
  /* Chrome, Safari, Opera */
  transform: skew(-15deg);
  /* Standard syntax */
  transform-origin: bottom left;
  /* Prevent the bottom from shifting */
}

.hbanner .swiper-scrollbar {
  bottom: 155px !important;
  width: 100% !important;
  left: 0;
  opacity: 1 !important;
  height: 1px !important;
}

.hbanner .swiper-scrollbar-drag {
  z-index: 1;
  background: #fff;
}

.index-about {
  background: url(../images/indexbg-about.jpg) no-repeat center center;
  height: 800px;
  background-size: 100% 100%;
  padding-top: 80px;
}

.rotation-img {
  width: 700px;
}

.rotation-img .img {
  margin: 0 auto;
  height: 100vh;
}

.rotation-img .pic02 {
  animation: xz 40s linear 0s infinite;
  animation-direction: reverse;
  right: 0;
  top: -13px;
}

.rotation-img .pic01 {
  animation: xz 40s linear 0s infinite;
  right: 0;
  top: -4px;
}

@-moz-keyframes xz {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes xz {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.index-about-us {
  width: calc(100% - 864px);
  padding-top: 5%;
}

img {
  display: block;
  max-width: 100%;
}

.index-about-us .tit {
  font-size: 48px;
  font-family: PingFang;
  font-weight: bold;
  color: #023c86;
  margin-top: 1%;
}

.index-about-us .txt {
  padding: 5% 0;
  font-family: PingFang;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 36px;
}

.kown-more {
  background: #f02c2d;
  width: 155px;
  height: 47px;
}

.kown-more a {
  font-size: 16px;
  display: block;
  line-height: 47px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.kown-more a:hover {
  color: #fff;
}

.kown-more a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 47px;
  width: 0;
  background: #d31717;
  transition: 0.5s;
  z-index: -1;
}

.kown-more a:hover::after {
  width: 155px;
}


.index-news {
  padding-top: 65px;
}

.index-news-left {
  width: 206px;
  padding-top: 86px;
}

.index-news-left .tit p {
  font-size: 48px;
  font-family: PingFang;
  font-weight: bold;
  color: rgba(2, 60, 134, 0.2);
}

.index-news-left .tit p:first-child {
  font-family: Montserrat;
  color: #023c86;
}

.tabs {
  margin-top: 80px;
}

.tab-item {
  border-bottom: 1px solid #646bc7;
  margin-bottom: 40px;
}

.tab-item p {
  font-size: 24px;
  font-family: PingFang;
  font-weight: bold;
  color: #023c86;
  line-height: 42px;
}

.tab-item a {
  background: url(../images/icon.jpg) no-repeat left center;
  padding-left: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(19, 45, 139, 0.66);
  line-height: 42px;
}

.index-news ul {
  width: calc(100% - 424px);
  padding-bottom: 30px;
}



.index-news ul li {
  width: 48%;
  margin-bottom: 59px;
}

.index-news ul li a {
  display: block;
}

.index-news ul li img {
  width: 100%;
  object-fit: cover;
}

.index-news ul li:nth-child(1) {
  margin-top: 86px;
}

.index-news ul li a {
  display: block;
}

.index-news ul li:nth-child(4) {
  margin-top: -86px;
}

.index-news ul li a .abs {
  left: 0;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}


.index-news ul li img {
  height: 262px;
  object-fit: cover;
}

.index-news ul li a .abs .tit {
  font-size: 18px;
  line-height: 36px;
}

footer {
  background: #444444;
}

.footer-wrap {
  width: 100%;
  max-width: 1685px;
  margin: 0 auto;
}

.footer-top {
  padding: 92px 0 58px 0;
}

.footer-contact {
  width: 600px;
}

.footer-contact .tit {
  padding: 3% 0;
  color: #fff;
  line-height: 36px;
}

.ewm {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.ewm-item {
  width: 100px;
}

.ewm img {
  height: 100px;
  height: 100px;
  object-fit: contain;
}

.footer-nav {
  width: calc(100% - 700px);
}

.footer-nav p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  padding-bottom: 20px;
}

.footer-nav a {
  display: block;
  font-family: PingFang;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
}

.footer-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.coyp {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 2% 0;
}

.sub-banner img {
  width: 100%;
}

.sub-banner .abs {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 56px;
  font-family: PingFang;
  font-weight: 800;
  color: #ffffff;
}

.bg {
  background: #f6f6f6;
}

.position {
  height: 36px;
  font-size: 28px;
  font-family: PingFang;
  font-weight: bold;
  color: #131313;
  line-height: 36px;
  padding: 30px 0 30px 50px;
  background: url(../images/position.png) no-repeat left  center;
}

.list {
  margin: 0 -15px;
  padding-bottom: 50px;
}

.list li {
  width: 25%;
}

.list li a {
  margin: 0 15px 30px 15px;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.list li img {
  height: 327px;
  width: 100%;
  object-fit: contain;
}

.list li p {
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: bold;
  color: #131313;
}

.pt60 {
  padding-top: 60px;
}

.pb88 {
  padding-bottom: 88px;
}

.pages a {
  display: block;
  height: 38px;
  border: 1px solid #c9d9e0;
  padding: 0 15px;
  line-height: 38px;
  margin-right: 22px;
}

.pages a.cur {
  color: #fff;
  border: 1px solid #f02c2d;
  background: #f02c2d;
}

.navigation {
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-top: -50px;
  z-index: 22;
  overflow: hidden;
}

.navigation a {
  display: block;
  line-height: 90px;
  margin: 0 10px;
  padding: 0 1.5vw;
  font-size: 16px;
}

.navigation a.cur {
  background: #f02c2d;
  color: #fff;
}

.ceo-us {
  margin: 68px 0 59px 0;
}

.ceo-us .img {
  width: 532px;
}

.ceo-us .txt {
  width: calc(100% - 610px);
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  padding-top: 8%;
}

.signature {
  right: 0;
  bottom: 60px;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.about {
  padding: 52px 0 83px 0;
}

.about-us .img {
  width: 699px;
}

.about-us .content {
  width: calc(100% - 775px);
}

.about-us .content .tit {
  font-size: 30px;
  font-family: PingFang;
  font-weight: bold;
  color: #ea5442;
  margin-bottom: 15px;
}

.about-us .content p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #696969;
  line-height: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt54 {
  margin-top: 54px;
}

.join {
  padding: 57px 0;
}

.join-top {
  height: 60px;
  color: #fff;
  background: #f02c2d;
  line-height: 60px;
}

.join-top-name {
  width: calc(100% - 581px);
}

.join-top-name li {
  line-height: 60px;
  width: 20%;
  text-align: center;
}

.knowMore {
  width: 258px;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

.knowMore1 {
  background: url(../images/show.png) no-repeat center center;
}

.join-position {
  height: 118px;
  border-bottom: 1px solid #d3e0e6;
  transition: 0.5s;
  font-size: 18px;
  cursor: pointer;
}

.join-content .con {
  background: #fff;
  padding: 57px 57px 88px 57px;
}

.join-content .item.current .join-position {
  height: 80px;
}

.join-content .item.current .knowMore1 {
  background: url(../images/hide.png) no-repeat center center;
}

.join-content .con h3 {
  font-size: 16px;
  color: #3b3b3b;
  padding-bottom: 15px;
  font-weight: bold;
}

.join-content .con p {
  line-height: 30px;
  font-size: 16px;
}

.img-list {
  margin: 0 -33px;
  padding: 52px 0 0 0;
}

.img-list li {
  width: 33.3333%;
}

.img-list li a {
  display: block;
  margin: 0 33px 67px 33px;
}

.img-list li a img {
  border-radius: 8px;
  height: 308px;
  object-fit: cover;
  margin: 0 auto
}

.img-list li a {
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}

.prodcutList {
  background: url(../images/bg5.png) no-repeat bottom center;
  background-size: 100% 100%;
  padding: 5% 0;
  margin-top: -50px
}

.prodcutList ul {
  width: 100%;
justify-content: center;

}

.prodcutList ul li {
  width: 33.333%
}

.prodcutList ul li a {
  display: block;
  margin: 0 15px;
}

.prodcutList ul li .img img {
  height: 400px;
  object-fit: contain;
  margin: 0 auto;
}




.prodcutList ul li .tit {
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #131313;
 
  text-align: center;
 margin:20px 0;
}

.prodcutList ul li .content .txt {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: #313131;
  line-height: 36px;
}

.know-btn {
  width: 116px;
  height: 39px;
  background: #ea5442;
  border-radius: 19px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  margin: 20px auto 0 auto;
}

.prodcutList ul li a:hover .know-btn {
  background: #d31717;
}

.poroduct-details {
  background: #fff;
  padding: 52px;
  margin: 49px 0;
}

.imgSwiper-box {
  width: 630px;
}

.mySwiper img {
  height: 540px;
  object-fit: contain;
  width: 100%;
}

.cpjs {
  width: calc(100% - 700px);
}

.swiperBtn .swiper-button-next,
.swiperBtn .swiper-button-prev {
  width: 51px;
  height: 51px;
  background: rgba(0, 0, 0, 0.3);
}

.swiperBtn .swiper-button-next {
  right: 0;
}

.swiperBtn .swiper-button-prev {
  left: 0;
}

.swiperBtn .swiper-button-next::after,
.swiperBtn .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.cpjs-top {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.cpjs-top .tit {
  width: calc(100% - 310px);
  font-size: 28px;
  font-family: PingFang;
  font-weight: bold;
  color: #131313;
}

.cpjs-btn {
  width: 263px;
}

.cpjs-btn a {
  background: #f02c2d;
  border-radius: 20px;
  width: 123px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.cpjs-btn a:hover {
  color: #fff;
  background: #d31717;
}

.arguments .t1 {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 800;
  line-height: 48px;
  padding-top: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.column {
  background: #f6f6f6;
  height: 63px;
}

.column span {
  width: 189px;
  height: 63px;
  background: #ea5442;
  border-radius: 0 0 15px 0;
  text-align: center;
  line-height: 63px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.cpjs-us {
  padding: 4% 2%;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 800;
  line-height: 48px;
}

.xgSwiper {
  padding-top: 39px !important;
}

.xgSwiper a {
  display: block;
}

.xgSwiper img {
  height: 430px;
  width: 100%;
  object-fit: contain;
}

.xgSwiper .tit {
  text-align: center;
  font-size: 28px;
  font-family: PingFang;
  font-weight: bold;
  color: #131313;
  line-height: 36px;
}

.xgSwiper .tit p:last-child {
  color: #787878;
  font-size: 18px;
}

.story {
  padding-top: 77px;
  background: url(../images/bg6.jpg) no-repeat left bottom;
  background-size: 100% 100%
}

.eubnga {
  padding: 62px 0 4% 0;
  background: url(../images/line.jpg) repeat-y center;
}

.eubnga li {
  padding: 20px 0;
  position: relative;
}

.eubnga li:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/li.jpg) no-repeat center center;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.eubnga li {
  margin-bottom: 53px;
}

.eubnga li .pic-img,
.eubnga li .con {
  width: 48%;
}

.eubnga li .pic-img {
  height: 269px;
}

.eubnga li .con {
  padding-top: 30px;
  text-align: right;
}

.eubnga li .con .year {
  font-size: 36px;
  font-family: PingFang;
  font-weight: bold;
  color: #4a4a4a;
}

.eubnga li .con .txt {
  font-family: PingFang;
  font-weight: 500;
  color: #696969;
  line-height: 24px;
  padding-top: 20px;
}

.eubnga li:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: left;
}

.eubnga li:nth-child(2n) .pic-img {
  justify-content: flex-end;
}

.eubnga li:nth-child(2n) .con {
  text-align: left
}

.contact-top {
  padding: 4% 0;
}

.contact-top li {
  width: 29%;
  display: flex;
  justify-content: space-between;
}

.contact-top .icon {
  width: 85px;
  height: 85px;
}

.contact-top .txt {
  width: calc(100% - 105px);
}

.contact-top .txt .t1 {
  font-size: 16px;
  font-weight: bold;
  font-family: PingFang;
  color: #000000;
  line-height: 24px;
}

.contact-top .txt .t2 {
  line-height: 24px;
  font-size: 18px;
  color: #555;
  margin-top: 10px;
  word-break: break-all;
}

.font24 {
  font-size: 24px !important;
}

#map {
  height: 433px;
  width: 100%;
  border-radius: 5px;
}

.message {
  padding-bottom: 3%;
}

.message .t1 {
  padding: 2% 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 60px;
}

.form-group {
  width: 32%;
  background: #fff;
  padding-left: 6px;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.form-group label {
  color: #ff0000;
  height: 61px;
  width: 18px;
  text-align: center;
  line-height: 61px;
  display: block;
}

.form-control {
  height: 61px;
  width: calc(100% - 18px);
}

.form-group:last-child {
  width: 100%;
}

.form-group:nth-last-child(2) {
  width: 100%;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group textarea {
  height: 222px;
  padding: 18px;
  box-sizing: border-box;
  width: 100%;
}

.message button {
  width: 184px;
  height: 55px;
  background: #ea5442;
  border-radius: 28px;
  margin-top: 55px;
  display: block;
  color: #fff;
  font-size: 16px;
}

.loc-box {
  padding-top: 94px;
}

.loc {
  padding: 3% 0;
  color: #616161;
  background: url(../images/home.png) no-repeat left center;
  padding-left: 30px;
}

.news-details {
  margin-bottom: 48px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border-top: 6px solid #ea5442;
  padding: 54px 54px 85px 64px;
}

.details-top {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.details-top .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #393939;
}

.details-top .time {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #717171;
  margin-top: 15px;
}

.share {
  margin-top: 15px;
}

.share a {
  margin-right: 10px;
}

.rich-text {
  padding: 3% 0 5% 0;
  font-size: 18px !important;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 36px !important;
}

.rich-text img {
  margin: 0 auto !important;
}

.detalis-btn {
  padding-top: 60px;
}

.next {
  width: 49%;
  height: 90px;
  line-height: 90px;
  background: #f5f5f5;
  padding: 0 32px;
  box-sizing: border-box;
  font-weight: bold;
  color: #7d7d7d;
}

.next span {
  width: 70px;
}

.next a {
  font-weight: 400;
  width: calc(100% - 70px);
}

.news-list {
  padding-bottom: 40px;
}

.news-list li {
  margin-top: 47px;
  border-bottom: 1px solid #e8e8e8;
}

.news-list li .img {
  width: 403px;
}

.news-list li .img img {
  height: 241px;
  width: 100%;
object-fit: scale-down
}

.search-list li .img img {
  object-fit: scale-down;
}

.news-list li .con {
  width: calc(100% - 424px);
}

.news-list li .con .data {
  height: 109px;
  border-right: 1px solid #e8e8e8;
  width: 136px;
}

.news-list li .con .txt {
  width: calc(100% - 180px);
  background: url(../images/news_icon.png) no-repeat right center;
  padding-right: 8%;
  box-sizing: border-box;
}

.news-list li .con .txt .t1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #363636;
  line-height: 30px;
}

.news-list li .con .txt .d1 {
  font-family: PingFang;
  font-weight: 500;
  color: #696969;
  line-height: 24px;
  margin-top: 10px;
}

.news-list li a:hover .txt .t1 {
  color: #04438d;
}

.m-language {
  display: none;
}

/* 头尾部 */

@media (max-width: 1700px) {
  .footer-wrap {
    max-width: 94%;
  }

  .footer-nav {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1560px) {
  .nav a {
    margin: 0 1.5vw;
  }
}

@media (max-width: 1400px) {
  header {
    padding: 0 2%;
  }
}

@media (max-width: 1200px) {
.navigation1 {display:none !important}
  .m-language {
    display: block;
  }

  header {
    padding: 15px;
    height: 60px;
    background: #fff;
  }

  .m-on .img-block {
    display: none;
  }

  .m-on .img-none {
    display: block;
  }

  .m-on .nav a,
  .m-on .logo-txt {
    color: #000;
  }

  .m-on .nav li.cur>a,
  .m-on .nav a:hover {
    color: #f02c2d;
  }

  .nav .cur a:before {
    display: none;
  }

  .meum {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 60px;
    height: calc(100vh - 60px);
    background: #fff;
    transition: 0.5s;
    overflow-y: auto;
  }

  .meum.on {
    left: 0;
  }

  .meum,
  .nav,
  .mob-nav {
    display: block !important;
  }

  .seacher {
    display: none;
  }

  .nav {
    padding: 15px;
  }

  .nav li>a {
    line-height: 36px;
    border-bottom: 1px solid #eeebebcc;
  }

  .language {
    display: none;
  }

  .logo-img img {
    height: 40px;
  }

  .logo-txt {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .footer-top {
    padding: 10% 0;
  }

  .footer-nav {
    display: none !important;
  }

  .footer-contact {
    width: 100%;
  }

  .coyp {
    padding: 20px 0;
  }

  .footer-logo img {
    height: 30px;
  }

  .nav li .sec {
    position: static;
    margin-left: 0;
    width: 100%;
  }

}

/* 头尾部 end*/

/* 主体 */
@media (max-width: 1600px) {
  .wrap {
    max-width: 94%;
  }

  .pic-abs {
    font-size: 30px;
  }

  .hbanner .swiper-pagination-current {
    font-size: 40px;
  }
}

@media (max-width: 1500px) {
  .cpjs-top .tit {
    width: 100%;
    margin-bottom: 15px
  }

  .cpjs-top {
    flex-direction: column;
  }

  .index-about {
    height: 700px;
  }

  .index-about-us .tit {
    font-size: 36px;
  }

  .index-about-us img {
    height: 80px;
  }



  .join-top-name {
    width: calc(100% - 200px)
  }
}

@media (max-width: 1400px) {
  .list li img {
    height: 270px
  }
}

@media (max-width: 1330px) {
  .about-us {
    display: block !important;
  }

  .about-us .img,
  .about-us .content {
    width: 100%;
  }

  .about-us .img img {
    height: auto;
    margin: 0 auto;
  }

  .about-us .content .tit {
    text-align: center;
    font-size: 26px;
  }

  .about-us .content {
    padding: 5% 0;
  }

  .mt54 {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .banner {
    padding-top: 60px;
  }

  .rotation-img,
  .bannerSwiper .swiper-scrollbar,
  .bannerSwiper .qx {
    display: none;
  }

  .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
  }

  .bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f02c2d;
  }

  .pic-abs {
    font-size: 24px;
  }

  .index-about-us {
    width: 100%;
  }

  .index-about {
    padding: 5% 0 10% 0;
  }

  .index-about-us img {
    height: 40px;
  }

  .index-about-us .tit {
    font-size: 26px;
  }

  .index-about-us .txt {
    padding: 3% 0;
  }

  .index-about {
    height: auto;
  }




  .index-news .wrap {
    flex-direction: column;
  }

  .index-news-left {
    width: 100%;
    padding-top: 0;
  }

  .index-news-left .tit p {
    font-size: 26px;
  }

  .index-news-left .tit {
    text-align: center;
  }

  .index-news ul {
    width: 100%;
  }

  .index-news ul li:nth-child(4),
  .index-news ul li:nth-child(1),
  .tabs {
    margin: 0;
  }

  .index-news ul li {
    margin-bottom: 3%;
  }

  .index-news ul li a .abs .tit {
    font-size: 16px;
  }

  .sub-banner {
    padding-top: 60px;

  }

  .sub-banner .wrap {
    font-size: 24px
  }

  .main-nav-m {
    display: block !important;
  }

  .navigation {
    display: none !important;
  }

  .mov {
    display: none !important;
  }

  .news-details {
    padding: 3%;
  }

  .details-top .title {
    font-size: 18px;
  }

  .detalis-btn {
    display: block !important;
  }

  .next {
    width: 100%;
    margin-top: 10px;
    line-height: 56px;
    height: 56px
  }

  .img-list {
    margin: 0 -5px;
    padding-top: 4%;
  }

  .img-list li a {
    margin: 0 5px 10px 5px;
  }

  .poroduct-details {
    padding: 3%;
    margin: 3% 0;
  }

  .m-flex {
    flex-direction: column;
  }

  .cpjs,
  .imgSwiper-box {
    width: 100%;
  }

  .mySwiper img {
    height: 400px;
  }

  .xgSwiper .tit,
  .column span,
  .cpjs-top .tit {
    font-size: 20px
  }

  .column span {
    width: 140px
  }
  .prodcutList ul{  margin-top: 80px;}

  .prodcutList ul li .img img {
    height: 200px;
  }

  .prodcutList ul li .tit {
    font-size: 16px;
    font-weight:500;
    margin:10px 0;
  }

  .ceo-us {
    flex-direction: column;
    margin-top: 3%;
  }

  .ceo-us .txt {
    padding-top: 5%;
  }

  .ceo-us .txt,
  .ceo-us .img {
    width: 100%;
  }

  .ceo-us .img img {
    height: auto;
    margin: 0 auto;
  }

  .signature {
    position: static !important;
    text-align: right;
  }

  .list li {
    width: 33.3333%
  }

}

@media (max-width: 1000px) {
  .news-list li a {
    display: block;
  }

  .news-list li .con,
  .news-list li .img {
    width: 100%;
  }

  .news-list li .img img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }

  .news-list li .con {
    padding: 2% 0;
  }

  .news-list li .con .data {
    height: 85px;
    width: 85px;
  }

  .news-list li .con .txt {
    width: calc(100% - 100px);
    padding-right: 0;
    background: none;
  }

  .news-list li {
    margin-top: 5%;
  }

  .pb88 {
    padding-bottom: 15%;
  }

  .img-list li {
    width: 50%;
  }

  .contact-top {
    padding: 8% 0;
  }

  .contact-top li {
    width: 100%;
    margin-bottom: 15px
  }

  .contact-top li .icon {
    height: 60px;
    width: 60px
  }

  .contact-top .txt {
    width: calc(100% - 80px);
  }

  .contact-top .txt .t1 {
    font-size: 15px;
  }

  .contact-top .txt .t2 {
    margin-top: 0;
    font-size: 14px;
  }

  .font24 {
    font-size: 16px !important;
  }

  .form-group {
    width: 100%;
    margin-bottom: 15px
  }

  .message button {
    margin-top: 15px;
  }

  .message {
    padding-bottom: 8%;
  }

  .join {
    padding: 5% 0;
  }

  .knowMore,
  .join-top-name li:nth-child(n + 2) {
    display: none
  }

  .join-top-name,
  .join-top-name li:nth-child(1) {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
  }

  .eubnga li:before,
  .story-img {
    display: none !important
  }

  .eubnga {
    background: none;
    padding-top: 0
  }

  .story {
    padding-top: 5%;
  }

  .eubnga li .con {
    text-align: left;
  }

  .eubnga li .con .year {
    font-size: 18px
  }

  .list li {
    width: 50%
  }

  .position {
    padding: 5%;
    background-position: 0;
    padding-left: 50px;
    font-size: 18px
  }

}

@media (max-width: 800px) {
  .prodcutList ul li {
    width: 50%;
  }






}

@media (max-width: 640px) {
  .index-news ul li {
    width: 100%;
  }

  .index-news ul li:nth-child(1) {
    margin-bottom: 3%;
  }

  .tab-item p {
    font-size: 18px;
  }

  .img-list li a img {
    height: 200px;
  }

  .eubnga li {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .eubnga li:nth-child(2n),
  .eubnga li {
    flex-direction: column;
  }

  .eubnga li .con,
  .eubnga li .pic-img {
    width: 100%
  }

  .eubnga li .pic-img {
    height: auto;
    margin: 0 auto;
  }

  .eubnga li:nth-child(2n) .con {
    text-align: left;
  }

  .sub-banner .wrap {
    font-size: 18px;
  }

  .list li img {
    height: 200px
  }

  .list {
    margin: 0 -5px;
  }

  .list li a {
    margin: 0 5px 10px 5px;
  }
}

@media(max-width:480px) {
  .list li img {
    height: 160px
  }

  .xgSwiper img, .mySwiper img,.prodcutList ul li .img img {
    height: 200px
  }
  .pic-abs{font-size:15px}
  .cpjs-top{padding:5px 0}
  .arguments .t1{padding-top:0;}
  .column span,.column{height:36px;line-height:36px}
  .column span{font-size:16px;width:auto;padding:0 30px}
  .cpjs-top .tit{text-align:center;padding-top:50px}
  .cpjs-btn{width:100%}
  .cpjs-btn a{width:48%}

  .swiperBtn .swiper-button-next, .swiperBtn .swiper-button-prev{height:33px;width:33px}
  .sub-banner .wrap{font-size:14px;}
  .index-news{padding-top:37px}
  .tab-item{margin-bottom:10px}

  
}


/* 首页产品展示 */


.index-product {
  background: url(../images/bg.jpg) no-repeat top center;
  height: 100vh;
  background-size: 100% 100%;
}

.swiper-img {
  width: calc(100% - 533px);
}

.indexProduct .text {
  color: #fff
}

.model-name {
  font-size: 28px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
}

.model-en {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin-top: 20px;
}

.model-us {
  margin: 6% 0 7% 0;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  height: 175px;
}

.indexProduct .con .img {
  width: 533px;
  padding-top: 30px
}

.indexProduct .con .img img {
  height: 580px;
  object-fit: contain;
  margin: 0 auto;
}

.indexProduct .con .text {
  width: calc(100% - 567px)
}

.swiper-tabs {
  width: 438px;
  background: url(../images/bg4.png) no-repeat 10px top;
  background-size: 100% 100%;
  height: 822px;
}

.indexSwiperTabs {
  height: 600px;
  width: 100%
}


.indexSwiperTabs .swiper-slide p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 120px;
  padding-left: 130px
}

.indexSwiperTabs .swiper-slide.swiper-slide-active p::after,
.indexSwiperTabs .swiper-slide.swiper-slide-next p::after,
.indexSwiperTabs .swiper-slide p::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  height: 11px;
  width: 11px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 40;
}



.indexSwiperTabs .swiper-slide.swiper-slide-next p {
  padding-left: 60px
}

.indexSwiperTabs .swiper-slide.swiper-slide-next p::after {
  left: 5px;
}

.indexSwiperTabs .swiper-slide-active p {
  padding-left: 120px
}

.indexSwiperTabs .swiper-slide.swiper-slide-active p::after {
  left: 75px
}

.indexSwiperTabs .swiper-slide.swiper-slide-thumb-active p::after {
  content: "";
  position: absolute;

  top: 50%;
  height: 22px;
  width: 22px;
  background: #d31717;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 40;
}

.indexProduct .swiper-button-next,
.indexProduct .swiper-button-prev {
  display: none !important;
}

@media(max-width:1500px) {
  .swiper-img {
    width: calc(100% - 360px)
  }

  .swiper-tabs {
    width: 350px
  }

  .indexSwiperTabs .swiper-slide p {
    font-size: 20px
  }

  .indexProduct .con .img {
    width: 430px
  }

  .indexProduct .con .img img {
    height: 450px;
  }

  .indexProduct .con .text {
    width: calc(100% - 450px)
  }

  .model-name {
    font-size: 25px
  }


}

@media(max-width:1200px) {
  .index-product {
    background: #4679b8;
    height: auto;
    padding: 3% 0 5% 0;
  }

  .swiper-tabs {
    display: none !important
  }

  .swiper-img {
    width: 100%
  }

  .indexProduct .swiper-button-next,
  .indexProduct .swiper-button-prev {
    display: block !important;
  }

  .swiper-img .swiper-button-next,
  .swiper-img .swiper-button-prev {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    height: 40px;
    width: 40px;

    line-height: 40px;
    text-align: center;
  }

  .swiper-img .swiper-button-next {
    right: 0;
  }

  .swiper-img .swiper-button-prev {
    left: 0;
  }

  .swiper-img .swiper-button-next::after,
  .swiper-img .swiper-button-prev::after {
    font-size: 18px;
    color: #fff;
  }


  .indexProduct .con .img {
    width: 380px
  }

  .indexProduct .con .img img {
    height: 380px;
  }

  .indexProduct .con .text {
    width: calc(100% - 380px)
  }

}

@media(max-width:650px) {

  .indexProduct .con .img,
  .indexProduct .con .text {
    width: 100%
  }

  .indexProduct .con {
    flex-direction: column;
  }

  .indexProduct .con .img img {
    height: 200px;
  }

  .indexProduct .con .text {
    padding-top: 3%;
  }

  .model-name {
    text-align: center;
    font-size: 20px;
    display:block !important;
  }

  .kown-more {
    height: 35px;
    width: 110px;
    margin: 0 auto;
  }

  .kown-more a {
    line-height: 35px;
    font-size: 14px
  }
}

.welcome {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
}

 sup {
  margin-top: -17px;
  margin-left: 3px;
  font-size: 18px;
}


.component{line-height:36px;font-size:18px}

