@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */


@font-face {
  font-family: BEBAS;
  src: url(../fonts/BEBAS.OTF);
}

@font-face {
  font-family: BEBASNEUE_BOOK;
  src: url(../fonts/BEBASNEUE_BOOK.TTF);
}

@font-face {
  font-family: BEBASNEUE_BOLD;
  src: url(../fonts/BEBASNEUE_BOLD.OTF);
}

@font-face {
  src: url(../fonts/Montserrat-Regular-8.otf);
  font-family: "Montserrat";
}


::selection {
  color: #fff;
  background-color: #4687f2;
}

::-moz-selection {
  color: #fff;
  background-color: #4687f2;
}

::-webkit-selection {
  color: #fff;
  background-color: #4687f2;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(238, 2, 6, .3);
  background-color: #ee0206;
}







html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}



/*body{font-family: BEBASNEUE_BOLD;}*/


/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}



.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 2rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.er-ul {
  position: absolute;
  width: 200%;
  left: -50%;
  transform: translateX(-50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}

.er-ul>li:hover a {
  color: #ee0206;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

header .center .nav>li {
  position: relative;
}

header .center .nav>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.bg {
  background: #ee0206;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #ee0206;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 16.25rem;
  width: 100%;
}

/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sjj_nav a {
  letter-spacing: -0.2px;
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}

.nav_show {
  top: 0;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #ee0206;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav .bot>li {
  margin-left: 15px;
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #666;
  width: 80%;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #ee0206;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.sjj_nav .top .fl img {
  height: 40px;
}

.sjj_nav .bot {
  margin-top: 60px;
}

.pagination {
  justify-content: center;
}

.pagination li {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}

.pagination li.active {
  border-color: #ee0206;
  color: #fff;
  background: #ee0206;
}

.pagination li.active span {
  color: #fff;
}

.sjj_nav>ul>li:first-child {
  border-top: none;
}

.pagination li a {
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
}

.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}

.sjj_nav .bot>li:first-child {
  padding: 15px 0;
}

.sjj_nav .bot>li:first-child form {
  padding-right: 15px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}

.rightfix {
  top: auto;
  transform: translateY(0);
  bottom: 5%;
  right: 1.875rem;
}

.fix_ul li {
  border: none;
  width: 2.875rem;
  height: 2.875rem;
  margin-bottom: .9375rem;
  background: #686868;
  padding: 0;
  line-height: 2.875rem;
  border-radius: 50%;
}

.fix_ul li {
  background: #FFFFFF;
  box-shadow: 2px 4px 12px rgba(176, 176, 176, 0.25);
}

.fix_ul li:last-child {
  margin-bottom: 0;
}

.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}

.fix_ul li i {
  display: block;
  font-size: 1.4rem;
  color: #000;
}

.fix_ul li i.icon-weixin {
  color: #555;
}

.fix_ul li i.icon-weixin:hover {
  color: #fff;
}

.more {
  padding: 0 3.125rem;
  color: #B1B1B1;
  font-size: 1rem;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  border: 1px solid #B1B1B1;
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more.bf {
  border-color: #fff;
  color: #fff;
}

.more.bg {
  background: #ee0206;
  color: #fff;
  border-color: #ee0206;
}

.more.bg:hover {
  box-shadow: inset 0 0 0 1.8rem #fff;
  color: #ee0206;
}

.more:hover {
  box-shadow: inset 0 0 0 1.8rem #ee0206;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #fff;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 10rem;
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 8rem;
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

header {
  line-height: 5.875rem;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .container {
  padding: 0 4.375rem;
}


header .right .search1 {
  width: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

header .right .search1 .iconfont {
  color: #fff;
  display: block;
  font-size: 1.125rem;
}

header .center {
  margin-right: 2.5rem;
}

header .center .nav>li {
  margin: 0 1.5625rem;
  font-size: 1.125rem;
  color: #fff;
}

header .center .nav>li>a {
  padding: 0 .25rem;
  position: relative;
  color: #fff;
}

header .center .nav>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .125rem;
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .center .nav li:hover>a::before,
header .center .nav li.active>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .center .nav li:hover>a,
header .center .nav li.active>a {
  color: #ee0206;
}

header .logo img:nth-child(2) {
  display: none;
}

header .logo img {
  height: 2.75rem;
}

header.active,
.fp-viewing-page2,
.fp-viewing-page3,
.fp-viewing-page4,
.fp-viewing-page5,
.fp-viewing-page6,
.fp-viewing-page7 {
  box-shadow: 0 0 .625rem #ddd;
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header.active .logo img:nth-child(1),
.fp-viewing-page2 .logo img:nth-child(1),
.fp-viewing-page3 .logo img:nth-child(1),
.fp-viewing-page4 .logo img:nth-child(1),
.fp-viewing-page5 .logo img:nth-child(1),
.fp-viewing-page6 .logo img:nth-child(1),
.fp-viewing-page7 .logo img:nth-child(1) {
  display: none;
}

header.active .logo img:nth-child(2),
.fp-viewing-page2 .logo img:nth-child(2),
.fp-viewing-page3 .logo img:nth-child(2),
.fp-viewing-page4 .logo img:nth-child(2),
.fp-viewing-page5 .logo img:nth-child(2),
.fp-viewing-page6 .logo img:nth-child(2),
.fp-viewing-page7 .logo img:nth-child(2) {
  display: inline-block;
}

header.active .center .nav>li>a,
.fp-viewing-page2 .center .nav>li>a,
.fp-viewing-page3 .center .nav>li>a,
.fp-viewing-page4 .center .nav>li>a,
.fp-viewing-page5 .center .nav>li>a,
.fp-viewing-page6 .center .nav>li>a,
.fp-viewing-page7 .center .nav>li>a,
header.active .right .search1 .iconfont,
.fp-viewing-page2 .right .search1 .iconfont,
.fp-viewing-page3 .right .search1 .iconfont,
.fp-viewing-page4 .right .search1 .iconfont,
.fp-viewing-page5 .right .search1 .iconfont,
.fp-viewing-page6 .right .search1 .iconfont,
.fp-viewing-page7 .right .search1 .iconfont {
  color: #242424;
}



.banner .img img {
  object-fit: cover;
}

.banner .img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner .img .img2 img {
  object-fit: cover;
  animation: tdong 2s infinite;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  width: 100%;
}

.banner .hover .p1 {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.banner .hover .p2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5625rem;
  text-transform: uppercase;
  margin: .25rem 0 1.25rem;
  color: #FFFFFF;
}

.banner .hover .p3 {
  margin-left: 1rem;
  position: relative;
  line-height: 2.8125rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 15.91%, rgba(0, 0, 0, 0) 102.08%);
  font-weight: 700;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 5.625rem 0 1.5rem;
  display: inline-block;
  margin-bottom: 1.625rem;
}

.banner .hover .p3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: .875rem;
  height: 100%;
  background: #ee0206;
  border-radius: .3125rem 0px 0px .3125rem;
}

.banner .scroll {
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  z-index: 9;
  animation: shangxia 2s infinite;
  cursor: pointer;
}

.banner .scroll img {
  width: 3.125rem;
}

/*@keyframes tdong {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes shangxia {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}*/

.title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.title.left {
  text-align: left;
}

.title.left span::before {
  left: 0;
  transform: translateX(0);
}

.title span {
  padding-bottom: .625rem;
  position: relative;
  line-height: 4.375rem;
  display: inline-block;
}

.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 3px;
  background-color: #ee0206;
}

.subtitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.6);
}



.logo_xz {
  animation: xuanzhuan 10s linear infinite;
  position: absolute;
  top: 30%;
  left: 0;
}

@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
    transform-origin: top left;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}







.chanpin {
  height: auto;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 66px;
  background-color: #f2f2f2;
}

.pro_box {
  margin-top: 30px;
}

.cptu {
  height: auto;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;

  padding: 20px;
}

.cpnews {
  position: absolute;
  width: 56px;
  height: 28px;
  line-height: 28px;
  background-color: #db011c;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  top: 20px;
  right: 20px;
}

.cptu h3 {
  font-family: BEBASNEUE_BOLD;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 16px;
}

.cptu-zi {
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: normal;
}

.cpmore {
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  margin: 20px auto 0px;
  font-family: Montserrat;
}

.cptu a:hover .cptu-zi {
  color: #ee0206;
}

.cptu a:hover .cpmore {
  background-color: #ee0206;
}

.cptu img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  width: 100%;
}

.cptu:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 500ms ease-in 0ms;
}

.cptu section {
  overflow: hidden;
}

.chanpin .swiper-button-prev {
  position: absolute;
  top: 45%;
  width: 58px;
  height: 58px;
  margin-top: -22px;
  left: 65px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/zuo.png);
  background-size: 58px 58px;
  background-position: center;
  background-repeat: no-repeat;
}

.chanpin .swiper-button-next {
  position: absolute;
  top: 45%;
  width: 58px;
  height: 58px;
  margin-top: -22px;
  right: 65px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/you.png);
  background-size: 58px 58px;
  background-position: center;
  background-repeat: no-repeat;
}



.section03 .swiper-slide {
  opacity: 0 !important;
}

.section03 .swiper-slide-active {
  opacity: 1 !important;
}



.section04 .hover,
.section05 .hover,
.section06 .hover {
  text-transform: uppercase;
  background-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  color: transparent;
  font-weight: 700;
  font-size: 8.75rem;
  line-height: 1;
  z-index: 9;
  opacity: 0.4;
  letter-spacing: 7px;
}

.section05 .hover {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  font-size: 14.625rem;
  position: absolute;
  top: calc(50% + 2.5rem);
  transform: translateY(-50%);
  left: 0;
  -webkit-writing-mode: vertical-rl;
  opacity: 1;
  writing-mode: vertical-rl;
}

.section06 .hover {
  font-size: 14.625rem;
  right: 11.25rem;
  position: absolute;
  top: -4.375rem;
}

.text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
}

.more_a {
  background: #F7F9FB;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  text-align: center;
  display: inline-block;
}

.more_a .iconfont {
  font-size: 1.5rem;
  display: block;
}

.more_a:hover {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.more_a:hover .iconfont {
  color: #fff;
}

header {
  z-index: 9000;
}

.section03 .bg {
  width: 100vw;
  display: flex;
  justify-content: flex-end;
}

.section03 .bg .right {
  width: 50%;
  padding: 5rem 0 25rem;
  background: rgba(255, 255, 255, 0.88);
  position: relative;
}

.section03 .bg .right .content {
  padding-left: 8rem;
}

.section03 .bg .sum {
  margin-top: 2.125rem;
}

.section03 .bg .sum .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #444444;
}

.section03 .bg .sum ul {
  margin: 5px 0 2.25rem;
}

.section03 .bg .sum ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  padding-left: 1.25rem;
}

.section03 .bg .sum ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  text-align: center;
}

.section03 .bg .sum .more {
  border: 1px solid #666666;
  color: #666;
}

.section03 .bg .sum .more:hover {
  color: #fff;
  border-color: #96ce29;
}

.section03 .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.section03 .hover ul {
  display: flex;
  align-items: flex-end;
}

.section03 .hover ul li {
  width: 20%;
  float: left;
  padding: 1.5rem 0 2.25rem;
  background: rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(80, 76, 76, 0.6);
  position: relative;
}

.section03 .hover ul li .icon img {
  margin: 0 auto;
  height: 4rem;
}

.section03 .hover ul li .icon img:nth-child(1) {
  display: none;
}

.section03 .hover ul li .icon img:nth-child(2) {
  display: block;
}

.section03 .hover ul li .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.625rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1.25rem;
  color: #fff;
}

.section03 .hover ul li .en_name {
  font-size: 1rem;
  line-height: 0.725rem;
  text-align: center;
  color: #666;
  max-height: 0;
  overflow: hidden;
  text-transform: uppercase;
}

.section03 .hover ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .625rem;
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .hover ul li:hover::before,
.section03 .hover ul li.active::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section03 .hover ul li.active,
.section03 .hover ul li:hover {
  padding: 2.4375rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.95);
}

.section03 .hover ul li.active .name,
.section03 .hover ul li:hover .name {
  color: #ee0206;
  padding-top: .3125rem;
}

.section03 .hover ul li.active .en_name,
.section03 .hover ul li:hover .en_name {
  max-height: 1.875rem;
  transition: max-height 0.25s ease-in;
}

.section03 .hover ul li.active .icon img:nth-child(2),
.section03 .hover ul li:hover .icon img:nth-child(2) {
  display: none;
}

.section03 .hover ul li.active .icon img:nth-child(1),
.section03 .hover ul li:hover .icon img:nth-child(1) {
  display: block;
}

.section05 {
  padding: 5.3125rem 0 5.9375rem;
  background-attachment: fixed !important;
}

.section04 {
  padding-top: 6.25rem;
}

.section04::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 75%;
  background: #ee0206;
  z-index: -1;
  border-radius: 9.375rem 0px 0px 0px;
}

.section04 {
  position: relative;
}

.section04 .top .container {
  padding-right: 0;
}

.phone_img {
  display: none;
}

.section04 .flex {
  display: flex;
  align-items: center;
}

.section04 .flex .left {
  width: 50%;
}

.section04 .flex .hover {
  font-size: 14.625rem;
  width: 50%;
  text-align: right;
}

.section04 .flex .container {
  padding-right: 0;
}

.section04 .bot {
  background: #fff;
  margin-top: 3.75rem;
  padding: 3.25rem 2.5rem 2.1875rem 0;
}

.section04 .bot .swiper-slide .over {
  border: 1px solid #fff;
}

.section04 .bot .swiper-slide:hover img {
  transform: scale(1.1);
}

.section04 .bot .swiper-slide .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: transparent;
}

.section04 .bot .swiper-slide .bg:before,
.section04 .bot .swiper-slide .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.section04 .bot .swiper-slide .bg:before {
  border-top: 2px solid #ee0206;
  border-bottom: 2px solid #ee0206;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.section04 .bot .swiper-slide .bg:after {
  border-right: 2px solid #ee0206;
  border-left: 2px solid #ee0206;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.section04 .bot .swiper-slide:hover .bg:after,
.section04 .bot .swiper-slide:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section04 .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: linear-gradient(to left, #ffffff, #96ce29);
  left: -27.6875rem;
  width: 26.6875rem;
}

.section04 .swiper-pagination {
  position: absolute;
  top: -3rem;
  right: 24.5rem;
  z-index: 99;
}

.section04 .swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
  margin: 0 5px;
}

.section04 .swiper-pagination-bullet-active {
  background: #fff;
}

.section05 .flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.section05 .left {
  padding: 3.75rem 3.4375rem 1.75rem;
  border-radius: 0px 3.75rem 0px 0px;
  width: 50%;
  background: #fff;
}

.section05 .left .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #444444;
  width-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}

.section05 .left .data {
  margin: .375rem 0 .8125rem;
}

.section05 .left .swiper-pagination {
  bottom: 0;
}

.section05 .left .swiper-pagination-bullet {
  border: 1px solid #ee0206;
  background-color: transparent;
  width: .8125rem;
  height: .8125rem;
  opacity: 1;
}

.section05 .left .swiper-pagination-bullet-active {
  background: #ee0206;
}

.section05 .left .swiper-container {
  padding-bottom: 2.1875rem;
}

.section05 .left .swiper-slide:hover .name {
  color: #ee0206;
}

.section05 .left .swiper-slide:hover img {
  transform: scale(1.1);
}

.section05 .right {
  width: 50%;
}

.section05 .right ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 1.875rem);
  height: 1px;
  background: #BCBCBC;
}

.section05 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: .625rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  top: -0.3125rem;
  background: #ee0206;
}

.section05 .right ul li:hover .name {
  color: #ee0206;
}

.section05 .right ul li .iconfont:hover {
  color: #ee0206 !important;
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section05 .right ul li:hover::after {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section05 .right ul li {
  position: relative;
  padding: 1.25rem 0 1.5rem 1.875rem;
}

.section05 .right ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  color: #444444;
}

.section05 .right ul li .iconfont {
  display: block;
  transform: translateX(0px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section05 .right ul li .text {
  font-size: 0.785rem;
  line-height: 1.5rem;
  text-align: justify;
  text-transform: uppercase;
  margin: .4375rem 0 .75rem;
  color: #787777;
}

.section05 .right ul li .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.3);
}

.section05 .right ul li .data .iconfont {
  display: block;
  color: #53504F;
  font-size: 1.5rem;
}

.section05 .right ul li:last-child {
  padding-bottom: 0;
}

.section05 .data {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}

.section06 {
  padding: 9.5rem 0 5.25rem;
  margin-top: 1px;
}

.section06 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section06 .left {
  width: 55%;
}

.section06 .left .title {
  font-size: 2.5rem;
}


.section06 .left .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #FFFFFF;
  margin: 1.625rem 0 2rem;
}

.section06 .right {
  width: 45%;
  position: relative;
  z-index: 1;
  padding: 1.75rem 0 0 1.75rem;
}

.section06 .right::before {
  border: 9px solid rgba(255, 255, 255, 0.2);
  width: calc(100% - 1.75rem);
  height: calc(100% - 1.75rem);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.section06 .bot {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px 3.125rem 0px 0px;
  padding: 2.875rem 0 3.375rem;
}

.section06 .bot ul li .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
}

.section06 .bot ul li .num span {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.8125rem;
  text-transform: uppercase;
  color: #ee0206;
  font-family: BEBASNEUE_BOLD
}

.section06 .bot ul li .num sub {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-align: justify;
  text-transform: uppercase;
  color: #ee0206;
  bottom: 1.5em;
}

.section06 .bot ul li .num sup {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: justify;
  text-transform: uppercase;
  color: #ee0206;
  left: -3px;
  font-weight: 600;
}

.join_us {
  padding: 3.75rem 0 3.75rem 0;
}

.section07 {
  background-attachment: fixed !important;
}

.section07 .top {
  width: 100%;
  left: 0;
  top: 0;
}

.section07 .top .title span::before {
  background: #fff;
}

.section07 .bot {
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 26.5rem);
}









footer {
  padding-top: 2.375rem;
  background: #F7F9FB;
}

footer .top_en {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #C6C1C1;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  letter-spacing: 1.25rem;
  text-transform: uppercase;
  color: #C4C4C4;
  opacity: 0.3;
  padding-bottom: .875rem;
}

footer .bot_ul {
  margin-top: 0.8125rem;
  padding-bottom: 2.2rem;
  align-items: flex-start;
}

footer .bot_ul>li {
  float: left;
}

footer .bot_ul>li a.text:hover {
  color: #ee0206;
}

footer .bot_ul>li:nth-child(1) {
  width: 14%;
}

footer .bot_ul>li:nth-child(2) {
  width: 16%;
}

footer .bot_ul>li:nth-child(3) {
  width: 18%;
}

footer .bot_ul>li:nth-child(4) {
  width: 32%;
  padding-right: 4.375rem;
}

footer .bot_ul>li:nth-child(5) {
  width: 18%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* text-align: center; */
}

footer form input {
  width: 100%;
  border: 1px solid #D7D8DD;
  border-radius: 1.875rem;
  padding: 0 3.75rem 0 1.5625rem;
  font-size: 1rem;
  color: rgba(80, 76, 76, 0.6);
  line-height: 3.125rem;
}

footer form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  background: #ee0206;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

footer form button .iconfont {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}

footer form button:hover {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

footer .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: .5rem;
}

footer .name .iconfont {
  display: none;
}

footer .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(58, 57, 57, 0.6);
}

.fenxiang li {
  position: relative;
  float: left;
  text-align: center;
  margin: 0 .5rem;
  width: 44%;
}

.fenxiang li .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #6F6F70;
  line-height: 2.5rem;
  margin: 0 auto;
}

/*.fenxiang li .img::before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
*/
.show_case_ban .top .right li .img {
  display: none;
}

.show_case_ban .top .right li:hover .img {
  display: flex;
}

.fenxiang li .img {
  /* position: absolute; */
  top: -100%;
  left: 0;
  width: 100%;
  /* height: 10.5rem; */
  z-index: -1;
  opacity: 1;
  /* background: #fff; */
  padding: 0px;
  border-radius: 4px;
  /* top: -17.5rem;
  left: 50%;
  margin-left: -5.25rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.342));
  z-index: 99 !important;
  display: flex; */
}

.fenxiang li:hover .icon {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  border-radius: 50%;
}

.fenxiang li:hover .img {
  top: -12.1875rem;
  opacity: 1;
  z-index: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.fenxiang li .iconfont {
  font-size: 1.25rem;
  color: #fff;
}

.beian {
  font-size: 1rem;
  line-height: 2.25rem;
  text-align: justify;
  color: rgba(58, 57, 57, 0.4);
  background: #F7F9FB;
}

.beian .clearfix {
  padding: 1.4375rem 0;
  border-top: 1px solid #C6C1C1;
}

.beian a {
  color: rgba(58, 57, 57, 0.4);
}

.beian span {
  cursor: pointer;
}

.beian span:hover {
  color: #ee0206;
}

.nyban .padding {
  height: 30rem;
  background: #ee0206;
}

.nyban .p1 {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 4.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nyban .p2 {
  font-size: 1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nyban .p2 a {
  color: #FFFFFF;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: .625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

.nyerji::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 16.25rem);
  height: 100%;
  box-shadow: 0px 4px 4px rgba(214, 214, 214, 0.25);
  border-radius: 0px 0px 0px 1.875rem;
  background: #fff;
  z-index: -1;
}

.nyerji {
  position: relative;
  margin-top: -2.25rem;
  z-index: 1;
  line-height: 4.5rem;
}

.nyerji .icon {
  width: 5.1875rem;
  text-align: center;
}

.nyerji .icon .iconfont {
  color: #ee0206;
  font-size: 1.25rem;
  display: block;
}

.nyerji .erji_list {
  position: relative;
  width: 17.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.nyerji .erji_list>div {
  padding: 0 .9375rem 0 1.875rem;
  font-size: 1.125rem;
  color: rgba(58, 57, 57, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nyerji .erji_list>div .iconfont {
  font-size: 1rem;
  color: #CACACA;
  display: block;
}

.nyerji .erji_list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 .4375rem .625rem #ddd;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  z-index: 9999;
  background: #fff;
}

.nyerji .erji_list ul li {
  line-height: 3.75rem;
  padding: 0 .9375rem 0 1.875rem;
  font-size: 1.125rem;
  color: rgba(58, 57, 57, 0.8);
}

.nyerji .erji_list:hover ul {
  transform: none;
  opacity: 1;
}

.nyerji .erji_list ul li:hover {
  background: #ee0206;
}




.nyerji .erji_list ul li:hover a {
  color: #fff;
}

.nyerji ul.fr {
  font-size: 1.125rem;
  color: rgba(58, 57, 57, 0.8);
  font-weight: 700;
}

.nyerji ul.fr li {
  float: left;
  padding: 0 2rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  margin-left: 1px;
}

.nyerji ul.fr li a {
  color: rgba(58, 57, 57, 0.8);
}

.nyerji ul.fr li:hover,
.nyerji ul.fr li.active {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}


.nyerji ul.fr li.cur {
  background: #ee0206;
}

.nyerji ul.fr li.cur a {
  color: #fff;
}

.nyerji ul.fr li:hover a,
.nyerji ul.fr li.active a {
  color: #fff;
}

.title_ny {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.375rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}

.title_ny span {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.title_ny span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ee0206;
  height: 3px;
  width: 4.1875rem;
}

.p90120 {
  padding: 5.625rem 0 7.5rem;
}

.text.c6 {
  color: #666;
  line-height: 1.875rem;
}

.mt16 {
  margin-top: 1rem;
}

.border {
  border: 1px solid #E9D9D9;
  box-shadow: 0px 8px 8px rgba(169, 169, 169, 0.25);
}

.list_pro .swiper_industry_swiper .swiper-slide {
  height: auto;
}

.list_pro .swiper_industry_swiper .swiper-slide>div {
  height: 100%;
}

.list_pro_list .list {
  padding: 8.125rem 0;
  background: #F5F5F5;
}

.list_pro_list .list .row {
  align-items: center;
}

.list_pro_list .list .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: justify;
  text-transform: uppercase;
  color: #000000;
}

.list_pro_list .list .text {
  margin: .625rem 0 1.375rem;
}

.list_pro_list .list ul li {
  line-height: 2.25rem;
  text-align: justify;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.125rem;
  color: #666666;
  width: 34%;
  float: left;
}

.list_pro_list .list ul li img {
  margin-right: .5rem;
}

.list_pro_list .list .right {
  padding-left: 2rem;
}

.list_pro_list .list .left {
  padding-right: 3.6rem;
}

.list_pro_list .list:nth-child(even) {
  background: #fff;
}

.list_pro_list .list:nth-child(even) .left {
  order: 2;
  padding-right: 15px;
  padding-left: 3.6rem;
}

.list_pro_list .list:nth-child(even) .right {
  order: 1;
  padding-left: 15px;
  padding-right: 2rem;
}

.list_pro_list .list .over>img:hover {
  transform: scale(1.03);
}




.bgf5 {
  background: #fff;
}

.list_pro .squera>div {
  padding: 2.5rem 3.125rem 3.75rem;
  border: 1px solid #E4D7D7;
  height: 100%;
}

.list_pro .squera .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
  margin: 1.5625rem 0 .75rem;
}

.list_pro .squera .icon {
  height: 5rem;
}

.list_pro .squera .icon img {
  display: block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro .squera .text {
  text-align: justify;
}

.list_pro .flex {
  display: flex;
}

.list_pro .squera:hover>div {
  border: 1px solid #ee0206;
  box-shadow: 0 0 0.625rem rgba(53, 87, 239, 0.286);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_pro .squera:hover .icon img {
  transform: rotateY(-180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}



#formModel {
  z-index: 9999;
}

#formModel .text {
  line-height: 1.4375rem;
  color: rgba(0, 0, 0, 0.4);
  padding: .625rem 0 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#formModel .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5625rem;
  color: #ee0206;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#formModel .name .iconfont {
  font-size: 1.5rem;
  display: block;
}

#formModel .modal-body {
  padding: 2.25rem 4.125rem 3.75rem;
}

#formModel .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.8125rem;
}

#formModel .input {
  width: 50%;
  padding: 0 .8125rem;
  margin-bottom: 1.375rem;
}

#formModel .input input {
  border: 1px solid #CECBCB;
  border-radius: 1.875rem;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #787777;
  line-height: 3.125rem;
  width: 100%;
}

#formModel textarea {
  width: 100%;
  display: block;
  height: 9.5rem;
  padding: .625rem 1.5625rem;
  border: 1px solid #CECBCB;
  border-radius: 1.25rem;
}

#formModel .input.w100 {
  width: 100%;
}

#formModel .more:hover {
  color: #ee0206;
}

#formModel .more.bg {
  background: #ee0206;
  border-color: #ee0206;
}

.modal-backdrop {
  z-index: 9998;
}

.modal-open {
  padding-right: 0 !important;
}


.phone_show {
  display: none;
}


.pc_hide {
  display: none;
}




.text20 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #787777;
}

.title.cf span::before {
  background: #fff;
}



.font26 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  color: #505050;
}

.more.blue {
  background: #ee0206;
  color: #fff;
  border-color: #ee0206;
}

.more.blue:hover {
  box-shadow: inset 0 0 0 1.8rem #fff;
  color: #ee0206;
}



.swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  background: transparent;
  border: 1px solid #ee0206;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ee0206;
}





.fix_ul li:last-child {
  display: none;
}

.list_case_top .left {
  width: 53.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.fenxiang li .img img {
  width: 100%;
}








.show_case .left {
  padding-right: 3.75rem;
}

.show_case .left .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: justify;
  color: #000000;
  margin-bottom: 1;
}

.show_case .left .text {
  color: #787777;
  line-height: 1.875rem;
  text-align: justify;
}

.show_case .left .flex.flex1 li {
  flex: 1 0 0;
}

.show_case .left .flex {
  display: flex;
  justify-content: space-between;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  flex-wrap: wrap;
}

.show_case .left .flex li {
  padding: 0 .9375rem;
}

.show_case .left .flex li>div {
  background: #F7F9FB;
  padding: 1rem 1rem 1.875rem;
  height: 100%;
}

.show_case .left .flex li>div .num {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #ee0206;
}

.show_case .left .flex li>div .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #000000;
}

.show_case .left .flex_value li .text {
  border-left: .8125rem solid #ee0206;
  padding: 1.8125rem 2.6875rem;
}

.show_case .left .shangxia {
  margin: 4.625rem 0 0;
  padding-top: 2.8125rem;
  border-top: 1px solid #E0E0E0;
}

.show_case .left .shangxia a:hover {
  color: #ee0206;
}

.show_case .right {
  padding-left: 0;
}

.show_case .right>div {
  border: 1px solid #CDCACA;
}

.show_case .right .top {
  line-height: 3.625rem;
  background: #F5F5F5;
  border-bottom: 1px solid #CDCACA;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_case .right .top .name {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
}

.show_case .right .top .iconfont {
  color: #868687;
  font-size: 1.375rem;
  display: inline-block;
}

.show_case .right ul {
  padding: 1.25rem;
}

.show_case .right ul li:nth-child(1) {
  padding-top: 0;
}

.show_case .right ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.show_case .right ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 1.3125rem 0 1.0625rem;
}

.show_case .right ul li:hover img {
  transform: scale(1.1);
}

.show_case .right ul li:hover .name {
  color: #ee0206;
}

.show_case .right ul li .name {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #383737;
  margin: .8125rem 0 .5rem;
  font-weight: 600;
}

.show_case .right ul li .data {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #BEBEBE;
}

.show_case_ban.show_news_ban {
  padding-bottom: 7.5rem;
}

.list_news_top {

  position: relative;
  z-index: 0;
}



.list_news_bot {
  padding-bottom: 3.75rem;
}

.list_news_bot .list {
  padding: 4.6875rem 0;
}

.list_news_bot .list:hover .left div {
  color: #ee0206;
}

.list_news_bot .list:hover .name {
  color: #ee0206;
}

.list_news_bot .list:hover .right {}

.list_news_bot .list .right .icon {
  text-align: center;
}

.list_news_bot .list .right .icon span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/eq-icon.png) no-repeat;
  top: 8px;
  position: relative;
}

.list_news_bot .list:hover .right .icon span {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/eq-icon2.png) no-repeat;
  top: 8px;
  position: relative;
}



.list_news_bot .list:hover .right .icon {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_bot .list:hover .right .icon .iconfont {
  color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_bot .list .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_news_bot .list .left {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.0625rem;
  text-align: justify;
  color: #9A9B9E;
  width: 9%;
  text-align: right;
}

.list_news_bot .list .left .year {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.0625rem;
  color: #9A9B9E;
}

.list_news_bot .list .center {
  width: 81%;
  padding-left: 14.125rem;
  padding-right: 1.875rem;
  position: relative;
}

.list_news_bot .list .center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  background: #9A9A9A;
  transform: rotate(14.45deg);
}

.list_news_bot .list .right {
  width: 10%;
  text-align: right;
}

.list_news_bot .list .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #000000;
  margin-bottom: .5rem;
}

.list_news_bot .list .text {
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: justify;
  text-transform: uppercase;
  color: #9A9A9A;
}

.list_news_bot .list .right .icon {
  width: 5.0625rem;
  height: 5.0625rem;
  line-height: 5.0625rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #F5F5F5;
}

.list_news_bot .list .right .icon .iconfont {
  display: block;
  font-size: 1.75rem;
  color: #444;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_bot .list:nth-child(even) {
  background: #F5F5F5;
  border-bottom: 1px solid #E3E3E3;
}


.ar_title {
  position: relative;
  padding-bottom: 1.125rem;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center
}

.ar_title h3 {
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 1.75rem;
  color: #282828;
  font-weight: bold;
}

.ar_title .flexbox {
  font-size: .9375rem;
  color: #6d6d6d;
  text-align: center
}

.list_download {
  padding-top: 25px;
}

.downbox {
  padding: 0;
}

.downbox li {
  width: 100%;
  height: auto;
  display: inline-block;
  border-bottom: 1px dashed #ddd;
}

.downbox li a {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 20px;
}

.downbox p {
  margin: 0;
  line-height: 34px;
}

.downbox p b {
  color: #666;
  font-size: 20px;
}

.downbox h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.downbox h5 b {
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #666;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}

.downbox i {
  padding-top: 10px;
  font-size: 20px;
  color: #666;
}

.downbox:hover {
  cursor: pointer;
}

.downbox:hover p {
  color: #ee0206;
}

.downbox:hover p b {
  color: #ee0206;
}

.downbox:hover h5 {
  color: #ee0206;
}

.downbox:hover h5 b {
  cursor: pointer;
  background: #ee0206;
}

.downbox:hover i {
  color: #ee0206;
}


.list_technical {
  padding-top: 2.75rem;
}




.list_about .img {
  padding-right: 10rem;
  padding-bottom: 7.8125rem;
}

.list_about .hover {
  position: absolute;
  bottom: 0;
  background: #e23538;
  right: 0;
}

.list_about .content {
  display: flex;
  align-items: center;
}

.list_about .right {
  font-size: 9.625rem;
  line-height: 1;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.2;
  padding: 0 2.5625rem 0 1.875rem;
  font-family: BEBASNEUE_BOLD
}

.list_about .left {
  background: #ee0206;
  padding: 4.5rem 4.0625rem 4.5rem 1.875rem;
}

.list_about .left ul li {
  padding-bottom: 1.5625rem;
}

.list_about .left ul li:last-child {
  padding-bottom: 0;
}

.list_about .left .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.list_about .left .text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: .25rem;
}

.list_about .name_name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: justify;
  color: #ee0206;
  margin: 3rem 0 1.25rem;
  text-align: center;
}

.list_about .text {
  line-height: 1.875rem;
  color: #787777;
}

.list_about .text p {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 1.25rem;
}

.list_about_two .number {
  font-weight: 700;
  font-size: 2.75rem;
  position: relative;
  line-height: 3.4375rem;
  text-align: justify;
  color: #ee0206;
  padding-bottom: .25rem;
}

.list_about_two .number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.125rem;
  height: .25rem;
  background: #ee0206;
}

.list_about_two .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #585757;
  padding: .8125rem 0 .375rem;
}

.list_about_two .text {
  line-height: 1.4375rem;
  text-align: justify;
  color: #787777;
  font-size: 0.875rem;
}

.list_about_two .swiper-slide .flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 125%;
  /* margin-left: -30%; */
}

.list_about_two .swiper-slide:nth-child(even) .flex {
  width: 150%;
  margin-left: -10%;
}

.list_about_two .swiper-container .swiper-slide:last-child {
  margin-left: -10%;
}

.list_about_two .swiper-container .swiper-slide:first-child {
  left: 10%;
}

.list_about_two .container {
  padding: 0 10rem;
}

.list_about_two .swiper-slide .flex .img {
  width: 5.125rem;
  position: relative;
  display: inline-block;
}

.list_about_two .swiper-slide .flex:hover .img img {
  transform: rotateY(180deg);
  transition: all .5s;
  border: .1875rem solid #ee0206;
}

.list_about_two .swiper-slide:hover .flex .img::before {
  opacity: 1;
  transition: all .5s;
}

.rightfix ul li:hover .rightfix_right {
  opacity: 1;
  right: 3.125rem;
  transition: all .5s;

}

.rightfix_right {
  position: absolute;
  top: 0;
  right: -100%;
  border-radius: 5.5rem;
  opacity: 0;
  transition: all .5s;
  width: 10rem;
  height: 100%;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
  color: #000;
  z-index: -1;
}


.rightfix_right2 {

  width: 10rem;
}






.list_about_four {
  margin: 2.5rem 0 2.5rem 0;
}

.list_about_four .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #535151;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.list_about_four .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 1rem 0 4.375rem;
}

.icon-jiahao {
  background: url(../images/eq-icon.png) no-repeat;
  width: 28px;
  height: 28px;

}

.list_about_four .flex li {
  padding: 0 1.25rem;
  position: relative;
  cursor: pointer;
}

.list_about_four .flex li:last-child::before {
  display: none;
}

.list_about_four .flex li:hover,
.list_about_four .flex li.active {
  color: #ee0206;
}

.list_about_four .flex li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 2.25rem;
  background: #8A8A8A;
}

.list_about_four .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.list_about_four .hover div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.list_about_four .hover div .iconfont {
  font-size: 2.5rem;
  color: #000;
}

.list_about_four .bgf.pr {
  padding: .9375rem;
  background: #fff;
}




.list_about_four .swiper-slide {
  width: 25%;
  display: block;
  float: left;
}


.list_about_four .swiper-slide .pr {
  overflow: hidden;
}

.list_about_four .swiper-slide:hover img {
  transform: scale(1.03);
}

.list_about_four .swiper-slide:hover .hover {
  bottom: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_about_four .swiper-slide:hover .name {
  color: #ee0206;
}

.list_about_four .sum>div {
  display: none;
}

.list_about_four .sum>div.active {
  display: block;
}

.fancybox__container {
  z-index: 9999 !important;
}

.list_honor.list_about_four .bgf.pr {
  background: #f5f5f5;
}

.list_honor.list_about_four .row>div {
  margin-bottom: 1.875rem;
}




/* 分页 */
.page {
  margin: 1.5rem auto 0;
  text-align: center;

  padding-top: 1.5rem;
}

.page-m {
  position: relative;
  top: -1px;
  +display: inline !important;
}

.page a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-m a {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  color: #999;
  font-family: BEBASNEUE_BOOK;

}

.page-m a:hover {
  color: #fff;
  background: #e62129;
  border: 1px solid #e62129;
}

.page-m a.xianshi {
  color: #fff;
  background: #e62129;
  border: 1px solid #e62129;
}

.page-m a.active {
  color: #fff;
  background: #e62129;
  border: 1px solid #e62129;
}

.page-m .page-num-current {
  background: #e62129;
  color: #fff
}


.prolist {
  margin: 3.5rem 0 0 0
}

.prolist ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.prolist ul li {}

.prolist ul li a {
  display: block;
  height: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  padding: 1.25rem;
  transition: .5s;
}

.prolist ul li a .img {
  display: block;
  overflow: hidden;
}

.prolist ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s
}


.prolist ul li a .img:hover img {
  transform: scale(1.03);
}


.prolist .img:after {}

.prolist ul li a .txt {
  position: relative;
}

.prolist ul li a .txt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  padding: 0 1.25rem;
  border-radius: 1.125rem;
  background: #ee0206;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0px;
}

.prolist ul li a .txt h4 {
  font-size: 1.75rem;
  color: #000000;
  line-height: 1.625rem;
  height: 2.25rem;
  overflow: hidden;
  margin-top: 1rem;
  font-family: BEBASNEUE_BOLD;
}

.prolist ul li a:hover {
  box-shadow: 0px 0px 10px rgba(217, 223, 226, 0.8);
}




.inner-page {
  overflow: hidden;
  width: 100%;
}


.nycontent.bgnone {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px 0px;
}

.nycontent {
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: inline-block;
  background: #fff;
  padding: 40px 0
}

.col-md-12,
.col-xs-12,
.col-md-5,
.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}


@media (min-width: 992px) {

  .col-md-12,
  .col-md-5 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }
}









.prodetail-jjrtxtm {

  margin-top: 20px;

  height: 256px;
  padding: 15px 5px 10px 5px;
  overflow-y: scroll;

}

.prodetail-jjrtxtm p {
  line-height: 28px;
}


.prodetail-jjrtxtm2 {
  width: 100%;
  line-height: 32px;
  padding: 0 20px 0 20px;
}

.prodetail-jjrtxtm2 table {
  border-collapse: collapse;
  width: 100%;
  text-align: center
}

.prodetail-jjrtxtm2 tabel tr,
.prodetail-jjrtxtm2 table td {
  border: 1px solid #ccc;
  line-height: 24px;
  text-align: center;
  padding: 5px 5px;
}


.prodetail-jjrtxt {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.prodetail-jjrtxtm p {
  line-height: 28px;
  font-size: 14px;
}

.prodetail-jjrtxtm p:first-line {
  font-family: Fira Code Medium;
  font-weight: Medium;
  font-size: 16px;
}


.prodetail-jjrw {
  padding: 10px 0 0 20px;
}


.prodetail-jjrw h3 {
  margin-top: 0px;
  font-size: 30px;
  color: #333;
  font-family: BEBASNEUE_BOLD
}

.prodetail-jjrtxtm h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #666666;
}


.prodetail-jjrtxtm2 {
  width: 100%;
  line-height: 32px;
  padding: 0 20px 0 20px;
  margin-bottom: 45px;
}

.prodetail-jjrtxtm2 table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.prodetail-jjrtxtm2 tabel tr,
.prodetail-jjrtxtm2 table td {
  border: 1px solid #ccc;
  line-height: 24px;
  text-align: center;
  padding: 5px 5px;
}



.prodetail-jjgm {
  margin-top: 30px;
}

.prodetail-jjgm a {
  border: 1px solid #ee0206 !important;
  color: #333 !important;
  font-weight: 700;
  font-size: 1.25rem;
}

.prodetail-jjgm a:hover {
  color: #fff !important;
}

.prodetail-jjrtxtm table {
  width: 100% !important;
  height: auto;
  margin: 20px auto 10px;
  border-collapse: collapse;
}

.prodetail-jjrtxtm table tbody tr {
  border-bottom: 1px dotted rgba(12, 32, 72, .6);
}

.prodetail-jjrtxtm table tbody tr td {
  display: table-cell;
  vertical-align: inherit;
  white-space: nowrap;
  text-align: left;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
}

.sprodetail-jjrtxtm table tbody tr th {
  text-align: left;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  color: #000;
  padding-bottom: 10px;
}

.prodetail-jjrtxtm table tbody tr td:nth-of-type(2) {
  background: #ffffff;
}

.prodetail-jjrtxtm table tbody tr td:nth-of-type(1) {
  width: 36%;
}

.prodetail-jjrtxtm table tbody tr:nth-of-type(1) td {
  font-weight: bold;
}

.prodetail-jjrtxtm table tbody tr td:last-child {}



.list_contact .name {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #3A3939;
  font-weight: 600;
}

.list_contact .text {
  line-height: 2rem;
  margin-bottom: 1.625rem;
  color: #656565;
}


.list_contact .right img {
  max-width: none !important
}

.list_contact_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  z-index: -1;
}

.list_contact_two {
  position: relative;
  z-index: 1;
}

.list_contact_two .content {
  background: #FFFFFF;
  box-shadow: 0px 0.5rem 0.5rem rgba(214, 214, 214, 0.25);
  border-radius: 1.25rem;
  padding: 3.3125rem 2.8125rem 2.1875rem;
}

.list_contact_two input {
  width: 100%;
  border: 1px solid #CECBCB;
  border-radius: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #787777;
}

.list_contact_two textarea {
  width: 100%;
  height: 13.875rem;
  padding: .8125rem 1.5625rem;
  border: 1px solid #CECBCB;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #787777;
  display: block;
  border-radius: 1.25rem;
}

.list_contact_two button {
  margin-top: 3.125rem;
}

.list_contact_two .col-md-3 {
  margin-bottom: 1.5625rem;
}


.pttopheader {
  position: absolute;
  top: -5.875rem;
}



/*.banner1>img,
.banner4>img,
.banner3>img,
.banner0>img {
  animation: dtfs 10s infinite linear;
}

@keyframes dtfs {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}
*/
.banner .banner0 .img2 {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 10rem;
}

.banner .banner0 .img2 .banner0 {
  width: 49.6875rem;
}

.banner .banner0 .img2 .banner01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  animation: banner4 2s infinite;
}

.banner .swiper-button-white {
  background-image: none;
  font-weight: 700;
  font-size: .75rem;
  color: #fff;
  text-align: center;
}

.banner .swiper-button-white .iconfont {
  font-size: 1rem;
}

.banner .swiper-button-prev {
  right: 3.75rem;
  top: calc(50% - 4rem);
  bottom: auto;
  left: auto;
}

.banner .swiper-button-next {
  right: 3.75rem;
  left: auto;
  bottom: calc(50% - 4rem);
  top: auto;
}

.banner .swiper-pagination {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 6.25rem 0 1.5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #fff;
  opacity: 0.4;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.banner .swiper-pagination-bullet {
  margin-right: .9375rem !important;
  position: relative;
  border: none !important;
}

.banner .swiper-pagination-bullet-active {
  background: transparent;
  border: none;
}

.banner .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 1px;
  background: #ee0206;
}

.banner .hover .p2 {
  margin: .5rem 0 1.5625rem;
}

.banner .banner1 {
  position: relative;
}

.banner .banner1 .img2 {
  position: absolute;
  top: 56%;
  right: 18.75rem;
  transform: translateY(-50%);
}

.banner .banner1 .img2>.img21 {
  width: 36.5rem;
}

.banner .banner1 .img2 .imgwidth {
  width: 5rem;
}

.banner .banner1 .img2 .img22 {
  position: absolute;
  top: 2%;
  left: 71.2%;
  animation: img22 2s infinite;
}

.banner .banner1 .img2 .img23 {
  position: absolute;
  top: 51%;
  right: 5%;
  animation: img23 2s infinite;
}

.banner .banner1 .img2 .img24 {
  position: absolute;
  top: 49%;
  right: 23%;
  animation: img23 2s infinite;
}

.banner .banner1 .img2 .img25 {
  position: absolute;
  top: 70%;
  left: 15%;
  animation: img24 2s infinite;
}

.banner .banner1 .img2 .img26 {
  position: absolute;
  top: 44%;
  left: 1%;
  animation: img24 2s infinite;
}

.banner .banner1 .img2 .img27 {
  position: absolute;
  top: 11%;
  left: 6%;
  animation: img25 2s infinite;
}

@keyframes img22 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes img23 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes img24 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-5px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes img25 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.banner .banner1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #4341ea 0.48%, #2d289c 100%);
  background: -webkit-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0048, #4341ea), color-stop(1, #2d289c));
  background: -o-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
  background: -ms-linear-gradient(0deg, #4341ea 0.48%, #2d289c 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4341EA', endColorstr='#2D289C' ,GradientType=0)";
  background: linear-gradient(90deg, #4341ea 0.48%, #2d289c 100%);
  opacity: 0.65;
  filter: alpha(opacity=65) progid:DXImageTransform.Microsoft.Alpha(opacity=65) progid:DXImageTransform.Microsoft.gradient(startColorstr='#4341EA', endColorstr='#2D289C', GradientType=1);
}

.banner .banner3 .img2 {
  position: absolute;
  top: 50%;
  right: 18.75rem;
  transform: translateY(-50%);
  z-index: 1;
}

.banner .banner3 .img2 .img3 {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}

.banner .banner3 .img2 .img3 img {
  width: 25.0625rem;
}

.banner .banner3 .img2 .img4,
.banner .banner3 .img2 .img5,
.banner .banner3 .img2 .img6 {
  position: absolute;
  top: -54%;
  width: 10.4375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: shangxia 2s infinite;
}

.banner .banner3 .img2 .img5 {
  top: -33%;
  z-index: 2;
}

.banner .banner3 .img2 .img6 {
  top: -17%;
  z-index: 2;
}


.banner .banner3 .img2>img {
  width: 37.9375rem;
  animation: yauqnaun 2s infinite;
}

@keyframes yauqnaun {
  0% {
    transform: scale(0.98);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.98);
  }
}

.banner .banner4 .img2 {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
}

.banner .banner4 .img41,
.banner .banner4 .img42,
.banner .banner4 .img43 {
  position: absolute;
  width: 8.1875rem;
  animation: banner4 2s infinite;
}

@keyframes banner4 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner .banner4 .img41 {
  top: 7.6%;
  left: 14.5%;
}

.banner .banner4 .img42 {
  top: 46%;
  left: 0%;
}

.banner .banner4 .img43 {
  right: 18.5%;
  bottom: 6%;
}

.banner .banner4 .img4 {
  width: 47.9375rem;
}

.section07 {
  overflow: hidden;
}

.join_us {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.join_us>img {
  position: absolute;
  top: 0;
  right: 0;
  animation: fs 2s infinite;
  overflow: hidden;
  width: 44.9375rem;
  z-index: -1;
  object-fit: cover;
}

@keyframes fs {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 1600px) {
  .nyban .p1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 4.25rem;
  }

  .nyerji::before {
    width: calc(100% - 10rem);
  }

  .list_news_top .swiper-button-next {
    right: 22.7%;
  }

  .list_news_top .swiper-button-prev {
    left: 22.7%;
  }


}

@media (max-width: 1440px) {


  .section04 .flex .hover,
  .section05 .hover,
  .section06 .hover {
    font-size: 12rem;
  }


  .section06 .hover {
    right: 8.25rem;
  }

  .list_news_top .swiper-button-next {
    right: 21.7%;
  }

  .list_news_top .swiper-button-prev {
    left: 21.7%;
  }

  .section03 .hover ul li {
    padding: 1.375rem 0 2.5625rem;
  }

  .section03 .hover ul li {
    padding: 1.375rem 0 2.5625rem;
  }

  .banner .banner3 .img2>img {
    width: 30rem;
  }

  .banner .hover .p1 {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  .banner .hover .p2 {
    font-size: 1.375rem;
  }

  .banner .banner3 .img2 .img3 img {
    width: 20.0625rem;
  }

  .banner .banner1 .img2,
  .banner .banner3 .img2 {
    right: 11.75rem;
  }

  .banner .banner1 .img2>.img21 {
    width: 31.5rem;
  }



  .section03 .hover ul li.active,
  .section03 .hover ul li:hover {
    padding: 2.4375rem 0;
  }

  .logo_xz img {
    width: 31.25rem;
  }

  .nyban .p1 {
    font-size: 2.6rem;
    line-height: 4rem;
  }

  .nyban .p2 {
    font-size: 1.5rem;
  }

  .nyerji::before {
    width: calc(100% - 8rem);
  }

  .title_ny,
  .title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .list_pro_list .list ul li {
    width: 48%;
  }

  .list_pro .border {
    padding-left: 20px;
    padding-right: 20px;
  }



  .list_news_bot .list .left {
    width: 10%;
  }

  .list_news_bot .list .center {
    width: 80%;
    padding-left: 12.125rem;
  }



  .banner .banner4 .img4 {
    width: 33.9375rem;
  }

  .banner .banner4 .img41,
  .banner .banner4 .img42,
  .banner .banner4 .img43 {
    width: 5.6rem;
  }

  .banner .banner0 .img2 .banner0 {
    width: 34.6875rem;
  }

  .logo_xz svg {
    width: 31.25rem !important;
  }

  .list_about_two .pr::before {
    height: 1rem;
  }

  .list_about_two .container {
    padding: 0 3rem;
  }
}

@media (max-width: 1280px) {
  .section06 .left {
    padding-right: 4.125rem;
  }


  .section04 .flex .hover,
  .section05 .hover,
  .section06 .hover {
    font-size: 8rem;
  }

  .list_numberoa_six .right {
    padding-left: 2rem;
  }

  .section06 .hover {
    top: -1.375rem;
  }

  .banner .swiper-pagination {
    padding: 0 4.25rem 0 1rem;
  }

  .banner .swiper-button-prev {
    right: 1.75rem;
  }

  .banner .swiper-button-next {
    right: 1.75rem;
  }



  header .center .nav>li {
    margin: 0 1rem;
  }

  footer .bot_ul>li:nth-child(5) {
    width: 16%;
  }

  footer .bot_ul>li:nth-child(2) {
    width: 14%;
  }

  .list_pro_list .list:nth-child(even) .left {
    padding-left: 2.25rem;
  }

  .list_pro_list .list .left {
    padding-right: 2.25rem;
  }

  .list_industry_two2 .name,
  .list_industry_two3 .name,
  .list_industry_two4 .name,
  .list_indusry_three4 .name,
  .list_indusry_three5 .name,
  .list_industry_two .name,
  .list_industry .flex .hover .name,
  .list_indusry_four .name_title,
  .list_industry .swiper-slide .hover .name,
  .list_industry_two1 .name,
  .font26 {
    font-size: 1.375rem;
  }


  .list_case_top .text.line2 {
    -webkit-line-clamp: 1;
  }

  .list_case_bot .list .right .text.line4 {
    -webkit-line-clamp: 2;
  }

  .list_case_bot .list>.pr::after {
    bottom: 3.5rem;
    right: -0.8rem;
    -webkit-clip-path: polygon(0% 0, 98% 0, 92.2% 100%, 0% 100%);
    clip-path: polygon(0% 0, 98% 0, 92.2% 100%, 0% 100%);
  }

  .list_news_top .swiper-button-next {
    right: 21%;
  }

  .list_news_top .swiper-button-prev {
    left: 21%;
  }

  .list_news_top .swiper-button-next {
    right: 20%;
  }

  .list_news_top .swiper-button-prev {
    left: 20%;
  }

  .list_news_bot .list .left {
    width: 11%;
  }

  .list_news_bot .list .right {
    width: 9%;
  }

  .section03 .hover ul li .icon img {
    height: 3rem;
  }

  .section03 .bg .right {
    padding: 4.5rem 0 14rem;
  }

  footer .bot_ul {
    padding-bottom: 7rem;
  }

  .section06 .left .text {
    margin: 1rem 0 1rem;
    line-height: 1.6rem;
  }

  .section05 .right ul li {
    padding: 1rem 0 1.125rem 1.875rem;
  }

  .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .text {
    font-size: 0.9rem;
  }

  .banner .banner3 .img2 {
    top: 56%;
  }

  .banner .banner0 .img2 {
    top: 59%;
  }

  .banner .banner4 .img2 {
    top: 54%;
  }

  .banner .hover .p2,
  .nyban .p2 {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }

  .banner .hover .p1,
  .nyban .p1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .banner .hover .p3 {
    font-size: 1.15rem;
  }

  .more {
    padding: 0 2.6rem;
    line-height: 3rem;
  }

  .section03 .hover ul li .en_name {
    font-size: 0.7rem;
  }

  .section06 .bot ul li .text {
    font-size: 1rem;
  }

  .title_ny,
  .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .title span {
    line-height: 2.8rem;
  }


  .section03 .bg .sum ul {
    margin: 5px 0 1.5rem;
  }

  .about_case .left .name {
    font-size: 1.375rem;
  }

  .about_case .left .logo img {
    height: 5.625rem;
  }

  header {
    line-height: 5.25rem;
  }

  .text.c6,
  .text {
    line-height: 1.65rem;
  }

  .list_pro_list .list .text {
    text-align: justify;
  }

  .nyerji ul.fr,
  .nyerji .erji_list>div,
  .list_pro_list .list ul li {
    font-size: 1rem;
  }

  .nyerji ul.fr li {
    padding: 0 1.5rem;
  }

  .list_industry .swiper-slide .icon img {
    height: 2.75rem;
  }

  .list_industry .swiper-slide .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.625rem;
  }

  .list_join .font24 {
    font-size: 1.25rem;
  }

  .list_join .number .counter {
    font-size: 4.875rem;
  }

  .list_join .text {
    font-size: 1.125rem;
  }

  .list_join .number1 .counter {
    line-height: 3.25rem;
    font-size: 2.5rem;
  }

  .list_join_four .top .name {
    font-size: 1.25rem;
  }

  .list_about .left .name {
    font-size: 1.5rem;
  }

  .list_about .left .text {
    font-size: 1rem;
  }

  .list_about .right {
    font-size: 7.625rem;
  }

  .list_about_three .flex .text {
    font-size: 1.125rem;
  }

  .list_about .name_name,
  .list_about_three .flex .name,
  .list_about_four .flex {
    font-size: 1.75rem;
  }

  .list_about .text {
    text-align: justify;
  }

  .list_about_three .flex .right {
    font-size: 7.25rem;
  }

  .list_about_four .flex li::before {
    height: 1.6rem;
  }
}

@media (max-width: 990px) {
  .title {
    font-size: 2.4rem;
  }

  .list_numberoa_six .right ul li {
    padding: 0 0.15rem 0.625rem;
  }

  .list_numbererp_two .ico {
    padding-left: 1rem;
  }

  .list_numberoa_five .right {
    padding: 0 2rem 0 2rem;
  }

  .list_numberoa_six>img {
    width: 24rem;
  }

  .list_numbererp_two .col-md-4>div {
    padding: 1.5rem 1.5rem 0 0;
  }

  .list_numberoa_six .left .img2 {
    height: 7.4375rem;
  }

  .list_numbererp_two .text {
    padding-left: 10px;
  }

  .list_numberoa_three .list_numberoa_three_img .img3 {
    width: 21rem;
  }

  .list_numberoa_three .list_numberoa_three_img .img2 {
    width: 9rem;
  }

  .list_numberoa_six .right ul li {
    padding: 0 0.375rem 0.625rem;
  }

  .list_numberoa_three .bot .right {
    padding-left: 15px;
  }

  .title span {
    line-height: 3.375rem;
  }

  .list_news_top {
    top: 0;
  }

  .show_990 {
    display: block;
  }


  .logo_xz img {
    width: 18.75rem;
  }



  .section03 .hover {
    display: none;
  }

  .section03 .bg {
    background: none !important;
    height: auto;
    display: block;
    width: 100%;
  }

  .section03 .bg .right {
    padding: 5rem 0;
    width: 100%;
  }

  .section03 .bg .right .content {
    padding: 0 15px;
  }


  .logo_xz {
    display: none;
  }





  .section04 .flex .hover,
  .section05 .hover,
  .section06 .hover {
    font-size: 7rem;
  }

  .section05 .left {
    display: none;
  }

  .section05 .right {
    width: 100%;
  }

  .section05 .hover,
  .section04 .flex .hover,
  .section05 .hover,
  .section06 .hover {
    display: none;
  }

  .section04::before {
    display: none;
  }

  .section04 {
    padding-top: 0;
  }

  header,
  .banner .scroll {
    display: none;
  }

  .phone_logo a {
    font-size: 0;
  }

  .phone_logo img {
    height: 40px;
  }

  #phone_nav span,
  .seaarch_phone span {
    font-size: 26px;
  }

  .banner .hover .p1 {
    font-size: 28px;
    line-height: 36px;
  }

  .banner .hover .p2 {
    font-size: 18px;
    line-height: 30px;
  }

  .more {
    padding: 0 32px;
    font-size: 14px;
    line-height: 44px;
  }

  .phone_img {
    display: block;
  }

  .list_news_top .hover {
    right: -1.4375rem;
  }

  .banner .img img,
  .banner .img .img2,
  .banner1>img,
  .banner .banner1 .img2,
  .banner .banner3 .img2,
  .banner .banner1::before,
  .banner3>img {
    display: none;
  }

  .list_news_top .swiper-button-next,
  .list_news_top .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }

  .list_news_bot .list .left {
    font-size: 2rem;
  }

  .list_news_top .text {
    -webkit-line-clamp: 1;
  }

  .list_news_top .hover {
    padding: 15px;
  }

  .list_news_bot .list .center {
    padding-left: 10.125rem;
  }

  .list_news_bot .list .center::before {
    left: 4.5rem;
  }

  .list_news_bot .list .left {
    width: 12%;
  }

  .list_news_top .swiper-button-next {
    right: 22.5%;
  }

  .list_news_bot .list .center {
    width: 79%;
    padding-right: 4rem;
  }

  .list_news_top .swiper-button-prev {
    left: 22.5%;
  }

  .banner .banner1 {
    position: static;
  }

  .banner .hover {
    top: 60px;
    transform: translateY(0%);
    text-align: center;
  }

  .section03 {
    padding: 50px 15px 45px;
  }

  .section03 .swiper-slide .title,
  .section03 .swiper-slide .subtitle {
    display: none;
  }

  .phone_show {
    display: block;
  }


  .section03 .swiper-container {
    padding-bottom: 45px;
  }

  .section03 .swiper-pagination {
    bottom: 0;
  }

  .section03 .bg .right {
    padding: 15px 0 0;
  }

  .section03 .bg .sum {
    margin-top: 0;
  }


  .section03 .bg .sum .name {
    color: #000;
    margin-top: 15px;
  }

  .section03 .swiper-slide {
    opacity: 1 !important;
  }

  .section03 .bg .right .content {
    padding: 0;
  }

  .section03 .bg .sum ul {
    margin: 5px 0 15px;
  }

  .section04 .swiper-pagination::before {
    display: none;
  }

  .section04 .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .section04 .bot {
    margin-top: 25px;
    padding: 0 0 55px 0;
  }

  .section04 .swiper-pagination-bullet-active {
    background: #ee0206;
  }

  .section04 .swiper-pagination-bullet {
    border-color: #ee0206;
  }

  .section04 {
    padding-bottom: 50px;
  }

  .section06 .bot ul li .text {
    font-size: 1rem;
  }

  footer .bot_ul>li:nth-child(4) {
    width: 26%;
    padding-right: 1.375rem;
  }

  footer .top_en {
    font-size: 1.25rem;
    letter-spacing: 0.5rem;
  }

  .beian .fr {
    float: left;
  }

  body {
    padding-bottom: 0;
  }

  footer .bot_ul {
    padding-bottom: 6rem;
  }

  .fenxiang li {
    margin: 0 0.25rem;
  }

  /*footer .bot_ul>li:nth-child(5) {
    width: 18%;
  }*/

  footer .bot_ul>li:nth-child(1) {
    display: none
  }

  footer .bot_ul>li:nth-child(2) {
    display: none
  }

  footer .bot_ul>li:nth-child(3) {
    display: none
  }

  footer .bot_ul>li:nth-child(4) {
    width: 100%;
  }

  footer .bot_ul>li:nth-child(5) {
    display: none
  }

  .section03>.container {
    padding: 0;
  }

  .section05 .right ul li {
    padding: 1.25rem 0 1.5rem 0;
  }

  .section05 .right ul li::before {
    width: 100%;
  }

  .list_pro_list .list .left,
  .list_pro_list .list .right {
    width: 100%;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex: 0 0 100%;
  }

  .nyban .p1 {
    font-size: 28px;
    line-height: 40px;
  }

  .nyban .p2 {
    font-size: 16px;
  }

  .nyerji {
    display: none;
  }

  .list_pro_list .list:nth-child(even) .left {
    order: 1;
  }

  .list_pro_list .list:nth-child(even) .right {
    order: 2;
  }

  .list_pro_list .list {
    padding: 60px 0;
  }

  .list_pro_list .list .right {
    margin-top: 25px;
  }

  .about_case .center {
    display: none;
  }

  .about_case .right {
    width: 50%;
  }

  .about_case .left {
    width: 50%;
    padding-right: 35px;
  }

  .about_case .left .name,
  .list_pro_list .list .name {
    font-size: 1.375rem;
  }

  .about_case .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .about_case .left .logo img {
    height: 4.375rem;
  }

  .list_pro_list .list ul li {
    font-size: 1rem;
  }

  .list_industry .flex .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.375rem;
  }

  .list_industry_two .icon {
    width: 12.1875rem;
    height: 12.1875rem;
  }

  .list_industry .flex .icon img {
    object-fit: contain;
    height: 2.75rem;
  }

  .industru_container_swiper .swiper-pagination,
  .industru_container_swiper1 .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .industru_container_swiper,
  .industru_container_swiper1 {
    padding-bottom: 45px;
  }

  .list_indusry_three5 .img ul li {
    flex: none;
  }

  .about_case .content {
    padding: 2.3125rem 1.5rem 2.0625rem 2.3125rem;
  }

  .list_industry .swiper-slide .icon {
    height: 5.625rem;
    width: 5.625rem;
    line-height: 5.25rem;
  }

  .list_industry .swiper-slide .icon img {
    height: 2.75rem;
  }

  .list_industry_two3 .name div {
    padding-left: 20px;
  }

  .list_industry_two3 .name {
    line-height: 2.25rem;
  }

  .list_industry_two3 .name div::before {
    width: 2.4rem;
    height: 2.25rem;
  }

  .swiper_industry_swiper2 {
    padding-bottom: 45px;
  }

  .swiper_industry_swiper2 .swiper-pagination {
    bottom: 0;
    display: block;
  }

  .list_industry_two4 .icon1 {
    line-height: 10.125rem;
    width: 7.75rem;
    left: 1.25rem;
  }

  .list_industry_two4 .flex>div>div::before {
    height: 6.5625rem;
  }

  .list_indusry_three5.indusry_three5_160 .img ul li {
    width: 30%;
    padding: 0 15px;
  }

  .list_indusry_three5.indusry_three5_160 .img ul li:nth-child(2) {
    width: 40%;
  }

  .list_indusry_three5.indusry_three5_160 .img ul li .name {
    font-size: 1.25rem;
  }

  .list_number_khsy .name span {
    padding-left: 0;
  }

  .list_number_khsy .name::before {
    width: 3rem;
  }

  .list_number_khsy .content .bgf {
    padding-bottom: 2rem;
  }

  .list_number_three .swiper-pagination {
    display: block;
  }

  .list_number_three .swiper-container {
    padding-bottom: 40px;
  }

  .list_number_two .swiper-slide {
    padding: 1.6875rem 1.5rem 2.375rem;
  }

  .list_number_two .swiper-pagination {
    display: block;
  }

  .list_number_two .swiper-container {
    padding-bottom: 45px;
  }

  .list_number_three .name {
    line-height: 4rem;
  }

  .list_number_three .swiper-slide>div .content {
    height: calc(100% - 4rem);
  }

  .list_case_top .left,
  .list_case_bot .list>.pr .left {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .list_case_top .left img,
  .list_case_bot .list>.pr .left img {
    width: 100%;
  }

  .list_case_bot .list>.pr::before,
  .list_case_bot .list>.pr::after {
    display: none;
  }

  .list_case_top .right {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .list_case_bot .list>.pr {
    width: 100%;
    float: none;
  }

  .list_case_bot .list .right {
    width: 100%;
    float: none;
    padding: 15px 0 0;
  }

  .list_case_bot .list {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .list_case_top .right ul li::before {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .list_case_top .right ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  .list_case_top .right ul li:nth-child(1) {
    padding-top: 0;
  }

  .list_case_top .right ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .list_case_top .right ul li::before {
    display: none;
  }

  .list_case_top .container>.clearfix::before,
  .list_case_bot .list::before {
    display: none;
  }

  .list_case_top .left {
    display: none;
  }

  .list_case_top .right ul li:hover .text,
  .list_case_top .right ul li.active .text,
  .list_case_top .right ul li:hover .fenlei span,
  .list_case_top .right ul li.active .fenlei span {
    color: #000;
  }

  .list_case_top .right ul li:hover .name,
  .list_case_top .right ul li.active .name {
    color: #ee0206;
  }

  .list_case_bot .fenlei {
    margin-bottom: 0;
  }

  .list_case_top .right ul li:hover .fenlei span:nth-child(1),
  .list_case_top .right ul li.active .fenlei span:nth-child(1) {
    border-color: #BEBEBE;
    color: #BEBEBE;
  }

  .list_case_top .right ul li:hover .fenlei span,
  .list_case_top .right ul li.active .fenlei span,
  .list_case_top .right ul li.active .text,
  .list_case_top .right ul li:hover .fenlei span {
    color: #BEBEBE;
  }

  .show_case_ban {
    padding: 3.625rem 0 3.5rem;
  }

  .show_case_ban .top .right .name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .show_case_ban .top .right>.flex .flex {
    justify-content: flex-start;
  }

  .list_about_two .swiper-container .swiper-slide:nth-child(odd) {
    padding-top: 0;
  }

  .list_about_two .pr .swiper-button-next,
  .list_about_two .pr .swiper-button-prev {
    display: none;
  }

  .list_about_two .pr::before,
  .list_about_two .swiper-slide::before {
    display: none !important;
  }

  .list_about_two .swiper-slide .flex .right {
    padding-left: 0;
    width: 100%;
  }

  .list_about_two .number {
    font-size: 2.25rem;
    margin-top: 15px;
  }

  .list_about_two .swiper-pagination {
    display: none;
    bottom: 0;
  }

  .list_about_two .swiper-container .swiper-wrapper {
    flex-direction: column-reverse;
  }

  .list_about_two .swiper-container {
    padding-bottom: 0;
  }

  .list_about_three .flex .right {
    font-size: 6.25rem;
  }

  .list_about_three .flex .right sub {
    font-size: 2.25rem;
  }

  .list_about_three .flex {
    padding: 3.375rem 3rem 3.125rem 2.75rem;
  }

  .list_about_three .flex .name {
    font-size: 24px;
    line-height: 34px;
  }

  .list_about_three .flex .text {
    font-size: 16px;
    line-height: 28px;
  }

  .list_about_four .flex {
    font-size: 22px;
  }

  .list_about .left {
    padding: 2.5rem 4.0625rem 2.5rem 1.875rem;
  }

  .list_about .right {
    font-size: 7.625rem;
  }

  .banner .banner4>img,
  .banner .banner4 .img2 {
    display: none;
  }

  .banner0>img,
  .banner0 .img2 {
    display: none1;
  }

  .list_about_two .swiper-slide .flex .img {
    display: none;
  }

  .list_about_two .swiper-pagination {
    display: none;
  }

  .pttopheader {
    top: -60px;
  }

  .section03 .hover ul li .en_name {
    font-size: 12px;
  }

  .text {
    font-size: 14px;
  }

  .list_about_two .swiper-container .swiper-slide {
    height: auto;
  }

  .list_about_two .swiper-slide:nth-child(even) .flex {
    width: 100%;
    margin-left: 0;
  }

  .list_about_two .container {
    padding: 0 15px;
  }

  .list_about_two .swiper-container .swiper-slide:first-child {
    left: 0;
  }

  .list_about_two .swiper-container .swiper-slide:last-child {
    margin-left: 0;
  }

  .list_about_two .swiper-container .swiper-slide:nth-child(odd) .flex {
    padding-top: 0;
  }

  .list_about_three .col-md-4>div {
    padding: 25px;
  }

  .list_about_three .col-md-4>div .name {
    font-size: 22px;
    line-height: 34px;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .list_about_three .col-md-4>div .text {
    font-size: 1.125rem;

  }


  .chanpin .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    left: 15px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/zuo.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .chanpin .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/you.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
  }


  .list_about_four .swiper-slide {
    width: 33.333333333333%;
    display: block;
    float: left;
  }

}

@media (max-width: 767px) {
  .banner .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }

  .show_767 {
    display: block;
  }

  .list_numbererg_one .list_pro_list .list {
    padding: 3.125rem 0 0;
  }

  .list_numbererg_one .list_pro_list .col-md-6:nth-child(1) {
    margin-bottom: 20px;
  }

  .fenxiang li {
    width: 35%;
  }

  .banner .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }

  .list_numbererp_two .ico {
    width: 15%;
  }

  .list_numbererp_two .text {
    width: 85%;
  }

  .list_numbererp_two .col-md-4>div {
    height: 140px;
  }

  .banner .hover {
    top: 20px;
  }

  .banner .hover .p3 {
    line-height: 2.25rem;
    font-size: 1.125rem;
  }

  .banner .hover .p2 {
    margin: 5px 0 10px;
  }

  .banner .swiper-button-white {
    display: none;
  }

  .banner .swiper-pagination {
    top: auto;
    transform: translateY(0);
    padding-right: 3rem;
  }



  .title,
  .title_ny {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
  }

  .title span,
  .title_ny span {
    line-height: 34px;
    padding-bottom: 10px;
  }

  .title span::before,
  .title_ny span::before {
    width: 3.1875rem;
  }

  .list_pro .text {
    text-align: justify;
  }

  .mt40 {
    margin-top: 15px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 26px;
  }





  .section03 {
    padding: 20px 15px 25px;
  }

  .section03 .subtitle {
    text-align: center;
  }

  .section03 .title {
    text-align: center;
  }

  .section03 .title span::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .section04 .more {
    margin-top: 10px;
  }

  .section04 .flex .left {
    width: 100%;
  }

  .section04 .top .container {
    padding-right: 15px;
  }

  .section04 .bot {
    margin-top: 15px;
    padding: 0 0 45px 0;
  }

  .section04 {
    padding-bottom: 25px;
  }

  .section05 {
    padding: 25px 0;
  }

  .section05 .flex {
    margin-top: 15px;
  }

  .section05 .right ul li::after {
    height: 4px;
    top: -2px;
  }

  .section06 {
    padding: 25px 0;
  }

  .section06 .right {
    width: 100%;
    margin-top: 25px;
    padding: 15px 0 0 15px;
  }

  .section06 .right::before {
    border: 5px solid rgba(255, 255, 255, 0.2);
  }

  .section06 .left {
    padding-right: 0;
    width: 100%;
  }

  .section06 .left .text {
    margin: 15px 0;
  }


  .section06 .bot {
    padding: 30px 0;
    margin-top: 25px;
  }

  .section06 .bot ul li .num span {
    font-size: 34px;
    line-height: 40px;
  }

  .section06 .bot ul li .num sub {
    bottom: 1em;
  }

  .section06 .bot ul li .num sup {
    font-size: 12px;
    line-height: 1.2rem;
    top: -0.25rem;
  }

  .section06 .bot .col-6:nth-child(odd) {
    padding-right: 8px;
  }

  .section06 .bot .col-6:nth-child(even) {
    padding-left: 8px;
  }

  .section06 .bot .col-6:nth-child(1),
  .section06 .bot .col-6:nth-child(2) {
    margin-bottom: 15px;
  }

  .section06 .bot ul li .text {
    font-size: 12px;
  }

  .mt30 {
    margin-top: 15px;
  }

  footer {
    padding-top: 0;
  }

  footer .top_en {
    font-size: 14px;
    letter-spacing: 0;
    display: none;
  }

  footer .bot_ul>li:nth-child(4) {
    padding-right: 0;
  }

  footer .bot_ul>li.active .name .iconfont {
    transform: rotate(180deg);
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
  }

  footer .bot_ul>li:last-child {
    display: none !important;
  }

  footer .bot_ul>li:last-child .name {
    text-align: left;
  }

  footer .bot_ul>li {
    width: 100% !important;
    display: block;
    text-align: left;
  }

  footer .bot_ul>li:nth-child(1) .name,
  footer .bot_ul>li:nth-child(2) .name {
    border-bottom: 1px solid rgba(198, 193, 193, 0.32);
  }

  footer .bot_ul>li .footer_name {
    display: none;
    margin-top: 10px;
  }

  footer .bot_ul>li .name {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  footer .bot_ul>li .name span {
    display: block;
    width: 80%;
    float: left;
  }

  footer .name .iconfont {
    display: block;
    display: inline-block;
    float: right;
    text-align: right;
    transition: all .4s;
    -webkit-transform: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    font-size: 14px;
  }

  footer .bot_ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  footer .top_en {
    padding-bottom: 15px;
    line-height: 24px;
  }

  .beian {
    font-size: 12px;
    line-height: 20px;
    color: rgba(58, 57, 57, 0.6);
  }

  .beian .clearfix {
    padding: 10px 0;
  }

  .nyban .p1 {
    font-size: 20px;
    line-height: 34px;
  }

  .nyban .p2 {
    font-size: 12px;
    line-height: 24px;
  }

  .pb60 {
    padding-bottom: 25px;
  }

  .pt90 {
    padding-top: 25px;
  }

  .p90120 {
    padding: 25px 0;
  }

  .list_pro .border {
    padding: 25px 10px;
    margin-top: 15px;
  }

  .mb50 {
    margin-bottom: 15px;
  }

  .list_pro_list .list .text {
    margin: 5px 0 10px;
  }

  .list_pro_list .list ul li {
    width: 50%;
  }

  .list_pro_list .list {
    padding: 20px 0;
  }

  .list_pro_list .list .right {
    margin-top: 15px;
  }

  .about_case {
    padding: 25px 0;
  }

  .about_case .content {
    padding: 15px;
  }

  .about_case .left {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 15px;
  }

  .about_case .right {
    width: 100%;
    order: 1;
  }

  .about_case .clearfix {
    display: flex;
    flex-wrap: wrap;
  }

  .about_case .content {
    margin-top: 15px;
    border-radius: 0 20px 0 0;
  }

  .about_case .tags {
    border-radius: 0px 1.875rem 0px 0px;
    width: 8rem;
    line-height: 40px;
    font-size: 14px;
  }

  .about_case .left .name {
    margin-top: 15px;
    font-size: 18px;
  }

  .list_industry .flex {
    margin-top: 15px;
  }

  .list_industry .flex>div {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .list_industry .flex>div:last-child {
    margin-bottom: 0;
  }

  .mt60 {
    margin-top: 20px;
  }

  .pb80 {
    padding-bottom: 25px;
  }

  .list_industry_two2 .name,
  .list_industry_two3 .name,
  .list_industry_two4 .name,
  .list_indusry_three4 .name,
  .list_indusry_three5 .name,
  .list_industry_two .name,
  .list_industry .flex .hover .name,
  .list_indusry_four .name_title,
  .list_industry .swiper-slide .hover .name,
  .list_industry_two1 .name,
  .font26 {
    font-size: 16px;
  }

  .list_indusry_three5 .img ul li.pt70 {
    padding: 30px 0;
  }

  .list_indusry_three5 .img {
    padding: 50px 0;
  }

  .swiper_indeust_two .swiper-pagination {
    display: block;
  }

  .swiper_indeust_two>div {
    flex-wrap: inherit;
  }

  .swiper_indeust_two,
  .swiper_industry_swiper,
  .swiper_industry_swiper1 {
    padding-bottom: 45px;
  }

  .swiper_indeust_two .swiper-pagination,
  .swiper_industry_swiper .swiper-pagination,
  .swiper_industry_swiper1 .swiper-pagination {
    bottom: 0;
  }

  .list_industry_two .icon {
    width: 10.1875rem;
    height: 10.1875rem;
  }

  .list_industry_two .icon img {
    padding: 10px;
  }

  .swiper_industry_swiper .swiper-pagination,
  .swiper_industry_swiper1 .swiper-pagination {
    display: block;
  }

  .list_industry .swiper-slide {
    margin-bottom: 0;
  }

  .list_industry_two1 .flex>div {
    width: calc(100% - 1.375rem) !important;
  }

  .list_industry_two1 .flex>div:nth-child(odd) .right {
    margin-right: -10px;
    position: relative;
  }

  .list_industry_two1 .flex>div::before {
    right: 10px;
    width: 60px;
    height: 60px;
  }

  .list_industry_two1 .flex>div .right {
    width: 60px;
  }

  .list_industry_two1 .flex>div .right img {
    width: 30px;
    margin: 0 auto;
  }

  .list_industry_two1 .flex>div {
    height: 80px;
    margin-bottom: 15px;
  }

  .list_industry_two1 .flex>div:hover::before {
    width: calc(100% - 20px);
  }

  .list_industry_two1 .flex>div:nth-child(even)::before {
    left: 10px;
  }

  .list_industry_two1 .flex>div:nth-child(even) .right {
    position: relative;
    right: 10px;
  }

  .list_industry_two1 .flex>div .left {
    width: calc(100% - 60px);
  }

  .list_industry_two1 .flex>div {
    width: 100% !important;
  }

  .list_industry_two1 .flex>div:last-child {
    margin-bottom: 0;
  }

  .list_industry_two1 .flex {
    margin-bottom: 0;
  }

  .list_industry_two3 .flex {
    flex-wrap: wrap;
  }

  .list_industry_two3 .flex>div {
    flex: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .list_industry_two3 .flex>div:last-child {
    margin-bottom: 0;
  }

  .list_indusry_three4 ul li {
    flex-wrap: wrap;
  }

  .list_indusry_three4 ul li>div {
    width: 100%;
  }

  .list_indusry_three4 ul li>div:nth-child(1) {
    order: 1 !important;
  }

  .list_indusry_three4 ul li>div:nth-child(2) {
    order: 2 !important;
  }

  .list_industry_two3 .name div {
    padding: 15px 0 25px;
    border-radius: 15px 15px 0 0;
  }

  .list_industry_two3 .name::after {
    border-radius: 15px 15px 0 0;
  }

  .list_industry_two3 .name div {
    line-height: 25px;
    width: calc(100% - 15px);
    margin-left: 15px;
  }

  .list_industry_two3 .name div::before {
    top: 15px;
  }

  .list_industry_two3 .name div::before {
    width: 30px;
    height: 25px;
  }

  .list_industry_two3 .name {
    padding-top: 1.25rem;
    margin-left: -12px;
  }

  .list_industry_two3 .name::after {
    left: 0;
  }

  .pb120 {
    padding-bottom: 25px;
  }

  .list_indusry_three4 ul li>div:nth-child(2) {
    padding: 15px 0;
  }

  .fenxiang li .img {
    top: -12rem;
    left: 62px;
  }

  .fenxiang li .img::before {
    left: 29px;
  }

  .fenxiang li:hover .img {
    top: -12rem;
  }

  /* .fenxiang li .img {
    display: none;
  } */

  .fenxiang li:hover .img {
    display: block;
  }

  .list_industry_two4 .flex>div {
    width: 100%;
    margin-bottom: 15px;
  }

  .list_industry_two4 .flex>div:last-child {
    margin-bottom: 0;
  }

  .list_industry_two4 .icon1 {
    line-height: 7.125rem;
    width: 5.75rem;
    left: 15px;
  }

  .list_industry_two4 .icon1 img {
    height: 40px;
  }

  .list_industry_two4 .flex>div>div::before {
    height: 4.25rem;
  }

  .list_industry_two4 .icon1::before {
    right: -1.53rem;
    border-top: 0.75rem solid #D9D9D9;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.75rem solid #D9D9D9;
    border-right: 0.75rem solid transparent;
  }

  .list_industry_two4 .flex>div {
    padding: 0;
  }

  .list_indusry_three5.indusry_three5_160 .img ul li {
    width: 100% !important;
  }

  .text20 {
    font-size: 14px;
    line-height: 26px;
  }

  .list_pro_list .list .more {
    margin: 15px 0 0;
  }

  .list_number_khsy .content .bgf {
    box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 0px;
  }

  .list_number_khsy .swiper-slide {
    padding-bottom: 4px;
  }

  .list_number_khsy .content::before {
    border-radius: 20px 20px 0px 0px;
  }

  .list_number_khsy .content {
    padding: 1.25rem 0 0 1.25rem;
  }

  .list_number_khsy .name::before {
    left: -1.85rem;
  }

  #formModel .input {
    width: 100%;
  }

  .list_pro_list_162 .list .text {
    margin-bottom: 0;
  }

  #formModel .modal-body {
    padding: 15px 15px;
  }

  #formModel .input {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  #formModel .contact {
    margin: 0;
  }

  .mt35 {
    margin-top: 15px;
  }

  #formModel .text {
    padding: 0.625rem 0 15px;
  }

  .list_number_two .text,
  .list_number_three .content .text {
    font-size: 14px;
    line-height: 26px;
  }

  .list_number_three .swiper-slide>div .content {
    padding: 20px 20px 30px;
  }

  .list_case_top,
  .list_case_bot {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .list_case_top .container>.clearfix {
    padding-bottom: 0;
  }

  .list_case_bot .list .right .flex {
    flex-wrap: wrap;
  }

  .list_case_bot .list .right .flex>div:nth-child(2) {
    width: 100%;
    padding-top: 15px;
  }

  .list_case_bot .list .right .text.line4 {
    margin-top: 10px;
  }

  .show_case_ban .top {
    flex-wrap: wrap;
  }

  .show_case_ban .top .right {
    width: 100%;
    padding-left: 0;
  }

  .show_case_ban .top .right .name {
    font-size: 20px;
    line-height: 30px;
  }

  .show_case_ban .top .right .flex {
    flex-wrap: wrap;
  }

  .show_case_ban .top .right>.flex .flex {
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  .show_case_ban .top .left {
    margin-bottom: 15px;
  }

  .show_case_ban .content {
    padding: 15px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .show_case_ban {
    padding: 25px 0;
  }

  .show_case {
    padding-top: 5rem;
  }

  .show_case .left .title {
    font-size: 20px;
    line-height: 30px;
  }

  .show_case .left {
    padding-right: 15px;
  }

  .show_case .left .flex {
    margin-left: -5px;
    margin-right: -5px;
  }

  .show_case .left .flex li {
    padding: 0 5px;
  }

  .show_case .left .flex li>div .num {
    font-size: 2rem;
  }

  .show_case .left .flex li>div .name {
    font-size: 16px;
  }

  .mt80 {
    margin-top: 15px;
  }

  .show_case .left .flex_value li .text {
    padding: 15px;
  }

  .show_case .right {
    padding-left: 15px;
    margin-top: 15px;
  }

  .show_case .left .shangxia {
    margin: 15px 0 0;
    padding-top: 15px;
  }

  .list_news_top .swiper-button-next,
  .list_news_top .swiper-button-prev {
    display: none;
  }

  .list_news_top {
    padding: 25px 15px;
  }

  .list_news_top .pr {
    padding-bottom: 0;
  }

  .list_news_top .hover {
    right: 0;
    position: static;
    opacity: 1;
  }

  .list_news_top .swiper-slide .over::before {
    display: none;
  }

  .list_news_top .swiper-pagination {
    display: block;
  }

  .list_news_top .swiper-container {
    padding-bottom: 45px;
  }

  .list_news_bot .list .flex>div {
    width: 100%;
    text-align: left;
  }

  .list_news_bot .list .center {
    padding-right: 0;
    padding-left: 0;
  }

  .list_news_bot .list .center::before {
    display: none;
  }

  .list_news_bot .list .left>div {
    display: inline-block;
  }

  .list_news_bot .list .flex>div.right {
    display: none;
  }

  .list_news_bot .list {
    padding: 20px 0;
  }

  .list_news_bot .list .left {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .list_news_bot .list .left .year {
    font-size: 20px;
  }



  .list_about .img {
    padding-right: 0;
    padding-bottom: 0;
  }

  .list_about .hover {
    position: static;
  }

  .list_about .name_name {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
  }

  .list_about_two .mt55 {
    margin-top: 25px;
  }

  .list_about_three .mt55 {
    margin-top: 25px;
  }

  .list_about_three .col-md-6:nth-child(1) {
    margin-bottom: 15px;
  }

  .list_about .left .name {
    font-size: 20px;
    line-height: 30px;
  }

  .list_about .left .text {
    font-size: 14px;
  }

  .list_about .left {
    padding: 15px 25px;
  }

  .list_about .right {
    font-size: 6rem;
    letter-spacing: 2px;
  }

  .list_about_three .flex {
    padding: 25px 15px;
  }

  .list_about_three .flex .right {
    font-size: 4.25rem;
    width: 40%;
    letter-spacing: 0;
    text-align: right;
    padding-right: 25px;
  }

  .list_about_three .flex .left {
    width: 60%;
  }

  .list_about_three .flex .name {
    font-size: 22px;
    line-height: 30px;
  }

  .list_about_three .flex .text {
    padding-top: 10px;
    margin-top: 10px;
  }

  .list_about_four .flex {
    font-size: 16px;
    margin: 15px 0;
  }

  .list_about_four .flex li::before {
    width: 1px;
    height: 1.25rem;
  }

  .list_contact .mt55,
  .list_contact_two .mt55 {
    margin-top: 25px;
  }

  .list_contact_two .content {
    padding: 25px 15px;
  }

  .list_contact_two .col-md-3 {
    margin-bottom: 15px;
  }

  .list_contact_two button {
    margin-top: 15px;
  }

  .srmgyxt>div {
    margin-bottom: 15px !important;
  }

  .srmgyxt>div:last-child {
    margin-bottom: 0;
  }

  .srmgyxt>div>div {
    padding: 15px;
  }

  .list_pro .squera>div {
    padding: 20px;
  }

  .mt90 {
    margin-top: 15px;
  }



  .mt55,
  .mt100 {
    margin-top: 15px;
  }




  .list_about_four .name {
    line-height: 20px;
    padding: 10px 0;
  }

  .list_about_four .col-6:nth-child(odd),
  .list_honor .col-6:nth-child(odd) {
    padding-right: 7px;
  }

  .list_about_four .col-6:nth-child(even),
  .list_honor .col-6:nth-child(even) {
    padding-left: 7px;
  }

  .list_contact .right {
    margin-top: 20px;
  }

  #dituContent {
    height: 360px !important;
  }

  .list_about_three .col-md-4 {
    margin-bottom: 15px;

  }

  .list_about_three .col-md-4:last-child {
    margin-bottom: 0;
  }

  .list_about_three .col-md-4>div {
    padding: 15px 15px 20px;
  }

  .list_about_three .col-md-4>div .icon img {
    height: 40px;
  }

  .list_about_three .col-md-4>div .text {
    font-size: 14px;
  }

  .list_about_three .col-md-4>div .name {
    font-size: 20px;
    line-height: 30px;
  }

  .list_about_four .swiper-pagination {
    bottom: 0;
  }

  .list_about_four .swiper-container {
    padding-bottom: 35px;
  }

  .nyban .padding {
    height: 14rem;
  }

  .pt60 {
    padding-top: 25px;
  }

  .beian a {
    color: rgba(58, 57, 57, 0.6);
  }

  .list_about_four .swiper-slide {
    width: 50%;
    display: block;
    float: left;
  }

  .prolist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }

}

@media (max-width: 480px) {
  .list_about_four .swiper-slide {
    width: 100%;
    display: block;
    float: none;
  }

  .prolist ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}