html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1;
    color: #333;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    -ms-text-size-adjust:100% !important;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust:100% !important;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #333;
}

header {
    width: 100%
}

header .container {
    width: 100%;
    min-width: 1200px
}

header .nav {
    width: 1200px;
    height: 70px;
    line-height: 70px;
    background-color: #ffffff;
    margin: 0 auto
}

header .nav img {
    height: 30px
}
header .mobile-nav,
header .hamburger-menu {
    display: none;
}
header .nav .logoIcon {
    width: 34px;
    height: 34px;
    vertical-align: text-bottom;
    display: inline-block;
}
header .nav .logoTxt {
    font-size: 26px;
    font-weight: 400;
    color: #51c29a;
}
header .nav .menu {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

header .nav .menu .list {
    display: inline-block
}

header .nav .menu .list .item {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    /*font: 30px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;*/
    opacity: .8;
    margin-left: 40px;
    cursor: pointer;
    position: relative
}

header .nav .menu .list .item:hover {
    font-weight: 500;
    color: #51c29a !important;
    opacity: 1;
}

header .nav .menu .list .item a {
    font-weight: 500;
    color: #333333;
}

header .nav .menu .list .active a {
    font-weight: bold;
    color: #51c29a !important;
}

header .nav .menu .list .down {
    position: absolute;
    width: 180px;
    left: -44px;
    top: 25px;
    text-align: center;
    font-size: 32px;
    line-height: 0;
    opacity: 1;
    display: none;
    color: #fff;
    z-index: 99
}

header .nav .menu .list .down .drop {
    position: relative;
    top: -11px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    border-radius: 4px;
    text-align: left;
    padding: 0 21px
}

header .nav .menu .list .down .drop li {
    font-size: 16px;
    font-weight: 300;
    line-height: 53px;
    border-top: 1px solid #f6f6f6
}

header .nav .menu .list .down .drop li:first-child {
    border: 0
}

header .nav .menu .list .down .drop li:hover a {
    color: #00a4ff
}

header .nav .menu .list .down .drop li a {
    color: #666
}

header .nav .menu .list .down .drop .active a {
    color: #00a4ff
}

header .nav .menu .list .active {
    font-weight: 500;
    color: #51c29a !important;
    opacity: 1
}

header .nav .button {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #4b76fb;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-left: 100px
}

header .banner {
    width: 100%;
    padding: 0px;
    margin: 0 auto
}

header .banner .des {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 660px;
}

header .banner .des h1 {
     font-size: 50px;
     color: #fff;
     line-height: 80px;
     margin-bottom: 22px;
     font-weight:300;
 }

header .banner .des h2 {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight:100;
    margin-bottom: 10px;
}

header .banner .des p {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

header .banner .des .button-con {
    text-align: left;
    margin-top: 45px
}

header .banner .des .button-con .button {
    display: inline-block;
    width: 160px;
    height: 46px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #5463f9;
    line-height: 46px;
    text-align: center;
    cursor: pointer
}

header .banner .des .button-con .button-no {
    display: inline-block;
    width: 160px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    margin-left: 19px
}

header .banner .des .button-con .button-no:hover {
    background: #fff;
    color: #5463f9;
    border: 1px solid #fff
}

header .banner .show {
    vertical-align: middle;
    display: inline-block;
}

header .banner .show img {
    width: 450px;
}

a:hover{
    text-decoration: none;
    color: #51c29a !important;
}

footer {
    width: 100%;
    background: #f1f1f1
}

footer .copy-right {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #222;
    padding-bottom: 15px
}

footer .copy-right a {
    color: #91a1b7;
}

footer .footer-nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

footer .footer-nav .des {
    width: 39%;
    position: relative;
    top: -10px
}

footer .footer-nav .service {
    width: 16%
}

footer .footer-nav .service .item {
    cursor: pointer;
}

footer .footer-nav .scenes {
    width: 16%
}

footer .footer-nav .more {
    width: 16%
}

footer .footer-nav .demo {
    width: 10%
}

footer .footer-nav ul {
    text-align: left;
    display: inline-block;
    vertical-align: top
}

footer .footer-nav ul .tit {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 35px
}

footer .footer-nav ul .tit img {
    height: 36px
}

footer .footer-nav ul .item {
    font-size: 14px;
    color: #222;
    line-height: 35px
}

footer .footer-nav ul .item a {
    color: #222;
    line-height: 35px
}

footer .footer-nav ul .item img {
    width: 130px;
    height: 130px;
    margin-top: 10px
}

footer .footer-nav ul .spec {
    width: 300px;
    line-height: 24px;
    margin-top: -15px;
    margin-bottom: 30px
}

.fix-top-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #EEE;
}
.fix-top-nav-fixed {
    margin-top: 70px;
}

.fixed {
    position: fixed;
    bottom: 100px;
    right: 16px;
    z-index: 99
}

.fixed ul li {
    text-align: center;
    margin-top: 10px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(28, 28, 28, .08);
    border-radius: 30px;
    cursor: pointer;
    position: relative
}

.fixed ul li img {
    vertical-align: middle
}

.fixed ul li .not {
    display: inline-block
}

.fixed ul li .select {
    display: none
}

.fixed ul li .text {
    position: absolute;
    height: 50px;
    box-shadow: 0 1px 8px 0 rgba(28, 28, 28, .08);
    line-height: 50px;
    text-align: center;
    display: none;
    right: 80px;
    top: 5px;
    background: #fff;
    border-radius: 4px;
    color: #666;
    font-size: 14px
}

.fixed ul li .phone {
    width: 185px
}

.fixed ul li .top {
    width: 116px
}

.fixed ul li:hover {
    background: #00a4ff;
    box-shadow: 0 3px 8px 0 rgba(28, 28, 28, .08)
}

.fixed ul li:hover .select {
    display: inline-block
}

.fixed ul li:hover .not {
    display: none
}

.fixed ul li:hover .text {
    display: block
}
.news_fixed {
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    bottom: 180px;
    right: 0px;
    z-index: 99;
    box-shadow: 0 1px 8px 0 rgba(231,35,35,0.3);
}
.news_fixed .fix-list {
    text-align: center;
    width: 104px;
    height: 90px;
    border-bottom: 1px solid #f8f8f8;
    padding: 7px 0px;
    cursor: pointer;
    font-size: 12px;
}
.fix-list-phone {
    position: relative;
}
.fix-list-phone:hover .fix-list-phone-left {
    display: inline-block
}
.fix-list-phone-left {
    position: absolute;
    height: 50px;
    box-shadow: 0 1px 8px 0 rgba(28, 28, 28, .08);
    line-height: 50px;
    text-align: center;
    right: 110px;
    top: 20px;
    display: none;
    background: #ffffff;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    width: 150px;
}
.news_fixed .fix-list img {
    height: 45px;
    margin-bottom: 0px;
}
.news_fixed .fix-list-top {
    margin-top: 6px;
    height: 125px;
    font-size: 14px;
}
.news_fixed .fix-list-top img {
    height: 80px;
    margin-bottom: 0px;
}
.news_fixed .fix-list .img-desc {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
#back-top{
    font-size: 14px;
    border: 0px;
}

.bg-white {
    background: #fff
}

.bg-grey {
    background: #FBFBFB
}

.bg-l-grey {
    background: #FBFBFB
}
#active {
    position:fixed;
    left: 20px;
    bottom: 30px;
    z-index: 99999;
    cursor: pointer;
}
#active .gift {
    width: 200px;
    height: 225px;
}
#active span {
    position: absolute;
}
#active .title {
    font-size: 18px;
    left: 45px;
    top: 108px;
    color: white;
    font-weight: 400;
}
#active .desc {
    font-size: 14px;
    font-weight: 400;
    color: white;
    left: 38px;
    top: 137px;
}
#active .more {
    font-size: 12px;
    font-weight: 600;
    color: #f72527;
    left: 73px;
    top: 188px;
}
#active .close {
    position: absolute;
    width: 25px;
}
.alert-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.mask-box {
    width: 280px;
    height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}
.mask-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400;
    color: #51c29a;
    font-size: 14px;
    cursor: pointer;
}
.mask-close:hover {
    background: #ffc4a7;
}
.mask-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.mask-desc {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #51c29a;
}
.mask-img {
    width: 100%;
    height: 160px;
    text-align: center;
}
.mask-img img {
    height: 160px;
}
.mask-footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
