*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
input,textarea,select,a:focus {
    outline: none;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    min-width: 12rem;
}
.w-1600{
    width: 100%;
    max-width: 16rem;
    min-width: 12rem;
    height: 100%;
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 1rem;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.head .w-1600{
    display: flex;
    justify-content: space-between;
}
.head .logo{
    width: 2.03rem;
    height: 0.6rem;
    margin-top: 0.2rem;
}
.head .head-ul{
    width: 8rem;
    height: 1rem;
    display: flex;
    justify-content: space-between;
}
.head-ul .head-li{
    width: auto;
    height: 1rem;
    font-size: 0.18rem;
    color: rgba(255,255,255,0.6);
    line-height: 1rem;
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
}
.head-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(255,255,255,0.6);
    box-sizing: border-box;
}
.head-li.active a{
    color: rgba(255,255,255,1);
    border-bottom: 0.02rem solid #ffffff;
}

.head-li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right;
    transition: background 1s,transform 0.4s cubic-bezier(0.9, 0.07, 0.45, 0.94);
}

.head-li:hover:before {
    transform: scaleX(1);
    background: #ffffff;
    transform-origin: left;
}






.banner{
    width: 100%;
    min-width: 12rem;
    height: 10.8rem;
    position: relative;
}
.banner .banner-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .w-1600{
    overflow: hidden;
}
.banner .banner-name{
    width: auto;
    height: 1.12rem;
    font-size: 0.78rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0.9rem;
    box-sizing: border-box;
    line-height: 1.12rem;
    margin-top: 3.56rem;
    transform: translateY(380px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner .banner-name.ua{
    transform: translateY(0);
}
.banner .banner-text{
    width: auto;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.8rem;
    padding-left: 0.9rem;
    box-sizing: border-box;
    transform: translateY(360px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner .banner-text.ua{
    transform: translateY(0);
}
.banner .banner-line{
    width: 6.3rem;
    height: 0.01rem;
    background: #ffffff;
    margin-top: 0.1rem;
    margin-left: 0.9rem;
    transform: translateY(340px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner .banner-line.ua{
    transform: translateY(0);
}
.banner .banner-ul{
    width: 6.3rem;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
    margin-left: 0.9rem;
}
.banner-ul .banner-li{
    width: auto;
    min-width: 1.5rem;
    height: 0.8rem;
    border-right: 0.01rem solid #ffffff;
    box-sizing: border-box;
    padding-right: 0.5rem;
    overflow: hidden;
    transform: translateY(320px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner-li:nth-of-type(n+2){
    margin-left: 0.5rem;
    transform: translateY(320px);
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner-li:last-child{
    padding-left: 0;
    border-right: 0;
    transform: translateY(320px);
    transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.banner-li.ua{
    transform: translateY(0);
}
.banner-li .banner-top{
    width: auto;
    height: 0.35rem;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.35rem;
}
.banner-li .banner-span{
    width: auto;
    height: 0.28rem;
    margin-top: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #ffffff;
}



.banner1{
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
    position: relative;
}
/*.banner1 .banner-box{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    overflow: hidden;*/
/*}*/
/*.banner-box .w-1600{*/
/*    overflow: hidden;*/
/*}*/
/*.banner1 .banner-name{*/
/*    width: 100%;*/
/*    height: 0.8rem;*/
/*    font-size: 0.58rem;*/
/*    font-weight: bold;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    line-height: 0.8rem;*/
/*    margin-top: 1.7rem;*/
/*    transform: translateY(380px);*/
/*    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;*/
/*}*/
/*.banner1 .banner-name.ua{*/
/*    transform: translateY(0);*/
/*}*/
/*.banner1 .banner-text{*/
/*    width: 100%;*/
/*    height: 0.64rem;*/
/*    font-size: 0.27rem;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    line-height: 0.64rem;*/
/*    transform: translateY(360px);*/
/*    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;*/
/*}*/
/*.banner1 .banner-text.ua{*/
/*    transform: translateY(0);*/
/*}*/
/*.banner1 .banner-line{*/
/*    width: 7.9rem;*/
/*    height: 0.02rem;*/
/*    background: #ffffff;*/
/*    margin: 0 auto;*/
/*    transform: translateY(340px);*/
/*    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;*/
/*}*/
/*.banner1 .banner-line.ua{*/
/*    transform: translateY(0);*/
/*}*/
/*.banner1 .banner-ul{*/
/*    width: 7.9rem;*/
/*    height: 0.8rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin: 0.26rem auto 0;*/
/*}*/







.last{
    width: 100%;
    height: 1.95rem;
    background: #222222;
    overflow: hidden;
}
.last .w-1600{
    display: flex;
    justify-content: space-between;
}
.last .logo{
    width: 2.37rem;
    height: 0.73rem;
    margin-top: 0.6rem;
}
.last .last-on{
    width: 7.4rem;
    height: 1.95rem;
    overflow: hidden;
}
.last-on .last-ul{
    width: 100%;
    height: 0.4rem;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.28rem;
}
.last-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.last-on .last-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    color: #ffffff;
    line-height: 0.34rem;
}
.last-box .box-li{
    float: left;
    width: auto;
    margin-right: 0.2rem;
}
.box-li:last-child{
    margin-top: 0.1rem;
}
.last .last-code{
    width: 1.2rem;
    height: 1.46rem;
    margin-top: 0.4rem;
}
.last-code .code-img{
    width: 1.01rem;
    height: 1.01rem;
    margin: 0 auto;
}
.last-code .code-span{
    width: 100%;
    height: 0.26rem;
    font-size: 0.16rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}


.come-in {
    transform: translateY(350px);
    animation: come-in 2s cubic-bezier(0, -0.01, 0, 0.99) forwards;
}
.leave {
    transform: translateY(150px);
    animation: leave 2s cubic-bezier(0, -0.01, 0, 0.99) forwards;
}
@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes leave {
    to {
        transform: translateY(-150);
        opacity: 0;
    }
}



.pagination a, .pagination p {
    padding: 2px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #077ee3;
    font-size: 12px;
    line-height: 27px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
    width: auto;
    height: auto;
    overflow: visible;
}
