
/* .layui-container{
    border: 1px solid red;
} */

body{
    font-family: "微软雅黑";
}
/*
*******************
header
*******************
*/
/* logo */
.header{
    background-color: #141414;
    height: 2.22rem;
    overflow: hidden;
}


@media (min-width: 1800px) {
    header .layui-container{
         width: 1720px;
    }
    
}
header .layui-container{
    height: 100%;
}

.phone-logo{
    display: none   ;
}

.layui-container .logo{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    height: 100%;
    
    display: -moz-box;  
    display: -ms-flexbox;   
    display: -webkit-box;    
    display: -webkit-flex;  
    display: flex;


    /* 垂直居中  align-items*/
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;


}

.layui-container .logo img{
    height: 1.44rem;
}

@media (max-width: 992px) {
    .header{
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    .layui-container .logo{
        left: 50%;
        /* margin-left: -26px; */
        -webkit-transform: translateX(-50%);
        -moz-animatio: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .layui-container-fluid{
        padding-top: 60px!important;
    }
    
}
@media (max-width: 768px) {
    
   
    /* .layui-container .logo{
        left: 15px
    }; */
    
    
}

.header .nav-right{
    position: absolute;
    right: 0;
}
.header .layui-nav{
    background-color: transparent;
}
.header .layui-nav,
.header .select-language{
    display: inline-block;
    vertical-align: top;
}
.header .select-language{
    font-size: .4rem;

}

.header .select-language a{
    color: #fff;

}
.header .select-language a:first-child{
    margin-right: 23px;
    color: #d53c35;

}

.layui-nav .layui-nav-item a{
    font-size: .48rem;
    color: #fff;
    padding: 0 .88rem;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
    background-color: #242424;
    color: #fff!important;
}

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

@media (min-width: 993px) {
    .layui-container .logo,
    .header .select-language,
    .header .layui-nav .layui-nav-item{
        line-height: 2.22rem;
    }
    .layui-nav .layui-nav-item a{
        letter-spacing: 5px;
    }


    .layui-container .logo::after{
        content: "";
        position: absolute;
        right: -45px;
        top: 15%;
        width: 1px;
        height: 70%;
        background-color: rgba(89, 89, 89, .4)
    }
}

@media (max-width: 480px) {
    .layui-nav .layui-nav-item{
        line-height: 56px;
    }
    
}

/* icon-bar */
.header .navbar-toggle{
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -17px;
    /* border: 1px solid #ccc; */

    padding: 9px 10px;
    /* background-color: #fff; */
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.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: #fff;
}

@media (max-width: 992px){
    .header .navbar-toggle{
        display: block;
    }

    .header .layui-nav{
        display: none;
    }

    .header .select-language{
        line-height: 60px;
        margin-right: 15px;
    }
    .header .select-language a:first-child{
        margin-right: 15px;
    }

    .header{
        height: 60px;
    }

    .layui-container .logo img{
        height: 36px;
        display: none;
    }
    .layui-container .logo img.phone-logo{
        display: block;
    }
}

@media (max-width: 992px) {
    .header.in .layui-nav{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #f0f0f0;
        top: 60px;
        width: 300px;
        padding: 0;
    
    }
    .header.in .layui-nav .layui-nav-item{
        display: block;
    }
    .header.in .layui-nav .layui-nav-item a 
    {
        color: #333;
    }
    .header.in .layui-nav .layui-this a{
        color: #fff;
    }
    .header.in .layui-nav .layui-this:after{
        display: none;
    }
    
    
}

@media (max-width: 480px) {
    .header .navbar-toggle{
        left: 10px;
    }
    .header.in .layui-nav{
        width: 230px;
    }
    .header .select-language a:first-child{
        margin-right: 10px;
    }
}

/* footer */
footer{
    background-color: #202123;
    text-align: center;
    line-height: 30px;
    padding-top: 1.42rem;
    padding-bottom: 1.55rem;

}
footer,footer a{
    color: #747474;
    font-size: 14px;

}
footer .footer-link {
    font-size: 0;
}
footer .footer-link a {
    /* border-left: 1px solid #747474; */
    padding:  0 7px;
    position: relative;
}


footer .footer-link a:last-child{
    display: none;
}
footer .footer-link a:first-child::before{
    content: "";
    width: 2px;
    height: 14px;
    background-color: #747474;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;

}

footer .logo{
    margin-bottom: .5rem;
}

footer .other{
    margin-top: .4rem;
}
footer .other a{
    display: inline-block;
    margin: 0 5px;
}

footer .copyright-2 p:first-child span{
    padding-left: 24px;
    display: inline-block;
    background: url("../images/police.png") no-repeat left center;
}


@media (max-width: 480px) {
    footer{
        line-height: 24px;
    }
    footer,footer a{
        font-size: 12px;
    }

    footer .logo img{
        height: 35px;

    }
    
}





/* content */

.layui-title{
    width: 100%;
    text-align: center;
    font-size: .8rem;
    padding-top: 1.3rem;
    padding-bottom: 1rem;
}

@media (max-width: 992px) {
    .layui-title{
        padding-top: 1rem;
        padding-bottom: .7rem;
    }
    
}

@media (max-width: 768px) {
    .layui-title{
       font-size: 22px;
       padding-top: .7rem;
       padding-bottom: .6rem;
    }
    
}




@media (min-width: 1600px) {
    .layui-container{
        width: 1520px;
    }
}




.top{
    background: url("../images/top.png") no-repeat center top;
    width: 42px;
    padding-top: 58px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 14px;
    color: #d53c35;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;

}

.top:hover{
    color: #d53c35;
    bottom: 2.3rem;
}


img{
    max-width: 100%;
}


@media (max-width: 768px) {
    .top{
        right: .8rem;
        bottom: .8rem;
        background-size: 20px auto;
        padding-top: 36px;
    }
    
    .top:hover{
        bottom: 1rem;
    }
}


@media (min-width: 480px) and (max-width: 540px) {
    html{
        font-size: 35px!important;
    }
}


@media (min-width: 540px) and (max-width: 1024px) {

     html{
        font-size: 35px!important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    html{
        font-size: 36px!important;
    }
}

@media (min-width: 1366px) and (max-width: 1680px) {
    html{
        font-size: 38px!important;
    }
    
}


.show-phone{
    display: none;
}

@media (max-width: 992px) {
    .show-phone{
        display: block;
    }
    .show-pc{
        display: none!important;
    }
    
}







