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: Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    font-weight: 100;
}

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
}

.fix-top-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 99
}

.fix-top-nav .container {
    width: 100%;
    min-width: 1204px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .12);
    overflow: hidden
}

.fix-top-nav .nav {
    width: 1204px;
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden
}

.fix-top-nav .nav img {
    width: 114px;
    height: 40px;
    float: left
}

.fix-top-nav .nav .menu {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.fix-top-nav .nav .menu .list {
    display: inline-block;
    position: relative
}

.fix-top-nav .nav .menu .list .item {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 20px;
    cursor: pointer;
    position: relative
}

.fix-top-nav .nav .menu .list .item:hover a {
    font-weight: 400;
    opacity: 1;
    color: #00A4FF
}

.fix-top-nav .nav .menu .list .item a {
    color: #333
}

.fix-top-nav .nav .menu .list .down {
    position: fixed;
    width: 180px;
    left: 50%;
    margin-left: -330px;
    top: 44px;
    text-align: center;
    font-size: 32px;
    line-height: 0;
    opacity: 1;
    display: none;
    color: #fff;
    z-index: 99999
}

.fix-top-nav .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;
    z-index: 99
}

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

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

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

.fix-top-nav .nav .menu .list .down .drop li a {
    color: #666
}

.fix-top-nav .nav .menu .list .down .drop .active a {
    color: #00a4ff
}

.fix-top-nav .nav .menu .list .active a {
    font-weight: 400;
    opacity: 1;
    color: #00A4FF
}

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

header {
    width: 100%
}

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

header .nav {
    width: 1204px;
    padding: 20px 0;
    margin: 0 auto
}

header .nav img {
    width: 114px;
    height: 40px
}

header .nav .menu {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

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

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

header .nav .menu .list .item:hover {
    font-weight: 700;
    opacity: 1
}

header .nav .menu .list .item a {
    color: #fff
}

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: #fff;
    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: 1204px;
    padding: 42px;
    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;
}

footer {
    width: 100%;
    background: #2c2c2c
}

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

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

footer .footer-nav {
    width: 1204px;
    margin: 0 auto;
    padding-top: 101px;
    padding-bottom: 85px
}

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

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

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: #fff;
    margin-bottom: 35px
}

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

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

footer .footer-nav ul .item a {
    color: #c9ced9;
    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
}

.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: 150px;
    right: 0px;
    z-index: 99;
    box-shadow: 0 1px 8px 0 rgba(59,153,252,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;
}
