.app{
    width: 100%;
    min-width: 1200px;
    background: url(../images/banner.png) top center no-repeat;
    background-size: 110%;
    transition: all 10s ease;
}
.app.animated{
    background-size: 100%;
    
}
div{
    box-sizing: border-box;
}
.main{
    width: 1200px;
    margin:0 auto;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.banner{
    overflow: hidden;
}
.text img{
    display: block;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
}
.btn{
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}
.btn img{
    display: block;
    margin: 0 auto;
}
.btn a{
    display: inline-block;
    font-size: 0;
    width: 349px;
    margin: 0 120px;   
}
.btn a:hover{
    transform:translateY(-5px) ;
    transition: ease-in .1s;
}
.content{
    background: #fff;
}
.content-item{
    width: 50%;
    float: left;
    padding: 30px 60px;  
    
}
.content-item img{
    width: 100%;
    display: block;
}
.content-list{
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
}
.content-list ul{
    width: 50%;
    float: left;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.content-list ul li{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.content-list ul li span{
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    color: #333;
}
.content-list ul li em{
    float: right;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #ff7131;
}
.content-list ul li em a{
    color: #ff7131;
    text-decoration: underline;
}
.content-list ul.right-list li em{
    color: #2594e7;
}
.content-list ul.right-list li em a{
    color: #2594e7;
}
.content-list ul li em.lh18{
    line-height: 18px;
}
.footer{
    width: 100%;
    min-width: 1200px;
    background: #222;
    margin-top: 40px;
}
.footer .qr{
    display: none;
}
.footer .copyright{
    font-size: 14px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}
.side{
    width: 200px;
    background: #fff;
    position: fixed;
    top: 8%;
    padding: 10px;
    box-shadow:0 10px 10px rgba(0, 0, 0, .1);
    padding-bottom: 30px;
}
.side:before{
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/side-bg1.png);
    position: absolute;
    top: 0;
    left: 0;
}
.side:after{
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: url(../images/side-bg2.png) no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.side .side-content{
    border-left: 2px solid #208fe2;
    border-right: 2px solid #208fe2;
    padding: 3px;

}
.side .side-border{
    border-left: 1px solid #208fe2;
    border-right: 1px solid #208fe2;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.side .side-border:last-child{
    padding-top: 10px !important;
}
.side-two{
    padding-top: 10px !important;
}
.side.left-side{
    left: 10px;
}
.side.right-side{
    right: 10px;
}
.side-close{
    position: absolute;
    top: 0;
   
}
.side.left-side .side-close{
    right: -30px;
}
.side.right-side .side-close{
    left: -30px;
}
.side-title{
    font-size: 18px;
    color: #2594e7;
    font-weight: bold;
    text-align: center;
}
.side-qr img{
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 5px;
}
.side-text{
    width: 130px;
    margin: 0 auto;
}
.side-text p{
    font-size: 14px;
    color: #2594e7;
    margin-bottom: 0px;
}
.side-text p span{
    color: #666;
}
.side-top .side-title{
 color: #ff7131;
}
.side-top .side-text p{
    color: #ff7131;
}
.side-two .side-title{
    color: #ff7979;
}
.side-two .side-text p{
       color: #ff7979;
}
@media only screen and (max-width: 760px){
    .app{
        width: 100%;
        min-width: 100%;
        background: url(../images/banner.png) top center no-repeat;
        background-size: 180%;
    }
    .app.animated{
        background-size: 160%;
    }
    .main{
        width: 100%;
    }
    .text img{
        display: block;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
    .side{
    display: none;
    }
    .btn img {
        width: 100%;
    }
    .btn a {
       width: 40%;
       margin: 0 4%;
       box-sizing: border-box;
       height: auto;
    }
    .content-item {
        width: 100%;
        float: none;
        padding: 0 20px;
    }
    .content-list ul {
        width: 100%;
        float: left;
        padding: 10px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .footer {
        width: 100%;
        min-width: 100%;
        background: #222;
        margin-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 20px;
    }
    .footer .qr {
        display: block;
    }
    .footer .copyright{
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #444;
    }
    .footer .qr-itm{
        width: 33.333%;
        float: left;
        padding: 0 5px;
    }
    .footer .qr-itm img{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .footer .qr-itm p{
        color: #fff;
        margin-bottom: 10px;
    }
    .footer .qr-itm p span{
        color: #999;
    }
    .footer .qr-itm .title{
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
       
    }
}
.cent{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
}
.c-block{
    width: 370px;
    margin-right: 45px;
    float: left;
}
.c-block:last-child{
    margin-right: 0;
}
.c-block:last-child{
    margin-right: 0;
}
.c-text{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.c-bg{
    background: #f3f3f3;
}
.c-img img{
    width: 100%;
    display: block;
    text-align: center;
}
.c-text{
    display: block;
    text-align: center; 
}
.c-btn1{
    width: 135px;
    height: 38px;
    background:url(../images/a-btn1.png) no-repeat;
    float: left;
    margin-top: 33px;
    margin-left: 20px;
}
.c-btn2{
    width: 135px;
    height: 38px;
    background:url(../images/a-btn2.png) no-repeat;
    float: right;
    margin-top: 33px;
    margin-right: 20px;
}
@media only screen and (max-width: 760px){
    .cent{
        width: auto;
    margin:0 10px;
    }
    .c-block{
        width: auto;
        margin-right: 0px;
        float: none;
    }
    .c-text img{
        width: 85%;
    }
    .c-text{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1440px){
.side{
    top:4%
}
}
.ding{
    width: 1200px;
    height: 78px;
    background:url(../images/a-bg.png) repeat-x;
    overflow: hidden;
    margin-top: 0px;
}
.ding-left ul{
    margin-left: 230px !important;
}
.ding ul{
    margin-left:150px;
}
.ding ul li{
    float: left;
    margin-left: 40px;
    display: inline-block;
    
}
.ding ul li:first-child{
    margin-right:30px;
}
.ding ul li:hover img{
    opacity: .7;
    transition: 300ms;
}
.shop-list{
    width: 1200px;
    margin:0 auto;
    margin-bottom: 100px;
    overflow: hidden;
   
}
.shop-li{
    margin-left: -20px;
    margin-right: -20px;
}
.shop-list dl{
    margin:0 20px;
    width: 580px;
    float: left;
    height: 183px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.shop-list dl:hover{
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .01);
    transition: 300ms;
}
.shop-list dl dt{
    float: left;
    width: 119px;
    text-align: center;
    margin-top: 63px;
}
.shop-list dl dd{
    float: left;
    width: 300px;
    margin-right: 20px;
}
.shop-list dl dd p{
    font-size: 18px;
    color: #208fe2;
    margin-top: 33px;
    font-weight: bold;
}
.shop-list dl dd span{
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    height: 63px;
}
.shop-list dl dd small{
    display: block;
    font-size: 16px;
    color: #de1818;
}
.shop-list dl a{
    float: left;
    display: block;
    width: 107px;
    height: 44px;
    background: url(../images/a-shopbtn.png) no-repeat;
    margin-top: 67px;
}

@media only screen and (max-width: 760px){
    .ding{
      background:none;
      width: auto;
      overflow-x:auto ;
      margin-top: -30px;
      height: 50px;
    }
    .ding ul{
        margin-left:10px;
       width: 450px;
       overflow-x: auto;
    }
    .ding ul li{
        margin-right: 0;
        margin-left: 0;
        width: 110px;
    }
    .ding ul li img{
        width: 100%;
    }
    .ding ul li:first-child{
        margin-right: 0;
    }
    .shop-list{
        width: auto;
        margin:0 10px;
       
        overflow: hidden;
    }
    .shop-li{
        margin-left: 0px;
        margin-right: 0px;
    }
    .shop-list dl{
        width: auto;
        margin:0;
        float: none;
        height: auto;
        margin-top: 20px;
        overflow: hidden;
        padding-bottom: 20px;
       

    }
    .shop-list dl dt{
        width: 20%;
    }
    .shop-list dl dt img{
        width: 75%;
    }
    .shop-list dl dd{
        width: 45%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .shop-list dl a{
        width: 25%;
        background: url(../images/a-shopbtn.png) no-repeat;
        background-size: 80px 35px ;
    }
    .shop-list dl dd p{
        margin-top: 20px;
    }
    .shop-list dl dt{
        margin-top: 55px;
    }
    .shop-list dl dd span{
        height: auto;
        padding-bottom: 10px;
    }
   
}
.user-left{
    width: 280px;
    background-color: #fff;
    border-radius: 15px;
    float: left;
    margin-top: 50px;
   
}
.user-right{
    width: 900px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 50px;
    float: right;
}
.user-title{
    text-align: center;
    margin-top: 10px;
}
.user-left ul li{
    border-bottom: 1px solid #f0f0f0;
    padding: 0 5px;
}
.user-left ul li a{
    display: block;
    height: 70px;
    line-height: 70px;
    
    color: #666;
    font-size: 21px;
    text-align: center;
    
}
.user-left ul li:hover{
    background-color: #46a1e4;
    margin:0px
}
.active{
     background-color: #46a1e4 !important;
}
.active a{
    color: #fff !important;
}
.user-left ul li a:hover{
    color: #fff;
}
.user-left ul li:hover a{
    color: #fff;
}
.user-left ul li:first-child{
    border-radius: 15px  15px 0 0;
}
.user-left ul li:last-child{
    border-radius: 0 0 15px  15px ;
}
.user-info{
    width: 500px;
    margin:0 auto;
}
.user-info p{
 overflow: hidden;
 padding: 15px 0;
}
.user-list{
    margin-bottom: 100px;
    overflow: hidden;
}
.user-info span{
    display: block;
    width: 20%;
    text-align: right;
    margin-right: 5%;
    font-size: 16px;
    color: #666;
    float: left;
    margin-top: 10px;
}
.user-info small{
    display: block;
    width: 75%;
    float: left;
}
.user-info small .input{
    border:1px solid #eee;
    height: 40px;
    line-height: 40px;
    width: 95%;
    font-size: 16px;
    color: #666;
    text-indent: 10px;
    outline: none;
    cursor: auto;
}
.user-info small .input2{
    border:1px solid #eee;
    height: 40px;
    line-height: 40px;
    width: 65%;
    font-size: 16px;
    color: #666;
    text-indent: 10px;
    outline: none;
    cursor: auto;
    float: left;
}
.user-btn{
    width: 300px;
    height: 55px;
    line-height: 55px;
    background-color: #f68135;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    border:0;
    outline: none;
    margin-bottom: 50px;
}
.user-info p img{
    float: left;
    margin-left: 20px;
}
@media only screen and (max-width: 760px){
 .user-left ul li:first-child{
    border-radius:  0 0;
}
.user-left ul li:last-child{
    border-radius:15px ;
}   
 .ding-left ul{
     margin-left: 0 !important;
 }
 .user-list{
     margin-bottom: 30px;
 }
 .user-left{
     float: none;
     width: 100%;
     overflow-x: auto;
     border-radius: 15px;
     margin-top: 20px;
 }
 .user-left ul{
     width: 400px;
 }
 .user-left ul li{
     float: left;
     border:0
 }
 .user-left ul li a{
     font-size: 16px;
     margin:0 3px;
 }
 .user-right{
     width: 100%;
     float: none;
     margin-top: 20px;
 }
 .user-title img{
     width: 95%;
     margin-top: 10px;
 }
 .user-info{
     width: auto;
     margin:0 20px;
 }
 .user-info span{
     width: 30%;
 }
 .user-info small{
     width: 65%;
 }
 .user-btn{
     width: 148%;
     margin-left: -50%;
 }
 .user-info small .input2{
     width: 50%;
 }
 .user-info p img{
     margin-left: 0;
     float: right;
     width: 45%;
     margin-top: 5px;
     
    
 }
}