@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}


.w95{
    width: 95%;
    margin: 0 auto;
}

.put{
    color: #000000;
    font-size: 25px;
    text-align: center;
    padding: 5% 0;
}


/* head */
.lh-map-btn{
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -20px;
  width: 80px;
  height: 40px;
  border: 2px solid;
  border-color: #bf1e2d;
  cursor: pointer;
  border: none;
  text-align: right;
  line-height: 40px;
  color: #999;
}
.lh-map-btn span{
  display: block;
  width: 16px;
  height: 2px;
  background: #ab001a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: ease .45s;
}

.lh-map-btn span:before{
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #bf1e2d;
  position: absolute;
  right: 0;
  top: -8px;
  transition: ease .45s;
}

.lh-map-btn span:after{
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #be1a29;
  position: absolute;
  right: 0;
  top: 8px;
  transition: ease .45s;
}

.lh-map-btn:hover span{
  width: 22px;
}

.lh-map-btn:hover span:before{
  width:16px;
}

.lh-map-btn:hover span:after{
  width:10px;
}



.mob-nav{
  width: 60%;
  height: 100%;
  background: #bf1e2d;
  position: fixed;
  right: 0;
  top: 80px;
  transition: ease-in-out .65s;
  transform: translate3d(100%,0,0);
  opacity: 0;
  z-index: -1;
}

.mob-nav.active{
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 999;
}


/* banner */
.mob-banner .slick-dots{
    bottom: 3%;
}
.mob-banner .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    margin: 0 5px;
}
.mob-banner .slick-dots li.slick-active{
    background: #cccccc;
}




/* product */
.pro-bg{
    background: url(../images/beic.jpg);
    padding-top: 5%;
}
.cprauto{padding:10px;}
.cprauto ul li{width:100%;position: relative;overflow: hidden;margin-bottom: 5%;}
.cprauto ul li img{width: 100%;}
.dincp{position:absolute;width: 100%;bottom: 0;padding: 10px;background: hsl(0deg 0% 0% / 51%);left: 0;}
.cprauto ul li h3{font-size: 22px;color: #fff;}
.cprauto ul li h3 span{font-size: 16px;}

/* about */
.tt11{
  display: none;
}

.ab-bg{
  background: #f6f6f6;
  padding-top: 10%;
}
.aimg{padding:10px;}
.aimg img{
  max-width: 100%;
}

.ab-wrap{
 padding:10px;
}

.ab-wrap p{font-size: 16px;line-height: 1.8;}


/* shuzi */
.dir{padding: 30px 30px;background:#fff;}
.dir ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.dir ul li{width: 46%;margin-bottom: 20px;}
.dir ul li h2{font-size: 46px;color: #222;/* font-weight: bold; */position: relative;}
.dir ul li h2 span{font-size: 30px;color: #222;position: absolute;}
.dir ul li p{font-size: 16px;margin: 5px 0;}


/* hron */
.hron{padding:50px 0;background:url(../images/hr.png)}
.naihorn{padding:10px;}
.hron img{max-width:100%}
.naihorn #hron{padding:0 0 50px;} 


#hron .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #bf1e2d;
    opacity: .2;
}


#hron .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bf1e2d;
}



footer{padding:30px 10px;background:url(../images/foot.jpg);}
.dlogo{text-align:center;}
.dlogo img{max-width:100%;}
.daohan{margin: 30px 0;}
.daohan ul{display:flex;}
.daohan ul li{width: 25%;text-align: center;}
.daohan ul li  a{font-size: 16px;color: #fff;}
.footliaxn{margin-bottom:20px;}
.footliaxn p{font-size: 14px;color:#fff;line-height: 1.8;padding: 3px 0;}
.bie{margin-bottom:20px;padding-top: 20px;border-top: 1px solid #ddd;}
.bie p{font-size: 14px;color:#fff;text-align: center;line-height: 1.5;}
/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #8b393f;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
   -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  font-size: 0;
  padding: 5px 0;
}


.footer ul li a {
  display: block;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

.footer ul li span {
  display: block;
  vertical-align: middle;
  font-size: 16px;
}


.icon-home:before{
    background: url(../images/78f294fcf11530fc1d4e8f0789ad3c8004c6296e.png) no-repeat center center;
    content: "";
    width: 22px;
    height: 21px;
    display: block;
    background-size: 80% 80%;
    margin: 0 auto;
}

.icon-share:before{
    background: url(../images/6d320337b22c9083784b241e9221b7cb1edb187b.png) no-repeat center center;
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    background-size: 80% 80%;
    margin: 0 auto;
}

.icon-contact:before{
    background: url(../images/3711894e575fddfc52f7b4b227ac05dc3f409ddb.png) no-repeat center center;
    content: "";
    width: 20px;
    height: 21px;
    display: block;
    background-size: 80% 80%;
    margin: 0 auto;
}

.icon-phone:before{
    background: url(../images/634d18c49c05a837b569a40355d0b3a34d75eae0.png) no-repeat center center;
    content: "";
    width: 24px;
    height: 21px;
    display: block;
    background-size: 80% 80%;
    margin: 0 auto;
}

.aaa{height:30px;}



.page-nav {
font-size: 12px;
margin-top: 15px;
padding-bottom: 4px;
margin-bottom: 25px;
clear: both;
text-align: center
}
.page-nav span, .page-nav a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin: 2px 6px 2px 0;
padding: 6px 9px 5px 9px;
background: #4f5355;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #fff;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #fff));
background: -ms-linear-gradient(bottom, #dfdfdf, #fff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0, #fff 100%);
background: -o-linear-gradient(#fff, #dfdfdf);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
color: #646464;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255,255,255,0.5);
width: auto;
text-decoration: none
}
.page-nav select{
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}
.page-nav span:last-child, .page-nav a:last-child, {
margin-right:0
}
.page-nav a:hover {
background: #f0f0f0;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
background: -moz-linear-gradient(center bottom, #d0d0d0 0, #f0f0f0 100%);
background: -o-linear-gradient(#f0f0f0, #d0d0d0);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
color: #606060
}
.page-nav .current {
border-top: solid 1px #222;
border-left: solid 1px #222;
border-right: solid 1px #222;
border-bottom: solid 1px #222;
background: #333;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333));
background: -ms-linear-gradient(bottom, #505050, #333);
background: -moz-linear-gradient(center bottom, #505050 0, #333 100%);
background: -o-linear-gradient(#333, #505050);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0,0.5);
color: #efefef
} 
