﻿html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
    cursor: pointer;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

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

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.removefix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.removefix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.companyweb,
.meunweb,
.indexweb {
    padding: 0px 10px;
}

.companywebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
    display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
    display: block;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width:320px) {
    body {
        min-width: 320px;
    }
}

@media (min-width:768px) {

    .companyweb,
    .meunweb,
    .indexweb {
        padding: 0px 20px;
    }

    .companywebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width:992px) {

    .companyweb,
    .meunweb,
    .indexweb {
        padding: 0px 40px;
    }

    .companywebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1200px) {
    html {
        cursor: default;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1260px) {
    .companyweb {
        margin: 0px auto;
        max-width: 1200px;
        padding: 0;
    }

    .meunweb {
        padding: 0 2.5%;
    }
}

@media (min-width:1600px) {
    .full-fiyta-footer .companyweb {
        max-width: 1400px;
    }
}

.title {
    font-size: 16px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
    cursor: pointer;
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

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

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"] {
    cursor: pointer;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.removefix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.removefix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.companyweb,
.meunweb,
.indexweb {
    padding: 0px 10px;
}

.companywebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
    display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
    display: block;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width:320px) {
    body {
        min-width: 320px;
    }
}

@media (min-width:768px) {

    .companyweb,
    .meunweb,
    .indexweb {
        padding: 0px 20px;
    }

    .companywebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width:992px) {

    .companyweb,
    .meunweb,
    .indexweb {
        padding: 0px 40px;
    }

    .companywebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1200px) {
    html {
        cursor: default;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width:1260px) {
    .companyweb {
        margin: 0px auto;
        max-width: 1200px;
        padding: 0;
    }

    .meunweb {
        padding: 0 2.5%;
    }
}

@media (min-width:1600px) {
    .full-fiyta-footer .companyweb {
        max-width: 1400px;
    }
}

.title {
    font-size: 16px;
}

.title {
    font-size: 16px;
}

.meunweb {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.title {
    font-size: 16px;
}

.footer {
    text-align: center;
    color: #999999;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    color: #999999;
    line-height: 24px;
    position: relative;
}

.footer .tel {
    padding: 0 0 0 10px;
}

.footer img {
    vertical-align: middle;
    margin: 0 3px;
}

.footer .ems-cnpl {
    width: 120px;
    height: 120px;
    padding: 4px;
    background-color: #1e90f8;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -131px;
    display: none;
}

.footer .ems-cnpl img {
    display: block;
    max-width: 100%;
    margin: 0;
}

.footer .ems-cnpl:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #1e90f8;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
}

.homebody .footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.homebody .footer a {
    color: #fff;
}

@media (min-width:768px) {

    .homebody .footer,
    .homebody .footer a {
        line-height: 40px;
    }

    .footer .copyright {
        margin-left: 5px;
    }

    .footer .foot-left {
        position: static;
        left: 50px;
        bottom: 26px;
        z-index: 20;
        float: left;
    }

    .footer .foot-right {
        position: static;
        right: 50px;
        bottom: 26px;
        z-index: 20;
        float: right;
    }
}

.title {
    font-size: 16px;
}

.meun-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    height: 60px;
    padding: 10px 0 0 0;
    background-color: #fff;
}

.meun-top.shawo {
    background: #FFffff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.meun-top.active,
.meun-top.cur,
.meun-top.shawo,
.meun-top.meun-black {
    background-color: #FFffff;
}

.meun-top.active .logo .logo-img,
.meun-top.cur .logo .logo-img,
.meun-top.shawo .logo .logo-img,
.meun-top.meun-black .logo .logo-img {
    opacity: 1;
}

.meun-top.active .logo img,
.meun-top.cur .logo img,
.meun-top.shawo .logo img,
.meun-top.meun-black .logo img,
.meun-top.active .logo .ac.hide,
.meun-top.cur .logo .ac.hide,
.meun-top.shawo .logo .ac.hide,
.meun-top.meun-black .logo .ac.hide {
    opacity: 0;
}

.meun-top.active .meun-tool .menu-handle,
.meun-top.cur .meun-tool .menu-handle,
.meun-top.shawo .meun-tool .menu-handle,
.meun-top.meun-black .meun-tool .menu-handle {
    background-image: url("../images/menubtnac.png");
    background-size: 29px 19px;
    background-position: 0px 5px;
}

.meun-top.active .meun-tool .menu-handle.cur,
.meun-top.cur .meun-tool .menu-handle.cur,
.meun-top.shawo .meun-tool .menu-handle.cur,
.meun-top.meun-black .meun-tool .menu-handle.cur {
    background-image: url("../images/forkac.png");
    background-size: auto;
    background-position: 0px 3px;
}

.meun-top.active .meun-tool .seach-handle,
.meun-top.cur .meun-tool .seach-handle,
.meun-top.shawo .meun-tool .seach-handle,
.meun-top.meun-black .meun-tool .seach-handle {
    background-image: url("../images/seach.png");
    background-size: 18px 18px;
}

.meun-top.active .meun-tool .seach-handle.g_close,
.meun-top.cur .meun-tool .seach-handle.g_close,
.meun-top.shawo .meun-tool .seach-handle.g_close,
.meun-top.meun-black .meun-tool .seach-handle.g_close {
    background-image: url("../images/forkac.png");
}

.logo {
    position: absolute;
    z-index: 9;
}

.logo img {
    height: 41px;
}

.logo .logo-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.logo .logo-img.show {
    opacity: 1;
}

.meun-tool {
    float: right;
    position: relative;
    top: 5px;
    z-index: 9;
}

.meun-tool .menu-handle {
    float: right;
    width: 30px;
    height: 30px;
}

.meun-tool .menu-handle.cur {
    background-image: url(../images/fork.png);
}

.meun-tool .seach-handle {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 14px;
    background: url(../images/btn-seach.png) no-repeat center;
    background-position: 0px 5px;
    background-size: 18px 18px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.meun-tool .seach-handle.g_close {
    background-image: url(../images/forkac.png);
}

.menu-nav {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    height: 100%;
    background: #ffffff;
    padding: 0;
    display: none;
    overflow-y: scroll;
    padding-bottom: 190px;
}

.menu-nav.cur {
    display: none;
}

.menu-nav li {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 0 20px;
}

.menu-nav li h3 {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 10px;
}

.menu-nav li h3 a {
    display: block;
    padding: 14px 0;
}

.menu-nav li h3 .num {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    font-family: Arial;
    font-weight: lighter;
    color: #8adbee;
    font-size: 20px;
}

.menu-nav li.cur .phseachicon:after {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 24px;
}

.sub-nav {
    display: none;
    width: 100%;
    z-index: 3;
    padding: 0 0 15px 55px;
}

.sub-item a {
    display: block;
    text-align: left;
    padding: 6px 0;
}

.phseachicon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 70%;
}

.phseachicon:after {
    content: "";
    position: absolute;
    top: 29px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.full-menu-nav {
    display: none;
}

.seachlcm {
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    display: none;
    z-index: 65;
}

.seachlcm .seach-form {
    position: relative;
}

.seachlcm .seach-title {
    display: none;
}

.seachlcm .seachtext {
    width: 100%;
    height: 40px;
    padding: 10px 60px 10px 10px;
    border: 1px solid #ddd;
}

.seachlcm .btn-seach {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    color: #fff;
    background: url("../images/seachicon.png") no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

@media (min-width:1024px) {

    .meun-top.active,
    .meun-top.cur,
    .meun-top.shawo,
    .meun-top.meun-black {
        background: #fff;
    }

    .meun-top.active .menu-nav li h3 a,
    .meun-top.cur .menu-nav li h3 a,
    .meun-top.shawo .menu-nav li h3 a,
    .meun-top.meun-black .menu-nav li h3 a {
        color: #54536c;
    }

    .seachlcm {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .seachlcm .seachtext {
        border-left: 0;
        border-top: 0;
        border-right: 0;
        font-size: 24px;
        padding: 0 10px;
        height: 100px;
        line-height: 100px;
    }

    .seachlcm .seachtext::-webkit-input-placeholder {
        color: #9a9a9a;
    }

    .seachlcm .seachtext:-moz-placeholder {
        color: #9a9a9a;
    }

    .seachlcm .seachtext::-moz-placeholder {
        color: #9a9a9a;
    }

    .seachlcm .seachtext:-ms-input-placeholder {
        color: #9a9a9a;
    }

    .seachlcm .btn-seach {
        width: 32px;
        height: 94px;
        background-size: auto;
    }

    .seachlcm .top-seach {
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        width: 80%;
        max-width: 970px;
    }

    .seachlcm .seach-title {
        display: block;
        text-align: center;
        padding: 0 0 93px;
    }

    .seachlcm .seach-title .en {
        font-size: 88px;
        line-height: 90px;
        text-transform: uppercase;
        font-family: DINEng;
        color: #f6f6f6;
        letter-spacing: 20px;
    }

    .seachlcm .seach-title .cn {
        font-size: 56px;
        line-height: 60px;
        color: #54536c;
        position: relative;
        top: -46px;
    }

    .logo {
        position: absolute;
        z-index: 99;
        left: 50px;
        top: 14px;
    }

    .logo img {
        height: 46px;
    }

    .logo .logo-img {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
    }

    .meun-tool {
        right: 50px;
        top: 25px;
        position: absolute;
        z-index: 99;
    }

    .meun-top {
        position: relative;
        height: 80px;
        padding: 0;
        z-index: 100;
    }

    .phseachicon {
        display: none !important;
    }

    .menu-nav {
        position: static;
        display: block !important;
        padding: 0 116px 0 16%;
        overflow-y: visible;
        height: 79px;
    }

    .menu-nav a {
        color: #34364b;
    }

    .menu-nav ul {
        font-size: 0;
        text-align: right;
    }

    .menu-nav li {
        border-bottom: none;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        padding: 0 16px;
        position: static;
    }

    .menu-nav li h3 {
        padding: 0;
        font-size: 16px;
    }

    .menu-nav li h3 a {
        display: block;
        padding: 28px 0;
    }

    .menu-nav li h3 a:after {
        content: "";
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 51%;
        right: 51%;
        z-index: -1;
        background-color: #8adbee;
        -o-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-property: left, right;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        display: none;
    }

    .menu-nav li:hover h3 a:after,
    .menu-nav li.cur h3 a:after {
        left: 0;
        right: 0;
        z-index: 1;
    }
}

@media (min-width:1024px) and (min-width:1280px) {
    .logo img {
        height: 52px;
    }
}

@media (min-width:1024px) {
    .full-menu-nav {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        width: 100%;
        height: 100%;
    }

    .full-menu-nav .full-navbg {
        position: relative;
        z-index: 3;
        height: 100%;
        overflow: hidden;
        background: url(../images/navlibg.jpg) no-repeat center;
        background-size: cover;
    }

    .full-menu-nav .full-navbg::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 2;
        width: 81.25%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
        height: 100%;
        background-repeat: repeat-y;
        background-position: center 0;
        background-size: 100% auto;
        background-image: url(../images/linebg.png);
        display: none;
    }

    .full-menu-nav::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 2;
        width: 81.25%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
        height: 100%;
        background-repeat: repeat-y;
        background-position: center 0;
        background-size: 100% auto;
    }

    .full-menu-nav .nav-swiper {
        position: relative;
        z-index: 3;
        height: 100%;
        overflow: visible;
    }

    .full-menu-nav .nav-swiper li {
        width: 14.27083%;
        border-right: 1px solid #f0f0f0;
        background-color: #ffffff;
    }

    .full-menu-nav .nav-swiper li:hover {
        background: none;
    }

    .full-menu-nav .nav-swiper li:last-child {
        border: 0;
    }

    .full-menu-nav .nav-swiper li a {
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

    .full-menu-nav .menulink {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .full-menu-nav .nav-swiper li:hover .libg {
        opacity: 1;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    .full-menu-nav .nav-swiper li:hover a {
        color: #ffffff;
    }

    .full-menu-nav .nav-swiper li:hover a {
        opacity: 1;
    }

    .full-menu-nav .nav-swiper li .subnav {
        opacity: 1;
        text-align: center;
    }

    .full-menu-nav .nav-swiper .swiper-slide:hover .id,
    .full-menu-nav .nav-swiper .swiper-slide:hover .title,
    .full-menu-nav .nav-swiper .swiper-slide:hover .subnav {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .full-menu-nav .nav-swiper li:hover .title {
        width: 100%;
    }

    .full-menu-nav .nav-swiper li:hover .id:before {
        opacity: 1;
    }

    .full-menu-nav .nav-swiper .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: -o-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform, -o-transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .full-menu-nav.active {
        z-index: 51;
        opacity: 1;
    }

    .full-menu-nav.active li {
        top: 0;
        opacity: 1;
    }

    .full-menu-nav li {
        position: relative;
        top: -40px;
        opacity: 0;
        -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
        -o-transition-duration: 0.5s, 0.5s, 0.5s;
        transition-duration: 0.5s, 0.5s, 0.5s;
        -webkit-transition-property: opacity, top;
        -o-transition-property: opacity, top;
        transition-property: opacity, top;
    }

    .full-menu-nav li:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .full-menu-nav li:nth-child(2) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .full-menu-nav li:nth-child(3) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .full-menu-nav li:nth-child(4) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .full-menu-nav li:nth-child(5) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .full-menu-nav li:nth-child(6) {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .full-menu-nav li:nth-child(7) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .full-menu-nav li .id {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        font-size: 56px;
        line-height: 56px;
        color: #f6f6f6;
        font-family: DINEng;
        text-align: center;
    }

    .full-menu-nav li .id::before {
        content: '';
        display: block;
        width: 1px;
        height: 62px;
        background-color: #00b9fc;
        margin: 0 auto 25px;
        opacity: 0;
    }

    .full-menu-nav li .full-item {
        position: absolute;
        left: 0;
        top: 29%;
        width: 100%;
    }

    .full-menu-nav li .title {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        text-align: center;
        font-size: 24px;
        color: #545454;
        line-height: 28px;
        margin: 57px 0 29px;
    }

    .full-menu-nav li .subnav {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        font-size: 14px;
        line-height: 28px;
    }

    .full-menu-nav li .subnav a {
        color: #9a9a9a;
        position: relative;
        z-index: 11;
    }
}

@media (min-width:1260px) {
    .meunweb {
        max-width: 85%;
    }

    .meun-tool {
        right: 0;
    }

    .logo {
        left: 20px;
        margin-top: 8px
    }

    #web_log {
        width: auto;
        margin: 5px 0;
    }
}

@media (min-width:1600px) {
    .full-menu-nav li .id {
        font-size: 88px;
        line-height: 88px;
    }

    .full-menu-nav li .id::before {
        margin-bottom: 86px;
    }
}

.homebody .meun-top.active,
.homebody .meun-top.shawo,
.homebody .meun-top.meun-black {
    background: #fff;
}

.homebody .meun-top {
    position: fixed;
}

.title {
    font-size: 16px;
}

.insbody {
    overflow-y: auto;
}

.insbody .footer {
    position: relative;
}

.insbody .footer .foot-right,
.insbody .footer .foot-left {
    position: static;
}

.top-img {
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    max-height: 500px;
}

.top-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ovhid {
    overflow: hidden;
}

.logo-img {
    color: #8adbee;
}

.disblock {
    display: block;
}

.inblock {
    display: inline-block;
}

.font16 {
    font-size: 14px;
}

.font18,
.font20 {
    font-size: 16px;
}

.font22,
.font24,
.font30 {
    font-size: 18px;
}

.font32,
.font36 {
    font-size: 20px;
}

.font60 {
    font-size: 30px;
}

.ovhid {
    overflow: hidden;
}

.logo-img {
    color: #00b9ef;
}

.lighter {
    font-weight: lighter;
}

.unline {
    text-decoration: underline;
}

.m-class {
    letter-spacing: 2px;
    color: #585858;
    display: none;
}

.m-tit {
    padding: 15px 0 10px;
}

.container {
    padding-bottom: 30px;
}

.insbody .footer {
    border-top: 0px solid #ddd;
}

.single {
    padding: 0 10px;
}

.loadmore {
    overflow: hidden;
    padding: 10px 0;
}

.loadmore a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #00a1eb;
}

.column-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

@media (min-width:550px) {
    .top-img img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }
}

@media (min-width:768px) {
    .single {
        padding: 0;
    }

    .insbody .footer {
        padding: 28px 2.8% 20px 2%;
    }

    .insbody .footer .foot-left {
        float: left;
    }

    .insbody .footer .tel {
        margin-left: 5px;
    }

    .insbody .footer .foot-right {
        float: right;
        text-align: right;
    }

    .font16 {
        font-size: 16px;
    }

    .font18,
    .font22,
    .font20 {
        font-size: 18px;
    }

    .font30,
    .font24 {
        font-size: 22px;
    }

    .font32,
    .font36 {
        font-size: 24px;
    }

    .container {
        padding-bottom: 50px;
    }

    .wrapper {
        padding: 0 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .m-class {
        padding: 25px 0;
    }

    .m-tit {
        padding: 20px 0;
    }

    .stock-right {
        padding-bottom: 10px;
    }
}

@media (min-width:1024px) {
    .insbody .footer .tel {
        margin-left: 15px;
    }

    .font22,
    .font20 {
        font-size: 20px;
    }

    .font24 {
        font-size: 24px;
    }

    .font30 {
        font-size: 28px;
        line-height: normal;
    }

    .wrapper {
        padding: 0 40px;
    }

    .loadmore {
        padding: 15px 0;
    }

    .loadmore a {
        line-height: 50px;
    }

    .top-img {
        margin-top: 0;
    }
}

@media (min-width:1200px) {
    .insbody .footer .tel {
        margin-left: 30px;
    }

    .font22 {
        font-size: 22px;
    }

    .font30 {
        font-size: 30px;
    }

    .font32 {
        font-size: 32px;
        line-height: normal;
    }

    .font36 {
        font-size: 36px;
        line-height: normal;
    }

    .m-class {
        letter-spacing: 3px;
        padding: 32px 0;
    }

    .m-tit {
        padding: 34px 0 24px;
    }
}

@media (min-width:1260px) {
    .wrapper {
        padding: 0 0 60px;
        position: relative;
        z-index: 3;
    }

    .top-img img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        min-height: 500px;
        background-color: #fff;
    }

    .container:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        z-index: 1;
        background-color: #fff;
    }

    .container:after {
        content: '';
        display: block;
    }
}

.column-list {
    font-size: 0;
    padding: 0 10px;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}

.column-list a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    padding: 12px 10px;
    position: relative;
}

.column-list a:last-child {
    margin-right: 0;
}

.column-list a.on {
    background-color: #0096df;
}

.column-list a:nth-child(2n).on {
    background-color: #9dc815;
}

@media (min-width:768px) {
    .column-list a {
        min-width: 145px;
        font-size: 16px;
        padding: 15px 10px;
    }
}

@media (min-width:1200px) {
    .column-list {
        background-position-x: right;
    }

    .column-list a {
        padding: 23px 10px;
        font-size: 18px;
    }

    .column-list a:hover {
        background-color: #0096df;
        color: #fff;
    }

    .column-list a:nth-child(2n):hover {
        background-color: #9dc815;
    }
}

.design {
    color: #54536c;
    text-align: justify;
}

.design-bd {
    padding-top: 30px;
    position: relative;
}

.design-bd img {
    display: block;
    width: 100%;
}

.design-dot {
    position: absolute;
    bottom: 0 !important;
    z-index: 20;
    text-align: center;
    vertical-align: top;
}

.design-dot span {
    background-color: #fff;
    opacity: 1;
}

.design-dot span.swiper-pagination-bullet-active {
    background-color: #8adbee;
}

.design-link {
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#00b9ef), to(#008ee8));
    background: -webkit-linear-gradient(left, #00b9ef, #008ee8);
    background: -o-linear-gradient(left, #00b9ef, #008ee8);
    background: linear-gradient(to right, #00b9ef, #008ee8);
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.design-link .icon {
    background: url(../images/wicon01.png) 23px center no-repeat;
    display: block;
    padding-left: 52px;
    text-align: left;
}

.design-hd {
    text-align: center;
}

@media (min-width:768px) {
    .design-hd {
        text-align: right;
        padding-top: 30px;
    }

    .design-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 20;
        font-size: 0;
    }

    .design-btn a {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-left: 1px;
    }

    .design-btn .prev {
        background: #fff url(../images/wicon02.png) center no-repeat;
    }

    .design-btn .next {
        background: url(../images/wicon03.png) center no-repeat;
    }
}

@media (min-width:1200px) {
    .design {
        font-size: 16px;
    }

    .design-bd {
        padding-top: 35px;
    }

    .design-hd {
        padding-top: 85px;
    }
}

.dev-introduction-tab {
    padding-bottom: 30px;
    color: #54536c;
}

.dev-introduction .Album {
    text-align: center;
}

.dev-introduction-tab .tag {
    padding-bottom: 10px;
}

.dev-introduction-img {
    padding-top: 20px;
}

.dev-introduction-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.dev-imgTag {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
}

.dev-imgTag h3 {
    color: #0084ff;
    padding-bottom: 10px;
}

.borimg-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/wicon04.png) repeat-x;
    margin: 30px 0 25px;
}

.dev-star h3 {
    text-align: center;
    padding-bottom: 20px;
}

.star-bd {
    text-align: center;
    color: #54536c;
}

.star-bd img {
    width: 100%;
    display: block;
}

.star-bd li {
    overflow: hidden;
    width: auto;
}

.star-bd .post {
    padding-top: 8px;
    padding-bottom: 2px;
}

.star-bd .name {
    color: #0075be;
}

.star-bd .name:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #9dc815;
    margin: 10px auto;
}

.star-bd .desc {
    font-size: 12px;
}

.institute-tab {
    padding-top: 30px;
}

.institute-ul {
    padding-bottom: 20px;
}

.institute-ul h3 {
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#00b9ef), to(#0097d7));
    background: -webkit-linear-gradient(left, #00b9ef, #0097d7);
    background: -o-linear-gradient(left, #00b9ef, #0097d7);
    background: linear-gradient(to right, #00b9ef, #0097d7);
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

.institute-li {
    padding: 10px 0 10px 20%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.institute-li span {
    padding: 0 10px;
    font-size: 12px;
}

.institute-li .item1 {
    width: 20%;
    position: absolute;
    left: 0;
    top: 10px;
}

.institute-li .item2 {
    width: 70%;
    float: left;
}

.institute-li .item3 {
    width: 30%;
    float: left;
}

.Album.borimg-top h2 {
    color: #585858;
    padding-bottom: 10px;
}

.Album.borimg-top:before {
    margin: 10px 0 20px;
}

.Album.borimg-top .lnactivity-wrapper {
    padding: 0;
}

.Album.borimg-top .activeity-min {
    border: none;
}

.Album.borimg-top .lnactivity-list .activeity-min .text {
    padding: 12px 10px 12px 0;
    font-size: 14px;
    color: #54536c;
}

@media (min-width:768px) {
    .dev-introduction-text {
        width: 100%;
        float: left;
    }

    .dev-introduction-text-left {
        width: 62%;
    }

    .dev-introduction-img {
        width: 33%;
        float: right;
        padding: 10px;
    }

    .institute .dev-introduction-img {
        width: 36%;
        padding: 0;
    }

    .dev-imgTag {
        padding-top: 100px;
        padding-right: 20%;
    }

    .star-bd .desc {
        padding: 0 10px;
        font-size: 14px;
    }

    .star-hd a {
        width: 31px;
        height: 32px;
        display: block;
        position: absolute;
        top: 70px;
        background: url(../images/wicon05.png) no-repeat;
    }

    .star-hd .prev {
        left: 0;
        background-position: left top;
    }

    .star-hd .next {
        right: 0;
        background-position: right top;
    }

    .star-scroll {
        position: relative;
        padding: 0 55px;
    }

    .institute-li {
        padding: 20px 0 20px 20%;
    }

    .institute-li h3 {
        font-size: 18px;
    }

    .institute-li span {
        font-size: 16px;
        line-height: 30px;
    }

    .institute-li .item1 {
        top: 20px;
    }

    .Album.borimg-top:before {
        margin: 30px 0 30px;
    }

    .Album.borimg-top h2 {
        padding-bottom: 15px;
    }
}

@media (min-width:1024px) {
    .dev-introduction-text {
        font-size: 16px;
    }

    .dev-introduction-text .tag {
        padding-bottom: 20px;
    }

    .dev-introduction-img {
        padding-top: 0;
    }

    .star-hd a {
        top: 105px;
    }

    .institute-tab {
        padding-top: 43px;
    }

    .institute-ul {
        width: 50%;
        float: left;
        padding-bottom: 0;
    }

    .institute-tab .institute-ul:nth-of-type(2) {
        border-left: 1px dashed #ddd;
    }

    .institute-tab .institute-ul:nth-of-type(2) h3 {
        background: -webkit-gradient(linear, left top, right top, from(#0097d6), to(#0075be));
        background: -webkit-linear-gradient(left, #0097d6, #0075be);
        background: -o-linear-gradient(left, #0097d6, #0075be);
        background: linear-gradient(to right, #0097d6, #0075be);
    }

    .institute-li span {
        font-size: 14px;
    }

    .Album.borimg-top:before {
        margin: 50px 0 30px;
    }

    .Album.borimg-top h2 {
        padding-bottom: 15px;
    }
}

@media (min-width:1200px) {
    .dev-imgTag {
        padding: 135px 40% 60px 55px;
    }

    .institute .dev-introduction-text {
        padding-top: 20px;
    }

    .institute .dev-introduction-img {
        width: 38%;
        margin-top: -35px;
        padding-right: 42px;
    }

    .institute .dev-imgTag {
        padding: 137px 40% 87px 55px;
    }

    .dev-introduction-tab {
        padding-bottom: 45px;
    }

    .borimg-top:before {
        margin: 47px 0 30px;
    }

    .dev-star h3,
    .dev-introduction .Album.borimg-top h2 {
        padding-bottom: 37px;
    }

    .dev-introduction .Album.borimg-top:before {
        margin-bottom: 30px;
    }

    .star-bd {
        padding-bottom: 20px;
    }

    .star-bd .img {
        height: 250px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .star-bd img {
        width: auto;
        height: 150px;
        margin: 0 auto;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .star-bd .desc {
        display: none;
    }

    .star-bd .post {
        padding-top: 15px;
    }

    .star-bd .name {
        font-size: 16px;
        color: #585858;
    }

    .star-bd .name:after {
        display: none;
    }

    .star-bd .img {
        height: 320px;
    }

    .star-bd li.on img {
        height: 320px;
    }

    .star-bd li.on .desc {
        display: block;
    }

    .star-bd li.on .name {
        font-size: 30px;
        color: #0075be;
    }

    .star-bd li.on .name:after {
        display: block;
    }

    .star-hd a {
        top: 50%;
        margin-top: -30px;
    }

    .star-hd a:hover {
        background-position-y: bottom;
    }

    .institute-ul h3 {
        padding: 13px 55px;
    }

    .institute-li {
        padding: 20px 0 20px 27%;
    }

    .institute-li span {
        font-size: 16px;
    }

    .institute-li .item1 {
        left: 1.5%;
        height: 100%;
        border-right: 1px dashed #ddd;
        top: 0;
        padding-top: 20px;
    }

    .Album.borimg-top .lnactivity-list {
        margin-bottom: 25px;
    }

    .Album.borimg-top:before {
        margin: 65px 0 50px;
    }

    .Album.borimg-top .lnactivity-list .activeity-min .text {
        font-size: 16px;
    }

    .Album.borimg-top h2 {
        padding-bottom: 20px;
    }

    .Album.borimg-top li:hover .activeity-min .text {
        color: #0075be;
    }
}

.recruit-li {
    margin-top: 10px;
    position: relative;
    border: 1px solid #dfe3e8;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 15px;
}

.recruit-li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.recruit-li:after {
    content: '';
    position: absolute;
    width: 15.33%;
    height: 100%;
    z-index: 1;
    top: 0;
    min-width: 45px;
    right: 0;
}

.main-head {
    cursor: pointer;
}

.recruit-ul .main-row {
    position: relative;
    padding-right: 40px;
}

.recruit-ul .main-row .col-one {
    padding-bottom: 5px;
}

.recruit-ul .main-row .col-one .time {
    font-size: 14px;
    display: block;
    line-height: 26px;
    color: #999;
}

.recruit-ul .main-row .col-two h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #333;
}

.recruit-ul .main-row .col-two .info {
    font-size: 0;
    padding: 0 0 10px 0;
}

.recruit-ul .main-row .col-two .info .item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}

.recruit-ul .main-row .col-three {
    position: absolute;
    right: -15px;
    width: 45px;
    top: 10px;
}

.recruit-ul .main-row .col-three .icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 60px;
    overflow: hidden;
    background: url(../images/wicon07.png) no-repeat 0 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.recruit-li.cur .col-three .icon {
    background-image: url(../images/wicon08.png);
}

.recruit-li.cur .main-row .col-two .item,
.recruit-li.cur .main-row .col-two h4 {
    color: #0075be;
}

.main-bodies {
    display: none;
}

.recruit-ul .main-row {
    position: relative;
    padding-right: 40px;
}

.recruit-details {
    font-size: 14px;
    color: #54536c;
    line-height: 24px;
}

.recruit-details .title {
    font-size: 14px;
    color: #54536c;
    line-height: 25px;
    padding-bottom: 15px;
}

.recruit-details .txt {
    padding-bottom: 25px;
}

.recruit-send-button {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(#00b9ef), to(#008ee8));
    background: -webkit-linear-gradient(left, #00b9ef, #008ee8);
    background: -o-linear-gradient(left, #00b9ef, #008ee8);
    background: linear-gradient(to right, #00b9ef, #008ee8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 35px;
    text-align: center;
    min-width: 120px;
}

.recruit-send-button:hover {
    border-color: #0075be;
}

.re-seach-item {
    width: 100%;
    position: relative;
    padding-left: 84px;
    line-height: 40px;
}

.re-seach-item .lebel {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-size: 16px;
}

.selection {
    position: relative;
}

.selection .seach-input {
    padding-left: 28px;
}

.select-modlue {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #d6d6d6 !important;
    color: #898989;
}

.selection .zoom {
    position: absolute;
    height: 100%;
    width: 38px;
    background: url(../images/wicon06.png) no-repeat scroll left center;
    top: 0;
    left: 0;
}

.re-seach-button {
    display: block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#00b9ef), to(#008ee8));
    background: -webkit-linear-gradient(left, #00b9ef, #008ee8);
    background: -o-linear-gradient(left, #00b9ef, #008ee8);
    background: linear-gradient(to right, #00b9ef, #008ee8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 41px;
    width: 100%;
    height: 41px;
    color: #fff;
    margin-top: 20px;
}

.recruit-wrapper {
    margin-top: 10px;
}

.recruit-ul {
    padding-bottom: 20px;
}

.re-school-btn {
    display: inline-block;
    background: url(../images/icon04.png) left top no-repeat;
    background-size: cover;
    height: 50px;
    width: 226px;
    line-height: 50px;
    padding-left: 70px;
    margin-top: 15px;
}

.re-school-btn span {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/icon05.png) right center no-repeat;
}

.re-school {
    margin-top: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.re-school img {
    display: block;
    max-width: 100%;
}

.re-school-cont {
    padding: 20px 15px;
}

.re-school-cont h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.re-school-cont .tips {
    padding-top: 10px;
}

.re-table {
    padding-top: 20px;
}

.re-table table {
    border-top: 2px solid #0075be;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
}

.re-table table td,
.re-table table th {
    border: 1px solid #cfd5dd;
}

.re-table table th {
    height: 108px;
    font-weight: normal;
    color: #666;
}

.re-table table td {
    height: 80px;
    color: #444;
}

.re-table table tr:first-child {
    -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width:768px) {
    .re-seach-item {
        padding-left: 104px;
    }

    .recruit-seach {
        padding: 25px 20px;
        border: 1px solid #cdd7dd;
    }

    .re-seach-right {
        width: 64%;
        margin: 0 auto;
    }

    .flitemrh {
        float: left;
        width: 29.77346%;
        padding-left: 28px;
    }

    .re-seach-button {
        margin-top: 0px;
    }

    .recruit-ul .main-row {
        padding-right: 0px;
    }

    .recruit-ul .main-row .col-one {
        position: absolute;
        left: 0;
        top: 0;
    }

    .recruit-ul .main-row .col-two {
        padding-left: 140px;
        padding-right: 100px;
    }

    .recruit-ul .main-row .col-two .info .item {
        margin-right: 12px;
    }

    .recruit-ul .main-row .col-three {
        right: 0px;
    }

    .recruit-ul .main-row {
        padding-right: 0px;
    }

    .recruit-li:after {
        width: 110px;
    }

    .flitemle {
        float: left;
        width: 70.22654%;
    }

    .recruit-seach {
        border-top: 2px solid #0075be;
        background-color: #FFFFFF;
        -webkit-box-shadow: 2px 0 14px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 0 14px 1px rgba(0, 0, 0, 0.1);
    }

    .recruit-wrapper {
        margin-top: 0px;
    }

    .recruit-ul {
        padding-bottom: 30px;
    }

    .sm-table {
        display: table;
    }

    .sm-tablecell {
        display: table-cell;
        vertical-align: top;
    }

    .re-school {
        margin-top: 30px;
    }
}

@media (min-width:992px) {
    .re-school-btn {
        width: 360px;
        height: 80px;
        font-size: 18px;
        line-height: 80px;
        padding-left: 127px;
    }

    .re-school-cont {
        font-size: 16px;
        line-height: 30px;
        background: url(../images/img22.jpg) 106% bottom no-repeat;
    }

    .re-school-cont h3 {
        font-size: 24px;
        font-weight: lighter;
    }
}

@media (min-width:1024px) {
    .recruit-seach {
        padding: 35px 30px 35px 50px;
    }

    .re-seach-right {
        width: 60%;
    }

    .recruit-li {
        padding: 20px 47px 20px;
    }

    .recruit-li.cur {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .recruit-li.cur .recruit-ul .main-row .col-three {
        top: -15px;
    }

    .recruit-ul .main-row .col-two {
        padding-left: 100px;
        padding-right: 182px;
    }

    .recruit-ul .main-row .col-two .info {
        padding-bottom: 0;
    }

    .recruit-ul .main-row .col-two .info .item {
        margin-right: 25px;
    }

    .recruit-ul .main-row .col-three {
        right: 75px;
        top: 5px;
        z-index: 2;
    }

    .recruit-ul .main-row .col-three .icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .main-bodies {
        padding-top: 15px;
    }

    .recruit-li:after {
        width: 182px;
    }

    .recruit-ul {
        padding-bottom: 30px;
    }

    .re-school-btn {
        width: 360px;
        height: 80px;
    }

    .re-school .md-half {
        width: 45%;
    }

    .re-school-cont {
        padding: 60px 20px 10px;
    }

    .re-school-cont h3 {
        font-size: 32px;
        padding-bottom: 35px;
    }

    .re-school-cont .tips {
        padding-top: 20px;
    }

    .re-school-btn {
        margin-top: 25px;
    }
}

.announcement-list {
    padding-top: 10px;
}

.announcement-list ul {
    padding-bottom: 20px;
}

.announcement-list li {
    border-bottom: 1px solid #c0c7d2;
}

.announcement-list li a {
    display: block;
    padding: 10px 30px 10px 5px;
    position: relative;
}

.announcement-list li a:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/wicon09.png) center no-repeat;
}

.announcement-list span {
    display: block;
}

.announcement-list .tit {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #54536c;
    font-size: 15px;
}

.announcement-list .date {
    color: #aaa;
}

@media (min-width:768px) {
    .announcement-list li a {
        padding: 20px 10px;
    }

    .announcement-list .tit {
        font-size: 16px;
    }

    .announcement-list .date {
        padding-top: 3px;
    }
}

@media (min-width:1260px) {
    .announcement-list ul {
        padding-bottom: 40px;
    }

    .announcement-list li a {
        padding: 35px 10px 30px;
    }
}

.title {
    font-size: 16px;
}

em,
i {
    font-style: normal;
}

.insbody {
    overflow-x: hidden;
}

@font-face {
    font-family: 'knockout';
    src: url("Knockout-HTF49-Liteweight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/dinpro-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/montserrat-regular_4.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.ccf0404 {
    color: #cf0404;
}

.wfont36 {
    font-size: 20px;
}

.wfont30 {
    font-size: 20px;
}

.wfont20 {
    font-size: 16px;
}

.alceter {
    text-align: center;
}

.alceter:after {
    margin: 0 auto;
}

.alright {
    text-align: right;
}

@media (min-width:1024px) {
    .wfont36 {
        font-size: 26px;
        line-height: 36px;
    }

    .wfont30 {
        font-size: 22px;
        line-height: 32px;
    }

    .wfont20 {
        font-size: 20px;
    }
}

@media (min-width:1440px) {
    .wfont36 {
        font-size: 28px;
        line-height: 38px;
    }

    .wfont30 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width:1800px) {
    .wfont36 {
        font-size: 36px;
        line-height: 46px;
    }

    .wfont30 {
        font-size: 30px;
        line-height: 40px;
    }
}

.lninsbody-about {
    background-color: #e9e9e9;
    background-position: center top;
    background-size: auto 31.25rem;
    padding-top: 17.9375rem;
    padding-bottom: 30px;
    margin-top: 60px;
    position: relative;
}

.lninsbody-about .bor {
    background-color: #9dc815;
    height: 2px;
}

.lninsbody-about .about-left {
    background: url(../images/wqimg11.jpg) no-repeat 0 0;
    background-size: cover;
    color: #ffffff;
    font-size: 16px;
    width: 175px;
    padding: 20px 20px 15px 25px;
}

.lninsbody-about .about-left .text {
    padding: 10px 0 0;
}

.about-left h4 {
    padding-bottom: 10px;
    font-size: 18px;
}

.lninsbody-about .about-left .bor {
    width: 36px;
}

.lninsbody-about .about-right {
    background-color: #fff;
    background-size: contain;
    padding: 30px 25px;
    position: relative;
}

.lninsbody-about .about-right:before {
    content: "";
    display: block;
    width: 41.02941%;
    height: 53.90625%;
    position: absolute;
    right: 0;
    top: 0;
}

.lninsbody-about .about-right .bor {
    width: 31px;
    margin: 10px 0;
}

.lninsbody-about .about-right .name {
    letter-spacing: .5rem;
}

.lninsbody-about .about-right .desc {
    color: #54536c;
    opacity: 0.9;
    text-align: justify;
}

.lninsbody-about .about-right .desc span {
    padding-right: 20px;
}

.lninsbody-about .about-right .desc .bs {
    color: #0075be;
}

@media (max-width:1024px) {
    .lninsbody-about .column-wrap {
        display: none;
    }
}

.lninsbody-about2 li {
    padding: 60px 0 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lninsbody-about2 li:nth-child(1),
.lninsbody-about2 li:nth-child(3) {
    background-image: url(../images/wqimg12.jpg);
}

.lninsbody-about2 .aboutname {
    text-align: center;
    position: relative;
    font-weight: lighter;
}

.lninsbody-about2 .aboutname:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #9dc815;
    margin: 15px auto 0;
}

.lninsbody-about2 .year-list {
    padding: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.lninsbody-about2 .year-item {
    font-weight: lighter;
    text-align: center;
    padding: 0 5px 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.lninsbody-about2 .year-item .yLine,
.lninsbody-about2 .year-item .yLines {
    font-family: 'DINPro';
    font-size: 40px;
    line-height: 50px;
}

.lninsbody-about2 .year-item span {
    color: #00b9ef;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.lninsbody-about2 .year-item .text {
    font-size: 12px;
    line-height: 16px;
    font-weight: lighter;
    color: #54536c;
}

.lninsbody-about2 li:nth-child(3) .year-item {
    float: left;
    width: 33.333333%;
    padding-bottom: 15px;
}

.lninsbody-about2 li:nth-child(3) .year-item .text {
    height: 36px;
    margin-left: -5px;
    margin-right: -5px;
}

.lninsbody-about3 {
    padding: 30px 0 40px;
    background-color: #fff;
}

.lninsbody-about3 img {
    max-width: 100%;
}

.lninsbody-about3 h3 {
    text-align: center;
    position: relative;
    font-weight: lighter;
}

.lninsbody-about3 h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #9dc815;
    margin: 15px auto 10px;
}

.scroll-auto {
    overflow-x: auto;
    padding-bottom: 10px;
}

.lnabout-Column {
    padding: 30px 0;
}

.lncolumn-title h2 {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 6px;
}

.lnacolumn-list {
    padding: 20px 0 0;
}

.lnacolumn-list ul {
    margin: 0 -5px;
}

.lnacolumn-list li {
    float: left;
    width: 33.333%;
    max-width: 130px;
    padding: 5px;
}

.lnacolumn-list li .acolumn-box {
    margin: 0 auto;
    width: 100%;
    padding: 53% 10px 10px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
}

.lnacolumn-list li .acolumn-box .text {
    color: #2354b1;
    opacity: 0.5;
    font-size: 16px;
}

.lnacolumn-list li .acolumn-box .icon {
    width: 19px;
    height: 13px;
    background: url(../images/wqicon27.png) no-repeat center;
    position: absolute;
    left: 5px;
    top: 32%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.lnacolumn-list li:hover .acolumn-box {
    background-color: #9dc815;
}

.lnacolumn-list li:hover .acolumn-box .text {
    color: #ffffff;
    opacity: 1;
}

.lnacolumn-list li:hover .acolumn-box .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 1;
}

.lninsbody-about2 li:nth-child(2) .aboutname:after {
    background-color: #00b9ef;
}

@media (min-width:768px) {
    .lnacolumn-list li {
        width: 16.666%;
    }

    .lninsbody-about2 .year-item .text {
        font-size: 14px;
    }

    .lninsbody-about3 {
        padding: 50px 0;
    }
}

@media (min-width:1024px) {
    .lninsbody-about {
        background-size: cover;
        padding-bottom: 80px;
        padding-top: 9.9375rem;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
        transition: all 2s;
        opacity: 0;
        margin-top: 0;
    }

    .lninsbody-about.active {
        opacity: 1;
    }

    .lninsbody-about .about-inner {
        position: relative;
    }

    .lninsbody-about .about-left {
        position: absolute;
        right: 46.66667%;
        bottom: 0;
    }

    .lninsbody-about .about-right {
        width: 46.66667%;
        float: right;
        padding: 5% 5%;
    }

    .lninsbody-about2 li {
        float: left;
        width: 33.3333%;
    }

    .lnacolumn-list {
        overflow: hidden;
        padding: 0;
        float: right;
        width: 70%;
        max-width: 790px;
    }

    .lnacolumn-list li {
        width: 33.333%;
        max-width: 165px;
    }

    .lnacolumn-list li .acolumn-box {
        padding: 55% 10px 0 30px;
    }

    .lnacolumn-list li .acolumn-box .text {
        font-size: 20px;
    }

    .lnacolumn-list li .acolumn-box .icon {
        left: 25px;
        top: 35%;
    }

    .lncolumn-title {
        padding-top: 13%;
    }

    .lncolumn-title h2 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 8px;
    }

    .lnabout-Column {
        position: relative;
    }

    .lnabout-Column .lncolumn-title {
        float: left;
        width: 26.66667%;
    }
}

@media (min-width:1260px) {
    .lninsbody-about .about-left {
        width: 288px;
        font-size: 20px;
        line-height: 30px;
        padding: 40px 20px 40px 57px;
    }

    .lninsbody-about .about-left .bor {
        width: 45px;
    }

    .lninsbody-about .about-left .text {
        padding: 22px 0 0;
    }

    .about-left h4 {
        padding-bottom: 22px;
        font-size: 22px;
    }

    .lninsbody-about .about-right .bor {
        margin: 29px 0 33px;
    }

    .lninsbody-about .about-right .desc {
        font-size: 16px;
        line-height: 28px;
    }

    .lninsbody-about2 .aboutname:after {
        margin-top: 32px;
    }

    .lninsbody-about2 li {
        padding-top: 7.5%;
        padding-bottom: 5%;
    }

    .lninsbody-about2 li:nth-child(3) .year-item span {
        font-size: 32px;
        line-height: 60px;
    }

    .lninsbody-about2 .year-list {
        padding: 55px 0 0;
    }

    .lninsbody-about2 .year-item {
        padding-bottom: 28px;
    }

    .lninsbody-about2 .year-item .text {
        padding: 5px 0;
    }

    .lnabout-Column {
        padding: 95px 0;
    }

    .lnacolumn-list {
        overflow: hidden;
    }

    .lnacolumn-list li {
        max-width: 200px;
    }

    .lncolumn-title {
        padding-top: 8%;
    }

    .lninsbody-about3 {
        padding-top: 65px;
        padding-bottom: 150px;
    }

    .scroll-auto img {
        width: 100%;
        display: block;
        margin-top: 25px;
    }

    .lninsbody-about2 .year-item .num em {
        font-size: 30px;
    }
}

@media (min-width:1360px) {

    .lninsbody-about2 .year-item .yLine,
    .lninsbody-about2 .year-item .yLines {
        font-size: 52px;
        line-height: 40px;
    }

    .lninsbody-about2 .year-item .yLines {
        margin: 0 -3px;
    }
}

@media (min-width:1440px) {
    .lncolumn-title h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .lninsbody-about {
        padding-top: 5.3rem;
    }

    .lninsbody-about .about-inner {
        right: -80px;
    }

    .lninsbody-about .about-left {
        right: 56.66667%;
    }

    .lninsbody-about .about-right {
        width: 56.66667%;
        padding: 6.4% 7% 6.6%;
    }

    .lninsbody-about2 .year-item .yLine,
    .lninsbody-about2 .year-item .yLines {
        font-size: 72px;
        line-height: 60px;
    }
}

@media (min-width:1800px) {
    .lninsbody-about2 li:nth-child(3) .year-list {
        padding-top: 40px;
    }

    .lninsbody-about2 li:nth-child(3) .year-item span {
        font-size: 54px;
        line-height: 85px;
    }

    .lninsbody-about2 .year-item .text {
        font-size: 14px;
    }

    .lnacolumn-list li .acolumn-box .text {
        font-size: 24px;
    }

    .lncolumn-title h2 {
        font-size: 72px;
        line-height: 82px;
    }
}

.lnabout-comtit {
    letter-spacing: 4px;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #54536c;
}

.lnabout-comtit:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #9dc815;
    margin-top: 10px;
}

.lnabout-comtit.ccf0404:after {
    background-color: #cf0404;
}

.history-inforxt::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
}

.history-inforxt::-webkit-scrollbar {
    width: 4px;
}

.history-inforxt::-webkit-scrollbar-thumb {
    background-color: #00b9ef;
}

.lnhistory-contant {
    margin-bottom: 20px;
    overflow: hidden;
}

.lnhistory-contant li img {
    display: block;
    width: 100%;
}

.lnhistory-contant li .history-right {
    background: url(../images/wqicon31.png) no-repeat 100% 0;
    background-size: cover;
    padding: 25px 20px;
    font-size: 15px;
    color: #5b5d60;
    line-height: 20px;
    position: relative;
}

.lnhistory-contant li .history-inforxt {
    height: 370px;
    overflow-y: auto;
}

.lnhistory-contant li .desc {
    padding: 0 0 10px;
}

.lnhistory-contant li .desc:last-child {
    padding: 0;
}

.lnhistory-contant li .text {
    padding: 0 0 0 20px;
}

.lnhistory-contant .year {
    position: relative;
    padding: 0 0 0 20px;
}

.lnhistory-contant .year:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #5b5d60;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.History-moduleA {
    margin-bottom: -30px;
}

.History-moduleA_list {
    padding: 0 40px;
    position: relative;
}

.History-moduleA_item {
    position: relative;
    overflow: hidden;
}

.History-moduleA_item ul {
    width: 9999px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    font-size: 0;
}

.History-moduleA_item li {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.History-moduleA_item li:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 14px;
    left: 6px;
    background-color: #d9d9d9;
}

.History-moduleA_item li:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #d5d5d5;
    top: 0;
    left: 0;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
}

.History-moduleA_item li .history-con {
    padding: 20px 10px 11px 30px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    -webkit-font-smoothing: none;
}

.History-moduleA_item li .history-con:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    display: none;
}

.History-moduleA_item li .year-num {
    margin-top: 4px;
    display: block;
    color: #54536c;
    font-size: 20px;
    font-family: DINPro;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
}

.History-moduleA_item li .year-name {
    color: #54536c;
    font-size: 16px;
}

.History-moduleA_item li .history-text {
    color: #54536c;
}

.History-moduleA_item li.cur .history-con:before {
    display: block;
}

.History-moduleA_item li.cur .year-name,
.History-moduleA_item li:hover .year-name {
    color: #9dc815;
}

.History-moduleA_item li.cur .year-num,
.History-moduleA_item li:hover .year-num {
    color: #00b9ef;
    -webkit-transform: scale(1.16, 1.16);
    -ms-transform: scale(1.16, 1.16);
    -o-transform: scale(1.16, 1.16);
    transform: scale(1.16, 1.16);
}

.History-moduleA_item li.cur:before,
.History-moduleA_item li:hover:before {
    background-color: #00b9ef;
}

.History-moduleA_item li.cur:after,
.History-moduleA_item li:hover:after {
    border-color: #00b9ef;
}

.History-moduleA_btn {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    bottom: 50px;
}

.History-moduleA_btn_left {
    left: -5px;
    background-image: url(../images/aprev2.png);
}

.History-moduleA_btn_right {
    right: -5px;
    background-image: url(../images/anext2.png);
}

.lnhistory-contant .history-right {
    padding: 10px 0;
}

@media (min-width:768px) {
    .History-moduleA {
        margin-bottom: -50px;
    }
}

@media (min-width:1024px) {
    .lnabout-comtit {
        padding-top: 56px;
        padding-bottom: 37px;
    }

    .History-moduleA_btn {
        width: 42px;
        height: 42px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .History-moduleA_item li .year-num {
        font-size: 26px;
    }

    .History-moduleA_item li .history-con {
        padding: 33px 20px 11px 32px;
    }

    .History-moduleA_item li .history-con:before {
        height: 48px;
    }

    .History-moduleA_item li .year-name {
        font-size: 18px;
    }

    .lnhistory-contant {
        margin: 0 0 45px 0;
    }

    .lnhistory-contant {
        position: relative;
    }

    .lnhistory-contant:before {
        content: "";
        display: block;
        width: 37.5%;
        height: 100%;
        background: url(../images/wqicon31.png) no-repeat 100% 0;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
    }

    .lnhistory-contant .history-inforxt {
        height: 320px;
    }

    .lnhistory-contant .history-inforxt .swiper-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .lnhistory-contant .history-inforxt .swiper-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .lnhistory-contant .history-inforxt .swiper-wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .lnhistory-contant .history-inforxt .swiper-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #EDEDED;
    }

    .history-inforxt .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .lnhistory-contant .history-img {
        float: left;
        width: 62.5%;
    }

    .lnhistory-contant .history-right {
        background: none;
        float: right;
        width: 37.5%;
        padding: 20px;
    }
}

@media (min-width:1260px) {
    .lnabout-comtit {
        letter-spacing: 8px;
    }

    .lnabout-comtit:after {
        margin-top: 30px;
    }

    .lnhistory-contant li .history-inforxt {
        height: 360px;
        overflow: visible;
    }

    .History-moduleA_item li .year-num {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (min-width:1260px) {
    .History-moduleA {
        margin-bottom: -60px;
    }
}

@media (min-width:1440px) {
    .History-moduleA_list {
        padding: 0;
    }

    .History-moduleA_btn_left {
        left: -113px;
    }

    .History-moduleA_btn_right {
        right: -113px;
    }

    .lnhistory-contant li .history-inforxt {
        height: 380px;
        overflow: visible;
    }

    .lnhistory-contant li .desc {
        padding: 0 0 15px;
    }
}

@media (min-width:1800px) {}

@media (min-width:1800px) {
    .lnhistory-contant .history-inforxt {
        height: 400px;
    }

    .lnhistory-contant .desc {
        padding: 0 0 20px;
    }

    .lnhistory-contant .history-right {
        padding: 70px 20px 0;
    }

    .History-moduleA_item li .year-num {
        font-size: 36px;
        line-height: 36px;
    }
}

.lncorporebanner img {
    display: none;
}

.lncorporebanner .mobile-img {
    display: block;
}

.lncompore-img {
    display: inline-block;
}

.lncompore-img img {
    max-width: 100%;
}

.lncompore-img .tit {
    display: block;
    text-align: center;
    padding: 5px;
}

.lncompore-left {
    padding: 20px 0 0;
    color: #54536c;
    opacity: 0.9;
    text-align: justify;
}

.lncommittee-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/wqimg17.jpg);
    text-align: center;
    padding: 30px 0;
}

.lncommittee-box img {
    max-width: 100%;
}

.lncommittee-box .lncomote-img {
    padding: 11px 0 0;
}

.lncommittee-box h4 {
    color: #111111;
}

.lnactivity-list {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.lnactivity-list li {
    cursor: pointer;
}

.lnactivity-list li img {
    display: block;
    width: 100%;
}

.lnactivity-list li:hover .activeity-min {
    border-color: #cf0404;
}

.lnactivity-list .activeity-min {
    border: 1px solid #dcdce5;
}

.lnactivity-list .activeity-min .img {
    margin: -1px;
}

.lnactivity-list .activeity-min .text {
    color: #54536c;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    line-height: 25px;
}

.lnactivity-wrapper {
    position: relative;
    padding: 0 20px;
}

.wqswiperbtn {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wqswiperbtn.wqswiper-prev {
    background-image: url(../images/wqprev.png);
    left: -10px;
}

.wqswiperbtn.wqswiper-prev:hover {
    background-image: url(../images/wqprevho.png);
}

.wqswiperbtn.wqswiper-next {
    right: -10px;
    background-image: url(../images/wqnext.png);
}

.wqswiperbtn.wqswiper-next:hover {
    background-image: url(../images/wqnextho.png);
}

@media (min-width:1024px) {
    .lncompore-img {
        float: right;
        width: 40.25%;
        margin-left: 10.25%;
    }

    .lncompore-left {
        overflow: hidden;
        font-size: 16px;
        line-height: 28px;
        padding: 0;
    }

    .lncommittee-box {
        padding: 44px 0 65px;
    }

    .lncommittee-box h4 {
        line-height: 36px;
    }

    .lnactivity-list {
        margin: 0 0 83px;
    }

    .lnactivity-list .activeity-min .text {
        font-size: 18px;
        padding: 0 25px;
        height: 85px;
        line-height: 30px;
    }
}

@media (min-width:1260px) {
    .lncorporebanner img {
        display: block;
    }

    .lncorporebanner .mobile-img {
        display: none;
    }

    .lnactivity-wrapper {
        padding: 0;
    }

    .wqswiperbtn {
        width: 32px;
        height: 32px;
    }

    .wqswiperbtn.wqswiper-prev {
        left: -35px;
    }

    .wqswiperbtn.wqswiper-next {
        right: -35px;
    }
}

@media (min-width:1440px) {
    .wqswiperbtn.wqswiper-prev {
        left: -50px;
    }

    .wqswiperbtn.wqswiper-next {
        right: -50px;
    }
}

.big-img {
    display: none;
}

.thumb-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.thumb-copy-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hasmoreimg-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 94%;
    height: 44%;
    max-width: 900px;
}

.thumb-copy-wrapper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.thumb-copy-wrapper .swiper-wrapper li {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-copy-wrapper .swiper-wrapper li img {
    display: block;
    max-width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumb-copy-wrapper .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.thumb-leftbtn,
.thumb-rightbtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.thumb-leftbtn {
    left: 10px;
    background-image: url(../images/pro-prev.png);
}

.thumb-rightbtn {
    right: 10px;
    background-image: url(../images/pro-next.png);
}

.thumb-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: -24px;
    cursor: pointer;
    z-index: 99;
    background: url(../images/wqclose.png) no-repeat center;
    background-size: 100%;
}

.thumb-copy-wrapper {
    position: fixed;
}

.thumb-box {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 545px;
    margin: 0 auto;
}

.thumb-text {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 900px;
    background-color: #FFffff;
    z-index: 2;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

@media (min-width:1024px) {
    .thumb-close {
        width: 25px;
        height: 25px;
    }

    .hasmoreimg-box {
        height: 80%;
        max-height: 635px;
    }

    .thumb-leftbtn,
    .thumb-rightbtn {
        width: 29px;
        height: 55px;
    }
}

@media (min-width:1400px) {
    .thumb-leftbtn {
        left: -98px;
    }

    .thumb-rightbtn {
        right: -98px;
    }

    .thumb-close {
        top: -44px;
    }

    .thumb-leftbtn,
    .thumb-rightbtn {
        width: 32px;
        height: 60px;
    }

    .thumb-text {
        line-height: 90px;
        font-size: 20px;
    }
}

.full-newsA-container {
    background-color: #ffffff;
}

.full-newsA-container .newsA-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    color: #1b1b1b;
}

.full-newsA-container .newsA-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 15px auto 0;
    background-color: #00b9ef;
}

.full-newsA-container .newsA-topnews-swiper .thumb {
    overflow: hidden;
}

.full-newsA-container .newsA-topnews-swiper .thumb img {
    width: 100%;
}

.full-newsA-container .newsA-topnews-swiper a {
    display: block;
    background-color: #f2f2f2;
}

.full-newsA-container .newsA-topnews-swiper .conent {
    padding: 10px 15px 40px;
}

.full-newsA-container .newsA-topnews-swiper .title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.full-newsA-container .newsA-topnews-swiper .desc {
    font-size: 14px;
    line-height: 24px;
    color: #54536c;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.full-newsA-container .newsA-topnews-swiper .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.full-newsA-container .newsA-topnews-swiper .newsA-pages {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.full-newsA-container .newsA-topnews-swiper .newsA-pages span {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #d9d9d9;
}

.full-newsA-container .newsA-topnews-swiper .newsA-pages .swiper-pagination-bullet-active {
    background-color: #00b9ef;
}

.full-newsA-wrapper {
    padding: 30px 0 10px;
    background-color: #f2f2f2;
}

.full-newsA-wrapper li {
    margin-bottom: 25px;
}

.full-newsA-wrapper li a {
    display: block;
    background-color: #ffffff;
}

.full-newsA-wrapper .thumb {
    overflow: hidden;
}

.full-newsA-wrapper .thumb img {
    width: 100%;
}

.full-newsA-wrapper .content {
    padding: 15px;
}

.full-newsA-wrapper .title {
    font-size: 18px;
    max-height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.full-newsA-wrapper .date {
    padding: 5px 0;
    font-size: 14px;
    line-height: 22px;
    width: auto;
    color: #d90000;
    font-family: Montserrat;
}

.full-newsA-wrapper .date .dd {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.full-newsA-wrapper .date .dd:after,
.full-newsA-wrapper .date .mm:after {
    content: '.';
    display: inline-block;
    vertical-align: top;
}

.full-newsA-wrapper .desc {
    font-size: 14px;
    line-height: 24px;
    color: #54536c;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.loadmore {
    overflow: hidden;
    padding: 10px 0;
}

.loadmore a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #00a1eb;
}

.loadmore a:hover {
    background-color: #00b9ef;
}

@media (min-width:768px) {
    .full-newsA-wrapper ul {
        font-size: 0;
        margin-right: -20px;
    }

    .full-newsA-wrapper li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 20px;
    }

    .full-newsA-wrapper .title {
        max-height: none;
        height: 48px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }
}

@media (min-width:1024px) {
    .full-newsA-container .newsA-title {
        margin: 0 0 78px;
        font-size: 30px;
    }

    .full-newsA-container .newsA-title:after {
        margin: 12px auto 0;
    }

    .full-newsA-container .newsA-topnews-swiper .thumb {
        float: left;
        width: 65%;
    }

    .full-newsA-container .newsA-topnews-swiper .thumb img {
        -webkit-transition: -webkit-transform ease .7s;
        transition: -webkit-transform ease .7s;
        -o-transition: -o-transform ease .7s;
        transition: transform ease .7s;
        transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s;
    }

    .full-newsA-container .newsA-topnews-swiper a {
        overflow: hidden;
        zoom: 1;
    }

    .full-newsA-container .newsA-topnews-swiper a:hover .title {
        color: #00b9ef;
    }

    .full-newsA-container .newsA-topnews-swiper a:hover img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }

    .full-newsA-container .newsA-topnews-swiper a:hover .more {
        color: #00b9ef;
    }

    .full-newsA-container .newsA-topnews-swiper .conent {
        overflow: hidden;
        zoom: 1;
        padding: 40px 25px 50px;
    }

    .full-newsA-container .newsA-topnews-swiper .title {
        margin-bottom: 24px;
        font-size: 22px;
        max-height: 64px;
        line-height: 32px;
        display: -webkit-box;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }

    .full-newsA-container .newsA-topnews-swiper .desc {
        margin-bottom: 24px;
        height: 120px;
        line-height: 24px;
        -webkit-line-clamp: 5;
    }

    .full-newsA-container .newsA-topnews-swiper .newsA-pages {
        left: 65%;
        bottom: 42px;
        width: 35%;
        text-align: left;
        padding-left: 25px;
    }

    .full-newsA-wrapper {
        padding: 37px 0 56px 0;
    }

    .full-newsA-wrapper li {
        margin-bottom: 34px;
        width: 33.3333%;
    }

    .full-newsA-wrapper li a {
        position: relative;
        overflow: hidden;
        height: 368px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15);
        box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.15);
    }

    .full-newsA-wrapper li a:hover .content {}

    .full-newsA-wrapper li a:hover .title {
        color: #fff;
    }

    .full-newsA-wrapper li a:hover .desc {
        color: #fff;
    }

    .full-newsA-wrapper li a:hover .date {
        opacity: 0;
    }

    .full-newsA-wrapper .content {
        position: relative;
        padding: 31.74603% 30px 0.47009%;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    .full-newsA-wrapper .thumb {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: -webkit-transform ease .5s;
        transition: -webkit-transform ease .5s;
        -o-transition: -o-transform ease .5s;
        transition: transform ease .5s;
        transition: transform ease .5s, -webkit-transform ease .5s, -o-transform ease .5s;
        overflow: hidden;
        width: 100%;
    }

    .full-newsA-wrapper .thumb:after {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56.34921%;
    }

    .full-newsA-wrapper .thumb img {}

    .full-newsA-wrapper .title {
        font-size: 20px;
        margin-bottom: 28px;
        max-height: 60px;
        line-height: 30px;
        -webkit-line-clamp: 2;
        height: auto;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }

    .full-newsA-wrapper .desc {
        -webkit-transition: opacity ease .5s;
        -o-transition: opacity ease .5s;
        transition: opacity ease .5s;
    }

    .full-newsA-wrapper .date {
        -webkit-transition: opacity ease .5s;
        -o-transition: opacity ease .5s;
        transition: opacity ease .5s;
        position: absolute;
        left: 38px;
        top: 0;
        width: 80px;
        height: 80px;
        text-align: left;
        padding: 11px 0 0 5px;
        font-size: 12px;
        color: #ffffff;
        background-color: #9dc815;
    }

    .full-newsA-wrapper .date .dd {
        display: block;
        font-size: 32px;
        line-height: 30px;
        float: none;
        padding-bottom: 5px;
    }

    .full-newsA-wrapper .date .mm {
        font-size: 32px;
        display: inline-block;
        vertical-align: top;
    }

    .full-newsA-wrapper .date .day {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        margin-top: -5px;
    }

    .full-newsA-wrapper .date .dd:after,
    .full-newsA-wrapper .date .mm:after {
        display: none;
    }

    .full-newsA-wrapper .desc {
        height: 120px;
        line-height: 24px;
        -webkit-line-clamp: 5;
    }

    .loadmore {
        padding: 15px 0;
    }

    .loadmore a {
        line-height: 50px;
    }
}

@media (min-width:1260px) {
    .full-newsA-container .newsA-topnews-swiper .conent {
        padding: 60px 38px 50px;
    }

    .full-newsA-container .newsA-topnews-swiper .title {
        font-size: 24px;
        max-height: 72px;
        line-height: 36px;
        display: -webkit-box;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .full-newsA-container .newsA-topnews-swiper .desc {
        height: 120px;
        line-height: 24px;
        -webkit-line-clamp: 5;
    }

    .full-newsA-container .newsA-topnews-swiper .newsA-pages {
        padding-left: 38px;
    }

    .full-newsA-wrapper li a {
        height: 435px;
    }

    .full-newsA-wrapper .title {
        font-weight: bold;
    }
}

.commoncepwrap {
    position: relative;
    padding: 30px 0 0;
    overflow: hidden;
}

.webleft {
    background-color: #FFffff;
    padding: 0 0 20px;
}

.webright {
    padding: 20px;
    background-color: #f2f2f2;
}

.newsdetailtitle {
    padding: 30px 0 0;
}

.newsdetailtitle .date {
    display: block;
    color: #9dc815;
    font-family: Montserrat;
}

.newsdetailcont {
    color: #54536c;
    background: url(../images/slantline_03.jpg) repeat-x 0 0;
    background-size: 3px auto;
    padding: 28px 0 0;
    margin: 10px 0 0 0;
    text-align: justify;
}

.newsdetailcont img {
    max-width: 100%;
    height: auto !important;
}

#newsshare {
    background: url(../images/wq_icon5.png) no-repeat left center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(8, 1, 3, 0.2);
    background-size: cover;
    width: 270px;
    color: #666;
    padding: 8px 10px;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 15px 0;
    line-height: 32px;
}

#newsshare span {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #FFffff;
}

#newsshare a {
    float: none;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    padding: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#newsshare .weixin {
    background: url(../images/wq_icon1.png) no-repeat center center;
}

#newsshare .xinlang {
    background: url(../images/wq_icon2.png) no-repeat center center;
}

#newsshare .QQ {
    background: url(../images/wq_icon3.png) no-repeat center center;
}

#newsshare .weixin2 {
    background: url(../images/wq_icon4.png) no-repeat center center;
}

.newprev-list {
    padding: 10px 0 0 0;
}

.newprev-list li {
    margin: 0 0 15px 0;
}

.newprev-list img {
    display: block;
    width: 100%;
}

.newprev-list .pevtxt {
    padding: 10px 0;
}

.newprev-list .pevtxt .date {
    color: #9dc815;
    font-family: Montserrat;
}

.newprev-list .pevtxt .more {
    font-size: 13px;
    color: #54536c;
    display: block;
    margin: 10px 0 0 0;
}

.newprev-list .pevtxt h4 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.newprev-list .pevtxt p {
    color: #54536c;
    font-size: 13px;
    display: -webkit-box;
    height: 54px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.full-name .cn {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
}

.full-name .en {
    font-size: 16px;
    text-transform: uppercase;
    color: #808080;
    opacity: 0.5;
    font-family: Montserrat;
}

.newsdeatils-bottom {
    padding: 25px 0 30px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    color: #54536c;
}

.newsdeatils-bottom dl dd {
    position: relative;
    margin-bottom: 7px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsdeatils-bottom dl span {
    display: inline-block;
}

.newsdeatils-bottom dl a {
    display: inline-block;
    color: #54536c;
}

.newsdeatils-bottom dl a:hover {
    color: #8adbee;
}

.newsdeatils-bottom .return-list {
    width: 184px;
    height: 44px;
    line-height: 44px;
    display: block;
    border: 1px solid #eeeeee;
    text-align: center;
    color: #54536c;
    margin: 20px auto 0;
}

.bd_weixin_popup {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width:1024px) {
    #newsshare {
        float: right;
        height: 50px;
        padding: 9px 10px;
        margin: 47px 0 44px 0;
    }

    .newsdetailtitle {
        padding: 79px 0 0;
        width: 66.66667%;
    }

    .newsdetailtitle .date {
        padding: 13px 0 0;
    }

    .newsdetailcont {
        margin: 0;
        padding: 43px 0 0;
        font-size: 16px;
    }

    .commoncepwrap {
        margin-top: 27px;
        padding: 0;
        margin-bottom: -40px;
    }

    .commoncepwrap:before {
        content: "";
        display: block;
        width: 33.33333%;
        height: 100%;
        background-color: #f2f2f2;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .commoncepwrap.reportdetails:before {
        display: none;
    }

    .commoncepwrap.reportdetails .webleft {
        width: 100%;
        padding-right: 0;
    }

    .webleft {
        float: left;
        width: 66.66667%;
        padding: 0 30px 60px 0;
        background-color: #ffffff;
    }

    .webright {
        float: right;
        width: 33.33333%;
        padding: 82px 30px 100px 30px;
        margin: 0;
    }

    .newprev-list {
        padding: 15px 0 0 0;
    }

    .newprev-list li {
        margin: 0 0 27px 0;
    }

    .newprev-list li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .newprev-list li p.img {
        overflow: hidden;
    }

    .newprev-list li p.img img {
        -webkit-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .newprev-list li:hover .pevtxt h4 {
        color: #8adbee;
    }

    .newprev-list .pevtxt {
        padding: 19px 0;
    }

    .newprev-list .pevtxt h4 {
        margin: 1px 0 9px 0;
    }

    .newsdeatils-bottom {
        padding: 41px 0 0;
        font-size: 14px;
    }

    .newsdeatils-bottom .return-list {
        top: 54px;
    }

    .newsdeatils-bottom .return-list {
        position: absolute;
        top: 46px;
        right: 0;
        width: 145px;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .newsdeatils-bottom .return-list:hover {
        background: #8adbee;
        color: #FFffff;
    }
}

@media (min-width:1260px) {
    .commoncepwrap {
        margin-bottom: -60px;
    }
}

.lnabout-infor {
    color: #54536c;
    text-align: justify;
}

.lnwithin-list {
    padding: 20px 0 0;
}

.lnwithin-list ul {
    margin: 0 -5px;
}

.lnwithin-list li {
    padding: 0 5px 15px;
}

.lnwithin-list li img {
    display: block;
    width: 100%;
}

.lnwithin-list .within-text {
    background: url(../images/wqimg30.jpg) no-repeat 0 0;
    background-size: cover;
    color: #FFffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px 10px;
    border-bottom: 3px solid #9dc815;
    -webkit-box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.1);
}

.lnwithin-list .within-text:after {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    background: url(../images/wqicon32.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.lnwithin-list .within-text a {
    color: #FFffff;
}

.lnwithin-list .within-text .name {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lnwithin-list .within-text p {
    line-height: 18px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width:1024px) {
    .lnabout-infor {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .lnwithin-list ul {
        margin: 0 -16px;
    }

    .lnwithin-list li {
        padding: 0 16px 54px;
    }

    .lnwithin-list li:hover .within-text {
        background: url(../images/wqimg30.jpg) no-repeat 0 0;
        background-size: cover;
        -webkit-box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.1);
        border-color: #9dc815;
        padding: 39px 65px 36px 27px;
        left: 10px;
        right: 10px;
        bottom: -24px;
    }

    .lnwithin-list li:hover .within-text .name {
        font-size: 18px;
    }

    .lnwithin-list li:hover .within-text a {
        color: #FFffff;
    }

    .lnwithin-list li:hover .within-text p {
        color: #FFffff;
    }

    .lnwithin-list .within-box {
        position: relative;
        padding-bottom: 64px;
    }

    .lnwithin-list .within-text {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #FFffff;
        padding: 20px 0 0;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .lnwithin-list .within-text:after {
        width: 25px;
        right: 30px;
    }

    .lnwithin-list .within-text a {
        color: #333;
    }

    .lnwithin-list .within-text p {
        color: #54536c;
    }
}

.insbody-nobanner {
    position: relative;
}

.insbody-nobanner:before {
    content: "";
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
}

.video-img {
    position: relative;
    cursor: pointer;
}

.video-img img {
    display: block;
    width: 100%;
}

.lnvideo-icon {
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: url(../images/wqicon33.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.video-name {
    padding: 5px 0 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lnVision-list {
    padding: 20px 0;
}

.lnVision-list ul {
    margin: 0 -5px;
}

.lnVision-list li {
    padding: 0 5px 15px;
}

@media (min-width:768px) {
    .insbody-nobanner:before {
        left: -20px;
        right: -20px;
    }
}

@media (min-width:1024px) {
    .insbody-nobanner:before {
        height: 100px;
        left: -40px;
        right: -50px;
    }

    .lnvideo-icon {
        width: 52px;
        height: 52px;
    }

    .lnVision-list {
        padding: 48px 0 65px;
    }

    .lnVision-list ul {
        margin: 0 -10px;
    }

    .lnVision-list li {
        padding: 0 10px 44px;
    }

    .lnVision-list li:hover .video-name {
        color: #8adbee;
    }

    .video-name {
        font-size: 18px;
        padding: 17px 0 0;
    }

    .video-img {
        overflow: hidden;
    }

    .video-img img {
        -webkit-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .video-img:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .lnVision-recommon:hover .video-name {
        color: #8adbee;
    }
}

.recruitmentfloat {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
}

.tianjiatvwrap {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.tianjiatvwrap .videobox {
    height: 250px;
    position: relative;
    z-index: 1;
}

.recclosebtn {
    width: 25px;
    height: 25px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #FFffff;
    font-family: Arial;
    position: absolute;
    display: block;
    top: -30px;
    right: 0;
    z-index: 99;
    background: #8adbee url(../images/winco04.png) no-repeat center;
    background-size: 10px auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

@media (min-width:640px) {
    .tianjiatvwrap .videobox {
        height: 350px;
    }
}

@media (min-width:1024px) {
    .tianjiatvwrap {
        width: 1000px;
    }

    .tianjiatvwrap .videobox {
        height: 600px;
    }
}

.dev-logo {
    width: 60%;
    display: block;
}

@media (min-width:768px) {
    .dev-logo {
        width: 32%;
    }
}

.lnculture {
    color: #54536c;
    line-height: 18px;
}

.lnculture img {
    max-width: 100%;
}

.lnculture .bs {
    display: inline-block;
    vertical-align: middle;
    color: #929292;
    line-height: 22px;
    margin-left: 6px;
}

.culutre-left {
    line-height: 26px;
}

.culutre-left .m-tit {
    color: #585858;
}

.culutre-right {
    padding: 20px 0 0;
}

.culutre-right .year-list {
    background: url(../images/wqicon34.png) no-repeat 100% 0;
    background-size: cover;
}

.culutre-right .year-item {
    border-bottom: 1px solid #FFffff;
    padding: 15px;
    text-align: right;
}

.culutre-right .year-item:last-child {
    border: 0;
}

.culutre-right .year-item .num {
    color: #00b9ef;
    font-family: Montserrat;
    font-size: 24px;
}

.culutre-right .year-item .text {
    color: #999999;
    line-height: 20px;
}

.culutre-dot {
    text-align: center;
}

.culutre-dot .swiper-pagination-bullet-active {
    background-color: #0096df;
}

.lnculture-bd {
    overflow: hidden;
}

.lnculture-list li {
    padding: 0 0 10px;
}

.lnculture-list li a {
    display: block;
}

.lnculture-list li img {
    display: block;
    width: 100%;
}

.lnculture-list li .culutre-infor {
    border: 2px solid #eeeeee;
    padding: 15px;
    color: #54536c;
    border-top: 0;
}

.lnculture-list li .culutre-infor h3 {
    color: #00b9ef;
    padding: 0 0 5px;
}

@media (min-width:1024px) {
    .culutre-left {
        float: left;
        width: 51%;
    }

    .culutre-right {
        padding: 0;
        float: right;
        width: 31.75%;
    }

    .culutre-right .year-list {
        padding: 24px 0 22px 0;
    }

    .culutre-right .year-item {
        padding: 19px 50px 15px;
    }

    .culutre-right .year-item .num {
        font-size: 36px;
        line-height: 36px;
    }

    .culutre-right .year-item .text {
        font-size: 16px;
        padding: 4px 0 0;
    }

    .lnculture-list ul {
        padding: 0;
    }

    .culutre-dot {
        display: none;
    }

    .lnculture-list li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .lnculture-list li .culutre-img {
        overflow: hidden;
    }

    .lnculture-list li .culutre-img img {
        -webkit-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .lnculture-list li .culutre-infor {
        padding: 25px 30px 41px;
    }

    .lnculture-list li .culutre-infor h3 {
        font-size: 16px;
        padding: 0 0 12px;
    }

    .lnculture-list li:hover a {
        -webkit-box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
    }

    .lnculture-wrap {
        position: relative;
        width: 100%;
    }

    .lnculture-wrap .prev,
    .lnculture-wrap .next {
        width: 32px;
        height: 32px;
        background: url(../images/btn.png) no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        z-index: 2;
        display: none;
    }

    .lnculture-wrap .prev {
        left: -35px;
        background-position: left top;
    }

    .lnculture-wrap .prev:hover {
        background-position: left bottom;
    }

    .lnculture-wrap .next {
        right: -35px;
        background-position: right top;
    }

    .lnculture-wrap .next:hover {
        background-position: right bottom;
    }
}

@media (min-width:1360px) {
    .lnculture-wrap .prev {
        left: -55px;
    }

    .lnculture-wrap .next {
        right: -55px;
    }
}

.in-compound {
    width: 100%;
    background-color: #00b8ef;
    margin-top: 60px;
    overflow: hidden;
}

.compound-wrap {
    width: 100%;
}

.compound-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.compound-swiper ul li {
    height: auto;
    position: relative;
    overflow: hidden;
}

.compound-swiper ul li img {
    display: block;
    width: 100%;
}

.compound-pagination {
    position: absolute;
    bottom: 15px;
    width: 100%;
    line-height: normal;
    font-size: 0;
    text-align: center;
    z-index: 30;
}

.compound-pagination span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.65;
}

.compound-pagination span.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    opacity: 1;
}

.compound-right {
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.compound-module {
    padding: 20px 15px 10px;
    text-align: justify;
}

.compound-module .ctitle {
    padding-bottom: 18px;
    position: relative;
    margin: 0 0 10px;
}

.compound-module .ctitle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
}

.compound-module h3 {
    font-weight: lighter;
}

.compound-module .info {
    font-size: 14px;
    line-height: 22px;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
}

.compound-module .info::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
}

.compound-module .info::-webkit-scrollbar {
    width: 4px;
}

.compound-module .info::-webkit-scrollbar-thumb {
    background-color: #FFffff;
}

.compound-tabs {
    display: block;
    font-size: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.compound-prev,
.compound-next {
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    display: none;
}

.compound-prev {
    background-image: url(../images/psbannerprev.png);
}

.compound-next {
    background-image: url(../images/psbannernext.png);
}

.compound-prev:hover {
    background-image: url(../images/psbannerprevho.png);
}

.compound-next:hover {
    background-image: url(../images/psbannernextho.png);
}

.compound-return {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}

.compound-return a {
    color: #fff;
    padding: 0 0 8px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    background-color: #9dc815;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.compound-module .ctitle .read {
    font-size: 14px;
    padding: 10px 0 5px;
    display: block;
}

.lnlinfe-compound {
    background-color: #9dc815;
}

.compound-tabs .prev,
.compound-tabs .next {
    font-size: 14px;
    color: #bbd8e9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
}

.compound-tabs .prev:after,
.compound-tabs .next:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    background: url(../images/licon02.png) no-repeat;
    position: absolute;
    top: 5px;
}

.compound-tabs .prev:after {
    left: 0;
}

.compound-tabs .next:after {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width:1024px) {
    .compound-pagination {
        padding-bottom: 20px;
    }

    .compound-wrap {
        position: relative;
    }

    .in-compound {
        margin-top: 0;
    }

    .compound-wrap:before {
        content: "";
        display: block;
        width: 45.3125%;
        height: 100%;
        background: url(../images/wqimg38b.jpg) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
    }

    .compound-tabs {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 30px 30px;
    }

    .compound-tabs #newsshare {
        margin: 0;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .compound-prev,
    .compound-next {
        width: 45px;
        height: 45px;
        margin-right: 20px;
    }

    .compound-left {
        float: left;
        width: 45.2%;
        max-height: 720px;
    }

    .compound-swiper ul li:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 121%;
    }

    .compound-swiper ul li img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }

    .compound-pagination {
        display: block;
    }

    .compound-right {
        max-width: 685px;
    }

    .compound-right:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 99%;
    }

    .compound-module {
        padding: 20.5% 30px 0 30px;
        position: absolute;
        left: 0;
        top: 0;
        max-height: 80%;
        overflow-y: auto;
    }

    .compound-module .ctitle {
        padding-bottom: 26px;
        margin-bottom: 22px;
    }

    .compound-module .info {
        margin-top: 24px;
    }

    .lnlinfe-compound .compound-wrap:before {
        background-image: url(../images/wqimg38c.jpg);
    }

    .compound-module::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .compound-module::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    .compound-module::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.1);
    }

    .compound-return {
        width: auto;
        position: absolute;
        right: 30px;
        top: 2.5%;
        padding-top: 0;
    }

    .compound-return a {
        width: auto;
        height: auto;
        background: none;
        font-size: 18px;
        line-height: 24px;
        border-bottom: 2px solid #FFffff;
        padding-bottom: 5px;
    }

    .compound-tabs .prev:hover,
    .compound-tabs .next:hover {
        color: #fff;
        text-decoration: underline;
    }

    .compound-tabs .prev:hover:after,
    .compound-tabs .next:hover:after {
        background-image: url(../images/licon01.png);
    }
}

@media (min-width:1200px) {
    .compound-module .info {
        height: 282px;
        padding-right: 40px;
    }
}

@media (min-width:1260px) {
    .compound-right {
        padding-right: 20px;
        width: 720px;
        height: 720px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .compound-swiper ul li:before {
        padding-top: 720px;
    }

    .compound-swiper ul li img {
        min-width: 100%;
        min-height: 100%;
    }

    .compound-wrap {
        padding-right: 720px;
    }

    .compound-left {
        width: 100%;
    }

    .compound-module {
        padding-right: 30px;
        width: 98%;
        max-height: 85%;
    }

    .compound-tabs {
        padding: 20px 30px 65px;
    }

    .compound-tabs #newsshare {
        bottom: 53px;
    }

    .compound-right {
        max-width: none;
    }

    .compound-return {
        right: 48px;
        padding-top: 20px;
    }

    .compound-tabs #newsshare {
        right: 45px;
    }
}

@media (min-width:1440px) {
    .compound-module h3 {
        line-height: 35px;
    }
}

.c0075be {
    color: #0075be;
}

.c54536c {
    color: #54536c;
}

.stock {
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 30px 0 20px;
}

.stock-tit {
    color: #0096df;
}

.stock-info {
    color: #fff;
    overflow: hidden;
}

.stock-info ul {
    margin: 0 -10px;
}

.stock-info li {
    padding: 10px;
}

.stock-info span {
    display: block;
}

.stock-info .tit {
    padding-bottom: 5px;
    color: #666666;
}

.stock-info .num {
    font-size: 26px;
    font-family: DINPro;
    color: #0096df;
}

.stock-right {
    color: #fff;
}

.stock-right .atc {
    font-size: 12px;
    color: #999;
}

.stock-right .stock-up {
    padding: 10px 0;
}

.stock-right .stock-up.cur .bs,
.stock-right .stock-up.cur .ps {
    color: #b1020c;
}

.stock-right .stock-up.cur .up {
    background-image: url(../images/wqicon35ho.png);
}

.stock-right .stock-up span {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    font-family: DINPro;
}

.stock-right .stock-up .bs {
    color: #9dc815;
    font-size: 30px;
    letter-spacing: -2px;
}

.stock-right .stock-up .up {
    width: 13px;
    height: 8px;
    background: url(../images/wqicon35.png) no-repeat center;
    vertical-align: bottom;
    margin: 0 5px 0 2px;
}

.stock-right .stock-up .ps {
    vertical-align: bottom;
    color: #9dc815;
    font-size: 18px;
    line-height: 14px;
}

.lnstock-thumb {
    padding: 20px 0 0;
}

.lnstock-thumb img {
    max-width: 100%;
}

.stock-infor {
    padding: 20px 0 0;
    line-height: 20px;
    color: #54536c;
}

.stock-img {
    position: relative;
}

.stock-img .text {
    width: 70%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #9dc815;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.stock-img .text span {
    display: block;
    color: #fff;
}

.stock-contact {
    background-color: #e5f1f4;
    padding: 30px 20px;
    text-align: center;
}

.stock-contact h3 {
    text-align: left;
}

.stock-contact-ul {
    display: inline-block;
}

.stock-contact li {
    text-align: left;
    padding: 15px 0 15px 60px;
    font-family: Montserrat;
}

.stock-contact li:nth-child(1) {
    background: url(../images/new02.png) left no-repeat;
    background-size: 40px;
}

.stock-contact li:nth-child(2) {
    background: url(../images/licon03.png) left no-repeat;
    background-size: 40px;
}

.stock-contact li:nth-child(3) {
    background: url(../images/new03.png) left no-repeat;
    background-size: 40px;
}

.stock-contact .tit {
    display: block;
    color: #54536c;
}

.stock-contact .desc {
    color: #9dc815;
}

@media (min-width:768px) {
    .lnstock-thumb {
        display: table;
        width: 100%;
    }

    .stock-img .text {
        max-width: 250px;
        padding: 26px 20px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .stock-img {
        width: 47.5%;
        display: table-cell;
        vertical-align: middle;
    }

    .stock-contact {
        width: 52.5%;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width:1024px) {
    .lnstockbs {
        padding: 51px 0 0;
    }

    .stock {
        padding: 40px 0 30px;
    }

    .stock-info li {
        padding-top: 0;
    }

    .stock-left {
        float: left;
        width: 46.66667%;
    }

    .stock-left .desc {
        line-height: 30px;
        padding: 8px 0 0;
    }

    .stock-right {
        float: left;
        padding-left: 0;
    }

    .stock-right .stock-up {
        padding: 30px 0 25px;
    }

    .stock-right .stock-up .bs {
        font-size: 58px;
        line-height: 43px;
    }

    .lnstock-thumb {
        padding: 43px 0 24px;
    }

    .stock-infor {
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        padding: 2% 0 0 2%;
    }

    .stock-info .num {
        font-size: 46px;
        line-height: 45px;
        padding-top: 3px;
    }
}

@media (min-width:1260px) {
    .stock {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .stock-right .stock-up {
        padding-top: 25px;
        padding-bottom: 28px;
    }

    .stock-right .stock-up .up {
        margin-left: 10px;
        margin-right: 10px;
    }

    .stock-right .stock-up .bs {
        font-size: 72px;
        line-height: 58px;
    }

    .stock-info {
        padding-left: 60px;
    }

    .stock-info .tit {
        padding-bottom: 12px;
    }

    .stock-contact h3 {
        padding-bottom: 15px;
    }

    .stock-contact li {
        padding: 30px 0 0px 72px;
    }

    .lnstock-thumb {
        padding-top: 35px;
        padding-bottom: 5px;
    }

    .stock-contact li:nth-child(1),
    .stock-contact li:nth-child(2) {
        background-size: 52px;
    }

    .stock-contact li:nth-child(1) {
        background-position-y: 26px;
    }

    .stock-contact li:nth-child(2) {
        background-position-y: 31px;
    }
}

@media (min-width:1440px) {
    .stock-infor {
        padding: 6% 0 0 5%;
    }
}

.lnCorporate-list {
    padding: 30px 0 0 0;
}

.lnCorporate-list dl {
    border: 1px solid #c0c7d2;
    padding: 20px 15px;
    margin: 0 0 18px;
}

.lnCorporate-list dl:last-child {
    margin-bottom: 5px;
}

.lnCorporate-list dl dd {
    float: left;
    width: 54.16667%;
    background: url(../images/wqicon36.png) no-repeat 0 center;
    padding: 0 0 0 40px;
}

.lnCorporate-list dl dd .name {
    color: #585858;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.lnCorporate-list dl dd .ram {
    color: #54536c;
    font-size: 13px;
}

.lnCorporate-list dl dt {
    float: right;
    width: 65px;
    padding: 10px 0 0;
}

.lnCorporate-list dl dt a {
    color: #54536c;
    background: url(../images/wqicon37.png) no-repeat 100% center;
    padding: 5px 26px 5px 0;
}

@media (min-width:1024px) {
    .lnCorporate-list dl {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 46px 82px 40px 60px;
        margin: 0 0 20px;
    }

    .lnCorporate-list dl:hover {
        border-color: #FFffff;
        background: url(../images/wqicon38.png) no-repeat 0 0;
        -webkit-box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 2px 21px 1px rgba(0, 0, 0, 0.08);
    }

    .lnCorporate-list dl:hover dd .name {
        color: #54536c;
    }

    .lnCorporate-list dl:hover dt a {
        color: #0075be;
        background-image: url(../images/wqicon37ho.png);
    }

    .lnCorporate-list dl dd {
        padding: 3px 0 0 74px;
    }

    .lnCorporate-list dl dd .name {
        font-size: 20px;
        padding: 0 0 1px;
    }

    .lnCorporate-list dl dt a {
        font-size: 16px;
    }
}

.lnwelfare-list {
    padding: 15px 0 0 0;
    text-align: justify;
}

.lnwelfare-list dl {
    padding: 0 0 20px;
}

.lnwelfare-list dl img {
    max-width: 100%;
}

.lnwelfare-list dl dd {
    padding: 15px 0 0;
    color: #54536c;
}

.welf-name {
    color: #54536c;
    margin: 0 0 10px;
}

.welf-name:after {
    content: "";
    display: block;
    width: 31px;
    height: 2px;
    background-color: #9dc815;
    margin: 5px 0 0;
}

@media (min-width:768px) {
    .welf-name:after {
        margin: 10px 0 0 0;
    }

    .lnCorporate-list {
        padding-top: 40px;
    }

    .lnwelfare-list dl dt {
        float: right;
        width: 45.83333%;
    }

    .lnwelfare-list dl dd {
        float: left;
        width: 46.08333%;
        padding: 0;
    }

    .lnwelfare-list dl dd .desc {
        height: 216px;
        overflow-y: auto;
    }

    .lnwelfare-list dl dd .desc::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .lnwelfare-list dl dd .desc::-webkit-scrollbar {
        width: 3px;
    }

    .lnwelfare-list dl dd .desc::-webkit-scrollbar-thumb {
        background-color: #00b9ef;
    }

    .lnwelfare-list dl:nth-child(even) dt {
        float: left;
        margin-top: -9%;
    }

    .lnwelfare-list dl:nth-child(even) dd {
        float: right;
    }
}

.lnWelfarepeo-list li {
    text-align: justify;
}

@media (min-width:1024px) {
    .welf-name {
        margin: 0 0 20px 0;
    }

    .welf-name:after {
        margin: 23px 0 0;
    }

    .lnCorporate-list {
        padding-top: 55px;
    }

    .lnwelfare-list {
        padding: 36px 0 46px;
    }

    .lnwelfare-list dl {
        padding: 0;
    }

    .lnwelfare-list dl:first-child dd {
        padding-top: 0;
    }

    .lnwelfare-list dl dd {
        font-size: 16px;
        line-height: 30px;
        padding-top: 60px;
    }

    .lnwelfare-list dl:nth-child(even) dt {
        margin-top: -13.4%;
    }

    .lnwelfare-list dl:nth-child(3n-0) {
        padding-top: 73px;
    }
}

.lnWelfarepeo-list {
    padding: 16px 0;
}

.bgcf3f8fd {
    background-color: #f3f8fd;
}

.bgcf3f8fd .weftnext:hover {
    background-image: url(../images/welfnextho2.png);
}

.bgcf3f8fd .welfprev:hover {
    background-image: url(../images/welfprevho2.png);
}

.welf-name:after {
    content: "";
    display: block;
}

.lnWelfare-wrapper {
    padding: 10px 25px;
    position: relative;
}

.lnWelfare-wrapper img {
    display: block;
    width: 100%;
}

.lnWelfare-wrapper li .desc {
    border: 2px solid #eeeeee;
    color: #54536c;
    border-top: 0;
    padding: 15px;
    line-height: 22px;
    background-color: #FFffff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lnWelfare-wrapper li h3 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lnWelfare-wrapper li h4 {
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lnWelfare-wrapper li .text {
    margin-top: 10px;
    height: 124px;
    overflow-y: auto;
    padding-right: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lnWelfare-wrapper li .text::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
}

.lnWelfare-wrapper li .text::-webkit-scrollbar {
    width: 3px;
}

.lnWelfare-wrapper li .text::-webkit-scrollbar-thumb {
    background-color: #9dc815;
}

.lnWelfarepeo-list1 li h3 {
    color: #61aa31;
}

.lnWelfare-swiper {
    overflow: hidden;
}

.welftbtn {
    display: block;
    width: 31px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.weftnext {
    right: -8px;
    background-image: url(../images/welfnext.png);
}

.weftnext:hover {
    background-image: url(../images/welfnextho.png);
}

.welfprev {
    left: -8px;
    background-image: url(../images/welfprev.png);
}

.welfprev:hover {
    background-image: url(../images/welfprevho.png);
}

@media (min-width:1024px) {
    .lnWelfare-wrapper {
        padding: 16px 0;
    }

    .weftnext {
        right: -35px;
    }

    .welfprev {
        left: -35px;
    }

    .lnWelfare-swiper {
        padding-bottom: 105px;
        margin-bottom: -105px;
    }

    .lnWelfarepeo-list {
        padding: 60px 0 65px;
    }

    .lnWelfarepeo-list li {
        width: 33.333%;
    }

    .lnWelfarepeo-list li .welf-box {
        position: relative;
        padding-bottom: 206px;
    }

    .lnWelfarepeo-list li .desc {
        position: absolute;
        left: 0;
        right: 0;
        top: 195px;
        z-index: 2;
        padding: 25px;
    }

    .lnWelfarepeo-list li .text {
        margin: 13px 0 0;
        height: 110px;
        overflow-y: hidden;
    }

    .lnWelfarepeo-list li:hover .desc {
        border-color: #9dc815;
    }

    .lnWelfarepeo-list li:hover .text {
        height: auto;
        max-height: 176px;
        overflow-y: auto;
    }

    .lnWelfarepeo-list0 {
        padding-bottom: 45px;
        padding-top: 10px;
    }

    .lnWelfarepeo-list0 li .text {
        height: 69px;
    }
}

@media (min-width:1260px) {
    .weftnext {
        right: -50px;
    }

    .welfprev {
        left: -50px;
    }
}

@media (min-width:1440px) {
    .lnWelfarepeo-list li .desc {
        top: 217px;
    }
}

@media (min-width:1680px) {
    .lnWelfarepeo-list li .desc {
        top: 250px;
    }
}

.lnvolunter-list {
    padding: 20px 0 0;
    overflow: hidden;
}

.lnvolunter-list ul {
    margin: 0 -5px;
}

.lnvolunter-list li {
    cursor: pointer;
    padding: 0 5px 10px;
}

.lnvolunter-list li img {
    display: block;
    width: 100%;
}

.lnvolunter-list li:hover .volunter-min .text {
    border-color: #9dc815;
    color: #00b9ef;
}

.lnvolunter-list .volunter-min .text {
    color: #54536c;
    font-size: 12px;
    padding: 15px 10px;
    overflow: hidden;
    border: 2px solid #dcdce5;
    text-align: center;
    padding: 5px 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    line-height: 20px;
}

@media (min-width:768px) {
    .lnvolunter-list .volunter-min .text {
        font-size: 14px;
    }
}

@media (min-width:1024px) {
    .lnvolunter-list {
        padding: 40px 0 63px;
    }

    .lnvolunter-list ul {
        margin: 0 -10px;
    }

    .lnvolunter-list li {
        padding: 0 10px 20px;
    }

    .lnvolunter-list li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .lnvolunter-list .volunter-min .img {
        overflow: hidden;
    }

    .lnvolunter-list .volunter-min .img img {
        -webkit-transition: transform ease 0.7s;
        -o-transition: transform ease 0.7s;
        -webkit-transition: -webkit-transform ease 0.7s;
        transition: -webkit-transform ease 0.7s;
        -o-transition: -o-transform ease 0.7s;
        transition: transform ease 0.7s;
        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -o-transform ease 0.7s;
    }

    .lnvolunter-list .volunter-min .text {
        font-size: 18px;
        height: 94px;
        line-height: 30px;
    }
}

.c389d38 {
    color: #389d38;
}

.c9d9da2 {
    color: #54536c;
}

.lnplatform-list {
    padding: 20px 0;
    color: #54536c;
}

.lnplatform-list img {
    max-width: 100%;
}

.lnplatform-list .plat-thumb {
    padding: 0 30px 0 0;
    position: relative;
}

.lnplatform-list .plat-thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 30px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/wqimg2.png);
    background-size: contain;
    z-index: -1;
}

.lnplatform-list .palt-infor {
    padding: 40px 0 0;
    text-align: justify;
}

.dev-introduction-text,
.dev-imgTag {
    text-align: justify;
}

.lnplatform-list .palt-infor .year {
    font-weight: bold;
    display: inline-block;
    color: #1e90f8;
    font-family: DINPro;
    font-size: 35px;
    line-height: 23px;
    padding: 0 10px 0 0;
    background: url(../images/wqicon42.png) no-repeat 6px 100%;
}

.lnplatform-list:nth-child(even) .plat-thumb {
    padding: 0 0 0 30px;
}

.lnplatform-list:nth-child(even) .plat-thumb:before {
    left: 0;
    right: auto;
    background-position: 0 0;
}

.lnplat-icons {
    margin: 0 -5px;
    padding: 15px 0 0;
}

.lnplat-icons li {
    padding: 0 5px 10px;
}

.lnplat-icons li .iconbox {
    border: 1px solid #eeeeee;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
}

.lnplat-icons li img {
    display: block;
    margin: 0 auto 5px;
    height: 55px;
}

@media (min-width:768px) {
    .lnplatform-list .plat-thumb {
        float: right;
        width: 44.25%;
        margin-left: 9.16667%;
    }

    .lnplatform-list .palt-infor {
        overflow: hidden;
    }

    .lnplatform-list .palt-infor .year {
        font-size: 52px;
        line-height: 32px;
    }

    .lnplatform-list:nth-child(even) .plat-thumb {
        float: left;
        margin-left: 0;
        margin-right: 5.5%;
    }
}

@media (min-width:1024px) {
    .lnplatform-list {
        line-height: 30px;
        padding: 60px 0 0 0;
    }

    .lnplatform-list .plat-thumb {
        padding: 0 50px 0 0;
    }

    .lnplatform-list .plat-thumb:before {
        top: 50px;
    }

    .lnplatform-list:nth-child(even) .plat-thumb {
        padding: 0 0 0 50px;
    }

    .lnplatform-list:nth-child(even) .palt-infor {
        padding-top: 13%;
    }

    .lnplatform-list:last-child {
        padding-bottom: 50px;
    }

    .lnplat-icons {
        margin: 0 -19px;
        padding: 33px 0 30px;
    }

    .lnplat-icons li {
        font-size: 16px;
        padding: 0 19px;
    }

    .lnplat-icons li img {
        height: 70px;
        margin-bottom: 15px;
    }

    .lnplat-icons li .iconbox {
        padding: 25px 20px 17px;
    }
}

@media (min-width:1260px) {
    .lnplatform-list .palt-infor .year {
        font-size: 56px;
        line-height: 45px;
        padding: 0 35px 0 0;
    }

    .lnplat-icons li img {
        height: 81px;
    }
}

.honors-wraper {
    position: relative;
    padding: 0;
}

.honors-sw-hook {
    position: relative;
    overflow: hidden;
    padding: 20px 0 0;
}

.honors-sw-hook .swiper-wrapper li {
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    width: 20%;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    text-align: center;
}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active {
    color: #0075be;
}

.honors-sw-hook .swiper-wrapper li .post {
    padding-top: 10px;
    line-height: 16px;
    color: #54536c;
    min-height: 42px;
}

.honors-sw-hook .swiper-wrapper li .name {
    position: relative;
    padding: 8px 0 0;
}

.honors-sw-hook .swiper-wrapper li .name:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
    margin: 8px auto 0;
}

.honors-sw-hook .swiper-wrapper li img {
    display: block;
    width: 100%;
}

.swiper-btn {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.honor-prev {
    left: 0;
    background-image: url(../images/welfprev.png);
}

.honor-next {
    right: 0;
    background-image: url(../images/welfnext.png);
}

.honors-wraper li .desc {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    color: #54536c;
    display: none;
    padding-top: 5px;
}

@media (min-width:768px) {
    .honors-sw-hook {
        padding: 40px 0 0;
    }
}

@media (min-width:991px) {
    .indexhonours {
        padding: 78px 0 113px;
        position: relative;
    }

    .honors-sw-hook {
        padding: 78px 0 57px;
        max-width: 1160px;
        margin: 0 auto;
    }

    .honors-sw-hook .swiper-wrapper li {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        margin-right: 25px;
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active {
        -webkit-transform: scale(1.39);
        -ms-transform: scale(1.39);
        -o-transform: scale(1.39);
        transform: scale(1.39);
        z-index: 10;
    }

    .honors-sw-hook .swiper-wrapper li .name {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        padding-top: 18px;
    }

    .honors-sw-hook .swiper-wrapper li .post {
        min-height: auto;
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active .name {
        height: 30px;
        min-height: auto;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        line-height: 24px;
        padding-top: 2px;
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active .name:after {
        background-color: #9dc815;
        margin-top: 16px;
        height: 2px;
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active .desc {
        display: block;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active .post {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        padding-top: 12px;
    }

    .honors-sw-hook .swiper-wrapper li.my-slide-left,
    .honors-sw-hook .swiper-wrapper li.my-slide-right {
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
        z-index: 9;
    }

    .honors-sw-hook .swiper-wrapper li.my-slide-left .post,
    .honors-sw-hook .swiper-wrapper li.my-slide-right .post {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        z-index: 9;
        padding-top: 27px;
    }

    .honors-sw-hook .swiper-wrapper li.my-slide-left {
        right: 2%;
    }

    .honors-sw-hook .swiper-wrapper li.my-slide-right {
        left: 2%;
    }

    .honors-sw-hook .swiper-wrapper li .lnvideo-icon {
        transition: all .5s;
    }

    .honors-sw-hook .swiper-wrapper li.swiper-slide-active .lnvideo-icon {
        -webkit-transform: translate(-50%, -50%) scale(0.69);
        -ms-transform: translate(-50%, -50%) scale(0.69);
        -o-transform: translate(-50%, -50%) scale(0.69);
        transform: translate(-50%, -50%) scale(0.69);
    }

    .swiper-btn {
        display: block;
    }

    .honor-prev:hover {
        background-image: url(../images/welfprevho.png);
    }

    .honor-next:hover {
        background-image: url(../images/welfnextho.png);
    }

    .honors-wraper li .desc {
        margin-left: -30px;
        margin-right: -30px;
        height: 105px;
        overflow-y: auto;
    }

    .honors-wraper li .desc::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .honors-wraper li .desc::-webkit-scrollbar {
        width: 4px;
    }

    .honors-wraper li .desc::-webkit-scrollbar-thumb {
        background-color: #00b9ef;
    }

    .honors-wraper {
        margin-bottom: 20px;
    }
}

.lntender-list {
    padding: 30px 0 0;
}

.lntender-list ul {
    padding: 0 0 20px 0;
}

.lntender-list li {
    border-top: 1px solid #c0c7d2;
    border-bottom: 1px solid #c0c7d2;
    margin-top: -1px;
    padding: 20px 110px 20px 10px;
    position: relative;
}

.lntender-list li .more {
    margin-top: 10px;
    color: #54536c;
    background: url(../images/wqicon37.png) no-repeat 100% center;
    padding: 5px 26px 5px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
}

.lntender-list li:after {
    content: "+";
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 27px;
    line-height: 16px;
}

.lntender-list li .name {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #54536c;
}

.lntender-list li .date {
    display: block;
    color: #aaaaaa;
    font-family: Montserrat;
}

.lntender-list li a {
    display: block;
}

@media (min-width:1024px) {
    .lntender-list {
        padding: 40px 0;
    }

    .lntender-list ul {
        padding: 0 0 30px 0;
    }

    .lntender-list li {
        padding: 36px 200px 30px 12px;
    }

    .lntender-list li .date {
        padding: 6px 0 0;
    }

    .lntender-list li .more {
        font-size: 16px;
    }

    .lntender-list li:after {
        right: 34px;
    }

    .lntender-list li:hover .name {
        color: #00b9ef;
    }

    .lntender-list li:hover:after {
        color: #00b9ef;
    }

    .lntender-list li .more {
        font-size: 16px;
        right: 35px;
    }
}

.detailtitle11 {
    text-align: center;
    padding: 20px 0;
}

.detaildate11 {
    display: block;
    color: #8e8e8e;
    font-family: Montserrat;
    padding-top: 10px;
}

.detailtext11 {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 32px;
    color: #54536c;
}

.detailtext11 img {
    max-width: 100%;
}

.detailpage11 {
    padding-top: 20px;
    color: #54536c;
    line-height: 28px;
}

.detailpage11 dd a {
    color: #54536c;
}

.detailback11 {
    display: block;
    margin-top: 15px;
    width: 144px;
    height: 49px;
    background-color: #00b9ef;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
}

.Share11 {
    display: none;
    position: absolute;
    left: 0px;
    top: 710px;
    width: 73px;
    z-index: 9;
}

.newsshare11 a {
    display: block;
    width: 73px !important;
    height: 73px !important;
    margin: 0 0 1px 0 !important;
    float: none !important;
}

.weibolink {
    background-image: url(../images/news11xw02.jpg) !important;
}

.tenngxunlink {
    background-image: url(../images/news11xw03.jpg) !important;
}

.qqlink {
    background-image: url(../images/news11xw04.jpg) !important;
}

.weixinlink {
    background-image: url(../images/news11xw05.jpg) !important;
}

.baidulink {
    background-image: url(../images/news11xw06.jpg) !important;
}

.taolink {
    background-image: url(../images/news11xw07.jpg) !important;
}

.weibolink:hover {
    background-image: url(../images/news11xw08.jpg) !important;
}

.tenngxunlink:hover {
    background-image: url(../images/news11xw09.jpg) !important;
}

.qqlink:hover {
    background-image: url(../images/news11xw10.jpg) !important;
}

.weixinlink:hover {
    background-image: url(../images/news11xw11.jpg) !important;
}

@media (min-width:768px) {
    .detailtext11 {
        padding: 50px 12%;
        min-height: 510px;
    }

    .Share11 {
        display: block;
    }
}

@media (min-width:992px) {
    .newscont11 {
        padding: 73px 0 54px;
    }

    .detaildate11 {
        padding-top: 15px;
    }

    .detailtext11 {
        padding: 73px 14% 67px;
        font-size: 16px;
        line-height: 30px;
    }

    .detailtitle11 {
        padding: 30px 0 28px;
    }

    .detailpage11 {
        padding-top: 41px;
    }

    .detailpage11 dd {
        float: left;
    }

    .detailpage11 dt {
        float: right;
    }

    .detailback11 {
        margin: 0;
        font-size: 16px;
    }

    .detailpage11 dd a:hover {
        color: #00b9ef;
    }
}

.seachcont401 {
    padding: 36px 0;
    background-color: #ffffff;
}

.seachtitle401 {
    padding: 28px 15px;
    background-color: #f2f2f2;
}

.seachtitle401 span {
    color: #8adbee;
}

.resultlist401 {
    font-size: 13px;
    padding: 3% 0;
}

.seachimg401 img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}

.resultlist401 ul {
    padding-bottom: 40px;
}

.resultlist401 li {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: -1px;
}

.resultlist401 h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
}

.resultlist401 h4 em {
    color: #da251d;
    font-style: normal;
}

.resultlist401 h4 a {
    display: block;
}

.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
}

.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 30px;
}

.seachinputcont401 dt {
    float: left;
    width: 78%;
}

.seachinputcont401 dd {
    float: left;
    width: 22%;
}

.seachinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #54536c;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}

.seachinputcont401 dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #8adbee;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.keywords {
    color: #da251d;
}

@media (min-width:768px) {
    .seachtitle401 {
        font-size: 24px;
    }

    .resultlist401 h4 {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .seachimg401 {
        float: left;
        margin: 0 3% 0 0;
        display: block;
        width: 200px;
        height: 150px;
        overflow: hidden;
        position: relative;
    }

    .seachimg401 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
    }
}

@media (min-width:992px) {
    .seachinputcont401 {
        width: 45%;
        margin: 0 auto;
    }

    .seachinputcont401 dt input {
        font-size: 18px;
    }

    .seachinputcont401 dd input {
        font-size: 18px;
        font-weight: bold;
    }
}

body.ovhidden {
    overflow: hidden;
}

.content02 .csrhome-certified-show .Design-info .certified-text {
    text-align: right;
}

.lninsbody-about2 li {
    background-color: #f1f1f1;
}

.full-newsA-wrapper .thumb h2 {
    display: none;
}

@media (min-width:1024px) {
    .nav-active {
        height: 5px;
        display: none;
        position: absolute;
        bottom: 0;
        z-index: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: #00b9ef;
    }

    .menu-nav li {
        position: relative;
    }

    .menu-nav li.cur,
    .menu-nav li:hover {
        background-color: #1e90f8;
    }

    .menu-nav li.cur h3 a,
    .menu-nav li:hover h3 a {
        color: #fff !important;
    }

    .sub-nav {
        position: absolute;
        left: 0;
        top: 80px;
        width: auto;
        min-width: 9999px;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px 0;
    }

    .sub-nav a {
        padding: 13px 20px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
    }

    .menu-nav li:nth-child(7) .sub-nav,
    .menu-nav li:nth-child(8) .sub-nav,
    .menu-nav li:nth-child(9) .sub-nav {
        left: auto;
        right: 0;
    }

    .menu-nav li:nth-child(7) .sub-nav .sub-nav-cont,
    .menu-nav li:nth-child(8) .sub-nav .sub-nav-cont,
    .menu-nav li:nth-child(9) .sub-nav .sub-nav-cont {
        float: right;
    }

    .sub-item {
        float: left;
    }

    .sub-nav a:hover,
    .sub-nav a.on {
        color: #00b9ef;
    }

    .menu-nav li:nth-child(2n) .sub-nav a:hover,
    .menu-nav li:nth-child(2n) .sub-nav a.on {
        color: #1e90f8;
    }

    .newsfront,
    .newsback {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .newsback {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 1;
    }

    .newsfront {
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        z-index: 2;
    }

    .full-newsA-wrapper li a:hover .newslistcont {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .full-newsA-wrapper li a:hover .newsback {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        z-index: 2;
    }

    .full-newsA-wrapper li a:hover .newsfront {
        -webkit-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        z-index: 1;
    }

    .full-newsA-wrapper .thumb h2 {
        display: block;
        margin: 65px 26px 0;
        font-size: 20px;
        line-height: 28px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        color: #fff;
    }

    .full-newsA-wrapper li a {
        background: no-repeat;
    }

    .full-newsA-wrapper .content {
        height: 100%;
        background-color: #fff;
    }

    .newsback {
        background: url(../images/wqimg38.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .compound-module .info {
        overflow-y: hidden;
    }

    .compound-module .info:hover {
        overflow-y: auto;
    }

    .menu-nav li {
        padding: 0 5px;
    }

    .menu-nav {
        padding-right: 90px;
    }

    .menu-nav li h3 .num {
        display: none !important;
    }

    .compound-module {
        padding-top: 8.5%;
    }
}

@media (min-width:1260px) {
    .menu-nav li {
        padding: 0 8px;
        min-width: 90px;
        text-align: center;
    }

    .menu-nav {
        padding-right: 85px;
    }

    .compound-module {
        padding-top: 19.5%;
    }

    .compound-module h3 {
        max-height: 105px;
        overflow: hidden;
    }
}

@media (min-width:1880px) {
    .compound-module h3 {
        font-size: 28px;
    }
}

.c54536c {
    color: #54536c;
}

.lncorpt-thumb {
    padding: 0 30px 0 0;
    position: relative;
    max-width: 430px;
}

.lncorpt-thumb img {
    max-width: 100%;
}

.lncorpt-thumb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 30px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/3wqimg3.png);
    background-size: contain;
    z-index: -1;
}

.lncorpt-infor {
    color: #54536c;
    padding: 0 0 20px;
    text-align: justify;
}

.lncorpt-infor span {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.lncorpt-infor .lncoryear-list {
    background: url(../images/3wqimg4.png) no-repeat 0 100%;
}

.lncoryear-list {
    padding: 0 0 20px;
}

.lncoryear-list .year-item {
    font-weight: lighter;
    text-align: left;
    padding: 0 14px 0 0;
    float: left;
    width: auto;
    max-width: 25%;
}

.lncoryear-list .year-item:last-child {
    padding-right: 0;
}

.lncoryear-list .year-item .yLine {
    font-family: DINPro;
    font-size: 45px;
    line-height: 50px;
    color: #389d38;
    font-weight: bold;
}

.lncoryear-list .year-item .text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}

@media (min-width:1024px) {
    .lncorptres {
        line-height: 30px;
    }

    .lncorpt-thumb {
        padding: 0 58px 0 0;
        margin-right: -40px;
        float: right;
        width: 35.83333%;
    }

    .lncorpt-thumb:before {
        top: 58px;
    }

    .lncorpt-infor {
        width: 64%;
        float: left;
        font-size: 16px;
        line-height: 26px;
        overflow: hidden;
        padding: 0;
    }

    .lncoryear-list {
        margin: 12px 0;
    }

    .lncoryear-list .year-item {
        padding: 0 40px 0 0;
    }

    .lncoryear-list .year-item .yLine {
        font-size: 60px;
    }

    .lncoryear-list .year-item .text {
        margin-top: 8px;
        font-size: 14px;
    }
}

@media (min-width:1260px) {
    .lncoryear-list .year-item .yLine {
        font-size: 72px;
        line-height: 72px;
    }
}

.lnplatformres {
    background-color: #f3f8fd;
}

.lnplat-thumb img {
    max-width: 100%;
}

.lnplat-infor {
    padding: 20px 0 0;
    color: #54536c;
    text-align: justify;
}

.lnplat-infor .lncoryear-list .year-item {
    max-width: none;
    padding-right: 25px;
}

.lnplat-infor .lncoryear-list .year-item:last-child {
    padding-right: 0;
}

@media (min-width:1024px) {
    .lnplatformres {
        padding: 15px 0 50px;
    }

    .lnplat-thumb {
        float: left;
        width: 48.75%;
        margin-right: 30px;
    }

    .lnplat-infor {
        overflow: hidden;
        font-size: 16px;
        line-height: 26px;
    }
}

.institute-tabwq .wqitems-li {
    padding: 15px 15px 0;
    color: #54536c;
}

.institute-tabwq .wqitems-li img {
    max-width: 100%;
}

.institute-tabwq .wqitems-li .wqps {
    padding: 0 0 5px 10px;
    position: relative;
}

.institute-tabwq .wqitems-li .wqps:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #54536c;
    position: absolute;
    left: 0;
    top: 11px;
}

.institute-tabwq .wqitems-li .wqdesc {
    margin: 15px 0 0;
    text-align: justify;
}

.institute-tabwq .institute-ul h3 {
    background: -webkit-gradient(linear, left top, right top, from(#9dc815), to(#82bb22));
    background: -webkit-linear-gradient(left, #9dc815, #82bb22);
    background: -o-linear-gradient(left, #9dc815, #82bb22);
    background: linear-gradient(to right, #9dc815, #82bb22);
}

.institute-tabwq .institute-ul:nth-of-type(2) h3 {
    background: -webkit-gradient(linear, left top, right top, from(#81ba22), to(#61aa31));
    background: -webkit-linear-gradient(left, #81ba22, #61aa31);
    background: -o-linear-gradient(left, #81ba22, #61aa31);
    background: linear-gradient(to right, #81ba22, #61aa31);
}

@media (min-width:1200px) {
    .institute-tabwq .wqitems-li {
        line-height: 26px;
        padding: 40px 20px 10px 26px;
    }

    .institute-tabwq .wqitems-li .wqdesc {
        height: 215px;
        overflow-y: auto;
        padding: 0 20px 0 0;
        margin: 28px 0 0;
    }

    .institute-tabwq .wqitems-li .wqdesc::-webkit-scrollbar-track {
        background-color: #eeeeee;
    }

    .institute-tabwq .wqitems-li .wqdesc::-webkit-scrollbar {
        width: 2px;
    }

    .institute-tabwq .wqitems-li .wqdesc::-webkit-scrollbar-thumb {
        background-color: #9dc815;
    }

    .institute-tabwq .wqitems-li .wqps {
        font-size: 16px;
        padding-bottom: 14px;
    }

    .institute-tabwq .institute-ul h3 {
        font-size: 18px;
        padding: 13px 29px;
    }
}

.procase-table {
    padding: 30px 0;
    overflow-x: auto;
}

.procase-table table {
    min-width: 920px;
}

.procase-table thead tr {
    background: -webkit-gradient(linear, left top, right top, from(#00b9ef), to(#0075be));
    background: -webkit-linear-gradient(left, #00b9ef, #0075be);
    background: -o-linear-gradient(left, #00b9ef, #0075be);
    background: linear-gradient(to right, #00b9ef, #0075be);
}

.procase-table thead tr th {
    color: #FFffff;
    font-weight: normal;
    padding: 0px;
    border-right: 1px solid #FFffff;
}

.procase-table thead tr th:nth-child(3),
.procase-table thead tr th:nth-child(4) {
    text-align: left;
    padding: 13px 40px;
}

.procase-table tbody tr td {
    border-bottom: 1px dashed #dddddd;
    border-right: 1px dashed #dddddd;
    color: #54536c;
    padding: 5px 10px;
}

.procase-table tbody tr td:last-child {
    border-right: 0;
}

.procase-table tbody tr td.nobor {
    border-bottom: 0;
}

.procase-list {
    background: url(../images/slantline_03.jpg) repeat-x 0 0;
    padding: 30px 0 0;
}

.procase-list li {
    padding: 0 0 20px;
}

.procase-list li img {
    max-width: 100%;
}

.procase-list li .case-img {
    margin-bottom: -1px;
}

.procase-list li .case-infor {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
}

.procase-list li .case-infor .desc {
    color: #54536c;
}

.procase-list li .case-infor .text {
    color: #54536c;
}

@media (min-width:768px) {
    .procase-list {
        padding: 0 0 55px;
        margin: 10px 0;
    }

    .procase-list ul {
        margin: 0 -20px;
    }

    .procase-list li {
        float: left;
        width: 50%;
        padding: 0 20px 40px;
    }

    .procase-list li .case-infor {
        padding: 36px 30px;
    }

    .procase-list li .case-infor .desc {
        margin: 5px 0;
    }
}

@media (min-width:1024px) {
    .procase-table thead tr th {
        padding: 13px;
    }

    .procase-table tbody tr td {
        padding: 18px 40px;
    }
}

.rectuit-infor {
    padding: 0 0 10px;
}

@media (min-width:1024px) {
    .rectuit-infor {
        padding: 0 0 20px;
    }
}

.history-img {
    position: relative;
    overflow: hidden;
}

.history-img .swiper-slide {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 0 !important;
}

.moduleA_btn {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.moduleA_btn_left {
    left: 10px;
    background-image: url(../images/aprev2.png);
}

.moduleA_btn_right {
    right: 10px;
    background-image: url(../images/anext2.png);
}

.lnhistory-box {
    overflow: hidden;
}

.lnhistory-contant {
    display: none;
}

.lnhistory-contant:first-child {
    display: block;
}

.lnhistory-contant .desc {
    height: auto !important;
}

.lnhistory-contant .desc.cur .year::before,
.lnhistory-contant .desc:hover .year::before {
    -webkit-transform: scale(0.88, 0.88);
    -ms-transform: scale(0.88, 0.88);
    -o-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
}

.lnhistory-contant .year {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.lninsbody-about2 .year-item .num {
    color: #00b9ef;
}

.lninsbody-about2 li:nth-child(2) .year-item span {
    color: #9dc815;
}

.lninsbody-about2 li:nth-child(2) .year-item .num {
    color: #9dc815;
}

.lninsbody-about2 li {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.lninsbody-about2 li:hover {
    -webkit-box-shadow: 0px 0px 43px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 43px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.lninsbody-about2 li:nth-child(1):hover,
.lninsbody-about2 li:nth-child(3):hover {
    background-image: url(../images/4wqimg7.png);
}

.lninsbody-about2 li:nth-child(2):hover {
    background-image: url(../images/4wqimg8.png);
}

.lninsbody-about2 li:hover .year-item span,
.lninsbody-about2 li:hover .year-item .num,
.lninsbody-about2 li:hover .year-item .text,
.lninsbody-about2 li:hover .aboutname {
    color: #fff;
}

.lninsbody-about2 li:hover .aboutname:after {
    background-color: #fff;
}

.content02 .csrhome-certified-show .certified-btn {
    border: 0;
    background: rgba(157, 200, 21, 0.85);
}

.content02 .csrhome-certified-show .Design-info .certified-btn {
    background: rgba(0, 185, 252, 0.8);
}

.wnewlink {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-left: 20px;
}

.wnewlink:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #666;
}

.wnewlink.ac {
    color: #00b9ef;
}

.wnewlink.ac:hover {
    color: #1e90f8;
}

.wnewlink.bc {
    color: #1e90f8;
}

.wnewlink.bc:hover {
    color: #00b9ef;
}

.culutre-right {
    padding: 20px 0;
}

@media (min-width:1024px) {
    .wnewlink {
        font-size: 18px;
        padding-left: 40px;
        margin-left: 40px;
    }

    .culutre-right {
        padding: 40px 0 0;
        text-align: right;
    }

    .lnculture .bs {
        text-align: left;
    }
}

.history-img {
    position: relative;
    overflow: hidden;
}

.history-img .swiper-slide {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 0 !important;
}

.moduleA_btn {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.moduleA_btn_left {
    left: 10px;
    background-image: url(../images/aprev2.png);
}

.moduleA_btn_right {
    right: 10px;
    background-image: url(../images/anext2.png);
}

.lnhistory-box {
    overflow: hidden;
}

.lnhistory-contant {
    display: none;
}

.lnhistory-contant:first-child {
    display: block;
}

.lnhistory-contant .desc {
    height: auto !important;
}

.lnhistory-contant .desc.cur .year,
.lnhistory-contant .desc:hover .year {
    -webkit-transform: scale(1.16, 1.16);
    -ms-transform: scale(1.16, 1.16);
    -o-transform: scale(1.16, 1.16);
    transform: scale(1.16, 1.16);
    color: #00b9ef;
}

.lnhistory-contant .desc.cur .year::before,
.lnhistory-contant .desc:hover .year::before {
    -webkit-transform: scale(0.88, 0.88);
    -ms-transform: scale(0.88, 0.88);
    -o-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
}

.lnhistory-contant .year {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.insbody-contact {
    padding: 60px 0 0;
}

.incont-title .lnabout-comtit {
    padding-top: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #00b9fc;
    font-family: Montserrat;
}

.incont-title h4 {
    font-size: 18px;
    color: #666666;
}

.incont-infor {
    color: rgba(59, 58, 64, 0.6);
}

.incont-code {
    padding: 30px 0 0;
}

.incont-code .ctit {
    font-size: 16px;
    padding: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
}

.winscont-left {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: contain;
}

.winscont-right {
    background: #f3f5f9 url(../images/4wqimg2.png) repeat-y 0 0;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 20px;
}

.winscont-right img {
    max-width: 100%;
}

.winscont-right .mapmo {
    display: none;
}

.winscont-right .mappc {
    display: none;
}

.winsont-item {
    padding: 20px 0 0;
}

.winsont-item .wlabel {
    display: none;
}

.winsont-popup {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.winsont-popup .pad {
    padding: 8px 15px;
}

.winsont-popup .name {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#80b926), to(#61aa31));
    background: -webkit-linear-gradient(left, #80b926, #61aa31);
    background: -o-linear-gradient(left, #80b926, #61aa31);
    background: linear-gradient(to right, #80b926, #61aa31);
}

.winsont-popup .infor {
    color: rgba(84, 83, 108, 0.7);
    line-height: 20px;
}

.winsont-popup .infor p {
    position: relative;
    padding: 0 0 0 50px;
}

.winsont-popup .infor p span {
    position: absolute;
    left: 0;
    top: 0;
}

.nanhai {
    text-align: right;
    display: none;
}

@media (min-width:1024px) {
    .nanhai {
        position: absolute;
        right: 0;
        bottom: -35px;
        display: block;
    }

    .insbody-contact {
        padding-top: 0;
        overflow: hidden;
    }

    .winscont-right .mapmo {
        display: none;
    }

    .winscont-right .mappc {
        display: block;
    }

    .incont-title .lnabout-comtit {
        padding-bottom: 26px;
    }

    .incont-title h4 {
        font-size: 24px;
    }

    .incont-infor {
        padding: 24px 0;
    }

    .incont-code {
        padding: 59px 0 0 0;
    }

    .incont-code .ctit {
        font-size: 18px;
        padding: 0 0 15px 0;
    }

    .winscont-left {
        float: left;
        width: 41.92708%;
        height: 100%;
        padding-top: 12%;
        padding-left: 9.47917%;
    }

    .winscont-right {
        float: right;
        padding-top: 5%;
        padding-left: 4.16667%;
        padding-right: 4.16667%;
        width: 58.07292%;
        height: 100%;
    }

    .winscont-box {
        position: relative;
        max-width: 773px;
    }

    .winsont-popup {
        display: none;
        width: 280px;
        height: 140px;
        z-index: 5;
        position: absolute;
        top: -143px;
        left: -13px;
        -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.05);
    }

    .winsont-popup::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        left: 4px;
        bottom: -18px;
    }

    .winsont-popup .name {
        font-size: 18px;
    }

    .winsont-popup .pad {
        padding: 10px;
    }

    .winsont-item {
        position: absolute;
        padding: 0;
    }

    .winsont-item .dot {
        display: inline-block;
        vertical-align: bottom;
        width: 21px;
        height: 34px;
        background: url(../images/4wqimg4.png) no-repeat center center;
    }

    .winsont-item .text {
        display: inline-block;
        vertical-align: bottom;
        color: #84849d;
        padding-top: 15px;
        width: 130%;
        font-size: 12px;
    }

    .winsont-item .wlabel {
        display: block;
        position: relative;
        padding-left: 21px;
    }

    .winsont-item .wlabel .dot {
        position: absolute;
        left: 0;
        top: 0;
    }

    .winsont-item:nth-child(2) {
        left: 77.4903%;
        top: 27.58621%;
    }

    .winsont-item:nth-child(3) {
        left: 74.12678%;
        top: 32.44514%;
    }

    .winsont-item:nth-child(4) {
        left: 82.53558%;
        top: 41.37931%;
    }

    .winsont-item:nth-child(5) {
        left: 46.83053%;
        top: 46.0815%;
    }

    .winsont-item:nth-child(6) {
        left: 54.33376%;
        top: 49.05956%;
    }

    .winsont-item:nth-child(7) {
        left: 85.64036%;
        top: 53.29154%;
    }

    .winsont-item:nth-child(8) {
        left: 63.00129%;
        top: 55.32915%;
    }

    .winsont-item:nth-child(9) {
        left: 83.05304%;
        top: 57.21003%;
    }

    .winsont-item:nth-child(10) {
        left: 35.18758%;
        top: 59.56113%;
    }

    .winsont-item:nth-child(11) {
        left: 57.43855%;
        top: 61.28527%;
    }

    .winsont-item:nth-child(12) {
        left: 80.85382%;
        top: 61.28527%;
    }

    .winsont-item:nth-child(13) {
        left: 58.99094%;
        top: 76.64577%;
    }

    .winsont-item:nth-child(14) {
        left: 75.16171%;
        top: 81.81818%;
    }

    .winsont-item:nth-child(15) {
        left: 55.49806%;
        top: 82.44514%;
    }

    .winsont-item:nth-child(5) .wlabel,
    .winsont-item:nth-child(7) .wlabel,
    .winsont-item:nth-child(8) .wlabel,
    .winsont-item:nth-child(10) .wlabel,
    .winsont-item:nth-child(11) .wlabel,
    .winsont-item:nth-child(13) .wlabel,
    .winsont-item:nth-child(15) .wlabel {
        padding-left: 0;
        padding-right: 21px;
    }

    .winsont-item:nth-child(5) .winsont-popup,
    .winsont-item:nth-child(7) .winsont-popup,
    .winsont-item:nth-child(8) .winsont-popup,
    .winsont-item:nth-child(10) .winsont-popup,
    .winsont-item:nth-child(11) .winsont-popup,
    .winsont-item:nth-child(13) .winsont-popup,
    .winsont-item:nth-child(15) .winsont-popup {
        right: -13px;
        left: auto;
    }

    .winsont-item:nth-child(3) .dot,
    .winsont-item:nth-child(6) .dot,
    .winsont-item:nth-child(13) .wlabel .dot {
        background-image: url(../images/4wqimg5.png);
    }

    .winsont-item:nth-child(5) .wlabel .dot,
    .winsont-item:nth-child(7) .wlabel .dot,
    .winsont-item:nth-child(8) .wlabel .dot,
    .winsont-item:nth-child(10) .wlabel .dot,
    .winsont-item:nth-child(11) .wlabel .dot,
    .winsont-item:nth-child(13) .wlabel .dot,
    .winsont-item:nth-child(15) .wlabel .dot {
        left: auto;
        right: 0;
    }

    .winsont-item:nth-child(5) .winsont-popup::before,
    .winsont-item:nth-child(7) .winsont-popup::before,
    .winsont-item:nth-child(8) .winsont-popup::before,
    .winsont-item:nth-child(10) .winsont-popup::before,
    .winsont-item:nth-child(11) .winsont-popup::before,
    .winsont-item:nth-child(13) .winsont-popup::before,
    .winsont-item:nth-child(15) .winsont-popup::before {
        right: 4px;
        left: auto;
    }
}

@media (min-width:1440px) {
    .winscont-right {
        padding-top: 8%;
    }

    .winsont-popup {
        width: 331px;
        top: -175px;
    }

    .winsont-popup .pad {
        padding: 18px 10px 18px 40px;
    }

    .winsont-popup .name {
        font-size: 22px;
    }

    .winsont-popup {
        height: 172px;
    }
}

@media (min-width:1600px) {
    .winscont-right {
        padding-right: 0;
    }
}

@media (min-width:1800px) {
    .incont-title .lnabout-comtit {
        font-size: 56px;
    }

    .winsont-item .text {
        font-size: 14px;
    }
}

.sub-nav h4 {
    position: relative;
}

.menu-nav .three-nav {
    display: none;
    background-color: #fafafa;
    padding: 0 20px;
}

.menu-nav .three-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 36px;
    width: 80%;
}

.menu-nav .three-btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #b3b3b3;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
}

@media (min-width:1024px) {
    .menu-nav .three-nav {
        position: absolute;
        top: 0;
        left: 136px;
        width: 140px;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
        color: #666666;
    }

    .menu-nav .three-nav a {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-nav .three-nav a:hover {
        color: #8adbee;
    }

    .menu-nav .three-btn {
        display: none !important;
        height: 43px;
    }

    .menu-nav .three-btn:after {
        margin-top: -8px;
    }
}

.lnculture {
    position: relative;
    padding-top: 10px;
}

.culutre-right {
    display: none;
}

.lncult-right {
    padding: 10px 0 30px;
}

.article {
    color: #595959;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: justify;
}

.article h2 {
    padding-bottom: 5px;
}

@media (min-width:768px) {
    .lnculture {
        padding: 30px 0;
    }

    .culutre-left {
        width: auto;
        float: left;
    }

    .culutre-left .m-tit {
        padding-top: 8px;
    }

    .lncult-right {
        float: right;
        padding: 0;
    }

    .article {
        padding-bottom: 20px;
    }

    .article h2 {
        padding-bottom: 10px;
    }
}

@media (min-width:1024px) {
    .culutre-left p {
        text-align: justify;
    }

    .lnculture-list {
        padding-top: 20px;
    }
}

.mob-bot {
    display: none;
}

.history-img img {
    width: 100%;
    display: block;
}

@media (max-width:480px) {
    .mob-bot {
        padding-top: 20px;
        text-align: center;
        display: block;
    }

    .mob-bot a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 13px;
        color: #999999;
        line-height: 24px;
        text-transform: uppercase;
        position: relative;
    }

    .mob-bot .ems-cnpl {
        width: 80px;
        height: 80px;
        padding: 4px;
        background-color: #00b9fc;
        position: absolute;
        z-index: 3;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -90px;
        display: none;
    }

    .mob-bot .ems-cnpl:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid #00b9fc;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        z-index: 3;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -8px;
    }

    .lnacolumn-list li .acolumn-box {
        background: rgba(255, 255, 255, 0.95);
    }

    .newsA-list ul {
        padding: 0 5px;
    }

    .full-newsA-wrapper li {
        -webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1);
    }

    .lnwelfare-list dl dd {
        padding: 20px 10px 0;
    }

    .welf-name {
        margin-bottom: 15px;
    }

    .institute-li span {
        padding: 0 5px;
    }

    .mob-scroll {
        overflow-x: auto;
    }

    .detailtext11 table {
        min-width: 600px;
    }
}

.nextpage {
    width: 35px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 40px;
    z-index: 30;
    background: url('') no-repeat;
    display: block;
    -webkit-animation: sc 1s infinite;
    -o-animation: sc 1s infinite;
    animation: sc 1s infinite;
}

@-webkit-keyframes sc {
    0% {
        bottom: 60px;
        opacity: 0;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@-o-keyframes sc {
    0% {
        bottom: 60px;
        opacity: 0;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

@keyframes sc {
    0% {
        bottom: 60px;
        opacity: 0;
    }

    100% {
        bottom: 40px;
        opacity: 1;
    }
}

.work-img {
    position: relative;
}

.work-img .dot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
}

.compound-swiper .btn {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 20;
    background: url(../images/licon05.png) no-repeat;
}

.compound-swiper .prev {
    left: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.compound-swiper .next {
    right: 40px;
}

.m-iframe {
    padding: 30px 0 0;
}

.m-iframe .tit {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.m-iframe .tit:after {
    content: '';
    display: block;
    width: 37px;
    height: 2px;
    background-color: #9dc815;
    margin: 10px auto 20px;
}

.m-iframe iframe {
    width: 100%;
    min-width: 800px;
    height: 1000px;
    border: none;
}

.m-iframe .iframe-box {
    width: 100%;
    min-width: 800px;
}

.iframe-bd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
    .work-img {
        width: 352px;
        margin: 0 auto;
    }

    .m-iframe .tit {
        font-size: 20px;
    }
}

@media (min-width:1260px) {
    .work-img .btn {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .work-img .dot {
        display: none;
    }

    .m-iframe {
        padding-top: 60px;
    }

    .m-padtop {
        padding-top: 40px;
    }

    .m-iframe .tit {
        font-size: 28px;
    }

    .m-iframe .tit:after {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

div[contenteditable] {
    display: none !important;
}

@media (max-width:640px) {
    .csrhome-certified-show .services-list ul {
        padding: 0 30px;
    }

    .csrhome-certified-show .services-list li {
        width: 50%;
    }

    .top-img {
        height: 48px;
    }

    .lncorpt-thumb:before {
        display: none;
    }

    .lncorpt-thumb {
        padding-right: 0;
    }

    .lnculture .culutre-left {
        padding-bottom: 20px;
    }

    .compound-swiper .btn {
        display: none;
    }

    .full-newsA-wrapper .date {
        color: #9dc815;
    }

    .lnabout-comtit.m-font {
        font-size: 28px;
    }

    .lnabout-comtit.m-font:after {
        margin-top: 15px;
    }

    .dev-introduction-img img {
        height: auto !important;
    }

    .honors-wraper {
        padding: 0 50px;
    }

    .dev-imgTag * {
        font-size: 14px !important;
    }

    .csrhome-certified-show .cn-title {
        font-size: 26px;
        padding-bottom: 6%;
    }

    .csrhome-certified-show .services-list li {
        margin-bottom: 25px;
    }

    .compound-tabs .prev,
    .compound-tabs .next {
        color: #fff;
    }

    .compound-return {
        text-align: right;
        overflow: visible;
    }

    .compound-return a {
        text-align: center;
        margin-right: 10px;
        margin-top: -38px;
    }

    .compound-tabs #newsshare {
        margin: 5px auto 33px;
    }

    .lnlinfe-compound .compound-return a {
        background-color: #00b8ef;
    }
}

/* pages */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px;
}

.pagination li {
    margin-right: 15px;
}

.pagination li span,.pagination li a {
    border: 1px solid rgb(204, 204, 204);
    color: rgb(153, 153, 153);
    padding: 7px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.active a,.pagination li.active span {
    background: #1e90f8;
    color: white;
}

.pagination li a:hover {
    background: #1e90f8;
    color: white;
}