@import url(anim.css);
@import url(animate.css);

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.u-btn.saomatiyan:hover .saoma {
    visibility: visible;
    top: 50px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.u-btn.saomatiyan .saoma {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    width: 100px;
    height: 114px;
    padding: 10px 22px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    font-size: 12px;
    text-align: center;
    color: #25345C;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 20px 0;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -62px;
    right: auto;
    z-index: 9999;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {

    right: -58px;
    left: auto;
    z-index: 9999;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(201, 206, 215, 0.3);
            box-shadow: 0px 0px 10px 4px rgba(201, 206, 215, 0.3);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}





@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.u-img.u-img--horizontal {
    display: block;
    max-width: 100%;
    height: auto;
}

.u-img.u-img--vertical {
    display: block;
    max-height: 100%;
    width: auto;
}

.u-img.u-img--responsive {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.u-img.u-img--fill {
    display: block;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes loading {}

@keyframes loading {}

.u_text22_black {
    font-size: 22px;
    line-height: 30px;
    color: #373d40;
}

.u_text22_white {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.u_text12_lightblack {
    font-size: 12px;
    line-height: 17px;
    color: #70727d;
}

.u_text12_ultra_lightblack {
    font-size: 12px;
    line-height: 17px;
    color: #9b9ba3;
}

.u_text12_white {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
}

.u_text16_black {
    font-size: 16px;
    line-height: 22px;
    color: #373d40;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.5 arial, \5b8b\4f53;
    color: #373d40;
    outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", PingFangSC-regular, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", " sans-serif";
    min-width: 1200px;
    overflow: hidden;
}

a,
a:hover {
    color: #337eff;
}

img {
    font-size: 0;
}

html {
    font-size: 100px;
    overflow: auto;
}

.g-yixin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.g-yixin.moveUp {
    top: -29px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.g-section {
    width: 100%;
    min-width: 1200px;
}

.g-section.shiyong {
    background: #0B4FFC;
    background-size: auto 297px;
    background-image: url(../images/img_index_tellphone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.g-section.sitemap {
    background-color: #002140;
    overflow: hidden;
}

.g-topNav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    z-index: 9;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    white-space: nowrap;
}

.g-topNav .wrapper {
    width: 1030px;
    padding: 0 10px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

@media screen and (min-width: 1200px) {
    .g-topNav .wrapper {
        width: 1180px;
    }
}
@media screen and (max-width: 1350px) {
  .xcx_swiper-wm,
  .xcx_swiper-lycx,
  .xcx_swiper-ms,
  .xcx_swiper-dyp,
  .xcx_swiper-bdsh,
  .xcx_swiper-kqqy,
  .xcx_swiper-qy{
    transform: scale(0.9);
  }
}

.g-topNav .wrapper .wrapper-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.g-topNav .m-topLogo {
    width: 111px;
    height: 29px;
    background: url(../images/icon_logo_default@2x.png) no-repeat;
    background: url(../images/icon_logo_default.png) no-repeat\9;
    background-size: 111px auto;
}

.g-topNav .m-topLogo h1 {
    text-indent: -99999px;
}

.g-topNav.solid {
    background-color: #fff;
    border-bottom: 1px solid #f0f1f2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.g-topNav.solid .m-topLogo {
    background: url(../images/icon_logo_blue@2x.png) no-repeat;
    background: url(../images/icon_logo_blue.png) no-repeat\9;
    background-size: 111px auto;
}

@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_2035063_iu6353hhal.eot?t=1602517701183');
    /* IE9 */
    src: url('//at.alicdn.com/t/font_2035063_iu6353hhal.eot?t=1602517701183#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAUgAAsAAAAAClgAAATQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDSAqHJIYMATYCJAMYCw4ABCAFhG0HgQAb6ggjEeaD0iD7Z4HdrNwVK1Y6++7oS5Xzz5qxfWzKOQie5/Psz81L40HaMT8ErQCuvZJ2ghoAg+PqID6Tk1DS8IJWt/oS6hGbS32a0QLWOwHyE4Z28ckdR/I7HnJlOevgWOqnVWmevb1LVlkukkcDHo4qWjTAbEvsijipvDfOhgAOaRRD6jVo1g4LHbSRADJs8MDeWB0L+gJZsPTGxJ46sooAlrZYuwyslL8vbygjFmgEFGjLVgPq96PWc54vVbPCs7pxBNL9uYBkP1BAMUAHmTbpmYDSmWIonGpLnSaAh4WG/pzndDH+87jnS8PhjgIzBa8FBEWA7f55IAZI4/nYZtkAPIfyIfBc50PBc1+yrI3zTWi+dqkve48Mxh7XSARJA5kMwhUjJQgO7lDB2DTDMw3/633bC9l2tOdJtB5lsNRUu7Z9fWqEeP38ctNQvdJHuKvGmtXlC2pCYIVebZnr1s1zaybuU1UEJSiIxciSy9D6WBmGcYaTSe/7ST/JlIMnvB8tfg07d0IFbxGIHznLIKv7zQN8N+Igr5w1/5dDxXPNXz7meSAXumS07acEKR+6WOEOQvJEAu21dDde6sXs8sBLX5FrGTvd3Fg5OdviWu3I0sruePqy4TNeDNF3snVZDNPLlaZ561RWGn6V727FRALQta3t9fPTVc4KiUWtXkc2pzq74grJtVzNLq2CjYtJgVo4o6JrZH2gWp880jpbtRB97Ynw7cjFf+zFVplZa598xOG1s8pY3WLCOVxfpNOTkvyURSFlUYq/9aLrVBgTX6kil963r5/aMHUzEQrT0KHM2HBzMNGoiV0ftij/8NWjh12+1XTWbd26zuElFyo/fNClVrvF6q7tpu/cUWNR74JXDx/tGvyBIv3r39ixs8ai4ieLZ6DGlqwEv93KoX1x4lqu7NubcbJuvtYvMrdNjc0/f6nLpuFvTC13xnXn1ntft+I2N7Jct0JpN2dkb+nEtJ4RjS807hvl2ke7cKp5ql23cn6zSh0js1IyU/yUrHWRQaHMVDvvT+go4/ppzczsej+WNUhuVuAapWm407j+25fYr3qVOhE0ltsRNOyMy8Hvm5b1KFWr7RQm+FP8idQ4ED84YMm2KegogSexIfuAf8AOWcetkH3MP2bzqM80/JhK0fLk+XMh/FstUAaAGq2iIPxIbVHp/8+1eLamTqueUdW+We6nMe/O/g1nglD4kQ5Mw59MC1j6b5QCR+m1HFkNvexO10QAg3E48FVKvrBZ8B8MBLm/L10suBYEi1gLGiapoLDIQerYYhDApRwYWNQEh6I03N8lxBgUottAEeZ7IERzBDQiOQ2KaK4gdew9CBDHOzCIFgUOHSR0RJc8udBvXwWN4gmOd/CWMxG7blX9F7oWjbhyyfpDqT4O8zD185+YUfaxTb24RZWAhBN8eOfDGBmK8BmtDqtqOYwjTb3SYDl1W+oKGsUTHO/gLWfic+t28PNf6Fo0stC1EvxDqX7hMA8TAPmpyaCu57J8vbhFlcL1SDjBh+/CiDMMZXq1M1od1i1S5TAG4xFUMxxfl15lHS9iD3R3QzRRoktADDFxe4vwtRfvVn2uycTYDzZu5WU1TCY7bfyAEGUrd+f230zeXNHffDYteUeYH80Nw9F3HQAAAA==') format('woff2'),
        url('//at.alicdn.com/t/font_2035063_iu6353hhal.woff?t=1602517701183') format('woff'),
        url('//at.alicdn.com/t/font_2035063_iu6353hhal.ttf?t=1602517701183') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('//at.alicdn.com/t/font_2035063_iu6353hhal.svg?t=1602517701183#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconarrow-right:before {
    content: "\e600";
}

.iconsmall-arrow-up:before {
    content: "\e616";
}

.g-topNav.solid .m-topNav .menu>li {
    color: #383838;
}

.g-topNav.solid .m-topNav .menu>li>a:hover {
    color: #0B4FFC;
}

.g-topNav.solid .m-login .u-btn {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signup {
    background-color: #0B4FFC;
    border: 1px solid #0B4FFC;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signup:hover {
    background-color: #237ed9;
    border: 1px solid #237ed9;
    color: #fff;
}

.g-topNav.solid .m-login .signin {
    background-color: transparent;
    border: 1px solid #505050;
    color: #383838;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signin:hover {
    background-color: #f4f6f8;
    border: 1px solid #808080;
    color: #383838;
}

.g-topNav.moveDown {
    top: 0px;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.m-topNav .u-icon-arrowdown {
    font-size: 12px;
}

.m-topNav .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #fff;
    margin-right: 200px;
}

.m-topNav .menu .item-robot,
.m-topNav .menu .item-helpCenter {
    position: relative;
}


.m-topNav .menu .item-quality-inspection,
.m-topNav .menu .item-excallrobot {
    position: relative;
}



.m-topNav .menu .item-excallrobot:after {
    right: 83px;
}

.m-topNav .menu>li {
    margin-left: 18px;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

@media screen and (min-width: 1200px) {
    .m-topNav .menu>li {
        margin-left: 32px;
    }
}

.m-topNav .menu>li>a {
    padding: 0 6px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}

.m-topNav .menu>li>a .line {
    bottom: 0;
    left: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    width: 0;
    height: 2px;
    background: #0B4FFC;
    position: absolute;
}

.m-topNav .menu>li.z-sel {
    color: #337eff !important;
}

.m-topNav .menu>li:hover {
    color: #0B4FFC;

}

.m-topNav .menu>li:hover .line {
    width: 100%;
}

.m-topNav .menu>li .panel {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    padding-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background-color: #fff;
    padding-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
}

.m-topNav .menu>li .panel .panel-content {
    margin: 0 auto;
    padding-left: 140px;
    width: 1060px;
}

.m-topNav .menu>li .panel .nav-row {
    padding-top: 25px;
    float: left;
}

.m-topNav .menu>li .panel .nav-row .row-title {
    width: 120px;
    font-size: 14px;
    color: #002140;
    line-height: 20px;
    padding-left: 12px;
    padding-bottom: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F0F2F5;
    ;

}

.m-topNav .menu>li .panel .nav-row .row-title .row-title-line {
    width: 2px;
    height: 12px;
    margin-right: 6px;
}

.nav-list-slt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.m-topNav .menu>li .panel .nav-row .row-title-0 .row-title-line {
    background: #337eff;
}

.m-topNav .menu>li .panel .nav-row .row-title-1 .row-title-line {
    background: #4ed300;
}

.m-topNav .menu>li .panel .nav-row .row-title-2 .row-title-line {
    background: #4ed300;
}

.m-topNav .menu>li .panel .nav-row .nav-list {}

.m-topNav .menu>li .panel .nav-row .nav-list>li {
    width: 220px;
    height: 72px;
    text-align: left;
    margin-right: 20px;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li:last-child {
    margin-right: 0;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a .nav-title {
    font-size: 14px;
    line-height: 20px;
    color: #383838;
    margin-bottom: 4px;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a .nav-desc {
    font-size: 14px;
    color: #9b9ba3;
    line-height: 14px;
    white-space: nowrap;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a:hover {
    background: #f5f6f7;
    border-radius: 4px;
}

.m-topNav .menu>li.price .panel .nav-row .nav-list>li {
    width: 170px;
}

.m-topNav .u-icon-nav {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-size: 38px auto;
    background-repeat: no-repeat;
}

.m-login .u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: top;
}

.m-login .u-btn.signin {
    margin-right: 12px;
}

.m-login .u-btn.signup {
    margin-left: 0;
}

.m-login .signup {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.m-login .signin {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.m-shiyong {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.m-shiyong .content {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.m-shiyong .iptWrap .ipts {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top;
}

.m-shiyong .iptWrap .ipt {
    width: 355px;
    height: 22px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
}

.m-shiyong .iptWrap .ipt::-webkit-input-placeholder {
    font-weight: 400;
    color: #999;
    opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-moz-input-placeholder {
    font-weight: 400;
    color: #999;
    opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-ms-input-placeholder {
    font-weight: 400;
    color: #999;
    opacity: 0.8;
}

.m-shiyong .iptWrap .ipt:focus {
    border-color: #fff;
}

.m-shiyong .iptWrap .btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 9px 30px;
    margin-left: -5px;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #fff;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    color: #0B4FFC;
    line-height: 28px;
    letter-spacing: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.m-shiyong .iptWrap .btn:hover {
    background-color: #1a6eff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.m-section-sitemap {
    padding-top: 60px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: left;
    width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap {
        width: 1180px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.m-section-sitemap .steps {
    position: relative;
    *zoom: 1;
    padding-bottom: 67px;
    border-bottom: 1px solid #4b4d50;
    text-align: center;
}

.m-section-sitemap .steps:before,
.m-section-sitemap .steps:after {
    display: table;
    content: "";
    line-height: 0;
}

.m-section-sitemap .steps:after {
    clear: both;
}

.m-section-sitemap .steps .btns {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 12px 27px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 28px;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.m-section-sitemap .steps .btns:hover {
    border-color: #fff;
}

.m-section-sitemap .steps .btns.first {
    position: absolute;
    left: 0;
}

.m-section-sitemap .steps .btns.third {
    position: absolute;
    right: 0;
}

.m-section-sitemap .steps .btns .arrow {
    margin-left: 5px;
}

.m-section-sitemap .lists {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: top;
    -ms-flex-align: top;
    -webkit-box-align: top;
            align-items: top;
}

.m-section-sitemap .list {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: top;
    text-align: left;
}

.m-section-sitemap .list:first-child {
    margin-left: 0;
}

.m-section-sitemap .list dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.m-section-sitemap .list dd {
    text-align: left;
    margin-bottom: 15px;
}

.m-section-sitemap .list dd a {
    font-size: 14px;
    line-height: 1;
    color: #939599;
}

.m-section-sitemap .list dd a:hover {
    color: #ccc;
}

.m-section-sitemap .list dd.narrow {
    margin-bottom: 10px;
}

.m-section-sitemap .list dd.narrow-inline {
    display: inline-block;
}

.m-section-sitemap .list dd.narrow-inline.narrow-weibo {
    margin-left: 18px;
}

.m-section-sitemap .list dd.narrow-inline:hover .wxScan {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100) \9;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 1;
}

.m-section-sitemap .prd {
    width: 170px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap .prd {
        width: 223px;
    }
}

.m-section-sitemap .help {
    width: 170px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap .help {
        width: 222px;
    }
}

.m-section-sitemap .auth {
    white-space: nowrap;
    width: 270px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap .auth {
        width: 340px;
    }
}

.m-section-sitemap .auth dd {
    margin-bottom: 18px;
}

.m-section-sitemap .auth .txt {
    white-space: normal;
    word-break: break-all;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    overflow: hidden;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 12px;
    line-height: 20px;
}

.m-section-sitemap .auth .isoImg,
.m-section-sitemap .auth .csaImg {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    vertical-align: middle;
}

.m-section-sitemap .contact {
    position: relative;
    font-size: 14px;
    color: #939599;
    width: 270px;
}

@media screen and (min-width: 1200px) {
    .m-section-sitemap .contact {
        width: 290px;
    }
}

.m-section-sitemap .contact .list__dd .list__ddItem {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 20px;
}

.m-section-sitemap .contact .txt {
    line-height: 25px;
}

.m-section-sitemap .contact .link {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    height: 25px;
    vertical-align: -5px;
    margin-left: 10px;
}

.m-section-sitemap .contact .link:hover .wxScan {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100) \9;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 1;
}

.m-section-sitemap .contact .link:hover .wxImg {
    opacity: 0.8;
}

.m-section-sitemap .contact .wxImg {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    opacity: 1;
    vertical-align: baseline;
    margin-left: 5px;
}

.m-section-sitemap .contact .wxScan {
    opacity: 0;
    filter: alpha(opacity=0) \9;
    position: absolute;
    left: 48px;
    top: 50px;
    z-index: -1;
    visibility: hidden;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.m-section-sitemap .contact .u-iconfont {
    font-size: 24px;
}

.m-section-sitemap .joinus {
    width: 80px;
}

.m-section-sitemap .joinus .wx-img {
    margin-bottom: 5px;
}

.m-section-sitemap .joinus .wx-txt {
    width: 112px;
    font-size: 12px;
    color: #939599;
}

.m-footer {
    width: 1152px;
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    padding: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    background-color: #002140;
    color: #A7AEC1;
    margin: 0 auto;
}

.m-footer .address {
    margin-bottom: 22px;
}

.m-footer .police {
    line-height: 1;
}

.m-footer .police .logo {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.bottom-fill {
    width: 100%;
    height: 69px;
    background-color: #292c33;
}

.m-confirm {
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: fixed;
    width: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #fff;
    z-index: 1;

}

.m-confirm.z-show {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.06);
}

.m-confirm .m-confirm__item.wx {
    border-radius: 4px 4px 0px 0px;
}

.m-confirm .m-confirm__item.try {
    border-radius: 0px 0px 4px 4px;
}

.m-confirm .m-confirm__item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #0B4FFC;
    z-index: 1;

}

.m-confirm .m-confirm__item .content {
    width: 120px;
    height: 138px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    padding-top: 10px;
    color: #25345C;
    line-height: 20px;
}

.m-confirm .m-confirm__item:before {
    content: "";
    position: absolute;
    width: 68px;
    left: 0px;
    top: 0;
    height: 1px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);

}

.m-confirm .m-confirm__item .content i {
    display: block;
    width: 24px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 20px;
}

.m-confirm .m-confirm__item:first-child:before {
    display: none;
}

.m-confirm .m-confirm__item .u-iconfont {
    font-size: 28px;
    color: #fff;
}

.m-confirm .m-confirm__item p {
    margin-top: 0;
}

.m-confirm .m-confirm__item p en {
    font-size: 12px;
}

.m-confirm .m-confirm__item:hover {
    background-color: #0B1EFC;
}

.m-confirm .m-confirm__item.online {
    border-radius: 2px 2px 0 0;
}

.m-confirm .m-confirm__item.tel:hover .content {
    visibility: visible;
    right: 80px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.m-confirm .m-confirm__item.tel .content {
    visibility: hidden;
    position: absolute;
    right: 53px;
    top: 3px;
    height: 58px;

    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.m-confirm .m-confirm__item.tel .content p {
    font-size: 14px;
    padding-top: 3px;
}

.m-confirm .m-confirm__item.tel .content span {
    color: #C9CED7;
    ;
}

.m-confirm .m-confirm__item.demo {
    display: block;
    border-radius: 0 0 2px 2px;
}

.m-confirm .m-confirm__item.wx .xwIcon {
    width: 29px;
    padding: 9px 0 4px;
}

.m-confirm .m-confirm__item.wx:hover .content {
    visibility: visible;
    right: 80px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: center;
}

.m-confirm .m-confirm__item.wx .content {
    visibility: hidden;
    position: absolute;
    right: 53px;
    top: 3px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}




.m-confirm .gift-link img {
    margin-top: 10px;
}

.m-yixin {
    *zoom: 1;
    width: 1000px;
    margin: 0 auto;
}

.m-yixin:before,
.m-yixin:after {
    display: table;
    content: "";
    line-height: 0;
}

.m-yixin:after {
    clear: both;
}

@media screen and (min-width: 1200px) {
    .m-yixin {
        width: 1200px;
    }
}

.m-yixin a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}

.m-yixin a:hover {
    opacity: 1;
}

.m-yixin .ttl {
    float: left;
    margin-left: 10px;
}

.m-yixin .navList {
    float: right;
    margin-right: 10px;
}

.m-yixin .navList li {
    float: left;
    margin-left: 66px;
}

.m-yixin .navList li:first-child {
    margin-left: 0;
}

.m-yixin .navList li a {
    font-size: 12px;
}



.g-firstSlide {
    position: relative;
    min-width: 1200px;
    background-color: #081238;
}

.g-swiperNews {
    background-color: #F7F8FA;
    min-width: 1200px;
}



.g-section-times {
    background-color: #f5f6f7;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.m-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.swiper-wrapper {
    z-index: 0;
}

.swiper-button-wrapper {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -24px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.swiper-button-wrapper:hover {
    background: rgba(255, 255, 255, 0.2);
}

.swiper-button-prev-wrapper,
.swiper-button-next-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1580px) {
    .swiper-button-prev-wrapper {
        left: 10px !important;
    }

    .swiper-button-next-wrapper {
        right: 10px !important;
    }
}



.m-swiper-main {
    height: 544px;
}

.m-swiper-main .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.m-swiper-main .swiper-slide.view_left,
.m-swiper-main .swiper-slide.view_center {
    position: relative;
    text-align: center;
}

.m-swiper-main .swiper-slide.view_left .container,
.m-swiper-main .swiper-slide.view_center .container {
    position: relative;
    width: 980px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {

    .m-swiper-main .swiper-slide.view_left .container,
    .m-swiper-main .swiper-slide.view_center .container {
        width: 1180px;
    }
}

.m-swiper-main .swiper-slide.view_left .group_info {
    position: relative;
    top: 196px;
    text-align: left;
    z-index: 2;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .title {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 12px;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .subTitle {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin-bottom: 48px;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .img {
    width: 585px;
}

.m-swiper-main .swiper-slide.view_left .group_info .inf_btns {
    margin-top: 15px;
}

.m-swiper-main .swiper-slide.view_left .group_bg {
    position: absolute;
    right: -200px;
    top: 0;
    bottom: 0;
    text-align: right;
    z-index: 1;
}

.m-swiper-main .swiper-slide.view_left .group_bg .img {
    height: 544px;
    width: auto;
}

.m-swiper-main .swiper-slide.view_center .container {
    text-align: center;
}

.m-swiper-main .swiper-slide.view_center .group_info {
    position: relative;
    margin: 376px auto 0 auto;
    z-index: 2;
}

.m-swiper-main .swiper-slide.view_center .group_info .title {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}

.m-swiper-main .swiper-slide.view_center .group_info .subTitle {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}

.m-swiper-main .swiper-slide.view_center .group_bg {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

.m-swiper-main .swiper-slide.view_center .group_bg .img {
    position: relative;
    left: -50%;
}

.m-swiper-main .swiper-slide.view_center.graphic-tpl .group_info {
    margin-top: 196px;
}

.m-swiper-main .swiper-slide.view_center.graphic-tpl .group_info h2 {
    margin: 22px 0 38px;
}

.m-swiper-main .swiper-slide.cursor-0 {
    cursor: default;
}

.m-swiper-main .swiper-slide .u-btn {
    padding: 11px 43px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 2px;
    background: none;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.m-swiper-main .swiper-slide .u-btn+.u-btn {
    margin-left: 20px;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill {
    color: #fff;
    background-color: #0B4FFC;
    border-color: #0B4FFC;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill:hover {
    color: #fff;
    border-color: #3981ff;
    background-color: #3981ff;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill-white-red {
  color: #FD3032;
  background-color: #fff;
  border-color: #fff;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill-white-red:hover {
  color: #FD3032;
  border-color: #fff;
  background-color: #fff;
}

.m-swiper-main .swiper-slide .u-btn.btn-outline .icon {
    vertical-align: bottom;
}

.m-swiper-main .swiper-slide .u-btn.btn-outline {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.m-swiper-main .swiper-slide .u-btn.btn-outline:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.m-swiper-main .pagination {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: auto;
    bottom: 35px;
    padding: 5px 13px;
    padding-bottom: 3px;
    border-radius: 16px;
    text-align: center;
}

.m-swiper-main .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 30px;
    height: 3px;
    padding: 9px 0;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
}

.m-swiper-main .swiper-pagination-bullet::after {
    display: block;
    content: "";
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.m-swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: #fff;
}

.m-swiperNews {
    *zoom: 1;
    width: 1200px;
    margin: 0 auto;
}

.m-swiperNews:before,
.m-swiperNews:after {
    display: table;
    content: "";
    line-height: 0;
}

.m-swiperNews:after {
    clear: both;
}

.m-swiperNews .list {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

.m-swiperNews .list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    text-align: left;
    border-left: 1px solid #e3e4e6;
}

.m-swiperNews .list li:hover {
    background-color: #fff;
}

.m-swiperNews .list li:first-child {
    border-left: 0;
}

.m-swiperNews .list li a {
    padding: 18px 28px 18px 28px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.m-swiperNews .list li .list_pic {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    text-align: center;
}

.m-swiperNews .list li .list_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.m-swiperNews .list li .list_pic img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.m-swiperNews .list li .list_pic .icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.m-swiperNews .list li .list_main {
    overflow: hidden;
}

.m-swiperNews .list li .list_main .list_main-title {
    font-size: 14px;
    line-height: 1.7;
    color: #25345C;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-swiperNews .list li .list_main .list_main-desc {
    font-size: 12px;
    line-height: 1.7;
    color: #A7AEC1;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-swiperNews .list li a {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.m-swiperNews .list li a:hover {
    color: #efefef;
    text-decoration: none;
}

.m-swiperNews .more {
    float: right;
    display: block;
    width: 50px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    white-space: nowrap;
}

.m-swiperNews .more .gt {
    font-family: "WenQuanYi Micro Hei", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    vertical-align: -2px;
    margin-left: 5px;
}

@media screen and (min-width: 1200px) {
    .m-swiperNews {
        width: 1180px;
    }

    .m-swiperNews .list li {
        width: 192px;
    }
}



.u-btn {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 7px 15px;
    background-color: #49a0f5;
    border: 1px solid #49a0f5;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.u-btn:hover {
    background-color: #237ed9;
    border: 1px solid #237ed9;
    color: #fff;
}

.u-btn.signup {
    padding: 7px 15px;
    background-color: #0B4FFC;
    border: 1px solid #0B4FFC;
    color: #fff;
}

.u-btn.signup:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #383838;
}

.u-btn.signin {
    padding: 7px 15px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.u-btn.signin:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}



.m-content-center {
    width: 1200px;
    margin: auto;
    position: relative;
}

.i_service_t {
    text-align: center;
    padding-top: 15px;
    color: #C9CED7;
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 70px;
}

.i_service_t h2 {
    height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #25345C;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 16px;
}

.i_service_t p {
    font-size: 14px;
}

.g-jjfa-bg {
    height: 600px;
    background-image: url(../images/img_index_solution@2x.png);
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0B4FFC;
    min-width: 1200px;
}

.g-djsy-bg {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}
.g-djsy-bg >img{
  width: 100%;
  margin-bottom: 80px;
}
#fdimg .img {
    position: absolute;
    top: 226px;
    width: 140px;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    cursor: pointer;
}

#fdimg ul li .obj1 {
    left: 235px;
    top: 240px;
    position: absolute;
}

#fdimg ul li .obj2 {
    left: 384px;
    top: 153px;
    position: absolute;
}

#fdimg ul li .obj3 {
    left: 618px;
    top: 148px;
    position: absolute;
}

#fdimg ul li .obj4 {
    left: 775px;
    top: 237px;
    position: absolute;
}

#fdimg ul li .obj5 {
    left: 635px;
    top: 355px;
    position: absolute;
}

#fdimg ul li .obj6 {
    left: 386px;
    top: 365px;
    position: absolute;
}

#fdimg ul li img {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#fdimg ul li.active img {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.g-cpjz{
  margin-bottom: 80px;
}

.g-cpjz .g-cpjz_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.g-cpjz .g-cpjz_list .g-cpjz_item {
    width: 216px;
    height: 280px;
    padding: 44px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #F2F3F5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-cpjz .g-cpjz_list .g-cpjz_item:hover {
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-cpjz .g-cpjz_list .g-cpjz_item dt {
    padding-bottom: 15px;
}

.g-cpjz .g-cpjz_list .g-cpjz_item dd {
    padding-bottom: 15px;
    color: #A7AEC1;
}

.g-cpjz .g-cpjz_list .g-cpjz_item dd.title {
    font-size: 14px;
    color: #25345C;
}

.g-cpjz .g-cpjz_list .g-cpjz_item dd a.g-cpjz_zxkf {
    border: 1px solid #0B4FFC;
    color: #0B4FFC;
    padding: 5px 10px;
}

.g-yyyth-bg {
    height: 480px;
    background-color: #001E39;
    background-image: url(../images/img_index_operation@2x.png);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1200px;
}

.g-yyyth-itm {
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
}

.blingbling {
    border: 2px solid #0DF1FD;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
}

.blingbling0 {
    width: 12px;
    height: 12px;
    background: #0DF1FD;
    border-radius: 50%;
    position: absolute;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.g-yyyth-itm.one {
    left: 483px;
    top: 209px;
}

.g-yyyth-itm.two {
    left: 553px;
    top: 382px;
}

.g-yyyth-itm.three {
    left: 693px;
    top: 167px;
}

.g-yyyth-itm.four {
    left: 825px;
    top: 272px;
}

.g-yyyth-itm.one .blingbling {
    width: 15px;
    height: 15px;
}

.g-yyyth-itm.one .blingbling0 {
    width: 6px;
    height: 6px;
}

.xcx_swiper-hl {
    text-align: left;
    padding-bottom: 50px;
    position: relative;
}

.xcx_swiper-hl .item {
    width: 280px;
    position: relative;
    float: left;
    margin-left: 28px;
    border: 1px solid #F2F3F5;
    padding: 40px 40px 80px;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    word-break: break-all;
}

.xcx_swiper-hl .item:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
}

.xcx_swiper-hl .item h2 {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #25345C;
    line-height: 20px;
    margin-top: 8px;
}

.xcx_swiper-hl .item p {
    width: 277px;
    height: 60px;
    font-size: 12px;
    font-weight: 500;
    color: #A7AEC1;
    line-height: 20px;
    margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    background-size: 24px 24px;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(201, 206, 215, 0.12);
            box-shadow: 0px 0px 10px 4px rgba(201, 206, 215, 0.12);
    border-radius: 48px;
}

.swiper-button-next {
    background-image: url(../images/icon_index_arrowright.svg);
}

.swiper-button-prev {
    background-image: url(../images/icon_index_arrowleft.svg);
}

/* 合作企业 */
.xcx_swiper-qy {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.xcx_swiper-qy .g-hzqy-flexBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xcx_swiper-qy .item {
    width: 10%;
    height: 116px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.xcx_swiper-qy .item>img{
  width: 60px;
}
.xcx_swiper-qy .item h2 {
    font-size: 14px;
    font-weight: 500;
    color: #A7AEC1;
    margin: 8px auto 0;
}



.g-lxjz {
    height: 414px;
    background: -webkit-gradient(linear, left top, right top, from(#1D2432), to(#021E3C));
    background: linear-gradient(to right, #1D2432, #021E3C);

}

.g-lxjz-bg {
    height: 414px;
    background-image: url(../images/img_index_value@2x.png);
    background-size: auto 414px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1200px;
}

.g-lxjz h2 {
    color: #fff;
}

/*主体*/
.tablemain {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

/*TAB导航部分*/
.table_nav {
    width: 1000px;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    border-bottom: 1px solid #A7AEC1;
    padding: 0 100px;
}

.table_nav dl {
    display: inline-block;
    width: 120px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #A7AEC1;
}

.table_nav dl:nth-child(1) dt {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon_value_def.svg) no-repeat center;
}

.table_nav dl:nth-child(2) dt {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon_cost_def.svg) no-repeat center;
}

.table_nav dl:nth-child(3) dt {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon_experience_def.svg) no-repeat center;
}

.table_nav dl:nth-child(4) dt {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon_multiplatform_def.svg) no-repeat center;
}

.table_nav dl:nth-child(5) dt {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: url(../images/icon_technology_def.svg) no-repeat center;
}

.table_nav dl dd.u-underLine {
    display: none;
    height: 1px;
    background-color: #0B4FFC;
}

.table_nav dl.active {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.table_nav dl.active dd {
    color: #fff;
}

.table_nav dl:nth-child(1).active dt {
    background: url(../images/icon_value_select.svg) no-repeat center;
}

.table_nav dl:nth-child(2).active dt {
    background: url(../images/icon_cost_select.svg) no-repeat center;
}

.table_nav dl:nth-child(3).active dt {
    background: url(../images/icon_experience_select.svg) no-repeat center;
}

.table_nav dl:nth-child(4).active dt {
    background: url(../images/icon_multiplatform_select.svg) no-repeat center;
}

.table_nav dl:nth-child(5).active dt {
    background: url(../images/icon_technology_select.svg) no-repeat center;
}

/*图片部分*/
.banner {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.banner-slide {
    width: 1200px;

    display: none;
    text-align: center;
    padding: 50px 0 0;
    color: #A7AEC1;
}

.ban-active {
    display: block;
}

.xcx_swiper-hl dl.item {
    padding: 30px;
    width: 310px;
}

.g-gdnum {
    height: 240px;
    background-color: #0B4FFC;
    background-image: url(../images/img_index_data.png);
    background-size: auto 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 1200px;
}
.g-gdnum-gray{
  height: 200px;
  background-image: url(../images/img_data_bg1.png);
}

.scroll_num,
.scroll_num-gray {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.g-gdnum dl {
    width: 182px;
    margin-top: 50px;
    color: #fff;
}
.g-gdnum-gray dl {
  width: 278px;
  border-right: 1px solid #A7AEC1;
  text-align: center;
}
.g-gdnum-gray dl:last-child{
  border-right:0 none;
}

.g-gdnum dl dt {
    font-size: 40px;
    color: #fff;
    font-style: italic;
}
.g-gdnum-gray dl dt {
  font-weight: bold;
  color: #25345C;
  letter-spacing: 2px;
  font-style: normal;
}
.g-gdnum dl dd {
    margin-left: 5px;
    font-size: 24px;
    margin-top: 10px;
}
.g-gdnum-gray dl dd {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
  color: #25345C;
  letter-spacing: 1px
}

.g-gdnum dl dd.u-underLine {
    height: 4px;
    width: 48px;
    background: #fff;
}

.g-jiejuefangan dl dt {
    float: left;
    margin-right: 15px;
}

.g-jiejuefangan dl dd {
    margin-bottom: 10px;
    color: #A7AEC1;
}

.g-jiejuefangan dl dd.txtbig {
    font-size: 14px;
    color: #25345C;
}

.u-btn {
    position: relative;
}

.m-login {
    position: relative;
}

.m-login ul li {
    float: left;
}

.mianfeiyanshi {
    padding: 15px;
    width: 570px;
    font-size: 14px;
    height: 410px;
    background: #FFFFFF;
    visibility: hidden;
    position: absolute;
    top: 30px;
    right: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.yanshi:hover .mianfeiyanshi {
    visibility: visible;
    top: 50px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.mianfeiyanshi .pcys_add {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.mianfeiyanshi .pcys_add dl {
    padding-right: 50px;
    line-height: 30px;
}

.mianfeiyanshi .pcys_add a {
    color: #C9CED7;
}

.mianfeiyanshi .pcys_add a:hover {
    color: #0B4FFC;
}

.mianfeiyanshi p {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #F0F2F5;
}

.lxkf:hover .lxkf_show {
    visibility: visible;
    right: 80px;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.lxkf .lxkf_show {
    width: 206px;
    height: 32px;
    font-size: 12px;
    color: #25345C;
    text-align: center;
    -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.lxkf .lxkf_show em {
    position: absolute;
    right: -16px;
    top: 3px;
}

.ydys_add {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    padding-top: 20px;
}
.ydys_add img{
	width:100px;
}
/* 顶部菜单白色--------- */
.g-topNav.white .m-topNav .menu {
  color: #002140;
}

.g-topNav.white .m-topLogo {
  background-image: url(../images/icon_logo_blue@2x.png);
}

.g-topNav.white .u-btn.signin {
  border-color: #002140;
  color: #002140;
}

/* tab切换 */
.g-bxxt{
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
.g-bxxt-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.g-bxxt-content .tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-bxxt-content .tab .tab_nav {
  width: 256px;
  height: 570px;
  padding: 15px 0;
}
.g-bxxt-content .tab .tab_cont {
  margin:0 40px;
}
.g-bxxt-content .tab .tab_nav > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 12px;
}
.g-bxxt-content .tab .tab_nav-right > li{
  padding-right: 0;
  padding-left: 12px;
}
.g-bxxt-content .tab .tab_nav > li>.nav-cont{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F2F3F5;
  width: 244px;
  height: 88px;
  cursor: pointer;
  padding: 11px 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  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;
}
.g-bxxt-content .tab .tab_nav > li>.nav-cont>.titleBox{
  width: 100%;
  text-align: center;
}
.g-bxxt-content .tab .tab_nav > li>.nav-cont>.titleBox>.title{
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color:#25345C;
}
.g-bxxt-content .tab .tab_nav > li>.nav-cont>.titleBox>.subTitle{
  font-size: 12px;
  font-weight: 400;
  color:#A7AEC1;
}
.g-bxxt-content .tab .tab_nav > li.active {
  background: url(../images/img_bubble_left.png) no-repeat center;
  background-size: contain;
}
.g-bxxt-content .tab .tab_nav-right > li.active {
  background: url(../images/img_bubble_right.png) no-repeat center;
}
.g-bxxt-content .tab .tab_nav > li.active>.nav-cont{
  background: none;
  color:#fff;
  border: 0 none;
}
.g-bxxt-content .tab .tab_nav > li.active>.nav-cont>.titleBox>.title{
  color:#fff;
}
.g-bxxt-content .tab .tab_nav > li.active>.nav-cont>.titleBox>.subTitle{
  color:#fff;
}
.g-bxxt-content .tab .tab_cont{
  width: 596px;
  height: 570px;
  text-align: center;
  overflow: hidden;
}
.g-bxxt-content .tab .tab_cont > li {
  width: 100%;
  display: none;
}
.g-bxxt-content .tab .tab_cont > li>img{
  width: 100%;
}
.g-bxxt-content .tab .tab_cont > li.active {
  display: block;
}
.dnone {
  display: none !important;
}
/* 吃喝玩乐购 */
.g-chwlg{
  margin-bottom: 50px;
}
.g-chwlg-content{
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.g-chwlg-content .g-chwlg-tab .tab_nav{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li{
  display: inline-block;
  width: 124px;
  text-align: center;
  color:#A7AEC1;
  font-size: 14px;
  cursor: pointer;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li>span{
  display: inline-block;
  line-height: 64px;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li>span>.line{
  width: 100%;
  height: 4px;
  background-color: rgba(0,0,0,0);
  border-radius: 10px;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li:hover{
  font-weight: bold;
  color:#0B4FFC;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li.active{
  font-weight: bold;
  color:#0B4FFC;
}
.g-chwlg-content .g-chwlg-tab .tab_nav>li.active .line{
  background-color: #0B4FFC;
}
.g-chwlg-content .g-chwlg-tab .tab_cont > li {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
}
.g-chwlg-content .g-chwlg-tab .tab_cont > li.active {
  display: block;
}
/* 吃喝玩乐购轮播 */
.xcx_swiper-wm .clearfix>.item,
.xcx_swiper-ms .clearfix>.item,
.xcx_swiper-dyp .clearfix>.item,
.xcx_swiper-bdsh .clearfix>.item,
.xcx_swiper-lycx .clearfix>.item  {
  width: 270px;
  margin: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xcx_swiper-wm .item>img,
.xcx_swiper-ms .item>img,
.xcx_swiper-dyp .item>img,
.xcx_swiper-bdsh .item>img,
.xcx_swiper-lycx .item>img{
  width: 100%;
  border-radius: 10px;
}
.xcx_swiper-wm .item>.itemBottom,
.xcx_swiper-ms .item>.itemBottom,
.xcx_swiper-dyp .item>.itemBottom,
.xcx_swiper-bdsh .item>.itemBottom,
.xcx_swiper-lycx .item>.itemBottom{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 168px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
  -webkit-box-shadow: 0 0 5px #e6e6e6;
          box-shadow: 0 0 5px #e6e6e6;
  padding: 16px;
}
.xcx_swiper-wm .item>.itemBottom>.flexBox,
.xcx_swiper-ms .item>.itemBottom>.flexBox,
.xcx_swiper-dyp .item>.itemBottom>.flexBox,
.xcx_swiper-bdsh .item>.itemBottom>.flexBox,
.xcx_swiper-lycx .item>.itemBottom>.flexBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin:16px 0;
  text-align: center;
}
.xcx_swiper-wm .item>.itemBottom>.bottomBtn,
.xcx_swiper-ms .item>.itemBottom>.bottomBtn,
.xcx_swiper-dyp .item>.itemBottom>.bottomBtn,
.xcx_swiper-bdsh .item>.itemBottom>.bottomBtn,
.xcx_swiper-lycx .item>.itemBottom>.bottomBtn{
  display: block;
  color:#fff;
  background: #0B4FFC;
  line-height: 34px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.xcx_swiper-wm .item>.itemBottom>.flexBox .red,
.xcx_swiper-ms .item>.itemBottom>.flexBox .red,
.xcx_swiper-dyp .item>.itemBottom>.flexBox .red,
.xcx_swiper-bdsh .item>.itemBottom>.flexBox .red,
.xcx_swiper-lycx .item>.itemBottom>.flexBox .red{
  color:#FD333C;
  margin-bottom: 6px;
}
.xcx_swiper-wm .item>.itemBottom>.flexBox .gray,
.xcx_swiper-ms .item>.itemBottom>.flexBox .gray,
.xcx_swiper-dyp .item>.itemBottom>.flexBox .gray,
.xcx_swiper-bdsh .item>.itemBottom>.flexBox .gray,
.xcx_swiper-lycx .item>.itemBottom>.flexBox .gray{
  color:#A7AEC1;
}
.xcx_swiper-wm .item>.itemBottom>.title,
.xcx_swiper-ms .item>.itemBottom>.title,
.xcx_swiper-dyp .item>.itemBottom>.title,
.xcx_swiper-bdsh .item>.itemBottom>.title,
.xcx_swiper-lycx .item>.itemBottom>.title{
  font-weight: 500;
  color: #25345C;
  font-size: 14px;
}
/* 海量卡券权益 */
.g-kqqy{
  background-color: #F2F2FA;
  padding-bottom: 70px;
}
.g-kqqy .i_service_t p{
  color:#A7AEC1;
}
.g-kqqy-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* 卡券权益轮播 */
.xcx_swiper-kqqy .swiper-container .item{
  width: 270px;
  height: 280px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 8px 2px rgba(201,206,215,0.16);
          box-shadow: 0px 6px 8px 2px rgba(201,206,215,0.16);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #F2F3F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 16px;
  margin: 0 8px;
  text-align: center;
}
.xcx_swiper-kqqy .swiper-container .item>img{
  width: 60px;
  margin-bottom: 20px;
}
.xcx_swiper-kqqy .swiper-container .item>.title{
  font-size: 14px;
  color: #25345C;
  font-weight: bold;
  margin-bottom: 4px;
}
.xcx_swiper-kqqy .swiper-container .item>.subTitle{
  font-size: 12px;
  color: #A7AEC1;
}
.xcx_swiper-kqqy .swiper-container .item>.flexBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 18px 0;
}
.xcx_swiper-kqqy .swiper-container .item>.flexBox .red{
  color:#FD333C;
  margin-bottom: 6px;
}
.xcx_swiper-kqqy .swiper-container .item>.flexBox .gray{
  color:#A7AEC1;
}
.xcx_swiper-kqqy .swiper-container .item>.bottomBtn{
  display: block;
  color:#fff;
  background: #0B4FFC;
  line-height: 34px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-family: PingFang SC-Medium, PingFang SC;
}
.xcx_swiper-kqqy .swiper-button-prev,
.xcx_swiper-kqqy .swiper-button-next{
  background-color: #fff;
}
/* 消息群发 */
.g-xxqf{
  background-color: #f2f2fa;
  padding-bottom: 80px;
}
.g-xxqf-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}
.g-xxqf-content>.xxqf-flexBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item{
  width: 270px;
  height: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item:nth-child(-n + 4):hover{
  -webkit-transform: translate(0,-15px);
      -ms-transform: translate(0,-15px);
          transform: translate(0,-15px);
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item:nth-child(n + 5):hover{
  -webkit-transform: translate(0,15px);
      -ms-transform: translate(0,15px);
          transform: translate(0,15px);
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item>.xxqf-flexBox-item-inner{
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 6px rgba(201,206,215,0.12);
          box-shadow: 0px 4px 10px 6px rgba(201,206,215,0.12);
  border: 1px solid #F2F3F5;
  padding: 43px 39px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item>.xxqf-flexBox-item-inner>img{
  width: 92px;
  margin-bottom: 40px;
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item>.xxqf-flexBox-item-inner>.title{
  font-size: 16px;
  font-weight: 400;
  color: #25345C;
  margin-bottom: 14px;
}
.g-xxqf-content>.xxqf-flexBox>.xxqf-flexBox-item>.xxqf-flexBox-item-inner>.txt-content{
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
  color: #A7AEC1;
}
/* 微客云集 分域赋能 */
.g-fyfn{
  margin-bottom: 150px;
}
.g-fyfn-content{
  width: 1200px;
  position: relative;
  margin:0 auto;
}
.g-fyfn-content>.g-fyfn-tab{
  position: relative;
}
.g-fyfn-content>.g-fyfn-tab>.tab_nav{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  height: 380px;
  background: #0B4FFC;
  -webkit-box-shadow: -6px 10px 10px 0px rgba(11,79,252,0.15), 0px -4px 4px 0px rgba(11,79,252,0.15);
          box-shadow: -6px 10px 10px 0px rgba(11,79,252,0.15), 0px -4px 4px 0px rgba(11,79,252,0.15);
  border-radius: 10px 10px 10px 10px;
  padding: 30px 0;
  line-height: 22px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_nav>li{
  color: rgba(255, 255, 255, 0.65);
  padding: 15px 0 15px 20px;
  font-size: 14px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_nav>li.active{
  color: #fff;
  font-weight: bold;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont{
  position: absolute;
  top:28px;
  left:140px;
  width: 1048px;
  height: 420px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li{
  display: none;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li.active{
  display: block;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>.triangle{
  display: block;
  position: absolute;
  top:20px;
  left:-15px;
  width: 0;
  height: 0;
  border-right: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner{
  padding:0 96px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl{
  float:left;
  padding:62px 0;
  width: 460px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fr{
  float: right;
  padding: 85px 0;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl>.title{
  color: #25345C;
  margin-bottom: 28px;
  display: inline-block;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl>.title>.txt{
  line-height: 40px;
  font-size: 40px;
  display: inline-block;
  -webkit-transform: translate(0,14px);
      -ms-transform: translate(0,14px);
          transform: translate(0,14px);
  font-weight: 500;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl>.title::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #A3BCFF;
  border-radius: 6px 6px 6px 6px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl>.subTitle{
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #A7AEC1;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>.fl>.content{
  font-size: 16px;
  font-weight: 400;
  color: #A7AEC1;
  font-size: 12px;
}
.g-fyfn-content>.g-fyfn-tab>.tab_cont>li>.tab_cont_item_inner>img{
  width: 330px;
}
/* 更多服务 */
.g-gdfw{
  margin-bottom: 64px;
}
.g-gdfw .g-gdfw-flexBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #25345C;
}
.g-gdfw .g-gdfw-flexBox>.g-gdfw-flexItem{
  width: 180px;
  height: 160px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 8px 2px rgba(201,206,215,0.16);
          box-shadow: 0px 6px 8px 2px rgba(201,206,215,0.16);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #F2F3F5;
  text-align: center;
  margin-bottom: 16px;
}
.g-gdfw .g-gdfw-flexBox>.g-gdfw-flexItem>img{
  width: 44px;
  padding: 38px 0 27px;
}
.g-zx{
  background-color: #F7FAFE;
  padding:25px 0;
}
.g-zx .g-zx-flex-outer{
  display: flex;
  align-items: center;
}
.g-zx .g-zx-flex-outer .more{
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.g-zx .g-zx-flex-outer .more .img{
  margin-left: 10px;
}
.g-zx .g-zx-flex-outer a{
  color: #333333;
}
.g-zx .g-zx-flex{
  display: flex;
}
.g-zx .g-zx-flex .g-zx-flex-item{
  width: 305px;
  margin-right: 30px;
  border-right: 1px solid #E8E8E8;
  padding:5px 30px 5px 0;
  cursor: pointer;
}
.g-zx .g-zx-flex .g-zx-flex-item .title{
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  display: flex;
}
.g-zx .g-zx-flex .g-zx-flex-item:hover .title,
.g-zx .g-zx-flex .g-zx-flex-item:hover .subTitle{
  color:#0B4FFC;
}
.g-zx .g-zx-flex .g-zx-flex-item .subTitle{
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.codeFlexBox{
  display: flex;
}
.codeFlexBox .codeBox{
  margin-right:20px;
}
