.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ziti1';
    src: url("../img/SweiSpringCJKsc-Bold.ttf");
}

@font-face {
    font-family: 'ziti2';
    src: url("../img/youran.ttf");
}

@font-face {
    font-family: 'ziti3';
    src: url("../img/DFPKingGothicGB-Medium-2.ttf");
}

@font-face {
    font-family: 'ziti4';
    src: url("../img/W02.ttf");
}
@font-face {
    font-family: 'ziti5';
    src: url("../img/W04.ttf");
}



.padding {
    padding: 3% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mycontent {
    width: 83.5%;
    position: relative;
    margin: 0 auto;
}
.body-index{
    position: relative;
    height: 100%;
}
.swiper-container-indexall{
    width: 100%;
    height: 100%;
}
/*.swiper-container-indexall .swiper-slide{
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/
.swiper-container-banner{
    width: 100%;
    height: 100%;
}
.swiper-container-banner .swiper-slide {
    font-size: 18px;
    background: #fff;
    overflow:hidden;
}
.swiper-container-banner .slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

}
.swiper-container-banner .slide-inner1{
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-banner .slide-inner .bannerImg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.bannerswiper .swiper-slide.swiper-slide-active .bannerImg{
    animation: bannerimgAnimate 6s linear 0s;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerswiper .swiper-slide1 .banner-text{
    margin-top: -6%;
}
.bannerswiper .swiper-slide1 .fir{
    font-size:42px;
    color:#fff;
    letter-spacing: 3px;
    margin-top: 4%;
    font-family: ziti4;
}
.bannerswiper .swiper-slide1 .sec{

    font-size:42px;
    color:#fff;
    letter-spacing: 3px;
    font-family: ziti5;
}
.bannerswiper .swiper-slide1 .thr{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
    margin-top: 1%;
}
.bannerswiper .swiper-slide1 .button{
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 100%;
    background: #701815;
    margin-top: 7%;
}
.bannerswiper .swiper-slide1 .button:hover img{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bannerswiper .swiper-slide2 .banner2-text{
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    top:24%;
}
.bannerswiper .swiper-slide2 .banner2-text .fir{
    font-size:48px;
    color:#fff;
    font-family: ziti4;
}
.bannerswiper .swiper-slide2 .banner2-text .fir span{
    /*font-weight: bold;*/
    font-family: ziti5;
}
.bannerswiper .swiper-slide2 .banner2-text .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bannerswiper .swiper-slide2 .banner2-text .banner-tel{
    margin:20px auto 0 auto;
}
.bannerswiper .swiper-slide3 .banner3-text{
    position: absolute;
    width: 43%;
    right: 0;
    top: 24%;
}
.bannerswiper .swiper-slide3 .banner3-text .fir{
    font-size:48px;
    color:#fff;
    line-height: 50px;
    letter-spacing: 3px;
    font-family: ziti4;
}
.bannerswiper .swiper-slide3 .banner3-text .sec{
    font-size:48px;
    color:#fff;
    letter-spacing: 3px;
    font-family: ziti5;
}
.bannerswiper .swiper-slide3 .banner3-text .thr{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.allnav{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 999;
}
.allnav.xiala{
    background: rgba(0,0,0,0.58);
}
.allnav-inner{
    width: 100%;
    position: relative;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allnav.xiala .allnav-inner{
    height: 100px;
}
.allnav-inner h1 a{
    width: 315px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allnav-inner h1 .text .fir{
    font-size:28px;
    color:#2f2f2f;
    font-family: ziti5;
}
.allnav-inner h1 .text .sec{
    display: flex;
    justify-content: space-between;
}
.allnav-inner h1 .text .sec .s1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.allnav-inner h1 .text .sec .s1 span{
    font-size:14px;
    color:#6c1210;
    font-family: ziti2;
}
.allnav-inner h1 .text .sec .s1 i{
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #6c1210;
    
}

.nav-right{
    width: 320px;
}
.nav-right form{
    float: left;
    width: 70%;
    border:1px solid #9b9b9a;
}
.nav-right form.youshi{
    border:1px solid #815352;
}
.nav-right form input[type=text]{
    float: left;
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    font-size:14px;
    color:#323232;
    background: none;
}
.nav-right form.youshi input[type=text]{
    color:#fff;
}
.nav-right form input[type=text]::placeholder{
    font-size:14px;
    color:#323232;
}
.nav-right form.youshi input[type=text]::placeholder{
    color:#fff;
}
.nav-right form input[type=submit]{
    cursor: pointer;
    float: left;
    width: 20%;
    height: 50px;
    background:url("../img/sear-icon.png") no-repeat center;
}
.nav-right form.youshi input[type=submit]{
    background:url("../img/sear-icon1.png") no-repeat center;
}
.nav-button{
    float: right;
    width: 30%;
    height: 52px;
    position: relative;
    background: #701815;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav-button .linebox{
    width: 22px;
    height: 15px;
    position: relative;
}
.nav-button .linebox span{
    display: block;
    position: absolute;
    right:0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.nav-button .linebox span.line-top{
    top:0;
}
.nav-button .linebox span.line-bottom{
    bottom:0;
}
.nav-button .linebox span.line-cent{
    top:45%;
    width: 60%;
}
.nav-button:hover .linebox span.line-cent{
    width: 100%;
}
.nav-button p{
    font-size: 18px;
    color: #fff;
    padding-right: 6px;
}

.la_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    right:-110%;
    background-color: rgba(0,0,0,0.39);
    z-index: 2000;
    overflow: hidden;
    transition: 1s cubic-bezier(.77,0,.175,1);
    transition: 1s;
}
.la_menu.active{
    right: 0;
}
.la_menu .mask{
    position: absolute;
    width: 47%;
    height: 100%;
    top:0;
    right:0;
    background: rgba(176,29,35,0.47);
    z-index: 1;
    transition: 0.8s;
    transition-delay: 1s;

}
.la_menu .menu_con{
    position: absolute;
    width: 41%;
    height: 100%;
    background: url("../img/menubg.jpg") no-repeat bottom right / cover;
    right:0;
    top:0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding:0 5%;
    transition: 0.8s;
    transition-delay: 1.5s;
}
.la_menu .close{
    position: absolute;
    top: 5%;
    right: 9%;
    width: 29px;
    height: 29px;
    background: url("../img/close.png") no-repeat center;
    background-size: contain;
    z-index: 3;
    cursor: pointer;
}
.la_menu .close:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.la_menu .menu_con_inner ul li{
    margin-bottom: 15%;
}
.la_menu .menu_con_inner ul li a{
    display:inline-block;
    color:#fff;
    font-weight: bold;
    font-size:24px;
    position: relative;
}
.la_menu .menu_con_inner ul li:hover a{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.la_menu .menu_con_inner ul li a:after{
    content:"";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left:0;
    bottom: -12px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.la_menu .menu_con_inner ul li:hover a:after{
    width: 100%;
}
.la_menu .menu_con_inner .lxbox{
    padding-top: 11%;
    border-top: 2px solid #fff;
    margin-top: 33%;
}
.la_menu .menu_con_inner .lxbox p{
    font-size: 14px;
    color:#fff;
    margin-bottom: 10px;

}
.la_menu .menu_con_inner .lxbox p a{
    color:#fff;
}
.index_fot .blackdiv{
    position: fixed;
    background: rgba(0,0,0,.3);
    right: 40%;
    bottom: 0;
    width: 60%;
    height: 100px;
    z-index: 96;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index_fot .whitediv{
    position: fixed;
    background: #fff;
    width: 16.75%;
    height: 100px;
    right: 23.5%;
    bottom: 0;
    z-index: 96;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index_fot .whitediv:hover span{
    color:#701815;
}
.index_fot .whitediv a{
    display: block;
    width: 100%;
    text-align: center;
}
.index_fot .whitediv .inner{
    width: 70%;
    text-align:center;
    margin: 0 auto;
}
.index_fot .whitediv span{
    font-size:18px;
    color:#3a3a3a;
}
.index_fot .whitediv .icon{
    display: inline-block;
    margin-left:2%;
}
.index_fot .whitediv .cominner{
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    left:0;
    bottom:100%;

}
.index_fot .whitediv .cominner a{
    display: block;
    width: 100%;
    height: 100%;
}
.index_fot .whitediv:hover .cominner{
    height: 195px;
}
.index_fot .whitediv .cominner:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.index_fot .whitediv .cominner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_fot .whitediv .cominner .text .fir{
    font-weight: bold;
    font-size:16px;
}
.index_fot .whitediv .cominner .text .sec{
    text-transform: uppercase;
    font-size:16px;
}
.index_fot .reddiv{
    position: fixed;
    background: #6c1210;
    color: #fff;
    bottom: 0;
    left: 76.5%;
    right: 0;
    height: 100px;
    z-index: 1000;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.index_fot .reddiv .inner{
    display: flex;
    width: 86%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.index_fot .reddiv .pagebox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.index_fot .reddiv .pagebox .swiper-pagination{
    position: relative;
    bottom: inherit;
    font-size: 20px;
    color: #a96866;
}
.index_fot .reddiv .pagebox .swiper-pagination .swiper-pagination-current{
    color:#fff;
    font-size:28px;
}
.index_fot .reddiv .text{
    display: inline-block;
    margin: 0 9%;
}
.index_fot .reddiv .text em{
    font-size: 20px;
    color:#fff;
}
.index_fot.content-show .reddiv {
    animation: redShow 2s both cubic-bezier(0.7, 0.4, 0.4, 0.7) .5s;
    -webkit-animation: redShow 2s both cubic-bezier(0.7, 0.4, 0.4, 0.7) .5s;
}
.index_fot.content-show .reddiv .inner{
    animation: fadeIn .5s both 2.5s;
    -webkit-animation: fadeIn .5s both 2.5s;
}
.index_fot.content-show .whitediv{
    animation: whiteShow .8s both cubic-bezier(0.7, 0.4, 0.4, 0.7) 2.5s;
    -webkit-animation: whiteShow .8s both cubic-bezier(0.7, 0.4, 0.4, 0.7) 2.5s;
}
.index_fot.content-show .whitediv a{
    animation: fadeIn .5s both 3.3s;
    -webkit-animation: fadeIn .5s both 3.3s;
}
.index_fot.content-show .blackdiv{
    animation: blackShow .8s both cubic-bezier(0.7, 0.4, 0.4, 0.7) 2.5s;
    -webkit-animation: blackShow .8s both cubic-bezier(0.7, 0.4, 0.4, 0.7) 2.5s;
}
.index_fot.content-show .blackdiv .jiaodianbanner{
    animation: fadeIn .5s both 3.8s;
    -webkit-animation: fadeIn .5s both 3.8s;
}
@-webkit-keyframes blackShow{
    0%{
        width: 0;
    }
    100%{
        width: 60%;
    }
}
@keyframes blackShow{
    0%{
        width: 0;
    }
    100%{
        width: 60%;
    }
}
@-webkit-keyframes whiteShow{
    0%{
        width: 0;
    }
    100%{
        width: 16.75%;
    }
}
@keyframes whiteShow{
    0%{
        width: 0;
    }
    100%{
        width: 16.75%;
    }
}
@-webkit-keyframes redShow{
    0%{
        left: 0;
        height: 100%;
        right: 100%;
        z-index: 1000;
    }
    32%,36% {
        left: 0;
        right: 0;
        height: 100%;
        z-index: 1000;
    }
    64%,68% {
        left: 76.5%;
        right: 0;
        height: 100%;
        z-index: 1000;
    }
    100%{
        left: 76.5%;
        right: 0;
        height: 100px;
        z-index: 96;
    }
}
@keyframes redShow{
    0%{
        left: 0;
        height: 100%;
        right: 100%;
        z-index: 1000;
    }
    32%,36% {
        left: 0;
        right: 0;
        height: 100%;
        z-index: 1000;
    }
    64%,68% {
        left: 76.5%;
        right: 0;
        height: 100%;
        z-index: 1000;
    }
    100%{
        left: 76.5%;
        right: 0;
        height: 100px;
        z-index: 96;
    }
}
.jiaodianbanner{
    position: absolute;
    width: 285px;
    left:14%;
    bottom:0;
    z-index: 100;
    opacity:0;
}
.jiaodianbanner.active{
    opacity: 1!important;
}
.jiaodianbanner.active .swiper-pagination{
    opacity: 1;
}
.jiaodianbanner .swiper-pagination{
    opacity: 0;
}
.jiaodianbanner .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    background: #b01d23;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.jiaodianbanner .swiper-pagination-bullet:hover {
    color:#b01d23;
    font-weight: bold;
}
.jiaodianbanner .swiper-pagination-bullet:hover:after {
    width: 100%;
}
.jiaodianbanner .swiper-pagination{
    position: relative;
    width: 100%;
    height: 100px;
}

.jiaodianbanner .swiper-pagination-bullet{
    display: block;
    float: left;
    width: 25%;
    text-align:center;
    height: 100px;
    line-height: 100px;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    opacity: 1;
    background: none;
    border-radius: 0;
}
.jiaodianbanner .swiper-pagination-bullet-active {
    color: #b01d23;
    font-weight: bold;
    background: none;
}
.jiaodianbanner .swiper-pagination-bullet-active:after{
    width: 100%;
}
.swiper-slide-company{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide-company .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
}
.swiper-slide-company .inner .left{
    float: left;
    width: 44%;
}
.swiper-slide-company .inner .left .title{
    padding-left: 30px;
    background: url("../img/alltitle-icon.png") no-repeat left center;
    line-height: 85px;
    font-size:16px;
    color:#2e2e2e;
    margin-bottom: 4%;
}
.swiper-slide-company .inner .left .t1{
    font-weight: bold;
    font-size:32px;
    color:#2e2e2e;
}
.swiper-slide-company .inner .left .line{
    width: 52px;
    height: 4px;
    background: #701815;
    margin:2% 0;
}
.swiper-slide-company .inner .left .thr{
    font-size:14px;
    color:#4a4a4a;
    line-height: 27px;
    margin-bottom: 5%;
}
.about-item{
    display: flex;
    justify-content: space-between;
}
.about-item .list .imgbox{
    width: 50px;
    height: 47px;
    position: relative;
    float: left;
}
.about-item .list .imgbox img{
    position: absolute;
    left:0;
    top:5px;
}
.about-item .imgbox .img2{
    opacity: 0;
}
.about-item .list:hover .imgbox .img1{
    opacity: 0;
}
.about-item .list:hover .imgbox .img2{
    opacity: 1;
}
.about-item .list .text{
    float: left;
    margin-top: 2%;
    padding-left: 5px;
}
.about-item .list .text .fir{
    font-size:18px;
    color:#444444;
    font-weight: bold;
}
.about-item .list:hover .text .fir{
    color:#701815;
}
.about-item .list .text .sec{
    font-size:12px;
    color:#6e6e6e;
    text-transform: uppercase;
}
.about-item .list:hover .imgbox{
    animation: swing 2s ease-in-out infinite alternate;
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
.swiper-slide-company .inner .left  .more{
    display: block;
    line-height: 60px;
    width: 276px;
    text-align:center;
    font-size:16px;
    color:#fff;
    font-weight: bold;
    background: #701815;
    margin-top: 8%;
}
.swiper-slide-company .inner .left  .more:hover{
    background: #000;
}
.swiper-slide-company .inner .left  .more span{
    font-weight: 500;
    font-size:14px;
    text-transform: uppercase;
}
.swiper-slide-company .inner .right{
    float: right;
    width: 43%;
}
.swiper-slide-company .inner .right .imgbox{
    float: left;
    position: relative;
    overflow: hidden;
}
.swiper-slide-company .inner .right .img1{
    width: 45%;
    height: 315px;
}
.swiper-slide-company .inner .right .img1:hover .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.swiper-slide-company .inner .right .img1 .text{
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-slide-company .inner .right .img1 .text .img{
    margin-bottom: 3%;
}
.swiper-slide-company .inner .right .img1 .text .img img{
    display: block;
    margin:0 auto;
    max-width: 100%;
}
.swiper-slide-company .inner .right .img1 .text .fir{
    font-weight: bold;
    font-size:20px;
    color:#3d3d3d;
}
.swiper-slide-company .inner .right .img1 .text .sec{
    text-transform: uppercase;
    font-size:12px;
    color:#3d3d3d;
}
.swiper-slide-company .inner .right .img2{
    width: 55%;
    height: 520px;
}
.swiper-slide-pro{
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/probg.jpg") no-repeat center / cover;
}
.alltitle{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.alltitle .left{
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 30px;
    background: url(../img/alltitle-icon.png) no-repeat left center;
}
.alltitle .left .s1{
    font-weight: bold;
    font-size:32px;
    color:#2f2f2f;
}
.alltitle .left .s2{
    text-transform: uppercase;
    font-size:16px;
    color:#2f2f2f;
    margin-left: 10px;
}
.alltitle .right{
    display: block;
    width: 158px;
    height: 62px;
    background: url("../img/allmorebg.png") no-repeat center;
    background-size: contain;
    text-align:center;
}
.alltitle .right a{
    display: block;
    font-size:33px;
    color:#4b4b4b;
    font-family: ziti2;
}
.alltitle .right:hover{
    background: url("../img/allmorebg2.png") no-repeat center;
    background-size: contain;
}
.alltitle .right:hover a{
    color:#701815;
}
.swiper-slide-pro .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.allpro{
    width: 100%;
}
.allpro a{
    display: block;
}
.allpro .imgbox{
    width: 100%;
    height: 18vw;
    position: relative;
    background-size: contain;
}
.allpro .imgbox .pic{
    position: absolute;
    width: 82%;
    height: 82%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 100%;
}
.allpro .imgbox .pic a{
    display: block;
    height: 100%;
}
.allpro .imgbox .pic img{
    position: absolute;
    max-width: 72%;
    max-height: 94%;
    top: 0;
    bottom: 0;
    left: 21px;
    right: 0;
    margin: auto;
}
.allpro .imgbox .imginner{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/proquan.png") no-repeat center;
    background-size: contain;
    border-radius: 100%;
    -moz-background-size: contain;
    overflow: hidden;
    z-index: 2;
}
.allpro .imgbox .imginner a{
    display: block;
    height: 100%;
}
.allpro .title{
    width: 100%;
    line-height: 73px;
    background: url("../img/allpro-title.png") no-repeat center;
    background-size: contain;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin-top: 14%;
}
.allpro:hover .title{
    background: url("../img/allpro-title2.png") no-repeat center;
    background-size: contain;
}
.allpro .title a{
    color:#fff;
    font-size:18px;
}
.prolunbo{
    position: relative;
}
.prolunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-container-news111{
    width: 100%;
    height: 100%;
}
.swiper-container-news111 .swiper-slide{
    width: 100%;
}
.swiper-container-fade .swiper-slide-pro.swiper-slide-active .swiper-container-indexpro .swiper-slide{
    pointer-events: auto!important;

}
.swiper-slide-youshi{
    background: url("../img/youshibg.jpg") no-repeat center / cover;
}
.swiper-slide-youshi .inner{
    width: 100%;
    height: 100%;
}
.swiper-slide-youshi .inner .mycontent{
    height: 100%;
}
.swiper-slide-youshi .youshi-left{
    float: left;
    width: 47.5%;
    height: 100%;
    margin-left: 8%;
    display: flex;
    align-items: center;
}
.swiper-slide-youshi .youshi-left .youshi-left-con{
    width: 100%;
}
.swiper-slide-youshi .youshi-left .youshi-item .list{
    float: left;
    width: 22%;
    height: 190px;
    position: relative;
    border-radius: 14px;
    border:1px solid #a9a9a9;
    padding:2%;
    margin-right: 3.5%;
}
.swiper-slide-youshi .youshi-left .youshi-item .list.active{
    background: #701815;
    border:1px solid #701815;
}
.swiper-slide-youshi .youshi-left .youshi-item .list:nth-child(-n+4){
    margin-bottom: 3%;
}
.swiper-slide-youshi .youshi-left .youshi-item .list:nth-child(4n){
    margin-right: 0;
}
.swiper-slide-youshi .youshi-left .youshi-item .list .imgbox{
    width: 100%;
    height: 35px;
    text-align:right;
}
.swiper-slide-youshi .youshi-left .youshi-item .list .imgbox img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.swiper-slide-youshi .youshi-left .youshi-item .list.active .imgbox img{
    filter: grayscale(100%) brightness(1000%);
}
.swiper-slide-youshi .youshi-left .youshi-item .list .text{
    margin-top: 39%;
}
.swiper-slide-youshi .youshi-left .youshi-item .list .text .fir{
    font-size:18px;
    color:#2f2f2f;
}
.swiper-slide-youshi .youshi-left .youshi-item .list.active .text .fir{
    color:#fff;
}
.swiper-slide-youshi .youshi-left .youshi-item .list .text .sec{
    font-size:12px;
    color:#929190;
    text-transform: uppercase;
}
.swiper-slide-youshi .youshi-left .youshi-item .list.active .text .sec{
    color:#fff;
}
.swiper-slide-youshi .youshi-right{
    float: right;
    width: 40.3%;
    height: 100%;
    position: relative;
}
.swiper-slide-youshi .youshi-right-con{
    width: 100%;
    height: 100%;
    background: url("../img/youshi-rightbg.jpg") no-repeat right bottom / cover;
    position: relative;
    z-index: 1;
}
.swiper-slide-youshi  .text-item{
    position: absolute;
    width: 100%;
    padding:0 40% 0 10%;
    top:32%;
    left:0;
    z-index: 2;
}
.swiper-slide-youshi  .text-list{
    display: none;
    position: relative;
}
.swiper-slide-youshi  .text-list.active{
    animation: fadeInUp .6s both linear;
    -webkit-animation: fadeInUp .6s both linear;
    display: block;
}
.swiper-slide-youshi  .text-list .imgbox{
    width: 100%;
    height: 50px;
}
.swiper-slide-youshi  .text-list .imgbox img{
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%) brightness(1000%);
}
.swiper-slide-youshi  .text-list .title{
    color:#fff;
    font-size:30px;
    margin:5% 0 2% 0;
}
.swiper-slide-youshi  .text-list .tags{
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
}
.swiper-slide-youshi  .text-list .line{
    width: 34px;
    height: 2px;
    background: #fff;
    margin: 4% 0;
}
.swiper-slide-youshi  .text-list .con{
    color:#fff;
    font-size:16px;
    line-height: 27px;
}
.swiper-slide-case{
    background: #fff;
}
.swiper-slide-case .alltitle{
    margin-bottom: 0;
}
.swiper-slide-case .swiper-container-case{
    padding-top: 45px;
}
.swiper-slide-case .swiper-container-case .swiper-slide{
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.swiper-slide-case .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.swiper-slide-case .bg{
    position: absolute;
    width: 100%;
    height: 50%;
    left:0;
}
.swiper-slide-case .bg.topbg{
    top:0;
    background: url("../img/casetopbg.jpg") no-repeat center / cover;
}
.swiper-slide-case .bg.bottombg{
    bottom:0;
    background: url("../img/casebottombg.jpg") no-repeat center / cover;
}
.swiper-container-fade .swiper-slide-case.swiper-slide-active .swiper-container-case .swiper-slide {
    pointer-events: auto!important;
}
.swiper-slide-case .swiper-container-case .swiper-slide:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.swiper-slide-case .imgbox{
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
}
.swiper-slide-case .imgbox:hover .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.swiper-slide-case .imgbox .title{
    position: absolute;
    width: 100%;
    line-height: 60px;
    color:#fff;
    font-size:16px;
    text-align:center;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.75);
}
.swiper-slide-case .imgbox:hover .title{
    opacity: 0;
}
.swiper-slide-case .imgbox .title a{
    color:#fff;
    font-size:16px;
}
.swiper-slide-case .imgbox .meng{
    position: absolute;
    width: 60%;
    height: 65%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(112,24,21,0.73);
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.swiper-slide-case .imgbox:hover .meng{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.swiper-slide-case .imgbox .meng a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align:center;
}
.swiper-slide-case .imgbox .meng a .c{
    width: 100%;
}
.swiper-slide-case .imgbox .meng a img{
    display: block;
    margin:0 auto;
}
.swiper-slide-case .imgbox .meng a .t{
    font-size:20px;
    color:#fff;
    margin-top: 3%;
}
.swiper-slide-news .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}
.swiper-slide-news .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.newstext{
    background: #ededed;
    padding:9% 8%;
    height: 206px;
    display: flex;
    align-items: center;
    position: relative;
}
.newstext:hover{
    background: #b01d23;
}
.newstext a{
    display:block;
    width: 100%;
}
.newstext .fir{
    font-size:18px;
    font-weight: bold;
    color:#343434;
    position: relative;
}
.newstext:hover .fir{
    color:#fff;
}
.newstext .fir span{
    display: block;
    width: 80%;
}
.newsicon{
    width: 35px;
    height: 35px;
    background: #b01d23;
    border-radius: 100%;
    position: relative;
}
.newsicon img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;

}
.newsicon img.img2{
    opacity: 0;
}
.newstext .fir .newsicon{
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newstext:hover .newsicon{
    background: #fff;
}
.newstext:hover .newsicon .img1{
    opacity: 0;
}
.newstext:hover .newsicon .img2{
    opacity: 1;
}
.newstext:hover .newsicon img{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.newstext .line{
    width: 30px;
    height: 2px;
    background: #b01d23;
    margin:4% 0;
}
.newstext:hover .line{
    background: #cf7679;
    width: 100%;
    height: 1px;
}
.newstext .con{
    font-size:14px;
    line-height: 22px;
    color:#343434;
}
.newstext:hover .con{
    color:#fff;

}
.swiper-container-fade .swiper-slide-news.swiper-slide-active .swiper-container-news .swiper-slide {
    pointer-events: auto!important;
}
.swiper-slide-news{
    background: #fff;
}
.swiper-slide-news .bottom {
    width: 100%;
    height: 290px;
    position: relative;
    margin-top: 2%;
}
.swiper-slide-news .bottom .newstext{
    height: 100%;
    padding: 5%;
}
.swiper-slide-news .bottom .newstext .line{
    margin: 2% 0;
}
.swiper-slide-news .bottom .left{
    float: left;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
}
.swiper-slide-news .bottom .newstext .newsicon{
    margin-top: 3%;
}
.swiper-slide-news .bottom .right{
    width: 45%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide-news .bottom:hover .right img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.swiper-slide-foot{
    background: #fff;
}
.swiper-slide-foot .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.swiper-slide-foot .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/footbg.jpg") no-repeat center top / cover;
    left:0;
    top:0;
}
.footerbox{
    width: 100%;
    margin-top: -5%;
}
.footerbox .mycontent{
    display: flex;
    justify-content: space-between;
}
.footerbox .left .erbox .imgbox{
    text-align:center;
    float: left;
    margin-right: 5%;
}
.footerbox .left .erbox .img{
    width: 137px;
    height: 137px;
    border:1px solid #bababa;
    padding:10px;
}
.footerbox .left .erbox .img img{
    width: 100%;
}
.footerbox .left .erbox .imgbox p{
    font-size:16px;
    color:#404040;
    margin-top: 10px;
}
.footerbox .left .lxbox{
    margin-top: 3%;
    margin-top: 11%;
}
.footerbox .left .lxbox .fir{
    font-size:18px;
    color:#363636;
}
.footerbox .left .lxbox .sec{
    font-size:30px;
    color:#701815;
    font-weight: bold;
    margin: 2% 0;
}
.footerbox .left .lxbox .sec a{
    color:#701815;
}
.footerbox .left .lxbox .thr span{
    font-size:16px;
    color:#363636;
    display: inline-block;
}
.footerbox .left .lxbox .thr span:nth-child(1){
    margin-right: 15px;
}
.footerbox .right{
    width: 50%;
}
.footerbox .right .c{
    color:#fff;
}
.footerbox .right .c a{
    color:#fff;
}
.footerbox .right .inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footerbox .right .list .tbox .t{
    font-size:16px;
    color:#3d3d3d;
    font-weight: bold;
}
.footerbox .right .list .tbox .line{
    width: 14px;
    height: 3px;
    background: #701815;
    margin:30px 0;
}
.footerbox .right .list .abox a{
    display: block;
    font-size:14px;
    color:#373737;
    position: relative;
    margin-bottom: 10px;
}
.footerbox .right .list .abox a:after{
    content:"";
    position: absolute;
    left:-15px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #701815;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.footerbox .right .list .abox a:hover{
    color:#701815;
    font-weight: bold;
}
.footerbox .right .list .abox a:hover:after{
    opacity: 1;
}
.allnav-inner[date=noindex] h1 .fir{
    color:#fff;
}
.allnav-inner[date=noindex] h1 .sec .s1 span{
    color:#fff;
}
.allnav-inner[date=noindex] h1 .sec .s1 i{
    background: #fff;
}
.nav-right[date=noindex] form{
    border:1px solid rgba(255,255,255,0.6);
}
.nav-right[date=noindex] form input[type=text]{
    color:#fff;
}
.nav-right[date=noindex] form input[type=text]::placeholder{
    color:#fff;
}
.nav-right[date=noindex] form input[type=submit]{
    background: url(../img/sear-icon1.png) no-repeat center;
}

.sbannerbox{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 990;
    height: 879px;
}
.sbannerbox .sbanner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.sbannerbox .text{
    position: absolute;
    width: 100%;
    left:0;
    top:39%;
    text-align:center;
}
.sbannerbox .text .fir{
    font-size:45px;
    color:rgba(255,255,255,0.75);
    text-transform: uppercase;
}
.sbannerbox .text .sec{
    font-size:45px;
    color:#fff;
    letter-spacing: 3px;
}
.sbannerbox .scorll{
    cursor: pointer;
    position: absolute;
    width: 57px;
    height: 56px;
    background: #701815;
    border-radius: 100%;
    bottom:10%;
    left: 0;
    right: 0;
    margin:auto;
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}
.inner-info{
    position: relative;
    z-index: 991;
    background: #fff;
    margin-top: 879px;
}

.footerbox-inner{
    background: url("../img/footerbg.jpg") no-repeat center / cover;
    width: 100%;
   /* position: fixed;
    bottom:0;
    left:0;
    z-index: 800;
    background: red;
    opacity: 0;*/
}
/*.footerbox-inner.show{
    z-index: 992;
    opacity: 1;
}*/

.cheng{
    height: 400px;
    background: #fff;
}
.allcrumbs{
    line-height: 100px;
    background: #f6f6f6;
}
.allcrumbs .right{
    float: right;
    padding-left:50px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:14px;
    color:#3a3a3a;
}
.allcrumbs .right a{
    color:#3a3a3a;
}
.allcrumbs .left{
    float: left;
    width: 55%;
}
.allcrumbs .left a{
    display: inline-block;
    font-size:18px;
    color:#434343;
    padding:0 5%;
}
.allcrumbs .left a.active ,.allcrumbs .left a:hover{
    background: #701815;
    color:#fff;
}
.inner-com-fir{
    padding-top: 5%;
    position: relative;
    background: url("../img/inner-com-fir.jpg") no-repeat bottom center;
}
.inner-com-fir .image1{
    max-width: 100%;
    position: absolute;
    top:6%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.inner-com-fir .mycontent{
    position: relative;
    z-index: 2;
}
.inner-com-fir .left{
    float: left;
    width: 50%;
}
.inner-com-fir .left .tbox{
    margin-bottom: 12%;
}
.inner-com-fir .left .tbox .fir{
    font-size:34px;
    color:#2b2b2b;
    font-weight: bold;
}
.inner-com-fir .left .tbox .sec{
    font-size:14px;
    color:#2b2b2b;
    text-transform: uppercase;
}
.inner-com-fir .left .image2{
    max-width: 100%;
}
.inner-com-fir .right{
    float: right;
    width: 50%;
}
.inner-com-fir .right .des{
    font-size: 16px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 7%;
}
.inner-com-fir .right .about-item{
    padding-right: 13%;
}
.inner-com-sec{
    background: url("../img/inner-com-sec.jpg") no-repeat center / cover;
}
.inner-com-sec .left{
    float: left;
    width: 15%;
}
.inner-com-sec .left img{
    max-width: 100%;
}
.inner-com-sec .right{
    float: right;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.inner-com-sec .right .list{
    width: 32%;
    height: 30vw;
    background: url("../img/inner-com-sec-img2.png") no-repeat center;
    padding:4% 4% 5% 4%;
    background-size: contain;
}
.inner-com-sec .right .list .inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.inner-com-sec .right .list:hover .inner img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-com-sec .right .list .inner .text{
    position: absolute;
    width: 100%;
    padding: 0 10%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    left: 0;
    top: 38%;
}
.inner-com-thr{
    background: url("../img/inner-com-thr.jpg") no-repeat center / cover;
}
.equientbox .pic{
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
    border-radius: 30px 0 0 0;
}
.equientbox .pic:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.equientbox .pic .title{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    line-height: 55px;
    font-size:16px;
    color:#fff;
    background: rgba(0,0,0,0.8);
    text-align:center;
}
.equientbox .pic:hover .title{
    background: #701815;
}
.footerbox-inner .footerbox{
    padding:6% 0 7% 0;
}
.footerbox-inner .footerbox .right .list .tbox .t{
    color:#fff;
}
.footerbox-inner .footerbox .right .list .abox a{
    color:#979797;
}
.footerbox-inner .footerbox .right .list .abox a:hover{
    color:#701815;
}
.footerbox-inner .footerbox .left .erbox .img{
    border:1px solid #202121;
}
.footerbox-inner .footerbox .left .erbox .imgbox p{
    color:#fff;
}
.footerbox-inner .footerbox .left .lxbox .fir{
    color:#fff;
}
.footerbox-inner .footerbox .left .lxbox .thr span{
    color:#989898;
}
.copy{
    line-height: 80px;
    background: rgba(0,0,0,0.58);
    font-size:14px;
    color:#989898;
}
.copy a{
    color:#989898;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.inner-pro-item .inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-pro-item .inner-pro-list .imgbox{
    width: 100%;
    height: 220px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border:1px solid #e0e0e0;
    border-bottom:none;
}
.inner-pro-item .inner-pro-list .imgbox img{
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.inner-pro-item .inner-pro-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-pro-item .inner-pro-list .text{
    border:1px solid #e0e0e0;
}
.inner-pro-item .inner-pro-list .text .title{
    line-height: 40px;
    font-size:14px;
    color:#3a3a3a;
    border-bottom:1px solid #e3e3e3;
    padding:0 4%;
}
.inner-pro-item .inner-pro-list .text .more{
    padding:0 4%;
}
.inner-pro-item .inner-pro-list .text .more .s1{
    display: block;
    line-height: 40px;
    font-size:12px;
    color:#696969;
    float: left;
    text-transform: uppercase;
}
.inner-pro-item .inner-pro-list:hover .text .more{
    background: #701815;
}
.inner-pro-item .inner-pro-list:hover .text .more .s1{
    color:#fff;
}
.inner-pro-item .inner-pro-list .text .more .s2{
    float: right;
    height: 40px;
    width: 28px;
    background: url("../img/pro-jian.png") no-repeat center;
}
.inner-pro-item .inner-pro-list:hover .text .more .s2{
    background: url("../img/pro-jian1.png") no-repeat center;
}
.inner-contact-fir{
    background: url("../img/inner-contact-bg.jpg") no-repeat center / cover;
}
.contactbox{
    height: 680px;
    width: 100%;
}
.inner-contact-fir .ditu{
    float: left;
    height: 100%;
    width: 70%;
}
.inner-contact-fir .ditu #dituinner{
    width: 100%;
    height: 100%;
}
.inner-contact-fir .lxbox{
    float: right;
    width: 30%;
    height: 100%;
    background: #252525;
    display: flex;
    align-items: center;
}
.inner-contact-fir .lxbox .inner{
    width: 100%;
    padding:0 12%;
}
.inner-contact-fir .lxbox .list{
    margin-bottom:9%;
}

.inner-contact-fir .lxbox .list .imgbox{
    width: 20%;
    float: left;
}
.inner-contact-fir .lxbox .list .imgbox img{
    max-width: 100%;
}
.inner-contact-fir .lxbox .list .text{
    float: left;
    width: 80%;
    color: #fff;
    font-size: 18px;
    padding-bottom: 11%;
    border-bottom: 2px solid #696969;
}
.inner-contact-fir .lxbox .erbox {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}
.inner-contact-fir .lxbox .erbox .er .imgbox{
    width: 135px;
    height: 135px;
    padding: 9%;
    border:1px solid #2b2b2b;
}
.inner-contact-fir .lxbox .erbox .er .imgbox img{
    width: 100%;
}
.inner-contact-fir .lxbox .erbox .er p{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.inner-contact-sec{
    padding-top: 5%;
    background: url("../img/inner-contact-bg2.jpg") no-repeat center / cover;
}
.inner-contact-sec .liuyan{
    background: #fff;
    padding:5%;
}
.inner-contact-sec .liuyan .tbox{
    margin-bottom: 4%;
    padding-left: 79px;
    background: url(../img/inner-contact-img1.png) no-repeat left top;
    padding-top: 32px;
    height: 100px;
}
.inner-contact-sec .liuyan .tbox .fir{
    font-size:30px;
    color:#373737;
    font-weight: bold;
}
.inner-contact-sec .liuyan .tbox .sec{
    font-size:14px;
    color:#626262;
    text-transform: uppercase;
}
.inner-contact-sec .liuyan form{
    width: 100%;
    padding: 0 3%;
}
.inner-contact-sec .liuyan form input{
    width: 100%;
    line-height: 55px;
    border-bottom:2px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    margin-bottom: 28px;
}
.inner-contact-sec .liuyan form input::placeholder{
    font-size:16px;
    color:#575757;
}
.inner-contact-sec .liuyan form textarea{
    width: 100%;
    height: 85px;
    border-bottom:2px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:16px;
    color:#333;
    margin-bottom: 28px;
}
.inner-contact-sec .liuyan form textarea::placeholder{
    font-size:16px;
    color:#575757;
}
.inner-contact-sec .liuyan form .code{
    position: relative;
    height: 55px;
}
.inner-contact-sec .liuyan form .code .verify{
    position: absolute;
    width: 190px;
    height: 50px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-contact-sec .liuyan form .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-sec .liuyan form .submit{
    width: 100%;
    display: block;
    line-height: 77px;
    background: #701815;
    font-weight: bold;
    font-size:22px;
    color:#fff;
    text-align:center;
    margin-top: 5%;
}
.inner-contact-sec .liuyan form .submit:hover{
    background: #171717;
}
.inner-news-list{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.inner-news-list:nth-child(2n){
    margin-right: 0;
}
.inner-news-list:hover{
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.inner-news-list .imgbox{
    position: relative;
    height: 420px;
    overflow: hidden;
}
.inner-news-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-list .imgbox .more{
    position: absolute;
    right:0;
    top:0;
    text-transform: uppercase;
    font-size:20px;
    color:#AD1115;
    padding:4%;
    background: #000;
}
.inner-news-list:hover .imgbox .more{
    background: #AD1115;
    color:#fff;
}
.inner-news-list .imgbox .news-title{
    position: absolute;
    width: 100%;
    padding:5% 6% 7% 6%;
    left:0;
    bottom:0;
    transition: all .5s ease-in-out;
}
.inner-news-list .imgbox .news-title .fir{
    font-size: 26px;
    margin-bottom: 1%;
    color: #fff;
    text-shadow: 0 18px 50px #000000;
}
.inner-news-list .imgbox .news-title .time{
    font-size:16px;
    color:#fff;
}
.inner-news-list:hover .imgbox .news-title{
    opacity: 0;
    transform: translateY(100%);
}
.inner-news-list .imgbox .news-text{
    position: absolute;
    width: 100%;
    background: #fff;
    padding:4% 6%;
    left:0;
    bottom:0;
    transition: all .5s ease-in-out;
    transform: translateY(100%);
}
.inner-news-list .imgbox .news-text .fir{
    font-size:20px;
    color:#333;
    margin-bottom: 2%;
    font-weight: bold;
}
.inner-news-list .imgbox .news-text .sec{
    font-size:14px;
    color:#666;
    line-height: 25px;
}
.inner-news-list:hover .imgbox .news-text{
    transform: translateY(0);
}
.inner-news-des .left{
    float: left;
    width: 70%;
}
.inner-news-des .left .tbox{
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .left .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size:14px;
    line-height: 30px;
    color: #777;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.inner-news-des .right{
    float: right;
    width: 25%;
}
.othertitle{
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 6%;
}
.othertitle span{
    float: left;
    font-size: 22px;
    color:#333;
    border-left: 2px solid #701815;
    padding-left:10px;
    display: inline-block;
}
.othertitle a{
    display: block;
    float: right;
    color: #777;
    text-transform: uppercase;
}
.othertitle a:hover{
    color:#701815;
    font-weight: bold;
}
.othernews .list .imgbox{
    height: 228px;
    overflow:hidden;
    position: relative;
}
.othernews .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.othernews .list .title{
    font-size: 14px;
    color: #777;
    margin: 6% 0 9% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}
.pro_type{
    margin-bottom: 4%;
    padding-bottom: 2%;
    border-bottom:1px solid #eee;
}
.pro_type .left{
    float: left;
    width: 87px;
    line-height: 35px;
    font-size:16px;
    font-weight: bold;
    color:#333;
    background: url("../img/arrow.png") no-repeat right center;
    letter-spacing: 1px;
}
.pro_type .right{
    float: right;
    width: calc(100% - 104px);
}
.pro_type .right a{
    display: inline-block;
    line-height: 35px;
    margin-right: 1%;
    font-size: 14px;
    color: #6f6f6f;
    padding: 0 1.5%;
    border-radius: 30px;
    margin-bottom: 1%;
}
.pro_type .right a:hover ,.pro_type .right a.active{
    color:#fff;
    background: #701815;
}
.pro-des-box .left{
    float: left;
    width: 55%;
    border:1px solid #eee;
}
.pro-des-box .left .swiper-container{
    width: 100%;
}
.pro-des-box .left .imgbox{
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff;
    overflow: hidden;

}
.pro-des-box .left .imgbox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-box .left .swiper-button-white{
    width: 30px;
    height: 55px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,0.5);
}
.pro-des-box .left .swiper-button-white:after{
    font-size:16px;
}
.pro-des-box .right{
    float: right;
    width: 40%;
}
.pro-des-box .right .t{
    font-size:28px;
    font-weight: bold;
    color:#333;
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom:1px solid #eee;
}
.pro-des-box .right .parmbox .tt{
    font-size: 18px;
    color: #333;
    margin-bottom: 3%;
    position: relative;
    padding-left: 17px;
}
.pro-des-box .right .parmbox .tt:before{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #701815;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.pro-des-box .right .parmbox .con .list{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    padding-left: 17px;
}
.pro-des-box .right .parmbox .con .list span{
    font-size:14px;
    color:#666;
}
.pro-des-box .right .lxbox{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.pro-des-box .right .lxbox .lianxi{
    display: block;
    line-height: 55px;
    width: 30%;
    text-align:center;
    font-size:16px;
    color:#fff;
    letter-spacing: 2px;
    background: #701815;
    border-radius: 5px;
}
.pro-des-box .right .lxbox .tel{
    margin-left: 8%;
}
.pro-des-box .right .lxbox .tel .fir{
    font-size:16px;
    color:#666;
}
.pro-des-box .right .lxbox .tel .sec{
    font-size: 40px;
    color: #701815;
    font-weight: bold;
    font-family: Impact;
    line-height: 40px;
}
.bg{
    background: #f2f2f2;
}
.inner-pro-xianxi-inner{
    background: #fff;
    padding:3% 4%;
}
.ptit {
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
}

.ptit::before {
    position: absolute;
    content: "";
    width: 3%;
    height: 2px;
    background: #701815;
    bottom: 0;
    left: 0;
}

.ptit strong {
    display: block;
    font-size: 40px;
    color: #f5f5f7;
    text-transform: uppercase;
    font-family: impact;
    letter-spacing: -1px;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}


.ptit span {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
}

.ptit b {
    font-size: 30px;
    font-weight: normal;
}
.proother{
    margin-top: 3.5%;
}

.pro-news .list{
    padding:2%;
    background: #eee;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pro-news .list:nth-child(2n){
    margin-right: 0;
}
.pro-news .list .time{
    float: left;
    width: 90px;
    height: 75px;
    text-align:center;
    color:#333;
    border-right:1px solid #dbdbdb;
}
.pro-news .list .time .fir{
    font-size:33px;
    font-family: Impact;
}
.pro-news .list .time .sec{
    font-size:14px;
}
.pro-news .list .text{
    float: right;
    width: calc(100% - 108px);
}
.pro-news .list .text .fir{
    font-size:14px;
    color:#333;
}
.pro-news .list .text .sec{
    font-size:14px;
    color:#666;
    margin-top: 2%;
}
.pro-news .list:hover{
    background: #701815;
}
.pro-news .list:hover .time{
    border-right:1px solid #fff;
}
.pro-news .list:hover .time .fir{
    color:#fff;
}
.pro-news .list:hover .time .sec{
    color:#fff;
}
.pro-news .list:hover .text .fir{
    color:#fff;
}
.pro-news .list:hover .text .sec{
    color:#fff;
}

.inner-case-list{
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2% 3%;
    background: #fff;
}
.inner-case-list .time{
    line-height: 40px;
    font-size: 22px;
    color: #777;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 2% 0 8% 0;
}
.inner-case-list .title{
    font-size:16px;
    color:#333;
}
.inner-case-list .con{
    font-size:14px;
    color:#666;
    margin-top: 3%;
}
.inner-case-list span{
    display: inline-block;
    line-height: 35px;
    padding: 0 11%;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    border-radius: 40px;
    margin-top: 4%;
}
.inner-case-list:hover{
    box-shadow: rgba(0,0,0,0.3) 0px 6px 15px;
}
.inner-case-list a{
    display: block;
}
.inner-case-list:hover a{
    transform: translate3d(0,-10px,0);
}
.bannersec{
    display: none;
}
.banner-tel {
    display: block;
    width: 330px;
    height: 45px;
    background: #6c1210;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    letter-spacing: 1px;
    margin-top: 20px;
}
.banner-tel .icon{
    padding-right:10px;
}
.banner-tel span{
    font-size:16px;
}
.banner-tel span.s2{
    font-weight: bold;
}