*{
    margin:0px;
    padding:0px;
    list-style:none;
    text-decoration: none;
    font-family: Microsoft YaHei;
}
@keyframes fadein{
    0%{opacity: 0;
    }
    100%{
        opacity: 1;

    }
}
@-webkit-keyframes fadein{
    0%{opacity: 0;
    }
    100%{
        opacity: 1;

    }
}
@-moz-keyframes fadein{
    0%{opacity: 0;
    }
    100%{
        opacity: 1;

    }
}
@-o-keyframes fadein{
    0%{opacity: 0;
    }
    100%{
        opacity: 1;

    }
}
@-ms-keyframes fadein{
    0%{opacity: 0;
    }
    100%{
        opacity: 1;

    }
}
body{
    background-color: #f4f4f4;
    animation:fadein 3s linear 1;
    -webkit-animation: fadein 2s linear 1;
    -moz-animation: fadein 2s linear 1;
    -o-animation: fadein 2s linear 1;
    -ms-animation: fadein 2s linear 1;
}
.banner{
    width:100%;
    position:relative;
    min-width: 1200px;
    min-height: 600px;
    text-align: center;
    background: url("../image/bg.jpg") no-repeat center;
    background-size: auto 800px;
    height: 800px;
}
.banner img{
    display: block;
    /* width:100%; */
    /* height: 100%; */
}
.menu{
    position:absolute;
    top:10px;
    width: 1200px;
    height:100px;
    left:50%;
    margin-left: -600px;
}
.menu img{
    width: 33px;
    position:absolute;
    top: 0px;
    right:0px;
}
.menu-box{
    width:100%;
    background: #211f1e;
    padding: 20px;
    display: none;
}
.menu-contain{
    width:1200px;
    margin:0 auto;
}
.menu-contain ul li{
    position:relative;
    opacity: 0.4;
    filter: alpha(opacity:40);
}
.menu-contain ul li a {
    width: 1200px;
    font-size:14px;
    color:#fff;
    display: inline-block;
    border-bottom: 1px #fff dashed;
    line-height: 45px;
}
.menu-contain ul li span{
    color:#fff;
    position:absolute;
    top: 17px;
    right:0px;
}
.logo{
    /* margin-top: 40px; */
}
.logo p{
    width: 500px;
    margin: 16px auto;
    box-shadow: 8px 11px 0px #abacb9;
    background: #2a2b5d;
    font-size: 28px;
    color:#fff;
    line-height: 56px;
    height: 60px;
}
.logo a{
    width:200px;
    display: block;
    margin: 60px auto;
    height: 54px;
    border: 2px #2a2b5d solid;
    color:#2a2b5d;
    font-size: 24px;
    line-height: 54px;
    border-radius:10px;
}
.container{
    width: 1200px;
    margin:0 auto;
    
}
.conF{
    width:100%;
}
.titH{
    color:#333333;
    font-size: 25px;
    font-weight:normal;
    line-height: 60px;
    margin: 22px 0;
}
.conF li{
    width: 200px;
    display: inline-block;
    text-align: center;
    position: relative;
    /* margin-right: 44px; */
}
.conF li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.conF li h2{
    width:100%;
    text-align: center;
    font-weight:normal;
    font-size: 18px;
    color:#333;
    margin: 10px 0;
}
.conF li:nth-child(1),.conF li:nth-child(2),.conF li:nth-child(3),.conF li:nth-child(4)
{
    margin-right: 50px;
}
.mark{
    width: 4px;
    height: 35px;
    background: url("../image/mark.jpg") no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.conS{
    wdith:100%;
}
.conS li h2{
    font-size: 18px;
    color:#0894ec;
    line-height: 50px;
    font-weight:normal;
    padding: 0;
}
.conS li p{
    display: none;
    width:500px;
}
.spanTit{
    margin:10px;
    display: block;
}
.spanTxt{
    padding-left: 88px;
    display: block;
    font-size: 14px;
    color: #333;
    text-indent: 0px;
    line-height: 20px;
}
.fllowP{
    font-size:16px;
    color:#333;
    margin:10px 0;
}
.fllowP span{
    color:#0894ec;
}
.footer{
    width:1200px;
    margin:0 auto;
    text-align:center;
}
.footer ul{
    display: inline-block;
    border-bottom: 1px solid #333;
}
.footer ul li {
    display:inline-block;
    font-size:14px;
    color:#333;
    width: 80px;
    text-align: center;
    margin:10px;
}
.footer ul li a{
    color:#333;

}
.we{
    width:200px;
    margin:0 auto;
}
.we img{
    width:30px;
    margin:10px;
}
.footer p{
    text-align: center;
    color:#333;
    fnt-size:16px;
}
.footer::after{
    content:'';
    height:60px;
    display: block;
    clear: both;
    visibility: hidden;
}
.fade{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    filter:alpha(opacity:0);
}
.conF .hover{
    opacity: 1;
    filter:alpha(opacity:1);
}
/*about*/
.top{
    width:100%;
    background-color: #f4f4f4;
    height: 30px;
}
.top-tit{
    width:1000px;
    margin:0 auto;
    line-height: 30px;
}
.top-tit ul li {
    font-size:14px;
    color:#999;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.top-tit ul li a{
    color:#999;
}
.contain-about{
    width:1000px;
    margin: 0 auto;
}
.contain-about h1{
    width:100%;
    padding-top: 14px;
}
.contain-about h1 img{
    width: 180px;
}
.banner-about{
    width:100%;
}
.banner-about img{
    width:100%;
    display: block;
}
.contain-about h2{
    color:#000;
    font-size: 26px;
    font-weight:normal;
    padding: 18px 0;
}
.contain-about p{
    text-indent: 34px;
    color: #666;
    font-size:16px;
    line-height: 26px;
}
.fllowP span:hover{
    color:#ffae00;
}
.rightBox{
    /* width: 463px; */
    /* height: 400px; */
    /* position: absolute; */
    /* right: 0px; */
    text-align: center;
}
.rightBox img{
    width: 441px;
    position: static;
    display: block;
    margin-top: 64px;
}
.rightBox a{
    width: 116px;
    height: 40px;
    display: inline-block;
    border-radius: 38px;
    border: 1px solid #f97310;
    /* margin-top: 11px; */
    padding: 4px 0;
    margin: 4px;
}
.rightBox a p{
    margin-left: 29px;
    color: #f97310;
    font-size: 13px;
}
.ios{
    background: url("../image/apple.png") no-repeat 18px center;
    background-size: auto 50%;
}
.android{
    background: url("../image/andiord.png") no-repeat 18px center;
    background-size: auto 50%;
}
.showBox{
    position: absolute;
    top: 0;
    width: 400px;
    right: 0;
}
.boxInfo{
    width:75%;
    display: inline-block;
    vertical-align: top;
}
.boxInfo img{
    width:100%;
}
.boxButton{
    display: inline-block;
    width: 18%;
    margin-left: 5%;
}
.boxButton li{
    margin-bottom: 10px;
    width: 70px;
    box-sizing: border-box;
}
.boxButton li img{
    width:100%;
}
.content{
    width:1200px;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.boxInfo h3{
    font-size: 20px;
    color:#1b1b1b;
    font-weight:normal;
    margin-top: 20px;
}
.boxInfo  p{
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
}
.active{
    border:2px solid #04bd86;
}
.anzhuo{
    width: 250px;
    height: 72px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: 46px;
    left: 76px;
}
.ios{
    width: 250px;
    height: 72px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: 46px;
    left: 355px;
}