/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: url(../images/texture-bg.png) #fff repeat;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ee1d23;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}
a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #e60012;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.textline{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.textline2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.textline3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 90%;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1300 {
    max-width: 1300px;
    margin: auto;
}
.wh1400{
    max-width: 1400px;
    margin: auto;
}
/*头部样式*/
.top1{
    background: url(../images/texture-bg.png) #950000 repeat;
    height: 6vh;
}
.top1 p{
    font-size: 16px;
    color: #fff;
    line-height: 6vh;
}

.top-head{
    background: #950000
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}

.tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-nav{
    
}
.x-contant{
    display: flex;
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}

.x-contant ul li{
    position: relative;
    margin-right: 10px;
}
.x-contant ul li .ss-sec{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
}
.x-contant ul li:hover .ss-sec{
    display: block
}

.top2 {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    
    /* height: 126px; */
}

.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}

/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 10vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    line-height: 110px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #e60012;
    left: 0;
    bottom: 35px;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #e60012;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #e60012;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #e60012;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}




.x-menu li img{
    width: 30px;
}
.x-menu li:last-child{
    margin-left: 2vh;
}
.x-menu li:last-child:after{
    display: none;
}





.frame{
    padding: 3% 0;
}


.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}
.tit .words{

}
.tit .words h5{
    font-size: 52px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
}
.tit .words h5::before{
    content: '';
    width: 18px;
    height: 21px;
    background-color: #950000;
    transform: skewX(-30deg);
    margin-right: 20px;


}
.tit .words h5::after{
    content: '';
    width: 48px;
    height: 48px;
    background: url(../images/tit-img.png) no-repeat center;
    background-size: 100%;
}
.tit .words p{
    font-size: 36px;
    color: #666; 
    margin-left: 20px;
    font-weight: 100;
}

.link-a{

    border: 1px solid #950000;
}
.link-a a{
    font-size: 16px;
    color: #000;
    line-height: 5vh;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.link-a a:hover{
    background-color: #950000;
    color: #fff;
}
.link-a p{
    margin-left: 2vh;
}
.link-a i{
    width: 5vh;
    background: url(../images/jt.png) no-repeat center #950000;
    height: 5vh;
    display: block;
    
}
.box1{
    padding: 5% 0;
}

.product{
    margin-top: 2%;
}
.product .list{
    
}
.product .list ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url(../images/texture-bg.png) #a11e27 repeat;
    height: 8vh;
    border-radius: 8vh;
    overflow: hidden;
}
.product .list li{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 8vh;
    
}
.product .list img{
    display: none;
}
.product .list li:hover{
    background: url(../images/texture-bg.png) #6f141a repeat;
}
.product .list li a{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}


.product .content{
    display: flex;
    margin-top: 2%;
    
}
/* .tab-main2{
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: none;
}
.tab-main2.active{
    opacity: 1;
    visibility: visible;
    display: block;
} */
.product .content .hot{
    width: 60%;
    display: none;
}
.product .content ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 2%;
}
.product .content li{
    width: 24%;
    margin-bottom: 2%;
}
.product .content li a{}
.product .content li img{
    width: 100%;
}
.product .content li p{
    font-size: 16px;
    width: 100%;
    line-height: 5vh;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ebebeb;

}

.box2 {
    background: url(../images/bj2.jpg) no-repeat top center;
    height: 984px;
  }
  
  .box2 .ys-index {
    padding-top: 170px;
  }
  .box2 .ys-index .tit .words{
    width: 100%;
  }
  .box2 .ys-index .tit .words h5{justify-content: center}
  .box2 .ys-index .tit .words p{
    text-align: center;
    font-size: 24px;
  }
  .box2 .ys-index h2 {
    text-align: center;
    font-size: 45px;
    color: #292929;
  }
  
  
  .slick-contanier .slick-slide {
    outline: none;
  }
  
  .tab-li {
    cursor: pointer;
    position: relative;
    z-index: 999;
  }
  
  .tab-li li {
    position: absolute;
  }
  .tab-li li:nth-of-type(1) {
    text-align: right;
    width: 230px;
    top: 380px;
  }
  
  .tab-li li:nth-of-type(2) {
    width: 262px;
    top: 220px;
    text-align: right;
  }
  
  .tab-li li:nth-of-type(3) {
    top: 80px;
    left: 100px;
    text-align: right;
  }
  
  .tab-li li:nth-of-type(4) {
    width: 314px;
    top: 80px;
    right: 80px;
  }
  
  .tab-li li:nth-of-type(5) {
    width: 284px;
    top: 220px;
    right: 24px;
  }
  
  .tab-li li:nth-of-type(6) {
    top: 368px;
    right: 19px;
  }
  
  
  
  .tab-li li:nth-child(2) span{text-align:right}
  .tab-li li:nth-child(3) span{text-align:right}
  .tab-li li span {
    font-size: 24px;
    color: #343434;
    display: block;
    font-weight: bold;
    margin-bottom: 11px;
  }
  
  .tab-li li p {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    line-height: 23px;
  }
  
  .tab-li li:hover,
  .tab-li li.active {
    color: blue;
  }
  
  .tab-con {
    position: relative;
    text-align: center;
    top: 300px;
  }
  
  .tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
  }
  
  .tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
  }
  
  .tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  
  .tab-con .tab-main img {
    width: 300px;
  }


.box3{
    padding: 5% 0;
}

.case{
    margin-top: 2%;
}
.case ul{
    display: flex;
    flex-wrap: wrap;
}
.case li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.case li p{
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box4{
    position: relative;
}
.about{
    display: flex;

}
.about .img{
    width: 50%;
}
.about .text{
    width: 50%;
    background-color: #f3f3f3;
}
.about .text .words{
    padding: 10%;
}
.about .text .words span{
    font-size: 24px;
}
.about .text .words h5{
    font-size: 30px;
    color: #333;
}
.about .text .words p{
    font-size: 16px;
    
}
.about .text .link-a{
    margin-top: 3%;
    display: inline-block;
}



.shuzi{
    position: absolute;
    bottom: -10vh;
    width: 100%;
}
.shuzi ul{
    background-color: #fff;
    
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}
.shuzi li{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3% 0;
    border-right: 1px solid #f1f3f5;
    position: relative;
}
.shuzi li::after{
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 30px;
}
.shuzi li:nth-child(1):after{
    width: 20px;
    height: 24px;
    background: url(../images/shuzi-img01.png) no-repeat;
}
.shuzi li:nth-child(2):after{
    width: 24px;
    height: 24px;
    background: url(../images/shuzi-img02.png) no-repeat;
}
.shuzi li:nth-child(3):after{
    width: 33px;
    height: 32px;
    background: url(../images/shuzi-img03.png) no-repeat;
}
.shuzi li:nth-child(4):after{
    width: 28px;
    height: 27px;
    background: url(../images/shuzi-img04.png) no-repeat;
}
.shuzi li .counter{
    display: flex;
}
.shuzi li h6{
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}
.shuzi li h5{
    font-size: 60px;
    color: #ed1c24;
    font-weight: normal;
}
.shuzi li span{
    font-size: 30px;
    color: #ed1c24;
    
}
.shuzi li p{
    font-size: 16px;
    color: #999;
    opacity: .7;
}

.box5{
    padding-top: 10%;
    padding-bottom: 5%;
}

.news{
    margin-top: 2%;
}

.news ul{
    display: flex;
}
.news li{
    margin-right: 2%;
    width: 25%;
}
.news li .com-img{
    width: 100%;
}
.news li a{}
.news li .words{
    margin-top: 20px;
}
.news li h5{
    font-size: 18px;
    color: #000;
}
.news li p{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.news li span{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    display: block;
}



/**/
.fooder-box{
    background:  #f9f9f9;
}
.f-logo-box{
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-logo{
    filter: grayscale(1);
    
}
.f-logo a{
    filter: invert(1);
}
.f-share{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.f-share a{
    width: 40px;
    height: 40px;
    background-color: #a1a7b3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.fooder{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5%;
    
}
.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
}
.f-nav dl{}
.f-nav dt{
    margin-bottom: 20px;
}
.f-nav dt a{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.f-nav dd{
    margin-bottom: 10px;
}
.f-nav dd a{
    font-size: 16px;
    color: #000;
    opacity: .5;
}
.f-subscribe{
   
}
.f-subscribe h5{
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.f-subscribe .text{
    text-align: left;
}
.f-subscribe .text p{
    font-size: 16px;
    color: #000;
    opacity: .5;
}

.bq{
    /* padding: 20px 0; */
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
}
.bq p{
    font-size: 14px;
    color: #000;
    opacity: .5;
    line-height: 75px;
}
.f-link{
    width: 170px;
    line-height: 45px;
    background-color: #ff0000;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.f-link a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    
}

.z-banner img{
    width: 100%;
}
.f-top{
    display: flex;
    
}
.f-yx{
    line-height: 75px;
    background: url(../images/f-yx.png) no-repeat left center;
    padding-left: 20px;
    margin-right: 20px;
}
.f-fh{
    width: 75px;
    background-color: #ff0000;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.f-fh::before{
    content: '';
    background: url(../images/f-fh.png) no-repeat;
    display: block;
    width: 22px;
    height: 10px;
}
.f-fh:hover{
    color: #fff;
}
/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
