* {
    padding: 0;
    margin: 0;
    border: 0 none;
}

@font-face {
    font-family: 'GillSans';
    src: url('font/gillsans/gillsans__.ttf');
}

html,
body {
    width: 100%;
    font-family: GillSans, Microsoft Yahei, Arial, sans-serif;
    color: #333;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#slur{
    position: relative;
    z-index: 1;
}
.hide {
    /*display: none;*/
    position: relative;
    opacity: 0 !important;
    z-index: 0;
}

.show {
    /*display: block;*/
    opacity: 1 !important;
    z-index: 999 !important;
    zoom: 1;
    *zoom: 1;
}

.clearfix {
    zoom: 1;
    *zoom: 1;
}

.weight {
    font-weight: 900;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.home-top {
    width: 100%;
    height: 650px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fffefe;
    padding-top: 100px;
    overflow: hidden;
}

.logo {
    display: block;
    width: 220px;
    height: 42px;
    background-image: url("../image/home/icon/menu_white.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fixed .logo {
    background-image: url("../image/home/icon/menu_blue.png");
}

.hamburger-menus {
    width: 28px;
    height: 23px;
    float: right;
    margin-top: 3px;
    display: none;
}

.hamburger-menus span:first-of-type {
    margin-top: 0;
}

.hamburger-menus span {
    display: block;
    width: 28px;
    height: 5px;
    background-color: #fff;
    margin-top: 4px;
}

.fixed .hamburger-menus span {
    background-color: #000;
}

.cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

.nav-box {
    width: 100%;
    transition: all .4s;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    position: fixed;
}

.home-top-nav {
    padding: 36px 0 24px;
}

.home-top-nav-r {
    margin-top: -5px;
}

.fixed {
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, .4);
}

.home-top-nav a {
    display: block;
    color: #fffefe;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    margin-left: 60px;
    transition: all .3s;
}

.fixed a {
    color: #333;
}

.fixed .home-top-nav-l a {
    color: #5750ed;
}

.home-top-nav-l a {
    margin-left: 0;
}

.home-top-nav a span {
    display: block;
    width: 20px;
    margin: 0 auto;
}

.home-top-nav a span.selectd {
    border: 2px solid #fffefe;
}

.fixed a span.selectd {
    border-color: #5750ed;
}

.home-top-nav a:hover span {
    border: 2px solid #fffefe;
}

.home-top-nav .last:hover span {
    border: 0 none;
}

.fixed a:hover span {
    border: 2px solid #5750ed;
}

.home-top-nav .last:hover {
    background-color: #fffefe;
    color: #000;
}

.fixed .last:hover {
    background-color: #5750ed;
    color: #fff;
    border-color: #5750ed;
}

.home-top-nav a.last {
    width: 150px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #fffefe;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: -10px;
}

.fixed a.last {
    border-color: #aaaaaa;
}

textarea {
    display: none;
}

.footer {
    width: 100%;
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fffefe;
}

.footer .cover {
    background-color: #463fd5;
    opacity: 0.8;
}

.footer-content {
    text-align: center;
}

.footer-content-box {
    height: 550px;
    padding-top: 190px;
    box-sizing: border-box;
}

.footer-content a {
    margin: 10px auto 0;
}

.footer-content-tit {
    width: 800px;
    font-size: 42px;
    margin: 0 auto 30px;
    font-weight: 700;
}

.footer-content-text {
    width: 1200px;
    font-size: 26px;
    margin: 60px auto 0;
    text-align: center;
}

.footer-company-info {
    font-size: 16px;
    height: 100px;
    width: 100%;
    background-color: #463fd5;
    line-height: 100px;
    position: relative;
}

.footer-company-info .brand {
    margin-right: 20px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 4;
    color: #fff;
}

.footer-company-info .privacy {
    position: absolute;
    left: 20px;
    z-index: 4;
    margin-left: 20px;
    color: #d2d0ff;
    text-decoration: none;
}

.blur {
    -webkit-filter: blur(3px);
    /* Chrome, Opera */
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    /* IE6~IE9 */
}

.contact {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.5s;
    /* Safari 和 Chrome */
    -o-transition: opacity 0.5s;
    /* Opera */
}

.contact-content {
    width: 600px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-image: url("../image/contact/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.contact-content-data {
    height: 100px;
    line-height: 100px;
    font-size: 25px;
    color: #5750ed;
    padding-top: 20px;
    box-sizing: border-box;
}

.contact-logo {
    width: 140px;
    height: 63px;
    margin: 0 auto;
    display: block;
}

.contact-content-input {
    padding-left: 65px;
    box-sizing: border-box;
}

.contact-content-input-item-t {
    font-size: 16px;
    color: #333;
}

.contact-content-input-item-i {
    margin-top: 8px;
    width: 200px;
    height: 35px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 4px;
    position: relative;
}

.contact-content-input-item-i .inputName,
.contact-content-input-link .inputName {
    height: 33px;
    width: 100%;
    line-height: 33px;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #7f7f7f;
    background-color: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    transition: opacity 2s;
    -moz-transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
}

.contact-content-input-link .inputName {
    display: block;
    padding: 0 0 0 10px;
    resize: none;
    outline: none;
    overflow: hidden;
}

.selectValue {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 250%;
    color: #7f7f7f;
    padding-left: 5px;
    padding-right: 20px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    background-image: url(../image/home/icon/select-trigon.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 95% center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.slesect-Platform {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    color: #7f7f7f;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: middle;
    outline: none;
}

.contact-content-input-item {
    float: left;
}

.contact-content-input-item:nth-of-type(2n) {
    margin-left: 68px;
}

.margintop {
    margin-top: 25px;
}

.contact-content-input-link {
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
}

.contact-content-input-link .contact-content-input-item-i {
    width: 465px;
}

.error-alert {
    width: 23.5px;
    height: 23.5px;
    background-image: url(../image/contact/alert.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: -30px;
}

.error {
    border-color: #e66060 !important;
}

.contact-content-submit {
    width: 164px;
    height: 42px;
    line-height: 38px;
    box-sizing: border-box;
    border: 2px solid #5750ed;
    margin: 25px auto 0;
    border-radius: 21px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #5750ed;
    transition: all .4s;
}

.contact-content-submit:hover {
    background-color: #5750ed;
    color: #fff;
    cursor: pointer;
}

.exit {
    width: 100px;
    height: 100px;
    background-image: url("../image/contact/close_unclick.png");
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center center;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 99;
    cursor: pointer;
}

.exit:hover {
    background-image: url("../image/contact/close_click.png");
}

.mobile-nav {
    height: 0;
    overflow: hidden;
}

.mobile-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    padding: 25px 20px 0 20px;
    z-index: 10;
    box-sizing: border-box;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s;
}

.mobile-nav.selected {
    transform: translate3d(0, 0, 0);
}

.mobile-nav-header-r {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../image/menu/close.png);
}

.mobile-nav-list li {
    margin-top: 44px;
}

.mobile-nav-list a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 28px;
    padding-left: 42px;
    background-repeat: no-repeat;
}

.mobile-nav-list a span {
    width: 20px;
    height: 2px;
    display: block;
    margin-left: 3px;
    margin-top: 5px;
}

.mobile-nav-list a:hover span {
    background-color: #fff;
}

.mobile-nav-list .current span {
    background-color: #fff;
}

.mobile-nav-list li:nth-of-type(1) a {
    background-image: url(../image/menu/home.png);
    background-size: 24px
}

.mobile-nav-list li:nth-of-type(2) a {
    background-image: url(../image/menu/products.png);
    background-size: 28px;
    background-position: 0 -2px;
}

.mobile-nav-list li:nth-of-type(3) a {
    background-image: url(../image/menu/solution.png);
    background-size: 28px;
    background-position: 0 -2px;
}

.mobile-nav-list li:nth-of-type(4) a {
    background-image: url(../image/menu/about-us.png);
    background-size: 28px;
    background-position: 0 -2px;
}

.mobile-nav-list li:nth-of-type(5) a {
    background-image: url(../image/menu/contact-us.png);
    background-size: 28px;
    background-position: 0 -2px;
}

.cucceed-popbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.cucceed-popbox-content {
    width: 360px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: url("../image/contact/background.jpg") no-repeat;
    padding: 30px 0 35px 0;
    box-sizing: border-box;
}

.cucceed-popbox-icon {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    display: block;
}

.cucceed-popbox-tit {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #574fed;
    font-size: 20px;
}

.cucceed-popbox-text {
    text-align: center;
    font-size: 16px;
}

.submit-bg {
    background-image: url(../image/home/icon/submiting.png);
    background-repeat: no-repeat;
    background-size: 23px 22px;
    background-position: 10px center;
}

.footer-bottom-icon {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.footer-bottom-icon img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
    .wrap {
        width: 100%;
    }
    .nav-box {
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }
    .home-top-nav {
        width: 100%;
    }
    .home-top-nav li:first-of-type a {
        margin-left: 0;
    }
    .home-top-content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .logo {
        width: 185px;
        height: 30px !important;
        margin-left: 0 !important;
    }
    .home-top-nav a {
        font-size: 16px;
        margin-left: 50px;
    }
    @media screen and (min-width: 720px) and (max-width: 840px) {
        .home-top-nav a {
            font-size: 16px;
            margin-left: 30px;
        }
    }
    .home-top-nav a.last {
        width: 145px;
        height: 40px;
        line-height: 36px;
        margin-top: 0;
    }
    .footer-content {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .footer-content .contactUs {
        margin: 0 auto;
    }
    .footer-content-tit {
        width: 100%;
    }
    .footer-content-text {
        width: 100%;
    }
}

@media screen and (min-width: 300px) and (max-width: 720px) {
    .product-footer-btn{
        width: 250px;
        margin-left:50px;
    }
    .big-tit-fontSize {
        font-size: 36px !important;
    }
    .small-tit-fontSize {
        font-size: 34px !important;
    }
    .text-fontSize {
        font-size: 22px !important;
    }
    .home-help-title {
        padding-bottom: 50px !important;
    }
    .wrap {
        width: 100%;
    }
    .nav-box {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .home-top {
        height: 550px;
    }
    .home-top-nav {
        width: 100%;
        padding-top: 26px;
    }
    .home-top-nav-r {
        display: none;
    }
    .hamburger-menus {
        display: block;
    }
    .home-top-nav li:first-of-type a {
        margin-left: 0;
    }
    .home-top-content {
        width: 100%;
    }
    .logo {
        width: 185px;
        height: 30px !important;
        margin-left: 0 !important;
    }
    .home-top-nav a {
        font-size: 16px;
        margin-left: 50px;
    }
    .home-top-nav a.last {
        width: 145px;
        height: 40px;
        line-height: 36px;
        margin-top: 0;
    }
    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .footer-content .contactUs {
        margin: 0 auto;
    }
    .footer {
        height: 450px;
    }
    .footer-content-box {
        padding-top: 35%;
        height: 450px;
    }
    .footer-content-tit {
        width: 100%;
        font-size: 36px;
    }
    .footer-content-text {
        width: 100%;
    }
    .contact-content {
        width: 83%;
    }
    .contact-content-input {
        width: 100%;
        padding-left: 9%;
    }
    .contact-content-input-link {
        padding-left: 9%;
    }
    .contact-content-input-item {
        width: 40%;
    }
    .contact-content-input-item-i {
        width: 100%;
    }
    .contact-content-input-item:nth-of-type(2n) {
        margin-left: 10%;
    }
    .contact-content-input-link .contact-content-input-item-i {
        width: 90%;
    }
    .error-alert {
        width: 22px;
        height: 22px;
        top: 7px;
        right: -22%;
    }
    .contact-content-input-link .error-alert {
        right: -10%;
    }
    .footer-company-info {
        height: 120px;
        line-height: 80px;
    }
    .footer-company-info .brand {
        display: block;
        height: 80px;
        text-align: left;
        margin-left: 35px;
        position: relative;
        right: 0;
        top: 40px;
        font-size: 14px;
    }
    .footer-bottom-icon {
        margin-top: 10px;
        right: 0;
        left: auto;
        transform: none;
    }
    .footer-bottom-icon img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    @media screen and (min-width: 300px) and (max-width: 380px) {
        .cucceed-popbox-content {
            width: 90%;
        }
        .cucceed-popbox-tit {
            margin-top: 20px;
        }
    }
}

@media screen and (max-width: 300px) {
    .big-tit-fontSize {
        font-size: 36px !important;
    }
    .small-tit-fontSize {
        font-size: 34px !important;
    }
    .text-fontSize {
        font-size: 22px !important;
    }
    html,
    body {
        position: relative;
    }
    .home-top-nav-r {
        display: none;
    }
    .wrap {
        width: 260px;
    }
    .home-top-nav {
        width: 280px;
        padding-top: 26px;
    }
    .logo {
        width: 185px;
        height: 30px !important;
    }
    .hamburger-menus {
        display: block;
    }
    .footer-content {
        height: 100%;
    }
    .footer-content-box {
        height: 450px;
        padding-top: 120px;
    }
    .footer-content-tit {
        width: 100%;
        font-size: 32px;
    }
    .home-top-nav a.contactUs {
        width: 180px;
        height: 45px;
        line-height: 41px;
        font-size: 20px;
    }
    .footer {
        height: 450px;
    }
    .footer-company-info {
        font-size: 12px;
        /*height: 80px;*/
        width: 100%;
        line-height: 80px;
        text-align: center;
    }
    .footer .cover {
        height: 530px;
    }
    .contact {
        position: absolute;
    }
    .contact-content {
        width: 280px;
        padding: 0 30px;
        height: 760px;
        margin: 40px auto 0;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        background-image: url(../image/contact/background_720.jpg);
    }
    .footer-company-info .brand {
        height: 80px;
        position: relative;
        margin: 0;
        right: 0;
        text-align: center;
    }
    .contact-content-input-item:nth-of-type(n) {
        margin-left: 0;
    }
    .contact-logo {
        margin: 0 auto;
        display: block;
    }
    .contact-content-input-link .contact-content-input-item-i {
        width: 220px;
    }
    .contact-content-submit {
        margin: 25px auto;
    }
    .margintop {
        margin-top: 10px;
    }
    .contact-content-input-item {
        margin-top: 10px;
    }
    .contact-content-input {
        padding-left: 0;
    }
    .contact-content-input-link {
        padding-left: 0;
    }
    .contact-content-input-item:first-of-type {
        margin-top: 0;
    }
    .error-alert {
        right: -26px;
    }
    .contact-content-input-link .error-alert {
        top: 30px;
    }
    .contact-content-input-link .big-textarea {
        resize: none;
        padding: 4px 10px;
        background-color: #f4f4f4;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        height: 80px;
        outline: none;
        line-height: 30px;
        color: #7f7f7f;
        display: block;
    }
    .text-area {
        display: none;
    }
    .contact-content-input-item-i {
        height: auto;
        width: 220px;
    }
    .cucceed-popbox-icon {
        width: 60px;
        height: 60px;
    }
    .cucceed-popbox-content {
        width: 90%;
        height: 175px;
        padding-top: 18px;
    }
    .cucceed-popbox-tit {
        margin-top: 10px;
        font-size: 16px;
    }
    .cucceed-popbox-text {
        font-size: 14px;
    }
}