﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

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

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

a,
label,
input,
button,
select,
textarea {
    outline: none;
}

input,
select,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-size: 16px;
    color: #333;
    font-family: "Helvetica", "PingFangSC-Regular", "Microsoft Yahei", "arial", sans-serif;
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

#topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    background: #323232;
    font-size: 13px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

    #topbar .slogan {
        float: left;
    }

    #topbar .othernav {
        float: right;
    }

        #topbar .othernav li {
            position: relative;
            float: left;
            padding: 0 15px;
        }

            #topbar .othernav li:before {
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                width: 1px;
                height: 10px;
                background: #787878;
                margin-top: -5px;
            }

            #topbar .othernav li:last-child {
                padding-right: 0;
            }

                #topbar .othernav li:last-child:before {
                    display: none;
                }

            #topbar .othernav li.active a {
                color: #fff;
            }

            #topbar .othernav li a {
                color: #787878;
            }

                #topbar .othernav li a:hover {
                    color: #fff;
                }

#header {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 67px;
    background: #fff;
    padding: 5px 0;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

#logo {
    float: left;
    width: 191px;
    height: 57px;
}

#nav {
    float: right;
}

    #nav li {
        position: relative;
        float: left;
        margin-left: 15px;
    }

        #nav li:before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #2c6da0;
            -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

        #nav li:hover:before, #nav li.active:before {
            width: 100%;
        }

        #nav li.active a {
            color: #2c6da0;
        }

        #nav li a {
            display: block;
            padding: 0 15px;
            height: 57px;
            line-height: 57px;
            color: #565656;
        }

#main {
    padding-top: 97px;
}

#banner {
    position: relative;
    padding-top: 29.53125%;
}

    #banner .pc {
        display: block;
    }

    #banner .phone {
        display: none;
    }

    #banner .swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    #banner .swiper-slide {
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    #banner .swiper-pagination {
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 4;
    }

    #banner .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.5;
    }

    #banner .swiper-pagination-bullet-active {
        opacity: 1;
    }

    #banner .banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        #banner .banner-content .apply {
            float: right;
            width: 330px;
        }

.apply {
    padding: 35px;
    background: rgba(255, 255, 255, 0.7);
}

.apply-title {
    font-size: 24px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.apply-row {
    margin-bottom: 20px;
}

.apply-submit {
    background: #f96d00;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: none;
    width: 100%;
    cursor: pointer;
}

.apply-submit-epc {
    background: #f96d00;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: none;
    width: 100%;
    cursor: pointer;
}

.apply-submit:hover, .apply-submit:active {
    background: #ff7d19;
}

.apply-submit-epc:hover, .apply-submit-epc:active {
    background: #ff7d19;
}

.apply .icon-type,
.apply .icon-phone,
.apply .icon-send {
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.apply .icon-type {
    background: url(../images/apply_icon_1.png) no-repeat center;
}

.apply .icon-phone {
    background: url(../images/apply_icon_2.png) no-repeat center;
}

.apply .icon-send {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: url(../images/apply_icon_3.png) no-repeat center;
}

.apply-form {
    padding: 20px 0;
}

.apply-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 2;
    opacity: 0.28;
}

.apply-select {
    background: #fff;
    width: 100%;
}

.apply-input {
    position: relative;
    background: #fff;
}

    .apply-input input {
        width: 100%;
        padding-left: 40px;
        border: none;
        background: none;
        height: 45px;
        line-height: 45px;
    }

        .apply-input input::-webkit-input-placeholder {
            color: rgba(46, 50, 58, 0.5);
        }

        .apply-input input::-moz-placeholder {
            color: rgba(46, 50, 58, 0.5);
        }

        .apply-input input:-ms-input-placeholder {
            color: rgba(46, 50, 58, 0.5);
        }

        .apply-input input::-ms-input-placeholder {
            color: rgba(46, 50, 58, 0.5);
        }

        .apply-input input::placeholder {
            color: rgba(46, 50, 58, 0.5);
        }

        .apply-input input.error-input {
            background: rgba(204, 68, 68, 0.1);
        }

.input-error {
    text-align: right;
    color: #c44;
    font-size: 12px;
    padding: 5px;
}

.model {
    padding-top: 70px;
    padding-bottom: 70px;
}

.model-title {
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.query {
    background: url("../images/business_bg.jpg") no-repeat center;
    background-size: cover;
}

    .query .model-content {
        width: 100%;
        display: table;
        border: 5px solid #fff;
    }

.query-left, .query-right {
    width: 50%;
    display: table-cell;
    padding: 50px 50px 90px;
    border: 5px solid #fff;
}

.query-left {
    background: #f6f6fc url("../images/windows_logo.png") no-repeat right bottom;
}

.query-right {
    background: #f3f3f3 url("../images/web_logo.png") no-repeat right bottom;
}


.query-title {
    font-size: 26px;
    color: #3c3c3c;
    margin-bottom: 30px;
}


.business {
    background: url("../images/business_bg.jpg") no-repeat center;
    background-size: cover;
}

    .business .model-content {
        width: 100%;
        display: table;
        border: 5px solid #fff;
    }

.business-left, .business-right {
    width: 50%;
    display: table-cell;
    padding: 50px 50px 90px;
    border: 5px solid #fff;
}

.business-left {
    background: #f6f6fc url("../images/ean13_batch.png") no-repeat right bottom;
}

.business-right {
    background: #f3f3f3 url("../images/Identifier.png") no-repeat right bottom;
}

.business-title {
    font-size: 26px;
    color: #3c3c3c;
    margin-bottom: 30px;
}

.business-content li:nth-child(1):before {
    content: "1";
}

.business-content li:nth-child(2):before {
    content: "2";
}

.business-content li:nth-child(3):before {
    content: "3";
}

.business-content li:nth-child(4):before {
    content: "4";
}

.business-content li:nth-child(5):before {
    content: "5";
}

.business-content li:nth-child(6):before {
    content: "6";
}

.business-content li:nth-child(7):before {
    content: "7";
}

.business-content li:nth-child(8):before {
    content: "8";
}

.business-content li:nth-child(9):before {
    content: "9";
}

.business-content li:nth-child(10):before {
    content: "10";
}

.business-content li {
    position: relative;
    padding-left: 30px;
    font-size: 21px;
    color: #3b3b3b;
    line-height: 1.4em;
    margin-bottom: 10px;
}

    .business-content li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #a5adc5;
        border-radius: 50%;
        margin-top: -10px;
        color: #fff;
        font-family: "arial", "Helvetica", "PingFangSC-Regular", "Microsoft Yahei", sans-serif;
        font-size: 16px;
    }

.moreBusiness {
    background: url("../images/moreBusiness_bg.jpg") no-repeat center;
    background-size: cover;
}

    .moreBusiness .model-title {
        color: #fff;
    }

    .moreBusiness .model-content {
        margin-left: -25px;
        margin-right: -25px;
    }

.item1 {
    float: left;
    width: 33.333333333%;
    padding: 25px;
}

.item1-box {
    background: #fff;
    padding: 15px;
}

.item1-pic {
    position: relative;
    padding-top: 57.703927%;
    overflow: hidden;
    background: #263d71;
    margin-bottom: 20px;
}

.item1-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.1;
}

.item1-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.item1-num {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 30px;
}

    .item1-num:before, .item1-num:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        opacity: 0.5;
    }

    .item1-num:before {
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .item1-num:after {
        width: 110%;
        height: 110%;
        border: 1px solid #fff;
    }

    .item1-num span {
        font-size: 21px;
        color: #263d71;
        position: relative;
        z-index: 3;
        font-family: "arial", "Helvetica", "PingFangSC-Regular", "Microsoft Yahei", sans-serif;
    }

.item1-name {
    font-size: 21px;
    color: #fff;
}

.item1-services {
    font-size: 18px;
    color: #263d71;
    height: 2.8em;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item1-btn {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #263d71;
    border-radius: 17px;
    border: 1px solid #263d71;
    text-align: center;
    max-width: 155px;
    margin: 0 auto;
    padding: 0 15px;
    cursor: pointer;
}

    .item1-btn:hover, .item1-btn:active {
        background: #263d71;
        color: #fff;
    }

.services {
    background: url("../images/service_bg.jpg") no-repeat center;
    background-size: cover;
}

    .services .model-content {
        margin-left: -5px;
        margin-right: -5px;
    }

.item2 {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
}

.item2-box {
    background: #fff;
    padding: 50px 25px 10px;
    border-bottom: 5px solid #263d71;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .item2-box:hover {
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
    }

.item2-img {
    width: 80px;
    margin: 0 auto 15px;
}

.item2-title {
    font-size: 21px;
    color: #4c4c4c;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #263d71;
}

.item2-services {
    font-size: 18px;
    color: #929292;
    height: 7.5em;
    line-height: 1.5em;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.case {
    background: url("../images/case_bg.jpg") no-repeat center;
    background-size: cover;
}

    .case .model-content {
        position: relative;
        padding-top: 33.445378%;
    }

    .case .swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .case .swiper-prev,
    .case .swiper-next {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 65px;
        height: 65px;
        background: rgba(61, 75, 115, 0.5) url(../images/arrow.png) no-repeat center;
    }

        .case .swiper-prev[aria-disabled=true],
        .case .swiper-next[aria-disabled=true] {
            display: none;
        }

    .case .swiper-prev {
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .case .swiper-next {
        right: 0;
        -webkit-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
    }

    .case .swiper-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.partner {
    background: url("../images/partner_bg.jpg") no-repeat center;
    background-size: cover;
}

    .partner .model-title {
        color: #fff;
    }

    .partner .model-content {
        margin-left: -25px;
        margin-right: -25px;
    }

.item3 {
    float: left;
    width: 33.333333%;
    padding: 25px;
}

.item3-box {
    position: relative;
    padding-top: 47.658402%;
    overflow: hidden;
}

.item3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item3-info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.item3-icon {
    width: 136px;
    margin: 0 auto 15px;
}

.item3-title {
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.about-img {
    float: left;
    width: 457px;
    max-width: 457px;
    -webkit-box-shadow: -20px -20px 0 0 #263d71;
    box-shadow: -20px -20px 0 0 #263d71;
}

.about-text {
    float: right;
    width: 648px;
    font-size: 21px;
    color: #656565;
    line-height: 1.5em;
}

    .about-text a {
        color: inherit;
    }

        .about-text a:hover {
            text-decoration: underline;
        }

#footer {
    background: #292c34;
    padding: 50px 0;
    color: #bfbfbf;
}

.problem {
    float: left;
    width: 50%;
}

.problem-row {
    margin-bottom: 15px;
}

.problem-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    background: #2d3039;
    border: none;
}

.problem-input textarea {
    width: 100%;
    height: 6.4em;
    line-height: 1.6em;
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
    background: #2d3039;
    border: none;
}

.problem-submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #29abe2;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

    .problem-submit:hover, .problem-submit:active {
        background: #44b6e6;
    }

.advisory {
    float: right;
    width: 45%;
}

    .advisory .content {
        position: relative;
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 40px;
    }

        .advisory .content:last-child {
            margin-bottom: 0;
        }

        .advisory .content a {
            color: #29abe2;
            cursor: pointer;
        }

            .advisory .content a:hover {
                text-decoration: underline;
            }

    .advisory .content-address {
        padding-right: 200px;
    }

    .advisory .content .img {
        position: absolute;
        right: 0;
        bottom: -50%;
        text-align: center;
        font-size: 16px;
        width: 120px;
    }

        .advisory .content .img img {
            display: block;
            margin-bottom: 5px;
        }

.comTitle {
    margin-bottom: 20px;
}

    .comTitle h3 {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .comTitle p {
        font-size: 12px;
        text-transform: uppercase;
        font-family: "arial", "Helvetica", "PingFangSC-Regular", "Microsoft Yahei", sans-serif;
    }

.applyPop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #fff;
    border-radius: 3px;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.applyPop-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    background: #ccc;
    border-radius: 50%;
}

    .applyPop-close:hover {
        color: #f44;
    }

.applyPop-title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    color: #343638;
}

.applyPop-form {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.applyPop-row {
    margin-bottom: 20px;
}

.applyPop-input {
    position: relative;
    padding-left: 100px;
}

    .applyPop-input input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        padding: 0 15px;
    }

.applyPop-label {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    text-align: center;
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.applyPop-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    overflow: hidden;
    border: none;
    background: #394d7c;
    color: #fff;
    text-align: center;
}

    .applyPop-submit:hover, .applyPop-submit:active {
        background: #2f4067;
    }

.applyPop-content {
    padding: 20px;
    text-align: center;
}

    .applyPop-content h4 {
        font-size: 18px;
        color: #f96d00;
        margin-bottom: 10px;
    }

    .applyPop-content p {
        line-height: 1.4em;
        font-size: 16px;
        color: #5b5b5b;
    }

.form-send-result {
    font-size: 10px;
    color: #c44;
    text-align: center;
}

.form-loading {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}

.quick-contact {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 4;
    width: 94%;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background: #f96d00;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

    .quick-contact:active {
        background: #8592ad;
    }

    .quick-contact img {
        -webkit-animation: heartAnimate 1.5s ease infinite;
        animation: heartAnimate 1.5s ease infinite;
    }

@-webkit-keyframes heartAnimate {
    0%, 100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    /*0%,100%时保持图形的原大小且不旋转*/
    10%, 30% {
        -webkit-transform: scale(0.9) rotate(3deg);
        transform: scale(0.9) rotate(3deg);
    }
    /*10%,30%时图形缩小成0.9倍，并且顺时针旋转3度*/
    20%, 40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    /*20%,40%,60%,80%时图形扩大成1.1倍，并且逆时针旋转3度*/
    50%, 70% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    /*50%,70%时图形扩大成1.1倍，并且顺时针旋转3度*/
}

@keyframes heartAnimate {
    0%, 100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    /*0%,100%时保持图形的原大小且不旋转*/
    10%, 30% {
        -webkit-transform: scale(0.9) rotate(3deg);
        transform: scale(0.9) rotate(3deg);
    }
    /*10%,30%时图形缩小成0.9倍，并且顺时针旋转3度*/
    20%, 40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    /*20%,40%,60%,80%时图形扩大成1.1倍，并且逆时针旋转3度*/
    50%, 70% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    /*50%,70%时图形扩大成1.1倍，并且顺时针旋转3度*/
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1240px) {
    .wrapper {
        width: 100%;
    }

    #banner {
        padding-top: 0;
        height: 360px;
    }

    .apply {
        padding: 15px;
    }

    .apply-form {
        padding: 0;
    }

    .model {
        padding: 40px 0;
    }

        .model .model-title {
            font-size: 24px;
            margin-bottom: 30px;
        }

    .business-left, .business-right {
        padding: 20px 20px 50px;
        border-width: 2px;
        background-size: 30% auto;
    }

    .business-title {
        font-size: 20px;
    }

    .business-content li {
        font-size: 16px;
    }

    .query-left, .query-right {
        padding: 20px 20px 50px;
        border-width: 2px;
        background-size: 30% auto;
    }

    .query-title {
        font-size: 20px;
    }

    .query-content li {
        font-size: 16px;
    }

    .moreBusiness .model-content {
        margin-left: -10px;
        margin-right: -10px;
    }

    .item1 {
        padding: 10px;
    }

    .item1-num {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    .item1-name {
        font-size: 18px;
    }

    .item1-services {
        font-size: 16px;
    }

    .item2-box {
        padding: 10px;
    }

    .item2-img {
        width: 55px;
    }

    .item2-title {
        font-size: 18px;
    }

    .item2-services {
        font-size: 14px;
    }

    .case .swiper-next,
    .case .swiper-prev {
        width: 45px;
        height: 45px;
        background-size: 60%;
    }

    .partner .model-content {
        margin-left: -10px;
        margin-right: -10px;
    }

    .item3 {
        padding: 10px;
    }

    .item3-icon {
        width: 80px;
    }

    .item3-title {
        font-size: 16px;
    }

    .about-img {
        width: 45%;
    }

    .about-text {
        width: 50%;
        font-size: 16px;
    }

    .advisory .content {
        font-size: 14px;
    }

    .advisory .content-address {
        padding-right: 100px;
    }

    .advisory .content .img {
        width: 80px;
    }
}

@media screen and (max-width: 840px) {
    #main {
        padding-top: 50px;
    }

    #top {
        display: none;
    }

    #header {
        top: 0;
        height: 50px;
        -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
    }

    #logo {
        float: none;
        width: 134px;
        height: 40px;
        margin: 0 auto;
    }

    #banner {
        padding-top: 40%;
        height: auto;
    }

        #banner .pc {
            display: none;
        }

        #banner .phone {
            display: block;
        }

    #nav {
        display: none;
    }

    #footer {
        padding-bottom: 100px;
    }

    .apply {
        display: none;
    }

    .model {
        padding: 30px 0;
    }

        .model .model-title {
            font-size: 20px;
            margin-bottom: 20px;
        }

    .business .model-content {
        display: block;
        border-width: 2px;
    }

    .business-left, .business-right {
        width: 100%;
        display: block;
        padding: 20px 20px 40px;
    }

    .business-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .query .model-content {
        display: block;
        border-width: 2px;
    }

    .query-left, .query-right {
        width: 100%;
        display: block;
        padding: 20px 20px 40px;
    }

    .query-title {
        font-size: 16px;
        margin-bottom: 15px;
    }


    .business-content li {
        font-size: 14px;
    }

        .business-content li:before {
            width: 16px;
            height: 16px;
            line-height: 16px;
            font-size: 10px;
        }

    .moreBusiness .model-content {
        margin-left: -5px;
        margin-right: -5px;
    }

    .item1 {
        padding: 5px;
        width: 50%;
    }

    .item1-box {
        padding: 5px 5px 10px;
    }

    .item1-num {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

        .item1-num span {
            font-size: 12px;
        }

    .item1-name {
        font-size: 14px;
    }

    .item1-services {
        font-size: 14px;
    }

    .item1-btn {
        height: 30px;
        line-height: 30px;
        width: auto;
        font-size: 14px;
    }

    .item2 {
        width: 50%;
    }

    .item2-box {
        padding: 5px;
    }

    .item2-img {
        width: 40px;
    }

    .item2-title {
        font-size: 16px;
    }

    .item2-services {
        font-size: 12px;
    }

    .case .swiper-next,
    .case .swiper-prev {
        width: 30px;
        height: 30px;
    }

    .partner .model-content {
        margin-left: -5px;
        margin-right: -5px;
    }

    .item3 {
        padding: 5px;
        width: 50%;
    }

    .item3-icon {
        width: 50px;
    }

    .item3-title {
        font-size: 14px;
    }

    .about-img {
        width: 100%;
        -webkit-box-shadow: 20px 20px 0 0 #263d71;
        box-shadow: 20px 20px 0 0 #263d71;
        margin: 0 auto 30px;
    }

    .about-text {
        width: 100%;
        font-size: 16px;
    }

    .problem {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .advisory {
        float: none;
        width: 100%;
    }

        .advisory .content {
            font-size: 12px;
        }

    .comTitle h3 {
        font-size: 16px;
    }

    .comTitle p {
        font-size: 10px;
    }

    .applyPop {
        width: 300px;
    }

    .applyPop-title {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .applyPop-form {
        padding: 10px;
    }

    .applyPop-row {
        margin-bottom: 10px;
    }

    .applyPop-input {
        padding-left: 0;
    }

        .applyPop-input input {
            width: 100%;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            font-size: 14px;
        }

    .applyPop-label {
        position: static;
        text-align: left;
        font-size: 12px;
        display: block;
        color: #bbb;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 5px;
    }

    .applyPop-submit {
        height: 40px;
        line-height: 40px;
    }

    .applyPop-content {
        padding: 10px;
    }

        .applyPop-content h4 {
            font-size: 14px;
        }

        .applyPop-content p {
            font-size: 12px;
        }

    .input-error {
        font-size: 10px;
    }

    .quick-contact {
        display: block;
    }
}
