/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');

@font-face {
  font-family:'Anton'; src : url('../font/Anton-Regular-2.ttf') format('truetype');
}

@font-face {
  font-family:'testfont'; src : url('../font/poppins-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family:'oswald'; src : url('../font/oswald-regular-webfont.ttf') format('truetype');
}

/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'testfont',微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #222;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}


*:focus {
  outline: none;
}

a{
  color: #222;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-left: -40px;
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  max-width: 100%
}

.container-fluid{
  max-width: 96%;
  margin: auto;
}

/**
 * 头部
 */
.headermain{
  min-height: 132px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .3s ease;
}

.headermain .d1 img{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.headermain .d2{
  overflow: hidden;
}

.headermain ul.menus>li{
 /* overflow: hidden;*/
}

.headermain ul.menus .mdiv a {
  position: relative;
  display: block;
  padding: 55px 10px;;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  transition: all .5s ease;
}

.headermain ul.menus .mdiv a:after{
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7020d;
}

.headermain ul.menus>li:hover>a{
  transform: translateY(-100%);
}

.headermain ul.menus .mdiv{
  position: relative;
}

.headermain ul.menus .mdiv:after{
  position: absolute;
  content: "";
  width: 0;
  opacity: 0;
  left: 50%;
  height: 2px;
  background: #e7020d;
  bottom: 0px;
  transition: all .5s ease;
}

.headermain .fixed{
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.headermain .fixed ul.menus .mdiv a{
  padding: 24px 10px;
  color: #222;
}

.headermain .fixed .d1 img{
  -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.headermain:hover .main{
  background: #fff;
  transition: all .3s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.headermain:hover .main .d1 img{
  -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}


.headermain:hover .main ul.menus .mdiv a{
  padding: 24px 10px;
  color: #222;
}

.headermain .d2 ul.menus>li{
  display: inline-block;
}

.headermain ul li>a.active{
  color: #e7020d;
}

.headermain ul li>a:hover, .headermain ul li>a:focus, .headermain ul li>a:active {
  color:#e7020d ;
}

.headermain ul .sub-menu{
  position: absolute;
  background: rgba(0,0,0,0.5);
  height: 0;
  top: 70px;
  transition: all .6s;
  overflow: hidden;
  z-index: 999;
}

.headermain div.sub-menu li{
  display: block;
  width: 153px;
  background: rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.headermain div.sub-menu li a{
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding-left: 5px;
  color: #fff;
  transition-duration: .6s;
}

.headermain ul .sub-menu a:hover{
  color: #e7020d;
  padding-left: 15px;
}

.headermain ul li:hover .sub-menu{
  height: 294px;
}

.headermain ul li:hover .mdiv:after{
  width: 100%;
  opacity: 1;
  left: 0;
}

/**
 * banner
 */

.banner {
  position: relative;
}

.banner .video{
  max-height: 600px;
  overflow: hidden;
}

.banner .div-text{
  color: #fff;
  position: absolute;
  width: 100%;
  height: 302px;
  top: calc(50% - 151px);
}

.banner .d1{
  font-size: 22px;
  line-height: 1.5;
  overflow: hidden;
  font-family: Microsoft YaHei light;
  font-weight: lighter;
}

.banner .d2{
  text-transform: uppercase;
  font-size: 39px;
  line-height: 1.5;
  overflow: hidden;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 12px!important;
  font-family: 'Anton'!important;
  font-weight: normal!important;
  letter-spacing: 2px;
}

.banner .d3{
  margin-top: 75px;
}

.banner .d3 a{
  text-align: center;
  margin: 15px;
  border: 1px solid #e7020d;
  border-radius: 30px;
  display: inline;
  padding: 16px 58px;
  background: #e7020d;
  color: #fff;
  font-weight: lighter;
  font-size: 22px;
  transition: .5s;
  cursor: -webkit-grab;
  font-family: Microsoft YaHei light;
}

.banner .d3 a:hover{
  background: #fff;
  color: #e7020d;
}

/**
 * *产品分类
 */

.pro-cate{
  padding: 20px 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pcates .item{
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.pcates .item .div-img{
  position: relative;
}

.pcates .item .div-img:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pcates .item .div-text{
    position: absolute;
    bottom: -88%;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    padding: 9% 50px 0;
    transition: bottom .3s;
}

.pcates .item .div-text a{
  display: block;
  width: 100%;
  height: 100%;
}

.pcates .item .div-text .title{
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
}

.pcates .item .div-text span{
  display: inline-block;
  margin-top: 40px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
}

.pcates .item:hover .div-text{
  bottom: 0;
}

.pcates .item:hover .div-img:after{
  background: rgba(231, 0, 18,0.8);
}

/**
 * 热销产品
 */

.productSection{
  margin-top: 45px;
}
.bigtitle{
  text-align: center;
  font-size:50px;
  letter-spacing:2px;
  color:#333333;
  font-family: 'Anton'!important;
  font-weight: normal!important;
}

.procenter:hover{
  color: #f40000;
}

.hotswiper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
}

.hotswiper .swiper-slide .div-img{
  position: relative;
  overflow: hidden;
  transition: all .6s ease; 
}

.hotswiper .swiper-slide .div-img img{
  transition: all .6s ease; 
}

.hotswiper .swiper-slide .div-text p{
/*  font-size: 1.15rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;*/
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.hotswiper .swiper-slide:hover .div-img{
  background: #fff;
  box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.1);
}

.hotswiper .swiper-slide:hover .div-img img{
  transform: scale(1.2);
}*/



.hotswiper .hot-btn img{
  max-width: 18px;
}

.hotswiper .hot-btn span{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 14px;
}

.swiper-button-next:after, .swiper-button-prev:after{
  content: "";
  font-family: unset;
}

.sbtn{
  position: relative;
  margin-top: 45px;
}

.sbtn .hot-btn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border:1px solid #262626;
}

.sbtn .hot-btn img{
  max-width: 24px;
}

.sbtn .h-next{
  right: auto;
  left: 65px;
}


.sbtn .hot-btn:hover{
  background: #e7020d;
  border:1px solid #e7020d;
}

.sbtn .hot-btn:hover img{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hotswiper .hot-btn.swiper-button-prev{
  left: 30px;
}

.hotswiper .hot-btn.swiper-button-next{
  right:30px;
}

.hotswiper .swiper-slide-active,.hotswiper .swiper-slide-duplicate-active{
 /* opacity: .2;
  transform: scale(0.8);*/
}

/*.hotswiper .swiper-slide-active .div-text p,.hotswiper .swiper-slide-duplicate-active .div-text p{
  display: none;
}*/

.hotswiper>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}


.hotswiper  .swiper-slide a{
  display: block;
  padding: 3px;
  background: #eee;
  width: 100%;
  height: 100%;
  position: relative;

}



.hotswiper .swiper-slide .div-text{
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding-right: 45px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  background-image: url(../images/view.png);
  background-position: right;
  background-repeat:no-repeat;
  transition: all .6s;
  text-align: center;
  color: #fff;
}

.hotswiper .swiper-slide .div-text p{
  visibility: hidden;
}

.hotswiper .swiper-slide:hover .div-text{
  width: calc(100% - 25px);
  padding-right: 0px;
  background: #f40000;
}

.hotswiper .swiper-slide:hover  .div-text p{
  visibility: visible;
}

/**
 * 底部
 */
.main-footer{
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  margin-top: 45px;
  font-size: 14px;
}

.main-footer .main{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  color: #D3D3D3; 
}

.main-footer .div-text a{
  color: #D3D3D3;
  display: block;
}

.main-footer .ftitle{
  font-family: 'Anton'!important;
  font-weight: normal!important;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.main-footer .div-text .item{
  margin-bottom: 15px;
}

.main-footer .div-text .d1{
  min-width: 35px;
}

.div-form .fin{
  display: block;
  border: none;
  background: #fff;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 10px;
}

.div-form input{
  height: 45px;
  line-height: 45px;
}

.div-form textarea{
  padding-top: 15px;
}

.div-form .fbtn{
  color: #fff;
  background-color: #f40000;
  border-color: #f40000;
  border: 0px;
  border-radius: 0px;
  width: 150px;
  height: 42px;
  transition: 0.5s;
}

.div-form .fbtn:hover{
  background-color: #af1515;
  border-color: #af1515;
}




.main-footer .copyright{
  background-color: rgba(17, 17, 17, 1);
  margin-top: 65px;
  padding: 30px 20px;
  color: #A9A9A9;
}

.main-footer .copyright a{
  color: #A9A9A9;
}

.main-footer .copyright a:hover{
  color: #f40000;
}

.main-footer2 ul li a{
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
}

.main-footer2{
    margin-top: 0;
    border-top: solid 6px #d43025;
  }

/**
 * 产品中心
 */
.page-title{
  min-height: 310px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  position: relative;
}

.page-title a{
  color: #fff;
}

.page-title .div-text{
  position: absolute;
  top: calc(10% + 85px);
  width: 100%;
}

.page-title .title{
  font-size: 44px;
  font-family: 'Anton'!important;
  font-weight: normal!important;
}

.page-title .cur-site{
  font-size: 14px;
}

.page-title .cur-site a,.page-title .cur-site span{
  display: inline-block;
  line-height: 30px;
}

.page-title .cur-site span{
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
}

/**
 * 产品中心
 */
.list-cates .main{
  width: 94%;
  margin: auto;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.09);
  text-align: center;
}

.list-cates ul li{
  position: static;
  display: inline-block;
  color: #fff;
  width: auto;
  vertical-align: top;
}

.list-cates ul li a{
  padding: 0px 30px;
  position: relative;
  font-size: 15px;
  height: 65px;
  line-height: 65px;
  color: #333;
  display: block;
  transition: 0.3s ease 0s;
}

.list-cates ul li a:before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #e60013;
  transition: all .3s;
}

.list-cates ul li a:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}

.list-cates ul li:hover a{
  color: #e60013;
}

.list-cates ul li:hover a:before{
  width: 100%;
  left: 0;
}

.list-cates ul li.active a{
  color: #e60013;
}

.list-cates ul li.active a:before{
  width: 100%;
  left: 0;
}

.list-cates2 .main{
  border-bottom: unset;
}

.plistSection .main{
  max-width: 94%;
  margin: auto;
}

.plistSection .item{
  margin-bottom: 25px;
}

.plistSection .item a{
  display: block;
  width: 100%;
  height: 100%;
}

.plistSection .item .div-imgs{
  border: 1px solid #efefef;
}

.plistSection .item .simg{
  max-width: 42px;
  max-height: 34px;
  margin: 0 2px;
  border: 2px solid rgba(0,0,0,.45);
  transition: all .1s;
}

.plistSection .item .simg:hover{
  border: unset;
}

.plistSection .item .simg img{
  width: 100%;
  height: 100%;
}

.plistSection .item .div-text p{
    text-align: center;
    margin-top: 15px;
}

.plistSection .item .big-img{
 /* max-height: 330px;*/
}

.plistSection .item .big-img img{
  width: 100%;
  height: 100%;
}

/**
 * 分页
 */
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
}

.pagination-wrapper  .pagination{
  position: relative;
  display: block;
  margin-bottom: 65px;
}

.pagination a {
    display: inline-block;
    margin: 0px 3px;
}

.pagination a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
}


.pagination  a:hover, .pagination a.page-num-current {
    color: #fff;
    background: #d50a1d;
    border-color: #d50a1d;
}

/**
 * 产品详情
 */
.pdetailSection .main{
  max-width: 80%;
  margin: auto;
}

.proBig{
  /*border: 1px solid #eee;*/
  margin-bottom: 10px;
}

.proBig .swiper-slide img{
  width: 100%;
}

.pdetailSection .big-imgs{
    position: relative;
}
.pdetailSection .my-container{
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px; 
  height: 250px;
  visibility: hidden;
}

.pdetailSection .big-imgs:hover .my-container{
  visibility: visible;
}

.pdetailSection .main .small-imgs{
  position: relative;
}
.pdetailSection .main .pro-btn{
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 100%;
  line-height: 100%;
  bottom: 0;
  background: #ccc;
  color: #fff;
  z-index: 9;
  transition: all .6s;
}

.pdetailSection .main .pro-btn:hover{
  background: #e60013;
}

.pdetailSection .main .pro-btn.pro-prev{
  left: -15px;
  opacity: .6;
}

.pdetailSection .main .pro-btn.pro-next{
  right: -15px;
  opacity: .6;
}

.pdetailSection .main .pro-btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  height: 100%;
}

.pdetailSection .main .div-text .title{
  font-weight: bold;
  white-space: normal;
  text-align: left;
  margin-bottom: 32px;
}

.pdetailSection .main .div-text .cate{
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #595959;
  font-size: 14px;
}

.detail-empty{
  max-width: 94%;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 85px;
}

.detail-empty{
  font-size: 14px;
  color: #595959;
}

.detail-empty a{
  color: #707070;
}

.pdetailSection .main .div-text{
  position: relative;
  height: 100%;
}

.pdetailSection .main .div-text .btns{
  position: absolute;
  bottom: 25px;
}

.pdetailSection .cbtns{
  margin-top: 15px;
}

.pdetailSection .cbtns a{
  display: inline-block;
  color: #fff;
  background: #d43025;
  padding: 15px 45px;
  border:1px solid #d43025;
  font-size: 18px;
}

.pdetailSection .cbtns a+a{
  margin-left: 15px;
} 

.pdetailSection .cbtns a:hover{
  background: #fff;
  color: #d43025;
}

/**
 * 关于我们
 */
.aboutSection .main{
  width: 94%;
  max-width: 1600px;
  margin: auto;
}

.aboutSection .main .title{
  font-size: 28px;
  margin: 20px 0;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.aboutSection .main .des{
  margin-bottom: 65px;
}


.aboutSection .main .des p{
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
  line-height: 30px;
}

.aboutSection .files {
    margin-bottom: 65px;
}

.aboutSection .files .item a{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fafafa;
    padding: 21px;
}

.aboutSection .files .item a:hover{
  color: #e60013;
  background: #eee;
}
/**
 * 联系我们
 */
.contactSection{
  padding-bottom: 65px;
}

.contactSection .main{
  width: 98%;
  max-width: 1220px;
  margin: auto;
}

.contactSection .div-text .d1{
  min-width: 55px;
}

.contactSection .div-text .d1 img{
  max-width: 36px;
}

.contactSection .div-text .item{
  margin-bottom: 30px;
}

.contactSection .div-text a:hover{
  color: #e60013;
}

.div-form2 .fin{
  border-radius: 0px;
  padding-left: 10px;
  background-color: #f2f2f2;
  color: #333;
}

.div-form2 .fbtn{
  display: block;
  width: 100%;
}
























































