@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 {
	font-family: "Barlow Condensed";
	src: url(../fonts/BarlowCondensed-Regular.ttf);
}
@font-face {
	font-family: "Barlow Condensed SemiBold";
	src: url(../fonts/BarlowCondensed-SemiBold.ttf);
}
@font-face {
	font-family: "Barlow Condensed Bold";
	src: url(../fonts/BarlowCondensed-Bold.ttf);
}
@font-face {
	font-family: "Barlow Condensed Medium";
	src: url(../fonts/BarlowCondensed-Medium.ttf);
}


@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 a{display: block;
  overflow: hidden;
  white-space:nowrap;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  }

.er-ul>li:hover a {
  color: #ee0206;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

.er-ul:nth-child(1)>li a{
	padding:0px;
	
	
}


.er-ul:last-child>li a{
	padding:0 20px;
	
	
}



header .center .nav>li {
  position: relative;
  text-transform:uppercase;
}

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);
  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: 3.45rem;
}

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);
  }
}






.category01-donghua .bufangda{
		animation-name: ww1;
		animation-duration: 5s;
		animation-iteration-count: 1;
		-webkit-animation-name: ww1;
		-webkit-animation-duration: 5s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes ww1{
		0%   {opacity: 1;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;width: 0;height: 0;}
		75%  {opacity: 0;width: 0;height: 0;}
		100% {opacity: 0;width: 0;height: 0;}
	}
	.category01-donghua .fangda{
		animation-name: t1;
		animation-duration: 5s;
		animation-iteration-count: 1;
		-webkit-animation-name: t1;
		-webkit-animation-duration: 5s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t1{
		0%   {opacity: 1;}
		25%	 {opacity: .7;}
		50%  {opacity: .4;transform: scale(1.0) translateY(-5px) ;width: 100%;height: 100%;}
		75%  {opacity: .1;transform: scale(1.0) translateY(-5px);width: 100%;height: 100%;}
		100% {opacity: 0;transform: scale(1.0) translateY(-5px);width: 100%;height: 100%;}
	}
	.category01-donghua .category01-bottom{
		animation-name: t2;
		animation-duration: 6s;
		animation-iteration-count: 1;
		-webkit-animation-name: t2;
		-webkit-animation-duration: 6s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t2{
		0%   {opacity: 0;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;}
		75%  {opacity: 1;}
		100% {opacity: 1;}
	}
	.category01-donghua .category01-bottom-h1{
		animation-name: t3;
		animation-duration: 5.5s;
		animation-iteration-count: 1;
		-webkit-animation-name: t3;
		-webkit-animation-duration: 5.5s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t3{
		0%   {opacity: 0;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;}
		75%  {opacity: 0;}
		100% {opacity: 1;}
	}
	.category01-donghua .category01-bottom-p{
		animation-name: t4;
		animation-duration: 6s;
		animation-iteration-count: 1;
		-webkit-animation-name: t4;
		-webkit-animation-duration: 6s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t4{
		0%   {opacity: 0;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;}
		75%  {opacity: 0;}
		100% {opacity: 1;}
	}
	.category01-donghua .category01-bottom-h4{
		animation-name: t5;
		animation-duration: 6,5s;
		animation-iteration-count: 1;
		-webkit-animation-name: t5;
		-webkit-animation-duration: 6.5s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t5{
		0%   {opacity: 0;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;}
		75%  {opacity: 0;}
		100% {opacity: 1;}
	}
	.category01-donghua .category01-bottom-a{
		animation-name: t6;
		animation-duration: 7s;
		animation-iteration-count: 1;
		-webkit-animation-name: t6;
		-webkit-animation-duration: 7s;
		-webkit-animation-iteration-count: 1;
	}
	@-webkit-keyframes t6{
		0%   {opacity: 0;}
		25%	 {opacity: 0;}
		50%  {opacity: 0;}
		75%  {opacity: 0;}
		100% {opacity: 1;}
	}









/* category01 */



.banner-title {

    position: absolute;

    left: 522px;

    bottom: 176px;

}



.banner-title h4 {

    color: #00DFFF;

    font-family: "Gotham-Book";

    font-weight: bold;

    font-size: 23px;

    margin: 0 0 4px 0;

}



.banner-title h1 {

    font-family: "Gotham-Blod";

    font-size: 65px;

    color: white;

    margin: 0 0 12px 0;

    line-height: 80px;

}



.banner-title p {

    font-family: "Gotham-Book";

    color: white;

    font-size: 22px;

    margin-bottom: 85px;

    font-weight: 500;

    /* letter-spacing: 0.15em; */

}



.banner-title a {

    transition: all .5s;

    border: 1px solid #00DFFF;

    font-family: "Gotham*";

    font-size: 14px;

    color: #00DFFF;

    border-radius: 50px;

    padding: 14px 32px;

}

/* 12.27 */

.banner-title a:nth-child(2){

	margin-left: 30px;

}

/* 12.27 */

.banner-title a{margin-right: 30px;}



.banner-title a:hover {

    background: #00DFFF;

    color: black;

    transition: all .5s;

    font-family: "Gotham-Book";

}



.banner-title-aaa {

    padding: 10px 15px !important;

    font-size: 12px !important;

}


.cc1{ display:none;}

.category01-top-title {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.fangda {

    opacity: 1;

    width: 100px;

    height: 100px;

}



.fangda img {

    max-width: 100%;

}



.bufangda {

    margin-right: 27px;

}



.category01 {

    overflow: hidden;

    width: 1540px;

    margin: 0 auto;

}



.category01-top {

    height: 462px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.category01-top-title p {

    font-size: 13px;

    font-weight: bold;

    color: #333436;

    margin-bottom: 7px;

    margin-bottom: 8px;

}



.category01-top-title h1 {

    font-size: 80px;

    color: #333436;

    font-weight: bold;


    margin: 0;

}



.category01-bottom {

    background-size: 100% 100%;

    background-position: center;

    height: 462px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: center;

    height: 100%;

}



.category01-bottom h1 {

    font-size: 25px;

    color: #221E1F;

    font-weight: bold;


    margin: 81px 0 42px 0;

    position: relative;

}



.category01-bottom h1::after {

    content: '';

    position: absolute;

    bottom: -18px;

    left: 50%;

    transform: translateX(-50%);

    width: 16px;

    height: 2px;

    background: #221E1F;

}



.category01-bottom p {

    text-align: center;

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 33px;

}



.category01-bottom h4 {

    font-size: 30px;

    color: black;

    margin: 0 0 10px 0;

}



.category01-bottom a {

    transition: all .5s;

    border: 1px solid black;

    font-size: 14px;

    color: black;

    border-radius: 50px;

    padding: 11.5px 32px;

}



.category01-bottom a:hover {

    background: black;

    color: white;

    transition: all .5s;

}



.section02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 7.6875rem);*/
  width:100%;
  height: 40%;
  /*border-radius: 0 0 9.375rem 0;*/
  background:rgb(0,0,0,.1);
  z-index: 1;
}


.section02 {
  position: relative;
  z-index: 4;
  padding-top:1.75rem;
  overflow: hidden;
}

.section02 .img {
  position: relative;
}

.section02 .bot {
  position: relative;
  z-index: 10;
}


.section02 .bot .container {
  height: 100%;
}

.section02 .bot .container .swiper-slide {
  height: 36rem;
}

.section02 .swiper-container {
  height: 100%;
}

.section02 .swiper-container .en_name {
  font-size: 2.75rem;
  line-height: 3.4375rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #FFFFFF;
}

.section02 .swiper-container .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section02 .swiper-container .text {
  color: #FFFFFF;
  text-align: justify;
  text-align-last: center;
}

.section02 .swiper-container .swiper-slide {
  height: 100%;
}

.section02 .swiper-container .swiper-slide .bg {
  padding: 5rem 0 0;
  height: 22.3125rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.section02 .height {
  max-height: 3.2rem;
  overflow: hidden;
  margin: 1.125rem 3.75rem 0;
}

.section02 .height .detail_text {
  margin-bottom: 1.3125rem;
 
}

.section02 .swiper-slide:hover::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition-delay: 0.3s;
}

.section02 .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #bf0404;
  height: .625rem;
}

.section02 .swiper-slide:hover .bg {
  height: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  max-height: 100%;
  transition: max-height 0.25s ease-in;
}

.section02 .swiper-slide:hover .en_name {
  color: #bf0404;
}

.section02 .swiper-slide:hover .height {
  max-height: 18.75rem;
  transition: max-height 0.25s ease-in;
}

.section02 .hover {
  position: absolute;
  bottom: 4.375rem;
  text-align:center;
  width: 100%;
}

.section02 .hover,
.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: 7.75rem;
  line-height: 1;
  z-index: 9;
  opacity: 0.4;
  letter-spacing: 7px;
}



/*产品*/

.i-title {
	text-align: center;
	padding-bottom: 20px;}

.i-title .subtit {
	color: #051c3f;
	font-size: 12px;
}

.i-title .subtit .sp {
	display: inline-block;
	color: #051c3f;
	font-size: 14px;
}

.i-title .subtit i {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 18px;
	width: 64px;
	height: 2px;
	background: #c00505;
}

.i-title .h1 {
	color: #122350;
	font-family:BEBASNEUE_BOOK;
	font-size: 44px;
	font-weight:bold;
}


.i-title .t1 {
	color: #051c3f;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.i-title .t2 {
	color: #616469;
	font-size: 18px;
	line-height: 1.7;
}




.i-product{margin-top:0; padding-top:40px; background:#f8f8f8; padding-bottom:60px;}

.i-product .i-title {
	padding-bottom: 0px;
}

.i-product .h1 {
	margin-bottom: 0;
}

.i-product .box{ margin-top:60px}


.product_li {
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover {
	box-shadow: 0px 3px 15px rgba(3, 20, 35, 0.1);
}

.product_li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 40px;
}

.product_li .t1 {
	color: #122350;
	font-size: 28px;
	margin-bottom: 10px;

}

.product_li .t2 {
	color: #616469;
	font-size: 18px;
	font-family:BEBASNEUE_BOOK;
	letter-spacing: 1.5px;
}

.product_li .img {
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}

.product_li .img img {
	max-width: 75%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product_li .m-btn {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

.product_li .m-btn span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 64px 0px 40px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	color: #071f43;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

.product_li .m-btn span i {
	position: absolute;
	right: 35px;
	top: 0;
	display: inline-block;
	width: 24px;
	height: 100%;
	background: url(../images/img23.png) center right no-repeat;
	background-size: 9px 13px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .m-btn span {
	color: #FFFFFF;
}

.product_li:hover .m-btn span i {
	right: 38px;
	background: url(../images/img23a.png) center right no-repeat;
	background-size: 9px 13px;
}

.product_li .m-btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #c00505;
	z-index: -1;
	transition: 0.5s;
}

.product_li:hover .m-btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.product_li .m-btn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #e5e8ea solid 2px;
	border-radius: 36px;
	z-index: -2;
	box-sizing: border-box;
}



.operatebox {
	position: relative;
	max-width: 1050px;
	width: 90%;
	height: 30px;
	margin: 50px auto 0px;
}

.operatebox .swiper-pagination {
	max-width: 75%;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #dae3eb;
}

.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
	top: calc(50% - 2px);
	transform: translateY(-50%);
	background: #c00505;
	height: 4px;
}

.operatebox .swiper-button-next,
.operatebox .swiper-button-prev {
	width: 29px;
	height: 24px;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.operatebox .swiper-button-prev,
.operatebox .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img24.png);
	left: 10px;
	right: auto;
}

.operatebox .swiper-button-next,
.operatebox .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img25.png);
	right: 10px;
	left: auto;
}

.operatebox .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img25a.png);
}

.operatebox .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img24a.png);
}




/*i-new*/

.i-new .i-title,
.i-gather .i-title {
	float: left;
	text-align: left;
}



.i-new .Bigbtn {
	float: right;
	margin-top: 10px;
}

.Bigbtn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 40px;
	padding-right: 30px;
	height:60px;
	line-height: 60px;
	font-size: 18px;
	border-radius: 36px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.Bigbtn.white a {
	color: #071f43;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.Bigbtn.white a:hover {
	color: #FFFFFF;
}

.Bigbtn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
}



.Bigbtn.white a:before {
	background: #FFFFFF;
}

.Bigbtn a:hover:before {
	width: 0;
}



.Bigbtn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.Bigbtn.white a:after {
	background: #c00505;
}

.Bigbtn.white a:hover:after {}

.Bigbtn a i {
	display: inline-block;
	width: 35px;
	height: 13px;
}


/*.Bigbtn.orange a:hover{
	color: #c00505;
}
.Bigbtn.orange a:hover i{
	background: url(../images/img8a.png) center right 5px no-repeat;
}*/
.Bigbtn.white a i {
	background: url(../images/img23.png) center right no-repeat;
}

.Bigbtn.white a:hover i {
	background: url(../images/img23a.png) center right 5px no-repeat;
}






.i-new {
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 80px;
	background:#fff
}

.i-new .box{ 
   margin-top:40px;  
}


/*.i-new:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 54.2%;
	background: #edf6ff;
}*/

.new li {
	float: left;
	width: -moz-calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
	/*box-shadow: 5px 0px 65px rgba(3, 20, 35, 0.1);*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ffffff;
	border: #f0f1f2 solid 1px;
}

.new li:nth-child(3n) {
	margin-right: 0;
}

.new li:hover {
	/*box-shadow: 5px 0px 65px rgba(7, 45, 87, 0.28);*/
	box-shadow: 0px 3px 15px rgba(3, 20, 35, 0.1);
}

.new li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.new li .imgbox {
	width: 100%;
	overflow: hidden;
}

.new li .imgbox img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.new li .txtbox {
	padding: 40px;
	overflow: hidden;
}

.new li .txtbox .oth {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.new li .txtbox .oth .sp1 {
	position: relative;
	padding-left: 20px;
	float: left;
	color: #777777;
	font-size: 14px;
}

.new li .txtbox .oth .sp1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #c00505;
}

.new li .txtbox .oth .sp2 {
	float: right;
	color: #777777;
	font-size: 16px;
}

.new li .txtbox .t1 {

	color: #122350;
	font-size: 24px;
	line-height: 1.4;
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .txtbox .t2 {
	color: #777777;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .m-btn {
	border-top: #f0f1f2 solid 1px;
	text-align: center;
}

.new li .m-btn span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #071f43;
	font-size: 18px;
	width: 100%;
	height: 64px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .m-btn span {
	color: #FFFFFF;
}

.new li .m-btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #c00505;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .m-btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.new li .m-btn span i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	background: url(../images/img23.png) center right no-repeat;
}

.new li:hover .m-btn span i {
	background: url(../images/img23a.png) center right no-repeat;
}






/*How Can We Help You?*/
.help_you {
	padding-top: 80px;
	padding-bottom: 70px;
	background: #f4f9fe url(../images/img39.png) top center no-repeat;
	background-size: cover;
}

.help_you .title {
	text-align: center;
}

.help_you .title .t1 {
	font-family:BEBASNEUE_BOOK;
	color: #122350;
	font-size: 44px;
	letter-spacing:1.5px;
}

.help_you .title .t2 {
	color: #616469;
	font-size: 18px;
	margin-top: 15px;
}

.help_you .m-btn {
	margin-top: 30px;
	text-align: center;
}

.help_you .m-btn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	padding-left: 38px;
	padding-right: 30px;
	border-radius: 29px;
	color: #ffffff;
	font-size: 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .m-btn a:hover {
	color: #FFFFFF;
}

.help_you .m-btn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #c00505;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .m-btn a:hover:before {
	width: 0;
}

.help_you .m-btn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 29px;
	border: #c23a3a solid 2px;
	background: #c23a3a;
}

.help_you .m-btn a i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	background: url(../images/img23a.png) center right no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*.help_you .btn a:hover i{
	background: url(../images/img35.png) center right 3px no-repeat;
}*/

/*i-cass*/

.i-cases{
	padding: 50px 0px 70px;
	background-color: #f8f8f8;
}
.i-cases .box{
	margin-top: 15px;
}
.i-cases .box ul li{
	position: relative;
	float: left;
	width: 25%;
}
.i-cases .box ul li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-right: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
}
.i-cases .box ul li:nth-child(5n)::before{
	border-right: none;
}
.i-cases .box ul li:nth-child(1)::before,
.i-cases .box ul li:nth-child(2)::before,
.i-cases .box ul li:nth-child(3)::before,
.i-cases .box ul li:nth-child(4)::before,
.i-cases .box ul li:nth-child(5)::before{
	border-top: none;
}
.i-cases .box ul li::after{
	content: '';
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 10;
	width: 60px;
	height: 60px;
	background-color: #f5f5f5;
}
.i-cases .box ul li a{
	position: relative;
	z-index: 11;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 155px;
	overflow: hidden;
}
.i-cases .box ul li a img{
	max-width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.i-cases .box ul li a:hover img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}







@media (max-width: 1440px) {
	
	.product_li .t1 {
		font-size: 22px;
	}

	.product_li .t2 {
		font-size: 17px;
	}
	
	.product_li a {
		padding: 40px 35px;
	}

	.product_li .m-btn span {
		height: 48px;
		line-height: 48px;
		padding: 0px 54px 0px 30px;
	}
	.Bigbtn a {
		height: 64px;
		line-height: 64px;
	}
	
	.help_you .title .t1 {
		font-size: 42px;
	}

	.help_you .title .t2 {
		font-size: 17px;
	}

	.help_you .m-btn a {
		height: 54px;
		line-height: 54px;
	}
	
	

}

@media (max-width: 1366px) {

  
  .product_li a {
		padding: 35px 30px;
	}

	.product_li .img {
		margin-top: 40px;
	}

	.product_li .m-btn {
		margin-top: 50px;
	}
	
	.i-new {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	
	.new li .txtbox {
		padding: 30px;
	}

	.new li .txtbox .oth {
		margin-bottom: 15px;
	}
	
	.Bigbtn a {
		height: 60px;
		line-height: 60px;
	}
	
	.new li .m-btn span {
		height: 60px;
	}
	
	.help_you .title .t1 {
		font-size: 40px;
	}
	
	.help_you .title .t1 {
		font-size: 36px;
	}
	
}

@media (max-width: 1280px) {

  
  .product_li a {
		padding: 30px 25px;
	}

  .i-new {
		padding-top: 70px;
	}
	
	.i-title .h1 {
		font-size: 36px;
	}

	
	.Bigbtn a {
		height: 54px;
		line-height: 54px;
	}


}

@media (max-width: 1024px) {
.i-new {
		padding-bottom: 60px;
	}
	
	.i-title .h1 {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.i-title .t1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.i-title .t2 {
		font-size: 16px;
	}


	.Bigbtn a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.Bigbtn a i {
		width: 30px;
	}
	
	
	.help_you {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.help_you .title .t1 {
		font-size: 32px;
	}

	.help_you .title .t2 {
		font-size: 16px;
	}

	.help_you .m-btn a {
		height: 50px;
		line-height: 50px;
	}
	
	.i-cases{
		padding: 50px 0px;
	}
	.i-cases .box{
		margin-top: 30px;
	}
	.i-cases .box ul li{
		width: 25%;
	}
	.i-cases .box ul li a{
		line-height: 140px;
	}
	.i-cases .box ul li:nth-child(5)::before{
	    border-top: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(5n)::before{
		border-right: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(4n)::before{
		border-right: none;
	}
	.i-cases .box ul li:nth-child(4n)::after{
		background: no-repeat;
	}
	
	
}

@media (max-width: 990px) {


  
  .product_li .t1 {
		font-size: 20px;
	}

	.product_li .t2 {
		font-size: 16px;
	}

	.product_li .img {
		margin-top: 30px;
	}

	.product_li .m-btn {
		margin-top: 40px;
	}

	.product_li .m-btn span {
		height: 44px;
		line-height: 44px;
		padding: 0px 50px 0px 25px;
	}

	.product_li .m-btn span i {
		right: 25px;
	}

	.product_li:hover .btn span i {
		right: 28px;
	}
	
	
}

@media (max-width: 767px) {

  
  .product_li .img img {
		max-width: 70%;
	}
	
	.operatebox {
		margin-top: 40px;
	}
	.operatebox .swiper-button-next,
	.operatebox .swiper-button-prev {
		-moz-background-size: 80% auto;
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
	}

	.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
		height: 3px;
	}
	
	
	.i-new {
		padding-bottom: 50px;
	}

	.i-new:before {
		height: 31.2%;
	}
	
	
	.i-title .h1 {
		font-size: 30px;
	}

	.i-title .t1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.Bigbtn a {
		height: 50px;
		line-height: 50px;
	}

	.i-partner .Bigbtn {
		margin-top: 20px;
	}
	
	.help_you .title .t1 {
		font-size: 30px;
	}

	.help_you .title .t2 {
		font-size: 15px;
	}
	
	.i-cases{
		padding: 40px 0px;
	}
	.i-cases .box{
		margin-top: 20px;
	}
	.i-cases .box ul li{
		width: 33.33%;
	}
	.i-cases .box ul li a{
		line-height: 120px;
	}
	.i-cases .box ul li:nth-child(4)::before{
	    border-top: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(4n)::before{
		border-right: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(3n)::before{
		border-right: none;
	}
	.i-cases .box ul li::after{
		width: 40px;
		height: 40px;
		right: -20px;
    	top: -20px;
	}
	.i-cases .box ul li:nth-child(4n)::after{
		background: #f5f5f5;
	}
	.i-cases .box ul li:nth-child(3n)::after{
		background: no-repeat;
	}
	
}


@media (max-width: 540px) {
	
	
	.i-title .h1 {
		font-size: 26px;
		margin-top: 0px;
	}

	.i-title .t1 {
		font-size: 17px;
	}

	.i-title .t2 {
		font-size: 15px;
	}

	
.i-product {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.i-product .box {
		padding-top:0px;
	}

	.operatebox {
		margin-top: 30px;
	}
	
	.i-new {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.i-new .i-title,
	.i-gather .i-title {
		float: none;
		width: 100%;
	}

	.i-gather {
		padding-top: 60px;
		/*padding-bottom: 60px;*/
	}

	.i-gather .Bigbtn,
	.i-new .Bigbtn {
		float: none;
		width: 100%;
		margin-top: 0px;
	}

	.new li .txtbox .oth .sp2 {
		font-size: 14px;
	}


	.i-new .box {
		margin-top: 40px;
	}


   .i-new {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	.Bigbtn a {
		height: 45px;
		line-height: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.Bigbtn a i {
		width: 25px;
	}


   .new li,
	.exchange .new li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.new li .txtbox .t1 {
		font-size: 18px;
		height: auto;
	}

	.new li .btn span {
		height: 54px;
	}
	
	
	.help_you .title .t1 {
		font-size: 26px;
	}
	
	
	.i-cases{
		padding: 30px 0px;
	}
	.i-cases .box{
		margin-top: 15px;
	}
	.i-cases .box ul li{
		width: 50%;
	}
	.i-cases .box ul li a{
		line-height: 100px;
	}
	.i-cases .box ul li:nth-child(3)::before{
	    border-top: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(3n)::before{
		border-right: #e5e5e5 solid 1px;
	}
	.i-cases .box ul li:nth-child(2n)::before{
		border-right: none;
	}
	.i-cases .box ul li::after{
		width: 36px;
		height: 36px;
		right: -18px;
    	top: -18px;
	}
	.i-cases .box ul li:nth-child(3n)::after{
		background: #f5f5f5;
	}
	.i-cases .box ul li:nth-child(2n)::after{
		background: no-repeat;
	}
	.i-cases .box ul li a img{
		max-width: 80%;
	}
	
	
}


.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:14px;
  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;
  margin-top:2rem;
  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*/
.footer {
	border-top: #c23a3a solid 6px;
	padding-top: 4.166%;
	background: #343434;
}

.footer .content {}

.footer .foot_logo {
	float: left;
	text-align: right;
	width:14%;
}

.footer .foot_logo a {}

.footer .foot_logo a img {}

.foot_right {
	float: right;
	overflow: hidden;
	width:82%;
}

.foot_nav {
	float: left;
	width:64%;
}

.foot_nav ul li {
	float: left;
	width:33%;
	padding:0 18px;
}



.footer .subtit {
	color: #ffffff;
	font-size: 24px;
	font-family:BEBAS;
	padding-bottom: 15px;
	border-bottom: rgb(255,255,255,.07) solid 2px;
	margin-bottom: 15px;
}

.foot_nav ul li .drop-down {}

.foot_nav ul li .drop-down a {
	display: block;
	line-height: 2;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.foot_nav ul li .drop-down a:hover {
	color: #FFFFFF;
}

.footer .foot_infor {
	float: right;
	width:34%;
}

.footer .foot_infor .mode li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footer .foot_infor .mode li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: left;
}

.footer .foot_infor .mode li span svg{ width:24px; text-align:left;}


.footer .foot_infor .mode li span img {}

.footer .foot_infor .iconbox {
	margin-top: 25px;
}

.footer .foot_infor .iconbox li {
	float: left;
	margin-right: 10px;
}

.footer .foot_infor .iconbox li:nth-child(4n) {
	margin-right: 0px;
}

.footer .foot_infor ul li a {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border: #aeaeae solid 2px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer .foot_infor ul li a img.ic2 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic1 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic2 {
	display: inline-block;
}

.footer .foot_infor ul li:hover a {
	background: #ffffff;
	border: #ffffff solid 2px;
}

.footer .copyright {
	margin-top: 4.166%;
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	background:rgba(0, 0,0, 0.4);
}

.footer .copyright .container {
	padding-top:18px;
	padding-bottom:18px;
	border-top: rgb(255,255,255,0.2) solid 2px;
}

.footer .copyright a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright .designed {
	float: right;
}

.footer .copyright .designed a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright a:hover {
	color: #FFFFFF !important;
}







.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-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
   color:#fff;
}

.nyban .hover a{ color:#fff;}




.abnav {
	position: relative;
	z-index: 10;
	width: 100%;
	box-shadow: 0px 5px 18px rgba(3, 20, 35, 0.06);
	background: #FFFFFF;
}

.abnav.fixed {
	position: fixed;
	left: 0;
	top: 90px;
}

.abnav ul {
	font-size: 0;
}

.abnav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	margin-right: 38px;
}

.abnav ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background: #f2f2f2;
}

.abnav ul li:last-child:before {
	display: none;
}

.abnav ul li a,
.abnav ul li span {
	position: relative;
	display: block;
	color: #333333;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	cursor: pointer;
}

.abnav ul li.on a,
.abnav ul li:hover a,
.abnav ul li.on span,
.abnav ul li:hover span {
	color: #c72323;
}

.abnav ul li a:after,
.abnav ul li span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	margin: auto;
	background: #c72323;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.abnav ul li.on a:after,
.abnav ul li:hover a:after,
.abnav ul li.on span:after,
.abnav ul li:hover span:after {
	width: 100%;
}











/*关于我们*/
.about .content {

}

.about .i-title {
	padding-bottom: 0;
}

.about .i-title .h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:34px;
}

.profile {
	padding-top: 80px;
}

.profile .box {
	margin-top: 40px;
	color: #616469;
	font-size: 18px;
	line-height: 1.6;
}

.profile .box p{ text-indent:2em; line-height:40px;}


.profile .box img{ margin-top:40px;}



.pursuit {
	padding-top:4%;
}

.pursuit ul {
	width: 100%;
	overflow: hidden;
}

.pursuit ul li {
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.pursuit_li {
	position: relative;
}

.pursuit ul li:before,
.pursuit_li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img119.png) bottom center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pursuit ul li:hover:before,
.pursuit_li:hover:before {
	background: url(../images/img120.png) bottom center no-repeat;
	background-size: 100% auto;
}

.pursuit ul li .img,
.pursuit_li .img {
	padding-bottom: 121.875%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pursuit ul li .text,
.pursuit_li .text {
	position: absolute;
	left: 0;
	bottom: 66px;
	width: 100%;
	height: 110px;
	text-align: center;
	z-index: 5;
	transition: 0.6s;
}

.pursuit ul li:hover .text,
.pursuit_li:hover .text {}

.pursuit ul li .text .ic,
.pursuit_li .text .ic {}

.pursuit ul li .text .ic img {}

.pursuit ul li .text .tit,
.pursuit_li .text .tit {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pursuit ul li:hover .text .tit,
.pursuit_li:hover .text .tit {
	font-family: 'rob';
}

.pursuit ul li .text .subtit,
.pursuit_li .text .subtit {
	position: relative;
	padding-top: 60px;
	padding-left: 15.6%;
	padding-right: 15.6%;
	margin-top: 28px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: 0.5s;
}

.pursuit ul li:hover .text .subtit,
.pursuit_li:hover .text .subtit {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.pursuit ul li .text .subtit:before,
.pursuit_li .text .subtit:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 1px;
	height: 32px;
	background: #fff;
	transform-origin: center top;
	transition: 0.5s;
	height: 0;
}

.pursuit ul li:hover .text .subtit:before,
.pursuit_li:hover .text .subtit:before {
	height: 32px;
}

.equ-list{ padding:3% 0 3% 0;}
.horlist{ display:flex; display:-webkit-flex; flex-wrap:wrap; margin-right:-2%;}
.horlist li{ width:23%; margin-right:2%; margin-bottom:1%; float:left;}
.horlist .pic{ position:relative; overflow:hidden;height:auto; display:block;}
.horlist .pic img{ display:block; width:100%; height:auto; padding:5px; border:1px solid #eee;cursor: pointer;transition: all 1.5s;}

.horlist .pic:hover img{transform:scale(1.1);}

.horlist .tit{ margin-top:15px; font-size:16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center}




/*新闻详情*/
.new-detail {
	padding-top: 2.4%;
	padding-bottom: 5.2%;
}

.new-detail .wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.new-detail .title {
	text-align: center;
	font-family: arial;
	margin-bottom: 0px;
}

.new-detail .title .t1 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.new-detail .title .t2 {
	color: #999999;
	font-size: 14px;
	margin-top: 0px;
	font-weight:normal;
}

.new-detail .title .t2 span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px;
	padding:0;

	
}

.new-detail .title .t2 span:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 3px;
  background-color: #fff;
}


.new-detail .title .t2 span:last-child {
	margin-right: 0;
}

.detail_share {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 0;
}

.detail_share:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: 100%;
	height: 2px;
	background: #ebebeb;
}

.detail_share ul {
	display: inline-block;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px 30px;
	box-sizing: border-box;
	max-width: 100%;
}

.detail_share ul li {
	float: left;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 17px;
	overflow: hidden;
	margin-right: 16px;
}

.detail_share ul li:last-child {
	margin-right: 0;
}

.detail_share ul li img {}

.detail_share ul li img.ic2 {
	display: none;
}

.detail_share ul li:hover img.ic1 {
	display: none;
}

.detail_share ul li:hover img.ic2 {
	display: inline-block;
}

.new-detail .box {
	padding: 45px 0px;
	font-family: arial;
	color: #616469;
	font-size: 16px;
	line-height: 2;
}

.new-detail .box img {
	display: block;
	margin: auto;
}

.new-detail .box .tit {
	font-family: 'rob';
	color: #333333;
	font-size: 32px;
}

.nextprev {
	position: relative;
	padding-top: 100px;
	overflow: hidden;
	border-top: #eaeaea solid 1px;
}

/*.nextprev ul {}

.nextprev ul li {
	float: left;
	width: 38.6%;
	margin-right: 22.8%;
}

.nextprev ul li:nth-child(2n) {
	text-align: right;
	margin-right: 0;
}

.nextprev ul li a {
	display: inline-block;
	width: 100%;
	color: #616469;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nextprev ul li a:hover {
	color: #ea5a02;
}

.nextprev ul li a .sp {
	color: #ea5a02;
}*/

.back-to {
	position: absolute;
	left: 50%;
	bottom: 0;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.back-to a {
	/*display: inline-block;
	min-width: 160px;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 0 20px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	box-sizing: border-box;
}

.back-to a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #c72323;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.back-to a:hover:before {
	width: 0;
}

.back-to a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #e02a2a solid 2px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 25px;
	background: #e02a2a;
}

.back-to a:hover {
	color: #FFFFFF;
}

.back-to a img {
	display: inline-block;
	margin-right: 5px;
}

.back-to a .ic2 {
	display: none;
}

/*.back-to a:hover .ic2{
	display: inline-block;
}
.back-to a:hover .ic1{
	display: none;
}*/




/*翻页*/

/*.pages{text-align:center;margin: 1.5rem 0 0;}

.pages .box{ display:flex; align-items:center; justify-content:center}

.pages .box a{margin: 0 .375rem;border:#d3d6d9 1px solid;transition:.5s;font-size:14px;color:#78430f;display:flex;align-items:center;justify-content: center;height:2.5rem;min-width: 2.5rem;padding: 0 .5rem;white-space: nowrap;}

.pages .box a span{padding: 0 1rem;}



.pages .box a.on{ color:#fff; border:#014590 1px solid; background:#014590}*/



.page {
    margin:0 auto;
	padding-top:40px;
	text-align:center;
	width:100%;

	
}

.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;

}

.page-m a:hover {
	
	background:#c72323;
  color:#fff;
  border:1px solid #c72323;
}

.page-m a.xianshi{
     background:#c72323;
  color:#fff;
  border:1px solid #c72323;
}

.page-m a.active {
    background:#c72323;
  color:#fff;
  border:1px solid #c72323;
}

.page-m .page-num-current{ 
  background:#c72323;
  color:#fff;
  } 



@media only screen and (max-width: 1536px) {
	.abnav ul li {
		padding-right: 35px;
		margin-right: 33px;
	}
	/*new detail*/
	.new-detail .title .t1 {
		font-size: 34px;
	}
	}

@media only screen and (max-width: 1440px) {
	.abnav ul li {
		padding-right: 30px;
		margin-right: 28px
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 75px;
		line-height: 75px;
	}
	
	/*about*/
	.profile {
		padding-top: 70px;
	}

	.profile .box {
		font-size: 17px;
	}

	.pursuit ul li .text .ic img,
	.pursuit_li .text .ic img {
		max-width: 48px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 32px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		font-size: 17px;
		padding-top: 50px;
		margin-top: 20px;
	}


/*new detail*/
	.new-detail .title .t1 {
		font-size: 30px;
	}
	
	
	}
	
@media only screen and (max-width: 1366px) {
	.abnav ul li {
		padding-right: 25px;
		margin-right: 23px
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 70px;
		line-height: 70px;
		font-size: 17px;
	}
	
	/*new detail*/
	.new-detail .title .t1 {
		font-size: 28px;
	}
	
	}
	
@media only screen and (max-width: 1280px) {
	.abnav ul li {
		padding-right: 20px;
		margin-right: 18px
	}

	.abnav ul li a,
	.abnav ul li span {
		font-size: 16px;
	}
	
	/*about*/
	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 30px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		padding-top: 40px;
		margin-top: 10px;
	}

	.pursuit ul li:hover .text .subtit:before,
	.pursuit_li:hover .text .subtit:before {
		height: 28px;
	}

	}


@media only screen and (max-width: 1199px) {
	.abnav.fixed {
		top: 70px;
	}
	.abnav ul li {
		padding-right: 20px;
		margin-right: 20px
	}

	.abnav ul li a:after,
	.abnav ul li span:after {
		height: 3px;
	}
	}

@media only screen and (max-width: 1024px) {
	.abnav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}

	.abnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.abnav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	
/*about*/

	.pursuit .pointbox {
		display: block;
	}

	.pursuit ul li .text .ic img,
	.pursuit_li .text .ic img {
		max-width: 42px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 28px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		padding-left: 35px;
		padding-right: 35px;
		font-size: 16px;
	}

	.pursuit ul li:before,
	.pursuit_li:before {
		background: url(../images/img120.png) bottom center no-repeat;
		background-size: 100% auto;
	}

	.pursuit ul li .text,
	.pursuit_li .text {
		height: auto;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}

	.pursuit ul li .text .subtit:before,
	.pursuit_li .text .subtit:before {
		height: 28px;
	}


/*new detail*/
	.new-detail {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.new-detail .title .t1 {
		font-size: 24px;
	}

	.detail_share {
		display: none;
	}

	.new-detail .box {
		padding: 40px 0px;
		border-top: #ebebeb solid 1px;
	}

	.back-to {
		display: none;
	}

	.nextprev {
		padding-top: 40px;
	}

	.nextprev ul li {
		width: 44%;
		margin-right: 12%;
	}


	}
	
@media only screen and (max-width: 768px) {	
.abnav ul li a,
	.abnav ul li span {
		height: 64px;
		line-height: 64px;
	}
	
	
.horlist{ margin-right:0}
.horlist li{ width:48%;}
	
/*new detail*/
	.new-detail {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.new-detail .title .t1 {
		font-size: 28px;
	}

	.new-detail .title .t2 {
		margin-top: 20px;
	}

	.new-detail .box {
		padding: 30px 0px;
	}

	.nextprev {
		padding-top: 20px;
	}

	.nextprev ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin: 10px auto;
	}

	.nextprev ul li:nth-child(2n) {
		text-align: left;
	}

	.nextprev ul li a {
		padding-bottom: 0;
	}
	
	}
	
@media only screen and (max-width: 640px) {	
.abnav ul li a,
	.abnav ul li span {
		height: 60px;
		line-height: 60px;
	}

	.abnav ul li a:after,
	.abnav ul li span:after {
		height: 2px;
	}
	
/*about*/
	.profile {
		padding-top: 50px;
	}

	.profile .box {
		margin-top: 30px;
	}

	.pursuit {
		padding-top: 40px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 24px;
	}
	
	/*new detail*/
	.new-detail {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.new-detail .title .t1 {
		font-size: 22px;
	}

	.new-detail .title .t2 {
		font-size: 15px;
	}

	.new-detail .title .t2 span {
		margin: 0px 10px;
	}

	.new-detail .box {
		font-size: 15px;
	}

	.nextprev ul li a {
		font-size: 15px;
	}

	

}

@media only screen and (max-width: 540px) {	
.abnav.fixed {
		top: 60px;
	}
	
	.abnav ul li a,
	.abnav ul li span {
		height: 56px;
		line-height: 56px;
	}
	
	/*about*/
	.profile .box {
		font-size: 15px;
	}
	
		
.horlist{ margin-right:0}
.horlist li{ width:100%; margin-right:0; margin-bottom:3%}

	/*.pursuit ul li:before,
	.pursuit_li:before{
		background: url(../images/img120.png) bottom center no-repeat;
		background-size: 100% auto;
	}
	.pursuit ul li .text, .pursuit_li .text{
		height: auto;
	}
	.pursuit ul li .text .subtit, .pursuit_li .text .subtit{
		opacity: 1;
		visibility: visible;
    	transform: translateY(0px);
	}
	.pursuit ul li .text .subtit:before,
	.pursuit_li .text .subtit:before{
		height: 28px;
	}*/
	
/*new detail*/
	.new-detail .title .t1 {
		font-size: 18px;
	}

	.new-detail .title .t2 span {
		margin: 0px 6px;
	}

	.new-detail .box {
		padding: 20px 0px;
	}

	
}

	
/* 知识问答 */
.knowledge-wrap{
    padding-top: 50px;
    padding-bottom: 94px;
}
.knowledge-list li{
    margin-bottom: 20px;
}
.knowledge-list li:last-child{
    margin-bottom: 0px;
}
.knowledge-ques{
    display: flex;
    align-items: center;
    height: 86px;
    padding-right: 47px;
    background: #efefef;
}
.knowledge-left{
    width: 86px;
    height: 86px;
    background: #e62129;
    display: flex;
    align-items: center;
    justify-content: center;
}
.knowledge-icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
    background: url(../images/answer_icon.png) no-repeat center;
}
.knowledge-list li.on .knowledge-icon{
    background-image: url(../images/answer_icon_on.png);
}
.knowledge-ques h3{
    width: calc(100% - 120px);
    padding-left: 40px;
    font-size: 18px;
    color: #333;
    font-family: "BEBASNEUE_BOLD";
}

.knowledge-ques h3 a:hover{ color:#e62129}


.knowledge-anwer{
    font-family: "BEBASNEUE_BOOK";
    padding-top: 28px;
    padding-left: 90px;
    padding-bottom: 50px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    padding-right: 90px;
    background: #f6f6f6;
    display: none;
}
@media(max-width: 991px){
    .knowledge-anwer{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
		font-size:14px;
    }
    .knowledge-left{
        width: 68px;
        height: 68px;
    }
    .knowledge-ques{
		height:auto;
    }
    .knowledge-ques h3{
        padding-left: 20px;
        width: calc(100% - 102px);
		font-size:16px;
    }
    .knowledge-ques{
        padding-right: 20px;

    }
    .knowledge-wrap{
        padding-bottom: 55px;
    }
}
@media(max-width: 599px){
    .knowledge-left{
        width: 48px;
    }
    .knowledge-ques{
        padding-right: 10px;
		height:auto;
    }
    .knowledge-ques h3{
        padding-left: 10px;
        width: calc(100% - 82px);
		font-size:16px;
    }
    .knowledge-anwer{
        padding-left: 20px;
        padding-right: 20px;
    }
}

  

.pronav{ width:25%; float:left; background:rgb(255,255,255,0.8); margin-right:1%;}
.pronav ul li{ height:48px; line-height:48px; border-bottom:1px solid rgb(0,0,0,0.05);}
.pronav ul .on{background:#bf0404;}
.pronav ul .on a{ color:#fff;}
.pronav ul li a{ padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display:block; padding-right:10px; -webkit-transition:all 1s;
 transition:all 1s}
.pronav ul li a:hover{ background:#bf0404; color:#fff;}
.pronav ul li a span{ margin-left:8px;}
.pronav ul li i{ font-size:14px; font-weight:bold;}

.pro-list-box{ background:#f1f1f1; padding:35px 0 80px 0;}
.pro-list-box .page{ border-top:1px solid #e1e1e1; margin-top:40px;}
.pro-list-box .page a{ border:1px solid #e0dede;}
	
.pro-list-box .allItems {
 width:73%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.pro-list-box .allItems .item {
 width:32%;
 margin-left:1%;
 cursor:pointer;
 margin-bottom:40px;
 background-color:#fff;
 padding:10px 0;
 -webkit-transition:all 1s;
 transition:all 1s
}
.pro-list-box .allItems .item .one {
 width:100%;
 overflow:hidden
}
.pro-list-box .allItems .item .one img {
 width:100%;
 -o-object-fit:cover;
 object-fit:cover;
 display:block;
 -webkit-transition:all 1s;
 transition:all 1s
}
.pro-list-box .allItems .item p {
 width:90%;
 margin-left:5%;
 border-top:1px solid #ededed;
 padding:10px 0;
 font-family:Fira Code Medium;
 text-align:center;
 font-weight:lighter;
 position:relative;
 -webkit-transition:all 1s;
 transition:all 1s
}
.pro-list-box .allItems .item p:before {
 position:absolute;
 top:0;
 left:0;
 content:"";
 display:inline-block;
 height:1px;
 width:0;
 background-color:#b00c0c;
 -webkit-transition:all 1s;
 transition:all 1s
}

.pro-list-box .allItems .item a:hover{color:#b00c0c}


.pro-list-box .allItems .item:hover {
 -webkit-box-shadow:0 2px 5px 5px #e2e2e2;
 box-shadow:0 2px 5px 5px #e2e2e2
}
.pro-list-box .allItems .item:hover .one img {
 -webkit-transform:scale(1.05);
 transform:scale(1.05)
}
.pro-list-box .allItems .item:hover p {
 color:#b00c0c
}
.pro-list-box .allItems .item:hover p:before {
 width:100%
}
.pro-list-box .more {
 width:100%;
 text-align:center;
 margin:60px 0
}
.pro-list-box .more a {
 cursor:pointer;
 font-family:Fira Code Medium;
 font-weight:lighter;
 font-size:14px;
 text-decoration:none;
 color:#fff;
 padding:10px 50px;
 border-radius:20px;
 -webkit-tap-highlight-color:transparent;
 display:inline-block;
 vertical-align:middle;
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 -webkit-box-shadow:0 0 1px transparent;
 box-shadow:0 0 1px transparent;
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
 position:relative;
 overflow:hidden;
 background:#b00c0c;
 -webkit-transition-property:color;
 transition-property:color;
 -webkit-transition-duration:.3s;
 transition-duration:.3s
}
.pro-list-box .more a:before {
 content:"";
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:#222430;
 border-radius:100%;
 -webkit-transform:scale(2);
 transform:scale(2);
 -webkit-transition-property:transform;
 -webkit-transition-property:-webkit-transform;
 transition-property:-webkit-transform;
 transition-property:transform;
 transition-property:transform,-webkit-transform;
 -webkit-transition-duration:.6s;
 transition-duration:.6s;
 -webkit-transition-timing-function:ease-out;
 transition-timing-function:ease-out
}
.pro-list-box .more a:hover:before {
 -webkit-transform:scale(0);
 transform:scale(0)
}

@media screen and (max-width:1000px) {
 
 .pro-list-box {
  
 }
 .pro-list-box .allItems {
  /*-webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column*/
 }
 .pro-list-box .allItems .item {
  width:46% !important;
  margin-left:2% !important;
 }
}

@media screen and (max-width:600px) {
 
 .pro-list-box {
  
 }
 .pro-list-box .allItems {
 -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
 .pro-list-box .allItems .item {
  width:100% !important;
  margin-left:0 !important;
  margin-bottom:10px !important
 }
}


	
/*产品详情*/
/*.pro-des{display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 width:100%;
 }

.prodetail-jjl{ }

.prodetail-jjlimg{
    width: 100%;
	background:#fff;
}
.prodetail-jjlimg img{
    width: 100%;
}
.prodetail-jj{
    padding:70px 0;
	background:#f1f1f1;
}
.prodetail-jjl{
    display: flex;
    justify-content: space-between;
}


.prodetail-jjlimgul li{
    display: none;
}
.prodetail-jjlimgul li:first-child{
    display: block;
}

.prodetail-jjrtxt{ width:100%; margin-bottom:0 !important; padding-bottom:0px;}

.prodetail-jjrtxt h3{
    font-size: 24px;
	margin-bottom:20px !important; padding-bottom:0px;
	

}

*/



/*.prodetail-jjrul{
    display: flex;
    
}*/
/*.prodetail-jjrul li a{
    color: #666666;
}
.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;}

.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-jjr{ }
.prodetail-jjrw{
    padding: 10px 0 0 20px;
}
.prodetail-jjrtxtm h3{
    margin-top: 30px;
    font-size: 24px;
    color: #666666;
}
.prodetail-jjrul li {
    margin-right: 30px;
    line-height: 30px;
}   
.prodetail-jjrul li img{
    vertical-align: middle;
}
.prodetail-jjrul{
    margin-top: 30px;
}
.mai{
    display: block;
    width: 177px;
    height: 40px;
    background: rgb(0,0,0,0.1);
    color: #333;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
	font-family:BEBASNEUE_BOOK;
	font-weight:bold;
	letter-spacing:2px;
}

.mai:hover{
    display: block;
    width: 177px;
    height: 40px;
    background: #c72323;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    
}




@media screen and (min-width: 1400px) and (max-width: 1920px){
    .prodetail-jjl{
        padding-right: 1px;
    }
}
@media(max-width:1700px){
    
}
@media(max-width:1600px){
    
}
@media(max-width:1400px){
    
    
}
@media(max-width:1200px){
	.prodetail-jjrtxtm{ height:150px;}

}
@media(max-width:991px){
    .prodetail-jjl{
        flex-wrap: wrap;
    }
    .prodetail-jjlimg{
        width: 100%;
    }
    .prodetail-jjsw{
        width: 100%;
    }
    .prodetail-jjswiepr{
        height: auto;
    }
    .prodetail-jjsw{
        margin-top: 15px;
    }
    .prodetail-jj {
        padding: 30px 0;
    }
    .prodetail-jjrtxt h3 {
        font-size: 22px;
    }
    .prodetail-jjrtxt h4 {
        font-size: 20px;
        margin: 5px 0 5px;
    }
    .prodetail-jjrtxtm h3 {
        margin-top: 15px;
        font-size: 22px;
    }
    .prodetail-jjrul {
        margin-top: 15px;
    }
    .prodetail-jjrw {
        padding: 20px 0 0 0px;
    }
	.prodetail-jjrtxtm2{ padding:20px 0 0 0}
	
	.prodetail-jjrtxtm{ height:120px;}
}

@media(max-width:991px){
	
	.prodetail-jjrtxtm{ height:auto;}
	
	}
	
	


*/



	
.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);
}

.about_case {
  padding: 3.75rem 0 6.25rem;
}

.about_case .left {
  width: 41%;
}

.about_case .left .name {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: justify;
  text-transform: uppercase;
  color: #000000;
  margin: 1.5rem 0 .5rem;
}

.about_case .left .service_name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  text-transform: uppercase;
  color: #ee0206;
}

.about_case .left .logo {
  background: #FFFFFF;
}

.about_case .left .logo img {
  box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
  border-radius: 0px;
  border: 1px solid #D8D2D2;
}

.about_case .right {
  width: 46%;
}

.about_case .content {
  padding: 3.3125rem 2.5rem 2.0625rem 5.3125rem;
  background: #FFFFFF;
  box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
  border-radius: 0px 3.125rem 0px 0px;
  border: 1px solid #D8D2D2;
}

.about_case .center {
  width: 13%;
  margin-top: 1rem;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 1;
  z-index: 9;
  opacity: 0.4;
  letter-spacing: 7px;
  -webkit-writing-mode: vertical-rl;
  opacity: 1;
  writing-mode: vertical-rl;
}

.about_case .swiper-pagination {
  bottom: 0;
}

.about_case .swiper-container {
  padding-bottom: 3.25rem;
}

.about_case .swiper-slide {
  opacity: 0 !important;
}

.about_case .swiper-slide-active {
  opacity: 1 !important;
}

.about_case .text {
  text-align: justify;
}

.about_case .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ee0206;
  border-radius: 0px 1.875rem 0px 0px;
  width: 10rem;
  line-height: 3.9375rem;
  z-index: 9;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
}

.bgf5 {
  background: #F5F5F5;
}

.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;
}

.srmgyxt {
  display: flex;
  flex-wrap: wrap;
}

.srmgyxt .number {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: justify;
  color: #E9E9EA;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.srmgyxt .text {
  min-height: 5.625rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.srmgyxt>div>div {
  border: 1px solid #E4D7D7;
  height: 100%;
  padding: 1.875rem 2.5rem 3.75rem;
  position: relative;
  z-index: 1;
}

.srmgyxt>div>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 2.40625rem solid transparent;
  border-right: 2.40625rem solid #F7F7F7;
  border-left: 2.40625rem solid transparent;
  border-bottom: 2.40625rem solid #F7F7F7;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  z-index: -1;
}

.srmgyxt>div>div:hover::before {
  border-top: 6rem solid transparent;
  border-right: 6rem solid #ee0206;
  border-left: 6rem solid transparent;
  border-bottom: 6rem solid #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
  height: 100%;
  background: #ee0206;
}

.srmgyxt>div>div:hover .number {
  color: rgba(255, 255, 255, 0.2);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.srmgyxt>div>div:hover .text {
  color: #FFFFFF;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.srmgyxt .col-md-4 {
  margin-bottom: 2.1875rem;
}

#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;
}

.list_industry,
.list_join {
  position: relative;
  z-index: 0;
}

.list_industry .img img {
  min-height: 18.1875rem;
  object-fit: cover;
}

.list_industry .swiper-slide .icon {
  height: 6.625rem;
  width: 6.625rem;
  line-height: 6.625rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.list_industry .swiper-slide .icon img {
  object-fit: contain;
  height: 3.75rem;
}

.list_industry .swiper-slide .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.list_industry .swiper-slide .hover .name {
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-top: 1.25rem;
}

.list_industry .swiper-slide .hover .name span {
  position: relative;
  padding-bottom: .975rem;
  line-height: 2.25rem;
}

.list_industry .swiper-slide .hover .name span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ee0206;
  width: 1.375rem;
  height: .1875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry .swiper-slide>div {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry .swiper-slide:hover>div {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.4);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry .swiper-slide:hover .name span::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #505050;
  margin-top: 1.875rem;
}

.list_industry_two .icon {
  width: 14.1875rem;
  height: 14.1875rem;
  border-radius: 50%;
  margin: 0 auto;
}

.list_industry_two .icon img {
  padding: 1.625rem;
  border: 0.5px solid #CFCFCF;
  border-radius: 50%;
}

.list_industry_two .icon {
  position: relative;
}

.list_industry_two .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  height: 80%;
  border: 1px solid #ee0206;
  border-radius: 50%;
  opacity: 0;
}

.phone_show {
  display: none;
}

.list_industry_two .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  height: 70%;
  border: 1px solid #ee0206;
  border-radius: 50%;
  opacity: 0;
}

.list_industry_two .swiper-slide:hover .name {
  color: #ee0206;
}

.list_industry_two .swiper-slide:hover .icon::before {
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transform: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  opacity: 1;
}

.list_industry_two .swiper-slide:hover .icon::after {
  width: 100%;
  height: 100%;
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  opacity: 1;
}

.list_industry_two1 .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.list_industry_two1 .flex>div:nth-child(odd) {
  width: calc(50% - 1.375rem);
}

.list_industry_two1 .flex>div:nth-child(even) {
  width: calc(50% - 1.375rem);
}

.list_industry_two1 .flex>div {
  padding: 0 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  background: #FFFFFF;
  border-radius: 25rem;
  margin-bottom: 2.5rem;
  height: 10.875rem;
  position: relative;
  z-index: 1;
}

.list_industry_two1 .flex>div:nth-child(even) .left {
  order: 2;
}

.list_industry_two1 .flex>div:nth-child(even) .right {
  order: 1;
}

.list_industry_two1 .flex>div:nth-child(even)::before {
  left: 1.3125rem;
  right: auto;
}

.list_industry_two1 .flex>div .left {
  width: calc(100% - 8.9375rem);
  text-align: center;
}

.list_industry_two1 .flex>div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3125rem;
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 50%;
  background: #ee0206;
  z-index: -1;
}

.list_industry_two1 .flex>div .right {
  position: relative;
  width: 8.9375rem;
  text-align: center;
  z-index: 1;
}

.list_industry_two1 .flex>div:hover .left {
  color: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two1 .flex>div:hover::before {
  width: calc(100% - 2.625rem);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  border-radius: 25rem;
}

.list_industry_two1 .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
}

.list_industry_two2 .name,
.list_industry_two3 .name,
.list_industry_two4 .name,
.list_indusry_three4 .name,
.list_indusry_three5 .name {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.25rem;
  text-align: center;
  color: #505050;
}

.list_industry_two2 .flex,
.list_industry_two3 .flex,
.list_industry_two4 .flex,
.list_indusry_three4 .flex,
.list_indusry_three5 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_industry_two2 .flex>div,
.list_industry_two3 .flex>div,
.list_industry_two4 .flex>div,
.list_indusry_three4 .flex>div,
.list_indusry_three5 .flex>div {
  padding: 0 1.3125rem;
  flex: 1 0 0;
}

.list_industry_two2 .name {
  margin-top: 1.375rem;
}

.list_industry_two2 .icon {
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 50%;
  margin: 0 auto;
}

.list_industry_two2 .icon img {
  display: block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two2 .flex>div {
  padding: 0 1.3125rem;
  flex: 1 0 0;
}

.list_industry_two2 .flex>div>div:hover {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  filter: drop-shadow(0 0px 0.625rem rgba(0, 0, 0, 0.15));
}

.list_industry_two2 .flex>div>div:hover .name {
  color: #ee0206;
}

.list_industry_two2 .flex>div>div:hover .icon img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two3 .name {
  position: relative;
  line-height: 2.9375rem;
  margin-left: 1.875rem;
  z-index: 3;
  margin-top: 0;
  padding-top: 2.25rem;
}

.list_industry_two3 .name div {
  width: 100%;
  height: 100%;
  padding: 2.25rem 0 4rem;
  border-radius: 1.875rem 1.875rem 0px 0px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

.list_industry_two3 .name::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: 100%;
  height: calc(100% - 2.25rem);
  background: #DCDCDD;
  border-radius: 1.875rem 1.875rem 0px 0px;
  z-index: -1;
}

.list_industry_two3 .name div::before {
  content: "";
  background: #ee0206;
  border-radius: 0px 1.875rem 1.875rem 0px;
  position: absolute;
  top: 2.25rem;
  width: 4rem;
  height: 2.9375rem;
  left: 0;
  z-index: 2;
}

.list_industry_two3 .flex>div:hover .name::after {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two3 .flex>div:hover div::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #ee0206;
}

.list_industry_two4 .icon1 {
  background: #ee0206;
  border-radius: 1.25rem 1.25rem 0px 0px;
  line-height: 12.125rem;
  width: 8.75rem;
  text-align: center;
  position: relative;
  left: 3.75rem;
}

.list_industry_two4 .name {
  width: calc(100% - 8.125rem);
}

.list_industry_two4 .icon1::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: -1.75rem;
  border-top: 0.875rem solid #D9D9D9;
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid #D9D9D9;
  border-right: 0.875rem solid transparent;
}

.list_industry_two4 .flex {
  flex-wrap: wrap;
}

.list_industry_two4 .flex>div {
  width: 50%;
  flex: auto;
  margin-bottom: 2.0625rem;
}

.list_industry_two4 .flex>div>div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.list_industry_two4 .flex>div>div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 8.5625rem;
  background: #FFFFFF;
  z-index: -1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_industry_two4 .flex>div>div:hover::before {
  box-shadow: 0 0 .625rem #ddd;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_indusry_three4 ul {
  background: #F5F5F5;
}

.list_indusry_three4 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_indusry_three4 ul li>div {
  width: 50%;
}

.list_indusry_three4 ul li:nth-child(even) div:nth-child(1) {
  order: 2;
}

.list_indusry_three4 ul li:nth-child(even) div:nth-child(2) {
  order: 1;
}

.list_indusry_three5 .img {
  padding: 9.375rem 0;
}

.list_indusry_three5 .img ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industru_container_swiper .swiper-pagination,
.industru_container_swiper1 .swiper-pagination,
.swiper_indeust_two .swiper-pagination,
.swiper_industry_swiper .swiper-pagination,
.swiper_industry_swiper1 .swiper-pagination,
.swiper_industry_swiper2 .swiper-pagination {
  display: none;
}

.pc_hide {
  display: none;
}

.list_indusry_three5 .img ul li {
  flex: 1 0 0;
  padding: .6875rem 0 3.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.list_indusry_three5 .img ul li:last-child {
  border-right: none;
}

.list_indusry_three5 .img ul li .icon {
  margin-bottom: 1rem;
}

.list_indusry_three5 .img ul li .icon img {
  display: block;
  margin: 0 auto;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_indusry_three5 .img ul li .icon .text {
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: .1875rem;
  color: #FFFFFF;
}

.list_indusry_three5 .img ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_indusry_three5 .img ul li.pt70 {
  padding: 4.375rem 0 3.75rem;
}

.list_indusry_four .swiper-container {
  padding-bottom: 3.375rem;
}

.list_indusry_four .swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  background: transparent;
  border: 1px solid #ee0206;
}

.list_indusry_four .swiper-pagination {
  bottom: 0;
}

.list_indusry_four .swiper-slide:hover .name_title::before {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_indusry_four .swiper-pagination-bullet-active {
  background: #ee0206;
}

.list_indusry_four .name_title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 3.375rem;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
}

.list_indusry_four .swiper-slide {
  padding: 1.625rem 0 3.5rem;
  background: #F5F5F5;
  height: auto;
}

.list_indusry_four .name_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1.5625rem);
  height: 100%;
  border-radius: 0 2.5rem 2.5rem 0;
  background: #ee0206;
  z-index: -1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_indusry_four .name {
  margin: 1.875rem 0 .6875rem;
}

.list_indusry_four .name div:nth-child(1) {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_indusry_four .name div:nth-child(2) {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #333333;
}

.list_indusry_four .text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #797979;
}

.text20 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #787777;
}

.title.cf span::before {
  background: #fff;
}


.list_number_two .icon img {
  height: 7rem;
  display: block;
  margin: 0 auto;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_number_two .swiper-pagination {
  bottom: 0;
  display: none;
}

.list_number_two .swiper-slide:hover .name_title::before {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_number_two .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_number_two .swiper-slide:hover .name {
  color: #ee0206;
}

.list_number_two .swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  background: transparent;
  border: 1px solid #ee0206;
}

.list_number_two .swiper-pagination-bullet-active {
  background: #ee0206;
}

.list_number_two .swiper-slide {
  padding: 2.6875rem 3.75rem 4.375rem;
  background: #fff;
  height: auto;
}

.list_number_two .swiper-slide>div {
  height: 100%;
}

.list_number_two .name {
  margin: 1.375rem 0 .625rem;
}

.list_number_two .text {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  color: #474747;
}

.list_numberoa_two .bot .left,
.list_numberoa_three .bot .left {
  padding-right: 4.375rem;
}

.list_numberoa_two .bot .right,
.list_numberoa_three .bot .right {
  padding-left: 0;
}

.list_numberoa_two .bot .row,
.list_numberoa_three .bot .row {
  display: flex;
  align-items: center;
}

.list_numberoa_two .bot ul li,
.list_numberoa_three .bot ul li {
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
}

.list_numberoa_two .bot ul li:last-child,
.list_numberoa_three .bot ul li:last-child {
  border-bottom: none;
}

.list_numberoa_two .bot ul li .top,
.list_numberoa_three .bot ul li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  padding: 1.25rem 0;
}

.list_numberoa_two .bot ul li .top .iconfont,
.list_numberoa_three .bot ul li .top .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #3D3D3D;
}

.list_numberoa_two .bot ul li .text,
.list_numberoa_three .bot ul li .text {
  display: none;
  padding-bottom: 1.25rem;
}

.list_numberoa_two .bot ul li.active .text,
.list_numberoa_three .bot ul li.active .text {
  display: block;
}

.list_numberoa_two .bot ul li.active .top,
.list_numberoa_three .bot ul li.active .top {
  color: #ee0206;
}

.list_numberoa_two .bot ul li.active .iconfont,
.list_numberoa_three .bot ul li.active .iconfont {
  transform: rotate(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_numberoa_two .bot ul li.active .top,
.list_numberoa_three .bot ul li.active .top {
  padding-bottom: .6875rem;
}

.list_numberoa_two .bot .container {
  padding-left: 0;
}

.list_numberoa_three .right {
  order: 1;
}

.list_numberoa_three .left {
  order: 2;
  padding: 0 15px 0 4.375rem;
}

.list_numberoa_three .list_numberoa_three_img .img3 {
  position: absolute;
  top: -6.25rem;
  left: -4.25rem;
  z-index: -1;
  animation: yuanquan 2s infinite;
}

.list_numberoa_three .list_numberoa_three_img .img2 {
  position: absolute;
  top: -0.8125rem;
  right: 2.25rem;
  z-index: -1;
  animation: yuanquan 2s infinite;
}

@keyframes yuanquan {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.list_numberoa_four {
  background: #203388;
}

.list_numberoa_four ul {
  padding: 2rem 6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_numberoa_four ul::before {
  content: "";
  position: absolute;
  top: 4.3125rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24rem);
  height: 1px;
  background: #FFFFFF;
}

.list_numberoa_four ul li {
  flex: 1 0 0;
  cursor: pointer;
}

.list_numberoa_four ul li>div {
  padding: 0 1.25rem;
}

.list_numberoa_four ul li .img {
  position: relative;
  z-index: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_numberoa_four ul li .img>div {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #fff;
  margin: 0 auto;
}

.list_numberoa_four ul li .img::before {
  content: "";
  position: absolute;
  width: 6.875rem;
  left: 50%;
  transform: translateX(-50%);
  background: #203388;
  height: 100%;
  z-index: -1;
}

.list_numberoa_four ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_numberoa_four ul li:hover .img div,
.list_numberoa_four ul li.active .img div {
  border: 4px solid #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_numberoa_four ul li .name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: .625rem;
}

.list_numberoa_four .sum {
  padding: 2.5rem 3.125rem 2.1875rem 3.125rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
}

.list_numberoa_four .sum>div {
  display: none;
}

.list_numberoa_four .sum>div.active {
  display: block;
}

.list_numberoa_four .sum .flex {
  align-items: center;
}

.list_numberoa_four .sum .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #000000;
}

.list_numberoa_four .sum .text {
  margin: 1.25rem 0;
}

.list_numberoa_five .flex {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.list_numberoa_five .right {
  width: 73%;
  padding: 0 5.625rem 0 4.375rem;
}

.list_numberoa_five .right>div {
  display: none;
}

.list_numberoa_five .right div.active {
  display: block;
}

.list_numberoa_five .right .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: justify;
  color: #000000;
}

.list_numberoa_five .right .text {
  margin: 1.25rem 0;
  text-align: justify;
}

.list_numberoa_five .left {
  width: 27%;
}

.list_numberoa_five .left ul li {
  line-height: 6.25rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  padding-left: 5.3125rem;
  position: relative;
  font-size: 1.25rem;
  color: #787777;
}

.list_numberoa_five .left ul li:hover div,
.list_numberoa_five .left ul li.active div {
  opacity: 1;
}

.list_numberoa_five .left ul li div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #F5F5F5;
  border-left: 1px solid #E0E0E0;
  width: 2.5rem;
  height: 100%;
  text-align: center;
  opacity: 0;
}

.list_numberoa_five .left ul li .iconfont {
  color: #3558Ef;
  font-size: 1.25rem;
}

.list_numberoa_six {
  background: #0F1A6C;
  overflow: hidden;
}

.list_numberoa_six>img {
  width: 44.9375rem;
  animation: fangda 2s infinite linear;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.list_numberoa_six .flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.list_numberoa_six .more:hover {
  box-shadow: inset 0 0 0 1.8rem #ee0206;
}

.list_numberoa_six .right {
  padding-left: 10.5rem;
}

.list_numberoa_six .right .sum .text {
  margin: 1.25rem 0 1.5625rem;
  text-align: justify;
  display: none;
}

.list_numberoa_six .right .sum .text.active {
  display: block;
}

.list_numberoa_six .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 1.5625rem;
}

.list_numberoa_six .right ul li {
  padding: 0 .75rem .625rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.list_numberoa_six .right ul li:hover::before,
.list_numberoa_six .right ul li.active::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}

.list_numberoa_six .right ul li::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 0;
  height: .25rem;
  background: #FFFFFF;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_numberoa_six .left .img2 {
  position: absolute;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
  animation: sx 2s infinite linear;
  height: 9.4375rem;
}

@keyframes sx {
  0% {
    transform: translate(-50%, 10px);
  }

  50% {
    transform: translate(-50%, 0px);
  }

  100% {
    transform: translate(-50%, 10px);
  }
}

.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;
}

.list_number_three .swiper-pagination {
  bottom: 0;
  display: none;
}

.list_number_three .swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  background: transparent;
  border: 1px solid #ee0206;
}

.list_number_three .swiper-pagination-bullet-active {
  background: #ee0206;
}

.list_number_three .name {
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  padding: 0 2.125rem;
  line-height: 4.5rem;
  color: #fff;
}

.list_number_three .content {
  width: calc(100% - 1.5625rem);
  background: #FFFFFF;
  border: 1px solid #CFCDCD;
  padding: 1.875rem 2.125rem 3.75rem;
}

.list_number_three .content .text {
  line-height: 1.625rem;
}

.list_number_three .swiper-slide {
  padding-bottom: .625rem;
  height: auto;
}

.list_number_three .swiper-slide>div {
  height: 100%;
}

.list_number_three .swiper-slide>div .content {
  height: calc(100% - 4.5rem);
}

.list_number_three .swiper-slide:hover .content {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.swiper-pagination-bullet {
  width: .8125rem;
  height: .8125rem;
  background: transparent;
  border: 1px solid #ee0206;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ee0206;
}

.list_number_khsy .swiper-pagination {
  bottom: 0;
}

.list_number_khsy .swiper-container {
  padding-bottom: 2.875rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
}

.list_number_khsy .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.9375rem;
  text-align: center;
  color: #505050;
  position: relative;
  z-index: 1;
}

.list_number_khsy .name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 1.875rem;
}

.list_number_khsy .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.75rem;
  width: 4rem;
  height: 100%;
  border-radius: 0 2.5rem 2.5rem 0;
  background: #ee0206;
  z-index: -1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_number_khsy .swiper-slide {
  padding-bottom: 1.25rem;
  height: auto;
}

.list_number_khsy .swiper-slide>div {
  height: 100%;
}

.list_number_khsy .swiper-slide:hover .name::before,
.list_number_khsy .swiper-slide:hover .content::before {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_number_khsy .content {
  padding: 2.25rem 0 0 1.875rem;
  position: relative;
}

.list_number_khsy .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ee0206;
  border-radius: 1.875rem 1.875rem 0px 0px;
  width: calc(100% - 1.875rem);
  height: 9.625rem;
  z-index: -1;
}

.list_number_khsy .content .bgf {
  background: #fff;
  padding: 2.25rem 2.375rem 3.75rem 1.75rem;
  box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 3.125rem 3.125rem 0px 0px;
  height: 100%;
}

.list_case_top .container>.clearfix {
  z-index: 1;
  padding-bottom: 1.875rem;
}

.list_case_top {
  position: relative;
  z-index: 0;
}

.list_case_top .container>.clearfix::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.4375rem;
  background: #F5F5F5;
  z-index: -1;
  width: calc(100% + 1.6875rem);
  height: calc(100% - 1.875rem);
}

.list_case_top .swiper-pagination {
  bottom: 0;
  width: calc(100% - 6.5625rem);
}

.list_case_top .swiper-container {
  padding-bottom: 2.5rem;
}

.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%;
}

.list_case_top .right {
  position: absolute;
  bottom: 4.375rem;
  right: 0;
  width: 52%;
}

.list_case_top .right ul li {
  position: relative;
  padding: .875rem 4.0625rem 1.4375rem 4.6875rem;
  z-index: 1;
  overflow: hidden;
}

.list_case_top .right ul li:hover .name,
.list_case_top .right ul li.active .name,
.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: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.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: #fff;
}

.list_case_top .right ul li:hover::before,
.list_case_top .right ul li.active::before {
  right: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case_top .right ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ee0206;
  -webkit-clip-path: polygon(4.4% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(4.4% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case_bot .name,
.list_case_top .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #000000;
}

.list_case_bot .text,
.list_case_top .text {
  color: #9A9A9A;
  margin: .25rem 0 .375rem;
}

.list_case_bot .fenlei,
.list_case_top .fenlei {
  color: #BEBEBE;
}

.list_case_bot .fenlei span:nth-child(1),
.list_case_top .fenlei span:nth-child(1) {
  font-size: .75rem;
  padding: 0 .875rem;
  line-height: 1.5rem;
  text-align: center;
  color: #BEBEBE;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  display: inline-block;
  margin-right: .875rem;
}

.list_case_bot {
  padding: 3.125rem 0 3.75rem;
  background: #F5F5F5;
}

.list_case_bot .list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% - 7rem);
  transform: translateY(-50%);
  background: #fff;
  z-index: -1;
}

.list_case_bot .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.list_case_bot .list>.pr {
  width: 45%;
  float: left;
  position: relative;
}

.list_case_bot .list>.pr::before {
  content: "";
  position: absolute;
  top: 1.5625rem;
  background: #ee0206;
  width: 100%;
  height: calc(100% - 2.375rem);
  right: -1rem;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.list_case_bot .list>.pr::after {
  content: "";
  position: absolute;
  bottom: 3.4rem;
  background: #F5F5F5;
  width: 100%;
  height: calc(100% - 9.9375rem);
  right: -1rem;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0, 98% 0, 91.2% 100%, 0% 100%);
  clip-path: polygon(0% 0, 98% 0, 91.2% 100%, 0% 100%);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case_bot .list>.pr .left {
  -webkit-clip-path: polygon(0 0, 100% 0, 88.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 88.5% 100%, 0% 100%);
}

.list_case_bot .list .right {
  width: 55%;
  float: right;
  padding-right: 1.75rem;
  padding-left: 2.5rem;
}

.list_case_bot .list .right .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.list_case_bot .list .right .flex>div:nth-child(2) {
  width: calc(100% - 1.6875rem - 11.3125rem);
}

.list_case_bot .list .right .flex .fenlei span:nth-child(1) {
  background: #D5E1FA;
  color: #000000;
  border-color: #D5E1FA;
}

.list_case_bot .list .right .flex .logo {
  background: #FFFFFF;
  box-shadow: 0px 0.5rem 0.5rem rgba(169, 169, 169, 0.25);
  border-radius: 0px;
  border: 1px solid #D8D2D2;
  margin-right: 1.6875rem;
}

.list_case_bot .list .right .flex .logo img {
  height: 4.75rem;
}

.list_case_bot .list .right .text.line4 {
  margin-top: 1.75rem;
}

.list_case_bot .list:hover .pr::after {
  background: #ee0206;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case_bot .list:hover .left img {
  transform: scale(1.1);
}

.list_case_bot .list:hover .name {
  color: #ee0206;
}

.show_case_ban {
  padding: 10.625rem 0 5.5rem;
}

.show_case_ban .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.show_case_ban .top .left {
  width: 5.3125rem;
  height: 5.3125rem;
  line-height: 5.3125rem;
  background: #fff;
  border-radius: 50%;
  padding: 0 .625rem;
}

.show_case_ban .top .right {
  width: calc(100% - 5.3125rem);
  padding-left: 1.125rem;
}

.show_case_ban .top .right .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.625rem;
  text-align: justify;
  color: #FFFFFF;
  margin-bottom: .625rem;
}

.show_case_ban .top .right .fenxiang li:hover .icon {
  background: #fff;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.show_case_ban .top .right .fenxiang li:hover .icon .iconfont {
  color: #ee0206;
}

.show_case_ban .top .right .fenxiang li .img::before {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  top: -20px;
  bottom: auto;
}

.show_case_ban .top .right li .img {
  top: auto;
  bottom: -12.1875rem;
}

.show_case_ban .top .right li .icon {
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  border: 1px solid #FFFFFF;
  background: transparent;
}

.show_case_ban .top .right li .icon .iconfont {
  font-size: 1rem;
}

.show_case_ban .top .right .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  color: #FFFFFF;
}

.show_case_ban.show_news_ban .top .right .flex span:nth-child(1) {
  display: none;
}

.show_case_ban .top .right .flex>span:nth-child(1) {
  font-size: .75rem;
  line-height: 1.5rem;
  text-align: justify;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 .875rem;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  margin-right: 1rem;
}

.show_case_ban .content {
  padding: 1.875rem 2.25rem 3rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: .9375rem;
  margin-top: 2.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #FFFFFF;
}

.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 {
  background: #F5F5F5;
  position: relative;
  top: -2.25rem;
  z-index: 0;
}

.list_news_top .pr {
  padding-bottom: 3.75rem;
}

.list_news_top .hover {
  padding: 1.5625rem 2.375rem 1.25rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -3.4375rem;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_top .swiper-slide-active .hover {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_top .swiper-pagination {
  bottom: 0;
  display: none;
}

.list_news_top .swiper-container {
  padding-bottom: .625rem;
}

.list_news_top .tags {
  background: #D5E1FA;
  border-radius: 3px;
  width: 4.375rem;
  line-height: 1.5rem;
  font-size: .75rem;
  color: #000000;
  text-align: center;
}

.list_news_top .name {
  margin-top: .5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  /* identical to box height, or 150% */
  text-align: justify;
  text-transform: uppercase;
  color: #000000;
}

.list_news_top .text {
  margin: .5rem 0;
  color: #9A9A9A;
  line-height: 1.4375rem;
}

.list_news_top .data {
  margin-top: .5rem;
  color: #BEBEBE;
  line-height: 1.4375rem;
}

.list_news_top .swiper-button-next {
  right: 23.7%;
}

.list_news_top .swiper-button-prev {
  left: 23.7%;
}

.list_news_top .swiper-button-next,
.list_news_top .swiper-button-prev {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(164, 159, 159, 0.25);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  line-height: 5rem;
  text-align: center;
  background-size: 1.5rem 1.5rem;
  background-image: none;
  margin-top: 0;
  top: calc(50% - 4.5rem);
}

.list_news_top .swiper-button-next .iconfont,
.list_news_top .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
}

.list_news_top .swiper-button-next:hover,
.list_news_top .swiper-button-prev:hover {
  box-shadow: 0px 0 0.625rem rgba(0, 0, 0, 0.35);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_top .swiper-slide .over {
  position: relative;
}

.list_news_top .swiper-slide .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_news_top .swiper-slide-active:hover .hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.list_news_top .swiper-slide-active:hover .name {
  color: #ee0206;
}

.list_news_top .swiper-slide-active:hover img {
  transform: scale(1.1);
}

.list_news_top .swiper-slide-active .over::before {
  z-index: -1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.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 .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;
}

.list_join .font24 {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #4B4B4B;
  margin: 2.3125rem 0 3.125rem;
}

.list_join .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #444444;
}

.list_join sub,
.list_join sup {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #ee0206;
  font-weight: 600;
}

.list_join sup {
  left: -0.3125rem;
}

.list_join .number1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_join .number1>div:nth-child(1) {
  border-top: 1px solid #BEBEBE;
  padding: 1.875rem 5.3125rem 0 3.5rem;
}

.list_join .number1>div:nth-child(2) {
  border-top: 1px solid #BEBEBE;
  padding: 1.875rem 2.8125rem 0 5.3125rem;
}

.list_join .number1 .counter {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-align: justify;
  color: #333333;
}

.list_join .number1 sub,
.list_join .number1 sup {
  color: #333333;
}

.list_join .number1 sub {
  bottom: 1.5em;
}

.list_join .number {
  padding-bottom: 4.8125rem;
  position: relative;
}

.list_join .number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 2.25rem;
  background: #BEBEBE;
}

.list_join .number sub {
  bottom: 3em;
}

.list_join .number .counter {
  font-weight: 700;
  font-size: 5.875rem;
  line-height: 7.1875rem;
  text-transform: uppercase;
  color: #ee0206;
}

.list_join .number sub,
.list_join .number sup {
  color: #ee0206;
}

.list_join_two .icon img {
  width: 4.25rem;
  height: 4.25rem;
  display: block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  margin: 0 auto;
}

.list_join_two .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #444444;
  margin-top: 1.5625rem;
}

.list_join_two .swiper-slide {
  background: #FFFFFF;
  padding: 3rem .9375rem 3.3125rem;
}

.list_join_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_join_two .swiper-slide:hover .text {
  color: #ee0206;
}

.list_join_two .swiper-pagination-bullet-active {
  background: #ee0206;
}

.list_join_two .swiper-pagination-bullet {
  border-color: #ee0206;
}

.list_join_two .swiper-pagination {
  bottom: 0;
  display: none;
}

.list_join_three .swiper-container {
  padding-bottom: 2.8125rem;
}

.list_join_three .swiper-slide {
  opacity: 0 !important;
}

.list_join_three .swiper-slide .row>div {
  margin-bottom: 1.875rem;
}

.list_join_three .swiper-slide-active {
  opacity: 1 !important;
}

.list_about .img {
  padding-right: 10rem;
  padding-bottom: 7.8125rem;
}

.list_about .hover {
  position: absolute;
  bottom: 0;
  background: #ee0206;
  right: 0;
}

.list_about .content {
  display: flex;
  align-items: center;
}

.list_about .right {
  font-weight: 700;
  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;
}

.list_about .left {
  background: #284CE9;
  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: 5rem 0 1.25rem;
}

.list_about .text {
  line-height: 1.875rem;
  color: #787777;
}

.list_about .text p {
  text-indent: 2em;
}

.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: 7.5rem;
  height: 100%;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
  color: #000;
  z-index: -1;
}


.rightfix_right2 {
 
  width: 10rem;
}



/* .list_about_two .swiper-slide .flex .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: .1875rem solid #ee0206;
  opacity: 0;
  transition: all .5s; 
} */
.list_about_two .swiper-slide .flex .img img {
  border-radius: 50%;
  transition: all .5s;
  overflow: hidden;
  border: .1875rem solid rgba(53, 87, 239, 0);
}

.list_about_two .swiper-slide .flex .right {
  padding-left: 1.25rem;
  width: calc(100% - 5.125rem);
}

.list_about_two .pr .container {
  position: relative;
}

.list_about_two .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 15rem);
  background: url(../img/xian.svg);
  height: 1.25rem;
  background-repeat: repeat-x;
}

.list_about_two .pr .swiper-button-next,
.list_about_two .pr .swiper-button-prev {
  right: 6.6875rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  background-image: none;
  z-index: 99;
}

.list_about_two .pr .swiper-button-next .iconfont,
.list_about_two .pr .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #000;
}

.list_about_two .pr .swiper-button-prev {
  left: 6.6875rem;
}

.list_about_two .swiper-pagination {
  display: none;
}

/* .list_about_two .swiper-slide:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 6rem;
  width: 1px;
  height: 1.25rem;
  background: #ee0206;
}
.list_about_two .swiper-slide:nth-child(even)::before {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 6rem;
  width: 1px;
  height: 1.25rem;
  background: #ee0206;
} */
.list_about_two .swiper-container .swiper-slide {
  height: 36rem;
}

.list_about_two .swiper-container .swiper-slide:nth-child(odd) {
  padding-top: 18rem;
}

.list_about_two .swiper-container .swiper-slide:nth-child(odd) .flex {
  padding-top: 2.5rem;
}

.list_about_three .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.375rem 5rem 3.125rem 3.75rem;
  background-color: #F7F9FB;
  background-image: url(../img/45.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.list_about_three .flex .left {
  width: 50%;
}

.list_about_three .flex .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: justify;
  color: #ee0206;
}

.list_about_three .flex .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #777777;
  padding-top: .9375rem;
  margin-top: .9375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.list_about_three .flex .right {
  text-transform: uppercase;
  background-color: transparent;
  -webkit-text-stroke: 1px #B1B6CE;
  color: transparent;
  font-weight: 700;
  font-size: 9.25rem;
  line-height: 1;
  z-index: 9;
  letter-spacing: 7px;
}

.list_about_three .flex .right sub {
  font-size: 2.75rem;
  line-height: 1.875rem;
  position: absolute;
  top: 0rem;
}

.list_about_three .col-md-4>div {
  padding: 2.5rem 4.0625rem 3.75rem;
  background-size: cover;
}

.list_about_three .col-md-4>div:hover img {
  transform: rotateY(360deg);
  transition: all .5s;
}

.list_about_three .col-md-4>div img {
  transition: all .5s;
}

.list_about_three .col-md-4>div .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: justify;
  color: #ee0206;
  padding: .8125rem 0 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
}

.list_about_three .col-md-4>div .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #777777;
}

.list_about_four .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #535151;
  padding-top: 1.375rem;
}

.list_about_four .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2.875rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin: 1rem 0 4.375rem;
}

.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%;
}

.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 .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;
}

.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_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17.5rem;
  background: #F7F9FB;
  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;
}

.list_join_four .list {
  margin-bottom: 1.875rem;
}

.list_join_four .top .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 35px;
  text-transform: capitalize;
  color: #000;
  padding: 1.3125rem 1.875rem;
  background: #F7F9FB;
  border-radius: .9375rem .9375rem 0px 0px;
  display: flex;
  align-items: center;
}

.list_join_four .top .name div {
  flex: 1 0 0;
}

.list_join_four .top .name .iconfont {
  text-align: right;
  display: block;
  transform: rotateX(0);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_join_four .top .address {
  padding: 1.25rem 1.5625rem;
  background: #FBFCFE;
}

.list_join_four .top .address ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list_join_four .top ul li {
  margin-right: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #777777;
}

.list_join_four .top ul li svg {
  position: relative;
  top: -2px;
}

.list_join_four .top ul li .data {
  color: #7B858F;
}

.list_join_four .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #787777;
  padding: 1.25rem 1.875rem 0;
  display: none;
}

.list_join_four .bot p {
  position: relative;
  padding-left: .9375rem;
}

.list_join_four .bot div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #221F1F;
  padding-top: 1.875rem;
}

.list_join_four .bot div a {
  color: #ee0206;
}

.list_join_four .list.active .top .name {
  background: #ee0206;
  color: #fff;
}

.list_join_four .list.active .top .name .iconfont {
  transform: rotateX(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_join_four .list.active .bot {
  display: block;
}

.list_join_four .list:last-child {
  margin-bottom: 0;
}

.pttopheader {
  position: absolute;
  top: -5.875rem;
}

@media (max-width: 767px) {
  .list_join_four .top .name div {
    flex: auto;
  }

  .list_join_four .top .name {
    padding: 10px;
    font-size: 16px;
  }

  .list_join_four .top .address,
  .list_join_four .list.active .bot {
    padding: 15px 10px;
  }

  .list_join_four .list.active .bot {
    font-size: 14px;
    line-height: 26px;
  }

  .list_join_four .bot div {
    font-size: 16px;
    line-height: 26px;
  }
}

/*.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;
}
/* ERP页面开始 */

.list_numbererg_one .list_pro_list .list{
  padding: 6.125rem 0 0;
}
.list_numbererp_two{
  background: #f4f4f4;
}
.list_numbererp_two .title{
  font-size: 1.75rem;
}



.list_numbererp_two .col-md-4>div{
  background: #fff;
  padding: 2.5rem 2rem 0 0;
  margin-bottom: 25px;
  height: 180px;
}
.list_numbererp_two .ico{
  border-left: .3125rem solid #3558ef;
  padding-left: 1.5625rem;
  float: left;
  width: 20%;
}
.list_numbererp_two .text{
  float: left;
  padding-left: 2rem;
  width: 80%;
}
.list_numbererp_two .text p:nth-child(2){
   color: #797979;
}
.list_numbererp_two .text p:nth-child(1){
  color: #333;
  font-size: 1.125rem;
    padding-bottom: 10px;
}










/* ERP页面结束 */
@keyframes shangxia {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 10px);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.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%;
  }

  .list_numberoa_six .left .img2 {
    left: 53%;
    height: 10.4375rem;
  }
}

@media (max-width: 1440px) {
  .list_numberoa_six .left .img2 {
    height: 9.4375rem;
  }

  .section04 .flex .hover,
  .section05 .hover,
  .section06 .hover {
    font-size: 12rem;
  }

  .list_numberoa_six .right {
    padding-left: 6.5rem;
  }

  .section06 .hover {
    right: 8.25rem;
  }

  .list_news_top .swiper-button-next {
    right: 21.7%;
  }

  .list_news_top .swiper-button-prev {
    left: 21.7%;
  }
  
  .section02 .bot .container .swiper-slide {
    height: 35rem;
  }

  .section02 .hover {
    font-size: 6.75rem;
  }
  

  .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_number_khsy .name {
    padding-left: 2.5rem;
  }

  .show_case_ban .top .right .name {
    font-size: 2.25rem;
  }

  .list_news_bot .list .left {
    width: 10%;
  }

  .list_news_bot .list .center {
    width: 80%;
    padding-left: 12.125rem;
  }

  .list_about_two .swiper-container .swiper-slide:nth-child(odd) {
    padding-top: 17rem;
  }

  .list_about_two .pr::before {
    width: calc(100% - 10rem);
  }

  .list_about_two .pr .swiper-button-prev {
    left: 3.6875rem;
  }

  .list_about_two .pr .swiper-button-next {
    right: 3.6875rem;
  }

  .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;
  }
  
  
  /*footer*/
	.foot_nav ul li {
	}

	.footer .subtit {
		margin-bottom: 25px;
	}
  
  
}
@media (max-width: 1366px) {
/*footer*/
	.foot_nav ul li {
	}

	.footer .subtit {
		margin-bottom: 20px;
	}
}
@media (max-width: 1280px) {
  .section06 .left {
    padding-right: 4.125rem;
  }

  .list_numberoa_six>img {
    width: 30rem;
  }

  .list_numberoa_six .left .img2 {
    height: 8.4375rem;
  }
  .list_numbererp_two .ico{
    width: 30%;
    float: left;
  }
  .list_numbererp_two .text{
    width: 70%;
  }

  .section02 .bot .container .swiper-slide {
    height: 31rem;
  }

  .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;
  }

  

  .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;
  }

  .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: 5.625rem;
  }

  .about_case .center {
    margin-top: 0;
  }

  .list_number_two .swiper-slide {
    padding: 1.6875rem 2.25rem 3.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%;
  }


 .section02 .hover {
    bottom: 1.375rem;
    font-size: 6.25rem;
  }

  .section02::before {
    
  }

  .section02 .swiper-container .swiper-slide .bg {
    height: 19rem;
  }

  .section02 .bot .container .swiper-slide:hover .bg {
    height: 100%;
  }


  .section03 .hover ul li .icon img {
    height: 3rem;
  }

  .section03 .bg .right {
    padding: 4.5rem 0 14rem;
  }



  .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: 1199px) {
/*footer*/
	.footer .foot_logo {
		float: none;
		width: 100%;
		text-align: left;
	}

	.foot_right {
		float: none;
		width: 100%;
		margin-top: 50px;
	}

	.foot_nav {
		
	}

	.foot_nav ul li {
	}
	
.pronav{ width:100% !important; float:none; background:rgb(255,255,255,0.8); margin-right:0% !important;}
.pronav ul li{ height:48px; line-height:48px; border-bottom:1px solid rgb(0,0,0,0.05); float:left; width:48%;}

	
	
.pro-list-box .allItems {
 width:100%;
 padding-top:4% !important;
}
.pro-list-box .allItems .item {
 width:33%;
 margin-left:1%;

}
	
	

}


@media (max-width: 990px) {
	.footer{ display:block !important;}
	
	
  .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;
  }
  
  div.bot.mt70{ margin-top:0; padding-top:0}
  div.section02.section.pr{ padding-top:0} 
  .section02 .height {
    margin: 1.125rem 1.75rem 0;
  }
  
  .section02 .bot .container .swiper-slide,
  .section02 .swiper-container .swiper-slide .bg {
    height: 31rem;
  }

  .section02 .swiper-slide .height {
    height: auto !important;
    max-height: inherit !important;
  }

  .logo_xz img {
    width: 18.75rem;
  }

  .section02 .swiper-slide:hover::before {
    transition-delay: 0s;
  }



  .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;
  }

 
 .section02 {
    padding-top: 3.75rem;
  }

  .logo_xz {
    display: none;
  }

  .section02 .hover,
  .section02::before {
    display: none;
  }

  .section02 .bot {
    margin-top: 45px;
  }

  

  .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;
  }


  
  .category01{ display:none;}
  
  
  
    .cc1{margin-bottom: 25px; display:block;}
	.cc1-top{height: calc(226px / 2);display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;}
	.cc1-top4{flex-direction: column;display: flex;align-items: flex-start;justify-content: center;}
	.cc1-top1{font-size: 13px;font-weight: bold;color: #333436;margin-bottom: 8px; display:none;}
	.cc1-top2{width: 100px;}
	.cc1-top2 img{width: 100%;max-width: 100%;display: block;}
	.cc1-top3{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
	.cc1-top5-img{width: 100%;max-width: 100%;display: block;}
	.cc1-top5{position: relative;}
	.cc1-top6{font-size: calc(52px / 2);color: #221E1F;font-weight: bold;position: relative;}
	.cc1-top8{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: flex-end;flex-direction: column;}
	.cc1-top7{margin-bottom: calc(25px / 2);}
	.cc1-top7 img{width: calc(156px / 2);}
	.cc1-bottom1{text-align: center;font-weight: 400;font-size: 12px;padding: calc(72px / 2) 0 calc(62px / 2);line-height: 1.7;}
	.cc1-bottom{padding-bottom: calc(67px / 2);}
	.cc1-bottom .banner-title{position: relative;left: auto;top: auto;right: auto;bottom: auto;display: contents;}
	.cc1-bottom .banner-title a{margin: 0;}
	.cc1-bottom{display: flex;align-items: center;justify-content: flex-start;flex-direction: column;background: #F5F5F5;}


  .section03 {
    padding: 50px 15px 45px;
  }

  .section03 .swiper-slide .title,
  .section03 .swiper-slide .subtitle {
    display: none;
  }

  .phone_show {
    display: block;
  }

.section02 .swiper-container {
    padding-bottom: 45px;
  }

  .section02 .swiper-container .swiper-pagination {
    bottom: 0;
  }

  .section03 .swiper-container {
    padding-bottom: 45px;
  }

  .section03 .swiper-pagination {
    bottom: 0;
  }

  .section03 .bg .right {
    padding: 15px 0 0;
  }

  .section03 .bg .sum {
    margin-top: 0;
  }
 .section02 {
    background: transparent !important;
  }

  .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;
  }



  .beian .fr {
    float: left;
  }

  body {
    padding-bottom: 0;
  }



  .fenxiang li {
    margin: 0 0.25rem;
  }

  /*footer .bot_ul>li:nth-child(5) {
    width: 18%;
  }*/
  
 

  .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: none1;
	width:100%;
  }
  .nyerji .icon{ display:none}
  .nyerji .erji_list{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;

  }
  
  
}

@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;
  }


  .section02 .bot {
    margin-top: 15px;
  }

  .section02 .bot .swiper-pagination {
    bottom: 0;
  }

  .section02 .swiper-container {
    padding-bottom: 45px;
  }


  .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;
  }


  .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 .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;
  }

  .show_case_ban.show_news_ban {
    padding: 25px 0;
  }

  .list_join {
    padding: 25px 0;
  }

  .list_join .font24 {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
  }

  .list_join .number .counter {
    font-size: 3.875rem;
    line-height: 5.1875rem;
  }

  .list_join .number sub {
    bottom: 2em;
    font-size: 16px;
  }

  .list_join .text {
    font-size: 14px;
  }

  .list_join .number1>div:nth-child(1) {
    padding: 15px 7px 0;
  }

  .list_join .number1>div:nth-child(2) {
    padding: 15px 7px 0;
  }

  .list_join sup {
    left: -7px;
    top: 0rem;
  }

  .list_join .number1 sub {
    bottom: 1.5em;
    font-size: 16px;
  }

  .list_join .number1 {
    width: 100%;
  }

  .list_join .number1>div {
    width: 50%;
  }

  .list_join_two {
    padding: 25px 0;
  }

  .list_join_two .mt55 {
    margin-top: 25px;
  }

  .list_join_two .swiper-container {
    padding-bottom: 45px;
  }

  .list_join_two .swiper-pagination {
    display: block;
  }

  .list_join_three {
    padding: 25px 0 0;
  }

  .list_join_three .swiper-slide .row>div:last-child {
    margin-bottom: 0;
  }

  .list_join_three .swiper-pagination {
    bottom: 0;
  }

  .list_join_three .swiper-container {
    margin-top: 25px;
  }

  .list_join_three .swiper-slide .row>div {
    margin-bottom: 15px;
  }

  .list_join_four .mt50 {
    margin-top: 25px;
  }

  .list_join_four .list {
    margin-bottom: 15px;
  }

  .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;
  }

  .list_numberoa_two .bot .left,
  .list_numberoa_three .bot .left {
    padding: 0 15px 0 0;
  }

  .mt55,
  .mt100 {
    margin-top: 15px;
  }

  .list_numberoa_two .bot .container {
    padding-left: 15px;
  }

  .list_numberoa_two .bot .right,
  .list_numberoa_three .bot .right {
    padding-left: 15px;
  }

  .list_numberoa_two .more,
  .list_numberoa_three .more {
    margin-top: 0;
  }

  .list_numberoa_two .bot ul li .top,
  .list_numberoa_three .bot ul li .top {
    font-size: 15px;
  }

  .list_numberoa_two .bot ul li:nth-child(1) .top,
  .list_numberoa_three .bot ul li:nth-child(1) .top {
    padding-top: 0;
  }

  .list_numberoa_three .list_numberoa_three_img .img3 {
    top: -3.25rem;
  }

  .list_numberoa_three .list_numberoa_three_img .img2 {
    top: 1.1875rem;
    right: 0.25rem;
  }

  .list_numberoa_four ul {
    padding: 15px 0;
  }

  .list_numberoa_four ul li>div {
    padding: 0;
  }

  .list_numberoa_four ul li .img::before,
  .list_numberoa_four ul::before {
    display: none;
  }

  .list_numberoa_four .sum {
    padding: 15px;
  }

  .list_numberoa_four .sum .name {
    margin-top: 15px;
  }

  .list_numberoa_four .sum .text {
    margin: 15px 0;
  }

  .list_numberoa_five .left,
  .list_numberoa_five .right {
    width: 100%;
  }

  .list_numberoa_five .flex {
    flex-wrap: wrap;
  }

  .list_numberoa_five .left ul li {
    line-height: 50px;
    padding-left: 20px;
    color: #787777;
  }

  .list_numberoa_five .right {
    padding: 15px 20px;
  }

  .list_numberoa_four .sum .name,
  .list_numberoa_five .right .name {
    font-size: 22px;
    line-height: 32px;
  }

  .list_numberoa_five .right .text,
  .list_numberoa_six .right .sum .text {
    margin: 15px 0;
  }

  .list_numberoa_six .right ul li {
    text-align: center;
    line-height: 20px;
  }

  .list_numberoa_six .right {
    padding-left: 15px;
  }

  .list_numberoa_six>img {
    width: 13rem;
  }

  .list_numberoa_two .bot .right,
  .list_numberoa_three .bot .right {
    margin-top: 15px;
  }

  .list_numberoa_three .bot .left {
    padding-left: 15px;
  }

  .list_numberoa_three .right {
    order: 2;
  }

  .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);
  }
  
  
  /*footer*/
	.footer {
		padding-top: 50px;
	}

	.footer .foot_logo {
		float: left;
		max-width: 110px;
		width: 25%;
	}

	.foot_right {
		float: right;
		width: 75%;
		margin-top: 0px;
		padding-left: 7%;
		box-sizing: border-box;
	}

	.footer .foot_infor {
		float: none;
		width: 100%;
	}

	.footer .foot_infor .iconbox {
		display: none;
	}

	.foot_nav {
		display: none;
	}

	.footer .copyright {
		text-align: center;
	}

	.footer .copyright .designed {
		float: none;
		display: block;
	}

  	
	.pro-list-box .allItems .item {
 width:49%;
 margin-left:1%;

}
  
}

@media (max-width: 540px) {
/*footer*/
	.footer {
		padding-top: 40px;
	}

	.footer .subtit {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.footer .foot_infor .mode li {
		font-size: 15px;
	}
	
	.pro-list-box .allItems .item {
 width:100%;
 margin-left:0%;

}
	}