@charset 'utf-8';
.bodycontent{width: 100%; position: relative; overflow: hidden;}
.bodycontent *{margin: 0; padding: 0; box-sizing: border-box;}
.bodycontent html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{font-family:Microsoft YaHei,Helvetica,Arial,sans-serif;font-size:12px;font-weight:inherit;font-style:inherit;margin:0;padding:0;border:0}ul,ol{list-style:none}a img{vertical-align:top;border:none}a{text-decoration:none}button{overflow:visible;margin:0;padding:0;border:0 none;background-color:transparent}button::-moz-focus-inner{padding:0}input[type=password]{-webkit-text-security:disc}textarea:focus,input:focus,button:focus{outline:none}body{word-wrap:break-word}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.icon{display:inline-block;zoom:1;vertical-align:middle;background-repeat:no-repeat;background-position:left top}.btn{display:inline-block;zoom:1;text-align:center;vertical-align:middle}.none{display:none}
.bash-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bash-box{
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}
.h1-title{
    text-align: center;
    line-height: 1;
    font-size: 34px;
    color: #262626;
}
.h2-title{
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #878787;
}

/*--------------------- banner -------------------*/
.banner-bg{
    height: 650px;
    background: url(../test/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}
.banner-box{
    height: 650px;
}
.banner-left-box{
    padding: 140px 0 0 45px;
}
.banner-left-box > p.h1{
    position: relative;
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.banner-left-box > p.h2{
    position: relative;
    line-height: 1;
    padding: 40px 0;
    font-size: 30px;
    color: #fff;
}
.download-pc-box{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.download-pc-box > a{
    display: block;
    width: 160px;
    height: 46px;
    background: #ffd100;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #0740ff;
    float: left;
    border-radius: 5px;
}
.download-pc-box > span{
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
}
.download-qr-code-box{
    position: relative;
    width: 390px;
    height: 200px;
    background: #fff;
    margin-top: 25px;
}
.download-qr-code-box > i{
    display: block;
    float: left;
    width: 170px;
    height: 170px;
    margin: 15px;
    background: url(../test/banner_qr_code.png) no-repeat 50% 50%;
}
.download-qr-code-box > p.detail{
    font-size: 16px;
    color: #0061f2;
    line-height: 200%;
    padding: 40px 15px 0 0;
}
.download-qr-code-box > p.detail span{
    font-size: 16px;
    font-weight: bold;
}

/*--------------------- compare -------------------*/
.compare-box > p.h1-title{
    padding: 70px 0 30px;
}
.compare-content-box{
    padding: 50px 0 80px;
    text-align: center;
}
.compare-vs-box{
    display: inline-block;
    text-align: center;
    margin:0 60px;
}
.compare-vs-box > p.title{
    font-size: 26px;
    font-weight: bold;
    color: #393939;
    line-height: 1;
    margin-bottom: 20px;
}
.compare-vs-box > i.vs{
    display: inline-block;
    width: 337px;
    height: 295px;
    background: url(../test/vs.png) no-repeat 50% 50%;
}
.compare-left-box{
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.compare-left-box > p.title{
    font-size: 26px;
    color: #3b426b;
    line-height: 1;
    margin-bottom: 50px;
}
.compare-list-ul li{
    margin-top: 35px;
    font-size: 16px;
    color: #858ab4;
    line-height: 1;
}
.compare-list-ul li:first-child{
    margin-top: 0px;
}
.compare-right-box{
    text-align: left;
}
.compare-right-box > p.title{
    color: #036aff;
}
.compare-right-box .compare-list-ul li{
    color: #161616;
}

/*--------------------- function -------------------*/
.function-wrap{
    background: #f7f9fc;
    padding-bottom: 75px;
}
.function-wrap p.h1-title{
    padding: 60px 0 20px;
}
.function-nav-ul{
    position: relative;
    overflow: initial;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.function-nav-ul li{
    position: relative;
    overflow: initial;
    display: inline-block;
    width: 120px;
    margin-left: 20px;
    cursor: pointer;
}
.function-nav-ul li:first-child{
    margin-left: 0;
}
.function-nav-ul li > p{
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    color: #3b426b;
    font-size: 16px;
}
.function-nav-ul li.hover > p{
    background: url(../test/function_nav_bg.png) no-repeat 50% 50%;
    color: #fff;
}
.function-nav-ul li > i{
    display: none;
    width: 32px;
    height: 16px;
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -16px;
    background: url(../test/function_nav_icon.png) no-repeat 50% 50%;
    z-index: 9;
    box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -webkit-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -moz-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -o-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
}
.function-nav-ul li.hover > i{
    display: block;
}
.function-list-ul{
    position: relative;
    overflow: hidden;
    width: 1100px;
    height: 554px;
    margin:20px auto 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -webkit-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -moz-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
    -o-box-shadow: 0 0px 40px rgba(65, 119, 179, 0.07);
}
.function-list-ul > li{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 554px;
    display: none;
    padding: 100px 0 0 80px;
}
.function-list-ul > li.active{
    display: block;
}
.function-list-ul > li > p.h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.function-list-ul > li > p.h4{
    font-size: 14px;
    color: #7e7e7e;
    padding: 40px 0 70px;
    line-height: 220%;
}
.function-list-ol > li{
    height: 12px;
    line-height: 12px;
    background: url(../test/function_list_icon.png) no-repeat 0% 50%;
    padding-left: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 25px;
}
.function-list-ul > li > img{
    display: block;
    position: absolute;
    top: 45px;
    right: 80px;
    width: 463px;
    height: auto;
}
.function-list-ul > li.list-1 > img{
    width: 463px;
}
.function-list-ul > li.list-2 > img{
    width: 428px;
}
.function-list-ul > li.list-3 > img{
    width: 402px;
}
.function-list-ul > li.list-4 > img,
.function-list-ul > li.list-7 > img{
    width: 422px;
}
.function-list-ul > li.list-big > p.h4{
    font-size: 16px;
    padding: 20px 0 110px;
}


/*--------------------- major -------------------*/
.major-box{
    padding: 55px 0;
}
.major-ul{
    padding-top: 55px;
    text-align: center;
}
.major-ul li{
    display: inline-block;
    margin-left: 330px;
}
.major-ul li:first-child{
    margin-left: 60px;
}
.major-ul li:first-child + li + li{
    margin-left: 270px;
}
.major-ul li > i{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 112px;
    height: 112px;
    background: #f4f5ff;
    border-radius: 100%;
}
.major-ul li > i > img{
    display: block;
    width: 30%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.major-ul li > p.h2{
    font-size: 20px;
    color: #404041;
    line-height: 1;
    padding:30px 0 20px;
}
.major-ul li > p.detail{
    font-size: 14px;
    color: #bcbdc0;
    line-height: 1;
}

/*--------------------- price -------------------*/
.price-wrap{
    height: 150px;
    background: url(../test/price_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    text-align: center;
}
.price-wrap > p{
    line-height: 150px;
    font-size: 28px;
    color: #fff;
}
.price-wrap > p > i.yuandian{
    font-weight: bold;
    font-size: 25px;
    padding: 0 5px;
}
.price-wrap > p > i.price-icon{
    font-size: 18px;
    vertical-align: top;
    padding-left: 30px;
}
.price-wrap > p > span.bold{
    font-size: 38px;
    font-weight: bold;
}
.price-wrap > p > span.small{
    font-size: 16px;
    vertical-align: bottom;
}





