.wrap{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
}
.top{
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 5px #888;
}
.top nav{
    float: right;
    height: 80px;
    line-height: 80px;
}
.top nav a{
    font-size: 18px;
    text-align: center;
    margin-right: 80px;
}
.top nav a:hover{
    color: #40d467;
}
.top .wrap{
    text-align: left;
}
.top .logo{
    padding-top: 15px;
}
.top .logo img{
    height: 50px;
    float: left;
    margin-right: 10px;
}
.top .logo h1{
    font-size: 24px;
    line-height: 32px;
}
.top .logo p{
    font-size: 14px;
    color: #aeaeae;
    line-height: 20px;
}
.main{
    padding-top: 80px;
}
.main .banner{
    background: url(../images/bg-banner.jpg) no-repeat center top;
    padding: 65px 0;
}
.main .banner .appInfo,.main .banner .phone{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.main .banner .appInfo{
    animation: appInfo 1s ease;
}
@keyframes appInfo{
    0%{
        opacity: 0;
        transform: scale(0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.main .banner .appInfo .wap{
    display: none;
}
.main .banner .appInfo .title{
    text-align: left;
    color: #fff;
    line-height: 30px;
    margin-top: -15px;
}
.main .banner .appInfo .title h1{
    font-size: 48px;
    line-height: 60px;
}
.main .banner .appInfo .title p{
    font-size: 26px;
    padding-top: 10px;
}
.main .banner .appInfo .pc{
    width: 490px;
    height: 310px;
    background: #fff;
    text-align: left;
    margin-top: 45px;
}
.main .banner .appInfo .pc .box{
    width: 215px;
    display: inline-block;
    margin: 20px 0 0 20px;
    text-align: center;
}
.main .banner .appInfo .pc .box img{
    width: 100%;
}
.main .banner .appInfo .pc .box canvas{
    width: 215px;
}
.main .banner .appInfo .pc .box p {
    font-size: 24px;
    color: #40d467;
    line-height: 50px;
    padding-top: 12px;
}
.main .banner .appInfo .pc .box p img{
    width: 50px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.main .banner .appInfo .pctips{
    width: 490px;
    background: rgba(255,255,255,.7);
    padding: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}
.main .banner .appInfo .pctips h1{
    border: 1px dashed #fff;
    font-size: 18px;
    line-height: 40px;
}
.main .banner .appInfo .pctips h1 img{
    vertical-align: middle;
    margin-left: 5px;
}
.main .banner .appInfo .pctips h1 span{
    color: #ff6c00;
    font-size: 20px;
}
.main .banner .appInfo .wap .logo{
    margin-top: 20px;
}
.main .banner .appInfo .wap img{
    width: 50px;
}
.main .banner .appInfo .wap a{
    display: block;
    font-size: 20px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin: 20px 20px 0 20px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
}
.main .banner .appInfo .wap a:hover{
    background: #fff;
    color: #40d467;
}
.main .banner .appInfo .wap a i{
    height: 25px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 10px;
}
.main .banner .appInfo .wap a i.android{
    background: url(../images/icon-android-white.png) no-repeat center center/auto 100%;
}
.main .banner .appInfo .wap a:hover i.android{
    background: url(../images/icon-android-green.png) no-repeat center center/auto 100%;
}
.main .banner .appInfo .wap a i.ios{
    background: url(../images/icon-apple-white.png) no-repeat center center/auto 100%;
}
.main .banner .appInfo .wap a:hover i.ios{
    background: url(../images/icon-apple-green.png) no-repeat center center/auto 100%;
}
.main .banner .appInfo .wap a span{
    float: right;
}
.main .banner .phone{
    position: relative;
}
.main .banner .phone .leftphone{
    position: absolute;
    left: 10px;
    bottom: 30px;
    width: 220px;
    animation: leftphone 1.2s ease;
}
@keyframes leftphone{
    0%{
        left: 210px;
        opacity: 0;
    }
    100%{
        left: 10px;
        opacity: 1;
    }
}
.main .banner .phone .leftphone img{
    width: 100%;
}
.main .banner .phone .rightphone{
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 220px;
    animation: rightphone 1.2s ease;
}
@keyframes rightphone{
    0%{
        right: 210px;
        opacity: 0;
    }
    100%{
        right: 10px;
        opacity: 1;
    }
}
.main .banner .phone .rightphone img{
    width: 100%;
}
.main .banner .phone .middlephone{
    position: relative;
    z-index: 1;
}
.main .banner .phone .middlephone img{
    width: 280px;
}
.main .characteristic {
    padding-bottom: 50px;
}
.main .characteristic .title{
    font-size: 30px;
    line-height: 100px;
    padding-bottom: 50px;
}
.main .characteristic .box{
    width: 270px;
    height: 270px;
    background: url(../images/bg-text.png) no-repeat center center;
    display: inline-block;
    margin-right: 40px;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}
.main .characteristic .box:last-of-type{
    margin-right: 0;
}
.main .characteristic .box img{
    margin-top: -55px;
}
.main .characteristic .box h1{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 10px 0;
}
.main .characteristic .box .infoText{
    text-align: left;
    font-size: 15px;
    color: #888;
    line-height: 25px;
    transition: all 0.3s ease;
}
.main .characteristic .box:hover p{
    color: #333;
}
.main .teams{
    color: #fff;
    background: url(../images/bg-middle.jpg) no-repeat center center fixed;
    padding: 50px 0 100px 0;
}
.main .teams .title{
    font-size: 30px;
    line-height: 60px;
    padding-bottom: 80px;
}
.main .teams .box{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 0 0 5px #fff;
    margin-left: 5%;
    box-sizing: border-box;
    padding: 20px;
    height: 390px;
    position: relative;
}
.main .teams .box h1{
    font-size: 23px;
    line-height: 30px;
    padding-top: 10px;
}
.main .teams .box img{
    margin-top: 20px;
    height: 50px;
}
.main .teams .box .cInfo p{
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-top: 25px;
}
.main .teams .box a{
    background: url(../images/bg-a.png) no-repeat center center/100% 100%;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 80%;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: -25px;
}
.main .teams .box a:hover{
    transform: scale(1.1);
}
.main .teams .box a img{
    margin: 0 10px 0 0;
    height: auto;
    vertical-align: middle;
    height: 20px;
}
.main .aboutUs{
    padding-bottom: 50px;
}
.main .aboutUs .title{
    font-size: 30px;
    line-height: 100px;
}
.main .aboutUs .content{
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.main .aboutUs .content p{
    padding-bottom: 20px;
}
.main .aboutUs .box{
    width: 340px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.main .aboutUs .box:nth-of-type(4){
    margin: 0 90px;
}
.main .aboutUs .box img{
    width: 100%;
}
.main .aboutUs .box .info{
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease;
}
.main .aboutUs .box:hover .info{
    top: 12%;
}
.main .aboutUs .box .info .name{
    font-size: 20px;
    line-height: 30px;
}
.main .aboutUs .box .info .text{
    padding-top: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}
.main .aboutUs .box:hover .info .text{
    opacity: 1;
}
.main .aboutUs .box .info .zz p{
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 20px;
}
.main .aboutUs .box .info .zz p em{
    font-weight: bold;
}
.main .aboutUs .box .info .cn span{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
}
.main .aboutUs .box .info .sw .itemname{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}
.main .aboutUs .box .info .sw .iteminfo{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
}
footer{
    background: #e5e5e5;
    color: #6d6d6d;
    text-align: left;
    padding: 20px 0;
}
footer .wx{
    float: right;
    width: 225px;
}
footer .wx img{
    height: 100px;
    float: left;
    margin-right: 10px;
}
footer .wx p{
    font-size: 14px;
    line-height: 22px;
}
footer .wx p:nth-of-type(1){
    padding-top: 60px;
}
footer .links{
    line-height: 30px;
}
footer .links a{
    font-size: 14px;
    color: #6d6d6d;
}
footer .links a:hover{
    text-decoration: underline;
}
footer .links span{
    font-size: 14px;
    margin: 0 5px;
}
footer .copyright li{
    font-size: 14px;
    line-height: 22px;
}
footer .copyright a:hover{
    text-decoration: underline;
}
.hasApp{
    display: none;
}
/*微信下载提示*/
.wxTips{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    top: 0;
}
.wxTips div{
    padding: 10px 20px 0 20px;
}
.wxTips img{
    width: 100%;
}
.wxTips a{
    display: block;
    background: #71db6c;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    line-height: 50px;
    margin-top: 10px;
}
/*移动设备*/
@media screen and (max-width: 1240px) {
	.top{
        display: none;
    }
    .main{
        padding-top: 0;
    }
    .main .banner{
        background: url(../images/bg-banner-wap.jpg) no-repeat center top/cover;
    }
    .main .banner .appInfo .pc,.main .banner .appInfo .pctips{
        display: none;
    }
    .main .banner .appInfo .wap{
        display: block;
    }
    .main .banner .appInfo, .main .banner .phone{
        width: 100%;
    }
    .main .banner .appInfo .title{
        text-align: center;
        padding-top: 0;
    }
    .main .banner .appInfo .title h1{
        font-size: 36px;
        line-height: 40px;
    }
    .main .banner .appInfo .title p{
        font-size: 20px;
    }
    .main .banner .phone{
        margin-top: 50px;
    }
    .main .banner .phone .leftphone,.main .banner .phone .rightphone{
        width: 40%;
    }
    .main .banner .phone .middlephone img{
        width: 50%;
    }
    @keyframes leftphone{
        0%{
            left: 25%;
            opacity: 0;
        }
        100%{
            left: 10px;
            opacity: 1;
        }
    }
    @keyframes rightphone{
        0%{
            right: 25%;
            opacity: 0;
        }
        100%{
            right: 10px;
            opacity: 1;
        }
    }
    .main .characteristic .title{
        padding-bottom: 0px;
    }
    .main .characteristic .box{
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        background: url(../images/bg-text-wap.png) no-repeat center center/100% 100%;
        text-align: left;
        padding-left: 90px;
    }
    .main .characteristic .box img{
        float: left;
        width: 60px;
        margin-top: 20px;
        margin-left: -70px;
    }
    .main .characteristic .box h1{
        padding: 5px 0;
    }
    .main .characteristic .box .infoText{
        line-height: 20px;
    }
    .main .teams{
        background: url(../images/bg-middle-wap.jpg) no-repeat center center/cover fixed;
        padding-bottom: 50px;
    }
    .main .teams .title{
        padding-bottom: 30px;
    }
    .main .teams .box{
        width: 100%;
        margin: 20px 0 0 0;
        height: auto;
    }
    .main .teams .box h1{
        text-align: left;
    }
    .main .teams .box img{
        display: none;
    }
    .main .teams .box a{
        position: static;
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .main .teams .box a img{
        display: inline-block;
    }
    .main .aboutUs .content{
        margin-bottom: 0;
    }
    .main .aboutUs .box{
        margin: 20px 0 0 0;
        width: 100%;
        display: block;
    }
    .main .aboutUs .box:nth-of-type(4){
        margin: 20px 0 0 0;
    }
    .main .aboutUs .box .info{
        top: 12%;
    }
    .main .aboutUs .box .info .text{
        opacity: 1;
    }
    footer{
        text-align: center;
    }
    footer .wx{
        display: none;
    }
    .hasApp{
        display: block;
        position: fixed;
        bottom: 50px;
        right: 30px;
        width: 60px;
        height: 60px;
        z-index: 999;
    }
    .hasApp img{
        width: 100%;
        height: 100%;

    }
}