/* background-image: linear-gradient(180deg,transparent,#000);
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
 */
body{
    min-width: 1230px;
}
 .layui-container{
    /* border: 1px solid red; */
}


.layui-container{
    min-width: 1230px;
}



img{
    max-width: 100%;
}

/*
*******************
header
*******************
*/
/* logo */
header{
    background-color: #fff;
}


    .header{
        padding-left: 60px;
        padding-right: 60px;
    }
    header .layui-container{
        width: 70%;
        min-width: inherit;
        float: left;
    }

  

.other-wrap{
    float: right;
    height: 100%;
    align-items: center;
    width: calc(100% - 1200px);
    width: 30%;
    flex-shrink: 0;
}

.other-wrap form input{
    width: 167px;
    border: 0;
    padding-left: 0;
    padding-right: 30px;
    border-bottom: 2px solid #ccc!important;

}


.other-wrap form .layui-btn{
    background: url("../images/icon-search.png") no-repeat right center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
}




.other-wrap .layui-form-item{
    position: relative;
    margin: 0;
}
.other-wrap .phone{
    float: left;
    margin: 33px 0 33px 7%;

}
.other-wrap .phone img{
    height: 53px;

}


.other-wrap form{
    float: right;
    margin: 41px 0;
}


@media (max-width: 992px) {
    .other-wrap form {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-30%,-50%,0);
        
        margin: 0;
        
    } 
    .other-wrap form input{
       border-bottom:  1px solid #ccc!important;
       height: 34px;
       width: 160px;
    }
    .other-wrap form .layui-btn{
        background-size: 17px auto;
        height: 34px;
    }
    
}
/* otherwrap :end */

header .layui-container{
    height: 100%;
}

header .logo{
    position: absolute;
    height: 100%;
    left: 15px;
    top: 0;
    overflow: hidden;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

    /* justify-content: center;
    -webkit-Box-pack: center;  
    -webkit-justify-content:center;
    -moz-box-pack:center; */

   
}

@media (max-width: 992px) {
    header .logo img{
        max-height: 100%;
    }
    
}


.layui-nav{
    position: absolute;
    right: 0;
    background-color: transparent;
}
.layui-nav *{
    font-size: .4rem;
}
.layui-nav-bar{
    display: none;
}

.layui-nav .layui-nav-item{
    line-height: 1rem;
}

.layui-nav .layui-nav-item.layui-this a{
    color: #ba4343;
}
.layui-nav .layui-this:after, 
.layui-nav .layui-nav-item:after{
    content: "/";
    text-align: center;
    position: absolute;
    left: 0;
    width: 8px;
    height: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
    top: 0;
    background-color: transparent;
    color: #d0d0d0;

}

.layui-nav .layui-nav-item:first-child::after{
    display: none;

}



.layui-nav .layui-nav-item{
    padding: 0 39px;
}

@media (max-width: 1680px) {
    .layui-nav .layui-nav-item{
        padding-left: 30px;
        padding-right: 30px;
    }
   
    .header{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1480px) {
    .header{
        padding-left: 20px;
        padding-right: 20px;
    }
    .layui-nav .layui-nav-item{
        padding-left: 22px;
        padding-right: 22px;
    }
    .other-wrap .phone{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .other-wrap .phone img{
        height: 40px;

    }
    
}

@media (max-width: 1300px) {
 .other-wrap .phone{
        margin-left: 0;
    } 
    .layui-nav *{
        font-size: 16px;
    }
    .logo img{
        width: 110px;
    } 
}

.layui-nav .layui-nav-item a{
    padding: 0;
    /* transition: all .4s ease-in-out; */
    transition: none;
}
.layui-nav .layui-nav-item a:hover{
    color: #b72b25;
}
.layui-nav .layui-nav-item a{
    color: #333;
}

.layui-header{
    overflow: hidden;
}
@media (min-width: 993px) {
    .layui-header{
        height: 120px;
    }
    .layui-nav .layui-nav-item{
        line-height: 120px;
    }
}

@media (max-width: 480px) {
    .layui-nav *{
        font-size: 16px;
    }
    .layui-nav .layui-nav-item{
        line-height: 50px;
    }
}

/* icon-bar */
.header .navbar-toggle{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;

    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
    display: none;


}
.header .navbar-toggle .icon-bar{
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header .navbar-toggle .icon-bar+.icon-bar{
    margin-top: 4px;

}
.header .navbar-toggle .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #393D49;
}

@media (max-width: 992px){
    
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        box-sizing: border-box;
        box-shadow: 0 0 10px #f0f0f0;
    }
    .header.in::after{
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        top: 60px;
        bottom: 0;
        z-index: -1;
        transition: all .4s ease;

    }
    body{
        padding-top: 60px;
    }
    .header .navbar-toggle{
        display: block;
    }

    .header .layui-nav{
        position: fixed;
        right: 0;
        bottom: 0;
        background-color: #f0f0f0;
        top: 60px;
        width: 0;
    
        padding: 1rem 0 0 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;

    }
    .header .layui-nav .layui-nav-item{
        display: block;
    }
    .header .layui-nav .layui-this:after{
        display: none;
    }
    .header.in .layui-nav{
        width: 50%;
    }

    .header.in .icon-bar:nth-child(2){
        width: 0;
    }

    .header.in .icon-bar:nth-child(1){
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 8px;

    }
    .header.in .icon-bar:nth-child(3){
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -8px;
    }
}

@media (max-width: 992px) {
    header .layui-container{
        width: 100%;
    }
    .layui-container,
    body{
        width: 100%;
        min-width: auto;
        overflow-x: hidden;
    }
    .logo img{
        width: auto;
        height: 38px;
    }

    .layui-nav .layui-this:after, .layui-nav .layui-nav-item:after{
        display: none;
    }



    
    
}

/* 闈㈠寘灞 */
.bread-nav{
    line-height: 60px;
    font-size: 14px;
    background-color: #e5e5e5;
}

.bread-nav span,
.bread-nav a{
    color: #757575;
    display: inline-block;
}

.bread-nav .home{
    padding-left: 33px;
    background: url("../images/icon-home.png") no-repeat left center;
}

.bread-nav .cur{
    position: relative;
    color: #b72b25;
    margin-left: 10px;
    padding-left: 10px;
}

.bread-nav .cur::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    left: 0;
    background-color: #757575;
}

@media (max-width: 480px) {
    .bread-nav {
        line-height: 40px;
        
    }
    .bread-nav .home{
        background-size: 18px 18px;
        padding-left: 28px;
    }
    
}

.news-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.news-title h2{
    font-size: .8rem;
    color: #000;
}
.news-title p{
    color: #ccc;
    font-size: .4rem;
    text-transform: uppercase;
    margin-top: 15px;
}
.news-title p::after{
    content: "";
    display: block;
    background: url("../images/line.png") no-repeat center;
    height: 35px;
}


.banner {
    text-align: center;
}


/* pagelist */
.page{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.page a{
    display: inline-block!important;
    /* width: 38px;
    height: 38px; */
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .35s ease-in-out;

}
.page a:hover,
.page a.cur{
    border-color: #cc3429;
    background-color: #e59994;
    color: #f8e7e6;

}   

@media (max-width: 992px) {
    .page a{
        margin-left: 3px;
        margin-right: 3px;
        padding: 8px 12px;
    }
    
}

/* footer */

footer {
    color: #595959;
    font-size: 16px;
}
footer .footer-con .link-wrap{
    margin-bottom: 35px;
}
footer .footer-con .link-wrap li{
    display: inline-block;
    font-size: 0;


}
footer .footer-con .link-wrap li a{
    position: relative;
    display: inline-block   ;
    padding-right: 15px;
    font-size: 16px;
    margin-right: 15px;
}
footer .footer-con .link-wrap li a:hover{
    color: #cc3429;
}
footer .footer-con .link-wrap li a::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #595959;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
footer .footer-con .link-wrap li:first-child a{
    padding-right: 0;
    margin-right: 0;
}

footer .footer-con .link-wrap li:last-child a::before,
footer .footer-con .link-wrap li:first-child a::before{
    display: none;
   
}

footer .footer-con{
    background-color: #b8b8b8;
    padding: 40px 0 30px;
}

footer .footer-info li{
    line-height: 50px;
    padding-left: 35px;
    color: #595959;

}
footer .f-phone{
    background: url("../images/icon-footer-phone.png") no-repeat left center;
}
footer .f-email{
    background: url("../images/icon-footer-eamil.png") no-repeat left center;
}
footer .f-phone2{
    background: url("../images/icon-footer-phone2.png") no-repeat left center;
}
footer .f-add{
    background: url("../images/icon-footer-add.png") no-repeat left center;
}

footer .ewm-wrap {
    text-align: center;
}
footer .ewm-wrap::after,
    footer .ewm-wrap::before{
    content: "";
    display: block;
    clear: both;
}






footer .footer-bottom{
    background-color: #7f8081;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}



.footer-left{
    width: 465px;
}
.footer-center{
    width: 290px;
}
.footer-center dl{
    float: left;
    margin-left: 10px;
    margin-right: 10px;

}
.footer-center dl dd{
    margin-top: 20px;
    line-height: 24px;
}

.footer-right{
    width: 443px;
    /* border: 1px solid red; */
    float: right;
}
.footer-right form{
    padding-left: 5px;
}
.layui-form-item .layui-input-inline,
.footer-right form .layui-inline{
    margin-right: 0;
}

footer .layui-form-item .layui-input-inline{
    margin-left: 15px;
    margin-bottom: 10px;
}
footer .layui-form-item .layui-input-inline{
    width: 200px;

}
footer .layui-form-item{
    margin-bottom: 0;
}


footer .layui-input{
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
footer .layui-btn{
    width: 185px;
    height: 50px;
    background: #af2626;
    font-size: 16px;
    letter-spacing: 10px;
    border-radius: 5px;
}
footer .layui-btn:hover{
    box-shadow: 0 0 14px #af2626;
    opacity: 1;
}


@media (max-width: 992px) {
    .news-title{
        padding-top: 1rem;
    }
    
    footer{
        overflow: hidden;
    }
    .footer-right{
        display: none;
    }
    .footer-center{
        width: 100%;
        text-align: center;

    }
    .footer-center dl{
        float: none;
        display: inline-block;
    }
    footer .footer-con .link-wrap{
        display: none;
    }
    footer .footer-con{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer-left{
        width: 100%;
    }
    footer .footer-info{
        margin-bottom: 20px;
    }
    footer .footer-info li{
        line-height: 24px;
        margin: 10px 0;
    }
    footer .f-add{
        background-position: left 4px;
    }

    /* .banner{
        height: 200px;
        overflow: hidden;

    }
    .banner img{
        max-width: none;
        clip:rect(20px 100px 50px 20px);
    } */


    footer .footer-bottom p{
        padding: 0 1rem;
    }
    footer .footer-bottom{
        line-height: 24px;
        padding: .5rem 0;
    }
}

.btn-phone{
    display: none;
}

@media (max-width: 768px) {
    .btn-phone{
        display: block;
        width: 42px;
        height: 42px;
        box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
        background: url("../images/icon-footer-phone2.png") #fff no-repeat center;
        border-radius: 100%;
        position: fixed;
        bottom: 2.5rem;
        right: 1rem;
        z-index: 99;
    }
    
}