

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
button:focus {
  outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a * {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.news_slick .slick-slide > li div h3p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.mt20{ margin-top: 20px;}
.col-xs-6 {
  width: 50%;
}
.index-more {
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  border: 2px solid #e50219;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 150px;
  height: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  padding: 0;
  color: #000000;
  font-weight: bold;
}
.index-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 2px solid #e50219;
  background: #e50219;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.index-more:hover{
  color: #ffffff;
}
.index-more:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}


.w1520 {
  max-width: 92%;
  margin: 0 auto;
  width: 1520px;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 3rem;
  overflow: hidden;
  background: #f5f5f5;
}

.container {
  max-width: 1520px;
}


.content-wrap .container {
  max-width: 1200px;
  
}
.subbannerbox-wrap .container{
  padding: 0;
  max-width: 1200px;
}


.auto-container {
  max-width: 1520px;
  margin: 0 auto;
}

.activehead {
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(170 170 170 / 15%);
  margin-top: 0!important;
}

.wrapper {
  position: relative;
  background: #ffffff;
}
.wrapper.active {
  position: relative;
  margin-left: 0;
  -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
}

.header-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all .3s;
  margin-top: 33px;
  background: #ffffff;
}
.header-wrap .navbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 13px 0;
}

.header-wrap .navbox  .logobox {
  width:250px;
  float: left;
}
.header-wrap .navbox .navList {
  float: right;
}

.header-wrap .navbox .navList a {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  float: left;
  transition: all .3s;
  position: relative;
  font-weight: bold;
}
.header-wrap .navbox .navList a:hover {
  color: #fff!important;
}
.header-wrap .navbox .navList a:hover::after, .header-wrap .navbox .navList a:hover::before {
  transform: scaleX(1);
}
.head .navbox .navList a:hover {
    color: #fff!important;
}
.header-wrap .navbox .navList a::before {
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #e50219;
  transform: scaleX(0);
  transform-origin: 0 100%;
  z-index: -1;
}
.header-wrap .navbox .navList a::after {
  z-index: -1;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #e50219;
  transform: scaleX(0);
  transform-origin: 100% 0;
}

.header-wrap .navbox .logobox{
  height: 50px;
  line-height: 50px;
}
.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
  
}

.header-wrap .navbox .right{
  float: right;
}

.header-wrap .navbox .header_lans {
  line-height: 50px;
  height: 50px;
  font-size: 10px;
  margin-left: 0;
  padding: 0 5px;
  margin-right: -10px;
  float: right;
  color: #000;
}
.header-wrap .navbox .header_lans a{
  color: #000;
}

/* banner */

.index-banner {
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index-banner .bannerBox {
  width: 100%;
  height: 80vh;
}
.mobile-banner{
  display: none;
}


.index-banner .bannerBox .swiper-slide {
  position: relative;
  background-color: #151414;
}

.index-banner .bannerBox .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: top center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}

.index-banner .bannerBox .swiper-slide-inner {
  position: relative;
  display: block;
  text-align: left;
  padding-top: 250px;
  padding-bottom: 250px;
}

.index-banner .bannerBox .swiper-slide-inner .right-inner-row{
  min-height: 3.63rem;
}

.index-banner .bannerBox p {
  position: relative;
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 50px;
  font-weight: 200;
  color: var(--thm-base);
  opacity: 0;
  text-align: left;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.index-banner .bannerBox h2 {
  margin: 0;
  margin-top: 27px;
  color: #fff;
  font-size: 60px;
  line-height: 86px;
  font-weight: 800;
  min-height: 86px;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}


.index-banner .bannerBox .thm-btn {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
    -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
}
.index-banner .bannerBox .thm-btn:hover {
  background: #ffffff;
  color: #e50219;
}
.index-banner .bannerBox .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.index-banner .bannerBox .swiper-slide-active .thm-btn,
.index-banner .bannerBox .swiper-slide-active h2,
.index-banner .bannerBox .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  bottom: 50px;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #fff;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 10px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner-slider-button-next {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  margin-right: 100px;
  font-size: 25px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: 0.5s;
}

.banner-slider-button-prev {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #ffff;
  cursor: pointer;
  z-index: 9;
  margin-left: 100px;
  font-size: 25px;
  border: 2px solid #fff;
  transform: rotate(-180deg);
  opacity: 0.3;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider-button-prev,
.banner-slider-button-next:focus {
  outline: none;
}
.banner-slider-button-prev:hover,
.banner-slider-button-next:hover {
  opacity: 1;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #e50219;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.subbannerbox-wrap {
  position: relative;
  
}

.subbannerbox-wrap .sub-title {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  width: 100%;
 
  text-align: center;
  
}

.subbannerbox-wrap .sub-title .text22{
  background-repeat: no-repeat;
  height: 117px;
  border-bottom: 1px solid #484848;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  
  padding-bottom: 7px;
}


/* 首页关于我们 */

.about-wrap {
  padding-top: 85px;
  padding-bottom: 85px;
}

.about-wrap .lbox{
  width: 42%;
  float: left;
}
.about-wrap .rbox{
  width: 58%;
  float: right;
}

.index_titbox{
  border-left: 20px solid #e50219;
  height: 140px;
  line-height: 140px;
  padding-left: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_titbox .tit{
  font-weight: bold;
  font-size: 45px;
  color: #000000;
  line-height: 60px;
}
.index_titbox .tit span{
  color: #e50219;
}
.index_titbox .desc{
  color: #2d2d2d;
  font-size: 20px;
  line-height: 36px;
 
}

.about-wrap .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.about-wrap .top .index-more{
  display: none;
}
.about-wrap .lbox .conbox {
  margin-top: 15px;
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 30px;
  line-height: 30px;
  padding-right: 18px;
 
}
.about-wrap .lbox .conbox p{
  margin-bottom: 10px;
  text-indent: 2em;
}


.about-wrap .rbox .picbox{
  text-align: right;
  
}
.about-wrap .rbox .picbox img{
  box-shadow: -35px 35px 0px #f2f2f2;
  
}



/* 首页企业文化 */

.culture-wrap{
  padding-top: 85px;
}
.culture-wrap .con{
  margin-top: 40px;
}


.culture-wrap .con .box_item{
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
}
.culture-wrap .con .box_item:nth-child(2){
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.culture-wrap .con .box_item .pic{
  flex: 0 0 50%;
}
.culture-wrap .con .box_item .pic img{
  width: 100%;
  height: 100%;
}
.culture-wrap .con .box_item .cont{
  flex: 0 0 50%;
  padding: 60px 80px;
  box-sizing: border-box;
}
.culture-wrap .con .box_item .cont .tit{
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  color: #000000;
}
.culture-wrap .con .box_item .cont .desc{
  font-size: 18px;
  color: #000000;
  margin-top: 5px;
  line-height: 35px;
  font-weight: 200;
}
.culture-wrap .con .box_item .more_btn{
  width: 104px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  background: #666666;
  text-align: center;
  margin-top: 20px;
}



/* 首页企业规模 */
.scale-wrap{
  padding-top: 85px;
  padding-bottom: 85px;
}

.scale-wrap .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.scale-wrap .scale-swiper {
  overflow: hidden;
  margin-top: 70px ;
}
.scale-wrap .scale-swiper .swiper-button-prev{
  background: #ffffffad;
  left: 0;
}
.scale-wrap .scale-swiper .swiper-button-next{
  background: #ffffffad;
  right: 0;
}

.scale-wrap .scale-swiper .swiper-button-next:after, .scale-wrap .scale-swiper  .swiper-button-prev:after{
  font-size: 16px;
  color: #000000;
}
.case-list .li {
  position: relative;
  overflow: hidden;
  background: #ad0404b6;
  text-align: center;
}
.case-list .li .img{
  overflow: hidden;
}
.case-list .li .img img{
  width: 100%;
  -webkit-transition: transform .8s;
  -moz-transition: transform .8s;
  -ms-transition: transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
}
.case-list .li:hover .img img{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -transform: scale(1.2);
}
.case-list .li .al-txt{
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity:0;
 transform: translate(-50%,-50%);
  color: #ad0404b6;
}
.case-list .li .al-txt h3{
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.case-list .li .al-txt p{
  font-size: 0.875rem;
}
.case-list .li:hover img,.case-list .li:active img{
  opacity: 0.3;
 transform: scale(1.2,1.2);
}
.case-list .li:hover .al-txt,.case-list .li:active .al-txt{
  opacity: 1;
  color: #fff;
}
.scale_block{
  overflow: hidden;
}
.scale-box{
  padding-top: 58px;
  padding-bottom: 58px;
  background: #ffffff;
  position: relative;
}
.scale-box:before{
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  width: 100%;
  background: #fff;
  content: "";
}
.scale_block .box1 {
  background: #f3f3f3;
  padding: 130px 0 85px;
}
.scale_block .box1 .lbox{
  padding-left: 4%;
}
.scale_block .box1 .bigtit{
  opacity: 0.25;
  font-size: 65px;
  line-height: 1;
  font-family: 'Impact';
  font-weight: bold;
}
.scale_block .box1 .tits{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.scale_block .box1 .d{
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  background: #e50219;
  color: #ffffff;
  padding: 0 40px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 200;
  margin-top: 40px;
}
.scale_block .box1 .desc{
  
  line-height: 32px;
  font-weight: 200;
  margin-top: 40px;
}
.scale_block .box1 .desc p{
  margin: 0;
  font-size: 18px;
}
.left-cnimg-button{
  margin-top: 80px;
}
.cnimgBox .scale-swiper {
  overflow: hidden;
}
.left-cnimg-button .cnimg-prev{
  background-image: url('../images/left_arr.png');
  background-position: center;
  background-color: #333333;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
}
.left-cnimg-button .cnimg-next{
  background-image: url('../images/right_arr.png');
  background-position: center;
  background-color: #333333;
  background-repeat: no-repeat;
  margin-left: 21px;
}
.left-cnimg-button .slide-btn {
  width: 153px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}
.left-cnimg-button .slide-btn:hover {
  background-color: #e50219;
}


.gh_bolck{
  padding: 85px;
}
.gh_bolck .gh-box {
  padding: 80px 0;
  position: relative;
}
.gh_bolck .gh-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1200px;
  height: 600px;
  background: #f3f3f3;
}

.gh_bolck .gh-box .lbox{
  padding-left: 4%;
}
.gh_bolck .gh-box .lbox .ghimg img{
  box-shadow: -48px 50px 0px #e50219;
}
.gh_bolck .gh-box .rbox {
  padding: 0 120px;
}
.gh_bolck .gh-box .rbox .bigtit{
  opacity: 0.25;
  font-size: 65px;
  line-height: 1;
  font-family: 'Impact';
  font-weight: bold;
}
.gh_bolck .gh-box .rbox .tits{
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.gh_bolck .gh-box .rbox .d{
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  background: #e50219;
  color: #ffffff;
  padding: 0 40px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 200;
  margin-top: 55px;
}
.gh_bolck .gh-box .rbox .desc{
  
  line-height: 32px;
  font-weight: 200;
  margin-top: 55px;
}
.gh_bolck .gh-box .rbox .desc p{
  margin: 0;
  font-size: 18px;
}


/* 首页新闻中心 */

.news-wrap {
  padding-top: 68px;
  background-image: url('../images/index_newsbg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 85px;
}
.news-wrap .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.news-wrap .news-swiper {
  overflow: hidden;
}
.news-list {
  margin-top: 106px;
  margin-bottom: 85px;
}

.news-list .li {
  padding:50px;
  /* float: left; */
  background: #ffffff;
  overflow: hidden;

  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.news-list .li .time .date {
  font-size: 60px;
  font-family:'Impact', 'Haettenschweiler', 'Arial Narrow Bold', 'sans-serif';
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.news-list .li .time .year {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.news-list .li .tit {
  font-size: 24px;
  height: 45px;
  color: #000000;
  font-weight: 500;
  line-height: 45px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.news-list .li .desc {
  font-size: 20px;
  color: #262626;
  font-weight: 100;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
  height: 90px;
}
.news-list .li:hover .tit{
 color: #e50219;

}
.news-list .li:hover .time .date{
  color: #e50219;
 }

.news-list .li:hover {
  box-shadow: 3px 10px 15px rgba(0,0,0,0.14);
 }


/* 子页banner */


.banner {
  width: 100%;
  height: 35.72917vw;
  position: relative;
  overflow: hidden;
}
.banner .con {
  width: 100%;
  position: absolute;
  top: 14.5vw;
  left: 0;
  color: #fff;
  text-align: left;
}
.banner .con .subbanner_lg{
  display: inline-block;
  background: #ff6600;
  font-size: 1.8vw;
  line-height: 2.6vw;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 25px;
  margin-bottom: 1vw;
}
.banner .con .value1{
  font-size: 3vw;
  line-height: 3vw;
  color: #fff;
  font-weight: 500;
  font-family: 'Impact';
}
.banner .con .value2{
  font-size: 2vw;
  line-height: 2.2vw;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}


/* 子页当前位置 */
.home-cur {
  height: 56px;
  line-height: 56px;
  background: #ffffff;
}
.home-cur .position{
  float: right;
  font-size: 16px;
  color: #000; 
  font-weight: 100;
}
.home-cur .w1520:after{
  clear: both;
}
.home-cur .position a{
  color: #000; 
  
}

/* 新闻列表 */
.content-wrap .news {margin-top: 15px;}
.news_slick .slick-slide > li{background-color:#f7f7f7;padding-right:2.5%;padding-top:20px;padding-bottom:20px;}
.news_slick .slick-slide > li a > span{width:43%; float:left; height: auto; margin-right:3.33%;}
.news_slick .slick-slide > li div h2{font-size:24px; color:#4d4d4d; font-family: Arial; }
.news_slick .slick-slide > li div h2 i{font-size:72px; color:#c2c2c2; font-family: Arial; font-weight: bold;}
.news_slick .slick-slide > li div h3{font-size:22px; color:#333333; margin-top:20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.news_slick .slick-slide > li div p{font-size:16px; color:#666666; line-height: 32px; margin-top:15px; height: 96px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.news_slick .slick-slide > li div span{font-size:16px; color:#666666;display: block; width:53.5%; border-top:1px dashed #cccccc; float:right; margin-top:15px; padding-top:20px;}
.news_slick .slick-slide > li div span	i{display:inline-block; width:16px; height: auto; margin-left:10px;}
.news_slick .slick-slide > li div span	i img{display:block;}
.news_slick .slick-slide > li:hover div span{color:#e60012;}
.news_slick .slick-dots{text-align:right;right:2.5%; bottom:27px;}
.news_slick .slick-dots	li{width:11px; height: 11px; border-radius: 5.5px; border:1px solid #e60012;}
.news_slick .slick-dots	li.slick-active{background-color:#e60012;}
	
.content-wrap .news-list {
  margin-top: 80px;
}

.content-wrap .news-list .item {
  margin-bottom: 30px;
}

.content-wrap .news-list .item .news-img {
  position: relative;
  width: 100%;
  max-width: 490px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  height: 270px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .news-list .item .news-img img{
  width: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.content-wrap .news-list .item:hover .news-img img{
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -transform: scale(1.1);
}

.content-wrap .news-list .news-img .cross {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%,-50%);
  -webkit-transition: ease-in-out opacity .08s;
  transition: ease-in-out opacity .08s;
}
.content-wrap .news-list .news-img .cross:before {
  content: '';
  display: inline-block;
  background-color: #fff;
  height: 20%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10%;
}
.content-wrap .news-list .news-img .cross:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10%;
}
.content-wrap .news-list .item .news-btm {
  border: 1px solid #E0E0E0;
  border-bottom: 3px solid #ccc;
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: relative;
}
.content-wrap .news-list .item .news-btm .news-grid h4 {
  font-size: 18px;
  height: 25px;
  -webkit-box-flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-wrap .news-list .item .news-btm .news-grid h4>a {
  color: #333333;
  line-height: 1.5;
}

.content-wrap .news-list .item .news-btm .news-grid p {
  line-height: 1.6;
  margin: 10px 0;
  font-size: 14px;
  height: 65px;
  color: #858585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content-wrap .news-list .item .news-btm .news-grid p>a {
  color: #858585;
}

.content-wrap .news-list .item .news-btm:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #9F2925;
  -webkit-transition: ease-in-out width .4s;
  transition: ease-in-out width .4s;
}

.content-wrap .news-list .item .news-btm:hover:after {
  width: 100%;
  -webkit-transition: ease-in-out width 1s;
  transition: ease-in-out width 1s;
}
.content-wrap .news-list .item .news-btm:hover h4 a{
  color: #9F2925;
}


/* 案例列表 */

.content-wrap .case-list {
  margin-top: 80px;
  margin-bottom: 85px;
}
.content-wrap .case-list .li{
  background: none;
  margin-bottom: 30px;
}
.content-wrap .case-list .li .box{
  background: #ad0404b6;
}



/* 联系我们 */
.content-wrap .contact-box{
  margin-top: 80px;
  margin-bottom: 85px;
}
.content-wrap .contact-box .row{
  margin: 0;
}
.content-wrap .contact-box .lbox{
  background: #e50219;
  padding: 60px 30px;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  box-sizing: border-box;
}
.content-wrap .contact-box .rbox{
  -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    box-sizing: border-box;
}
.content-wrap .contact-box .lbox .sitebox .stitle{
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  position: relative;
}
.content-wrap .contact-box .lbox .sitebox .sdesc{
  font-size: 24px;
  color: #ffffff;
  line-height: 45px;
  margin-top: 15px;
}
.content-wrap .contact-box .lbox .sitebox .stitle::after{
  width: 68px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}
.content-wrap .contact-box .lbox .sitem {
  font-size: 18px;
  color: #ffffff;
  margin-top: 50px;
}
.content-wrap .contact-box .lbox .sitem dd{
  margin-bottom: 15px;
}


/* 关于我们 */
.about-box {
  margin-top: 85px;
}
.about-box .con {
  display: flex;
  padding-bottom: 216px;
  background-image: url('../images/about_wzbg.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
.about-box .con .lbox{
  flex: 0 0 50%;
}
.about-box .con .lbox .content{
  line-height: 32px;
  font-size: 18px;
  padding: 50px;
  color: #000;
  font-weight: 200;
}

.about-box .con .rbox{
  flex: 0 0 50%;
}

.about-box .con .rbox .picbox{
  text-align: right;
  margin-top: -65px;
}
.about-box .con .rbox .picbox img{
  box-shadow: -30px 30px 0px #ffffff;
  border-radius: 55px;
}

.hzabout-box .con{
  font-size: 18px;
  color: #000;
  line-height: 32px;
  padding: 30px 0;
}
.hzabout-box .con>p{
  font-weight: 200;
}
.hzabout-box .con>p strong{
  font-weight: bold;
}

.solution-box {
  margin-top: 85px;
  padding-bottom: 85px;
}
.solution-box .solution-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.solution-box .solution-con .solution-div {
  overflow: hidden;
  width: 100%;
}
.solution-box .solution-con .solution-div .solution-li {
  width: 100%;
  overflow: hidden;
  background-color: #3f3f3f;
  display: none;
}
.solution-box .solution-con .solution-div .solution-li.on{
  display: block; 
}
.solution-box .solution-con .solution-div .solution-li .solution-tu {
  float: left;
  width: 56.71%;
  overflow: hidden;
}
.solution-box .solution-con .solution-div .solution-li .solution-tu .solution-tu img {
  width: 100%;
}
.solution-box .solution-con .solution-div .solution-li .solution-zi{
  
  float: left;
  width: 43.29%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 75px 60px 75px;
}

.solution-box .solution-con .solution-div .solution-li .solution-zi .solution-h {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.solution-box .solution-con .solution-div .solution-li .solution-zi .solution-p {
  font-size: 14px;
  color: #cccccc;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 15px;
}


.solution-box .solution-con  .solution-a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.29%;
  height: 180px;
  padding: 0px 60px;
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solution-box .solution-con  .solution-a ul li {
  float: left;
  padding: 0px 18px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  border: #929292 solid 1px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solution-box .solution-con  .solution-a ul li  a {
  display: block;
  color: #cccccc;
  font-size: 14px;
}
.solution-box .solution-con  .solution-a ul li.on {
  background-color: #d00b0b;
  border: #d00b0b solid 1px;
}
.solution-box .solution-con  .solution-a ul li.on a {
  color: #ffffff;
}

/* 文章详情 */
.new-detail {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
}
.new-detail .new-detail-h {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.new-detail .new-detail-o {
  overflow: hidden;
}
.new-detail .new-detail-d {
  display: inline-block;
  float: left;
  margin-right: 15px;
  color: #666666;
  font-size: 14px;
}
.new-detail .new-detail-d span {
  font-family: arial;
}
.new-detail .new-detail-text {
  margin-top: 15px;
  padding: 20px 0px;
  border-bottom: #e5e5e5 solid 1px;
  border-top: #e5e5e5 solid 1px;
  overflow: hidden;
}

.new-detail .new-detail-text .words {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}

.new-detail .new-up-down {
  overflow: hidden;
  margin-top: 25px;
}
.new-detail .new-up-down a {
  display: block;
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-detail .new-up-down a .ud-sp {
  display: inline-block;
  color: #999999;
}

/* 底部 */

.footer .footer-nav-list{
  background: #e50219;
  height: 66px;
  line-height: 66px;
}
.footer .footer-nav-list ul{
  display: flex;
  justify-content: space-evenly;
}
.footer .footer-nav-list a{
  color: #ffffff;
  font-size: 20px;
}

.footer .footer-contact-list{
  background: #292623;

}
.footer-contact-list .w1520{
  padding-top: 50px;
  padding-left: 7%;
  padding-bottom: 50px;
}
.footer .footer-contact-list li{
  color: #ffffff;
  font-size: 18px;
}


.footer .copyright{
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 64px;
}
.footer .copyright a{
  color: #fff;
  font-size: 14px;
}

/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 151px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	/* font-size: 18px; */
	/* color: #fff; */
	/* font-weight: 500; */
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #ffffff;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #e50219;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}


.product-list .protitle{
  position: absolute;
  left: 60px;
  top: 50px;
 
}
.product-list{
  padding: 20px 0;
}
.product-list .item{
  padding: 0 10px 10px;
  position: relative;
  display: inline-block;
}
.product-list .proimg{
  text-align: center;
  overflow: hidden;
  background: #0b5bee;
}
.product-list .promore{
  position: absolute;
  right: 58px;
  bottom: 35px;
  color: #525252;
  font-size: 14px;
}
.product-list .protitle .cntxt,.protitle .entxt{
  font-size: 18px;
  color: #525252;

}
.product-list .item div.al-txt{
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 80%;
  text-align: center;
  transform: translate(-50%,-50%);
  color: #0464be;
}
.product-list .item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.product-list .item:hover img, .product-list .item:active img {
  opacity: 0.3;
  transform: scale(1.2,1.2);
}
.product-list .item:hover .al-txt, .product-list .item:active .al-txt{
  opacity: 1;
  color: #fff;
}
.product-list .item .al-txt h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.product-list .item .al-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}





#allmap {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.contact_row{
  padding-top: 35px;
  padding-bottom: 35px;
}
.contact_text {
  line-height: 2;
}
.contact_text .h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_ewm {
  overflow: hidden;
  margin-top: 30px;
}
.contact_ewm img {
  float: left;
  max-width: 140px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}

.contact_row .contact_left {
  margin-bottom: 20px;
}

.contact_t2{
  margin: 10px auto 20px;
}
.contact_t2 .ch_txt{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.contact_t2 .en_txt{
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

/* 产品列表 */

.product_list {
  margin-top: 80px;
}
.product_list .item{
  position: relative;
	margin-bottom: 35px;
}


.product_list .item:after {
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #e50219;
  position: absolute;
}
.product_list .item:hover:after {
  width: 100%;
  transition: 0.5s;
}

.product_list .item .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 17vw;
}
.product_list .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 1.2s;
}
.product_list .item:hover {
  background-color: #fff;
  box-shadow: 3px 14px 16px rgba(0,0,0,0.14);
}
.product_list .item:hover a .img img{
  transform: scale(1.1);
}
.product_list .item a .tits {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  color: #2d2d2d;
  background: #eaeceb;
  -webkit-line-clamp: 2;
  font-weight: 200;
  padding: 0px 15px;
  margin: 17px 0;
  box-sizing: border-box;
  text-align: center;
}



/* 产品详情 */
.productContent{
  margin-top: 85px;
}
.productContent .p_top{
  padding-top: 42px;
  padding-left: 48px;
  padding-bottom: 96px;
}
.productContent .flex_con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.productContent .lbox {
  flex:0 0 24%;
}
.productContent .lbox .tit_x{
  padding: 0;
  background-color: #e50219;
}
.productContent .lbox .tit_x .tit{
	color: #333;
  font-size: 10px;
  padding: 10px 0;
}
.productContent .lbox .tit_x .tit p {
  display: block;
  font-size: 24px;
  line-height: 54px;
  padding: 0 60px;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
}
.productContent .lbox .tit_x .tit span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.productContent .lbox .snv-index {
  padding: 0;
  background-color: #fff;
}
.productContent .lbox .snv-index ul{
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.productContent .lbox .snv-index li .nav {
  display: block;
  padding: 0 60px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #cccccc;
}
.productContent .lbox .snv-index li .nav.on{
  color: #e50219;
}
.productContent .lbox .tit_x .sitewidget{
  display: none;
}

.productContent .rbox {
  overflow: hidden;
  flex:0 0 76%;
  padding: 38px  0  0px;
  background: #f3f3f3;
}
.productContent .rbox .top_line{
  height: 40px;
  background: #e50219;
  margin: 0 25px;
}

.productContent .rbox  .pic_block {
  flex:0 0 60%;
}
.productContent .rbox  .pic_block .pic{
  width: 100%;
  overflow: hidden;
  border: 2px solid #ea2f42;
}
.productContent .rbox  .pic_block .pic img{
  width: 100%;

}

.productContent .rbox  .desc_block {
  flex: 0 0 36%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-right: 40px;
}
.productContent .rbox  .desc_block h3{
  width: 100%;
  font-size: 25px;
  color: #3b3b3b;
  font-weight: bold;
  height: 70px;
  /* line-height: 70px; */
  margin-top: 30px;
}
.productContent .rbox  .desc_block .model{
  font-size: 22px;
  color: #3b3b3b;
  width: 100%;
}
.productContent .rbox  .desc_block .model span{
  font-size: 18px;
}
.productContent .rbox  .desc_block .desc{
  font-size: 18px;
}
.productContent .rbox  .desc_block .desc .desc_tit{
  font-size: 22px;
  color: #3b3b3b;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 30px;
}
.productContent .rbox  .desc_block .desc .desc_text{
  font-size: 18px;
  color: #414141;
  line-height: 36px;
}

.productContent .rbox  .desc_block .phone_box .tit{
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  background: #e50219;
  padding: 8px 24px;
  width: 140px;
  text-align: center;
}
.productContent .rbox  .desc_block .phone_box .tel{
  font-size: 30px;
  color: #e50219;
  line-height: 36px;
  font-weight: 400;
  margin-top: 20px;
}
.proshow .pageContent {
  background: #ffffff;
}
.proshow .pageContent .t{
  font-size: 22px;
  color: #3b3b3b;
  margin: 0 16px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 50px;
  line-height: 70px;
}

.proshow .pageContent .con{
  margin: 0 16px;
  padding: 60px 0;
}

@media (max-width: 1199px) {
  
}

@media (max-width: 992px){

  
  .index_titbox{
    height: 80px;
    line-height: 80px;
    padding-left: 35px;
    border-left: 10px solid #e50219;
  }
  .index_titbox .tit {
    font-size: 30px;

      line-height: 45px;
  }

  .index_titbox .desc {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 24px;
  }


  .header-wrap {
      margin-top: 0;
  }
  .header-wrap .navbox .header_lans{
    display: none;
  }

  .header-wrap .navbox .logobox{
    width: 100%;
  }
  .header-wrap .navbox .navList{
    display: none;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 10px 10px 10px 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    display: block;
  }
  
  /* 轮播 */
  .bannerbox-wrap .swiper-wrapper{
    padding-top: 76px;
  }

  .index-banner .bannerBox h2{
    font-size: 50px;
  }
  .index-banner .bannerBox p{
    font-size: 35px;
  }

  /* 首页关于我们 */

  .about-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-wrap .lbox{
    width: 100%;
  }
  .about-wrap .lbox .conbox{
    float: right;
  }
  .about-wrap .lbox .conbox .index-more{
    display: none;
  }
  .about-wrap .rbox{
    width: 100%;
    float: left;
  }

  .about-wrap .rbox .picbox{
    text-align: center;
  }
  .about-wrap .rbox .picbox img{
    box-shadow:none;
  }
  
  .about-wrap .top .index-more{
    display: block;
  }


  /* 首页企业文化 */
  .culture-wrap{
    padding-top: 40px;
  }
  .culture-wrap .con .box_item .cont{
    padding: 30px 24px;
  }


  /* 首页新闻列表 */

  .news-list .li .time .date{
    font-size: 45px;
  }
  .news-list .li .tit {
    font-size: 22px;
  }
  .news-list .li .desc{
    font-size: 18px;
  }
  

  /* 底部 */
  .footer .footer-nav-list{
    display: none;
  }
  .footer-contact-list .w1520{
    padding-top: 30px;
    padding-left: 0%;
    padding-bottom: 30px;
  }
  .footer .footer-contact-list li{
    font-size: 14px;
    line-height: 24px;
  }
  .footer .copyright{
    font-size: 14px;
    line-height: 28px;
  }

  /* 子页关于我们 */
  .about-box{
    margin-top: 30px;
  }
  .about-box .con{
    flex-wrap: wrap;
  }
  .about-box .con .lbox{
    flex: 0 0 100%;
  }
  .about-box .con .rbox{
    flex: 0 0 100%;
  }
  .about-box .con .rbox .picbox{
    margin-top: 0px;
    text-align: center;
  }
  .solution-box{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .solution-box .solution-con .solution-div .solution-li .solution-tu{
    width: 100%;
  }
  .solution-box .solution-con .solution-div .solution-li .solution-zi{
    width: 100%;
      padding: 40px 3% 0px;
  }
  .solution-box .solution-con .solution-div .solution-li .solution-zi .solution-p{
    height: auto;
  }
  .solution-box .solution-con .solution-a {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 3%;
    background-color: #3f3f3f;
  }
  /* 新闻列表 */
  .news_slick .slick-slide > li{padding-right:0;}
	.news{margin-top:10px; padding-bottom:30px;}
	.news_slick .slick-slide > li div{padding:0 2.5%;}
	.news_slick .slick-slide > li div p{font-size:14px; line-height: 20px; height: 80px;}
	.news_slick .slick-slide > li div span{font-size:14px; margin-top:10px;padding-top:10px;}
	.news_slick .slick-dots{bottom:10px;}
	.news_slick .slick-dots li{width:8px; height: 8px;}
  /* 联系我们 */
  .content-wrap .contact-box .lbox{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .content-wrap .contact-box .rbox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  #allmap{
    height: 400px;
  }


}
@media (max-width: 767px) {
  .index-banner .bannerBox h2{
    font-size: 45px;
    line-height: 70px;
    font-weight: 800;
    min-height: 70px;
  }
  .index-banner .bannerBox p{
    font-size: 26px;
  }

   /* 首页企业文化 */
   .culture-wrap .con .box_item .pic{
    flex: 0 0 100%;
  }
  .culture-wrap .con .box_item .cont{
    flex: 0 0 100%;
  }
  .culture-wrap .con .box_item:nth-child(2){
    flex-direction: column;
  }
  /* 新闻列表 */
  .news_slick .slick-slide > li a > span{width:100%; margin:0 0 10px 0;}
	.news_slick .slick-slide > li div h2 i{font-size:30px;}
	.news_slick .slick-slide > li div h2{font-size:16px;}
	.news_slick .slick-slide > li div h3{font-size:18px; margin: 5px 0 0 0;}
	.news_slick .slick-slide > li div p{font-size:14px; margin-top:10px;}
	.news_slick .slick-slide > li div span{width:100%; padding:10px 0;}
  .news-list{
    margin-top: 30px;
  }
  /* 子页关于我们 */
  .about-box .con{
    padding-bottom: 60px;
  }
  .about-box .con .lbox .content{
    padding: 30px 0;
  }
 
}
@media (max-width: 576px){
  
  .mobile-banner{
    display: block;
  }
  .pc-banner{
    display: block;
  }
  .index-banner .bannerBox h2{
    font-size: 36px;
    line-height: 55px;
    min-height: 55px;
  }
  .index-banner .bannerBox p{
    font-size: 26px;
  }
  .index-banner .bannerBox .swiper-slide-inner{
    padding-top: 200px;
    padding-bottom: 200px;
  }
  /* 公共标题 */
  .index-more{
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
  .index_titbox {
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 26px;
  }
  .index_titbox .tit {
    font-size: 22px;
    line-height: 30px;
  }
  .index_titbox .desc {
    font-size: 14px;
    line-height: 18px;
  }
  .header-wrap .navbox{
    padding: 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler{
    margin: 0;
    color: #000;
  }
  /* 子页轮播 */
  
  .banner{
    height: 54.72917vw;
    padding-top: 76px;
  }
  .banner .con{
    text-align: center;
    top: 30.5vw;
  }
  .banner .con .value1 {
    font-size: 6vw;
    line-height: 6vw;
  }
  .banner .con .value2 {
    font-size: 4vw;
    line-height: 4.2vw;;
  }
  /* 首页关于我们 */
  .about-wrap{
    padding-top: 30px;
    padding-bottom: 30px
  }
  .about-wrap .lbox .conbox{
    margin-top: 30px;
    padding: 0;
  }
  .about-wrap .lbox .conbox p {
    margin-bottom: 15px;
    
  }
 

  /* 首页企业文化 */
  .culture-wrap{
    padding-top: 30px;
  }

  .culture-wrap .con .box_item .cont{
    padding: 20px 15px;
  }
  .culture-wrap .con .box_item .cont .tit{
    font-size: 20px;
    font-weight: bold;
  }
  .culture-wrap .con .box_item .cont .desc{
    font-size: 16px;
  }

  /* 首页企业规模 */
  .scale-wrap{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scale-wrap .scale-swiper{
    margin-top: 30px;
  }

  .swiper-wrapper{
    
  }
  /* 首页新闻列表 */
  .news-wrap{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .news-list{
    margin-top: 30px;
  }
  .news-list .li{
    padding: 30px 20px;
  }

  /* 新闻列表详情 */
  .news-recommend-img{
    width: 100%;
  }
  .news-recommend-info{
    padding: 0;
  }
  .news-list .item .news-img{
    height: 220px;
  }

  /* 详情页面 */
  .new-detail .new-detail-text .words{
    font-size: 16px;
    line-height: 32px;
  }
  .new-detail .new-up-down a{
    font-size: 16px;
  }

  /* 产品中心 */
  .product_list .item .img{
    height: 76vw;
  }
  .product_list .item a .tits{
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }

  /* 产品详情 */
  .productContent{
    margin-top: 30px;
  }
  .productContent .lbox{
    flex: 0 0 100%;
  }
  .productContent .lbox .tit_x .tit{
      padding: 0;
  }
  .productContent .lbox .tit_x .tit p{
    text-align: center;
  }
  .productContent .lbox .snv-index li{
    width: 25%;
    padding: 0;
    text-align: center;
    font-size: 20px;
    display: inline-block;
  }
  .productContent .lbox .snv-index li .nav{
    padding: 0;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
  }
  .productContent .rbox{
    flex: 0 0 100%;
  }
  .productContent .rbox .top_line{
    margin: 0;
    height: 20px;
  }
  .productContent .p_top{
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .productContent .rbox .pic_block{
    flex: 0 0 100%;
    padding: 25px;
  }
  .productContent .rbox .desc_block{
    flex: 0 0 100%;
    padding: 10px;
  }
  .productContent .rbox .desc_block h3{
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    margin-top: 0;
  }
  .productContent .rbox .desc_block .desc .desc_tit{
    font-size: 20px;
    line-height: 32px;
  }
  .productContent .rbox .desc_block .phone_box .tel{
    font-size: 26px;
    line-height: 26px;
  }
  .proshow .pageContent .t{
    padding: 0;
    margin: 0;
  }
  .proshow .pageContent .con{
    margin: 0;
    padding: 16px 0;
  }

  /* 企业规模 */
  .scale_block .box1{
    padding: 30px 0;
    background: #ffffff;
  }
  .scale_block .scale-box{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scale_block .box1 .bigtit{
    font-size: 50px;
  }
  .scale_block .box1 .left-cnimg-button{
    margin-top: 20px;
  }
  .scale_block .box1 .d {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
  }
  .left-cnimg-button .cnimg-next{
    width: 153px;
    height: 40px;
  }
  .left-cnimg-button .cnimg-prev{
    width: 153px;
    height: 40px;
  }
  .gh_bolck{
    padding: 0;
  }
  .gh_bolck .gh-box{
    padding: 30px 0;
  }
  .gh_bolck .gh-box .rbox{
    padding: 15px;
  }
  .gh_bolck .gh-box .rbox .bigtit{
    font-size: 50px;
  }
  
  .gh_bolck .gh-box .rbox .d{
    margin-top: 24px;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
  }
  .gh_bolck .gh-box::before{
    display: none;
  }
  

  /* 联系我们 */
  .content-wrap .contact-box{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content-wrap .contact-box .lbox{
    padding: 30px 20px;
  }
  .content-wrap .contact-box .lbox .sitebox .stitle{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
  }
  .content-wrap .contact-box .lbox .sitebox .sdesc{
    font-size: 18px;
    line-height: 30px;
  }
  .content-wrap .contact-box .rbox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
  }
  #allmap{
    height: 400px;
  }
  .content-wrap .contact-box .lbox .sitem{
    margin-top: 30px;
  }

  /* 关于我们 */
  .about-box .con{
    background-image: none;
  }
}

/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  clear: both;
  justify-content: center; 
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
  color: #343434;
  border-radius: 5px;
}
.navigation span{
	background: #e50219;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #e50219;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}



@-webkit-keyframes mymove4 {
  from {
      transform: scale(1.2);
 }
  to {
      transform: scale(1);
 }
}
@-webkit-keyframes myWidth {
  from {
      width: 0;
 }
  to {
      width: 100%;
 }
}
@-webkit-keyframes myScroll {
  0% {
      margin-top: -6px;
 }
  50% {
      margin-top: 6px;
 }
  100% {
      margin-top: -6px;
 }
}
@-webkit-keyframes picToLeft {
  from {
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 90% 100%);
 }
  to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
 }
}
@-webkit-keyframes picToRight {
  from {
      clip-path: polygon(0 0, 0 0, 14% 100%, 0 100%);
 }
  to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
 }
}

@-webkit-keyframes ripple {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1)
  }
}

@-moz-keyframes ripple {
  0% {
      opacity: 0;
      -moz-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -moz-transform: scale(1)
  }
}

@-o-keyframes ripple {
  0% {
      opacity: 0;
      -o-transform: scale(0.1, 0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -o-transform: scale(1)
  }
}

@keyframes ripple {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.1);
      -moz-transform: scale(0.1);
      -ms-transform: scale(0.1);
      transform: scale(0.1);
  }
  5% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}