*{margin:0;padding:0}
address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}


body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;

}

img {

  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*  */
.pad80 {padding: 30px 0;}
.pad90 {padding: 90px 0;}
.tit_fr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  margin-top: 30px;
}

.tit_fr a {
  font-size: 16px;
  background: #fff;
  padding: 20px 0;
  width: 30%;
  text-align: center;
  margin-right: 20px;

}

.tit_fr a:last-child {
  margin-right: 0;
}

.tit_fr a:hover {
  background: #0F1B31;
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

 
  z-index: 997;

  height: 90px;
  position: relative;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {


  box-shadow: 0 0 18px rgb(0 0 0 / 10%);

  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;

}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 4;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {

  width: 100%;
  text-align: center;



}

.nav-menu a {
  display: block;

  color: #000;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;

  position: relative;



}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #C20813;
  text-decoration: none;

}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #C20813;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #C20813;
}

.nav-menu a:hover::before, .nav-menu .active a:hover:before {
  width: 50%;
  background: #C20813;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #dedede;
  margin: auto;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 0 18px rgb(0 0 0 / 5%);



}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height: 100px;
  max-height: 100px;

}

.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  display: flex;
  align-items: stretch;

}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  background-color: #f8f8f8;
  height: 100px;

}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav_sub .nav_l a {
  background-color: #C20813;
 
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 40px;
}



.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_sub .nav_l a::before {
  width: 100%;
}


.nav_r {
  width: 100%;
  background-color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;

  align-items: flex-start;

}

.nav_sub .nav_r .l {
width: 100%;
display: flex;
align-items: center;
justify-content:center;
flex-wrap: wrap;

}

.nav_sub .nav_r .l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: #666;
  padding: 0 20px;
  border-radius: 10px;
}

.nav_sub .nav_r .l a:hover {
  color: #fff!important;
}

.nav_sub .nav_r .l a::before {
  content: '';
  width: 0;
  height: 0;
 

}


.nav_sub .nav_r .l a:hover { background: #C20813; color: #fff;}

.nav_sub .nav_r .r {
  width: 40%;
  padding-top: 20px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav-menu .drop-down a i {
  display: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #C20813;


}

#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999;}
#header.header-scrolled .h_language .icon { color: #333;}
#header.header-scrolled .h_language  .lanimg1 { display: none;}
#header.header-scrolled .h_language  .lanimg { display: block;}


#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}


/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
}
.lang { font-size: 16px; margin-left: 10px;}
.lang a:hover { color: #C20813;}

/* 手机导航 */
.mobile-menu-hamburger { display: none;}
.mobile-menu-hamburger a { color: #333; font-size: 28px;}
#header.header-scrolled .mobile-menu-hamburger a { color: #333; font-size: 28px;}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}



.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px;
  
}

.mobile-menu-inner .offcanvas-btn-close {
  font-size: 40px;
  color: #000000;
  opacity: 1;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: normal;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #C20813;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}

.mobile-menu>.has-children>a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  padding: 3px 0;

  text-align: right;
}
.mobile-menu>.has-children>a i.expanded {
  transform: rotate(90deg);

  color: #C20813;
}
.mobile-menu>.has-children .dropdown {

  padding-left: 10px;
}

.mobile-menu>.has-children .dropdown li a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 ;

  text-align: right;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.mobile-menu>.has-children .dropdown li a i {  width: 50px;
  padding: 3px 0;}
.mobile-menu>.has-children .dropdown li a:hover {
  color: #C20813;
 
}

.mobile-menu>.has-children.active>a {
  color: #C20813;
}

.mobile-menu>.has-children.active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu>li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}

.mobile-menu>li>a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu>li>a:hover {
  color: #C20813;
}

.mobile-menu>li:first-child {
  border-top: 1px solid #ebebeb;
}


/*首页banner图*/
#banner { position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}





#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #C20813;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #C20813;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 10px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background:#C20813;
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;

  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #C20813;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #333;
  font-size: 20px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}

.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}

.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}

.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #C20813;
  opacity: 1;
  animation: aline 3s infinite linear;
}

@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

.yuan {position: relative; margin-top: 60px;}

.yuan span {position: absolute; width:20px; height: 20px; background: #fff;border-radius: 50%; bottom: 0;}

.yuan span:nth-child(1){animation: cross-1 1.5s infinite linear;}

.yuan span:nth-child(2){ background: #C20813; animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}

  100%{transform: translateX(200%);opacity: 0.8;}

}
/* 关于我们 */

.main_title {
  font-size: 40px;
  color: #C20813;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.main_title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}

.about-bg { padding: 60px 0 20px 0; position: relative; background: url(../images/.jpg) no-repeat; background-size: cover; overflow: hidden;}
.about {

  display: flex;
  align-items: center;

  justify-content: space-between;
}

.ab_tu {
  width: 40%;
  position: absolute;
   right: 0;
}


.ab_txt {
 
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.main_p { font-size: 16px; text-align: center; line-height: 32px; display: block; margin-bottom: 10px;}
.main_span {
  font-size: 26px;
  margin: 10px 0;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: center;
}

.ab_txt p {
  font-size: 16px;
  line-height: 36px;
  margin-top: 5px;
  color: #666;
  text-align: center;
}

.ab_more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #C20813;
  height: 42px;
  border: #C20813 solid 1px;
  border-radius: 40px;
  line-height: 40px;
  transition: all 0.5s ease 0s;
  max-width: 150px;
  padding: 0 20px;
  margin-top: 50px;
  margin: 20px auto;
}

.ab_more i {
  color: #C20813;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more em {
  color: #C20813;
  font-style: normal;
}

.ab_more:hover {
  color: #fff;
  background: #C20813;
  border: 1px solid #C20813;
  transition: all 0.5s ease 0s;
padding: 0 40px;
  max-width: 190px;
}

.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more:hover em {
  color: #fff;
}

.ab_bottom {

  width: 100%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab_bottom b {
  font-size: 40px;
}
.ab_bottom ul li span {width: 1px; height:60px; display: block; background: #cbcbcb; transform: rotate(45deg);}
.ab_bottom li a {


  display: block;
  text-decoration: none;
  position: relative;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab_bottom .ab_num .item { display: flex; align-items: center; }
.ab_bottom .ab_num .item div { margin-left: 10px;}
.ab_bottom li a b {
  color: #fff;
  font-size:40px;
  font-weight: bolder;
  margin-bottom: 8px
}

.ab_bottom li a i {
  font-size: 16px;
  color: #fff;
  padding-left: 6px;
  padding-bottom: 30px;
}
.ab_bottom li img{ filter: brightness(100);}
.ab_bottom li a p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 0;

}
.ab_bottom .ab_num .item div p { margin-top: 0;}
.ab_bottom li a:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li a:hover p {
  color: #333;
}

.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}

/* 资质荣誉 */
.pro_box { 	background:url(../images/probg.jpg) no-repeat top center;  background-size: cover;}
.pro_box .container { position: relative; }


.prbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gallery .swiper-slide .product-box {

  display: flex;
  align-items: center;



}


#gallery .swiper-slide .product-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);
  margin-top: 40px;
  border-radius: 20px;
  padding: 0;
}

#gallery .swiper-slide .product-box .pro_con {
  width: 44%;
  padding: 3%;
}

#gallery .swiper-slide .product-box .pro_con .product_title ul{

  display: flex;
  flex-wrap: wrap;

  

}
#gallery .swiper-slide .product-box .pro_con .product_title li { width: calc(50% - 20px); position: relative;padding:10px 5px; margin:10px 5px ; background: rgba(255, 255, 255, .1);font-size: 16px; color: #DAE8FF; text-align: center;}
#gallery .swiper-slide .product-box .pro_con .product_title a {position: relative; display: block;color: #DAE8FF; }
#gallery .swiper-slide .product-box .pro_con .product_title li:hover { background: #C20813; color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li:hover a{ color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul { display: none; position: absolute; left: 100%; top:10px; width: 100%;   flex-direction: column; background:#C20813; z-index: 1;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li { width: 100%;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li a { padding: 0 5px; background: none;}
#gallery .swiper-slide .product-box .pro_con .product_title ul li:hover ul { display: block;}
#gallery .swiper-slide .product-box .pro_con .product_txt {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 32px;
  color: #333;
}

#gallery .swiper-slide .product-box .pro_con .product_icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;

}

#gallery .swiper-slide .product-box .pro_con .product_icon div {

  text-align: center
}

#gallery .swiper-slide .product-box .pro_con .product_icon div p {
  margin-top: 15px;
  color: #333;
}


#gallery .swiper-slide .product-box .pro_con .product_icon .more {
  display: block !important;

}

#gallery .swiper-slide .product-box .product_tu {
  width: 50%;
}
.tj_tu { margin-top: 20px;}
.tj_tu .swiper-button-prev {
  left:calc(100% - 180px);
  top:8%;


}

.tj_tu .swiper-button-next {
  right: 50px;
  top:8%;
}

.tj_tu .btn-next, .tj_tu .btn-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #C20813;

}

.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #0F1B31;
}

#thumbs {

  width: 100%;
  position: relative;
}
.line { position: absolute; top:65px; left: 0; background: rgba(0, 0, 0, .1);  width: 100%; height: 1px; }
.line2 { position: absolute; top:137px; left: 0; background: rgba(0, 0, 0, .1);  width: 100%; height: 1px; }
#thumbs .swiper-wrapper {
  /* flex-wrap: wrap; */
  align-items: stretch;
}
.tj_tu .container { padding: 0; width: 30%;}
.tj_tu .swiper-container-thumbs {
  position: relative;

}
.tj_tu  .swiper-container { margin: 0; }
.tj_tu .swiper-container-thumbs .swiper-slide {

/* margin: 5px; */

  cursor: pointer;
  color: #333;
  flex: 1;
  display: flex;
  justify-content: center;

  align-items: center;
  padding: 20px 0;
 
}

.tj_tu .swiper-container-thumbs .swiper-slide { transition: all .3s; color: #333; font-size: 18px; text-align: center; position: relative;}
.tj_tu .swiper-container-thumbs .swiper-slide::after {transition: all .3s; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; content: '';width: 0; height: 3px; background: #C20813; }
.tj_tu .swiper-container-thumbs .swiper-slide:hover::after { position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; content: '';width: 120px; height: 3px; background: #C20813; }
.tj_tu .swiper-container-thumbs .swiper-slide:hover a{ color: #C20813;}
.tj_tu .swiper-slide-thumb-active p { color: #C20813; font-weight: bold;}
.tj_tu .swiper-slide-thumb-active::after {  width: 120px!important}
.tj_tu .swiper-slide-thumb-active .swiper-slide a img { background: #C20813;}
.ser_py {

  display: flex;
  align-items:flex-start;
  justify-content: space-between;
  margin: 20px 0px;

  z-index: 3;

}
.ser_py_txt { width: 50%;}
 .ser_py_tu {
  width: 45%;
  margin-top: 35px;


} 
.ser_py_tu div{
  
  display: flex;
  flex-wrap: wrap;

}

.ser_py_tu b { font-size: 36px; color: #333;  margin-bottom: 30px;}

.ser_py_tu p {
  position: relative;
  font-size: 16px;
  text-align: center;
  width: calc(47% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 2; padding: 0 20px;
}

.ser_py_tu p::before {
  content: '';
  z-index: -1;
  background: url(../images/name.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  left: 0;
  top: 0
}

.ser_py_tu p::after {
  content: '';
  z-index: -1;
  background: url(../images/name2.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  right: 0;
  top: 0
}

.ser_py_txt span {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 32px;
  margin-bottom: 30px;
}

.ser_py_txt {


}

.ser_py_txt .num {
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ser_py_txt2 {
  padding: 50px;
}

.ser_py_txt p {
  color: #333;

  font-size: 14px;
  margin: 10px 0;
  line-height: 30px;
  text-align: left;
}

.ser_py_txt p img {
  margin-right: 10px;
}
.inOneBox {display: flex; justify-content: space-between; align-items: center;}
.inOneBox .swiperBox { width: 100%;position: relative; overflow: hidden;}
.inOneSwiper1  {height: 100%; margin-top: 20px; overflow: hidden;padding: 0 0 20px 0; }
.inOneSwiper1 .swiper-wrapper {display: block;min-height: 30rem;  width: 80%; height: 100%; margin: auto; position: relative;  -webkit-transform: none;    opacity: 1;}
.inOneSwiper1 .swiper-slide {padding:2% 5%;box-sizing: border-box; background: #ffffff;background-size: contain;position: absolute;width: 100% !important; height: 100%;top: 0;left: 0;border-radius: 30px;box-shadow: 0 23px 40px -10px rgb(29 56 75 / 17%);}
.inOneSwiper1 .swiper-slide {transform: scale(0.4) translateX(-90px) !important;-webkit-transform: scale(0.4) translateX(-90px);-moz-transform: scale(0.4) translateX(-90px);-o-transform: scale(0.4) translateX(-90px);-ms-transform: scale(0.4) translateX(-90px);opacity: 0; pointer-events: none; z-index: 2; transition: all 0.7s cubic-bezier(0.18, 0.88, 0.23, 0.9) !important; transform-origin: 0 50%; }
.inOneSwiper1 .swiper-slide .imgBox {height: 90%; display: flex; align-items: center; justify-content: center;}
.inOneSwiper1 .swiper-slide .imgBox img {max-width: 100%;  display: block; opacity: 0; max-height: 100%;}
.inOneSwiper1 .swiper-slide span { margin-top: 15px; text-align: center;display: block; font-size:16px;color: #333333;font-weight: 700;}
.inOneSwiper1 .swiper-slide.swiper-slide-prev {  transform: scale(0.6) translateX(-70px);-webkit-transform: scale(0.6) translateX(-70px) !important;-moz-transform: scale(0.6) translateX(-70px);-o-transform: scale(0.6) translateX(-70px); -ms-transform: scale(0.6) translateX(-70px); opacity: 0.6 !important;z-index: 7; }
.inOneSwiper1 .swiper-slide.swiper-slide-next {transform: scale(0.8) translateX(-30px);-webkit-transform: scale(0.8) translateX(-30px) !important;-moz-transform: scale(0.8) translateX(-30px);-o-transform: scale(0.8) translateX(-30px); -ms-transform: scale(0.8) translateX(-30px);opacity: 0.8 !important; z-index: 8; }
.inOneSwiper1 .swiper-slide.swiper-slide-active { transform: scale(1) translateX(0px) !important; -webkit-transform: scale(1) translateX(0px); -moz-transform: scale(1) translateX(0px);-o-transform: scale(1) translateX(0px);-ms-transform: scale(1) translateX(0px); pointer-events: auto;opacity: 1 !important;z-index: 10;}
.inOneSwiper1 .swiper-slide.swiper-slide-active .imgBox img {animation: fadeInDownSmall 1s ease forwards; animation-delay:.5s;}
@keyframes fadeInDownSmall {from {opacity: 0;transform: translate3d(0%, -10px, 0);}to {opacity: 1;transform: none;}}
.inOneBox .swiperBox .jtBox {position: absolute; left: 96%; top: 50%; transform: translate(-50%, -50%); width: 3rem;height: 9.63rem; background: #ffffff;border-radius: 1.5rem;}
.inOneBox .swiperBox .jtBox .swjt { background: none; top: 45%; transform: translate(-50%, -50%); left: 50%; height: auto;}
.inOneBox .swiperBox .jtBox .swiper-button-next {top: 85%; transform:translate(-45%, -50%) rotate(180deg); left: 50%; right: auto; background: none;}
/* 产品 */
.cpzx {  padding: 160px 100px; position: relative;background: url(../images/ysbg.jpg) no-repeat top center; background-attachment: fixed;  background-size: cover; }
@media (max-width: 980px){

  .cpzx {  padding: 60px 0px;}
}
.fan-up {
  position: relative
}

.fan-up .img {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 10px;
}

.fan-box {
  position: absolute;
  left: 20px;
  top: -20px;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.fan-up:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.fan-up:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}




.fa_title b {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight:normal;
  color: #000;

}

.fan-up:hover .fa_title {

  color: #000;

}
.fan-up .fa_txt p {

  color: #666;

  height: 35px;
  line-height: 35px;

}
.fan-up:hover p{ color: #C20813;}

@keyframes movepoint {
  25% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.fan-up:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}
.bgkj {
  position: relative;
padding: 30px 0;

}

.bgkj .swiper-slide {
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1); */
}

.bgkj .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.bgkj .swiper-slide a {

  border: 2px solid #fff;
  /* box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff; */
  border-radius: 10px;
  transition: all .2s ease-in-out;
  display: block;

}

.bgkj  .fa_title b {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight:normal;
  color: #000;

}
@media (max-width: 980px){
  .bgkj  .fa_title b {
    font-size: 18px;
    
  
  }
}
.bgkj .swiper-slide:hover .fa_title {

  color: #000;

}

.bgkj .swiper-slide a:hover {  border: 2px solid #C20813;;}
.bgkj .swiper-slide:hover .fa_title b { color: #C20813;} 
.fan-up .fa_txt p {

  color: #666;

  height: 35px;
  line-height: 35px;

}
.fan-up:hover p{ color: #C20813;}

.bgkj .swiper-slide em {
  display: block;
  font-size: 20px;
  font-style: normal;
  padding: 10px 15px;
  color: #11B980;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bgkj .swiper-slide span {  padding: 10px 20px; margin: 10px 15px; background: #11B980; color: #fff;}
.bgkj .swiper-slide:hover span { background: #f29600;}
.cpzx .swiper-button-next {
  position: absolute;
  top:57%;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #C20813;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 45px;
  font-size: 30px;
  line-height: 45px;
  height: 45px;
  transition: all .5s ease;
  outline: none;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.cpzx .swiper-button-prev {
  position: absolute;
  top:57%;
  left: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #C20813;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 45px;
  font-size: 30px;
  line-height: 45px;
  height: 45px;
  transition: all .5s ease;
  outline: none;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.cpzx .swiper-button-prev:hover,
.cpzx .swiper-button-next:hover {
  background: #C20813;
  color: #fff;
}
/* 优势 */
.ys { background: url(../images/ysbg.jpg) no-repeat top center; background-attachment: fixed;  background-size: cover;}

.gs_info { color: #fff; font-size: 18px; text-align: center; margin:40px 0; line-height: 42px; background: url(../images/);}
.gssl_list { text-align: center; margin: 50px 0;}
.gssl_list a { background: #C20813; color:#fff;  padding: 15px 40px; margin: 10px ; font-size: 16px;  }
.gssl_list a:hover { background: #333;}

.hztxt { font-size: 40px; color: #fff; text-align: center;}
.sl_info {
  padding: 50px 0;
  width: 400px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.ys .txt a {
  display: block; color: #fff; border: solid 1px rgba(255, 255, 255, 0.6);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 300px;
 background: rgba(0, 0, 0, 0.3);
 height: 300px;
 border-radius: 50%;font-size: 32px; font-weight: 600;}

.ys .txt a:hover { background: rgba(0, 0, 0, 0.3);}
.service-con { width: 100%; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between;  overflow: hidden; }
.service-con .ser-item {   border: 1px solid rgba(255, 255, 255, .1);   padding:120px 20px; cursor: pointer; position: relative; width: 25%; color: #fff; text-align: center;line-height: 28px;    }
 .service-con .ser-item a { color: #fff;}

 .service-con .ser-item .inner {position: relative; z-index: 2; }

 .service-con .ser-item .bg { background: #C20813; height: 0; -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; z-index: 1;}
 .service-con .ser-item:hover .bg { height: 100%;}
 .service-con .ser-item:hover b, .service-con .ser-item:hover p { color: #fff;}
.service-con .ser-item b{ display: block;  font-size: 24px; margin: 18px ;}
.service-con .ser-item:hover img {  filter: brightness(100);}
/* 合作 */
.hztit { font-size: 18px; color: #333;}
.news{
	width:100%;
	overflow:hidden;
background: url(../images/yj.jpg) no-repeat left;
	background-size:cover;

	}
 
.news .news_con .newsfl{
	width:100%;
	overflow:hidden;
  position: relative;
	}
  .yj { position: absolute; left: 0; top:0; opacity: 0.9; width: 100%; z-index: 1;}
  .yj_txt { position: relative; z-index: 2;}
.news .news_con .newsfr{
	width:100%;
  margin-top: 30px;
	overflow:hidden;

	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	}
.newsmore a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	padding-left:22px;
	background:#C20813 ;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmore a:hover,.ysmore a:hover,.procont .procontlf .promore2 a:hover{
	background: #C20813 ;
}
.news .news_con .newsfr dl{
	width:100%;
	overflow:hidden;

	margin:0;
	}
.news .news_con .newsfr dl dt{

	overflow:hidden;

	font-size:16px;
	color:#a8a8a8;
	font-weight:normal;

	}
.news .news_con .newsfr dl dt span{
	display:block;
	font-size:16px;
  margin-bottom: 10px;
	color:#a8a8a8;
	}
.news .news_con .newsfr dl dd{

	overflow:hidden;

	}
.news .news_con .newsfr dl dd b{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#333;
	line-height:30px;
	font-weight:bold;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
  .news .news_con .newsfr dl dd:hover b{ color: #C20813;}
.news .news_con .newsfr dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#575757;
	line-height:30px;
	margin-top:36px;
	}
.news .news_con .newsfr dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#C20813;
	line-height:30px;

	padding-bottom:10px;
	margin-top:40px;
	}
.news .news_con .newsfr ul{
	width:100%;
	overflow:hidden;
  display: flex;
  flex-wrap: wrap;
	}
.news .news_con .newsfr ul li{

  margin: 10px;
  width:calc((100% / 6) - 20px) ;
	padding:10px;
  background: #F8F8F8;

  border-radius: 10px;

	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .news_con .newsfr ul li:last-child{
	border-right:none;
	}
.news .news_con .newsfr ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
	}
.news .news_con .newsfr ul li .newstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#343434;
	line-height:30px;
	margin-top:8px;
	font-weight: bold;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news .news_con .newsfr ul li .newsdes{
	width:100%;

	font-size: 14px;
	margin-top: 10px;
  color: #666;
    
}
.news .news_con .newsfr ul li .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#C20813;
	line-height:30px;
	background:url(../images/icon6.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-top:43px;
	}
.news .news_con .newsfr ul li:hover{
	background:#F3F5F8;

	}
.news .news_con .newsfr ul li:hover .newstit,.news .news_con .newsfr ul li:hover .newsdes ,.news .news_con .newsfr ul li:hover .newsdate{
	color:#fff;
	}
.news .news_con .newsfr ul li:hover .newsmore2{
	background:url(../images/iconh6.png) no-repeat left bottom;
	color:#fff;
	}
/**/
.fot_bg {
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 150px;
  display: flex;
  align-items: center; width: 100%;



}

.fot_bg span {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
}

.fot_bg p {
  color: #fff;
  line-height: 28px;

  font-size: 30px;
  text-align: center;
}

.fot_bg p a {
  color: #fff;
}
/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #C20813;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}

.scroll .active {
  transform: scale(1);
}



/*底部footer*/
.footer {
  background: #0F1B31;
  background-size: cover;


}

.foot {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot_nav img,
.foot_tel img {
  filter: brightness(50%);
}

.foot .foot_tel b {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: normal;
  width: 33.33%;
  display: flex;
  align-items: center;
  float: left;
}

.foot .foot_tel b i {
  display: block;
}

.foot b i img {
  width: 32px;
  margin-right: 8px;
}

.foot-logo {
  width: 18;
  padding-right: 5%;
}

.foot-logo p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.foot_nav {
  width: 32%;
}

.foot_nav b {
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;text-transform: uppercase;
}

.foot_nav div {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_nav div a {
  width: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.foot_nav div a:hover {
  color: #C20813;
}

.foot_address p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;

}

.foot_tel {
  width: 67%;
}

.foot_tel p {
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;

}

.foot_tel i img {
  width: 32px;
  margin-right: 8px;
}

.copyright {
  padding: 40px 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright a {
  color: #fff;
}

.copyright i {
  float: right;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #C20813;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #C6121A;
  border-left: 1px solid #FA4348;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/*返回顶部*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #0F1B31;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #0F1B31;
  transition: background 0.2s ease-in-out;
}

/* 关于我们内页 */
.inban {
  position: relative;
}

.intxt {
  font-size: 36px;
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  background: rgb(0 0 0 / 5%);
  z-index: 2;
}

.ny_tab {
  border-bottom: 1px solid #E7E7E7; margin-bottom: 25px;
}

.ny_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ny_tab ul li {
  padding: 0 5%;
  position: relative;
  font-size: 18px;
}

.ny_tab ul li a {
  position: relative;
  color: #333333;
  display: block;
  padding: 25px;
}

.ny_tab ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 16%;
  width: 1px;
  background: #c3c3c3;
}

.ny_tab ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #C1030E;
  transition: .5s;
}

.ny_tab ul li:last-child::after {
  display: none;
}

.ny_tab ul li a:hover,
.nypagenav ul li.on a {
  color: #c0040c;
}
.ny_tab ul li .aa
 {
  color: #c0040c;
}
.ny_tab ul li .aa::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #C1030E;
  transition: .5s;
}

.ny_tab ul li:hover a::before,
.nypagenav ul li.on a::before {
  width: 100%;
}
.in_box {  position: relative; overflow: hidden; width: 100%; float: left;}
.inabout {

  display: flex;
  align-items: center;


  justify-content: space-between;

}

.inab_tu {
  width: 40%;
  position: absolute;
   right: 0;
}


.inab_txt {
  width: 100%;
  position: relative;
  z-index: 2;
  
}

.inab_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #666; text-align: justify;
}
.inmain_title {
  font-size: 40px;
  color: #C20813;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.inmain_title p {
  text-align: left;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}
.inmain_span {
  font-size: 26px;
  margin: 10px 0;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: left;
}
.txtColor { color: #fff!important;}
/* 设备能力 */
.sbnl { background: #f6f6f6;}
 .sbnl table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.sbnl th {
  background-color: #999;
  color: #fff;
  font-weight: normal;
  height: 40px;
  font-size: 16px;
}

.sbnl td {
  color: #666;
  text-align: center;
  height:40px;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
}

.sbnlt tr,
.sbnl th {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  text-align: center;
}
.pro_list { margin-top: 30px; display: flex; flex-wrap: wrap;}
.pro_list a { border-radius: 10px; display: block; float: left; width: calc(25% - 20px); margin:10px; padding: 10px; background: #f5f5f5; border: 1px solid #f2f4f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 10px 15px; background: #f5f5f5; }
.pro_list .ptotu img { border-radius: 10px; width: 100%;}
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center; 
    color: #333;
    padding-top: 20px;
}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede; background: #C20813;}
.pro_list a:hover p { color: #fff; background: #C20813;}


