@charset "utf-8";



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

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

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

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

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

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

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

.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-cb {
    zoom: 1;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body {
    font-family: HELVETICANEUELTPRO-THEX, PingFangSC-Regular, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    color: #313131;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    font-size: 14px;
}

a {
    color: #1ec67a;
    text-decoration: none;
}

h1 {
    margin: 0;
    font-weight: 500;
}

h2,
h3,
h4 {
    margin: 0;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

input {
    display: inline-block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    outline: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

    input[type="checkbox"],
    input[type="radio"] {
        height: auto;
    }

textarea {
    padding: 10px;
    background-color: #fff;
    outline: none;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    resize: none;
    border-radius: 2px;
    width: 100%;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

iframe {
    border: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }

    .mlistpost.news #postContent {
        width: 660px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 860px;
    }

    .mlistpost.news #postContent {
        width: 800px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 860px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav > li {
        float: left;
        width: 10%;
        text-align: center;
        position: relative;
        /* margin-left: 1px; */
    }

.logo {
    float: left;
    padding-top: 18px;
}

    .logo h1 {
        display: block;
        width: 300px;
        height: 45px;
        background: url(logo.png);
        background-size: cover;
        overflow: hidden;
        line-height: 200px;
    }


.sb-nav {
    margin: 21.5px 0;
    float: right;
    width: 900px;
}

@media (max-width: 1200px) {
    .sb-nav > ul {
        margin-right: 20px;
    }
}

.sb-nav > ul > li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.sb-nav > ul > li > a {
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 3px;
}

    .sb-nav > ul > li > a i {
        font-size: 12px;
        margin-left: 5px;
    }

.sb-nav .submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 170px;
    padding: 8px 10px;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

    .sb-nav .submenu li {
        list-style-type: none;
    }

    .sb-nav .submenu a {
        display: block;
        padding: 8px 0 8px 15px;
        color: #313131;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .sb-nav .submenu a:hover {
            color: #20b573;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sb-nav .submenu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background: #f1f1f1;
    }


.sb-header {
    top: 0;
    z-index: 1200;
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: all ease .3s;
    z-index: 99;
}

.sb-header-shadow {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    animation-duration: 0.7s;
}

.sb-header .sidebar-btn {
    position: absolute;
    padding: 20px 10px;
}

.sb-header .sidebar-btn-tel {
    right: 0;
}

.sb-header .sb-nav > ul > li.active > a {
    color: #fff;
    background: #20b573;
}

.sb-header .sb-nav > ul > li > a {
    color: #3c3c3c;
}

    .sb-header .sb-nav > ul > li > a:hover {
        color: #fff;
        background: #20b573;
    }

.heading {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 80px;
}

    .heading h2 {
        font-size: 24px;
        color: #444;
    }

    .heading .small {
        color: #c1c1c1;
        font-size: 16px;
    }

.newsheader {
    padding-top: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}

    .newsheader p.title {
        text-align: left;
        font-size: 20px;
        color: #444;
    }

    .newsheader p.subtitle {
        text-align: left;
        color: #c1c1c1;
        font-size: 14px;
    }


/*.sb-header {
    background-color: #20b573;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sb-header:hover, .sb-header.fixed {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/

.sb-header.fixed .sb-nav > ul > li > a {
    color: #3c3c3c;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

    .sb-header.fixed .sb-nav > ul > li > a:hover {
        color: #20b573;
        background: none;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }

.sb-header .logo-green {
    display: none;
}

.sb-header:hover .logo-white {
    display: none;
}

.sb-header:hover .logo-green {
    display: block;
}

.header-fixed {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.navbar-contact {
    position: relative;
    margin-top: 30px;
}

    .navbar-contact .navbar-contact-hover {
        position: absolute;
        left: -23px;
        margin-top: 15px;
        z-index: 999;
        visibility: hidden;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-contact .navbar-contact-shadowr,
    .navbar-contact .navbar-contact-shadowl {
        visibility: hidden;
    }

    .navbar-contact:hover .navbar-contact-hover,
    .navbar-contact:hover .navbar-contact-shadowl,
    .navbar-contact:hover .navbar-contact-shadowr {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-contact .navbar-contact-shadowl,
    .navbar-contact .navbar-contact-shadowr {
        width: 1px;
        height: 10px;
        position: absolute;
        bottom: -16px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-contact .navbar-contact-shadowl {
        left: 46%;
        transform: rotate(40deg);
    }

    .navbar-contact .navbar-contact-shadowr {
        right: 46%;
        transform: rotate(-40deg);
    }

    .navbar-contact .navbar-contact-hover:before {
        display: block;
        content: "";
        border-width: 9px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        left: 40%;
        bottom: 100%;
    }

.navbar-en {
    top: -6px;
}

    .navbar-en .btn-en-link {
        -webkit-transition: border 0.3s ease;
        -moz-transition: border 0.3s ease;
        -ms-transition: border 0.3s ease;
        -o-transition: border 0.3s ease;
        transition: border 0.3s ease;
        padding: 6px;
        border-radius: 0px;
    }

        .navbar-en .btn-en-link:hover {
            border: 1px solid #20b573;
        }

.navbar-wechat {
    margin-right: 30px;
}

    .navbar-wechat .navbar-contact-hover img {
        width: 150px;
        height: 150px;
    }

.navbar-tel {
    margin-right: 34px;
}

@media (max-width: 1200px) {
    .navbar-tel {
        margin-right: 20px;
    }
}

.mul-dropdown-menu {
    width: 100%;
}

.mul-dropdown-line {
    position: absolute;
    top: 50px;
    bottom: 40px;
    width: 1px;
    background: #f5f5f5;
    display: inline-block;
    float: left;
}

.mul-dropdown-title {
    padding-bottom: 10px;
    color: #313131;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #f5f5f5;
}

    .mul-dropdown-title i {
        font-size: 16px;
        margin-right: 5px;
    }

.mul-dropdown-items > li {
    padding-top: 20px;
}

    .mul-dropdown-items > li:first-child {
        padding-top: 10px;
    }

    .mul-dropdown-items > li > a {
        color: #616161;
        line-height: 1;
        display: block;
    }

        .mul-dropdown-items > li > a:hover {
            color: #20b573;
        }

.mul-dropdown-menu-list {
    position: absolute;
    top: 200%;
    left: 50%;
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.mul-dropdown:hover .mul-dropdown-menu-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.glyphicon-menu-down:before {
    content: "\e602";
}

.btn-link {
    color: #313131;
}

.padding-no {
    padding: 0 !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mrs {
    margin-right: 5px;
}

.color-primary {
    color: #20b573 !important;
}

.color-light {
    color: #ffffff;
}

.color-info {
    color: #ffb921 !important;
}

.gray-darker {
    color: #313131 !important;
}

.gray-dark {
    color: #616161 !important;
}

.gray {
    color: #919191;
}

.bg-primary {
    background-color: #20b573;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-light {
    background-color: #ffffff;
}

.text-link {
    color: #313131;
    text-decoration: underline;
}

    .text-link:hover {
        color: #20b573;
    }

.bg-banner {
    position: relative;
    width: 100%;
    padding-bottom: 22%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-hover-content {
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

    .banner-hover-content .banner-hover-header {
        margin-bottom: 80px;
    }

        .banner-hover-content .banner-hover-header .title {
            font-size: 60px;
        }

    .banner-hover-content .banner-hover-footer .btn {
        padding: 18px 100px;
        font-size: 16px;
    }

.banner-hover-footer i {
    display: inline-block;
    height: 16px;
    width: 16px;
    font-size: 16px;
    line-height: 1;
}

.btn-link {
    color: #313131;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link.focus {
        color: #20b573;
        text-decoration: none;
    }

.btn-primary {
    border-color: #188a57;
    background-color: #20b573;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary.active {
        border-color: #188a57;
        color: #ffffff;
        background-color: #1a925d;
    }

.btn-warning {
    border-color: #d87000;
    background-color: #ff8a0c;
    color: #ffffff;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning.active {
        border-color: #d87000;
        color: #ffffff;
        background-color: #e27500;
    }

.btn-info {
    border-color: #eda200;
    background-color: #ffb921;
    color: #ffffff;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info.active {
        border-color: #eda200;
        color: #ffffff;
        background-color: #f7a900;
    }

.btn-primary-o {
    border: 1px solid #20b573;
    color: #20b573;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-primary-o:hover,
    .btn-primary-o:focus {
        background: #20b573;
        color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn-primary-o i {
        margin-right: 8px;
    }

.btn-white {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-white:focus,
    .btn-white:hover {
        color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.5);
    }

.btn-white-light {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-white-light:focus,
    .btn-white-light:hover {
        color: #616161;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #ffffff;
    }

.btn-reverse {
    padding: 6px 10px;
    border: 1px solid #20b573;
    border-radius: 4px;
    color: #20b573;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-reverse:hover,
    .btn-reverse:focus {
        background-color: #20b573;
        color: #ffffff;
    }

    .btn-reverse + .btn-reverse {
        margin-left: 10px;
    }

.btn-reverse-white {
    padding: 6px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-reverse-white:hover,
    .btn-reverse-white:focus {
        background-color: #20b573;
        border: 1px solid #20b573;
        color: #ffffff;
    }

    .btn-reverse-white + .btn-reverse-white {
        margin-left: 10px;
    }

.text-center {
    text-align: center
}

.banner-hover-footer .btn {
    padding: 15px 60px;
    border-radius: 30px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-hover-footer .btn-main {
    border: 2px solid #ffb921;
    -webkit-box-shadow: 0 9px 34px 0 rgba(255, 185, 33, 0.6);
    -moz-box-shadow: 0 9px 34px 0 rgba(255, 185, 33, 0.6);
    box-shadow: 0 9px 34px 0 rgba(255, 185, 33, 0.6);
}

    .banner-hover-footer .btn-main:focus,
    .banner-hover-footer .btn-main.focus,
    .banner-hover-footer .btn-main.active {
        border-color: #1a925d;
    }

.mlxl {
    margin-left: 30px;
}

.banner-hover-footer .btn {
    padding: 15px 60px;
    border-radius: 30px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #20b573 !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    height: 60px !important;
    width: 60px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .swiper-button-prev i,
    .swiper-button-next i {
        color: #fff;
        font-size: 60px;
        line-height: 60px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


/*------------*/

#banner {
    height: 280px;
    width: 100%;
    position: relative;
}

    #banner div {
        background-color: #39383E;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 280px;
        position: relative;
    }

.content .header {
    padding-top: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}

#category {
    margin-left: 0;
    padding-bottom: 35px;
    width: 182px;
    float: left;
    text-align: left;
    margin-top: 25px;
}

    #category a.active,
    #category a:hover {
        color: #000;
    }

    #category a {
        border: 0px;
        background: none;
        color: #666;
        font-size: 13px;
        position: relative;
        padding: 0;
        line-height: 42px;
        height: 42px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        padding-left: 16px;
    }

        #category a.active::before {
            background: #ff7e46;
        }

        #category a::before {
            content: '';
            position: absolute;
            width: 3px;
            height: 12px;
            background: transparent;
            left: 0;
            margin-top: 15px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

#newslist {
    width: 960px;
    float: right;
}

#newslist {
    margin: 0 auto;
}

    #newslist,
    #newslist .wrapper,
    #mnews .content_list {
        height: 100%;
    }

        #newslist .newstitem {
            width: 100%;
            margin: 0;
            height: 190px;
            border-bottom: 1px solid rgba(0, 0, 0, .06);
            transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        }

            #newslist .newstitem a.newscontent {
                height: 100%;
                display: block;
                text-align: center;
                position: relative;
            }

            #newslist .newstitem a.details {
                width: 35px;
                height: 35px;
                display: block;
                border-radius: 0;
                border: none;
                transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
                overflow: hidden;
                position: relative;
                margin: 0px;
                z-index: 3;
                top: -66px;
                right: 0;
                float: right;
                opacity: 0;
            }

            #newslist .newstitem:hover a.details {
                opacity: 1;
                top: -96px;
            }

            #newslist .newstitem a.details:after {
                content: '';
                width: 15px;
                height: 9px;
                background: url(icon.png) no-repeat -110px -11px;
                display: block;
                margin: 13px 0 0 11px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

            #newslist .newstitem:hover .details {
                border-color: #b6b6b6;
                text-indent: 130px;
                background: transparent;
            }

                #newslist .newstitem:hover .details:after {
                    background: url(icon.png) no-repeat -1px -71px;
                }

            #newslist .newstitem .details:hover {
                border: none;
            }

            #newslist .newstitem.left .news_wrapper {
                left: auto;
            }

            #newslist .news_wrapper,
            #newslist .newstitem a.newscontent:hover .news_wrapper {
                width: 920px;
            }

            #newslist .newstitem .newsimg,
            #newslist .newstitem .news_wrapper {
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

        #newslist .wrapper .news_wrapper {
            position: inherit;
            margin-left: 55px;
        }

        #newslist .newstitem .newsimg {
            display: block;
            width: 127px;
            height: 127px;
            margin-top: 30px;
            opacity: 1;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            background: #0aa06c center center no-repeat;
            -webkit-background-size: cover;
        }

        #newslist .newsbody {
            width: 700px;
            display: block;
            padding-left: 0;
            margin-left: 100px;
        }

        #newslist .newsbody {
            position: relative;
            max-width: 100%;
            height: 100%;
            vertical-align: middle;
        }

            #newslist .newsbody .date {
                height: 88px;
                background: transparent;
                position: relative;
                font-weight: 100;
                width: 120px;
                top: 0;
                text-align: left;
                float: right;
                padding-right: 50px;
                padding-right: 0;
                padding-left: 0;
                padding-top: 14px;
                left: 75px;
            }

            #newslist .newsbody .date {
                color: #999;
                font-size: 12px;
                margin-bottom: 10px;
            }

                #newslist .newsbody .date .md {
                    color: #adadad;
                    position: relative;
                    top: 40px;
                    transition: all 0.3s ease-out 0s;
                    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
                    display: block;
                    line-height: 20px;
                    width: 100%;
                    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                }

                #newslist .newsbody .date .year {
                    font-size: 30px;
                    float: left;
                    color: #999;
                    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
                    display: block;
                    line-height: 46px;
                    position: relative;
                    top: 22px;
                    width: 100%;
                    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                    text-align: right;
                    right: 0;
                }

            #newslist .newsbody .title {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                font-size: 16px;
                color: #575757;
                text-align: left;
                position: absolute;
                top: 54px;
                text-indent: 0px;
                left: 0px;
                width: 600px;
                margin-top: -10px;
                line-height: 24px;
                height: 24px;
            }

            #newslist .newsbody .description {
                left: 0px;
                width: 600px;
                top: 100px;
                margin-top: -12px;
                height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                color: #999;
                line-height: 24px;
                text-align: left;
                position: absolute;
                transition: all 0.3s ease-out 0s;
            }

#newsitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#newsitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#newsitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#newsitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#newsitem_5 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#newsitem_6 {
    animation-name: fadeInUp;
    animation-delay: 1.2s;
}

#newsitem_7 {
    animation-name: fadeInUp;
    animation-delay: 1.4s;
}

#newsitem_8 {
    animation-name: fadeInUp;
    animation-delay: 1.6s;
}

#newsitem_9 {
    animation-name: fadeInUp;
    animation-delay: 1.8s;
}

#newsitem_10 {
    animation-name: fadeInUp;
    animation-delay: 2s;
}

#newsitem_11 {
    animation-name: fadeInUp;
    animation-delay: 2.2s;
}

#pages {
    width: 960px;
    margin-left: 220px;
    overflow: hidden;
    padding: 40px 0 80px;
    height: 36px;
    text-align: center;
}

    #pages li {
        display: inline-block;
        text-align: center;
        font-family: Arial;
        margin-right: 10px;
    }

    #pages .thisclass {
        background-color: #20b573;
        padding: 10px 15px;
        color: #fff;
    }

    #pages a {
        display: block;
        background-color: #fff;
        color: #a9a9a9;
        padding: 10px 15px;
        transition: background-color 0.2s ease-out;
    }

        #pages a.active,
        #pages a:hover {
            background-color: #6b6b6b;
            color: #fff;
        }

#newslist .newstitem:hover {
    box-shadow: 0px 6px 10px 5px rgba(0, 0, 0, 0.08);
}

    #newslist .newstitem:hover .newsbody .title {
        left: 20px;
        color: #333;
    }

    #newslist .newstitem:hover .newsbody .description {
        left: 20px;
        color: #666;
    }

    #newslist .newstitem:hover .newsimg {
        left: 20px;
    }

    #newslist .newstitem:hover .newsbody .date:after {
        width: 60px;
        background: #7D7D7D;
    }

    #newslist .newstitem:hover .title {
        color: #333
    }

    #newslist .newstitem:hover .date .year {
        color: #333;
        right: 20px;
    }

    #newslist .newstitem:hover .date .md {
        display: none;
    }


/** 侧边栏 */

.side-pannel {
    position: fixed;
    z-index: 99;
    right: -1px;
    padding: 0;
}

.side-bar {
    bottom: 100px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    background: #fff;
}

    .side-bar a {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        cursor: pointer;
        text-align: center;
        color: #676767;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
    }

        .side-bar a s {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .side-bar a span {
            line-height: 20px;
            font-size: 12px;
        }

        .side-bar a.gotop s {
            position: absolute;
            top: 40%;
            left: 20px;
        }

        .side-bar a.text {
            padding-top: 20px;
        }

        .side-bar a.qr i,
        .side-bar a.qr1 i {
            position: absolute;
            top: 50%;
            left: -277px;
            visibility: hidden;
            width: 277px;
            height: 259px;
            margin-top: -120px;
            transition: all .5s;
            opacity: 0;
        }

.phone {
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    z-index: -999;
    top: -1px;
    left: -120px;
    visibility: hidden;
    width: 180px;
    height: 70px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    border: 1px solid #e7e7e7;
    border-right: none;
    background-color: #fff;
}

.side-bar a.weibo:hover .phone {
    left: -180px;
    visibility: visible;
    opacity: 1;
}

.side-bar a.qr:hover i,
.side-bar a.qr1:hover i {
    visibility: visible;
    opacity: 1;
}

.side-bar a.qr i {
    background-image: url(weixin.png);
}

.side-bar a.qr1 i {
    background-image: url(weixin1.png);
}

.g-icon-top {
    width: 35px;
    height: 20px;
    margin-top: -5px;
    background-position: 0 -33px;
}

.g-icon-survey1 {
    width: 26px;
    height: 23px;
    margin-top: -5px;
    background-position: 0 -53px;
}

.side-bar a.survey:hover s {
    width: 26px;
    height: 23px;
    margin-top: -5px;
    background-position: -26px -53px;
}

.g-icon-qq1 {
    width: 22px;
    height: 20px;
    margin-top: -5px;
    background: url(http://www.sbnk.cn/templets/sbnk/images/ask.gif) no-repeat;
}

.g-icon-weibo1 {
    width: 27px;
    height: 25px;
    margin-top: -5px;
    background-position: -44px -27px;
}

.g-icon-weibo2,
.side-bar a.weibo:hover s {
    width: 27px;
    height: 25px;
    margin-top: -5px;
    background-position: -72px -27px;
}

.g-icon-qr1 {
    width: 26px;
    height: 23px;
    margin-top: -5px;
    background-position: 0 0;
}

.g-icon-qr2,
.side-bar a.qr:hover s {
    width: 26px;
    height: 23px;
    margin-top: -5px;
    background-position: -26px 0px;
}

.g-icon-qr1,
.g-icon-qr2,
.g-icon-survey1,
.g-icon-survey2,
.g-icon-top,
.g-icon-weibo1,
.g-icon-weibo2,
.side-bar a.qr:hover s,
.side-bar a.survey:hover s,
.side-bar a.weibo:hover s {
    background-image: url(sprite.png);
}

#mcontact {
    background-color: #393c40;
}

    #mcontact .header p.title {
        color: transparent;
        font-size: 0px;
    }

    #mcontact .header p.subtitle {
        color: transparent;
        font-size: 0;
        line-height: 0;
    }

    #mcontact .content .header {
        padding-bottom: 0px;
    }

#contactinfo div a:hover {
    color: #fff;
    background: #3490DC;
}

#footer a path {
    fill: rgb(148, 148, 148);
}

.module {
    z-index: auto;
}

#contactinfo {
    width: 1180px;
    margin: 20px auto 0;
}

    #contactinfo h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 25px 0;
        float: left;
        width: 100%;
        color: #fff;
        font-weight: 100;
    }

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.fl {
    float: left;
}

#contactinfo p {
    width: auto;
    float: inherit;
    padding-right: 40px;
    line-height: 24px;
    font-size: 13px;
    color: #838383;
    height: 24px;
    margin-bottom: 20px;
}

#footer p {
    text-align: left;
    padding: 14px 0px;
    color: #6c6e75;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #4b4d50;
    font-size: 12px;
}


/*\\\\\\\\\*/

#pageTarget {
    background: rgb(244, 252, 248);
    border-bottom: #ededed 1px solid;
    border-top: #ededed 1px solid;
}

.container_target {
    padding: 10px 0;
    color: #a6a6a6;
    float: right
}

    .container_target a {
        color: #6e6e6e;
        position: relative;
        font-size: 12px;
    }

        .container_target a:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 0%;
            height: 1px;
            background-color: #20b573;
            transition: all ease-out .3s
        }

        .container_target a:hover {
            color: #20b573;
        }

            .container_target a:hover:before {
                width: 100%;
            }

    .container_target i {
        margin: 0 10px
    }

.content {
    font-size: 13px;
    line-height: 24px;
    color: #7e7e7e;
}

.container_content {
    padding-top: 60px;
    min-height: 600px;
}

.mlistpost.news #postWrapper {
    margin: 0 auto 50px;
}


.mlistpost.news #postInfo .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3c3c3c;
}

.mlistpost.news #postInfo .subtitle {
    font-size: 15px;
    color: #101010;
    margin-top: 20px;
}

.mlistpost.news #postContent {
    float: left;
    width: 860px;
    overflow: hidden;
}

    .mlistpost.news #postContent .postbody {
        font-size: 13px;
        color: #646464;
        line-height: 30px;
        padding-bottom: 50px;
    }

.mlistpost.news #listContent {
    width: 320px;
    float: right;
}

.mlistpost #listContent .item_tags a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #6e6e6e;
    margin-bottom: 6px;
}

    .mlistpost #listContent .item_tags a:hover {
        color: #fff;
        background-color: #20b573;
        border-color: #20b573
    }

.mlistpost.news .mlist.news {
    margin-top: -6px
}

.mlistpost.news #listContent .mlist.news .content_wrapper {
    margin-right: 0;
    border-bottom: #e7e7e7 1px solid;
    border-top: #20b573 3px solid
}

.mlistpost.news #listContent .mlist.news .content_list li {
    width: 100%;
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
    margin-right: 0;
    border: #e7e7e7 1px solid;
    border-top: none;
    border-bottom: none;
    position: relative
}

    .mlistpost.news #listContent .mlist.news .content_list li:after {
        width: 100%;
        height: 1px;
        background: #e7e7e7;
        position: absolute;
        bottom: 0;
        content: '';
        left: 0;
    }

    .mlistpost.news #listContent .mlist.news .content_list li:hover {
        background-color: rgb(244, 252, 248)
    }

.mlist.news .content_list li .item_info .title {
    font-size: 15px;
    color: #262626;
    transition: all .3s linear
}

.mlist.news .content_list li .item_info .line {
    margin: 14px 0;
    height: 1px;
    background: #dddddd;
    width: 0;
    transition: all .3s linear
}

.mlist.news .content_list li .item_info .subtitle {
    font-size: 12px;
    color: #4f4f4f;
    font-family: Arial;
    margin-top: 20px
}

.mlist.news .content_list li .item_info .description {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.mlist.news .content_list li:hover .item_info .title {
    color: #20b573
}

.mlist.news .content_list li:hover .item_info .line {
    width: 100%;
}

.content hr {
    border: none;
    border-top: 1px dotted #d3d3d3;
    margin-top: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: normal;
}

.postbody img {
    float: none;
    max-width: 100%;
    margin-bottom: 5px
}

.mlist.news .content_wrapper {
    margin-right: -3.633%;
    position: relative;
    margin-top: 20px;
}

#listContent h3 {
    font-size: 18px;
}


/*团队列表页*/

#teamlist .teamitem {
    width: 560px;
    height: 260px;
    margin: 0 40px 20px 0;
    transition: all 0.3s ease-out 0s;
    float: left;
}

    #teamlist .teamitem a {
        float: left;
        /* width:180px; */
        /* height:160px; */
        overflow: hidden;
        transition: all 0.3s ease-out 0s;
    }

    #teamlist .teamitem .teaminfo {
        float: right;
        height: 130px;
        transition: all .6s cubic-bezier(.215, .61, .355, 1);
        margin: 0px;
        text-align: left;
        width: 300px;
        padding: 55px 0 0;
    }

    #teamlist .teamitem .title a {
        float: none;
        color: #333;
        left: 0;
        top: 0;
    }

    #teamlist .teamitem .title {
        display: inline-block;
        padding-right: 12px;
    }

    #teamlist .teamitem .subtitle {
        display: inline-block;
        max-width: 202px;
        font-size: 13px;
        color: #999;
        margin-top: 7px;
    }

    #teamlist .teamitem .description {
        font-size: 13px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        color: #757575;
    }

    #teamlist .teamitem a.details:after {
        content: '';
        width: 37px;
        height: 20px;
        display: block;
        position: absolute;
        top: 30px;
        left: 10px;
        background: transparent url(icon.png) no-repeat -20px -66px;
        transition: all 0.3s ease-out 0s;
    }

    #teamlist .teamitem:hover a {
        margin-top: 0px;
    }

    #teamlist .teamitem:hover .teaminfo {
        padding-top: 48px;
    }

    #teamlist .teamitem:hover a.details {
        opacity: 1;
        margin-top: 48px;
        border-color: #20b573;
    }

#teamlist {
    padding-top: 60px;
    width: 1200px;
}

    #teamlist .teamimg {
        width: 227px;
        height: 240px;
        overflow: hidden;
    }

    #teamlist .teamitem a img {
        width: 100%;
    }

        #teamlist .teamitem a img:after {
            content: '';
            position: absolute;
            width: 1px;
            border: 1px solid rgba(0, 0, 0, .1);
            height: 50px;
        }

    #teamlist .teamitem {
        margin-bottom: 30px;
        height: 258px;
        background: #f8f8fa;
        width: 578px;
        margin-right: 20px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        border: 1px solid transparent;
    }

        #teamlist .teamitem a {
            position: relative;
            top: 10px;
            left: 10px;
            width: auto;
            height: 250px;
        }

        #teamlist .teamitem .description {
            line-height: 26px;
            color: #999;
            width: 270px;
            margin-top: 25px;
        }

        #teamlist .teamitem a.details {
            display: block;
            border-radius: 99px;
            width: 40px;
            height: 40px;
            text-indent: -9999px;
            position: relative;
            border: 1px solid #C8C8C8;
            top: 150px;
            transition: all 0.3s ease-out 0s;
            opacity: 1;
            left: 52px;
            margin: 40px auto 50px;
        }

        #teamlist .teamitem:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            background: #fff;
            border: 1px solid #f2f2f2;
        }

            #teamlist .teamitem:hover .teaminfo {
                padding-top: 40px;
            }

        #teamlist .teamitem .subtitle {
            display: block;
        }

        #teamlist .teamitem .title a {
            top: 0;
            left: 0;
            color: #444;
        }

        #teamlist .teamitem a.details::after {
            content: '';
            width: 37px;
            height: 20px;
            display: block;
            position: absolute;
            top: 9px;
            left: 0px;
            background: transparent url(icon.png) no-repeat -20px -66px;
            transition: all 0.3s ease-out 0s;
        }

#newslist .newsbody {
    width: 700px;
    display: block;
}

#newslist .left .newsbody {
    padding-left: 0;
    margin-left: 100px;
}

#newslist .right .newsbody {
    padding-right: 0;
    margin-left: 100px;
}

    #newslist .right .newsbody .date {
        right: auto;
        left: 75px;
    }

#teamlist .teamitem:hover {
    border-top: 1px solid #20b573;
}

#teamlist #pages {
    margin-left: 0;
    width: 100%;
}

#teampost {
    padding: 50px 0;
    min-height: 600px;
}

    #teampost #teamimage {
        width: 408px;
        float: left;
    }

        #teampost #teamimage img {
            float: none;
        }

    #teampost #teambody {
        margin-left: 450px;
    }

        #teampost #teambody .theader .title {
            font-size: 26px;
            margin-bottom: 5px;
            color: #343434;
        }

#teambody .theader .subtitle {
    color: #626262;
    font-size: 14px;
}

#teambody .theader .postbody {
    margin-top: 36px;
    width: 730px;
    overflow: hidden;
    line-height: 26px;
}

.postbody p {
    line-height: 26px;
    word-wrap: break-word;
    word-break: normal;
}

#teambody .theader .postbody hr {
    border: none;
    border-top: 1px dotted #dadada;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
}

#servicelist {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

    #servicelist .serviceitem {
        margin: 0;
        margin-bottom: 20px;
        padding-bottom: 0;
        height: 308px;
        min-height: 308px;
        margin-right: 0;
        width: 400px;
        border: 1px solid rgba(0, 0, 0, .0);
        float: left;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

        #servicelist .serviceitem a {
            text-align: center;
            display: block;
            width: 100%;
            height: 100%;
        }

.servicelist .service_img {
    /* float: left; */
    height: auto;
    display: block;
}

.service_img {
    display: inline;
}

#servicelist .serviceitem:nth-child(3n+1) a img {
    background: #F44336;
}

#servicelist .serviceitem:nth-child(3n+2) a img {
    background: #6686ff;
}

#servicelist .serviceitem:nth-child(3n+3) a img {
    background: #9878ff;
}

#servicelist .serviceitem div {
    top: 0;
    padding-top: 5px;
    position: relative;
    margin: 0;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}

#servicelist .service_img {
    display: block;
    width: 380px;
    height: 140px;
    overflow: hidden;
    margin-left: 10px;
}

#servicelist .serviceitem div p.title {
    font-size: 18px;
    color: #595959;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s;
}

#servicelist .serviceitem div p {
    padding: 0 30px;
}

    #servicelist .serviceitem div p.description {
        width: auto;
        margin-top: 30px;
        color: #848484;
        font-size: 13px;
        line-height: 24px;
        height: 50px;
        overflow: hidden;
    }

    #servicelist .serviceitem div p.title::after {
        top: 50px;
        background: rgba(0, 0, 0, .1);
        content: '';
        position: absolute;
        width: 50px;
        height: 1px;
        left: 50%;
        margin-left: -25px;
        top: 45px;
        transition: all 0.3s ease-out 0s;
    }

#servicelist .serviceitem:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
    background: #fff;
    margin-bottom: 28px;
}

#servicelist .wrap {
    margin-right: -50px;
}

#servicelist .serviceitem a img {
    margin: 0 auto;
    top: 0;
    width: 380px;
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    float: none;
}


/*--------------------*/

.servicelist {
    overflow: hidden;
    position: relative;
    margin-top: -75px;
    z-index: 2;
    width: 1260px;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 6px 40px rgba(128, 128, 128, 0.25);
}

    .servicelist #serviceitem_0 {
    }

    .servicelist #serviceitem_1 {
        animation-delay: 0.1s;
    }

    .servicelist #serviceitem_2 {
        animation-delay: 0.3s;
    }

    .servicelist .serviceitem {
        width: 200px;
        transition: all 0.3s ease-out 0s;
        float: left;
    }


        .servicelist .serviceitem a img {
            overflow: hidden;
            transition: all 0.3s ease-out 0s;
            position: relative;
            top: 0;
            float: none;
            margin: 0px auto;
            width: 70px;
        }

        .servicelist .serviceitem div {
            position: relative;
            margin: 0;
            transition: all 0.3s ease-out 0s;
            top: 0px;
            padding-top: 0;
            text-align: left;
            width: 200px;
        }

            .servicelist .serviceitem div p.title {
                font-size: 18px;
                color: #333;
                height: 40px;
                line-height: 40px;
                transition: all ease-out .2s;
                text-align: center;
            }

            .servicelist .serviceitem div p {
                padding: 0 30px;
            }

                .servicelist .serviceitem div p.description {
                    line-height: 24px;
                    color: #666;
                    width: auto;
                    font-size: 13px;
                    /* height: 50px; */
                    overflow: hidden;
                }

        .servicelist .serviceitem a {
            text-align: center;
            display: block;
            width: 100%;
            height: 100%;
        }

        .servicelist .serviceitem:hover {
        }



            .servicelist .serviceitem:hover div {
                margin-top: -5px;
            }


.header {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 300px;
    float: left;
}

    .header p.title {
        color: #444;
        font-size: 24px;
    }

    .header p.subtitle {
        font-size: 12px;
        color: #A5A5A5;
    }

.category {
    display: block;
    float: right;
    text-align: right;
    width: 900px;
    padding-bottom: 0;
    margin-top: 46px;
}

    .category a {
        padding: 8px 24px;
        border: rgba(210, 210, 210, 0) 1px solid;
        color: #616161;
        margin-right: 2px;
        display: inline-block;
        transition: all 0.3s ease-out 0s;
        position: relative;
    }

        .category a::after {
            content: "";
            display: block;
            width: 1px;
            height: 18px;
            background-color: #Dadada;
            position: absolute;
            left: 108px;
            top: 10px;
        }

        .category a:last-child::after {
            display: none;
        }

        .category a.active,
        .category a:hover {
            background: #20b573;
            color: #fff;
            border-color: #20b573;
        }

.news_list .newstitem a.newscontent {
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.news_list .news_wrapper,
.news_left .newstitem a.newscontent:hover .news_wrapper {
    width: 100%;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_list .newsbody .date {
    text-align: left;
    top: 0;
    height: 60px;
    padding: 0px 12px 0px 10px;
    width: 80px;
    margin-bottom: 0;
    margin-left: 15px;
    position: relative;
}

    .news_list .newsbody .date .md {
        position: relative;
        top: 30px;
        transition: all 0.3s ease-out 0s;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
        display: block;
        line-height: 20px;
        width: 100%;
        font-size: 14px;
        color: #adadad;
    }

    .news_list .newsbody .date .year {
        font-size: 18px;
        font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
        display: block;
        line-height: 46px;
        position: relative;
        top: -24px;
        width: 100%;
        color: #999;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

.news_list .newsbody .title {
    top: 0;
    padding-left: 100px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100%);
    color: #575757;
    height: 40px;
    line-height: 32px;
    text-align: left;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_list .newsbody .description {
    width: calc(100%);
    color: #999;
    font-size: 12px;
    height: 20px;
    padding-left: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
    text-align: left;
    position: absolute;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    margin-top: 0;
    top: 30px;
}

.news_list .newsimg {
    width: 80px;
    height: 60px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_list li {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    overflow: hidden;
    margin-bottom: 10px;
}

    .news_list li:hover,
    .left_news a:hover {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .news_list li a:hover .news_wrapper {
        width: 90%;
        float: right;
    }

    .news_list li a:hover .newsimg {
        opacity: 1;
    }

.left_news {
    width: 38%;
    float: left;
}

    .left_news .new_img {
        height: 265px;
        overflow: hidden;
    }

    .left_news a {
        height: 100%;
        display: block;
        position: relative;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        overflow: hidden;
    }

    .left_news img {
        width: 100%;
    }

    .left_news .new_info {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
        padding: 10px;
        width: 100%;
    }

    .left_news .title {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 32px;
        line-height: 32px;
    }

    .left_news p.description {
        display: block;
        font-size: 13px;
        line-height: 22px;
        height: 40px;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.7);
    }

.right_news {
    width: 60%;
    float: right;
}

#about,
#department {
    background-color: rgb(244, 252, 248);
    margin-top: 80px;
}

    #about .container {
        position: relative;
        height: 400px;
    }

    #about a.more {
        position: absolute;
        left: 0;
        top: 250px;
        border-radius: 0px;
        width: 140px;
        height: 40px;
        font-size: 15px;
        color: #999;
        line-height: 40px;
        text-align: center;
        text-indent: inherit;
        border: #dfdfdf 1px solid;
        background: rgba(255, 255, 255, .0);
        display: block;
        margin: 40px auto 50px;
        transition: all 0.3s linear;
        z-index: 1;
    }

        #about a.more:hover {
            background: #20b573;
            color: #fff;
            border: #20b573 1px solid;
        }

            #about a.more:hover::before {
                opacity: 1;
                -webkit-transform: translate3d(0, 0, 0);
                transform: scale3d(1, 1, 1);
            }

        #about a.more:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #20b573;
            z-index: -1;
            opacity: 0;
            -webkit-transform: scale3d(0.7, 1, 1);
            transform: scale3d(0.7, 1, 1);
            -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
            transition: transform 0.4s, opacity 0.4s;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        }

    #about .header {
        width: 50%;
        text-align: left;
        position: relative;
        padding-top: 80px;
    }

    #about p.description {
        float: left;
        position: absolute;
        width: 620px;
        padding: 160px 20px 20px 0;
        line-height: 28px;
        height: 100px;
        text-align: left;
    }

    #about .fimg {
        width: 540px;
        height: 280px;
        float: right;
        margin-top: 70px;
        background-repeat: no-repeat;
        background-position: top center;
    }

#doctor .content_list li {
    background: rgba(255, 255, 255, .0);
    border-bottom: 1px solid rgba(255, 255, 255, .0);
    transition: all 0.3s ease-out 0s;
}

#doctor li .header {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    margin-left: 30px;
    padding: 0;
}

/*
#doctor .header img {
    width: auto;
    max-width: inherit;
    border-radius: 0px;
    height: 100%;
    margin: 0 -59px;
    float: none;
    display: block;
    border-radius: 90px;
}*/

#doctor .summary {
    padding: 20px 30px 0 5px;
    float: right;
    width: 410px;
}

    #doctor .summary p {
        width: 300px;
        text-align: left;
        margin-left: 0;
    }

    #doctor .summary .title {
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

        #doctor .summary .title a {
            font-size: 18px;
            color: #333;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

    #doctor .summary .subtitle {
        font-size: 14px;
        color: #B0B0B0;
        margin-top: 4px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

#doctor li:hover .summary p.title {
    margin-left: 10px;
}

#doctor li:hover a.details {
    opacity: 1;
    right: 40px;
}

#doctor a.details i {
    width: 37px;
    height: 20px;
    background: transparent url(icon.png) no-repeat -30px -66px;
}

a.details i {
    text-indent: -10px;
    font-size: 24px;
    color: rgba(255, 255, 255, .0);
    transition: all ease-out .3s;
    display: inline-block;
}

#doctor li:hover .summary p.subtitle {
    padding-left: 10px;
}

#doctor .summary .description {
    margin-top: 20px;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #878787;
    -webkit-box-orient: vertical;
}

#doctor a.details {
    display: block;
    width: 40px;
    font-size: 0;
    border: none;
    position: absolute;
    right: 90px;
    top: -55px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #838383;
    text-indent: 150px;
    border-radius: 30px;
    margin: 40px auto 50px;
    background: rgba(255, 255, 255, .0);
}

.clear {
    clear: both;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

#research_teaching .category a:first-child::after {
    left: 121px;
}

#research_teaching li {
    float: left;
    text-align: left;
    width: 295px;
    height: 190px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

    #research_teaching li:hover {
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        background: #fff;
        padding: 20px;
    }

#research_teaching .content_list {
    overflow: hidden;
}

#research_teaching li a {
    display: block;
    width: 100%;
    height: 100%;
}

    #research_teaching li a::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 1px;
        content: "";
        width: 0;
        background: #20b573;
        transition: width .6s cubic-bezier(.23, 1, .38, 1) 0s;
    }

#research_teaching li:hover a::after {
    width: 100%;
}

#research_teaching li .title {
    font-size: 16px;
    color: #666;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    line-height: 24px;
    margin: 0px;
    padding: 24px 30px 0px 0px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

#research_teaching li:hover .title {
    padding: 0px;
}

#research_teaching li p.description {
    display: block;
    color: #999;
    margin-top: 10px;
    padding-left: 0;
}

#research_teaching li .subtitle {
    color: #b7b7b7;
    display: block;
    height: 20px;
    line-height: 24px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 20px 0 0;
    font-size: 13px;
}


/** THEME
===================================*/

#doctor .bx-viewport {
    margin-left: 30px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

    .bx-wrapper .bx-pager .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #000;
    }


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #20b573 !important;
    border: 1px solid transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
    transition: all ease-out .3s;
    border: #c8c8c8 1px solid;
}

.page {
    line-height: 30px;
    font-size: 16px;
    color: #6a6a6a;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
}

    .page p {
        margin: 10px 0;
    }

.form h4 {
    font-size: 24px;
    color: #1ec67a;
}

.form .form-title {
    margin-bottom: 30px;
}

.form {
    width: 970px;
    margin: 0 auto;
    margin-top: 80px;
}

    .form h4 span {
        color: #bbb;
        font-size: 15px;
    }

.form-body {
    border-top: 1px solid #f2f2f2;
    padding-top: 40px;
    margin-bottom: 80px;
}

.form-body-td {
    margin-bottom: 10px;
    padding-left: 80px;
    width: 450px;
    height: 93px;
    float: left;
}

.form-group {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    margin-bottom: 15px;
}

.form-body label {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
    padding-top: 7px;
    text-align: right;
}

    .form-body label strong {
        color: #1ec67a;
        font-weight: 500;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
    }

    .form-body label span {
        font-size: 12px;
        line-height: 30px;
        color: #bbb;
    }

.form-body input {
    width: 100%;
    height: 40px;
}

input,
select {
    width: 100%;
    display: inline-block;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    outline: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.form-body-tr {
    padding-left: 80px;
    width: 900px;
    clear: both;
}

.Validform_error {
    border-color: #e83d2c;
}

.btn-system-green-line {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 22px !important;
    background: none;
    padding: 10px 40px !important;
    margin-left: 20px;
    color: #1ce38f;
    box-shadow: 0px 1px 0px 0px rgba(22, 173, 136, 0.392);
    border: 2px solid #1ce38f !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

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

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

.text-right {
    margin-top: 35px;
    text-align: right;
}

.Validform_checktip {
    color: red;
    display: block;
    float: left;
}

.Validform_right {
    display: none;
}

#nativeplace_top {
    float: left;
    width: 48%;
}

#span_nativeplace_son {
    float: right;
    width: 48%;
}

#newslist .newsbody .title b {
    font-weight: normal;
}

#newslist .list-img {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

    #newslist .list-img li {
        text-align: center;
        width: 24%;
        margin-top: 10px;
        padding-top: 10px;
        position: relative;
        height: 200px;
    }

        #newslist .list-img li a {
            color: #333;
            box-sizing: border-box;
            padding: 0 3px;
            display: block;
            overflow: hidden;
            position: absolute;
            border: 1px solid rgba(0, 0, 0, .0);
            top: 10px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

        #newslist .list-img li img {
            float: left;
        }

    #newslist .list-img .list_title {
        line-height: 20px;
        float: left;
        padding: 15px 0;
        width: 100%;
    }

    #newslist .list-img li a:hover {
        top: 0;
        border: 1px solid rgba(0, 0, 0, .08);
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    }
