@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;padding: 0;border: 0;vertical-align: baseline;font-weight: normal;}
html, body{ width: 100%;height: 100%; font-family: "?   ? ","    ","    ", "Arial", "Microsoft YaHei",sans-serif;}
body{font-size:24px;} 
ul,ol,dl{list-style: none;}
img{vertical-align: bottom;}
* {    -moz-box-sizing:border-box;    -webkit-box-sizing:border-box;    box-sizing: border-box;}
:after,:before {    -moz-box-sizing:border-box; -webkit-box-sizing:border-box;    box-sizing: border-box;}
a{text-decoration: none;color: #242424;}
fieldset,img,input,button,textarea{border: none;margin: 0;padding: 0; outline: none;}
img{display: block;}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
button{vertical-align:middle;}
select::-ms-expand{ display: none; }
select{appearance:none;     -moz-appearance:none;     -webkit-appearance:none;   background:none;}
@font-face {
    font-family: 'pala';
    src: url(../fonts/pala.ttf);
}
.clearfix:before,.clearfix:after{content: '';display: table; clear: both;}
.clearfix{zoom: 1;}
.mainCont{width: 72.92%; margin: 0 auto; min-width: 1400px; max-width: 1920px;}
.text-hide-2{    display: -webkit-box; -webkit-line-clamp:2;    overflow: hidden;    text-overflow: ellipsis;    -webkit-box-orient: vertical;}
.wrapper{width: 100%; margin: 0 auto; min-width: 1400px;}
.bg_color{background-color: #b12310;}
.header{padding: 35px 0; padding: 1.8229vw 0;}
.header .mainCont{
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    width: 86%;
}
.header a{
    display: block;
    width: 60%;
}
.header a img{
    display: block;
    width: 100%;
}
#top{
    width: 75px;
    width: 3.9063vw;
    height: 80px;
    height: 4.1667vw;
    background: #9a1f1e;
    color: #fff;
    padding: 9px;
    padding: .4688vw;
    text-align: center;
    cursor: pointer;
    position: fixed;
    right: 1%;
    bottom: 15%;
    z-index: 2;
    display: none;
}
.search-input{
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    background: none;
    color: #fff;
    font-size: 24px;
    font-size: 1.25vw;
    line-height: 60px;
    line-height: 3.125vw;
    vertical-align: top;
}
.search-input::placeholder{
    color: #fff;
    color: rgba(255,255,255,0.6);
    opacity: 1;
    text-align: center;
}
.submit{
    width: 60px;
    width: 3.125vw;
    height: 60px;
    height: 3.125vw;
    background: url(../images/search.png)no-repeat center center;
    vertical-align: top;
    cursor: pointer;
}
.banner_wrapper>div{
    position: relative;
    overflow: hidden;
}
.nav{
    width: 100%;
    min-width: 1400px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
    background: rgba(255,255,255,0.77);
}
.scrolled{
    position: fixed;
    z-index: 10;
    background: #b22411;
}
.scrolled .nav1>li>a{
    color: #fff;
}
.scrolled .nav1>li{
    padding: 15px 0;
    padding: .78vw 0;
}
.scrolled .nav1>li:hover::after{
    height: 106px;
    height: 5.52vw;
}
.nav1{
    /* display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center; */
    width: 90%; 
    margin: 0 auto; 
    min-width: 1400px;
    white-space: nowrap;
}
.nav1>li>a{
    color: #131313;
    font-weight: 600;
    line-height: 58px;
    line-height: 3.02vw;
    white-space: nowrap;
    /* font-size: 20px; */
    text-align: center;
    display: block;
    padding: 0 34px;
    padding: 0 1.7708vw;
    border-right: 1px solid #000000;
    border-right: 1px solid rgba(0,0,0, 0.78);
    font-size: 1.25vw;
}
.nav1>li{
    /* padding-right: 2em;
    margin-left: 2em; */
    position: relative;
    z-index: 1;
    /* float: left; */
    display: inline-block;
    padding: 19px 0;
    padding: .99vw 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}
.nav1>li:last-child>a{
    border-right: none;
}
.nav1>li:hover::after{
    content: '';
    width: 106%;
    /* height: 97px; */
    height: 115px;
    height: 5.9896vw;
    background-color: #bc2e1b;
    position: absolute;
    left: -10px;
    left: -0.52vw;
    /* top: -28px; */
    top: -10px;
    top: -0.5208vw;
    z-index: -1;
    /* box-shadow: 0 0 5px #c37676; */
} 
.nav1>li:nth-child(1)::after{
    width: 108%;
}
.nav1>li:hover a{
    border-right: 1px solid rgb(177 35 16);
}
.nav1>li:hover>a{
    color: #fff;
}
.nav1>li:hover::before{
    content: '';
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #781b0f transparent transparent transparent;
    position: absolute;
    right: -9px;
    bottom: -9px;
    right: -0.4688vw;
    bottom: -0.4688vw;
}

.nav1>li:hover .nav2{
    top: 100%;
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}
.nav2{
    position: absolute;
    min-width: 120%;
    top: 120%;
    left: 50%;
    margin-left: -60%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}
.nav2>li{
    background: #bc2e1b;
    border-bottom: 1px solid #e19595;
    position: relative;
}
.nav2>li>a{
    display: block;
    line-height: 68px;
    line-height: 3.5417vw;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}
.nav2>li:hover{
    background-color: #e19595;
}
.nav2>li:hover .nav3{
    opacity: 1;
    visibility: visible;
    left: 100%;
    filter: alpha(opacity=100);
}

.nav3{
    position: absolute;
    left: 120%;
    top: 0;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav3>li{
    background: #b97d5c;
    border-bottom: 1px solid #e19595;
    position: relative;
    border-bottom: 1px solid #d49e80;
}
.nav3>li:hover{
    background: #d8baa2;
}
.nav3>li:hover>a{
    color: #000;
}
.nav3>li>a{
    display: block;
    line-height: 68px;
    line-height: 3.5417vw;
    font-weight: 600;
    text-align: left;
    color: #fff;
    padding: 0 15px;
    padding: 0 .7813vw;
}


.banner {
height: 633px; 
width: 100%;
position: relative; 
}
.swiper-wrapper {
height: 100%;  
}
.swiper-slide {
height: 100%;  
}
#bannerCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; 
}
#bannerTxt {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; 
}
.bannerBox {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; 
}
.banner h2 {
font-size: 40px;
color: #fff; 
position: absolute;
bottom: 20px; 
left: 20px;
margin: 0;
}
.banner .swiper-slide h2 {
display: none;
}
.banner-pagination {
z-index: 3;
position: absolute;
width: 100%;
text-align: center;
bottom: 20px;
left: 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s; 
-o-transition: all 0.3s; 
transition: all 0.3s; 
}
.banner:hover .banner-pagination{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    background: #fff;
    height: 12px;
    cursor: pointer;
}
.banner .swiper-pagination-bullet-active{
    background: #b40022;
}
.banner-prev,.banner-next{
position: absolute;
transform: translateY(-50%);
cursor: pointer;
border-radius: 50%;
border: 1px solid #d1d6dc;
width: 50px;
width: 2.6042vw;
height: 50px;
height: 2.6042vw;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s; 
-o-transition: all 0.3s; 
transition: all 0.3s; 
z-index: 3;
opacity: 0;
visibility: hidden;
}
.banner-prev{
top: 38%;
left: 10%;
transform: translateX(-10px);
}
.banner-next{
right: 10%;
top: 38%;
transform: translateX(10px);
}
.banner:hover .banner-prev, .banner:hover .banner-next{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.banner-prev:hover svg{
animation: moveLeft 0.5s ease-in-out 1;
}
.banner-next:hover svg{
animation: moveRight 0.5s ease-in-out 1;
}
.banner-prev:hover svg,.banner-next:hover svg{
stroke: #b40022;
}
.banner-prev:hover,.banner-next:hover{
border: 1px solid #b40022;
}

.kcjs .mainContMore{
background: #ffffff;
color: #8e8d8b;
border: 1px solid #8e8d8b;
}
@keyframes moveRight {
0% {
    transform: translateX(0);
}
50% {
    transform: translateX(4px);
}
100% {
    transform: translateX(0);
}
}
@keyframes moveLeft {
0% {
    transform: translateX(0);
}
50% {
    transform: translateX(-4px);
}
100% {
    transform: translateX(0);
}
}




.footer{
    padding: 90px 0;
    border-top: 1px solid #d3a8a3;
}
.footer_top{
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
}
.footer_link{
    border: 1px solid #fff;
    background: url(../images/footer_down.png)no-repeat #c66752 96% center;
}
.footer_link p{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 54px;
    padding: 0 24px;
    border-right: 1px solid #cd837a;
}
#link-select{
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    border: none;
    outline: none;
    text-align: center;
}
#link-select option{
    background: #c9bfbc;
    color: #000000;
    border-top: 1px solid #e1dfdf;
}
.footer_bottom{
    display: flex;
    justify-content: space-between;
}
.footer_bottom p{
    color: #f0c1c1;
}
.footer_bottom div{
    margin-left: 46px;
    margin-top: 70px;
    display: inline-block;
    position: relative;
}
.footer_bottom div::after{
    content: '';
    position: absolute;
    top: 0;
    right: 102%;
}

.footer_bottom div:nth-child(1)::after{
    background: url(../images/copyright.png)no-repeat;
    width: 39px;
    height: 39px;
}
.footer_bottom div:nth-child(2)::after{
    background: url(../images/phone.png)no-repeat;
    width: 29px;
    height: 40px;
}
.footer_bottom div:nth-child(3)::after{
    background: url(../images/address.png)no-repeat;
    width: 31px;
    height: 39px;
}
.banner img{
    display: block;
    width: 100%;
}
.nav-btn {
    display: none;
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: -22px;
    transform: translateY(-50%);
    transition: all .3s;
    z-index: 4;
  }
  
  .nav-btn .icon-bar-nav {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
    transition: all .3s;
  }
  
  .nav-btn .icon-bar-nav+.icon-bar-nav {
    transition: all .3s;
    margin-top: 6px;
  }
  .nav-btn-on .icon-bar-nav:nth-child(1){
    transform-origin: center;
    transform: rotate(45deg) translate(3px, 5px);
  }
  .nav-btn-on .icon-bar-nav:nth-child(2){
    display: none;
  }
  .nav-btn-on .icon-bar-nav:nth-child(3){
    transform-origin: center; 
    transform: rotate(-45deg) translate(2px, -4px);
  }
  .Pbanner{
    display: none;
    overflow: hidden;
  }
  .Pbanner img{
    display: block;
    width: 100%;
  }
@media screen and (max-width: 1000px) {
    .wrapper{min-width: 100%;}
    .mainCont{width: 100%;  padding: 0 1%; min-width: 100%;}
    .search {display: none;}
    .header a {width: 80%; }
    .banner {display: none;}
    .nav-btn{display: block;}
    .Pbanner{display: block;}
    .nav{
        position: unset;
        min-width: unset;
        background: #bc2e1b;
        display: none;
        padding: 0 1%;
    }
    .nav1{
        min-width: unset;
        width: 100%;
        white-space: unset;
    }
    .nav1>li{
        display: block;
        border-bottom: 1px solid #fff;
    }
    .nav1>li>a{
        display: inline-block;
        border-right: none;
        font-size: 15px;
        text-align: left;
        line-height: 2em;
        color: #fff;
    }
    .nav1>li:hover a{
        border-right: none;
    }
    .nav1>li::after,.nav1>li::before{
        display: none;
    }
    .nav1>li:hover .nav2{
        display: block;
    }
    .nav2{
        display: none;
        position: unset;
        min-width: unset;
        margin-left: 0;
    }
    .nav2>li{
        padding-left: 15px;

    }
    .nav2>li>a{
        font-weight: normal;
        font-size: 14px;
        line-height: 2em;
        text-align: left;
    }

    .footer{
        padding: 20px 0;
    }
    .footer_top{
        display: block;
    }
    .footer_top a{
        display: block;
    }
    .footer_top a img{
        display: block;
        height: 30px;
    }
    .footer_link p{
        padding: 0 5px;
        font-size: 14px;
        line-height: 30px;
        vertical-align: top;
    }
    #link-select{
        font-size: 14px;
        line-height: 30px;
        vertical-align: top;
    }
    .footer_link {
        border: 1px solid #fff;
        background: url(../images/footer_down.png) no-repeat #c66752 96% center;
        background-size: 15px;
        margin-top: 15px;
    }
    .footer_bottom div{
        margin-left: 20px;
        margin-top: 10px;
    }
    .footer_bottom p{
        font-size: 12px;
    }
    #top{
        width: 57px;
        font-size: 14px;
        padding: 9px;
        height: 54px;
        right: 2%;
        bottom: 5%;
    }
    .footer_bottom div:nth-child(1)::after{
        background: url(../images/copyright.png)no-repeat;
        background-size: 100%;
        width: 19px;
        height: 39px;
    }
    .footer_bottom div:nth-child(2)::after{
        background: url(../images/phone.png)no-repeat;
        background-size: 100%;
        width: 19px;
        height: 40px;
    }
    .footer_bottom div:nth-child(3)::after{
        background: url(../images/address.png)no-repeat;
        background-size: 100%;
        width: 17px;
        height: 39px;
    }
    .footer_bottom{
        width: 80%;
        display: block;
    }
}