﻿/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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





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


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}





/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}





/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}





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


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}





/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}





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





/**
 * 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
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}





/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}





/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}





/**
 * 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 style in Android 4.3-.
 */

dfn {
    font-style: italic;
}





/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}





/**
 * 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
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}





/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}





/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}





/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}





/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
    border: none;
    padding: 0;
}





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

button,
input {
    /* 1 */
    overflow: visible;
}





/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}





/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],




/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}





/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}





/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}





/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}





/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}





/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}





/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}





/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,




/* 1 */

menu {
    display: block;
}





/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}





/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}





/**
 * Add the correct display in IE.
 */

template {
    display: none;
}





/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}





/**
公共样式区域
 */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Helvetica, Arial, "Heiti SC","PingFang SC", "Hiragino Sans GB",  "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}





/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}





/*
自定义公共样式
*/

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.datepicker td {
    font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}



/* 清除浮动 */

.clearfix:before,
.clearfix:after {

    content: "";

    display: block;

    clear: both;
}

.clearfix {
    zoom: 1;
}

p{
    text-align: justify;
}
.swal-text{
    font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}


/*声明 WebFont*/

@font-face {
    font-family: 'FZLTKHK';
    src: url('../fonts/fzltkhk.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fangzheng';
    src: url('../fonts/fangzheng.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heijian';
    src: url('../fonts/heijian.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'teheijian';
    src: url('../fonts/teheijian.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINLig';
    src: url('../fonts/dinlight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINMed';
    src: url('../fonts/dinmedium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINReg';
    src: url('../fonts/dinregular.ttf');
    font-weight: normal;
    font-style: normal;
}





/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #023894;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


/* 图标 */

.iconlocation {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url('../images/iconloaction.png') center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.iconphone {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url('../images/iconphone.png') center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.iconinter{
     width: 24px;
    height: 22px;
    display: inline-block;
    background: url('../images/iconinter.png') center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.iconmail {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url('../images/iconmail.png') no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.iconright {
    width: 24px;
    height: 20px;
    display: inline-block;
    background: url('../images/iconright.png') no-repeat;
    vertical-align: middle;
}

.error-statu {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../images/errorstatu.png') no-repeat;
    background-size: 20px 20px;
}

.success-statu {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../images/successstatu.png') no-repeat;
    background-size: 20px 20px;
}
.statu{
    width: 26px;
    height: 26px;
    display: inline-block;
    visibility: hidden;
}

/* 下拉框 */

.sewv {
    position: relative;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    width: 100%;
    height: 44px;
    border: 1px #e6e6e6 solid;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
}

.sewvtop:hover {
    /* border: 1px #57c5f7 solid; */
}

.sewvtop>span {
    float: left;
    text-align: center;
    width: 300px;
    height: 44px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 44px;
    color: #434343;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC Bold", "Hiragino Sans GB Bold", "Heiti SC Bold", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.sewvtop>em {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
}

.sewvbm {
    width: 100%;
    position: absolute;
    left: 0;
    top: 44px;
    display: none;
    border: 1px #c3c3c3 solid;
    border-radius: 2px;
    z-index: 999;
    background-color: #fff;
}

.sewvbm>li {
    cursor: pointer;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #434343;
    /* padding-left: 5px; */
    font-family: 'heijian';
    border-bottom: 1px solid #c3c3c3;
}

.sewvbm>li:nth-last-child(1) {
    border-bottom: none;
}

.sewvbm>li:hover {
    background: #8aa3d4;
    color: #fff;
}


.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*top栏*/

.top-bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    background-color: #023894;
    color: #ffffff;
}

.top-bar ul,
.top-bar li {
    list-style: none;
}

.top-bar .lang-change {
    float: left;
    padding-left: 30px;
}

.top-bar a {
    color: #ffffff;
}

.top-bar .lang-change span {
    font-size: 14px;
    padding: 0px 5px;
}

.top-bar .fn-content {
    float: right;
}

.top-bar .fn-content a {
    font-size: 14px;
}

.top-bar .fn-content li {
    float: left;
}

.top-bar .fn-content .text-item {
    padding: 0px 14px;
}

.top-bar .fn-content .icon-item i {
    display: inline-block;
    margin: 4px 8px 0px;
    vertical-align: middle;
    cursor: pointer;
}

.top-bar .fn-content .icon-item a {
    font-size: 14px;
}

.top-bar .weChat-icon {
    width: 31px;
    height: 27px;
    background: url("../images/wechat.png") no-repeat;
    background-size: 80%;
}

.top-bar .email-icon {
    width: 30px;
    height: 19px;
    background: url("../images/email.png") no-repeat;
    background-size: 80%;
}

.top-bar .ie-icon {
    width: 26px;
    height: 25px;
    background: url("../images/ie.png") no-repeat;
    background-size: 80%;
}





/*导航栏*/

.nav-bar {
    height: 148px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-bar .logo-content {
    position: :absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 148px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.nav-bar .logo-content .logo-box {
    width: 300px;
    height: 125px;
    cursor: pointer;
    margin-top: 22px;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
}

.nav-bar .logo-content .logo {
    width: 300px;
    height: 104px;
    display: inline-block;
    background: url("../images/logo.png") no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
}

.connect-info>div{
    line-height: 30px;
}

.nav-bar .nav-content {
    position: absolute;
    left: 300px;
    top: 0;
    width: 900px;
    height: 156px;
}

.nav-bar .nav-content>li {
    float: left;
    display: inline-block;
    margin: 64px 0px 0px 54px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.nav-bar .nav-content>li ul {
    display: none;
    padding-top: 10px;
    margin-top: 1px;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, .75);
    padding: 0px 10px;
}

.nav-bar .nav-content>li ul li {
    padding: 8px 0px;
}

.nav-bar .nav-content>li ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    height: 100%;
    color: #023894;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC Bold", "Hiragino Sans GB Bold", "Heiti SC Bold", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}



.nav-bar .nav-content .cn-title {
    font-size: 18px;
    color: #023894;
    margin-bottom: 6px;
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC Bold", "Hiragino Sans GB Bold", "Heiti SC Bold", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.nav-bar .nav-content .en-title {
    font-size: 12px;
    color: #6f6f6f;
    word-wrap: break-word;
    line-height: 12px;
    cursor: pointer;
    padding: 0px 10px;
    display: inline-block;
    font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}






/*底部*/

.bottom-bar {
    background-color: #95acd8;
    height: 100px;
}

.bottom-bar .copyright {
    font-size: 13px;
    line-height: 30px;
    float: left;
}

.back-to-top {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC Bold", "Hiragino Sans GB Bold", "Heiti SC Bold", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-right: 40px;
}





/* 侧边导航 */

.main-content {
    position: relative;
}

.main-content .main-header {
    position: relative;
    z-index: 888;
    width: 1200px;
    height: 40px;
    background: url('../images/background.png') no-repeat;
    color: #ffffff;
}

.main-content .line {
    font-size: 20px;
    line-height: 40px;
}

.main-content .group-name {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.main-content .active-title {
    padding-left: 50px;
}

.main-content .left-bar {
    width: 180px;
    background-color: #c8c8c8;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.main-content .left-bar ul {
    margin-top: 40px;
}

.main-content .left-bar li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}
.main-content .left-bar li a {
    color: #ffffff;
    font-size: 16px;
}

.main-content .left-bar li.active-tag {
    background-color: #8aa3d4;
}

.main-content .left-bar li#no-hover {
    background-color:  #c8c8c8;
}
.main-content .left-bar li#no-hover a{
    font-size: 16px;
}
.main-content .left-bar li.hover {
    background-color: #8aa3d4;
}
.main-content .left-bar li.hover a{
     font-size: 18px;
    font-weight: 600;
}
.main-content .left-bar li.active-tag a {
    font-size: 18px;
    font-weight: 600;
}

.main-content .right-content {
    padding: 30px 30px 40px 210px;
}


.swiper-slide,.back-to-top{
    cursor: pointer;
}
.qc-content{
    position: relative;
}
.qc-content div{
    text-align: center;
    padding: 12px;
    background-color: #fff;
    box-shadow: 1px 2px 2px 0px #efefef;
    position: absolute;
    width: 160px;
    top: 42px;
    left: 0;
    z-index: 9999;
    height: 200px;
    display: none;
}
.qc-content h3{
    color: #023894;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
    margin-top: -10px;
    font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.qc-content h3 a{
color: #023894;
font-family: Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.qc-content div img{
    text-align: center;
    width: 72px;
    height: 72px;
}