/*! 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.
 */

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

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    /* -webkit-user-select: none;
    -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "PingFang SC", sans-serif;
    overflow-x: hidden;
}

.body {
    min-width: 1920px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

.show {
    display: block;
}

.hide {
    display: none;
}


/**
 * 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;
}

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

a {
    text-decoration: none;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    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 */
    text-decoration: underline dotted;
    /* 2 */
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    text-align: left;
}


/**
 * 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;
    vertical-align: middle;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
} */


/* 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 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
    outline: none;
    -webkit-appearance: none;
    line-height: inherit;
}


/**
 * 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;
}


/**
 * 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 {
    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;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    background-color: #fe2718;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    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;
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.b {
    font-weight: bold;
}


/*
*清除浮动
*/

.clearfix:after {
    content: '';
    line-height: 0;
    height: 0;
    clear: both;
    display: block;
}

.clearfix {
    zoom: 1;
}

.txt-c {
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-fr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.flex-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flex-warp {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.line-camp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-camp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-camp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-camp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-camp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-camp6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.body-main {
    width: 100%;
    position: relative;
}


/* .main-w {
    width: 1280px;
    margin: 0 auto;
} */

.main-w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top-phone {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 72px;
    line-height: 72px;
    padding-right: 0;
}

.top-phone.top-phone2 {
    /* padding-right: 144px; */
}

.t-btn-box {
    position: absolute;
    top: 154px;
    height: 440px;
    padding: 350px 0 48px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}

.form-box {
    position: absolute;
    right: 122px;
    top: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15.66px 2.34px rgba(44, 44, 44, 0.1);
    width: 370px;
    height: 440px;
    padding: 42px 40px 48px;
    z-index: 1;
}

.t-btn-box.t-btn-box2 .form-box {
    top: -10px;
    right: 0;
    width: 324px;
    height: 400px;
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 12px;
}

.t-btn-box.t-btn-box3 .form-box {
    top: 60px;
    right: 154px;
    width: 326px;
    height: 424px;
    background-color: #fff;
    padding: 20px 20px 40px;
    border-radius: 12px;
}

.form-box h2 {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 38px;
}

.t-btn-box.t-btn-box3 .form-box h2 {
    color: #1f72ef;
    font-weight: bold;
    line-height: 32px;
}

.form-box p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: center;
}

.t-btn-box.t-btn-box3 .form-box p {
    line-height: 26px;
}

.form-box .label {
    margin-top: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #444;
}

.t-btn-box.t-btn-box3 .form-box .label {
    margin-top: 10px;
}

.form-box .input input {
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    /*transition: all .3s;*/
    font-size: 14px !important;
    color: #333;
    line-height: 1 !important;
    min-height: 1 !important;
}

.t-btn-box.t-btn-box3 .form-box .input input {
    height: 32px;
    line-height: 32px;
}

.t-btn-box.t-btn-box2 .form-box .input input {
    height: 44px;
    line-height: 44px;
}

.t-btn-box.t-btn-box3 .form-box .input input {
    height: 44px;
    line-height: 44px;
}

.form-box .input input:focus {
    border: 1px solid #fea142;
}

.t-btn-box.t-btn-box2 .form-box .input input:focus {
    border: 1px solid #266cff
}

.t-btn-box.t-btn-box3 .form-box .input input:focus {
    border: 1px solid #266cff
}

.mat72 {
    margin-top: 72px;
}

.mat42 {
    margin-top: 42px;
}

.mat20 {
    margin-top: 20px;
}

.form-box .submit {
    border-radius: 4px;
    width: 290px;
    height: 46px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.submit.orange {
    color: #fff;
    background-image: -moz-linear-gradient(4deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -webkit-linear-gradient(4deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -ms-linear-gradient(4deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
}

.submit.green {
    color: #fff;
    background-color: #3dd37c;
}

.submit.fred {
    color: #fff;
    background-color: #ff5800;
}

.submit.blue {
    color: #fff;
    background-color: #266cff;
}

.submit.blue2 {
    color: #fff;
    background-image: -moz-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
}

.submit.blue4 {
    color: #fff;
    background-image: -moz-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
}

.c-orange {
    color: #fea142;
}

.c-green {
    color: #3dd37c;
}

.c-fred {
    color: #ff5800;
}

.c-white {
    color: #fff;
}

.c-blue {
    color: #266cff;
}

.c-blue2 {
    color: #266cff;
}

.online-btn {
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: rgb(7, 150, 255);
    margin-left: 40px;
    width: 112px;
    height: 35px;
    cursor: pointer;
}

.top-phone p {
    color: #fff;
    text-align: right;
}

.top-phone.top-phone2 p {
    color: #666;
    position: relative;
    top: 10px;
}

.top-phone.top-phone3 p {
    color: #fff;
    position: relative;
    top: 16px;
    left: -122px;
}

.top-phone p span {
    font-size: 16px;
}

.top-phone.top-phone3 p span {
    font-size: 16px;
}

.top-phone p span.phone {
    font-weight: bold;
    font-size: 26px;
    cursor: pointer;
}

.top-phone.top-phone3 p span.phone {
    font-size: 24px;
}

.mar20 {
    margin-right: 20px;
}

.white-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 60px;
    font-size: 20px;
    color: #0023b9;
    cursor: pointer;
}

.orange-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #fe7518;
    cursor: pointer;
}

.green-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #3dd37c;
    cursor: pointer;
}

.fred-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #ff5800;
    cursor: pointer;
}

.blue-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #266cff;
    cursor: pointer;
}

.blue-btn2 {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.4px 0.6px rgba(109, 109, 109, 0.24);
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #266cff;
    cursor: pointer;
}

.write-b-btn {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.write-b-btn2 {
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    padding: 0 60px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

a {
    position: relative;
    overflow: hidden;
}

.gradient {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
    background-image: -ms-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 995;
}

a:hover .gradient,
.call-btn:hover .gradient,
.submit:hover .gradient {
    left: 100%;
}

.right-phone-box {
    position: fixed;
    right: 12px;
    top: 202px;
    width: 160px;
    height: 236px;
    z-index: 357;
    z-index: 2;
}

.bg-red {
    background-color: rgb(232, 96, 71);
}

.bg-green {
    background-color: #6ee97a
}

.bg-fred {
    background-color: #fb5d67
}

.bg-blue {
    background-color: #266cff
}

.bg-blue2 {
    background-image: -moz-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
}

.bg-blue3 {
    background-color: #578bff;
}

.bg-fred2 {
    background-color: #ff5800
}

.right-phone-box .head {
    width: 84px;
    height: 84px;
    border-radius: 84px;
    display: block;
    margin: 16px auto;
}

.call-btn {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 88px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.bg-red .call-btn {
    color: #e86047;
}

.bg-green .call-btn {
    color: #6ee97a;
}

.bg-fred .call-btn {
    color: #ff5800;
}

.bg-blue .call-btn {
    color: #266cff;
}

.bg-blue3 .call-btn {
    color: #578bff;
}

.right-phone-box .call-btn:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.right-phone-box .title {
    margin: 12px 22px 12px 27px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.right-phone-box .title img {
    margin-right: 8px;
    width: 19px;
    height: 20px;
}

.right-phone-box .pnumber {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.freePost {
    width: 100%;
    height: 360px;
    background-image: url(../seoimage/img6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.freePost.freePostBg {
    background-image: none;
    height: auto;
    background-color: #fff;
    padding: 70px 0 0;
}

.freePost.freePostBg2 {
    background-image: url(../seoimage/freePostBg2.jpg);
    height: auto;
    background-color: transparent;
    min-height: 558px;
    padding: 60px 0 0;
}

.freePost.freePostBg h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: rgb(50, 116, 245);
    text-transform: uppercase;
    line-height: 0.499;
    text-shadow: 0px 5px 4px rgba(46, 46, 46, 0.11);
    margin-bottom: 36px;
}

.freePost.freePostBg2 h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 28px;
}

.freePost.freePostBg .boxs {
    padding: 0 160px;
}

.freePost.freePostBg2 .boxs {
    padding: 0 186px;
}

.freePost.freePostBg .boxs .txt-c+.txt-c {
    margin-left: 180px;
}

.freePost.freePostBg2 .boxs .txt-c+.txt-c {
    margin-left: 24px;
}

.freePost.freePostBg p {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 46px;
}

.freePost.freePostBg2 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 22px;
}

.freePost.freePostBg span {
    color: rgb(50, 116, 245);
}

.freePost.freePostBg .label {
    text-align: left;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.freePost.freePostBg2 .label {
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 20px;
}

.freePost input {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 516px;
    height: 60px;
    margin-right: 34px;
    padding: 0 20px;
    font-size: 20px;
    transition: all .3s;
}

.freePost.freePostBg input {
    width: 334px;
    margin-right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.freePost.freePostBg2 input {
    width: 400px;
    margin-right: 0;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.freePost.freePostBg2 .input2 input {
    width: 100%;
    margin-right: 0;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.freePost input:focus {
    box-shadow: 0px 0px 15.66px 2.34px rgba(162, 98, 4, 0.1);
}

.freePost.freePostBg input:focus {
    box-shadow: none;
    border: 1px solid #266cff;
}


/* .freePost.freePostBg2 input:focus {
    box-shadow: inset 0 0 14px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
} */

.freePost .submit {
    border-radius: 4px;
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
}

.freePost.freePostBg .submit {
    margin: 54px auto 0;
    transition: all .5s;
}

.freePost.freePostBg2 .submit {
    margin: 34px auto 0;
    width: 460px;
    height: 52px;
    font-size: 18px;
    transition: all .5s;
}

.bg-orange {
    background-color: #ffa804;
}

.bg-orange2 {
    background-color: #ff8544;
}

.freePost .submit.bg-orange {
    background-color: #fe6d16;
}

.freePost .submit.bg-green {
    background-color: #3dd37c;
}

.freePost .submit.bg-fred {
    background-color: #ff5800;
}

.freePost .submit.bg-blue {
    background-color: #266cff;
}

.freePost .submit.bg-blue4 {
    background-color: #2888f2;
}

.freePost .submit.bg-blue2 {
    background-image: -moz-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
}

.freePost .submit:hover {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    box-shadow: inset 0 0 14px 0 rgba(255, 255, 255, 0.8);
}

.freePost.freePostBg .submit:hover {
    background-color: transparent;
    background-image: none;
    border: 1px solid #266cff;
    color: #266cff;
    box-shadow: inset 0 0 14px 0 rgba(255, 255, 255, 0.8);
}

.freePost.freePostBg2 .submit:hover {
    background-color: transparent;
    background-image: -moz-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    border: none;
    color: #fff;
    box-shadow: none;
}

.foot-link-box {
    background-color: #222222;
}

.foot-link-box.foot-link-box2 {
    background-image: url(../seoimage/foot-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    background-color: transparent;
}

.foot-link-box .top {
    border-bottom: 1px solid #626262;
}

.foot-link-box.foot-link-box2 .top {
    border-bottom: 1px solid #fff;
}

.foot-link-box .top .main-w {
    padding: 56px 0 26px;
    color: #fff;
}

.foot-link-box .top .link {
    width: 480px;
    padding-right: 200px;
}

.foot-link-box .top .link.links {
    width: 100px;
    padding-right: 20px;
}

.foot-link-box .top .link .logo {
    margin-bottom: 32px;
}

.foot-link-box .top .link .logo img {
    width: auto;
    height: 53px;
}

.foot-link-box .top .link-item a {
    width: 130px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    cursor: auto;
    display: block;
}

.foot-link-box .top h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 28px;
}

.foot-link-box .top h3 .phone {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.foot-link-box .top h3 .phone.c-orange {
    color: #fe6d16;
}

.foot-link-box .top h3 .phone.c-green {
    color: #3dd37c;
}

.foot-link-box .top h3 .phone.c-fred {
    color: #ff5800;
}

.foot-link-box .top h3 .phone.c-blue {
    color: #266cff;
}

.foot-link-box .top h3 .phone.c-blue2 {
    color: #266cff;
}

.foot-link-box .top h3 .phone.c-blue3 {
    color: #fff;
}

.foot-link-box .top .subp {
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.foot-ercode {
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.foot-ercode img {
    width: 148px;
    height: 148px;
    margin-bottom: 20px;
}

.foot-link-box .bottom {
    padding: 18px 0 28px;
}

.foot-link-box .bottom2 {
    background: #fff;
    height: 52px;
}

.foot-link-box .bottom p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #a9a9a9;
}

.foot-link-box .bottom2 p {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.foot-link-box.foot-link-box2 .bottom {
    padding: 8px 0 30px;
}

.foot-link-box.foot-link-box2 .bottom p {
    color: #fff;
}

.footer {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 40;
}

.footer.bg-orange {
    background-image: url(../seoimage/orangbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.bg-green {
    background-image: url(../seoimage/greenbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.bg-fred {
    background-image: url(../seoimage/orangbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.bg-blue {
    background-image: url(../seoimage/bluebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.bg-blue2 {
    background-image: url(../seoimage/blue2bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer.bg-blue3 {
    background-image: url(../seoimage/blue3bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.foot-form {
    position: relative;
    height: 100%;
    padding-right: 168px;
}

.foot-form2 {
    position: relative;
    height: 100%;
    padding-right: 98px;
}

.foot-form .close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 104px;
}

.foot-form2 .close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 50px;
}

.foot-form .close img {
    width: 100%;
    height: 100%;
}

.foot-form input {
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-right: 4px;
    width: 204px;
    height: 48px;
    border: none;
    outline: none;
}

.foot-form .submit {
    border-radius: 8px;
    transition: all .3s;
    width: 132px;
    height: 46px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.foot-form .submit.red {
    background-color: rgb(232, 96, 71);
}

.foot-form .submit.blue3 {
    background-color: #e7ba00;
}

.foot-form .submit.blue4 {
    background-color: #ffa200;
    background-image: none;
}

.foot-form .submit:hover {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: inset 0 0 14px 0 rgba(255, 255, 255, 0.8);
}

.foot-form .submit.blue4:hover {
    background-color: #ffa200;
    border: none;
    box-shadow: none;
}

.back-to-top {
    opacity: 0;
    position: fixed;
    width: 66px;
    height: 66px;
    right: 66px;
    bottom: 100px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}

.back-to-top.orange {
    background-image: url(../seoimage/backTop.png);
}

.back-to-top.green {
    background-image: url(../seoimage/backTop2.png);
}

.back-to-top.fred {
    background-image: url(../seoimage/backTop.png);
}

.back-to-top.blue {
    background-image: url(../seoimage/backTop3.png);
}

.back-to-top.blue2 {
    background-image: url(../seoimage/backTop3.png);
}

.ep-form-box {
    height: 1083px;
    width: 100%;
    position: relative;
}

.ep-form-box .main-w {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 100%;
}

.ep-form-box .form-box {
    right: 36px;
    top: auto;
    bottom: 74px;
}

.ep-form-box .form-box .input input:focus {
    border: 1px solid #3dd37c;
}

.ep-form2 {
    height: auto;
    width: 100%;
    position: relative;
}

.ep-form2 .main-w {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 1px;
}

.ep-form2 .form-box {
    right: 0;
    top: 72px;
}

.ep-form2 .form-box .input input:focus {
    border: 1px solid #3dd37c;
}

.ep-form3 {
    height: auto;
    width: 100%;
    position: relative;
}

.ep-form3 .main-w {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    height: 1px;
}

.ep-form3 .form-box {
    right: 0;
    top: 56px;
}

.ep-form3 .form-box .input input:focus {
    border: 1px solid #fb676b;
}

.perstyle-box {
    height: 494px;
}

.perstyle-box .left-menu {
    height: 54px;
    width: 100%;
}

.perstyle-banner {
    height: 440px;
    width: 100%;
    z-index: 8;
}

.perstyle-banner .swiper-container,
.perstyle-banner .swiper-wrapper,
.perstyle-banner .item {
    width: 100%;
    height: 100%;
}

.perstyle-banner .item img {
    width: 100%;
    height: 100%;
}

.perstyle-box .left-menu {
    position: static;
    padding: 0 40px;
    border-bottom: 4px solid #eee;
}

.perstyle-box .left-menu .item {
    width: 100%;
    /* margin: 0 40px; */
    height: 100%;
    line-height: 54px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    position: relative;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet {
    width: 154px;
    margin: 0 40px;
    height: 100%;
    line-height: 54px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    position: relative;
    display: block;
    border-radius: 0;
    opacity: 1;
    border: none;
    outline: none;
}

.perstyle-box .swiper-pagination .item i {
    display: none;
    transition: all 0.4s;
    overflow: visible;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet-active,
.perstyle-box .swiper-pagination .swiper-pagination-bullet-active .item {
    background: #fffcf6;
    color: #666;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet-active .item i {
    position: absolute;
    display: block;
    opacity: 1;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fea142;
    z-index: 9;
}

.perstyle-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 40px;
}

.perstyle-box2 {
    margin-top: 0;
    height: 480px;
    background: #fff;
    position: relative;
}

.perstyle-box2 .left-menu {
    height: 100%;
    width: 214px;
    max-width: 214px;
    padding: 0;
}

.perstyle-box2 .right-box {
    height: 100%;
    width: 986px;
    position: absolute;
    left: 214px;
    top: 0;
}

.perstyle-banner2 {
    width: 100%;
    height: 100%;
    z-index: 8;
}

.perstyle-banner2 .swiper-container,
.perstyle-banner2 .swiper-wrapper,
.perstyle-banner2 .item {
    width: 100%;
    height: 100%;
}

.perstyle-banner2 .swiper-container {
    overflow: visible;
    overflow-y: hidden;
}

.perstyle-banner2 .item .img {
    width: 100%;
    height: 100%;
}

.perstyle-banner2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perstyle-box2 .left-menu {
    position: static;
}

.perstyle-box2 .left-menu .item {
    width: 100%;
    height: 70px;
    line-height: 70px;
    /* padding: 20px 34px; */
    margin-bottom: 10px;
    background: #fff;
    color: #222;
    font-size: 20px;
    position: relative;
    text-align: center;
    transition: all .3s;
}

.perstyle-box2 .left-menu .item:last-child {
    margin-bottom: 0;
}

.perstyle-box2 .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 16px;
}

.perstyle-box2 .swiper-pagination {
    /* left: -376px;
    top: 280px;
    height: 100%;
    width: 376px;
    max-width: 376px;
    padding: 30px; */
}

.perstyle-box2 .swiper-pagination .swiper-pagination-bullet {
    /* width: 100%;
    height: 70px;
    display: block;
    border-radius: 0;
    background: #fff; */
    width: 100%;
    height: 70px;
    line-height: 70px;
    /* padding: 20px 34px; */
    margin-bottom: 10px;
    background: #fff;
    color: #222;
    font-size: 20px;
    position: relative;
    text-align: center;
    transition: all .3s;
    opacity: 1;
    border: none;
    outline: none;
}

.perstyle-box2 .swiper-pagination .item i {
    display: none;
    transition: all 0.4s;
    overflow: visible;
}

.perstyle-box2 .swiper-pagination .swiper-pagination-bullet-active .item {
    color: #309af4;
    font-weight: bold;
    display: block;
    opacity: 1;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 9px 1px rgba(153, 153, 153, 0.35);
}


/* .perstyle-box2 .swiper-pagination .swiper-pagination-bullet-active .item i:before {
    position: absolute;
    right: -32px;
    top: 0;
    content: "";
    width: 32px;
    height: 70px;
    background: #ffaf02;
    z-index: 10;
}

.perstyle-box2 .swiper-pagination .swiper-pagination-bullet-active .item i:after {
    position: absolute;
    right: -104px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 38px solid #ffaf02;
    border-right: 34px solid transparent;
    border-bottom: 36px solid transparent;
    border-top: 34px solid transparent;
    z-index: 10;
} */

.perstyle-box2 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0 10px;
}

.us35 {
    width: 100%;
    position: relative;
    height: 328px;
    min-width: 1200px;
}

.us35 .phone-box {
    position: relative;
    height: 1px;
}

.us35 .phone-box .phone {
    position: absolute;
    top: 140px;
    left: 600px;
    font-size: 36px;
    color: #2888f2;
    font-weight: bold;
    cursor: pointer;
}

.mar86 {
    margin-right: 86px;
}

.online-training {
    height: 485px;
    margin-top: -485px;
    width: 100%;
    padding: 46px 0 80px;
}

.online-training p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    color: #666;
    max-width: 472px;
    position: relative;
    z-index: 5;
}

.that-btn-box {
    margin: 46px auto 0;
    max-width: 476px;
}

.that-btn-box .btn1 {
    border-width: 1px;
    border-color: rgb(50, 116, 245);
    border-style: solid;
    border-radius: 4px;
    width: 219px;
    height: 43px;
    text-align: center;
    font-size: 18px;
    color: #3274f5;
}

.that-btn-box .btn1 .iconphone {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../images/ql/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.that-btn-box .btn2 {
    background-image: -moz-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 78, 229) 0%, rgb(13, 138, 255) 100%);
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    width: 219px;
    height: 43px;
    text-align: center;
}

.that-btn-box a+a {
    margin-left: 34px;
}

.main-title-seo {
    position: relative;
    text-align: center;
    height: 180px;
    padding-top: 40px;
}

.main-title-seo h3 {
    font-size: 24px;
    font-family: "Arial";
    color: rgba(219, 231, 255, 0.541);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.751;
    -o-transform: matrix(3.67696059495828, 0, 0, 3.67696059495828, 0, 0) translateX(-13.3%);
    -moz-transform: matrix(3.67696059495828, 0, 0, 3.67696059495828, 0, 0) translateX(-13.3%);
    -webkit-transform: matrix(3.67696059495828, 0, 0, 3.67696059495828, 0, 0) translateX(-13.3%);
    -ms-transform: matrix(3.67696059495828, 0, 0, 3.67696059495828, 0, 0) translateX(-13.3%);
    transform: matrix(3.67696059495828, 0, 0, 3.67696059495828, 0, 0) translateX(-13.3%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 3;
}

.main-title-seo h2 {
    text-align: center;
    position: relative;
    z-index: 5;
    font-size: 36px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 0.499;
    text-shadow: 0px 5px 4px rgba(46, 46, 46, 0.11);
}

.main-title-seo:before {
    content: '';
    background-color: rgb(219, 231, 255);
    position: absolute;
    left: 50%;
    top: 62px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 499px;
    height: 19px;
    z-index: 2;
}

.main-title-seo:after {
    content: '';
    position: absolute;
    background-image: url(../images/ql/mtsafter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 23px;
    height: 54px;
    z-index: 2;
}

.special-feature {
    width: 100%;
    padding: 92px 0 20px;
    background: #f8faff;
}

.special-feature .list .item {
    background-color: rgb(255, 255, 255);
    box-shadow: -3.536px -3.536px 5px 0px rgba(46, 46, 46, 0.05);
    width: 240px;
    height: 181px;
    margin: 0 72px 60px 0;
    padding: 36px 20px 48px;
}

.special-feature .list .item:hover {
    box-shadow: 0 2px 8px 0px rgba(46, 46, 46, 0.2);
}

.special-feature .list .item:nth-child(4n) {
    margin-right: 0;
}

.special-feature .list .item img {
    width: 32px;
    height: 30px;
    object-fit: contain;
    margin-right: 20px;
}

.special-feature .list .item h3 {
    font-size: 20px;
    color: #3274f5;
}

.special-feature .list .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    color: #666;
}

.advantage {
    width: 100%;
    padding: 92px 0 80px;
    /* background: #fff; */
    min-height: 1285px;
    background-image: url(../images/ql/sem/advbg.jpg);
    background-position: top;
    background-size: contain;
}

.adv-systems {
    margin: 20px 0 70px;
}

.adv-systems .img {
    width: 692px;
    height: auto;
}

.adv-systems .img img {
    width: 599px;
    height: 393px;
    object-fit: contain;
    max-width: 100%;
}

.adv-systems h2 {
    font-size: 30px;
    color: #3274f5;
    margin-bottom: 20px;
}

.adv-systems .p {
    font-size: 20px;
    color: #666;
    margin-bottom: 32px;
}

.adv-systems .sofy-list {
    width: 236px;
    line-height: 72px;
}

.adv-systems .sofy-list+.sofy-list {
    margin-top: 0;
}

.adv-systems .sofy-list a {
    color: #333;
}

.adv--menu-list .item {
    margin: 0 30px 36px 0;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-style: solid;
    background-color: rgb(250, 250, 250);
    width: 274px;
    height: 163px;
    transition: all .3s;
    z-index: 57;
    padding: 32px 30px;
}

.adv--menu-list .item:hover {
    border-color: #3777f5;
    background-color: #fff;
}

.adv--menu-list .item:nth-child(4n) {
    margin-right: 0;
}

.adv--menu-list .item h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
}

.adv--menu-list .item h3 span {
    font-size: 22px;
    color: #3777f5;
    padding-right: 4px;
}

.adv--menu-list .item p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.adv--menu-list {
    margin-bottom: -20px;
}

.adv-partner {
    padding: 92px 0 60px;
    background: #f8faff;
    position: relative;
    min-width: 1280px;
}

.adv-partner2 {
    padding: 0 0 0;
    background: #fff;
}

.adv-partner:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 12px;
    width: 264px;
    height: 536px;
    background-image: url(../images/ql/sem/rbzs.png);
    z-index: 2;
}

.adv-partner2:after {
    display: none;
}

.adv-partner .list .item {
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 182px;
    height: 71px;
    margin: 0 20px 20px 0;
    transition: all .3s;
}

.adv-partner .list .item:hover {
    border-color: #3777f5;
    background-color: transparent;
}

.adv-partner .list .item:nth-child(6n) {
    margin-right: 0;
}

.adv-partner .list .item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.c-f {
    color: #fff;
}

.left-meg-desc {
    position: absolute;
    width: 1200px;
    height: 360px;
    left: 50%;
    top: 190px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.left-meg-desc.fmdec {
    top: 146px;
}

.left-meg-desc.fmdec2 {
    top: 220px;
}

.left-meg-desc h2 {
    font-size: 46px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 94px;
    text-shadow: 0px 10px 8.01px rgba(164, 69, 0, 0.13);
}

.left-meg-desc .p1 {
    font-size: 18px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}

.left-meg-desc .p2 {
    font-size: 14px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    margin: 8px 0 102px;
}

.left-meg-desc.fmdec h2 {
    position: relative;
    font-size: 40px;
    line-height: 104px;
}

.left-meg-desc.fmdec2 h2 {
    position: relative;
    font-size: 40px;
    line-height: 84px;
}

.left-meg-desc.fmdec5 {
    top: 150px;
    height: 499px;
}

.left-meg-desc.fmdec5 h2 {
    width: 510px;
    line-height: 68px;
}

.left-meg-desc.fmdec5 .desc {
    margin: 22px 24px;
    text-align: center;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: rgb(255, 174, 46);
    box-shadow: 0px 11px 13.6px 2.4px rgba(205, 127, 3, 0.24);
    width: 413px;
    height: 43px;
    font-size: 21px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    text-shadow: 0px 8px 5.64px rgba(205, 127, 3, 0.24);
    -moz-transform: matrix(1.12481155280489, 0, 0, 1.13157894736842, 0, 0);
    -webkit-transform: matrix(1.12481155280489, 0, 0, 1.13157894736842, 0, 0);
    -ms-transform: matrix(1.12481155280489, 0, 0, 1.13157894736842, 0, 0);
    transform: matrix(1.12481155280489, 0, 0, 1.13157894736842, 0, 0);
}

.left-meg-desc.fmdec5 .bottom-box {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 114px;
    z-index: 30;
    padding: 0 54px 0 32px;
}

.left-meg-desc.fmdec5 .bottom-box .list {
    width: 545px;
    height: 100%;
}

.left-meg-desc.fmdec5 .bottom-box .list .item {
    width: 118px;
    text-align: center;
    margin-right: 20px;
}

.left-meg-desc.fmdec5 .bottom-box .list .item h3 {
    font-size: 30px;
    color: #3dd37c;
}

.left-meg-desc.fmdec5 .bottom-box .list .item p {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.edu-cbtn {
    border-radius: 50px;
    background-image: -moz-linear-gradient(-148deg, rgb(255, 199, 6) 0%, rgb(255, 156, 0) 82%);
    background-image: -webkit-linear-gradient(-148deg, rgb(255, 199, 6) 0%, rgb(255, 156, 0) 82%);
    background-image: -ms-linear-gradient(-148deg, rgb(255, 199, 6) 0%, rgb(255, 156, 0) 82%);
    background-image: linear-gradient(-148deg, rgb(255, 199, 6) 0%, rgb(255, 156, 0) 82%);
    width: 207px;
    height: 51px;
    z-index: 40;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #feffff;
    font-weight: bold;
}

.left-meg-desc.fmdec h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.631;
    width: 482px;
    height: 3px;
}

.left-meg-desc.fmdec .p1 {
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 36px;
    color: rgb(255, 255, 255);
}

.left-meg-desc.fmdec2 .p1 {
    font-size: 24px;
    line-height: 55px;
    margin-bottom: 4px;
    color: rgb(255, 255, 255);
}

.left-meg-desc.fmdec .p2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 36px;
    text-shadow: 0px 10px 6.37px rgba(192, 78, 19, 0.19);
    max-width: 520px;
}

.left-meg-desc.fmdec2 .p2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 32px;
    text-shadow: 0px 10px 6.37px rgba(192, 78, 19, 0.19);
    max-width: 820px;
}

.that-btn-box.orange {
    margin: 46px 0 0;
}

.that-btn-box.orange .btn1 {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 204px;
    height: 46px;
    font-size: 24px;
    color: rgb(255, 88, 0);
    border-radius: 46px;
    transition: all .3s;
}

.that-btn-box.orange .btn1:hover {
    border-color: rgb(255, 88, 0);
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, .8);
}

.that-btn-box.orange .btn2 {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: transparent;
    background: transparent;
    border-radius: 46px;
    width: 204px;
    height: 46px;
    font-size: 24px;
    color: #fff;
    transition: all .3s;
}

.that-btn-box.orange .btn2:hover {
    box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, .8);
}

.sun-num-box {
    position: absolute;
    width: 1016px;
    height: 180px;
    bottom: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding: 44px 0;
    box-shadow: 0px 0px 9.1px 0.9px rgba(46, 46, 46, 0.05);
}

.sun-num-box .item {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 9px 0 8px;
    border-right: 1px solid #f7f7f7;
}

.sun-num-box .item:last-child {
    border-right: none;
}

.sun-num-box .item:nth-child(1) {
    width: 174px;
}

.sun-num-box .item:nth-child(2) {
    width: 205px;
}

.sun-num-box .item:nth-child(3) {
    width: 212px;
}

.sun-num-box .item:nth-child(4) {
    width: 211px;
}

.sun-num-box .item:nth-child(5) {
    flex: 1;
}

.sun-num-box .item .num {
    position: relative;
    font-size: 36px;
    color: #333;
    text-align: center;
}

.sun-num-box .item .num .rightmsg {
    position: absolute;
    left: 100%;
    top: -4px;
    font-size: 18px;
    color: #666;
    width: 45px;
    padding-left: 3px;
    display: block;
    text-align: left;
}

.sun-num-box .item p {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.shops-item1 {
    background: #fff;
    padding: 30px 0 56px;
}

.main-title-seo2 {
    margin-bottom: 36px;
}

.main-title-seo2 h2 {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.main-title-seo2 h3 {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.main-title-seo4 {
    margin-bottom: 52px;
    position: relative;
}

.main-title-seo4 h2 {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 650;
}

.main-title-seo4 h3 {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.main-title-seo4.after h3 {
    position: relative;
    padding-bottom: 10px;
}

.main-title-seo4.after h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: #3dd37c;
}

.shops-item1 .list {
    margin-top: 56px;
    height: 420px;
}

.shops-item1 .list .item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9.1px 0.9px rgba(46, 46, 46, 0.05);
    width: 241px;
    height: 181px;
    transition: all .3s;
    margin: 0 26px 28px 0;
    padding: 18px 20px;
}

.shops-item1 .list .item:hover {
    margin-top: -4px;
    box-shadow: 0px 0px 9.1px 0.9px rgba(236, 71, 21, 0.05);
}

.shops-item1 .list .item:nth-child(4n) {
    margin-right: 0;
}

.main-w1050 {
    width: 1046px;
    margin: 0 auto;
}

.shops-item1 .list .item .ico {
    width: 50px;
    height: 50px;
    margin: 0 auto 4px;
}

.shops-item1 .list .item .ico img {
    width: auto;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.shops-item1 .list .item h3 {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.shops-item1 .list .item p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: center;
}

.shop-menu-box {
    padding: 30px 45px 0;
}

.shop-menu-box .item {
    background-color: rgb(255, 255, 255);
    padding: 1px;
    box-shadow: 0px 0px 7.36px 0.64px rgba(225, 225, 225, 0.15);
    width: 380px;
    height: 141px;
    z-index: 265;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    transition: all .5s;
}

.wrap {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 36px;
}

.shop-menu-box2 .item:nth-child(3n) {
    margin-right: 0;
}

.shop-menu-box2 .item:hover {
    background-image: -moz-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -webkit-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -ms-linear-gradient(99deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    box-shadow: 0px 0px 7.36px 0.64px rgba(116, 116, 116, 0.15);
}

.shop-menu-box2 .item .img-box {
    background-image: -moz-linear-gradient(90deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 101, 21) 0%, rgb(254, 171, 33) 100%);
    width: 70px;
    height: 70px;
    margin-right: 26px;
}

.shop-menu-box2 .item .img {
    width: 40px;
    height: 40px;
    -webkit-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    object-fit: contain;
    margin-right: 0;
}

.shop-menu-box2 .item .flex-1 {
    max-width: 214px;
}

.shop-menu-box2 .item h3 {
    font-size: 22px;
    color: #333;
    line-height: 44px;
}

.shop-menu-box2 .item p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.shops-item2 {
    background: #fffaf7;
    padding: 80px 0 58px;
}

.shops-item3 {
    background: #fff;
    padding: 80px 0 58px;
}

.fas-top {
    padding-top: 78px;
}

.main-title-seo3 {
    position: relative;
    text-align: center;
    height: auto;
    margin-bottom: 56px;
}

.main-title-seo3 h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    text-align: center;
    display: initial;
}

.main-title-seo3 h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 20px;
}

.main-title-seo3 h2:before {
    content: '';
    position: absolute;
    background-image: url(../images/ql/sem/fmbefore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -86px;
    bottom: 8px;
    width: 66px;
    height: 20px;
    z-index: 2;
}

.main-title-seo3 h2:after {
    content: '';
    position: absolute;
    background-image: url(../images/ql/sem/fmafter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -86px;
    bottom: 8px;
    width: 66px;
    height: 20px;
    z-index: 2;
}

.ours-adv {
    padding: 75px 0 60px;
    background: #fffcf6;
}

.ours-adv .list .item {
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 588px;
    transition: all .3s;
    height: 218px;
    margin: 0 20px 20px 0;
    padding: 34px 38px;
}

.ours-adv .list .item:hover {
    border-color: #fe6d16;
    background-color: transparent;
}

.ours-adv .list .item:nth-child(2n) {
    margin-right: 0;
}

.ours-adv .list .item .onlinePhone {
    border-radius: 4px;
    background-color: rgb(254, 109, 22);
    position: absolute;
    width: 100px;
    height: 40px;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
}

.ours-adv .list .item img {
    width: 26px;
    height: 26px;
    margin-right: 14px;
    object-fit: contain;
}

.ours-adv .list .item .flex-1 {
    max-width: 442px;
}

.ours-adv .list .item h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 18px;
}

.ours-adv .list .item p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.nav-shearch .iconfont img {
    margin-top: 0;
}

.ourparters {
    padding: 76px 0 64px;
    background: #fff;
}

.ourparters .list .item {
    background-color: rgb(255, 255, 255);
    width: 373px;
    height: 129px;
    margin: 0 40px 22px 0;
    transition: all .3s;
    box-shadow: 0 0 12px 0 rgba(88, 88, 88, .1);
}

.ourparters .list .item:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ourparters .list .item:nth-child(3),
.ourparters .list .item:nth-child(8) {
    margin-right: 0;
}

.ourparters .list .item:nth-child(5),
.ourparters .list .item:nth-child(10) {
    margin-right: 100px;
}

.ourparters .list .item img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 98%;
    object-fit: contain;
}

.applets-item1 {
    padding: 68px 0 102px;
    background: #fff;
}

.applets-item1 .list .item {
    width: 280px;
    height: 450px;
    transition: all .3s;
    border-width: 1px;
    border-color: rgb(207, 216, 255);
    border-style: solid;
    border-radius: 4px;
    margin-right: 24px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8.1px 0.9px rgba(202, 202, 202, 0.2);
}

.applets-item1 .list .item:hover {
    box-shadow: 0px 0px 16px 0.9px rgba(109, 139, 184, 0.2);
    margin-top: -10px;
}

.applets-item1 .list .item:nth-child(4) {
    margin-right: 0;
}

.applets-item1 .list .item .top {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
    height: 80px;
    padding: 0 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.applets-item1 .list .item:nth-child(1) .top {
    background-image: url(../seoimage/app1.png);
}

.applets-item1 .list .item:nth-child(2) .top {
    background-image: url(../seoimage/app2.png);
}

.applets-item1 .list .item:nth-child(3) .top {
    background-image: url(../seoimage/app3.png);
}

.applets-item1 .list .item:nth-child(4) .top {
    background-image: url(../seoimage/app4.png);
}

.applets-item1 .list .item h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-bottom: 13px;
}

.applets-item1 .list .item h3:after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #004de9;
}

.applets-item1 .list .item .bottom {
    padding: 22px 25px;
    background: #fff;
}

.applets-item1 .list .item h4 {
    margin: 12px 0 12px;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.applets-item1 .list .item p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 15px;
    color: #666;
}

.applets-item2 {
    padding: 62px 0 100px;
    background: #f8faff;
}

.applets-item2 .ico {
    width: 492px;
    height: 458px;
    margin: 0 26px;
}

.applets-item2 .left {
    text-align: right;
}

.applets-item2 .right {
    text-align: left;
}

.applets-item2 h4 {
    font-size: 24px;
    color: #333;
    line-height: 48px;
}

.applets-item2 p {
    font-size: 18px;
    color: #666;
    line-height: 26px;
}

.mtb10 {
    margin: 40px 0 64px;
}

.applets-item2 .kong {
    height: 78px;
}

.applets-item3 {
    padding: 60px 0 76px;
    background: #fff;
}

.applets-item3 .item {
    margin-right: 90px;
}

.applets-item3 .item:nth-child(4) {
    margin-right: 0;
}

.applets-item3 .img {
    max-width: 230px;
    height: 236px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}

.applets-item3 .h4 {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.applets-item3 p {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-width: 216px;
}

.applets-item4 {
    padding: 76px 0 110px;
    background: #f8faff;
}

.applets-item4 .list {
    height: 486px;
    width: 996px;
    margin: 80px auto 0;
    position: relative;
}

.applets-item4 .list .item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 9px 1px rgba(102, 102, 102, 0.2);
    position: absolute;
    width: 160px;
    height: 160px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    transition: all .3s;
    z-index: 2;
}

.applets-item4 .list .item:hover {
    z-index: 0;
    -webkit-transform: rotate(0deg) scale(1.27);
    -o-transform: rotate(0deg) scale(1.27);
    -ms-transform: rotate(0deg) scale(1.27);
    -moz-transform: rotate(0deg) scale(1.27);
    transform: rotate(0deg) scale(1.27);
    box-shadow: none;
    background-color: transparent;
}

.applets-item4 .list .item img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    -webkit-transform: rotate(45deg) scale(1.495);
    -o-transform: rotate(45deg) scale(1.495);
    -ms-transform: rotate(45deg) scale(1.495);
    -moz-transform: rotate(45deg) scale(1.495);
    transform: rotate(45deg) scale(1.495);
}

.applets-item4 .list .item:hover img {
    -webkit-transform: rotate(0) scale(1.05);
    -o-transform: rotate(0) scale(1.05);
    -ms-transform: rotate(0) scale(1.05);
    -moz-transform: rotate(0) scale(1.05);
    transform: rotate(0) scale(1.05);
    box-shadow: 0 2px 8px 0 rgba(21, 47, 165, 0.3);
}

.applets-item4 .list .item:nth-child(1) {
    left: 32px;
    top: 0;
}

.applets-item4 .list .item:nth-child(2) {
    left: 288px;
    top: 0;
}

.applets-item4 .list .item:nth-child(3) {
    left: 546px;
    top: 0;
}

.applets-item4 .list .item:nth-child(4) {
    left: 800px;
    top: 0;
}

.applets-item4 .list .item:nth-child(5) {
    left: 160px;
    top: 128px;
}

.applets-item4 .list .item:nth-child(6) {
    left: 416px;
    top: 128px;
}

.applets-item4 .list .item:nth-child(7) {
    left: 674px;
    top: 128px;
}

.applets-item4 .list .item:nth-child(8) {
    left: 32px;
    top: 256px;
}

.applets-item4 .list .item:nth-child(9) {
    left: 288px;
    top: 256px;
}

.applets-item4 .list .item:nth-child(10) {
    left: 546px;
    top: 256px;
}

.applets-item4 .list .item:nth-child(11) {
    left: 800px;
    top: 256px;
}

.edus-item1 {
    padding: 78px 0;
    background: #fff;
}

.edus-item1 .list {
    margin: 40px 0 74px;
}

.edus-item1 .list .item {
    margin: 0 20px;
    position: relative;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13.5px 1.5px rgba(102, 102, 102, 0.2);
    width: 160px;
    height: 280px;
    transition: all .3s;
    text-align: center;
}

.edus-item1 .list .item:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 28px;
    width: 15px;
    height: 2px;
    margin-left: -7.5px;
    background: #cccccc;
}

.edus-item1 .list .item:hover {
    margin-top: -10px;
}

.edus-item1 .list .item .ico {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 30px auto;
}

.edus-item1 .list .item h4 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 12px;
}

.edus-item1 .list .item p {
    font-size: 14px;
    color: #666;
}

.edus-item1 .msh-b {
    position: relative;
    height: 460px;
    padding-left: 28px;
}

.edus-item1 .msh-b .form-box {
    right: 0;
}

.edus-item1 .msh-b .flex-1 {
    max-width: 580px;
}

.edus-item1 .msh-b h4 {
    font-size: 32px;
    color: #333;
    margin-bottom: 24px;
    text-align: center;
}

.edus-item1 .msh-b h5 {
    font-size: 28px;
    color: #333;
    margin-bottom: 34px;
    text-align: center;
}

.edus-item1 .msh-b h5 span {
    color: #3dd37c;
    font-weight: bold;
}

.edus-item1 .sedu-box {
    border-radius: 4px;
    background-color: rgb(240, 255, 245);
    /* position: absolute; */
    width: 580px;
    height: 180px;
    padding: 25px 20px 25px 45px;
    margin-bottom: 36px;
}

.edus-item1 .sedu-box .item {
    margin: 22px 0;
    width: 33.333%;
    text-align: left;
}

.edus-item1 .sedu-box .item img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    margin-right: 10px;
}

.edus-item1 .sedu-box .item span {
    font-size: 16px;
    color: #444;
}

.edus-item1 .tiyan {
    font-size: 18px;
    color: #3dd37c;
    text-align: center;
    font-weight: bold;
}

.edus-item2 {
    padding: 78px 0 44px;
    background: #f3fcf0;
}

.edus-item2 .list .item {
    margin: 0 110px 50px 0;
    text-align: center;
    width: 288px;
    padding: 0 22px;
    transition: all .3s
}

.edus-item2 .list .item:hover {
    margin-top: -10px;
}

.edus-item2 .list .item:nth-child(3),
.edus-item2 .list .item:nth-child(5) {
    margin-right: 0;
}

.edus-item2 .list .item .ico {
    border-radius: 4px;
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 3px 19.6px 0.4px rgba(46, 46, 46, 0.08); */
    width: 84px;
    height: 84px;
    object-fit: cover;
    margin: 0 auto 8px;
}

.edus-item2 .list .item h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 18px;
    font-weight: 400;
}

.edus-item2 .list .item p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.edus-item3 {
    padding: 78px 0 70px;
    background: #fff;
    position: relative;
}

.edus-item3:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    background-image: -moz-linear-gradient(11deg, rgb(247, 255, 251) 12%, rgb(61, 211, 124) 46%, rgb(255, 255, 255) 85%);
    background-image: -webkit-linear-gradient(11deg, rgb(247, 255, 251) 12%, rgb(61, 211, 124) 46%, rgb(255, 255, 255) 85%);
    background-image: -ms-linear-gradient(11deg, rgb(247, 255, 251) 12%, rgb(61, 211, 124) 46%, rgb(255, 255, 255) 85%);
    background-image: linear-gradient(11deg, rgb(247, 255, 251) 12%, rgb(61, 211, 124) 46%, rgb(255, 255, 255) 85%);
    width: 1200px;
    height: 1px;
}

.edus-item4.applets-item4 {
    background: #fff;
}

.edus-item3 .list {
    height: 90px;
}

.edus-item3 .list .item {
    text-align: center;
    width: 25%;
}

.edus-item3 .list .item h3 {
    font-size: 48px;
    color: #40d57c;
}

.edus-item3 .list .item h3 span {
    line-height: 64px;
    font-size: 28px;
}

.edus-item3 .list .item p {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.main-title-seo5 {
    position: relative;
    text-align: center;
    height: auto;
    margin-bottom: 46px;
}

.main-title-seo5 h2 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.21);
    position: relative;
    text-align: center;
    margin-bottom: 26px;
}

.main-title-seo5 h3 {
    text-align: center;
    font-size: 28px;
    position: relative;
    display: initial;
    font-weight: 600;
    color: #2e9bf6;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 26px;
}

.main-title-seo5 h3:before {
    content: '';
    position: absolute;
    left: -86px;
    bottom: 14px;
    width: 74px;
    height: 1px;
    z-index: 2;
    background: #319bf3;
}

.main-title-seo5 h3:after {
    content: '';
    position: absolute;
    background: #319bf3;
    right: -86px;
    bottom: 14px;
    width: 74px;
    height: 1px;
    z-index: 2;
}

.us-banner {
    padding: 72px 0;
    background: #fff;
    height: 840px;
}

.us-banner .perstyle-box2 .items {
    padding: 10px 0 10px 40px;
}

.us-banner .perstyle-box2 .items h3 {
    position: relative;
    line-height: 52px;
    font-size: 24px;
    color: #333;
    display: inline-block;
    width: auto;
}

.us-banner .perstyle-box2 .items h3:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #309af4;
}

.us-banner .perstyle-box2 .items h5 {
    line-height: 58px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 56px;
}

.us-banner .perstyle-box2 .items h5.line-camp2 {
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 30px;
}

.us-banner .perstyle-box2 .sitem {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 9px 1px rgba(153, 153, 153, 0.35);
    width: 224px;
    height: 296px;
    margin-right: 16px;
    text-align: center;
    padding: 0 26px;
    transition: all .3s;
}

.us-banner .perstyle-box2 .sitem:hover {
    box-shadow: inset 0px 0px 16px 1px rgba(5, 90, 170, 0.35);
}

.us-banner .perstyle-box2 .slist .sitem:nth-child(4n) {
    margin-right: 0;
}

.us-banner .perstyle-box2 .sitem .ico {
    width: 66px;
    height: 66px;
    object-fit: contain;
    margin: 50px auto 0px;
}

.us-banner .perstyle-box2 .sitem h6 {
    font-weight: 400;
    line-height: 54px;
    font-size: 18px;
    color: #222;
}

.us-banner .perstyle-box2 .sitem p {
    line-height: 21px;
    font-size: 14px;
    color: #666;
}

.usy-btn {
    margin-top: 40px;
    border-radius: 4px;
    background: #2888f2;
    /* background-image: -moz-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
    background-image: -webkit-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
    background-image: -ms-linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%);
    background-image: linear-gradient(-11deg, rgb(31, 114, 239) 0%, rgb(79, 228, 255) 100%); */
    font-size: 18px;
    color: #fefefe;
    width: 288px;
    height: 44px;
    cursor: pointer;
}

.usy-btn.kong {
    margin-right: 24px;
    background-image: none;
    border: 1px solid #2888f2;
    color: #2888f2;
    background: #fff;
}

.mal40 {
    margin-left: 40px;
}

.mc {
    margin: 8px auto 36px;
}

.uy-item1 {
    padding: 78px 0 42px;
    background: #f5faff;
}

.main-title-seo5 h4 {
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.uy-item1 .list .item {
    margin: 0 18px 36px 0;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 9px 1px rgba(153, 153, 153, 0.35);
    width: 224px;
    overflow: hidden;
    height: 214px;
    transition: all .3s;
    position: relative;
    z-index: 1;
}

.uy-item1 .list .item:hover {
    margin-top: -10px;
}

.uy-item1 .list .item .t {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 0;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    color: #fff;
    transition: all .3s;
    font-size: 18px;
    background: #2888f2;
}

.uy-item1 .list .item:nth-child(2n) .t {
    background: #ff4f4f;
}

.uy-item1 .list .item:hover .t {
    background: #f5bb1c;
}

.uy-item1 .list .item .bo {
    width: 100%;
    padding: 18px 14px;
}

.uy-item1 .list .item .bo p {
    line-height: 26px;
    text-align: center;
    color: #444;
    font-size: 16px;
}

.uy-item2 {
    padding: 100px 0 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../seoimage/img32.png);
    min-height: 880px;
}

.main-title-seo6 {
    text-align: left;
    width: 650px;
}

.main-title-seo6 h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 84px;
    text-shadow: 0px 5px 4px rgba(46, 46, 46, 0.11);
}

.main-title-seo6 h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.625;
    text-align: left;
    font-weight: 400;
    margin-bottom: 36px;
}

.mes-item-box {
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    height: 526px;
    padding: 46px 44px;
}

.mes-item-box .box {
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 9px 1px rgba(153, 153, 153, 0.35);
    width: 350px;
    height: 434px;
    margin-right: 35px;
    position: relative;
    padding: 96px 24px 0;
}

.mes-item-box .box .t {
    position: absolute;
    left: 0;
    top: 0;
    height: 96px;
    width: 100%;
    line-height: 96px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.mes-item-box .box.left .t {
    background: #2888f2;
}

.mes-item-box .box.right .t {
    background: #ffa200;
}

.mes-item-box .box .item {
    height: 78px;
}

.mes-item-box .box .item+.item {
    border-top: 1px solid #dfdfdf;
}

.mes-item-box .box .item .ico {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.mes-item-box .box .item p {
    font-size: 16px;
    color: #333;
}

.mes-item-box .box .vs {
    position: absolute;
    width: 56px;
    height: 56px;
    right: -44px;
    top: 23px;
    z-index: 14;
}

.liubox {
    width: 385px;
}

.liubox .item {
    height: 76px;
    border-radius: 76px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 9px 1px rgba(153, 153, 153, 0.35);
}

.liubox .item+.item {
    margin-top: 15px;
}

.liubox .item span {
    border-radius: 50%;
    width: 76px;
    height: 74px;
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
    background: #2785ed;
}

.liubox .item:nth-child(2n) span {
    background: #51ce66;
}

.liubox .item p {
    font-size: 18px;
    color: #333;
}

.uy-item3 {
    padding: 72px 0;
    background: #fff;
}

.uy-item3 .list .item {
    padding: 46px 43px;
    height: 260px;
    width: 33.33333%;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.uy-item3 .list .item:nth-child(3n) {
    border-right: none;
}

.uy-item3 .list .item:nth-child(4),
.uy-item3 .list .item:nth-child(5),
.uy-item3 .list .item:nth-child(6) {
    border-bottom: none;
}

.uy-item3 .list .item .t {
    margin-bottom: 4px;
}

.uy-item3 .list .item .t .ico {
    width: 76px;
    height: 76px;
    margin-right: 4px;
}

.uy-item3 .list .item .t h4 {
    font-size: 22px;
    color: #222;
    font-weight: 400;
}

.uy-item3 .list .item p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: 400;
}

.uy-item3 .list .item p span {
    color: #2888f2;
}

.uy-item4 {
    padding: 74px 0 62px;
    background: #f5faff;
}

.uy-item4 .list .item {
    background: #fff;
    overflow: hidden;
    width: 185px;
    height: 72px;
    margin: 0 39px 40px 0;
    transition: all .3s;
}

.uy-item4 .list .item:hover {
    transform: scale(1.1);
}

.uy-item4 .list .item:nth-child(10n) {
    margin-right: 0;
}

.uy-item4 .list .item:nth-child(10n-4) {
    margin-left: 130px;
}

.uy-item4 .list .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.uy-item5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../seoimage/uy-item5.png);
    padding: 74px 0 70px;
}

.uy-item5 h2 {
    font-size: 36px;
    color: #222;
    text-align: center;
    font-weight: 400;
    margin-bottom: 26px;
}

.uy-item5 h3 {
    font-size: 30px;
    color: #222;
    text-align: center;
    font-weight: 400;
    margin-bottom: 28px;
}

.uy-item5 h3 span {
    color: #2888f2;
    font-weight: 600;
}

.freesbtn {
    font-size: 22px;
    color: #fff;
    background-color: rgb(40, 136, 242);
    width: 218px;
    height: 58px;
    border-radius: 58px;
    margin: 0 auto;
}


/* mtsafter */