

     
   
/**/
* {
  margin: 0;
  padding: 0;
}

span,strong,td,th,u,ul {
  margin: 0;
  padding: 0
}

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: 'Roboto Regular';
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}

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;
  color: #fff;
}

img {
  border: none !important;
  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;
}

/*t图片样式*/
.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-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dot4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #c01315;
  color: #fff;
  padding: 10px 0;
}

.top_con .container {
  display: flex;
  justify-content: space-between;
}

.top_con .top_lx span {
  padding-right: 20px;
}

.top_con .topShare {
  display: flex;
}

.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}

.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}

.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}

#header {
  transition: all 0.5s;
  z-index: 994;
  transition: all 0.5s;

  top: 0;
  left: 0;
  position: absolute;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 994;
}
.header-transparent .container {  display: flex;
  justify-content: space-between;
  align-items: center;}
.top-box {



 
}

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

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

.top-box .logo .logo-tu2 {
  display: none;
}
.mob_language { display: none;}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.nav-menu {
  flex: 5;
  height: 90px;


}

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

}

.nav-menu ul li {
  text-align: center;


}

.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
    text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #c01315 !important;
  font-weight: 600;
}

.nav-menu .drop-down ul {
  display: flex;

  justify-content: center;
  position: absolute;

  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 99;
 display: none;
  width: 100%;
  padding: 0 10%;
    padding-bottom: 30px;
  background: #f1f1f1;
  transition: ease all 0.3s;

 
}

.nav-menu .drop-down ul li{ width: 25%;}
.nav-menu .drop-down ul li a{ display: flex; flex-direction: column;}
.nav-menu .drop-down ul li img{ width: 80%;}
.nav-menu .drop-down:hover>ul {
display:flex;
  top: 100%;
  
}

.nav-menu .drop-down li {

  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #fff !important;
  background: #c01315;
}

.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 a i {
  padding-left: 5px;
}

.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 .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .header_top { display: none;}
#header.header-scrolled .top-box{ background: #000;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #c01315;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #c01315;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #c01315;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 14px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #c01315;
}

.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}

.language a {
  color: #272727;
  padding: 0 10px;
}

.language a:hover {
  color: #c01315;
}

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.seaBtn {
  background: url(../images/sousuo.png) center no-repeat;
}


.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}



.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}

.searchWrap .searchBtn {
  padding: 10px;
  background: #c01315;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #c01315;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
.header_top {  color: #fff;  padding:10px 4vw ; display: flex; align-items: center;justify-content: space-between;}

.header_left i,.header_left a{ color: #fff; margin-right: 5px;}
.header_right{ display: flex; }

.header_right a{ color: #fff; margin-right: 15px;}

/* 语言 */
.head_right {
  position: relative;
  margin-right: 4vw;
  margin-left: 10px;
}

.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {

  color: #fff;
    text-transform: uppercase;
}

.change-language .change-language-title {
  padding: 0;
}

.change-language .change-language-title a:after {
  font-family: 'fontawesome';
  content: "\f0d7";
  font-size: 12px;
  display: inline-block;
  padding-left: 2px;
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.change-language .change-language-cont {
  position: absolute;
  top: 35px;
  right: -20px;
  width: 120px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;

}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}


.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;

  white-space: nowrap;
  padding: 0 0 0 8px;
  overflow: hidden;
}


li.language-flag a {
  position: relative;
  display: block;
}

li.language-flag a:hover {
  color: #c01315;
}

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

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#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: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}

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

.btn-prev {
  left: 30px;
}

.btn-next {
  right: 30px;
}

#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: #c01315;
  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: 40%;
  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;
  margin-top: 30px;
}

.banner_txt {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: center;

}

.banner_txt p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px auto;
  text-shadow: none;
  width: 90%;
}

.banner_txt span {
  color: #fff;
  font-size: 28px;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  width: 90%;
}
.banner_more { margin-top: 30px;}
.cus-btn-3 {
  position: relative;

  overflow: hidden;
  border: 1px solid #E60008;
  color: #FAFAFA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
   width: 220px;
   height:60px;
   margin: 10px;
     transition: all .3s;
     border-radius: 3px;
   background-image: -webkit-linear-gradient(306deg, #c01315, #A5000D);     
    background-image:linear-gradient(306deg, #c01315, #A5000D);     

   font-size: 18px;
 
}
.cus-btn-3 i{ margin-left: 15px;}
.cus-btn-3:hover { background-image: -webkit-linear-gradient(306deg, #A5000D, #c01315);     
    background-image:linear-gradient(306deg, #A5000D, #c01315); }


.pad_80 {
  padding: 100px 0;
}
/*  */
.overview { background: #c01315; padding:50px 0; }
.overview .main_title{ width: 80%; margin: 0 auto;}
.overview .main_title p{ margin-bottom: 0; font-weight: normal; padding-bottom: 0; color: #fff;}
.overview .main_title p::after{ display: none;}
/*关于我们*/
.main_title {
  text-align: center;

}

.main_title p {

  margin-bottom: 30px;
  color: #333;
   font-size: 38px;
  padding-bottom: 20px;
  font-weight: 600;
  position: relative;
      line-height: 48px;
    letter-spacing: 1px;
}


.main_title p b {
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
 
}
.main_title .m_p3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.main_title span {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 10px;
}


/* 产品 */
.pro_box { background: url(../images/prbg.jpg) no-repeat bottom center;  background-size: cover;}
.tj_tu {
position: relative;
display: flex;

}
.slide_nav { width: 18%;}
#thumbs .swiper-wrapper { flex-direction: column;}
#gallery { width: 75%;}
.prbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gallery .swiper-slide {
  position: relative;

}
#gallery .swiper-slide .product-box {

  display: flex;
  align-items: center;

border-radius: 10px;



}


#gallery .swiper-slide .product-box  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);

  border-radius: 20px;
  flex-direction: column;
  padding: 0;
}

#gallery .swiper-slide .product-box .pro_con {
width: 100%;
padding: 3% ;
}
#gallery .swiper-slide .product-box .pro_con .cus-btn-3 { margin:10px 0;}
#gallery .swiper-slide .product-box .pro_con .product_title p{ flex-wrap: wrap; display: flex; font-size: 15px; line-height: 30px; color: #999;}
#gallery .swiper-slide .product-box .pro_con .product_title p a{ border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; font-size: 16px; margin: 15px 15px 15px 0;}
#gallery .swiper-slide .product-box .pro_con .product_title p a:hover { color: #c01315;padding-bottom: 1px solid #c01315;}
/* 
#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: #333; text-align: center;}
#gallery .swiper-slide .product-box .pro_con .product_title a {position: relative; display: block;color: #333; }
#gallery .swiper-slide .product-box .pro_con .product_title li:hover { background: #c01315; 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:#c01315; 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: 30px;
  margin-bottom: 15px;
  line-height: 32px;
  color: #fff;
}

#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: #fff;
}


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

}

#gallery .swiper-slide .product-box .product_tu {
  width: 100%;
  padding-bottom: 30px;
}
.tj_tu { margin-top: 40px;}
.tj_tu .swiper-button-prev {
  left: 50px;


}

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

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

}

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

#thumbs {

  width: 100%;
  position: relative;
}
.line { position: absolute; top:0px; left:12px;  border-right: 1px dashed #dedede; width: 1px; height: 100%; }
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
}

.tj_tu .swiper-container-thumbs {
  position: relative;

}
.slide_nav .swiper-container { overflow: visible; z-index: 2;}
.tj_tu .swiper-container-thumbs .swiper-slide {

margin: 5px;
padding: 30px 0 30px 30px;
  color: #333;
  width: 100%!important;
  display: flex;
  justify-content: flex-start;
  align-items: center;


 
}

.tj_tu .swiper-container-thumbs .swiper-slide ul{ width: 100%;}
.tj_tu .swiper-container-thumbs .swiper-slide ul li{  position: relative; }
.tj_tu .swiper-container-thumbs .swiper-slide p::before {content: ''; position: absolute; left: -30px; top:18px; width:15px; height: 15px; border-radius: 15px; background: #ececec;}
.tj_tu .swiper-container-thumbs .swiper-slide p{display: block; margin-bottom: 0; padding: 10px 0; width: 100%; color: #fff; font-size: 24px; }
.tj_tu .swiper-container-thumbs .swiper-slide a img { background:#f1f1f1; border-radius: 20px; padding:10px; margin-bottom: 6px; }
.tj_tu .swiper-container-thumbs .swiper-slide .xiala { display: none; padding: 10px; background:#c01315; border-radius: 10px; width: 130%; position: absolute; left:100%; top:-10px;z-index: 999;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a{ transition: all .3s; display: block; padding: 8px 0; font-size: 18px; line-height: 32px; color: #fff; text-align: left;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a:hover {background: #fff; padding-left: 8px; color: #c01315;}
.tj_tu .swiper-container-thumbs .swiper-slide:hover .xiala{ display: block;   }
.tj_tu .swiper-slide-thumb-active img{
 background: #c01315!important;



}
.tj_tu .swiper-slide-thumb-active p a{ color: #c01315!important; }
.tj_tu .swiper-slide-thumb-active p::before { background:#c01315!important;}

#case1 .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}

#case1 .swiper-slide {
  width: 100%;
  height: 100%;


  position: relative;
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}

#case1 .swiper-slide img {
  width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
  height: 100%;
  border: none;

}

#case1 .swiper-slide a {
  display: block;
  position: relative;
  margin: 0 20px;

 padding-bottom: 30px;
  
}
#case1 .swiper-slide a:hover p { color: #c01315;}
#case1 .swiper-slide p {

  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
 
  width: 100%;

 
}

#case1 .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1002;
}


#case1 .swiper-button-prev { left: 29%;}
#case1 .swiper-button-next { right: 29%;}
#case1 .swiper-button-next,#case1 .swiper-button-prev {    
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  background-image: none;
  line-height: 50px;
  cursor: pointer;
  transition: all .36s;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(26, 19, 107, 0.2);
 
  pointer-events: all;}
  #case1 .swiper-button-next i,  #case1 .swiper-button-prev i {   color: #c01315;}
  #case1 .swiper-button-next:hover ,#case1 .swiper-button-prev:hover { background: #c01315; }
  #case1 .swiper-button-next:hover i,#case1 .swiper-button-prev:hover i { color: #fff;}

/* about */
.aboutbg{
  background: url(../images/abbg.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
 


}
 .our_service{
  margin-top: 30px;
 }
 .our_service b{ font-size: 20px; display: block; margin-bottom: 20px;}
  .our_service ul li{ padding-left: 20px;position: relative; font-size: 18px; margin: 10px 0;}
  .our_service ul li::before {  position: absolute; left: 0; top:10px; content: ''; width: 10px; height: 2px; background: #c01315;}
  .about_fr {
  width: 45%;
  padding-right: 3%;



}

.about_fl .ab_txt {
  line-height: 30px;

  color: #333;
  font-size: 16px;
  text-align: justify;
  line-height: 38px;

}

.about_fl .ab_txt span {
  color: #fff;
}


.about_fl {
  width: 55%;
  overflow: hidden;
  padding-left: 3%;


}



.about_fl a {
  margin-top: 30px;
  margin-left: 0;

}

.video .abtu {
  position: relative;
  display: block;
  background: url(../images/about.jpg) no-repeat center center;
  background-size: 100%;
  height: 420px;

}

.video .abtu >div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 3;

}

.video .abtu>div>b {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}
.video .abtu>div>b img{   width: 74px;}

  /* 应用领域 */
.apply { padding-top: 80px;}

.yw {

  position: relative;


  background:url(../images/apply.jpg) no-repeat;
  background-size: cover;
  overflow:hidden;
}

.yw ul{
  width:100%;
  padding:0;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.yw li{position:relative;overflow:hidden;  }

.yw li .img_ar { opacity: 0; }
.yw li:hover .img_ar { opacity: 1;}
.yw .dec_ar em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.yw .dec_ar p{ margin-top:15px;   }

.yw li .cont_ar{ color:#333;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  width: 100%;

  transition:all 0.5s; -webkit-transition:all 0.5s;
}
.yw li.cur .cont_ar {   background: rgba(0, 0, 0, .4);}
.yw li .ar_title{
  width:80%;

  text-align:center;
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
}
.yw li .ar_title span{  padding: 10px;
  display: block;
  border: 1px solid #dedede;
  width: 90px;
  height: 90px;
  margin: 15px auto;
  border-radius: 10px;
  background: rgba(255,255,255,.2); }
.yw li .ar_title span img { }

.yw li .ar_title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #333;
text-align: justify;

}

.yw li .ar_title b {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

.yw li .more{ text-align: center; color: #fff; margin-top: 15px; }
.yw li.cur .cont_ar{  background: rgba(0, 0, 0, .4);cursor: pointer; }
.yw li .cont_ar .main_title strong { color: #333;}
.yw li.cur .cont_ar .main_title em,.yw li.cur .cont_ar .main_title strong{  color: #fff; }
.yw li.cur .ar_title b,.yw li.cur .ar_title p{ color: #fff;}
.yw li.cur .img_ar { opacity: 1;}

/* 优势 */
.ysbg{ background: url(../images/ysbg.jpg) no-repeat; background-size: cover;}
.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.zzsc .tab {
  overflow: hidden;
display: flex;

}


.zzsc .tab a {
  display: block;
  font-size: 24px;
  width: 20%;
  padding:10px;
  border-right: 1px dashed #dedede;
  color: #fff;
  text-align: center;
  float: left;

  text-decoration: none;
}

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

.zzsc .tab a.on  {

  color:#c01315;
}

.zzsc .co {
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
  margin-top: 30px;


}
.zzsc .co > ul {
  
  background: rgba(255,255,255, 0.2);
  padding:40px ;
}
.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
}
.ys_list {
  margin-top: 40px;
}
.ys_list_right {
  float: right;
  width: 55%;

}
.ys_list_left {
  float: left;
  width: calc(45% - 80px);
  padding: 20px 40px;
  line-height: 24px;
  font-size: 14px;
  color: #fff
}

.ys_list_left b{line-height:56px;color: #fff;padding:48px 0 0;font-size:42px;position: relative; font-weight: 500; display: block; margin-top: 30px;}
.ys_list_left span { display: block; font-size: 26px; margin: 10px 0;}

.co li b:before{content: "01"; font-weight:bold;position: absolute;width: 100%;height: 48px;color:#c01315;font-size: 90px;left: 0;top: 0;overflow: hidden;line-height:80px;}
.co li:nth-child(2)  b:before{content: "02";}
.co li:nth-child(3)  b:before{content: "03";}
.co li:nth-child(4)  b:before{content: "04";}
.co li:nth-child(5)  b:before{content: "05";}
.co li:nth-child(6)  b:before{content: "06";}
.ys_list_left p {
  font-size: 24px;
  padding-top: 15px;
  line-height: 38px;
  color: #fff;
}
.ys_list_left a{  display: block; padding-top: 10px; color: #c01315;}
.ys_list_left p img{ padding-right: 14px;}
.ysicon{   background: #fff;  margin-top: 30px;
}
.ysicon p{  color:#fff;  padding:10px 0; text-align: left; float: left;
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 18px; width: 33.3%;}

.ysicon p span{display: block;font-size: 58px;color: #fff; line-height: 64px;}
.ysicon p i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #c01315;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -25px;
  left: -10px;
  color: #fff;
  display: inline-block;
}
/* 新闻 */
.newsbg { background: #f1f1f1;}
 .join_rczp_list  { width: 100%; }
  .join_rczp_list ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
   .join_rczp_list li  { width: 100%; margin: 0 10px;  display: block; border-bottom: 1px solid #dedede;  padding:8px 0px;}
    .join_rczp_list .zp-content { display: flex; justify-content: space-between; align-items: center;}
    .join_rczp_list .zp-content .icon { width: 20px; height: 20px; background: url(../images/jiantou1.png) no-repeat right center / cover; transition: all .3s;}
        .join_rczp_list li.cur .zp-content .icon { transform: rotate(-180deg);}
    .join_rczp_list .zp-content p {  color: #333;width: calc(100% - 80px); margin: 15px 0; font-size: 20px; line-height: 26px; }
.join_rczp_list .zp-content p img{ margin-right: 10px;}
    .zp-con {
      padding:20px;
      background: #f7f7f7;
      margin-top: 10px;
      display: none;
      line-height: 28px;
       font-size: 16px;
       color: #666;
  }
  .zp-con-list .zp-flex{ margin-bottom: 10px; display: flex; flex-wrap: wrap; margin-top: 10px;}
.zp-con-list p{
  line-height: 28px;
  width:100%;
   margin: 5px 0;
  color: #666;
  display: flex;
  justify-content: space-between;

}


.zp-con-list a:hover {
  color: #000;
}

.zp-con-list .lxing {

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-bottom-color: #ccc;

  position: relative;

  top: -5px;
  margin-right: 5px;
  display: inline-block;

}
.zp-con-list .lxing::after{
  content: '';

  position: absolute;

  left: -5px;

  top: 5px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-top-color:#afafaf;
}
 .zp-con-list em {

  color: #999;

}

 .zp-con-list i {
  width: 95%;
  color: #333;

}
  .zp-con-list .tit { color: #000; font-size: 16px; font-weight: 600;}
/*底部footer*/
.footer-main { width: 100%; float: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 30px;
}

.footer-list1 {
  width: 30%;
}

.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {
  width: 25%;
}

.footer-list2 img {
  width: 120px;
}

.footer-list3 {
  width: 35%;
}

.footer-list4 {
  width: 10%;
}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p 
.footer-list2 p  {
 font-size: 16px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  font-weight: bold; text-transform: uppercase;

}

.socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}

.socials li {
  display: inline-block;
  margin-right: 10px;
}

.socials li a {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.socials li a:hover {
  background-color: #c01315;
  border: 1px solid #c01315;
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 16px;

  line-height: 32px;
  margin-bottom: 0;

}

.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  display: block; text-transform: uppercase;

}
.footer-list1 p a::first-letter,
.footer-list2 p a::first-letter {
  text-transform: uppercase;

}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #c01315;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;

  text-align: left;
  width: 100%;
}

.address-content span {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.address-content p {
  color: #fff;
  font-size: 14px;
}

.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase; line-height: 24px;
}
.footer-copyright p i{color: #c01315;}
.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p a {
  color: rgba(255, 255, 255, 0.7)
}

.footer-copyright p a:hover {
  color: #c01315;
}

.footer-copyright .main_box {
  display: flex;
  justify-content: space-between;
}

.footer-copyright .container {
  padding: 10px 0;
}

.fot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.fot_top i{ font-size: 32px;}
.fot_top img{ height: 50px;}
.fot_top p{ color: #c01315; font-weight: 600; font-size: 24px;}
.fot_bot {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #c01315;
  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 #A20505;
  border-left: 1px solid #CB1515;
  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;
}

/*返回顶部*/
#suspension {
  position: fixed;
  z-index: 9999;
  right: 8px;
  bottom: 6%;
}

#suspension li {
  margin-bottom: 3px;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#suspension li a {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #c01315;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;

}

#suspension li .txt_box {
  display: none;
  padding: 0 10px;
}

#suspension li .fa {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 22px;
  background-color: #c01315;
}

#suspension li .txt {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;

}

#suspension li .txt a {
  display: block;
  line-height: 57px;

  color: #fff;

  padding-left: 10px;

}

#suspension li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 15px;
  background: #999;
  width: 140px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}


#suspension li.ewm .ewm-box img {
  width: 100px;
}

#suspension li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #999;
  border-right: none;
}

#suspension li.ewm:hover .icon {
  background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#suspension li.backtop {
  cursor: pointer;
}

#suspension li:hover .txt_box {
  display: block;
}
#suspension li:hover .txt_box p{ margin-bottom: 0;}
#suspension li:hover a {
  width: 220px;
}

#suspension li:hover .fa {
  background-color: #999;
  color: #fff;
}