/* background-image: linear-gradient(180deg,transparent,#000);
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
 */

 /* .layui-container{
    border: 1px solid red;
} */
img{
    max-width: 100%;
}

@media (min-width: 1250px) {
    .layui-container{
        width: 1230px;
 
        
    }
    
}


@media (min-width: 1480px) {
    .layui-container1380{
        width: 1410px;
    }
    
}

/*
*******************
header
*******************
*/
/* logo */
header{
    background-color: #fff;
    transition: all .4s ease;
}
header.bg{
    background-color: #fff;
    box-shadow: 0 0px 10px #ddd;
}
header .layui-container{
    height: 100%;
}

header .logo{
    position: absolute;
    height: 100%;
    left: 0;
    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%;
    }
    
}

@media (max-width: 767px) {
    header .logo{
        left: 15px;
    }
    
}

@media (max-width: 480px) {
    header .logo img{
        max-height: 38px;
    }
    
}


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

.layui-nav .layui-nav-item{
    line-height: 1rem;
}
.layui-nav .layui-nav-item:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #002b9f;;
    height: 5px;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none;
}

.layui-nav .layui-nav-item:hover::after,
.layui-nav .layui-this:after{
    width: 100%;
}

.layui-nav .layui-nav-item{
    margin: 0 .93rem;
}
.layui-nav .layui-nav-item.lan{
    margin-right: 0;
    font-weight: bold;
}
.layui-nav .layui-nav-item.lan a{
    background: url("../images/icon-right-arrow.png") no-repeat right center;
    padding-right: 15px;
}

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

@media (max-width: 992px) {
    .layui-nav .layui-nav-item.lan{
        display: none!important;
    }
    
}

.layui-nav .layui-nav-item a{
    padding: 0;
    transition: all .4s ease-in-out;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-nav-item a{
    color: #000;
}



@media (min-width: 993px) {
    .layui-header{
        height: 50px;
        padding: 40px 0;
        position: fixed;
        background: transparent;
        width: 100%;

        transition: all .4s ease;
    }
    .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;
}
.header .layui-nav .layui-this a{
    color: #002b9f;
}
@media (max-width: 992px){
    
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px #ccc;
    }
    .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: 480px) {
    .layui-nav *{
        font-size: 16px;
    }

    .layui-nav .layui-nav-item{
        line-height: 50px;
    }
    
}


/* footer */
footer{
    overflow: hidden;
}
footer .layui-form-item{
    text-align: center;
}
footer .layui-form-item .layui-input{
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}
footer .layui-form-item .layui-input::placeholder{
    color: #7F8BAC
    ;
}
footer .layui-form-item .layui-input-inline{
    float: none;
    position: relative;
}
.layui-form-item .layui-input-inline{
    width: 645px;
}

@media (max-width: 768px) {
    .layui-form-item .layui-input-inline{
        width: 80%;
    }
    
}
footer a{
    color: #fff;
}
footer .layui-form-item .btn-submit{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0078ff;
    width: 140px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 50px;
    cursor: pointer;
  
}


footer .footer-nav{
    background: #07254F;
    padding-top: 2.1rem;
    text-align: center;
}

.footer-nav-con{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;

}

footer .footer-nav-con a{
    color: #fff;
    display: inline-block;
    font-size: .35rem;
    vertical-align: middle;
    margin: 0 .9rem;
}

footer .footer-bottom{
    background: #061C3C;
    color: #fff;
    font-size: 14px;
    height: 2.26rem;
    line-height: 2.26rem;
}
footer .footer-bottom .left{
    text-align: left;
}
footer .footer-bottom .right{
    text-align: right;
}

@media (max-width: 992px) {
    footer .footer-bottom{
        height: auto;
        padding: .45rem 0;
        
    }
    footer .footer-bottom .left,
    footer .footer-bottom .right{
        width: 100%;
        text-align: center;
        line-height: 24px;
    }    

    footer .footer-nav{
        padding-top: 1.2rem;
    }
    .footer-nav-con{
        padding-top: .6rem;
        padding-bottom: 1rem;
    }
    footer .footer-nav-con a.logo{
        width: 100%;
        margin-bottom: .5rem;

    }
    

    footer .footer-nav-con a{
        margin-left: .4rem;
        margin-right: .4rem;
    }
}
@media (max-width: 640px) {
    footer .footer-bottom{
        font-size: 12px;
    }

    footer .footer-nav,
    .footer-nav-con{
        display: none;
    }
    
}

/* bannertxt */
.banner_wrap{
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .banner_wrap{
        height: 330px;
    }
    .banner_wrap img{
        max-height: 100%;
        height: 100%;
        
        
    }
    
}

@media (max-width: 480px) {
    .banner_wrap{
        height: 240px;
        position: relative;
    }
    .banner_wrap img{
        max-width: initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        
    }
    
}
.banner-txt{
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    text-align: center;
    color: #fff;
    font-weight: bold;


}

.banner-txt h2{
    font-size: 2rem;
    font-weight: bold;
    line-height: 90px;
}

.banner-txt p{
    font-size: .44rem;
    margin-top: .5rem;
}

@media (max-width: 1600px) {
    
    .banner-txt h2{
        line-height: 80px;
    }
    
}
@media (max-width: 1440px) {
    
    .banner-txt h2{
        font-size: 1.4rem;
        line-height: 52px;
    }
    
}

@media (max-width: 992px) {
    .banner-txt h2{
        font-size: 1rem;
        line-height: 1rem;
    }
    .banner-txt p{
        font-size: .4rem;
    }
}
@media (max-width: 992px) {
    .banner-txt h2{
        font-size: .76rem;
        line-height: .76rem;
    }
    .banner-txt p{
        margin-top: .2rem;
        font-size: 14px;
    }

}

/* 分页 */
.page-list{
    text-align: center;
    padding-top: 1.7rem;
    padding-bottom: 2rem;
    display: none;
}
.page-list a{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #c8c8c8;
    margin: 0 10px;
}

.page-list a:hover,
.page-list a.cur{
    background-color: #0966ff;
}










