@charset "utf-8";



*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-bg{
     background:url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
    overflow: hidden;
}
@media ( min-width : 1300px) {
	.page-bg {background-size: 100% 100%;}
}


.page-box{
    margin: 60px auto 0 auto;
    box-sizing: border-box;
    width:80%;
    max-width:1000px;
    min-height:420px;
    position: relative;
    z-index: 1;
}


.wxapp-qrcode {
    position:absolute;
    top:50%;
    left:10px;
    display:block;
    width:174px;
    height:188px;
    margin-top:-300px;
    background:url(../images/wxapp-qrcode.png) no-repeat 50%;
   }


.sys-a-right {
    position:absolute;
    top:50%;
    right:30px;
    display:block;
    width:90px;
    height:300px;
    margin-top:-300px;
    background:url(../images/sys-a-right.png) no-repeat 50%;
    -webkit-animation:rotate-top-down 1s linear infinite;
    animation:rotate-top-down 1s linear infinite;
   }
   @-webkit-keyframes rotate-top-down {
    0% {     transform:translateX(0)    }
    25% {     transform:translateX(5px)    }
    50% {     transform:translateX(10px) scale(1.1,.9)    }
    75% {     transform:translateX(5px)    }
    to {     transform:translateX(0)    }
   }
   @keyframes rotate-top-down {
    0% {     transform:translateX(0)    }
    25% {     transform:translateX(5px)    }
    50% {     transform:translateX(10px) scale(1.1,.9)    }
    75% {     transform:translateX(5px)    }
    to {     transform:translateX(0)    }
   }
   @-webkit-keyframes rotate-top-down {
    0% {     transform:translateY(0)    }
    25% {     transform:translateY(5px)    }
    50% {     transform:translateY(10px)    }
    75% {     transform:translateY(5px)    }
    to {     transform:translateY(0)    }
   }
   @keyframes rotate-top-down {
    0% {     transform:translateY(0)    }
    25% {     transform:translateY(5px)    }
    50% {     transform:translateY(10px)    }
    75% {     transform:translateY(5px)    }
    to {     transform:translateY(0)    }
   }

   @media ( max-width : 1300px) {
        .wxapp-qrcode{display: none;}
        .sys-a-right {display: none;}

    }

    
    .logo-box{text-align:center;margin-bottom:40px;}
    .logo-box img{max-width: 100%;}
    
    .list-box {
        display:flex;
       }

    .list-box .bd-item {
        display:flex;
        flex-wrap: wrap;
        justify-content:space-around;
        

       }
    .list-box .bd-item:nth-child(3) .item-box {
    background:#fa7505
    }
    .list-box .bd-item:first-child .item-box {
    box-shadow:-6px 5px 2px rgba(0,0,0,.4)
    }
    .list-box .bd-item:last-child .item-box {
    box-shadow:6px 5px 1px rgba(0,0,0,.4)
    }
    .list-box .bd-item .item-box {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:215px;
    height:220px;
    overflow:hidden;
    cursor:pointer;
    background:#e5251e;
    border-radius:10px;
    margin:20px 0;
    
    }
    .list-box .bd-item .item-box.w100 {
    width:100%
    }
    .list-box .bd-item .item-box.no-shadow {
    box-shadow:none
    }
    .list-box .bd-item .item-box.no-bg {
    background:transparent
    }
    .list-box .bd-item .item-box.no-bg:before {
    display:none
    }
    .list-box .bd-item .item-box:before {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:50px;
    content:"";
    background:hsla(0,0%,100%,.2);
    border-radius:0 0 100% 100%
    }
    .list-box .bd-item .item-box .inner {
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%
    }
    .list-box .bd-item .item-box .inner-ico {
    display:flex;
    align-items:center;
    justify-content:center;
    height:80px
    }
    .list-box .bd-item .item-box .inner-ico img {
    max-height:80px
    }
    .list-box .bd-item .item-box p {
    margin-top:20px;
    margin-bottom:0;
    font-size:24px;
    font-weight:700;
    color:#fff;
    letter-spacing:3px
    }
    

    .list-box .bd-item .item-box1{
        width:450px;
        background:#e5251e;
    }

    .list-box .bd-item .item-box2{
        width:300px;
        background:#55b1f6;
    }

    .list-box .bd-item .item-box3{
        width:300px;
        background:#04be01;
    }

    .list-box .bd-item .item-box4{
        width:450px;
        background:#fa7505;
    }

    @media ( max-width : 640px) {
        .list-box .bd-item .item-box1{
            max-width:360px;
        }
    
        .list-box .bd-item .item-box2{
            max-width:300px;
        }
    
        .list-box .bd-item .item-box3{
            max-width:300px;
        }
    
        .list-box .bd-item .item-box4{
            max-width:360px;
        }
         .page-bg{
           overflow: auto;
       }
    }


    .footer-box{position: absolute;left:20px;bottom: 20px;text-align: center;line-height: 20px;max-width: 320px;;}
    .footer-box div,.footer-box a{color:#f90;font-size: 12px;font-weight: bold;}
    