@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}


*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background-color: #e60012;
}



body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #e60012;
}
.c {
  color: #e60012;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.hide {
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #e60012;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e60012;
  border-color: #e60012;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}



.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}



.pager .page-num-current{ 
  border-color: #e60012;
  color: #fff;
  background: #e60012;
  }
  
.pager li:nth-child(2){ width:auto!important; border:none;}
  
.pager .page-num{
	float:left !important;
	display:block;
	width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  height: 2.5rem;
}


.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}




.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  color: #fff;
  font-size: 14px;
}
.foot-fot .foota2 a {
  color: #fff;
  font-size: 14px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #e60012;
}
.search_more:hover::before {
  background: #e60012;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: 5;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 8.125rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #e60012 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.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;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.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: 6.25rem;
  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: 3.125rem;
}
.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;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #e60012;
}
.searchbox {
  border-color: #e60012;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #fff;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #e60012;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #e60012;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.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: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@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 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
.phone.purple {
  background: #e60012;
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}


.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
	height:2rem;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.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: #e60012;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  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 i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #e60012;
}
.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: #1D1D1F;
}
.sjj_nav .top .ta img {
	height:2.5rem;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.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: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #e60012;
}
.rightfix li:hover .iconfont {
  /*background: #0d3e87;*/
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(230, 0, 18, 0.8);
  z-index: 1000;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header:hover .center ul li a::before,
header.active .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #e60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a {
  color: #e60012;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .logo .activelogo,
header.active .logo .activelogo {
  display: inline-block;
}
header:hover .logo .nolmarlogo,
header.active .logo .nolmarlogo {
  display: none;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 3rem;
  /*filter: grayscale(100%) invert(1);*/
}
header .logo .activelogo {
  display: none;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #e60012;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #e60012;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #e60012;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #e60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #3B3B3B;
}
footer .container {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
  background: #3B3B3B;
}
footer .container .footnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .container .footnav img{ width:120px;}

footer .container .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
footer .container .footnav .subfootnav {
  margin-top: 20px;
}
footer .container .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
footer .container .footnav .subfootnav .subfootli > a:hover {
  color: #ffffff;
}
footer .container .footnav .foot-contact {
  font-size: 1rem;
  max-width: 19.4375rem;
}
footer .container .footnav .foot-contact h3 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
footer .container .footnav .foot-contact > ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.75rem;
}
footer .container .footnav .foot-contact > ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 0.9375rem;
}
footer .container .footnav .foot-contact > ul li .icon {
  margin-right: 0.625rem;
  width: 2rem;
  height: 2rem;
}
footer .container .footnav .foot-contact > ul li p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
footer .container .footnav .foot_icon {
  justify-content: start;
}
footer .container .footnav .foot_icon .social-share {
  padding-top: 1.875rem;
  display: flex;
}
footer .container .footnav .foot_icon .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
footer .container .footnav .foot_icon .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #676767;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #676767;
  margin: unset;
  line-height: 2.1875rem;
}
footer .container .footnav .foot_icon .social-share li a i {
  font-size: 1.0625rem;
  color: #676767;
  line-height: 2.375rem;
}
footer .copyright {
  background-color: #313131;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
  text-align: center;
  padding: 0.375rem 0;
}
footer .copyright a {
  color: #fff;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing:0.25rem;
}
.banner .hover2 {
  position: absolute;
  right: 15%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff !important;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.neibanner {
  position: relative;
}
.neibanner img {
  max-width: unset;
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: normal;
}
.neibanner .neibanner-txt p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.neibanner .mbxdh a,
.neibanner .mbxdh span {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.neibanner .mbxdh a:hover {
  color: #e60012;
}
.alltitle h3 {
  color: #333;
  font-size: 3rem;
  font-weight: 700;
}
.alltitle p {
  color: #e60012;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.375rem;
  text-transform: uppercase;
}
.allmore .bl {
  display: flex;
  align-items: center;
}
.allmore .bl .morimg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5rem;
  margin-right: 0.5625rem;
  border: none;
  position: relative;
}
.allmore .bl .morimg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e60012;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore .bl .morimg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: unset;
  border: 1px solid #e60012;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore .bl .morimg img {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.allmore .bl p {
  color: #000;
  font-size: 1rem;
  opacity: 0.7;
}
.allmore:hover .morimg {
  background-color: unset;
}
.allmore:hover .morimg::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.allmore:hover .morimg::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmore:hover .morimg img {
  filter: brightness(0) saturate(100%);
  opacity: 0.5;
}
.index_one .index_one_top .protab li {
  padding: 0.9375rem 2.6875rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin: 0 0.625rem;
  color: #000;
  font-size: 1.125rem;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .index_one_top .protab li.active {
  border-radius: 30px;
  background: #e60012;
  color: #fff;
  border: unset;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .index_one_top .protab li:hover {
  cursor: pointer;
}
.index_one .content {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .index_one_pro {
  padding-bottom: 5.625rem;
}
.index_one .content .swiper-slide {
  display: grid;
  /*grid-template-columns: 1fr 2fr 1fr;*/

}
.index_one .content .swiper-slide .pro_item {
  border-radius: 1.25rem;
  background: #F4F4F4;
  padding: 2.8125rem 1.875rem 2.5rem 1.875rem;
  border: 1px solid #F4F4F4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper-slide .pro_item .desc {
  display: none;
}
.index_one .content .swiper-slide .pro_item .proimg {
  float: right;
  width: 100%;
  overflow: hidden;
}
.index_one .content .swiper-slide .pro_item .proimg .over {
  width: 100%;
  height:auto;
  text-align: right;
}
.index_one .content .swiper-slide .pro_item .proimg .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper-slide .pro_item .allmore {
  float: left;
  margin-top: 3.125rem;
}
.index_one .content .swiper-slide .pro_item .allmore .bl .morimg {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper-slide .pro_item .allmore .bl .morimg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_one .content .swiper-slide .pro_item .allmore .bl .morimg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #e60012;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_one .content .swiper-slide .pro_item .allmore .bl .morimg img {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_one .content .swiper-slide .pro_item .allmore .bl .morimg img {
  filter: brightness(0) saturate(100%);
}
.index_one .content .swiper-slide .pro_item .allmore .bl p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  margin-bottom: 0;
}
.index_one .content .swiper-slide .pro_item .allmore:hover .morimg {
  background-color: #e60012;
  border: unset;
}
.index_one .content .swiper-slide .pro_item .allmore:hover .morimg::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.index_one .content .swiper-slide .pro_item .allmore:hover .morimg::after {
  opacity: 1;
  background-color: #e60012;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index_one .content .swiper-slide .pro_item .allmore:hover .morimg img {
  filter: unset !important;
  border: unset;
  opacity: 1;
}
.index_one .content .swiper-slide .pro_item h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper-slide .pro_item p {
  color: #B4B4B4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  /* 200% */
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .content .swiper-slide .pro_item {
 /* grid-row: 1/3;*/
}
.index_one .content .swiper-slide .pro_item:nth-child(1) .desc {
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 3.125rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_one .content .swiper-slide .pro_item:nth-child(1) .proimg {
  float: unset;
  width: 100%;
  max-height: unset;
  overflow: hidden;
}
.index_one .content .swiper-slide .pro_item:nth-child(1) .proimg .over {
  width: 100%;
  height:auto;
  text-align: center;
}
.index_one .content .swiper-slide .pro_item:nth-child(1) .proimg .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_one .content .swiper-slide .pro_item:hover {
  cursor: pointer;
  border-radius: 1.25rem;
  border: 1px solid rgba(230, 0, 18, 0.5);
  /*background: linear-gradient(0deg, #c2d9fb 0%, #c2d9fb 100%), #F4F4F4;*/
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(230, 0, 18, 0.1);
  box-sizing: border-box;
}
.index_one .content .swiper-slide .pro_item:hover h3 {
  color: #e60012;
  font-size: 1.5rem;
}
.index_one .content .swiper-slide .pro_item:hover p {
  color: #B4B4B4;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  /* 200% */
}
.index_one .content .swiper-slide .pro_item:hover .morimg {
  background-color: #e60012;
  border: unset;
}
.index_one .content .swiper-slide .pro_item:hover .morimg::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.index_one .content .swiper-slide .pro_item:hover .morimg::after {
  opacity: 1;
  background-color: #e60012;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index_one .content .swiper-slide .pro_item:hover .morimg img {
  filter: unset !important;
  border: unset;
}
.index_one .content .swiper-slide .pro_item:hover .proimg .over img {
  transform: scale(1.1);
}
.index_one .content .swiper-pagination {
  bottom: 1.875rem;
}
.index_one .content.active {
  display: block;
}
.index_two {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index_two .alltitle {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 9;
}
.index_two .alltitle h3,
.index_two .alltitle p {
  color: #fff;
}
.index_two .yyaslxa {
  width: 100%;
  height: 100%;
}
.index_two .yyaslxa li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .yyaslxa li img {
  transform: scale(1.1);
  transition: all 0.7s;
  max-width: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index_two .yyaslxa li.active {
  opacity: 1;
}
.index_two .yyaslxa li.active img {
  transform: scale(1);
  transition: all 0.7s;
}
.index_two .index_two_tab {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_two .index_two_tab .index_two_item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 3.75rem 8.75rem;
}
.index_two .index_two_tab .index_two_item .txt {
  margin-top: 1rem;
}
.index_two .index_two_tab .index_two_item .txt h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
}
.index_two .index_two_tab .index_two_item .txt p {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.index_two .index_two_tab .index_two_item.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, rgba(230, 0, 18, 0) 0%, #e60012 100%);
}
.index_two .index_two_tab .index_two_item:hover {
  cursor: pointer;
}
.pt140 {
  padding-top: 8.75rem;
}



.four {
    
}

.four_ul {
    height: 800px;
    margin-top: 30px;
	width:100%;
}

.four_ul li {
    float: left;
    width: 17.965%;
    height: 100%;
    cursor: pointer;
}

.four_ul li .four_img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.four_ul li.active {
    width: 28.125%;
    /* transition: all .4s; */
}

.four_li_bg {
    background: rgba(0, 0, 0, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
}

.four_ul li.active .four_li_bg {
    background-color: rgba(0, 0, 0, .31);
}

.four_text {
    position: absolute;
    top: 10%;
    left: 40px;
    font-size: 1.75rem;
    line-height: 40px;
    color: #ffffff;
    z-index: 11;
}


.four_des {
    position: absolute;
    top: 22%;
    left: 40px;
	right:40px;
    font-size: 1rem;
    line-height: 32px;
    color: #ffffff;
    z-index: 11;
	display:none;
}



.four_more{
	position:absolute;
	z-index: 11;
	bottom:15%;
	left:45%;
	display:none;
	}
.four_more .allmore {
  float: left;
  margin-top: 3.125rem;
  position:relative;
}
.four_more .allmore .bl .morimg {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.four_more .allmore .bl .morimg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.four_more .allmore .bl .morimg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #e60012;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.four_more .allmore .bl .morimg img {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.four_more .allmore .bl .morimg img {
  filter: brightness(0) saturate(100%);
}
.four_more .allmore .bl p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  margin-bottom: 0;
}
.four_more .allmore:hover .morimg {
  background-color: #e60012;
  border: unset;
}
.four_more .allmore:hover .morimg::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.four_more .allmore:hover .morimg::after {
  opacity: 1;
  background-color: #e60012;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.four_more .allmore:hover .morimg img {
  filter: unset !important;
  border: unset;
  opacity: 1;
}


.four_text span {
    position: relative;
}

.four_text span::before {
    content: "";
    display: block;
    width: 50%;
    height: 5px;
    background-color: #e60012;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 11;
}

.four_ul li.active .four_text {
    font-size: 2rem;
    line-height: 60px;
    top: 8%;
}

.four_ul li.active .four_des,
.four_ul li.active .four_more{
	display:block 
	}


@media (max-width:1440px) {

	.four_ul,
    .first .hexin_swiper {
        margin: 50px 0 0 0;
    }
	.four_text {
        font-size: 1.35rem;
        left: 30px;
    }
	
	.four_des {
    left: 30px;
	right:30px;
	}
	

	
    .four_ul li.active .four_text {
        font-size: 2rem;
    }
    .four_text span::before {
        height: 4px;
    }
	}
@media (max-width:1200px) {
	 .four_ul {
        height: 600px;
    }
	}
@media (max-width:1024px) {
	.four_ul {
        height: 500px;
    }
	
		.four_ul li.active .four_des,
.four_ul li.active .four_more{

	display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
		}
	
	}
	
@media (max-width:990px) {
	 .four {
       
    }
    .four_ul,
    .first .hexin_swiper {
        margin: 40px 0 0 0;
    }
	.four_ul li {
        float: none;
        width: 100%;
        height: 120px;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .four_ul {
        height: auto;
    }
    .four_ul li.active {
        width: 100%;
        height: 400px;
    }
    .four_img {
        background-size: cover;
        background-position: center!important;
    }
	
	.four_des {

    top:30%;
}


.four_more{
	bottom:10%;
	}
	
	}
	
@media (max-width:767px) {
	.four_ul,
    .first .hexin_swiper {
        margin: 32px 0 0 0;
    }
	.four {
        margin: 20px 0 0 0;
    }
    .four_ul li.active {
        height: 420px;
    }
    .four_ul li.active .four_text {
        font-size: 1.75rem;
    }
    .four_text {
        font-size: 1.25rem;
    }
	
	.four_more{
	bottom:5%;
	}
		
	}	
	

	

.index_three {
  padding: 0 0 3.75rem;
  background:#f8f8f8;
}
.index_three .index_three_box {
  display: flex;
}
.index_three .index_three_box .left {
  width: 50%;
  padding-left: 1.875rem;
  padding-right: 6.25rem;
  position: relative;
}
.index_three .index_three_box .left .txt {
  color: #e60012;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 3rem;
  z-index:99;
  position:relative;
  /* 93.333% */
}
.index_three .index_three_box .left .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.0625rem;
  text-align: justify;
  /* 175% */
}
.index_three .index_three_box .left .allmore {
  margin-top: 2.75rem;
}
.index_three .index_three_box .left .numul {
  z-index: 99;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_three .index_three_box .left .numul li {
  width: 33.3333333%;
}
.index_three .index_three_box .left .numul li:nth-child(1) {
  /*width: 40%;*/
}
.index_three .index_three_box .left .numul li h3 {
  color: #e60012;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -1.4px;
}
.index_three .index_three_box .left .numul li h3 sub {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
.index_three .index_three_box .left .numul li h3 sup {
  color: #e60012;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: -1.4px;
}
.index_three .index_three_box .left .numul li h3 sup span {
  font-size: 1.5rem;
}
.index_three .index_three_box .left::before {
  content: '';
  display: block;
  background-image: url(../images/abouttxt2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28.75rem;
  height: 17.5rem;
  position: absolute;
  right: 0;
  top: 4.75rem;
  z-index: 9;
}
.index_three .index_three_box .right {
  width: 50%;
}
.index_three::after {
  content: '';
  display: block;
  background-image: url(../images/abouttxt1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 55%;
  height: 11.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.bgf7 {
  background: #F7F7F7;
}
.index_four {
  background-image: url(../img/newsbg.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*.index_four .content {
  display: flex;
}
.index_four .content .left {
  width: 45%;
  height: 100%;
}
.index_four .content .left .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.index_four .content .left .txt h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
 
}
.index_four .content .left .txt p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .left .flex {
  margin-top: 1.875rem;
}
.index_four .content .left .flex .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .left:hover {
  cursor: pointer;
}
.index_four .content .left:hover .img .over img {
  transform: scale(1.1);
}
.index_four .content .left:hover .txt h3 {
  color: #e60012;
}
.index_four .content .left:hover .txt p {
  color: rgba(230, 0, 18, 0.8);
}
.index_four .content .left:hover .flex .time {
  color: rgba(230, 0, 18, 0.8);
}
.index_four .content .left:hover .allmore .morimg {
  background-color: unset;
}
.index_four .content .left:hover .allmore .morimg::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.index_four .content .left:hover .allmore .morimg::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index_four .content .left:hover .allmore .morimg img {
  filter: brightness(0) saturate(100%);
  opacity: 0.5;
}
.index_four .content .right {
  width: 55%;
  height: 100%;
  padding-left: 3.75rem;
}
.index_four .content .right .news_item {
  padding: 1.875rem 0 2.4375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index_four .content .right .news_item .txt h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .news_item .txt h3::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #000;
  border-radius: 0.0938rem;
  margin-right: 1rem;
  margin-bottom: 0.3125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .news_item .txt p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-top: 0.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .news_item .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
  margin-top: 1.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .right .news_item:nth-child(1) {
  padding-top: 0;
}
.index_four .content .right .news_item:nth-child(3) {
  border-bottom: unset;
  padding-bottom: 0;
}
.index_four .content .right .news_item:hover {
  cursor: pointer;
}
.index_four .content .right .news_item:hover .txt h3 {
  color: #e60012;
}
.index_four .content .right .news_item:hover .txt h3::before {
  content: '';
  background-color: #e60012;
}
.index_four .content .right .news_item:hover .txt p {
  color: rgba(230, 0, 18, 0.8);
}
.index_four .content .right .news_item:hover .time {
  color: rgba(230, 0, 18, 0.8);
}
*/
.click{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}


.img-bg{overflow:hidden;display:flex;justify-content:center;align-items:center}
.bg{width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;transition:.8s}

.img-div{display:flex;justify-content:center;align-items:center}
.img-div img{max-width:100%;max-height:100%; height:100%;}

.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.dot2,.dot3,.dot4,.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical}
.dot2{-webkit-line-clamp:2}
.dot3{-webkit-line-clamp:3}
.dot4{-webkit-line-clamp:4}
.dot5{-webkit-line-clamp:5}

.index_four .con-box{display: none;}
.index_four .con{display: flex;justify-content: space-between;margin-top: 35px;}
.index_four .con .swiper-container{width: 55.71%;margin: 0;height: 580px;}
.index_four .con .swiper-slide .img-bg{}
.index_four .con .swiper-slide .img{}
.index_four .con .swiper-slide .info{position: absolute;bottom: 0;left: 0;color:#fff;padding:20% 0 35px 40px;background: linear-gradient(to bottom,transparent 10%,rgba(0,0,0,.8) 90%);width: 100%;transition: .3s;}
.index_four .con .swiper-slide .info>p:nth-of-type(2){font-size: 20px;line-height: 32px;width: 50%;margin-top:10px}
.index_four .swiper-pagination{width: 40%;position: absolute;z-index: 2;bottom: 40px;right: 40px;left:auto;display: flex;justify-content: flex-end;}
.index_four .swiper-pagination-bullet{width: 40px;height: 4px;border-radius: 0;background: rgba(255,255,255,.3);opacity: 1;}
.index_four .swiper-pagination-bullet-active{background: #fff;}
.index_four ul{width:calc(44.29% - 30px);}
.index_four li{display: flex;margin-bottom: 20px;position: relative;height:130px}
.index_four li:last-child{margin-bottom: 0;}
.index_four li .img-bg{width:33.89%;}
.index_four li .img{}
.index_four li .info{width: 66.11%;background: #f8f8f8;padding:25px 30px 0}
.index_four li .info>p:nth-of-type(1){font-size: 16px;line-height: 24px;margin-bottom: 15px;}
.index_four li .info>p:nth-of-type(2){display: flex;font-size: 13px;justify-content: space-between;}
.index_four li .info>p:nth-of-type(2)>span:nth-of-type(1){color:#999;background: url(../images/5.png) no-repeat left 2px/13px;padding-left: 20px;}
.index_four li .info>p:nth-of-type(2)>span:nth-of-type(2){color:#666;background: url(../images/arrow.png) no-repeat right 5px/11px;padding-right: 20px;}


@media (max-width:1600px){

    .index_four .con .swiper-container{height:500px}
    .index_four li{height: 110px;}
    .index_four li .info{padding:15px 20px 0}

}

@media (max-width:1440px){
	.index_four .con{margin-top:20px}
    .index_four .con .swiper-container{height:auto}
    .index_four li{height:114px;margin-bottom: 10px;}
    .index_four li .info>p:nth-of-type(1){font-size: 14px;line-height: 22px;margin-bottom: 5px;}
	}

@media (max-width:1279px){
	.index_four{padding:50px 0}
    .index_four .con{display: block;margin-top: 30px;}
    .index_four .con .swiper-container{width: 100%;height: auto;margin-bottom: 30px;}
    .index_four .con .swiper-slide .img-bg{height: auto;}
    .index_four .con .swiper-slide .img{height: auto;}
    .index_four .con .swiper-slide .info{padding:20% 20px 30px}
    .index_four .con .swiper-slide .info>p:nth-of-type(2){font-size: 16px;line-height: 26px;width: 100%;margin-top:5px}
    .index_four .swiper-pagination{width: 100%;bottom: 20px;right: 0;justify-content: center;}
    .index_four .swiper-pagination-bullet{width: 20px;height: 2px}
    .index_four ul{width:100%;}
    .index_four li{display: block;height:auto;margin-bottom: 20px;}
    .index_four li .img-bg{width:100%;height:auto;}
    .index_four li .img{height: auto;}
    .index_four li .info{width: 100%;padding:20px 20px 30px}
    .index_four li .info>p:nth-of-type(1){font-size: 14px;margin-bottom: 10px;}
	}


@media (any-hover:hover){

    .index_four .con .swiper-slide:hover .img{transform: scale(1.1);}
    .index_four .con .swiper-slide:hover .info{padding-bottom: 40px;}
    .index_four li:hover .img{transform: scale(1.1);}
    .index_four li:hover .info>p:nth-of-type(1){color: #e60012;}
    .index_four li:hover .info>p:nth-of-type(2)>span:nth-of-type(2){color: #e60012;background-image: url(../images/arrow-m.png);}
}



.index_six {
  background-image: url(../images/coopbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 49.375rem;
  overflow: hidden;
  position: relative;
}
.index_six .alltitle {
  position: absolute;
  bottom: 8.125rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.index_six .alltitle h3{}

.index_six .index_six_box {
  width: 100%;
  height: 100%;
}

.index_six .kehu_box{
	position:relative;
	left:21%;
	top:9%;
	}

.kehu_box img{
 position: absolute;
animation: rotate 25s infinite linear; /* 应用动画 */
}



@media (max-width:1860px){
	.index_six .kehu_box{
		left:20%;
		}
	}

@media (max-width:1800px){
	.index_six .kehu_box{
		left:20%;
		}
		
		.kehu_box img{ width:60%;}
		
	}

@media (max-width:1440px){
	.index_six .kehu_box{
		left:15%;
		}
		
		.kehu_box img{ width:70%;}
		
	}
	
@media (max-width:1360px){
	.index_six .kehu_box{
		top:0%;
		left:12%;
		}
		
		.kehu_box img{ width:76%;}
		
	}
	

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*.index_six .dot {
  position: absolute;
  text-align: center;
  width: 8.125rem;
}
.index_six .box {
  width: 8.75rem;
  height: 8.75rem;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 8.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}



.index_six .box img {
  width: 100%;
  height: auto;
}
.index_six .box:hover {
  cursor: pointer;
  transform: scale(1.1);
}*/

.index_seven {
  /*background-image: url(../images/coopbg2.jpg);*/
  background:#e6e6e6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display:none
}
.index_seven .index_seven_coop {
  margin: 0 -0.75rem;
}
.index_seven .index_seven_coop .coop_box {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #FFF;
  overflow: hidden;
  margin: 0 0.75rem;
  padding: 0.625rem 0;
  text-align: center;
}
.index_seven .index_seven_coop .coop_box .img {
  height: 100%;
}
.index_seven .index_seven_coop .coop_box .img img {
  height:auto;
  width: auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .index_seven_coop .coop_box .img:hover {
  cursor: pointer;
}
.index_seven .index_seven_coop .coop_box .img:hover img {
  transform: scale(1.1);
}
.index_seven .swiper-pagination {
  margin-top: 2.3125rem;
}
.about_coop {
  background-image: url(../img/coopbg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about_coop .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.3125rem;
  background-color: unset;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: unset;
}
.about_coop .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
  border: 1px solid #e60012;
}
.swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.3125rem;
  background-color: unset;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: unset;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
  border: 1px solid #e60012;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  border-radius: 1.25rem 1.25rem;
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 46%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 54%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 155.556% */
}
.news_box .swipernews .news_new_box .right .newstxt > p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  /* 175% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.0625rem;
  /* 162.5% */
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.3125rem;
  /* 175% */
}
.news_list .news_item {
  margin-bottom: 3.75rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_list .news_item .newstxt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 155.556% */
}
.news_list .news_item .newstxt p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  /* 175% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.4375rem;
  /* 162.5% */
}
.news_list .news_item .newstxt .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5625rem;
  /* 175% */
}
.news_list .news_item:hover {
  cursor: pointer;
}
.news_list .news_item:hover .newstxt h3,
.news_list .news_item:hover .newstxt p {
  color: #e60012;
}
.news_list .news_item:hover .img .over img {
  transform: scale(1.1);
}
.news_list .pagination {
  margin: 0;
}
.news_show_box .left {
  padding-right: 5.3125rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 77.778% */
  /* 77.778% */
}
.news_show_box .left .title p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  /* 175% */
}
.news_show_box .left .title p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
  text-transform: uppercase;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75rem;
  /* 175% */
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  /* 175% */
  letter-spacing: 0.8px;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: 1.4px;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  /* 155.556% */
  margin-bottom: 0.5rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 0.5625rem;
  /* 162.5% */
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #e60012;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}




.title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.375rem;
  color: rgba(0, 0, 0, 0.9);
}

@media (max-width: 1440px) {
	.title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

@media (max-width: 990px) {
	.title {
    font-size: 30px;
    line-height: 40px;
  }
	}

@media (max-width: 767px) {
	.title {
    font-size: 16px !important;
    line-height: 20px !important;
	margin-top:15px;
  }
	}


.n-content {
  padding: 1.5rem 0 1rem;
  background:#f7f7f7
}
@media (max-width: 768px) {
  .n-content {
    padding: 1rem 0 0.5rem;
  }
}


.zzry-list {
  margin: 3.4rem -1.5% 0 -1.5%;
}
@media (max-width: 990px) {
  .zzry-list {
    margin: 0 -1%;
  }
}
@media (max-width: 768px) {
  .zzry-list {
    margin-top: 1.5rem;
  }
}
.zzry-list li {
  width: 33.333333%;
  padding: 0 0.5%;
  
}

.honor li {
  width: 25%;
  padding: 0 0.5%;
  
}

.zzry-list li p{ text-align:center; font-size:1.175rem;}

@media (max-width: 768px) {
  .zzry-list li p{ font-size:1rem;}
}

@media (max-width: 990px) {
  .zzry-list li {
    width: 25%;
    padding: 0 1%;
  }
}
@media (max-width: 768px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .zzry-list li {
    margin-top: 0.8rem;
    width: 100%;
  }
}

.zzry-list li a.block {
  display: block;
}
.zzry-list li a.block .img {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
.zzry-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.zzry-list li a.block .img img {
  width: 100%;
}
.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .zzry-list li a.block h2 {
    font-size: 1rem;
  }
}


.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}







.list_download{padding: 4rem 0;}
.list_download .ny-title{ margin-bottom:3.125rem;}

@media (max-width: 767px) {
  .list_download{padding: 2rem 0;}
}

.list_download .bot {
  display: flex;
  padding-top: 2.875rem;
  padding-bottom: 2.575rem;
  border: 1px solid #f8f8f8;
  margin:2.125rem 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.list_download .bot li {
  height: 2.4375rem;
  display: flex;
  align-items: center;
  color: #535353;
  font-size: 1.125rem;
  line-height: 1.375rem;
  
}

.list_download .bot li:nth-child(2) {
  color: #7C7C7C;
}



.list_download .more {
  font-style: normal;
  font-weight: 500;
  line-height: 3.4375rem;
}

.list_download .more .iconfont {
  /*transform: rotate(180deg);*/
  font-size: 1rem;
  margin-left: 1rem;
}


.list_download .bot {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.list_download .bot i{
  transform: rotate(180deg);
}


.list_download .bot li:nth-child(1) {
  width: 85%;
}

.list_download .bot li:nth-child(2) {
  width: 15%;
  justify-content: center;
  text-align: center;
}

.list_download .bot li:nth-child(2) a {
  width: 10rem;
}

.list_download .bot li:nth-child(2) a:not(:first-child) {
  margin-left: 1.25rem;
}



@media (max-width: 768px) {
	
.list_download .bot li:nth-child(1) {
    width: 70%;
    margin-bottom: 5px;
  }
  .list_download .bot li:nth-child(2) {
    width: 30%;
    justify-content: flex-end;
  }
  .list_download .top li:nth-child(2) a,
  .list_download .bot li:nth-child(2) a {
    width: 8rem;
  }
  .list_download .bot li {
    line-height: 30px;
    height: auto;
  }
  .list_download .bot {
    flex-wrap: wrap;
    padding: 20px 30px;
  }
  .list_download .more {
    line-height: 40px;
    width: 120px;
  }
  .list_download .bot:nth-child(2) {
    border-top: 1px solid #D9D9D9;
  }

}


@media (max-width: 450px) {
	.list_download .bot li:nth-child(1) {
    width: 100% !important;
  }
  .list_download .bot li:nth-child(2) {
    width: 100% !important;
	 justify-content: flex-start;
  }
	}

.more {
  width: 12.25rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  font-style: italic;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #e60012;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more:hover {
  border-color: #e60012;
}

.more:hover div {
  color: #fff;
}

.more:hover div span {
  background: #e60012;
}

.more:hover div span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.more:hover::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  margin-left: 1rem;
  position: relative;
}

.more>div span::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #e60012;
  opacity: 0;
}



@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}












.product_box .product_tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_box .product_tab .container {
  display: flex;
}
.product_box .product_tab .container .tab_item {
  flex: 1;
  text-align: center;
  padding: 1.875rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product_box .product_tab .container .tab_item a {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}



.product_box .product_tab .container .tab_item:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.product_box .product_tab .container .tab_item.active {
  border-bottom: 2px solid #e60012;
}
.product_box .product_tab .container .tab_item.active a {
  color: #e60012;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  /* 155.556% */
}
.product_box .product_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.product_box .product_content .product_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.product_box .product_content .product_item .txt {
  padding: 2rem 2.3125rem 3.6875rem 2.4375rem;
  background:#f8f8f8;
}
.product_box .product_content .product_item .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.product_box .product_content .product_item .txt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  margin-top: 0.75rem;
}
.product_box .product_content .product_item:hover {
  border-radius: 1.25rem;
  border: 1px solid rgba(230, 0, 18, 0.5);
  background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 100%), #F4F4F4;
  box-shadow: 0px 4px 20px 0px rgba(230, 0, 18, 0.1);
  cursor: pointer;
}
.product_box .product_content .product_item:hover .txt h3 {
  color: #e60012;
  font-size: 1.125rem;
  font-weight: 700;
}
.product_box .product_content .product_item:hover .img .over img {
  transform: scale(1.1);
}
.pro_show_ban {
  margin-top: 6.25rem;
  background: #eee;
  padding-top: 5.5rem;
}
.pro_show_ban .mbxdh .ajhhsd {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.pro_show_ban .mbxdh .ajhhsd a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.pro_show_ban .row {
  align-items: center;
  align-items: unset;
}
.pro_show_ban .row .left {
  padding-right: 6.25rem;
}
.pro_show_ban .row .left .title {
  margin-top: 3.125rem;
}
.pro_show_ban .row .left .title h3 {
  color: #333;
  font-size: 2.875rem;
  font-weight: 700;
}
.pro_show_ban .row .left .desc {
  margin-top: 0.9375rem;
  max-height: 9.375rem;
  overflow-x: auto;
  padding-right: 1.25rem;
}
.pro_show_ban .row .left .desc p {
  color: #666;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
}
.pro_show_ban .row .left .desc::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 0.25rem;
  height: 10.25rem;
  border-radius: 0.125rem;
  position: absolute;
}
.pro_show_ban .row .left .desc::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.25rem;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.pro_show_ban .row .left .desc::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 0.625rem;
  height: 2.1875rem;
  border-radius: 0.3125rem;
  background: #e60012;
}
.pro_show_ban .row .left .btn_g {
  display: flex;
}
.pro_show_ban .row .left .btn_g .btn_i {
  display: flex;
  align-items: center;
}
.pro_show_ban .row .left .btn_g .btn_i img {
  max-width: 3.5rem;
  margin-right: 1.125rem;
}
.pro_show_ban .row .left .btn_g .btn_i p {
  color: #e60012;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem;
  /* 75% */
}
.pro_show_ban .row .left .btn_g .btn_i:hover {
  cursor: pointer;
}
.pro_show_ban .row .left .btn_g .btn_i:hover a {
  font-weight: 800;
}
.pro_show_ban .row .right {
  margin-left: 4.125rem;
  position: relative;
}
.pro_show_ban .row .right .img {
  border-radius: 1.25rem;
  z-index: 9;
  overflow: hidden;
  position: relative;
}
.pro_show_ban .row .right::before {
  content: '';
  display: block;
  width: 36.25rem;
  height: 26.25rem;
  border-radius: 1.25rem;
  background: #e60012;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.pro_show_three .proshowthree {
  margin: 3.125rem -1.25rem 0;
  padding-bottom: 4.6875rem;
  overflow: hidden;
}
.pro_show_three .proshowthree .pro_show_t_item {
  padding: 0 1.25rem;
}
.pro_show_three .proshowthree .pro_show_t_item .map {
  width: 23.5rem;
  height: 12.625rem;
  border-radius: 1.25rem;
  background: rgba(230, 0, 18, 0.14);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item {
  height: 16rem;
  border-radius: 1.875rem;
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(218, 216, 216, 0.25);
  padding: 1.75rem 1.25rem;
  text-align: center;
  position: relative;
  z-index: 99;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item h3 {
  color: #e60012;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 1.1875rem;
}
.pro_show_three .proshowthree .pro_show_t_item .t_item h3::after {
  content: '';
  display: block;
  width: 2.1875rem;
  height: 0.125rem;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro_show_three .proshowthree .pro_show_t_item .t_item p {
  color: #e60012;
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 2rem;
  /* 175% */
}
.pro_show_four .content .proshowfour {
  overflow: hidden;
}
.pro_show_four .content .swiper-slide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.875rem;
}
.pro_show_four .content .swiper-slide .pro_show_box:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.pro_show_four .content .swiper-slide .pro_show_box .img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.pro_show_four .content .swiper-slide .pro_show_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_application .show_appli_box .row {
  padding: 6.25rem 0;
}
.show_application .show_appli_box .row .left {
  padding-top: 6.25rem;
  padding-right: 4.375rem;
}
.show_application .show_appli_box .row .left h3 {
  color: #000;
  font-size: 3.125rem;
  font-weight: 700;
}
.show_application .show_appli_box .row .left .desc {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  /* 175% */
}
.show_application .show_appli_box .row .right .over {
  border-radius: 1.25rem;
  height: 460px;
}
.show_application .show_appli_box .row .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_application .show_appli_box:nth-child(even) {
  background: #F7F7F7;
}
.show_application .show_appli_box:nth-child(even) .left {
  order: 2;
  padding-left: 4.375rem;
  padding-right: unset;
}
.show_application .show_appli_box:nth-child(even) .right {
  order: 1;
}
.borra {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_coop_content {
  padding-top: 3.5rem;
  padding-bottom: 4.4375rem;
}
.list_coop_content .list_coop_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.list_coop_content .list_coop_box .list_coop_item {
  padding: 1.275rem 1.375rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.list_coop_content .list_coop_box .list_coop_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 5.625rem;
}
.contact_content .content {
  margin-top: 2.75rem;
}
.contact_content .content .left {
  flex: 1;
  position: relative;
}
.contact_content .content .left h3 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 500;
}
.contact_content .content .left ul {
  margin-top: 0.9375rem;
}
.contact_content .content .left ul li {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
.contact_content .content .left ul li .img {
  margin-right: 0.625rem;
}
/*.contact_content .content .left::after {
  content: '';
  background-image: url(../img/contactbg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54.0625rem;
  height: 25rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}*/
.contact_content .content .right .img {
  padding: 0.875rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.contact_content .content .right .txt {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.0625rem;
  /* 133.333% */
}
.contact_content .map {
  height: 28.125rem;
  border-radius: 20px;
  overflow: hidden;
}
.contact_content_two .lx-cont2 form {
  margin-top: 2.5rem;
}
.contact_content_two .lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.contact_content_two .lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 0.625rem;
}
.contact_content_two .lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75em 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  display: block;
}
.contact_content_two .lx-cont2 form .inpt {
  margin-top: 1.875rem;
}
.contact_content_two .lx-cont2 form .msg-a1 .inpt {
  width: 31.85714286%;
}
.contact_content_two .lx-cont2 form .div_aghgha {
  margin-top: 3.125rem;
}
.contact_content_two .lx-cont2 form .div_aghgha .more-b {
  display: inline-block;
  width: 10rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  background: #e60012;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  border: unset;
  transition: all 0.4s;
}
.contact_content_two .lx-cont2 form .div_aghgha .more-b:hover {
  background: #e60012;
  transition: all 0.4s;
}
.about_two {
  background-image: url(../img/historybg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.about_two .alltitle h3 {
  color: #fff;
}
.about_two .content .about_history .history_box {
  margin: 0 0.625rem;
  border-left: 1px solid #fff;
  padding: 0 7.5rem 0 1.875rem;
  height: 21.25rem;
  position: relative;
}
.about_two .content .about_history .history_box h3 {
  color: #FFF;
  font-size: 4.375rem;
  font-weight: 700;
}
.about_two .content .about_history .history_box p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.6875rem;
}
.about_two .content .about_history .history_box::before {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.about_two .content .about_history .swiper-slide.swiper-slide-next + .swiper-slide {
  margin-top: 6.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_two .content .about_history .swiper-slide.swiper-slide-next {
  margin-top: 14.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_two .content .about_history .swiper-slide.swiper-slide-active,
.about_two .content .about_history .swiper-slide.swiper-slide-prev {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 21.25rem;
}
.about_two .content .hover2 {
  position: absolute;
  bottom: 6.25rem;
  right: 16.25rem;
}
.about_two .content .hover2 .swiper_btn {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #e60012;
  border-radius: 50%;
  text-align: center;
}
.about_two .content .hover2 .swiper_btn i {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.375rem;
}
.about_two .content .hover2 .swiper-button-next,
.about_two .content .hover2 .swiper-container-rtl .swiper-button-prev {
  position: absolute;
  left: 4.375rem;
  right: auto;
  background-image: unset;
}
.about_two .content .hover2 .swiper-button-prev,
.about_two .content .hover2 .swiper-container-rtl .swiper-button-next {
  position: absolute;
  left: 0;
  right: auto;
  background-image: unset;
}
.about_three .content .workshop_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.about_three .content .workshop_box .workshop_item {
  border-radius: 1.25rem;
  overflow: hidden;
}
.about_three .content .workshop_box .workshop_item:nth-child(2) {
  grid-row: 1/3;
  grid-column: 2/3;
}
