@charset "utf-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

html {
    font-size: 16px
}

body {
    /* line-height: 1.625; */
    font-size: 1rem;
    /*font-family: 'Poppins', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;*/
    overflow-x: hidden;
    -ms-overflow-style: scrollbar
}

* {
    -webkit-backface-visibility: hidden
}

img {
    border: 0;
    /* vertical-align: bottom */
}

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

:focus,
:active {
    outline: 0
}

h1,

h3,
h4,
h5,
h6 {
    font-weight: normal
}

p {
    line-height: inherit
}

label {
    font-weight: inherit
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

textarea {
    resize: vertical
}

ol.reset,
ul.reset,
li.reset {
    margin: 0;
    padding: 0;
    list-style: none
}

section,
article,
aside,
footer,
nav,
main {
    display: block
}

.p-banner {
    position: relative;
    height: 400px;
    overflow: hidden
}

.p-banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.p-banner .subject {
    position: absolute;
    width: 100%;
    line-height: 40px;
    font-size: 2.125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    margin: 30px 0 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

@media (max-width:1199px) {
    .p-banner .subject {
        margin-top: 25px;
        font-size: 2rem
    }
}

@media (max-width:991px) {
    .p-banner {
        height: 300px
    }
}

@media (max-width:639px) {
    .p-banner {
        height: 200px
    }
}

.p-menu {
    position: relative
}

@media (min-width:992px) {
    .p-menu {
        margin-top: -46px
    }

    .p-menu .dropdown .btn {
        display: none
    }

    .p-menu .dropdown .dropdown-menu {
        display: block !important;
        position: relative;
        width: 100%;
        font-size: 0;
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 0;
        box-shadow: none !important;
        top: auto;
        left: auto;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .p-menu .dropdown .dropdown-menu>li {
        display: inline-block;
        vertical-align: top
    }

    .p-menu .dropdown .dropdown-menu>li+li {
        border-left: 1px solid #dcdcdc
    }

    .p-menu .dropdown .dropdown-menu>li>a {
        display: block;
        line-height: 25px;
        font-size: 1.0625rem;
        color: #333;
        padding: 10px 15px
    }

    .p-menu .dropdown .dropdown-menu>li>a.current {
        color: #fff;
        background: rgba(33, 173, 136, 1);
        background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
        background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
    }
}

@media (max-width:991px) {
    .p-menu .container {
        padding: 0
    }

    .p-menu .dropdown .btn {
        display: block;
        position: relative;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 1rem;
        color: #fff !important;
        border: none;
        border-radius: 0;
        box-shadow: none !important;
        outline: none !important;
        text-align: left;
        padding: 0 30px 0 15px;
        background: rgba(33, 173, 136, 1);
        background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
        background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
    }

    .p-menu .dropdown .btn:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        top: 15px;
        right: 10px
    }

    .p-menu .dropdown .dropdown-menu {
        width: 100%;
        border: 1px solid #dcdcdc;
        border-top: none;
        border-radius: 0;
        margin: 0;
        padding: 0
    }

    .p-menu .dropdown .dropdown-menu>li {
        width: 100% !important
    }

    .p-menu .dropdown .dropdown-menu>li>a {
        line-height: 26px;
        font-size: 1rem;
        padding: 5px 15px
    }

    .p-menu .dropdown .dropdown-menu>li>a.current {
        color: #fff;
        background: #006ebc
    }
}

.p-pager {
    font-size: 0;
    text-align: center;
    margin-top: 30px
}

.p-pager ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px
}

.p-pager ul li a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 0.9375rem;
    border: 1px solid transparent;
    border-radius: 100%;
    overflow: hidden
}

.p-pager ul li.num a {
    color: #006ebc;
    border-color: #9cc7e5
}

.p-pager ul li.num a:hover {
    background: #f3f3f3
}

.p-pager ul li.num.current a {
    color: #fff;
    border-color: transparent;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

.p-pager ul li.prev a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #006ebc;
    border-bottom: 2px solid #006ebc;
    top: 11px;
    left: 13px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.p-pager ul li.next a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #006ebc;
    border-right: 2px solid #006ebc;
    top: 11px;
    right: 13px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.p-pager ul li.prev a:hover,
.p-pager ul li.next a:hover {
    background: #f3f3f3
}

.p-pager ul li.prev.disabled a,
.p-pager ul li.next.disabled a {
    opacity: .25;
    cursor: not-allowed
}

.bread-crumb {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    margin: 20px 0;
    list-style: none
}

.bread-crumb li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.bread-crumb li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background: #ddd;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    margin: 0 4px 3px 3px
}

.bread-crumb li:last-child:after {
    display: none
}

.bread-crumb li:first-child a {
    color: #9a9a9a
}

.bread-crumb li a {
    color: #666;
    font-size: 0.937rem
}

.bread-crumb li a i {
    margin-right: 4px;
    font-size: 0.875rem
}

.bread-crumb li.now a {
    color: #006ebc
}

@media only screen and (min-width:992px) {
    .bread-crumb li a:hover {
        text-decoration: underline
    }
}

@media (max-width: 991px) {
    .bread-crumb {
        margin: 10px 0
    }
}




.footer {
    position: relative;
    z-index: 10
}

.footer .top {
    background: #005a99;
    padding: 50px 0 30px
}

.footer .top .container {
    position: relative
}

.footer .top .detail {
    float: right;
    width: 350px;
    padding: 0 35px
}

.footer .top .detail:before,
.footer .top .detail:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    top: 0
}

.footer .top .detail:before {
    right: 15px
}

.footer .top .detail:after {
    right: 365px
}

.footer .top .detail .subject {
    line-height: 32px;
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff;
    margin: 0
}

.footer .top .detail .info span {
    display: block;
    line-height: 24px;
    font-size: 0.9375rem;
    color: #fff;
    margin-top: 10px
}

.footer .top .detail .info span i {
    display: inline-block;
    width: 24px;
    text-align: center;
    vertical-align: middle;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px)
}

.footer .top .detail .social {
    font-size: 0;
    margin-top: 10px
}

.footer .top .detail .social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.footer .top .detail .social li a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/footer_social.png');
    background-size: 120px 30px;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

.footer .top .detail .social li a:hover {
    opacity: 0.75
}

.footer .top .detail .social li a.yk {
    background-position: 0 0
}

.footer .top .detail .social li a.in {
    background-position: -30px 0
}

.footer .top .detail .social li a.wc {
    background-position: -60px 0
}

.footer .top .detail .social li a.qq {
    background-position: -90px 0
}

.footer .top .detail .link {
    font-size: 0
}

.footer .top .detail .link a {
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

.footer .top .detail .link a:hover {
    opacity: 0.75
}

.footer .top .menu {
    float: left;
    display: table;
    width: calc(100% - 350px);
    table-layout: fixed
}

.footer .top .menu>div {
    display: table-cell;
    width: 33.333%;
    font-size: 0;
    vertical-align: top
}

.footer .top .menu .menu-web ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 20px
}

.footer .top .menu .menu-web ul li {
    line-height: 26px;
    font-size: 1rem;
    font-weight: bold
}

.footer .top .menu .menu-web ul li+li {
    padding-top: 15px
}

.footer .top .menu .menu-web ul li a {
    color: #fff
}

.footer .top .menu .menu-web ul li a:hover {
    color: #6ad7eb
}

.footer .top .menu .menu-data .title {
    line-height: 26px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px
}

.footer .top .menu .menu-data ul li {
    display: inline-block;
    width: 50%;
    line-height: 24px;
    font-size: 0.875rem;
    vertical-align: top;
    padding-right: 15px;
    padding-bottom: 5px
}

.footer .top .menu .menu-data ul.full li {
    width: 100%
}

.footer .top .menu .menu-data ul li a {
    color: rgba(255, 255, 255, .7)
}

.footer .top .menu .menu-data ul li a:hover {
    color: #fff
}

.footer .top .link-box {
    font-size: 0;
    text-align: center;
    margin-top: 10px
}

.footer .top .link-title {
    display: inline-block;
    width: 90px;
    line-height: 18px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, .75);
    text-align: left;
    margin-top: 10px;
    vertical-align: top
}

.footer .top .link {
    display: inline-block;
    max-width: calc(100% - 90px);
    text-align: left
}

.footer .top .link li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 10px;
    padding: 0 11px 0 10px
}

.footer .top .link li:last-child {
    padding-right: 0
}

.footer .top .link li:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .25);
    top: 3px;
    right: 0
}

.footer .top .link li:last-child:after {
    display: none
}

.footer .top .link li a {
    display: block;
    line-height: 18px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, .75)
}

.footer .top .link li a:hover {
    color: #fff
}

.footer .copy {
    font-size: 0;
    background: #313131;
    text-align: center;
    padding: 15px
}

.footer .copy span {
    display: inline-block;
    line-height: 26px;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: top;
    margin: 0 5px
}

.footer .copy span.upper {
    text-transform: uppercase
}

.footer .copy a {
    color: #fff
}

.footer .copy a:hover {
    color: rgba(255, 255, 255, .85)
}

@media (max-width:991px) {
    .footer .top {
        padding: 40px 0
    }

    .footer .top .detail {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 0 0 20px
    }

    .footer .top .detail:before,
    .footer .top .detail:after {
        display: none
    }

    .footer .top .detail .info {
        display: inline-block;
        vertical-align: middle
    }

    .footer .top .detail .info span {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }

    .footer .top .detail .social {
        display: inline-block;
        vertical-align: middle
    }

    .footer .top .menu {
        float: none;
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .footer .top {
        text-align: center;
        padding: 20px 0
    }

    .footer .top .detail {
        border-bottom: none;
        padding-bottom: 0
    }

    .footer .top .detail .info span {
        margin-top: 5px
    }

    .footer .top .menu {
        display: none
    }

    .footer .top .link-box {
        margin-top: 15px
    }

    .footer .top .link-title {
        width: 100%;
        margin-top: 0
    }

    .footer .top .link {
        display: block;
        max-width: inherit;
        margin: 0 -10px
    }

    .footer .copy span {
        display: inline
    }
}

@media (max-width:639px) {
    .footer .top .detail .info {
        display: block
    }

    .footer .top .detail .info span {
        display: block;
        margin-right: 0
    }

    .footer .top .detail .social li {
        margin-right: 5px
    }

    .footer .top .detail .link {
        display: inline-block;
        vertical-align: middle
    }

    .footer .top .detail .link a {
        margin-top: 12px
    }

    .footer .top .menu .menu-web ul li,
    .footer .top .menu .menu-data ul li {
        width: 33.333%
    }
}

@media (max-width:419px) {

    .footer .top .menu .menu-web ul li,
    .footer .top .menu .menu-data ul li {
        width: 50%
    }
}

.collapse-tab {
    position: relative
}

.collapse-tab.over-width {
    padding-right: 100px
}

.collapse-tab .collapse-tab-list {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow: hidden
}

.collapse-tab:not(.over-width) .collapse-tab-list.fix-width {
    display: table;
    width: 100%
}

.collapse-tab.over-width .collapse-tab-list {
    white-space: normal
}

.collapse-tab .collapse-tab-list>li {
    display: inline-block;
    vertical-align: top
}

.collapse-tab:not(.over-width) .collapse-tab-list.fix-width>li {
    display: table-cell
}

.collapse-tab .collapse-tab-dropdown {
    position: absolute;
    top: 0;
    right: 0
}

.collapse-tab:not(.over-width) .collapse-tab-dropdown {
    display: none
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

#index .banner {
    position: relative
}

#index .banner .item {
    vertical-align: top
}

#index .banner-slick .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 60px;
    font-size: 0;
    border: none;
    background: none;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .25s, transform .25s;
    -moz-transition: opacity .25s, transform .25s;
    -webkit-transition: opacity .25s, transform .25s
}

#index .banner-slick .slick-prev {
    left: 15px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#index .banner-slick .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 13px;
    left: 13px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#index .banner-slick .slick-next {
    right: 15px;
    transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%)
}

#index .banner-slick .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 13px;
    right: 13px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#index .banner-slick:hover .slick-prev,
#index .banner-slick:hover .slick-next {
    opacity: .25;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

#index .banner-slick .slick-prev:hover,
#index .banner-slick .slick-next:hover {
    opacity: .5
}

#index .search {
    position: relative;
    height: 0;
    z-index: 99
}

.search form {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
    background: url('../images/index_search_bg.jpg') center no-repeat;
    background-size: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    padding: 40px 70px 60px
}

#index .search form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.search .title {
    line-height: 36px;
    font-size: 1.625rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 24px;
    padding-left: 2px
}

.search .field .select-box {
    float: left;
    width: calc(100% - 165px);
    font-size: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
    padding: 6px 3px
}

.search .field .select-box .select {
    display: inline-block;
    width: calc(33.333% - 6px);
    height: 42px;
    font-size: 1rem;
    border: none;
    background: #fff url('../images/select_aw.png') right center no-repeat;
    background-size: 25px 6px;
    vertical-align: top;
    margin: 0 3px;
    padding: 0 40px 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.search .field .select-box .select::-ms-expand {
    display: none
}

.search .field .btn-box {
    float: right;
    width: 140px;
    padding: 6px 0
}

.search .field .btn-box .submit {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    background: none;
    border-radius: 21px;
    text-align: center;
    vertical-align: top;
    padding-left: 30px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

.search .field .btn-box .submit:hover {
    background: rgba(255, 255, 255, .15)
}

.search .field .btn-box .submit:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../images/search_submit.png') no-repeat;
    background-size: cover;
    top: 0;
    left: 8px
}

@media (max-width:767px) {
    #index .search {
        height: auto
    }

    #index .search form {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}

#index .news {
    position: relative;
    z-index: 2;
    background: url('../images/index_news_bg.jpg') center top no-repeat;
    background-size: cover;
    padding: 150px 0 60px
}

#index .news .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#index .news .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #008a65;
    top: 0;
    left: 50%
}

#index .news .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

#index .news .head .subject-en span {
    color: #21ad87
}

#index .news .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0
}

#index .news .news-slick {
    margin: 0 -12px
}

#index .news .news-slick .item {
    font-size: 0;
    padding: 0 12px;
    vertical-align: top
}

#index .news .news-slick .slick-slide div+div .item {
    margin-top: 50px
}

#index .news .news-slick .item .pic,
#index .news .news-slick .item .text {
    display: inline-block;
    height: 270px;
    vertical-align: top;
    overflow: hidden
}

#index .news .news-slick .item .pic {
    position: relative;
    width: 270px
}

#index .news .news-slick .item .pic:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

#index .news .news-slick .item .pic:hover:after {
    opacity: 1
}

#index .news .news-slick .item .pic img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#index .news .news-slick .item .text {
    width: calc(100% - 285px);
    margin-left: 15px
}

#index .news .news-slick .item .title {
    height: 60px;
    line-height: 30px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

#index .news .news-slick .item .title a {
    color: #333;
    transition: color .25s;
    -moz-transition: color .25s;
    -webkit-transition: color .25s
}

#index .news .news-slick .item .title a:hover {
    color: #21ad87
}

#index .news .news-slick .item .summary {
    height: 150px;
    line-height: 30px;
    font-size: 0.9375rem;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

#index .news .news-slick .item .bottom {
    font-size: 0;
    margin-top: 10px;
    text-align: center
}

#index .news .news-slick .item .date {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    color: #fff;
    background: #21ad87;
    vertical-align: top
}

#index .news .news-slick .item .date i {
    color: rgba(255, 255, 255, .8);
    margin-right: 5px
}

#index .news .news-slick .item .more {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    color: #444;
    border: 1px solid #bde2ce;
    border-left: none;
    vertical-align: top;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

#index .news .news-slick .item .more:hover {
    background: rgba(0, 0, 0, .05)
}

#index .news .news-slick .item .more i {
    color: #21ad87;
    margin-right: 5px
}

#index .news .news-slick .slick-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    width: 39px;
    height: 39px;
    font-size: 0;
    border: 1px solid #2eb28e;
    background: none;
    border-radius: 100%;
    top: 50%;
    margin-top: -19px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

#index .news .news-slick .slick-arrow:hover {
    background: #2eb28e
}

#index .news .news-slick .slick-prev {
    left: -63px
}

#index .news .news-slick .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    right: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

#index .news .news-slick .slick-prev:hover:before {
    width: 30px;
    background: #fff
}

#index .news .news-slick .slick-prev:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 7px 3.5px 0;
    border-color: transparent #2eb28e transparent transparent;
    top: 50%;
    right: 20px;
    margin-top: -3.5px;
    transition: border .25s, right .25s;
    -moz-transition: border .25s, right .25s;
    -webkit-transition: border .25s, right .25s
}

#index .news .news-slick .slick-prev:hover:after {
    border-right-color: #fff;
    right: 30px
}

#index .news .news-slick .slick-next {
    right: -63px
}

#index .news .news-slick .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    left: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

#index .news .news-slick .slick-next:hover:before {
    width: 30px;
    background: #fff
}

#index .news .news-slick .slick-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #2eb28e;
    top: 50%;
    left: 20px;
    margin-top: -3.5px;
    transition: border .25s, left .25s;
    -moz-transition: border .25s, left .25s;
    -webkit-transition: border .25s, left .25s
}

#index .news .news-slick .slick-next:hover:after {
    border-left-color: #fff;
    left: 30px
}

#index .intro {
    margin: -60px 0;
    padding: 105px 0 130px
}

#index .intro .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#index .intro .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #21ad87;
    top: 0;
    left: 50%
}

#index .intro .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#index .intro .head .subject-en span {
    color: #21ad87
}

#index .intro .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0
}

#index .intro .gradient-definition {
    display: block;
    height: 0
}

#index .intro .list {
    font-size: 0;
    text-align: center
}

#index .intro .list li {
    display: inline-block;
    width: 180px;
    height: 156px;
    position: relative;
    vertical-align: top;
    margin: 0 35px;
    padding-top: 30px;
    opacity: 0
}

#index .intro .list li.open {
    animation: rotate-diagonal-1 1.5s forwards ease-in-out;
    -webkit-animation: rotate-diagonal-1 1.5s forwards ease-in-out
}

#index .intro .list li .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#index .intro .list li .bg .path {
    stroke: url(#grad-1);
    fill: rgba(0, 0, 0, 0);
    transition: stroke .5s, stroke-dashoffset 1.5s, fill .5s;
    -moz-transition: stroke .5s, stroke-dashoffset 1.5s, fill .5s;
    -webkit-transition: stroke .5s, stroke-dashoffset 1.5s, fill .5s
}

#index .intro .list li:hover .bg .path {
    stroke: #21ad87;
    fill: #21ad87
}

#index .intro .list li .title {
    position: relative;
    line-height: 38px;
    font-size: 2.125rem;
    color: #fff;
    margin: 0
}

#index .intro .list li .summary {
    position: relative;
    line-height: 26px;
    font-size: 1rem;
    color: #fff;
    margin: 6px 0 0
}

#index .market {
    position: relative;
    z-index: 2;
    background: #343b40;
    padding: 50px 0
}

#index .market .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#index .market .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #2890d9;
    top: 0;
    left: 50%
}

#index .market .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#index .market .head .subject-en span {
    color: #2890d9
}

#index .market .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0
}

#index .market .map {
    position: relative;
    max-width: 960px;
    margin: auto
}

#index .market .map:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 54.167%
}

#index .market .map svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#index .market .map svg .link {
    cursor: pointer
}

#index .market .map svg .dot,
#index .market .map svg .dot-2,
#index .market .map svg .back,
#index .market .map svg .back-2 {
    transition: fill .25s;
    -moz-transition: fill .25s;
    -webkit-transition: fill .25s
}

#index .market .map svg .link:hover .dot,
#index .market .map svg .link:hover .dot-2,
#index .market .map svg .link:hover .back,
#index .market .map svg .link:hover .back-2 {
    fill: #e4007f
}

#index .partner {
    position: relative;
    z-index: 2;
    background: #f4f4f4;
    padding: 40px 0 80px
}

#index .partner .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#index .partner .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #333;
    top: 0;
    left: 50%
}

#index .partner .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 0
}

#index .partner .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    color: #333;
    margin: 0
}

#index .partner .partner-slick {
    margin: 0 -12px
}

#index .partner .partner-slick .item {
    padding: 0 12px;
    vertical-align: top
}

#index .partner .partner-slick .item a {
    display: block;
    position: relative;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

#index .partner .partner-slick .item a:hover {
    background: #fff
}

#index .partner .partner-slick .item a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

#index .partner .partner-slick .item a:hover:after {
    opacity: 1
}

#index .partner .partner-slick .item a img {
    margin: auto
}

#index .partner .partner-slick .slick-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    width: 39px;
    height: 39px;
    font-size: 0;
    border: 1px solid #2eb28e;
    background: none;
    border-radius: 100%;
    top: 50%;
    margin-top: -19px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

#index .partner .partner-slick .slick-arrow:hover {
    background: #2eb28e
}

#index .partner .partner-slick .slick-prev {
    left: -63px
}

#index .partner .partner-slick .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    right: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

#index .partner .partner-slick .slick-prev:hover:before {
    width: 30px;
    background: #fff
}

#index .partner .partner-slick .slick-prev:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 7px 3.5px 0;
    border-color: transparent #2eb28e transparent transparent;
    top: 50%;
    right: 20px;
    margin-top: -3.5px;
    transition: border .25s, right .25s;
    -moz-transition: border .25s, right .25s;
    -webkit-transition: border .25s, right .25s
}

#index .partner .partner-slick .slick-prev:hover:after {
    border-right-color: #fff;
    right: 30px
}

#index .partner .partner-slick .slick-next {
    right: -63px
}

#index .partner .partner-slick .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    left: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

#index .partner .partner-slick .slick-next:hover:before {
    width: 30px;
    background: #fff
}

#index .partner .partner-slick .slick-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #2eb28e;
    top: 50%;
    left: 20px;
    margin-top: -3.5px;
    transition: border .25s, left .25s;
    -moz-transition: border .25s, left .25s;
    -webkit-transition: border .25s, left .25s
}

#index .partner .partner-slick .slick-next:hover:after {
    border-left-color: #fff;
    left: 30px
}

@media (min-width:1200px) and (max-width:1319px) {

    #index .news .news-slick,
    #index .partner .partner-slick {
        margin: 0 65px
    }

    #index .news .news-slick .item .pic {
        width: 220px
    }

    #index .news .news-slick .item .text {
        width: calc(100% - 235px)
    }
}

@media (max-width:1199px) {
    .search form {
        padding: 20px 30px 30px
    }

    .search .title {
        margin-bottom: 16px
    }

    #index .news .news-slick,
    #index .partner .partner-slick {
        margin: 0 -12px;
        padding-bottom: 60px
    }

    #index .news {
        padding-top: 120px
    }

    #index .news .news-slick .slick-slide div+div .item {
        margin-top: 24px
    }

    #index .news .news-slick .item .pic {
        width: 200px
    }

    #index .news .news-slick .item .text {
        width: calc(100% - 215px)
    }

    #index .news .news-slick .slick-arrow,
    #index .partner .partner-slick .slick-arrow {
        top: auto;
        bottom: 0
    }

    #index .news .news-slick .slick-prev,
    #index .partner .partner-slick .slick-prev {
        left: 50%;
        margin-left: -45px
    }

    #index .news .news-slick .slick-next,
    #index .partner .partner-slick .slick-next {
        left: 50%;
        right: auto;
        margin-left: 6px
    }

    #index .intro .list li {
        margin: 0 20px
    }
}

@media (max-width:991px) {
    #index .news .news-slick {
        margin: 0
    }

    #index .news .news-slick .item {
        padding: 0
    }

    #index .news .news-slick .item .pic {
        width: 270px
    }

    #index .news .news-slick .item .text {
        width: calc(100% - 285px)
    }

    #index .intro .list li {
        margin: 0 31px
    }

    #index .intro .list li:nth-child(3),
    #index .intro .list li:nth-child(4),
    #index .intro .list li:nth-child(5) {
        margin: 0 30px
    }
}

@media (max-width:767px) {
    .search {
        height: auto
    }

    .search form {
        position: relative;
        width: 100%;
        padding: 15px 20px;
        top: auto;
        left: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }

    .search .title {
        line-height: 30px;
        font-size: 1.375rem;
        letter-spacing: 0;
        margin-bottom: 15px;
        padding-left: 0
    }

    .search .title:before {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0
    }

    .search .field .select-box {
        float: none;
        width: 100%;
        padding: 4px 2px
    }

    .search .field .select-box .select {
        width: calc(33.333% - 4px);
        height: 36px;
        margin: 0 2px;
        padding: 0 35px 0 10px
    }

    .search .field .btn-box {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 0
    }

    #index .news {
        padding: 40px 0
    }

    #index .news .head,
    #index .intro .head,
    #index .market .head,
    #index .partner .head {
        margin-bottom: 30px
    }

    #index .news .head .subject-en,
    #index .intro .head .subject-en,
    #index .market .head .subject-en,
    #index .partner .head .subject-en {
        line-height: 32px;
        font-size: 1.5rem
    }

    #index .news .head .subject,
    #index .intro .head .subject,
    #index .market .head .subject,
    #index .partner .head .subject {
        line-height: 30px;
        font-size: 1.25rem
    }

    #index .intro .list li:nth-child(1),
    #index .intro .list li:nth-child(6) {
        margin: 0 calc(25% - 145px) 0 calc(25% - 35px)
    }

    #index .intro .list li:nth-child(2),
    #index .intro .list li:nth-child(7) {
        margin: 0 calc(25% - 35px) 0 calc(25% - 145px)
    }

    #index .intro .list li:nth-child(3),
    #index .intro .list li:nth-child(4),
    #index .intro .list li:nth-child(5) {
        margin: 0 calc(16.666% - 90px)
    }

    #index .market {
        padding: 40px 0
    }

    #index .market .map {
        max-width: 640px;
        margin-bottom: 15px
    }

    #index .market .map:before {
        content: '';
        display: block;
        background: url('../images/locale_map_sm.png') no-repeat;
        background-size: cover;
        padding-bottom: 53.125%
    }

    #index .market .map svg {
        display: none
    }

    #index .market .market-list {
        margin: -10px -5px 0;
        font-size: 0;
        text-align: center
    }

    #index .market .market-list li {
        display: inline-block;
        vertical-align: top;
        margin: 10px 5px 0
    }

    #index .market .market-list li a {
        display: block;
        position: relative;
        font-size: 0;
        color: #2890d9;
        border: 1px solid #2890d9;
        background: rgba(40, 144, 217, 0);
        border-radius: 3px;
        padding: 5px 10px;
        transition: background .25s;
        -moz-transition: background .25s;
        -webkit-transition: background .25s
    }

    #index .market .market-list li a:hover {
        background: rgba(40, 144, 217, .15)
    }

    #index .market .market-list li a span {
        display: block;
        line-height: 26px;
        font-size: 1rem
    }

    #index .partner {
        padding: 40px 0
    }
}

@media (max-width:639px) {
    .search .field .select-box {
        padding: 2px 4px
    }

    .search .field .select-box .select {
        display: block;
        width: 100%;
        margin: 2px 0
    }

    #index .news .news-slick .item .pic {
        width: 200px
    }

    #index .news .news-slick .item .text {
        width: calc(100% - 215px)
    }

    #index .intro {
        padding: 100px 0 80px
    }

    #index .intro .list li {
        margin: 0 10px 20px !important;
        width: 170px
    }

    #index .market .market-list {
        margin: -10px 0 0
    }

    #index .market .market-list li {
        width: calc(50% - 10px);
        margin: 10px 5px 0
    }
}

@media (max-width:543px) {
    #index .news .news-slick .item .pic {
        display: block;
        width: 100%;
        max-width: 270px;
        margin: auto
    }

    #index .news .news-slick .item .text {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-left: 0
    }

    #index .news .news-slick .item .title,
    #index .news .news-slick .item .summary {
        height: auto;
        display: block;
        -webkit-line-clamp: initial
    }

    #index .news .news-slick .item .summary,
    #index .news .news-slick .item .bottom {
        margin-top: 5px
    }

    #index .intro .list li {
        width: 155px;
        margin: 0 5px !important
    }
}

@media (max-width:419px) {
    #index .partner .partner-slick {
        margin: 0
    }

    #index .partner .partner-slick .item {
        padding: 0
    }
}

@media (max-width: 379px) {
    #index .market .map {
        display: none
    }

    #index .market .market-list li a span {
        display: block;
        margin: 0
    }
}

#application .detail {
    background: #fff;
    padding: 20px 0 70px
}

#application .detail .head {
    position: relative;
    margin-bottom: 35px
}

#application .detail .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d1e3ed;
    left: 0;
    bottom: 0
}

#application .detail .head .subject-en {
    position: relative;
    line-height: 40px;
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase
}

#application .detail .head .subject {
    position: relative;
    font-size: 0;
    margin: 5px 0 0
}

#application .detail .head .subject span {
    display: inline-block;
    min-width: 40px;
    line-height: 32px;
    font-size: 1.5rem;
    border-bottom: 4px solid #006ebc;
    vertical-align: top;
    padding-bottom: 10px
}

#application .detail .content .pic {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

#application .catalogue {
    margin-top: 60px
}

#application .catalogue-slick {
    font-size: 0;
    margin: 0 -5px
}

#application .catalogue-slick .item {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
    padding: 0 5px;
    vertical-align: top
}

#application .catalogue-slick .item .pic {
    display: block;
    position: relative;
    overflow: hidden
}

#application .catalogue-slick .item .pic:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/product_relate_hover.png');
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

#application .catalogue-slick .item:hover .pic:before {
    opacity: 1
}

#application .catalogue-slick .item .pic:after {
    content: 'VIEW MORE';
    display: block;
    position: absolute;
    line-height: 24px;
    font-size: 0.9375rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 5px 20px;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    margin-top: 20px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: opacity .25s, margin .25s;
    -moz-transition: opacity .25s, margin .25s;
    -webkit-transition: opacity .25s, margin .25s
}

#application .catalogue-slick .item:hover .pic:after {
    opacity: 1;
    margin-top: 0
}

.mb #application .catalogue-slick .item .pic:before,
.mb #application .catalogue-slick .item .pic:after {
    display: none
}

#application .catalogue-slick .item .name {
    line-height: 26px;
    font-size: 1.0625rem;
    color: #fff;
    background: rgba(0, 110, 188, 0.9);
    margin: 1px 0 0;
    padding: 7px 15px;
    text-align: center;
    width: 100%
}

#application .catalogue-slick .item .summary {
    line-height: 26px;
    font-size: 0.9375rem;
    color: #777;
    background: #f7f7f7;
    margin-top: 1px;
    padding: 10px 15px
}

#application .catalogue-slick .slick-dots {
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#application .catalogue-slick .slick-dots li {
    display: inline-block;
    height: 12px;
    vertical-align: top;
    margin: 0 6px
}

#application .catalogue-slick .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    background: #898989;
    border-radius: 100%;
    padding: 0
}

#application .catalogue-slick .slick-dots li.slick-active button {
    background: #007dbb
}

#application .table {
    margin-top: 60px
}

#application .table .table-body .table-head {
    font-size: 0;
    text-align: center
}

#application .table .table-body .table-head>div {
    display: inline-block;
    line-height: 26px;
    font-size: 1rem;
    color: #fff;
    background: #006ebc;
    padding: 12px 15px;
    vertical-align: top
}

#application .table .table-body .table-head>div+div {
    border-left: 2px solid #91c6ec
}

#application .table .table-body .table-head .name {
    width: 220px
}

#application .table .table-body .table-head .inq {
    width: 200px
}

#application .table .table-body .table-head .spec {
    width: calc(100% - 420px)
}

#application .table .table-body .table-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 2px
}

#application .table .table-body .table-item>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px
}

#application .table .table-body .table-item:nth-child(even)>div {
    background: #f3f3f3
}

#application .table .table-body .table-item:nth-child(odd)>div {
    background: #eff0f4
}

#application .table .table-body .table-item>div+div {
    border-left: 2px solid #fff
}

#application .table .table-body .table-item .name {
    width: 220px;
    line-height: 26px;
    font-size: 1rem;
    text-align: center
}

#application .table .table-body .table-item .spec {
    width: calc(100% - 420px);
    line-height: 26px;
    font-size: 0.9375rem
}

#application .table .table-body .table-item .inq {
    width: 200px;
    text-align: center
}

#application .table .table-body .table-item .inq a.push {
    display: inline-block;
    width: 90px;
    line-height: 30px;
    font-size: 0.9375rem;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#application .table .table-body .table-item .inq a.push:hover {
    box-shadow: 0 0 999px rgba(255, 255, 255, .25) inset
}

#application .table .table-body .table-item .inq a.mail {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/product_inq.png) no-repeat;
    background-size: 36px 72px;
    vertical-align: middle;
    margin: 0 5px
}

#application .table .table-body .table-item .inq a.mail:hover {
    background-position: 0 -36px
}

@media (max-width:991px) {
    #application .detail {
        padding: 20px 0 40px
    }

    #application .detail .head .subject-en {
        line-height: 30px;
        font-size: 1.5rem
    }

    #application .detail .head .subject span {
        line-height: 28px;
        font-size: 1.25rem;
        border-bottom-width: 2px;
        padding-bottom: 5px
    }

    #application .detail .content .pic {
        float: none;
        margin: 0 0 20px
    }

    #application .catalogue {
        margin-top: 40px
    }

    #application .catalogue-slick .item {
        width: 33.333%
    }

    #application .catalogue-slick .item .name {
        font-size: 1rem;
        padding: 7px 10px
    }

    #application .catalogue-slick .item .summary {
        padding: 6px 10px
    }

    #application .table .table-body .table-head {
        display: none
    }

    #application .table .table-body .table-item {
        display: block;
        margin-top: 10px
    }

    #application .table .table-body .table-item>div {
        display: block;
        position: relative;
        width: calc(100% - 100px) !important;
        margin-left: 100px;
        padding: 5px 10px !important
    }

    #application .table .table-body .table-item>div+div {
        border-left: none;
        margin-top: 1px
    }

    #application .table .table-body .table-item>div:before {
        content: '';
        display: block;
        position: absolute;
        width: 99px;
        height: 100%;
        background: #006ebc;
        top: 0;
        left: -100px
    }

    #application .table .table-body .table-item>div:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        width: 99px;
        line-height: 24px;
        font-size: 0.9375rem;
        color: #fff;
        top: 50%;
        left: -100px;
        text-align: center;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    #application .table .table-body .table-item .name {
        line-height: 26px;
        font-size: 0.9375rem;
        text-align: left
    }

    #application .table .table-body .table-item .inq {
        font-size: 0;
        text-align: left;
        padding: 5px 5px 0 10px !important
    }

    #application .table .table-body .table-item .inq a.push {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 5px 0;
        padding: 0 10px
    }

    #application .table .table-body .table-item .inq a.mail {
        width: 30px;
        height: 30px;
        background-size: 30px 60px
    }

    #application .table .table-body .table-item .inq a.mail:hover {
        background-position: 0 -30px
    }
}

@media (max-width:639px) {
    #application .catalogue-slick .item {
        width: 50%
    }

    #application .catalogue-slick .item .pic:after {
        padding: 5px 10px
    }

    #application .catalogue-slick .item .pic img {
        width: 100%
    }

    #application .catalogue-slick .item .pic:before,
    #application .catalogue-slick .item .pic:after {
        display: none
    }
}

.product-popup {
    position: relative;
    max-width: 1140px;
    max-height: calc(100vh - 80px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    margin: auto;
    padding: 30px 40px
}

.product-popup .head {
    position: relative;
    font-size: 0;
    margin-bottom: 15px
}

.product-popup .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d1e3ed;
    left: 0;
    bottom: 0
}

.product-popup .head span {
    display: inline-block;
    position: relative;
    line-height: 28px;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 4px solid #006ebc;
    vertical-align: top;
    padding-bottom: 8px
}

.product-popup .push-table {
    max-height: calc(100vh - 195px)
}

.product-popup .push-table .push-table-head {
    font-size: 0;
    text-align: center
}

.product-popup .push-table .push-table-head>div {
    display: inline-block;
    line-height: 26px;
    font-size: 1rem;
    color: #fff;
    background: #006ebc;
    padding: 12px 15px;
    vertical-align: top
}

.product-popup .push-table .push-table-head>div+div {
    border-left: 2px solid #91c6ec
}

.product-popup .push-table .push-table-head .name {
    width: 250px
}

.product-popup .push-table .push-table-head .spec {
    width: calc(100% - 330px)
}

.product-popup .push-table .push-table-head .inq {
    width: 80px
}

.product-popup .push-table .push-table-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 2px
}

.product-popup .push-table .push-table-item>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px
}

.product-popup .push-table .push-table-item:nth-child(even)>div {
    background: #f3f3f3
}

.product-popup .push-table .push-table-item:nth-child(odd)>div {
    background: #eff0f4
}

.product-popup .push-table .push-table-item>div+div {
    border-left: 2px solid #fff
}

.product-popup .push-table .push-table-item .name {
    width: 250px;
    text-align: center
}

.product-popup .push-table .push-table-item .name .title {
    line-height: 26px;
    font-size: 1rem;
    margin: 0 0 5px
}

.product-popup .push-table .push-table-item .name .sn {
    display: inline-block;
    line-height: 26px;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: top;
    padding: 0 15px;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

.product-popup .push-table .push-table-item .name .sn:hover {
    box-shadow: 0 0 999px rgba(255, 255, 255, .25) inset
}

.product-popup .push-table .push-table-item .spec {
    width: calc(100% - 330px);
    font-size: 0
}

.product-popup .push-table .push-table-item .spec ul {
    font-size: 0;
    margin: 0 -5px
}

.product-popup .push-table .push-table-item .spec ul li {
    line-height: 26px;
    font-size: 0.9375rem;
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    margin: 0 5px;
    line-height: 26px
}

.product-popup .push-table .push-table-item .spec ul li.full {
    width: calc(100% - 10px)
}

.product-popup .push-table .push-table-item .inq {
    width: 80px
}

.product-popup .push-table .push-table-item .inq a.mail {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/product_inq.png) no-repeat;
    background-size: 36px 72px;
    vertical-align: middle;
    margin: 0 5px
}

.product-popup .push-table .push-table-item .inq a.mail:hover {
    background-position: 0 -36px
}

.product-popup .mfp-close {
    width: 38px;
    height: 38px;
    font-size: 0;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    top: 2px;
    right: 2px
}

.product-popup .mfp-close:before,
.product-popup .mfp-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 18px;
    left: 9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.product-popup .mfp-close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

@media (max-width:991px) {
    .product-popup {
        border-radius: 10px;
        padding: 10px 15px
    }

    .product-popup .head {
        margin-bottom: 10px
    }

    .product-popup .head span {
        line-height: 26px;
        font-size: 1.125rem;
        padding-bottom: 6px;
        border-bottom-width: 2px
    }

    .product-popup .push-table {
        max-height: calc(100vh - 144px)
    }

    .product-popup .push-table .push-table-head {
        display: none
    }

    .product-popup .push-table .push-table-item {
        display: block
    }

    .product-popup .push-table .push-table-item+.push-table-item {
        margin-top: 10px
    }

    .product-popup .push-table .push-table-item>div {
        display: block;
        position: relative;
        width: calc(100% - 100px) !important;
        margin-left: 100px;
        padding: 5px 10px
    }

    .product-popup .push-table .push-table-item>div+div {
        border-left: none;
        margin-top: 1px
    }

    .product-popup .push-table .push-table-item>div:before {
        content: '';
        display: block;
        position: absolute;
        width: 99px;
        height: 100%;
        background: #006ebc;
        top: 0;
        left: -100px
    }

    .product-popup .push-table .push-table-item>div:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        width: 99px;
        line-height: 24px;
        font-size: 0.9375rem;
        color: #fff;
        top: 50%;
        left: -100px;
        text-align: center;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .product-popup .push-table .push-table-item .name {
        font-size: 0;
        text-align: left
    }

    .product-popup .push-table .push-table-item .name .title {
        display: inline-block;
        line-height: 26px;
        font-size: 0.9375rem;
        vertical-align: top;
        margin: 0 10px 0 0
    }

    .product-popup .push-table .push-table-item .spec ul {
        margin: 0
    }

    .product-popup .push-table .push-table-item .spec ul li {
        display: block;
        width: 100% !important;
        margin: 0
    }

    .product-popup .push-table .push-table-item .inq a.mail {
        width: 30px;
        height: 30px;
        background-size: 30px 60px;
        margin: 0
    }

    .product-popup .push-table .push-table-item .inq a.mail:hover {
        background-position: 0 -30px
    }

    .product-popup .mfp-close {
        width: 34px;
        height: 34px;
        border-radius: 0;
        top: 9px;
        right: 15px
    }

    .product-popup .mfp-close:before,
    .product-popup .mfp-close:after {
        top: 16px;
        left: 7px
    }
}

#product-intro .detail {
    background: #fff;
    padding: 20px 0 70px
}

#product-intro .detail .head {
    position: relative;
    margin-bottom: 35px
}

#product-intro .detail .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d1e3ed;
    left: 0;
    bottom: 0
}

#product-intro .detail .head .subject-en {
    position: relative;
    line-height: 40px;
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase
}

#product-intro .detail .head .subject {
    position: relative;
    font-size: 0;
    margin: 5px 0 0
}

#product-intro .detail .head .subject span {
    display: inline-block;
    min-width: 40px;
    line-height: 32px;
    font-size: 1.5rem;
    border-bottom: 4px solid #006ebc;
    vertical-align: top;
    padding-bottom: 10px
}

#product-intro .detail .content .pic {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

#product-intro .detail .table {
    margin-top: 60px
}

#product-intro .detail .table .table-tab {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 4px 0 #f7f7f7;
    margin-bottom: 40px
}

#product-intro .detail .table .table-tab .collapse-tab-list {
    height: 36px;
    text-align: center
}

#product-intro .detail .table .table-tab.over-width .collapse-tab-list {
    text-align: left
}

#product-intro .detail .table .table-tab .collapse-tab-list li {
    padding: 0 2px
}

#product-intro .detail .table .table-tab .collapse-tab-list li a {
    display: block;
    min-width: 116px;
    line-height: 36px;
    font-size: 1.0625rem;
    color: #333;
    background: #e6e6e6;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 0 10px
}

#product-intro .detail .table .table-tab .collapse-tab-list li a:hover {
    background: #d6d6d6
}

#product-intro .detail .table .table-tab .collapse-tab-list li a.current {
    color: #fff;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#product-intro .detail .table .table-tab .dropdown .btn {
    display: block;
    position: relative;
    line-height: 36px;
    font-size: 1.0625rem;
    border: none;
    background: #e6e6e6;
    border-radius: 5px 5px 0 0;
    padding: 0 30px 0 15px;
    outline: none !important
}

#product-intro .detail .table .table-tab .dropdown.current .btn {
    color: #fff;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#product-intro .detail .table .table-tab .dropdown.open .btn {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset !important
}

#product-intro .detail .table .table-tab .dropdown .btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    top: 15px;
    right: 15px
}

#product-intro .detail .table .table-tab .dropdown.current .btn:before {
    border-top-color: #fff
}

#product-intro .detail .table .table-tab .dropdown .dropdown-menu {
    min-width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0;
    box-shadow: none !important;
    vertical-align: top;
    margin-top: 1px;
    padding: 0
}

#product-intro .detail .table .table-tab .dropdown .dropdown-menu>li>a {
    line-height: 26px;
    font-size: 1.0625rem;
    color: #333;
    background: #fff;
    padding: 5px 15px
}

#product-intro .detail .table .table-tab .dropdown .dropdown-menu>li>a:hover {
    background: #f7f7f7
}

#product-intro .detail .table .table-tab .dropdown .dropdown-menu>li>a.current {
    color: #fff;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#product-intro .detail .table .table-content {
    position: relative;
    overflow: hidden
}

#product-intro .detail .table .table-box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .5s, transform .001s .5s;
    -moz-transition: opacity .5s, transform .001s .5s;
    -webkit-transition: opacity .5s, transform .001s .5s
}

#product-intro .detail .table .table-box.current {
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .5s, transform .001s;
    -moz-transition: opacity .5s, transform .001s;
    -webkit-transition: opacity .5s, transform .001s
}

#product-intro .detail .table .table-body .table-head {
    font-size: 0;
    text-align: center
}

#product-intro .detail .table .table-body .table-head>div {
    display: inline-block;
    line-height: 26px;
    font-size: 1rem;
    color: #fff;
    background: #006ebc;
    padding: 12px 15px;
    vertical-align: top
}

#product-intro .detail .table .table-body .table-head>div+div {
    border-left: 2px solid #91c6ec
}

#product-intro .detail .table .table-body .table-head .name {
    width: 250px
}

#product-intro .detail .table .table-body .table-head .inq {
    width: 180px
}

#product-intro .detail .table .table-body .table-head .spec {
    width: calc(100% - 430px)
}

#product-intro .detail .table .table-body .table-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 2px
}

#product-intro .detail .table .table-body .table-item>div {
    display: table-cell;
    vertical-align: middle;
    background: #f3f3f3;
    padding: 15px
}

#product-intro .detail .table .table-body .table-item>div+div {
    border-left: 2px solid #fff
}

#product-intro .detail .table .table-body .table-item .name {
    width: 250px;
    text-align: center
}

#product-intro .detail .table .table-body .table-item .name .title {
    line-height: 26px;
    font-size: 1rem;
    color: #333;
    margin: 0;
    letter-spacing: 0;
    padding: 0
}

#product-intro .detail .table .table-body .table-item .name .sn {
    display: inline-block;
    line-height: 26px;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: top;
    margin: 5px 0 0;
    padding: 0 15px;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#product-intro .detail .table .table-body .table-item .name .sn:hover {
    box-shadow: 0 0 999px rgba(255, 255, 255, .25) inset
}

#product-intro .detail .table .table-body .table-item .spec {
    width: calc(100% - 430px);
    font-size: 0;
    padding: 15px 30px
}

#product-intro .detail .table .table-body .table-item .spec ul {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

#product-intro .detail .table .table-body .table-item .spec ul li {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
    margin: 0 5px;
    line-height: 26px;
    font-size: 0.9375rem
}

#product-intro .detail .table .table-body .table-item .spec ul li.full {
    width: calc(100% - 10px)
}

#product-intro .detail .table .table-body .table-item .inq {
    width: 180px;
    text-align: center
}

#product-intro .detail .table .table-body .table-item .inq .inq-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('https://www.texyear.com.cn/themes/zh-cn/assets/images/product_inq.png') no-repeat;
    background-size: 50px 100px;
    vertical-align: top
}

#product-intro .detail .table .table-body .table-item .inq .inq-btn:hover {
    background-position: 0 -50px
}

#product-intro .relate {
    position: relative;
    padding: 40px 0 60px;
    overflow: hidden
}

#product-intro .relate .bg {
    position: absolute;
    width: 100%;
    height: calc(100% + 120px);
    top: -60px;
    left: 0
}

#product-intro .relate .container {
    position: relative
}

#product-intro .relate .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#product-intro .relate .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #333;
    top: 0;
    left: 50%
}

#product-intro .relate .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

#product-intro .relate .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0
}

#product-intro .relate-slick {
    margin: 0 -10px;
    padding-bottom: 50px
}

#product-intro .relate-slick .item {
    vertical-align: top;
    padding: 0 10px
}

#product-intro .relate-slick .item a {
    display: block;
    position: relative;
    overflow: hidden
}

#product-intro .relate-slick .item a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/product_relate_hover.png');
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

#product-intro .relate-slick .item a:hover:before {
    opacity: 1
}

.mb #product-intro .relate-slick .item a:before {
    height: 50px;
    opacity: 1
}

#product-intro .relate-slick .item a .title {
    position: absolute;
    max-width: calc(100% - 30px);
    line-height: 24px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 5px 40px;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: opacity .25s, margin .25s;
    -moz-transition: opacity .25s, margin .25s;
    -webkit-transition: opacity .25s, margin .25s
}

#product-intro .relate-slick .item a:hover .title {
    opacity: 1;
    margin-top: 0
}

.mb #product-intro .relate-slick .item a .title {
    top: auto;
    bottom: 7px;
    margin: 0;
    opacity: 1;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#product-intro .relate-slick .slick-dots {
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#product-intro .relate-slick .slick-dots li {
    display: inline-block;
    height: 12px;
    vertical-align: top;
    margin: 0 6px
}

#product-intro .relate-slick .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    background: #898989;
    border-radius: 100%;
    padding: 0
}

#product-intro .relate-slick .slick-dots li.slick-active button {
    background: #007dbb
}

#product-intro .offer {
    background: #484848;
    padding: 50px 0
}

#product-intro .offer .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#product-intro .offer .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    top: 0;
    left: 50%
}

#product-intro .offer .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#product-intro .offer .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0
}

#product-intro .offer .list {
    font-size: 0;
    text-align: center
}

#product-intro .offer .list li {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin: 0 20px 20px
}

#product-intro .offer .list li img {
    margin: auto
}

#product-intro .offer .list li p {
    line-height: 30px;
    font-size: 1.125rem;
    color: #fff;
    margin: 15px 0 0
}

@media (max-width:1199px) {

    #product-intro .detail .table .table-body .table-head .name,
    #product-intro .detail .table .table-body .table-item .name {
        width: 200px
    }

    #product-intro .detail .table .table-body .table-head .inq,
    #product-intro .detail .table .table-body .table-item .inq {
        width: 120px
    }

    #product-intro .detail .table .table-body .table-head .spec,
    #product-intro .detail .table .table-body .table-item .spec {
        width: calc(100% - 320px)
    }

    #product-intro .detail .table .table-body .table-item .spec {
        padding: 15px
    }
}

@media (max-width:991px) {
    #product-intro .detail {
        padding: 20px 0 40px
    }

    #product-intro .detail .head {
        margin-bottom: 20px
    }

    #product-intro .detail .head.search-head {
        margin-bottom: 20px
    }

    #product-intro .detail .head .subject-en {
        line-height: 30px;
        font-size: 1.5rem
    }

    #product-intro .detail .head .subject span {
        line-height: 28px;
        font-size: 1.25rem;
        border-bottom-width: 2px;
        padding-bottom: 5px
    }

    #product-intro .detail .content .pic {
        float: none;
        margin: 0 0 20px
    }

    #product-intro .detail .table {
        margin-top: 20px
    }

    #product-intro .detail .table.search {
        margin-top: 40px
    }

    #product-intro .detail .table .table-tab {
        margin-bottom: 10px
    }

    #product-intro .detail .table .table-tab .collapse-tab-list {
        height: 32px
    }

    #product-intro .detail .table .table-tab .collapse-tab-list li a {
        min-width: 96px;
        line-height: 32px;
        font-size: 1rem
    }

    #product-intro .detail .table .table-tab .dropdown .btn {
        line-height: 32px;
        font-size: 1rem
    }

    #product-intro .detail .table .table-tab .dropdown .btn:before {
        top: 13px
    }

    #product-intro .detail .table .table-tab .dropdown .dropdown-menu>li>a {
        line-height: 24px;
        font-size: 1rem;
        padding: 4px 15px
    }

    #product-intro .detail .table .table-body .table-head {
        display: none
    }

    #product-intro .detail .table .table-body .table-item {
        display: block;
        margin-top: 10px
    }

    #product-intro .detail .table .table-body .table-item>div {
        display: block;
        position: relative;
        width: calc(100% - 100px) !important;
        margin-left: 100px;
        padding: 5px 10px !important
    }

    #product-intro .detail .table .table-body .table-item>div+div {
        border-left: none;
        margin-top: 1px
    }

    #product-intro .detail .table .table-body .table-item>div:before {
        content: '';
        display: block;
        position: absolute;
        width: 99px;
        height: 100%;
        background: #006ebc;
        top: 0;
        left: -100px
    }

    #product-intro .detail .table .table-body .table-item>div:after {
        content: attr(data-title);
        display: block;
        position: absolute;
        width: 99px;
        line-height: 24px;
        font-size: 0.9375rem;
        color: #fff;
        top: 50%;
        left: -100px;
        text-align: center;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    #product-intro .detail .table .table-body .table-item .name {
        font-size: 0;
        text-align: left
    }

    #product-intro .detail .table .table-body .table-item .name .title {
        line-height: 26px;
        font-size: 0.9375rem;
        vertical-align: top;
        margin: 0 10px 0 0
    }

    #product-intro .detail .table .table-body .table-item .spec ul {
        display: block;
        width: 100%
    }

    #product-intro .detail .table .table-body .table-item .spec ul li {
        width: 100% !important;
        margin: 0
    }

    #product-intro .detail .table .table-body .table-item .spec ul+ul {
        margin-left: 0;
        width: 100%
    }

    #product-intro .detail .table .table-body .table-item .inq {
        text-align: left
    }

    #product-intro .relate-slick .item a .title {
        padding: 5px 15px
    }

    #product-intro .offer {
        padding: 30px 0
    }

    #product-intro .relate .head,
    #product-intro .offer .head {
        margin-bottom: 30px
    }

    #product-intro .relate .head .subject-en,
    #product-intro .offer .head .subject-en {
        line-height: 32px;
        font-size: 1.5rem
    }

    #product-intro .relate .head .subject,
    #product-intro .offer .head .subject {
        line-height: 30px;
        font-size: 1.25rem
    }

    #product-intro .offer .list li {
        margin: 0 10px 10px
    }

    #product-intro .offer .list li p {
        line-height: 24px;
        font-size: 0.9375rem;
        margin: 5px 0 0
    }
}

#contact .contact-inner {
    padding-top: 20px;
    padding-bottom: 40px
}

#contact .head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

#contact .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #21ad87;
    top: 0;
    left: 50%
}

#contact .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

#contact .head .subject-en span {
    color: #21ad87
}

#contact .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0
}

#contact .note {
    line-height: 30px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 40px
}

#contact .note strong {
    display: inline-block;
    width: 10px;
    color: #006ebc
}

#contact .note .back {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    color: #333;
    border: 1px solid #bde2ce;
    background: none;
    vertical-align: top;
    margin-top: 15px;
    padding: 0 15px
}

#contact .note .back:hover {
    background: rgba(0, 0, 0, .05)
}

#contact .note .back i {
    color: #21ad87;
    margin-right: 5px
}

#contact .form {
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0 0
}

#contact .form:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0)
}

#contact .form:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0)
}

#contact .form .field-wrap {
    font-size: 0;
    margin: 0 -15px
}

#contact .form .field {
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
    margin: 0 15px 30px
}

#contact .form .field.full {
    width: calc(100% - 30px)
}

#contact .form .field dt {
    float: left;
    width: 120px;
    line-height: 26px;
    font-size: 1rem;
    font-weight: normal;
    padding: 7px 0
}

#contact .form .field dt strong {
    display: inline-block;
    width: 10px;
    color: #006ebc
}

#contact .form .field.inq dt {
    padding: 0
}

#contact .form .field.source dt {
    width: auto;
    padding-right: 20px
}

#contact .form .field dd {
    float: right;
    width: calc(100% - 120px)
}

#contact .form .field.source dd {
    float: none;
    width: auto;
    overflow: hidden
}

#contact .form .field .input {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    border: 1px solid #bdbdbd;
    background: #fff;
    vertical-align: middle;
    padding: 0 10px
}

#contact .form .field .input.name {
    width: calc(100% - 154px)
}

#contact .form .field .input.more {
    width: 200px;
    margin-left: 10px
}

#contact .form .field .input.captcha {
    width: calc(100% - 130px)
}

#contact .form .field .select {
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    border: 1px solid #bdbdbd;
    background: #fff url('../images/select_aw.png') right center no-repeat;
    background-size: 25px 6px;
    vertical-align: middle;
    padding: 0 40px 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#contact .form .field .select::-ms-expand {
    display: none
}

#contact .form .field .textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    line-height: 20px;
    font-size: 1rem;
    border: 1px solid #bdbdbd;
    padding: 9px 10px
}

#contact .form .field .input:focus,
#contact .form .field .select:focus,
#contact .form .field .textarea:focus {
    border-color: #006ebc
}

#contact .form .field .radio,
#contact .form .field .checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

#contact .form .field .radio.sexual {
    width: 62px;
    margin: 0 0 0 15px
}

#contact .form .field .checkbox {
    margin: 0 15px 5px 0
}

#contact .form .field .radio input[type="radio"],
#contact .form .field .radio input[type="checkbox"],
#contact .form .field .checkbox input[type="radio"],
#contact .form .field .checkbox input[type="checkbox"] {
    display: none
}

#contact .form .field .radio span,
#contact .form .field .checkbox span {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-size: 1rem;
    font-weight: normal;
    padding-left: 30px;
    vertical-align: middle
}

#contact .form .field .radio span:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #bdbdbd;
    background: #fff;
    border-radius: 100%;
    top: 10px;
    left: 0
}

#contact .form .field .radio input:checked+span:before {
    border-color: #006ebc
}

#contact .form .field .radio input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #006ebc;
    border-radius: 100%;
    top: 14px;
    left: 4px
}

#contact .form .field .checkbox span:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #bdbdbd;
    background: #fff;
    top: 10px;
    left: 0
}

#contact .form .field .checkbox input:checked+span:before {
    border-color: #006ebc
}

#contact .form .field .checkbox input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 12px;
    border-right: 2px solid #006ebc;
    border-bottom: 2px solid #006ebc;
    top: 12px;
    left: 6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#contact .form .field .inq-item {
    font-size: 0
}

#contact .form .field .inq-item+.inq-item {
    margin-top: 5px
}

#contact .form .field .inq-item .name {
    display: inline-block;
    line-height: 26px;
    font-size: 1rem;
    margin-right: 10px;
    vertical-align: top
}

#contact .form .field .inq-item .sn {
    display: inline-block;
    line-height: 26px;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: top;
    margin-right: 10px;
    padding: 0 15px;
    background: rgba(33, 173, 136, 1);
    background: -moz-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(33, 173, 136, 1)), color-stop(100%, rgba(0, 110, 188, 1)));
    background: -webkit-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    background: linear-gradient(45deg, rgba(33, 173, 136, 1) 0%, rgba(0, 110, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad88', endColorstr='#006ebc', GradientType=1)
}

#contact .form .field .inq-item .sn:hover {
    box-shadow: 0 0 999px rgba(255, 255, 255, .25) inset
}

#contact .form .field .inq-item .del {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: top;
    opacity: .5
}

#contact .form .field .inq-item .del:hover {
    opacity: 1
}

#contact .form .field .inq-item .del:before,
#contact .form .field .inq-item .del:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #777;
    top: 12px;
    left: 6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#contact .form .field .inq-item .del:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#contact .form .field .refresh-captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

#contact .form .notice {
    line-height: 26px;
    font-size: 1rem;
    color: #999;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    margin: 0 15px 20px;
    padding: 5px 15px
}

#contact .form .btn-box {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px
}

#contact .form .btn-box .reset {
    display: inline-block;
    width: 50%;
    max-width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    border: 1px solid #bde2ce;
    border-right: none;
    background: none;
    text-transform: uppercase;
    vertical-align: top
}

#contact .form .btn-box .reset:hover {
    background: rgba(0, 0, 0, .05)
}

#contact .form .btn-box .reset i {
    color: #21ad87;
    margin-right: 5px
}

#contact .form .btn-box .submit {
    display: inline-block;
    width: 50%;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    background: #21ad87;
    text-transform: uppercase;
    vertical-align: top
}

#contact .form .btn-box .submit:hover {
    box-shadow: 0 0 999px rgba(255, 255, 255, .25) inset
}

#contact .form .btn-box .submit i {
    color: rgba(255, 255, 255, .8);
    margin-right: 5px
}

@media (max-width:991px) {
    #contact .contact-inner {
        padding-top: 20px
    }

    #contact .head {
        margin-bottom: 30px
    }

    #contact .head .subject-en {
        line-height: 32px;
        font-size: 1.5rem
    }

    #contact .head .subject {
        line-height: 30px;
        font-size: 1.25rem
    }

    #contact .note {
        line-height: 26px;
        font-size: 0.9375rem
    }

    #contact .form .field-wrap {
        margin: 0
    }

    #contact .form .field,
    #contact .form .field.full {
        display: block;
        width: 100%;
        margin: 0 0 20px
    }

    #contact .form .notice {
        margin: 0 0 20px
    }
}

@media (max-width:639px) {
    #contact .form .field dt {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }

    #contact .form .field dt strong {
        width: auto
    }

    #contact .form .field dd {
        float: none;
        width: 100%
    }
}

.ulSet {
    margin: 0;
    padding: 0;
    list-style: none
}

.no-data {
    text-align: center;
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 10% 0 15%
}

.no-data .fa {
    font-size: 1.25rem;
    color: #969696
}

#scrollUp {
    position: fixed;
    z-index: 99999;
    opacity: 0;
    bottom: 10px;
    right: 30px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    font-size: 0.75rem;
    padding: 5px 8px;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

#scrollUp.show {
    opacity: 1
}

.page-content {
    padding-top: 140px
}

.left-menu .head {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px
}

.left-menu .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #008a65;
    top: 0;
    left: 0
}

.left-menu .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: left
}

.left-menu .head .subject-en span {
    color: #21ad87
}

.left-menu .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0;
    text-align: left
}

.left-menu .h3 {
    color: #21ad87;
    font-size: 1.125rem
}

.left-menu {
    float: left;
    width: 275px
}

.left-menu.right {
    float: right
}

.left-menu ul.recent-list li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 5px 0 10px;
    margin-left: 17px
}

.left-menu ul.recent-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: -16px;
    top: 15px;
    width: 6px;
    height: 2px;
    background: #888
}

.left-menu ul.recent-list li:last-child {
    border-bottom: none
}

.left-menu ul.recent-list li>a {
    font-size: 0.875rem;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #222
}

.left-menu ul.recent-list li>a:hover {
    color: #016fbc
}

.page-main {
    float: right;
    width: calc(100% - 320px)
}

.page-main.left {
    float: left
}

@media (max-width:1199px) {
    .page-main .txt-box .txt {
        margin-bottom: 20px
    }

    .page-main .txt-box .more {
        position: relative
    }
}

@media (min-width:992px) {
    .left-menu .dropdown {}

    .left-menu .dropdown .btn {
        display: none
    }

    .left-menu .dropdown .dropdown-menu {
        display: block !important;
        float: none;
        position: static;
        min-width: initial;
        border: none;
        background: none;
        box-shadow: none !important;
        top: auto;
        left: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 35px
    }

    .left-menu .dropdown .dropdown-menu>li {
        line-height: 26px;
        font-size: 17px;
        border-bottom: 1px solid #efefef
    }

    .left-menu .dropdown .dropdown-menu>li>a {
        line-height: 42px;
        color: #222;
        white-space: normal;
        font-size: 1em;
        font-weight: 400;
        padding: 0 10px 0 20px
    }

    .left-menu .dropdown .dropdown-menu>li>a:before {
        display: inline-block
    }

    .left-menu .dropdown .dropdown-menu>li>a:hover {
        color: #016fbc
    }

    .left-menu .dropdown .dropdown-menu>li.current {}

    .left-menu .dropdown .dropdown-menu>li.current>a {
        color: #fff;
        border-bottom: none;
        background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%)
    }

    .left-menu .dropdown .dropdown-menu>li.current>a:hover {
        color: #fff
    }

    .left-menu .dropdown .dropdown-sub {
        margin-top: 5px;
        display: none
    }

    .left-menu .dropdown .dropdown-menu>li.open>.dropdown-sub {
        display: block
    }

    .left-menu .dropdown .dropdown-sub>li {
        position: relative;
        line-height: 26px;
        padding: 5px 0 5px 20px
    }

    .left-menu .dropdown .dropdown-sub>li>a {
        display: block;
        line-height: 26px;
        color: #999;
        padding: 0;
        white-space: normal;
        font-size: 0.9em
    }

    .left-menu .dropdown .dropdown-sub>li>a:hover {
        color: #000
    }

    .left-menu .dropdown .dropdown-sub>li.current>a {}
}

@media (max-width:991px) {
    .page-content {
        padding-top: 0px
    }

    .left-menu {
        float: none;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .left-menu .head .subject-en,
    .left-menu .head .subject {
        display: inline-block;
        text-align: left
    }

    .left-menu .recent-list {
        margin-bottom: 20px
    }

    .left-menu .recent-list li:nth-child(n+4) {
        display: none
    }

    .left-menu .dropdown {
        margin: 15px auto 10px
    }

    .left-menu .dropdown .btn {
        display: block;
        position: relative;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #fff;
        border: none;
        background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        border-radius: 0;
        box-shadow: none !important;
        outline: none;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 30px 0 15px
    }

    .left-menu .dropdown.open .btn {
        background: #016fbc;
        color: #fff
    }

    .left-menu .dropdown .btn:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
        top: 19px;
        right: 15px
    }

    .left-menu .dropdown .dropdown-menu {
        width: 100%;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        border: none
    }

    .left-menu .dropdown .dropdown-menu>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .left-menu .dropdown .dropdown-menu>li:last-child {
        border-bottom: none
    }

    .left-menu .dropdown .dropdown-menu>li>a {
        line-height: 26px;
        padding: 10px 15px;
        background: url('../images/icon_plus.png') 95% center no-repeat #fff;
        border-bottom: 1px solid #eee
    }

    .left-menu .dropdown .dropdown-menu>li.open>a {
        background: url('../images/icon_minus.png') 95% center no-repeat #fff
    }

    .left-menu .dropdown .dropdown-sub {
        display: none
    }

    .left-menu .dropdown .dropdown-menu>li.open>.dropdown-sub {
        display: block
    }

    .left-menu .dropdown .dropdown-sub>li {}

    .left-menu .dropdown .dropdown-sub>li>a {
        display: block;
        position: relative;
        line-height: 32px;
        padding: 5px 15px 5px 23px
    }

    .left-menu .dropdown .dropdown-sub>li>a:before {
        position: absolute;
        background: #666;
        top: 15px
    }

    .left-menu .dropdown .dropdown-sub>li.current>a:before {
        background: #f1751b
    }

    .left-menu .dropdown .dropdown-sub>li.open>a {}

    .left-menu .dropdown .dropdown-sub>li.open>a:before {
        border-left-color: #e60012
    }

    .page-main {
        float: none;
        width: 100%;
        margin-top: 0
    }
}

.white-bg {
    background: #fff;
    padding: 20px 0 60px
}

.tab-wrap {
    position: relative;
    height: 0;
    z-index: 9
}

.tab {
    position: absolute;
    padding: 0;
    left: 50%;
    top: -46px;
    z-index: 100;
    display: block;
    text-align: center;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.tab .dropdown {
    position: relative !important;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
}

.tab .dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: none;
    text-align: center;
    font-size: 0;
    padding: 0
}

.tab .dropdown-menu>li {
    position: relative;
    width: 20%;
    display: inline-block;
    border-right: 1px solid #dcdcdc;
    position: relative;
    text-align: center
}

.tab .dropdown-menu>li:last-child {
    border-right: 0
}

.tab .dropdown-menu>li>a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 40px;
    color: #222;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: transparent;
    font-size: 1.0625rem;
    background: #fff
}

.tab .dropdown-menu>li>a:hover {
    color: #fff;
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    border: 0
}

.tab .dropdown-menu>li.current:hover:after {
    background: #1eb87a
}

.tab .dropdown-menu>li.current>a {
    color: #fff;
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%)
}

.tab .dropdown-btn {
    display: none
}

@media (max-width:991px) {
    .tab-wrap {
        height: auto;
        margin-bottom: 40px
    }

    .tab {
        position: static;
        padding: 0 15px;
        margin: auto;
        top: auto;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }

    .tab .dropdown-btn {
        display: block;
        width: 100%;
        border: none;
        position: relative;
        background: #006ebc;
        color: #fff;
        display: block;
        padding: 10px 30px 10px 20px;
        font-size: 16px;
        line-height: 1.8;
        outline: 0;
        text-align: left
    }

    .tab .dropdown-btn:after {
        content: '+';
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tab .dropdown.open .dropdown-btn {
        background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
        background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
        background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
        background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
        color: #fff
    }

    .tab .dropdown.open .dropdown-btn:after {
        content: '-'
    }

    .tab .dropdown-menu {
        display: none !important;
        height: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        background: #fff;
        padding: 0
    }

    .tab .open .dropdown-menu {
        display: block !important;
        height: auto;
        -webkit-animation: fadeIn 0.3s ease;
        -moz-animation: fadeIn 0.3s ease;
        -o-animation: fadeIn 0.3s ease;
        animation: fadeIn 0.3s ease
    }

    .tab .dropdown-menu>li {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #dcdcdc;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .tab .dropdown-menu>li:first-child {
        border-top: none
    }

    .tab .dropdown-menu>li:last-child {
        border-right: 1px solid #dcdcdc
    }

    .tab .dropdown-menu>li:before,
    .tab .dropdown-menu>li:after {
        display: none
    }

    .tab .dropdown-menu>li>a {
        border: none;
        display: block;
        width: 100%;
        margin: 0;
        text-align: left
    }

    .tab .dropdown-menu>li.current>a {
        color: #006ebc;
        background: #fff
    }

    .tab .dropdown-menu>li>a:before,
    .tab .dropdown-menu>li>a:after {
        display: none
    }

    .tab .dropdown-menu>li>a:hover {
        color: #006ebc;
        background: #fff
    }
}

@media (max-width:767px) {
    .tab {
        margin: 10px auto
    }
}

.page-head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px
}

.page-head.white {
    color: #fff
}

.page-head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #008a65;
    top: 0;
    left: 50%
}

.page-head.white:before {
    background: #fff
}

.page-head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.page-head .subject-en.white {
    color: #fff
}

.page-head .subject-en span {
    color: #21ad87
}

.page-head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0
}

.page-head .subject.white {
    color: #fff
}

.pPager {
    text-align: center;
    font-size: 0;
    margin: 100px 0;
    clear: both
}

.pPager.noLine {
    border-top: none
}

.pPager a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #444;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 17px;
    color: #016fbc
}

.pPager a.prev .fa,
.pPager a.next .fa {
    height: 34px;
    width: 20px;
    line-height: 34px;
    font-size: 1.2rem
}

.pPager a.prev .fa:hover,
.pPager a.next .fa:hover {
    color: #21ad87
}

.pPager a.num {
    background: #fff;
    position: relative;
    width: 34px;
    margin: 0 7px 0;
    border: 1px solid #016fbc
}

.pPager a.num:hover,
.pPager a.num:active {
    border: 1px solid #21ad87
}

.pPager a.num.current {
    position: relative;
    color: #fff;
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%)
}

.pPager a.disable {
    cursor: not-allowed;
    background: transparent
}

.pPager a.back {
    background: #000;
    color: #fff;
    padding: 0 25px;
    text-decoration: none
}

@media (max-width:680px) {
    .pPager a.num {
        position: relative;
        width: 34px;
        margin: 0 3px 0
    }

    .pPager a.prev,
    .pPager a.next {
        padding: 0;
        margin: 0
    }

    .pPager a.prev .hide,
    .pPager a.next .hide {
        display: none
    }

    .pPager a.prev .fa,
    .pPager a.next .fa {
        margin: 0 3px
    }
}

#search-fix {
    display: block;
    padding: 10px 14px;
    position: fixed;
    min-height: 100vh;
    outline: none;
    z-index: 999;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
}

#search-fix .search .title span {
    display: block
}

#search-fix.open {
    right: 0
}

#search-fix .black.open {
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(32, 32, 32, 0.65);
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
}

#search-fix .recLink {
    position: fixed;
    width: 46px;
    padding: 12px 15px 30px;
    line-height: 20px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    top: 50%;
    margin-top: -106px;
    z-index: 100;
    right: 0;
    outline: 0;
    cursor: pointer;
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 1)80%);
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
}

#search-fix .recLink:before,
#search-fix .recLink:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#search-fix .recLink:before {
    right: 18px
}

#search-fix .recLink:after {
    right: 14px
}

#search-fix .recLink:hover {
    opacity: 0.8
}

#search-fix .recLink.open {
    right: 460px
}

#search-fix .recLink.open:before,
#search-fix .recLink.open:after {
    transform: rotate(-135deg)
}

#search-fix .recLink.open:before {
    right: 24px
}

#search-fix .recLink.open:after {
    right: 20px
}

#search-fix .viewLinks {
    background: url('../images/fix_search_bg.png') no-repeat 0 0;
    position: fixed;
    right: -460px;
    height: 440px;
    width: 460px;
    top: 50%;
    margin-top: -220px;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
}

#search-fix.open .viewLinks {
    right: 0
}

#search-fix .search form {
    background: none;
    box-shadow: none;
    width: 100%;
    padding: 40px 70px 0
}

#search-fix .search .field .select-box {
    float: none;
    width: 100%;
    width: 100%;
    padding: 15px 15px 0
}

#search-fix .search .field .select-box .select {
    width: calc(100% - 6px);
    font-size: 1rem;
    color: #000;
    margin-bottom: 13px
}

#search-fix .search .field .btn-box {
    float: none;
    margin: 20px auto
}

#search-result .recLink {
    display: none
}

@media (max-width:767px) {
    #search-fix .recLink {
        height: 40px;
        width: 40px;
        top: 50%;
        margin-top: -20px;
        padding: 0;
        font-size: 0;
        background-image: url('../images/search_submit.png');
        background-position: center;
        background-repeat: no-repeat;
        background-color: #000;
        background-size: 30px 30px
    }

    #search-fix .recLink:before,
    #search-fix .recLink:after {
        display: none
    }

    #search-fix .viewLinks {
        width: calc(100% - 40px);
        height: 226px;
        left: 100%;
        margin-top: -113px;
        background-size: cover
    }

    #search-fix.open .viewLinks {
        left: 40px
    }

    #search-fix .search form {
        padding: 15px
    }

    #search-fix .search .page-head {
        padding-top: 0;
        margin-bottom: 10px
    }

    #search-fix .search .page-head:before {
        display: none
    }

    #search-fix .search .title {
        line-height: 26px;
        font-size: 1.125rem;
        margin: 0
    }

    #search-fix .recLink.open {
        right: calc(100% - 40px);
        background-color: transparent
    }

    #search-fix .recLink.open:before {
        content: 'X';
        position: absolute;
        left: 0;
        top: 1px;
        display: block;
        color: #fff;
        z-index: 10;
        width: 40px;
        height: 40px;
        font-size: 1rem;
        line-height: 40px;
        border: none;
        background: #000;
        text-align: center;
        font-family: arial;
        border-radius: 5px 0 0 5px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }

    #search-fix .search .field .select-box {
        padding: 5px
    }

    #search-fix .search .field .select-box .select {
        width: 100%;
        height: 32px;
        margin: 0 0 5px
    }

    #search-fix .search .field .select-box .select:last-child {
        margin: 0
    }

    #search-fix .search .field .btn-box {
        margin: 10px 0 0
    }

    #search-fix .search .field .btn-box .submit {
        width: 120px;
        height: 34px;
        line-height: 32px;
        font-size: 0.9375rem
    }

    .search .field .btn-box .submit:before {
        width: 32px;
        height: 32px
    }

    #search-result {
        display: block;
        padding: 10px 14px;
        cursor: pointer;
        position: absolute;
        outline: none;
        z-index: 999;
        -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
    }

    #search-result.open {
        right: 0
    }

    #search-result .black.open {
        position: fixed;
        right: -15px;
        top: 0px;
        background: rgba(32, 32, 32, 0.65);
        width: 100vw;
        height: 100%;
        z-index: -1;
        -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
    }

    #search-result .recLink {
        display: block;
        position: fixed;
        width: 51px;
        height: 212px;
        padding: 15px 17px;
        line-height: 23px;
        border-radius: 5px 0 0 5px;
        color: #fff;
        z-index: 100;
        right: -15px;
        outline: 0;
        height: 40px;
        width: 40px;
        top: 0;
        font-size: 0;
        background-image: url('../images/search_submit.png');
        background-position: center;
        background-repeat: no-repeat;
        background-color: #000;
        background-size: 30px 30px
    }

    #search-result .recLink.open {
        left: 0;
        right: calc(100% - 40px);
        background-color: transparent
    }

    #search-result .recLink.open:before {
        content: 'X';
        position: absolute;
        left: 0;
        top: 1px;
        display: block;
        color: #fff;
        z-index: 10;
        width: 40px;
        height: 40px;
        background: #000;
        font-size: 1rem;
        line-height: 40px;
        text-align: center;
        font-family: arial;
        border-radius: 0 5px 5px 0
    }

    #search-result .viewLinks {
        background: url('../images/fix_search_bg.png') no-repeat 0 0;
        position: fixed;
        right: -475px;
        height: 485px;
        width: 460px;
        top: 0;
        margin-top: -242px;
        -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955)
    }

    #search-result.open .viewLinks {
        right: 0;
        width: 100%
    }

    #search-result .search form {
        background: none;
        box-shadow: none;
        width: 100%
    }

    #search-result .search .field .select-box {
        float: none;
        width: 100%;
        width: 100%;
        padding: 15px
    }

    #search-result .search .field .select-box .select {
        width: calc(100% - 6px);
        font-size: 1rem;
        color: #000;
        margin-bottom: 13px
    }

    #search-result .search .field .btn-box {
        float: none;
        margin: 20px auto
    }
}

#news-list .page-content,
#news-view .page-content {
    padding-top: 20px
}

#news-list .page-main .news-box {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef
}

#news-list .page-main .news-box:last-child {
    border-bottom: none;
    padding-bottom: 0
}

#news-list .page-main .pic {
    float: left;
    position: relative;
    width: 270px;
    overflow: hidden
}

#news-list .page-main .pic img {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#news-list .page-main .txt-box {
    float: right;
    width: calc(100% - 285px);
    padding-bottom: 72px
}

#news-list .page-main .txt-box .title {
    display: block;
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 10px;
    max-height: 4rem;
    overflow: hidden
}

#news-list .page-main .txt-box .title:hover {
    color: #016fbc
}

#news-list .page-main .txt-box .date {
    display: block;
    color: #21ad87;
    font-size: 0.8125rem;
    margin-bottom: 10px
}

#news-list .page-main .txt-box .date .far {
    margin-right: 5px
}

#news-list .page-main .txt-box .txt {
    color: #666;
    max-height: 4.2rem;
    overflow: hidden;
    font-size: 0.9375rem
}

#news-list .page-main .txt-box .more {
    position: absolute;
    display: block;
    right: 0;
    bottom: 20px;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    color: #444;
    border: 1px solid #bde2ce;
    vertical-align: top;
    -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

#news-list .page-main .txt-box .more i {
    color: #21ad87;
    margin-right: 5px
}

#news-list .page-main .txt-box .more:hover {
    background: #21ad87;
    color: #fff
}

#news-list .page-main .txt-box .more:hover i {
    color: #fff
}

#news-view .page-main .title {
    display: block;
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 10px;
    overflow: hidden
}

#news-view .page-main .date {
    display: block;
    color: #21ad87;
    font-size: 0.8125rem;
    margin-bottom: 10px
}

#news-view .page-main .date .far {
    margin-right: 5px
}

#news-view .page-main .back {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    color: #444;
    border: 1px solid #bde2ce;
    vertical-align: top;
    -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

#news-view .page-main .back i {
    color: #21ad87;
    margin-right: 5px
}

#news-view .page-main .back:hover {
    background: #21ad87;
    color: #fff
}

#news-view .page-main .back:hover i {
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    #news-list .page-main .pic {
        width: 200px
    }

    #news-list .page-main .txt-box {
        width: calc(100% - 215px)
    }
}

@media (max-width:767px) {
    #news-list .page-main .txt-box .txt {
        color: #666;
        max-height: 9.3rem;
        height: auto;
        overflow: hidden;
        font-size: 0.9375rem;
        margin-bottom: 10px
    }
}

@media (max-width:680px) {
    #news-list .page-main .news-box {
        width: calc(100% - 34px);
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 25px
    }

    #news-list .page-main .pic {
        width: 200px
    }

    #news-list .page-main .txt-box {
        width: calc(100% - 215px)
    }
}

@media (max-width:479px) {
    #news-list .page-main .pic {
        float: none;
        width: 100%;
        max-width: 270px;
        margin: auto
    }

    #news-list .page-main .pic img {
        width: 100%;
        height: auto;
        left: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }

    #news-list .page-main .txt-box {
        float: none;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 0
    }

    #news-list .page-main .txt-box .more {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 10px auto 0
    }
}

@media (max-width:320px) {
    #news-list .page-main .news-box {
        width: 100%
    }
}

#about {}

#about .about-wrap {
    position: relative;
    z-index: 2;
    background: url(../images/about_sec_01_bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 20px 0 60px
}

#about .txt {
    font-size: 1.0625rem;
    line-height: 2rem
}

#about .txt-center {
    text-align: center
}

#about .list-box {
    font-size: 0;
    margin: 30px auto
}

#about .list-box .box {
    background: #fff;
    font-size: 2.1875rem;
    width: calc(25% - 16px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 20px;
    margin: 0 8px;
    border: 1px solid #21ad87
}

#about .list-box .box .num-box {
    text-align: center;
    line-height: 1.8;
    font-size: 2.25rem
}

#about .list-box .box .num {
    font-weight: 400
}

#about .list-box .box .txt {
    font-size: 1.0625rem;
    text-align: center;
    display: block;
    line-height: 1.5
}

#about .pro-intro-wrap {
    font-size: 0
}

#about .pro-intro-box {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 340px;
    font-size: 1.0625rem;
    vertical-align: top;
    color: #fff
}

#about .pro-intro-box.one,
#about .pro-intro-box.two {
    position: relative;
    background-size: cover;
    background-position: center center
}

#about .pro-intro-box.one {
    background-image: url('../images/abou_bg_1.png');
    line-height: 2rem;
    text-align: justify
}

#about .pro-intro-box.two {}

#about .pro-intro-box.one p {
    margin: 17% 9%
}

#about .pro-intro-box.two {
    background-image: url('../images/abou_bg_2.png');
    line-height: 2rem;
    float: right:
}

#about .pro-intro-box.two p {
    margin: 18% 9%
}

#about .pro-intro-wrap .pic-wrap,
#about .pro-intro-wrap .video-wrap {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 340px;
    overflow: hidden
}

#about .pro-intro-wrap .pic-wrap img,
#about .pro-intro-wrap .video-wrap img {
    height: 100%;
    position: absolute;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#about .pro-intro-wrap .video-wrap img {
    opacity: 0.5
}

#about .pro-intro-wrap .video-wrap:hover img {
    opacity: 0.3
}

#about .pro-intro-wrap .video-wrap {
    float: left;
    position: relative;
    background: #000
}

#about .pro-intro-wrap .video-wrap .btnPlay {
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid;
    width: 72px;
    height: 72px;
    font-size: 0;
    outline: none;
    background-size: contain;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #fff
}

#about .pro-intro-wrap .video-wrap .btnPlay:before {
    content: '產品影片介紹';
    font-size: 0.9rem;
    color: #fff;
    position: absolute;
    display: block;
    width: 90px;
    top: 104%;
    left: -4px
}

#about .pro-intro-wrap .video-wrap:hover .btnPlay:before {
    color: #4FB096
}

#about .pro-intro-wrap .video-wrap .btnPlay:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -8px;
    width: 0;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff
}

#about .pro-intro-wrap .video-wrap:hover .btnPlay:after {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

#about .ser-wrap {
    color: #fff;
    text-align: center;
    background: url('../images/about_sec_02_bg.jpg') center top no-repeat;
    background-size: cover;
    padding: 60px 0
}

#about .ser-wrap .service-icon {
    position: relative;
    max-width: 1000px;
    font-size: 0;
    border: 2px solid #fff;
    background: #e5e5e5 url('../images/service_bg.png') right bottom no-repeat;
    margin: 40px auto 0;
    text-align: left
}

#about .ser-wrap .service-icon .item {
    display: inline-block;
    width: 25%;
    background: #fff;
    padding: 10px 15px
}

#about .ser-wrap .service-icon .item.item-1 {
    background: #e5e5e5
}

#about .ser-wrap .service-icon .item.item-3,
#about .ser-wrap .service-icon .item.item-6 {
    background: #006ebc
}

#about .ser-wrap .service-icon .item .icon {
    display: block;
    width: 150px;
    height: 150px;
    background: url('../images/service_icon.png') no-repeat;
    background-size: 1050px 150px;
    margin: 0 auto 10px
}

#about .ser-wrap .service-icon .item .icon.icon-1 {
    background-position: 0 0
}

#about .ser-wrap .service-icon .item .icon.icon-2 {
    background-position: -150px 0
}

#about .ser-wrap .service-icon .item .icon.icon-3 {
    background-position: -300px 0
}

#about .ser-wrap .service-icon .item .icon.icon-4 {
    background-position: -450px 0
}

#about .ser-wrap .service-icon .item .icon.icon-5 {
    background-position: -600px 0
}

#about .ser-wrap .service-icon .item .icon.icon-6 {
    background-position: -750px 0
}

#about .ser-wrap .service-icon .item .icon.icon-7 {
    background-position: -900px 0
}

#about .ser-wrap .service-icon .item span {
    display: block;
    line-height: 26px;
    font-size: 1rem;
    color: #333;
    text-align: center
}

#about .ser-wrap .service-icon .item.item-3 span,
#about .ser-wrap .service-icon .item.item-6 span {
    color: #fff
}

@media (max-width:991px) {
    #about .about-wrap {
        padding: 20px 0 40px
    }

    #about .ser-wrap .service-icon .item {
        width: 50%
    }
}

@media (max-width:479px) {
    #about .ser-wrap .service-icon .item {
        padding: 10px
    }

    #about .ser-wrap .service-icon .item .icon {
        width: 100px;
        height: 100px;
        background-size: 700px 100px
    }

    #about .ser-wrap .service-icon .item .icon.icon-2 {
        background-position: -100px 0
    }

    #about .ser-wrap .service-icon .item .icon.icon-3 {
        background-position: -200px 0
    }

    #about .ser-wrap .service-icon .item .icon.icon-4 {
        background-position: -300px 0
    }

    #about .ser-wrap .service-icon .item .icon.icon-5 {
        background-position: -400px 0
    }

    #about .ser-wrap .service-icon .item .icon.icon-6 {
        background-position: -500px 0
    }

    #about .ser-wrap .service-icon .item .icon.icon-7 {
        background-position: -600px 0
    }
}

#about .ser-wrap .ser-box-wrap {
    font-size: 0;
    margin: 5% auto
}

#about .ser-wrap .ser-box {
    display: inline-block;
    width: calc(100%/3 - 20px);
    margin: 0 10px 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem
}

#about .ser-wrap .ser-box:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#about .ser-wrap .ser-box:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

#about .ser-wrap .ser-box:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

#about .ser-wrap .ser-box:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

#about .ser-wrap .ser-box:nth-child(5) {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s
}

#about .ser-wrap .ser-box:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

#about .ser-wrap .ser-box .pic {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    vertical-align: middle;
    display: inline-block
}

#about .ser-wrap .ser-box .pic img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1
}

#about .ser-wrap .ser-box .pic:after {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0
}

#about .ser-wrap .ser-box:nth-child(even) .pic:after {
    background: #59c4a7
}

#about .ser-wrap .ser-box:nth-child(odd) .pic:after {
    background: #0b4864
}

#about .develop-wrap {
    position: relative;
    z-index: 2;
    background: url(../images/about_sec_03_bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff
}

#about .develop-wrap .title {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 2% auto;
    text-align: center;
    color: #91dfca
}

#about .develop-wrap .devl-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 34px);
    margin: 0 15px
}

#about .develop-wrap .devl-box:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#about .develop-wrap .devl-box:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

#about .develop-wrap .devl-box:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

#about .develop-wrap .devl-box .img {
    margin-bottom: 25px
}

#about .develop-wrap .devl-box .img img {
    width: 100%
}

#about .develop-wrap .devl-box .txt-box {
    text-align: center
}

#about .develop-wrap .devl-box .txt-box .left {
    font-size: 1.5625rem;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#about .develop-wrap .devl-box .txt-box .right {
    font-size: 1.0625rem;
    display: inline-block;
    text-align: left;
    border-left: 1px solid #fff;
    padding-left: 10px;
    vertical-align: middle
}

#about .video-wrap {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 500px
}

#about .video-wrap .btn-play {
    display: block;
    border-radius: 3px;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 240px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#about .certification-wrap {
    font-size: 0;
    position: relative;
    z-index: 2;
    background: #eaeaea;
    padding: 60px 0;
    text-align: center
}

#about .certification-list+.certification-list {
    margin-top: 40px
}

#about .certification-wrap .certifi-box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(100%/4 - 0px);
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden
}

#about .certification-wrap .certifi-box .pic {
    margin-bottom: 20px;
    padding-top: 10px
}

#about .certification-wrap .certifi-box .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0
}

#about .certification-wrap .certifi-box .pic:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/icon_search.png') center center no-repeat #333;
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    opacity: 0
}

#about .certification-wrap .certifi-box:hover .pic:before,
#about .certification-wrap .certifi-box:hover .pic:after {
    opacity: 1
}

#about .certification-wrap .certifi-box .txt-box {
    color: #333;
    margin: 10px auto;
    min-height: 80px;
    padding: 0 10px;
    font-size: 1rem
}

#about .certification-wrap .certifi-box .txt-box .ti {
    font-weight: bold
}

#about .certification-wrap .certifi-box .txt-box .des {}

#rdcenter {}

#rdcenter .rd-wrap {
    background: url('../images/rdcenter_bg.jpg') center top no-repeat;
    background-size: cover;
    padding: 20px 0 60px
}

#rdcenter .rd-wrap .wrap {
    font-size: 0
}

#rdcenter .rd-wrap h3 {
    font-weight: bold;
    font-size: 1.4375rem
}

#rdcenter .rd-wrap .left-box,
#rdcenter .rd-wrap .right-box {
    font-size: 1rem;
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle
}

#rdcenter .rd-wrap .left-box {
    margin-right: 20px;
    width: 50%;
    line-height: 2rem
}

#rdcenter .rd-wrap .right-box img {
    width: 100%
}

#rdcenter .rd-wrap .rd-box-wrap {
    font-size: 0;
    margin: 20px -15px
}

#rdcenter .rd-wrap .rd-box {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 15px
}

#rdcenter .rd-wrap .rd-box .img {
    max-width: 200px;
    margin: 0 auto 10px
}

#rdcenter .rd-wrap .rd-box .img img {
    width: 100%
}

#rdcenter .rd-wrap .rd-box .txt-box {
    font-size: 1rem
}

#rdcenter .rd-wrap .rd-box .txt-box .ti {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center
}

#rdcenter .rd-wrap .rd-box .txt-box .ti:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #21ad87;
    left: 50%;
    bottom: 0;
    margin-left: -20px
}

#rdcenter .rd-wrap .rd-box .txt-box .txt {
    line-height: 2rem
}

#rdcenter .tec-wrap {
    color: #fff;
    text-align: center;
    padding: 50px 15px;
    height: 380px
}

#rdcenter .tec-wrap .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

#rdcenter .tec-wrap h3 {
    font-size: 1.75rem;
    margin-bottom: 2%;
    font-weight: bold;
    margin: 0 0 20px
}

#rdcenter .tec-wrap p {
    line-height: 2rem
}

#rdcenter .instrument-wrap:nth-child(odd) {
    background: #eee
}

#rdcenter .instrument-wrap {
    text-align: left;
    font-size: 0;
    padding: 50px 0
}

#rdcenter .instrument-wrap h3 {
    text-align: center;
    font-size: 1.4375rem;
    margin-bottom: 3%;
    font-weight: bold
}

#rdcenter .instrument-wrap .instrument-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 40px;
    width: calc(100%/3 - 20px)
}

#rdcenter .instrument-wrap .instrument-box .pic {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0 0 120px 120px / 0 0 26px 26px
}

#rdcenter .instrument-wrap .instrument-box .pic img {
    width: 100%
}

#rdcenter .instrument-wrap .instrument-box .txt-box {
    text-align: center;
    font-size: 1rem
}

#rdcenter .instrument-wrap .instrument-box .txt-box .ti {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold
}

#rdcenter .instrument-wrap .instrument-box .txt-box .en {
    font-size: 0.875rem;
    background: -webkit-linear-gradient(left, #016fbc 0, #21ad87 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 991px) {
    #rdcenter .rd-wrap {
        padding: 20px 0 40px
    }
}

#location .market {
    position: relative;
    z-index: 2;
    background: #343b40;
    padding: 50px 20px 3%;
    margin: 20px
}

#location .market .head {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px
}

#location .market .head:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    background: #2890d9;
    top: 0;
    left: 50%
}

#location .market .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#location .market .head .subject-en span {
    color: #2890d9
}

#location .market .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0
}

#location .market .map {
    position: relative;
    max-width: 960px;
    margin: auto
}

#location .market .map:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 54.167%
}

#location .market .map svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#location .market .map svg .link {
    cursor: pointer
}

#location .market .map svg .dot,
#location .market .map svg .dot-2,
#location .market .map svg .back,
#location .market .map svg .back-2 {
    transition: fill .25s;
    -moz-transition: fill .25s;
    -webkit-transition: fill .25s
}

#location .market .map svg .link:hover .dot,
#location .market .map svg .link:hover .dot-2,
#location .market .map svg .link:hover .back,
#location .market .map svg .link:hover .back-2 {
    fill: #e4007f
}

#market-map g.on .dot,
#market-map g.on .back,
#market-map g.usa:hover .dot,
#market-map g.usa.on .dot-2,
#market-map g.eu:hover .dot,
#market-map g.eu.on .dot-2,
#market-map g.in:hover .dot,
#market-map g.in.on .dot-2,
#market-map g.vi:hover .dot,
#market-map g.vi.on .dot-2,
#market-map g.cn:hover .dot,
#market-map g.cn.on .dot-2,
#market-map g.tw:hover .dot,
#market-map g.tw.on .dot-2,
#market-map g.hk:hover .dot-1,
#market-map g.hk.on .dot-2 {
    fill: #e4007f
}

#location .market .market-list {
    position: absolute;
    left: 0;
    top: 0
}

#location .market .market-list li {
    border: 1px solid #fff
}

#location .market .market-list li a {
    color: #fff
}

@media (min-width: 1370px) {
    #location .container {
        width: 1240px
    }
}

#location .h3 {
    text-align: center;
    text-align: center;
    padding: 40px 0 20px
}

#location .middle-tab {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px
}

#location .middle-tab li {
    position: relative;
    vertical-align: top;
    padding: 2px 0
}

#location .middle-tab li a {
    display: block;
    color: #fff;
    padding: 4px 15px;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

#location .middle-tab li a:hover,
#location .middle-tab li.current a {
    background: #2890d9 !important;
    border: 1px solid #2890d9
}

#location .middle-tab li.current a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #2890d9;
    position: absolute;
    right: -2px;
    top: 20px
}

@media only screen and (min-width:769px) {

    #location .middle-tab .toggle,
    #location .middle-tab .current-sort {
        display: none
    }

    #location .middle-tab ul {
        display: block !important;
        position: absolute;
        width: 200px;
        top: 50%;
        left: 5%;
        z-index: 99;
        margin-top: 61px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    #location .middle-tab li a {
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        -webkit-transition: background 0.3s;
        transition: background 0.3s
    }

    #location .middle-tab li a:hover {
        background: #222
    }
}

@media only screen and (max-width:1199px) {
    #location .middle-tab {
        margin-bottom: 0
    }

    #location .middle-tab ul {
        width: 140px
    }
}

@media only screen and (max-width:768px) {
    #location .market .map {
        max-width: 640px;
        margin: 20px auto 0
    }

    #location .market .map:before {
        content: '';
        display: block;
        background: url('../images/locale_map_sm.png') no-repeat;
        background-size: cover;
        padding-bottom: 53.125%
    }

    #location .market .map svg {
        display: none
    }

    #location .market {
        background: #343b40;
        padding: 50px 10px 20px
    }

    #location .middle-tab ul {
        width: 100%;
        z-index: 2
    }

    #location .middle-tab li {
        display: inline-block;
        padding: 0;
        text-align: left
    }

    #location .middle-tab li.current a:after {
        border-width: 7.5px 7.5px 0 10px;
        border-color: #2890d9 transparent transparent transparent;
        right: 50%;
        margin-right: -9px;
        top: 42px
    }

    #location .middle-tab li a {
        margin-top: -1px;
        margin-left: -1px
    }

    #location .middle-tab li:first-child a {
        border-left: 1px solid rgba(255, 255, 255, 0.5)
    }
}

#location .h3 .en {
    display: block;
    font-size: 2rem
}

#location .wrap {
    font-size: 0;
    padding: 30px 0
}

#location section:nth-child(even) .wrap {
    background: #efefef
}

#location .wrap .box {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 20px);
    margin: 0 10px 30px
}

#location .wrap .box.half {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

#location .wrap .box .pic {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

#location .wrap .box.half .pic {
    display: inline-block;
    width: 33.333%;
    vertical-align: top
}

#location .wrap .box .pic img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

#location .wrap .box .info {
    font-size: 1rem;
    line-height: 1.8rem
}

#location .wrap .box .info a {
    color: #333
}

#location .wrap .box .info a:hover {
    color: #005a99
}

#location .wrap .box .fas {
    font-size: 0.9rem;
    margin-right: 5px;
    width: 15px;
    color: #61c4a8
}

#location .wrap .box .go-map {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #61c4a8;
    line-height: 18px;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px)
}

#location .wrap .box .go-map .fas {
    margin-right: 0;
    font-size: 0.6rem;
    line-height: 20px
}

#location .wrap .box .info .tit {
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.25rem;
    margin: 0 0 10px
}

#location .wrap .box .info .tit2 {
    font-size: 1.125rem;
    margin-bottom: 10px
}

#location .wrap .box .info dd {
    line-height: 1.625
}

#location .wrap .box.half .info {
    display: inline-block;
    margin-left: 30px;
    width: calc(66.667% - 30px);
    vertical-align: top
}

#brand .brand-wrap {
    font-size: 0
}

#brand .brand-list {
    font-size: 0;
    text-align: center;
    margin: 0 -15px
}

#brand .brand-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 25px
}

#brand .brand-list li a {
    display: block;
    border: 1px solid transparent;
    padding: 10px 15px;
    transition: border .25s;
    -moz-transition: border .25s;
    -webkit-transition: border .25s
}

#brand .brand-list li a:hover {
    border-color: #d8d8d8
}

#brand .brand-box {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 20px;
    vertical-align: top;
    width: calc(100%/3 - 20px);
    margin: 0 10px 30px
}

#brand .brand-box .pic-box {
    border: 1px solid #efefef
}

#brand .brand-box .pic-box img {
    width: 100%
}

#brand .brand-box .pic-box:hover img {
    opacity: 0.8;
    animation: pulse 0.8s ease-in infinite
}

#brand .brand-box .txt-box .h3 {
    font-size: 1.125rem;
    font-weight: bold
}

#brand .brand-box .txt-box .txt {
    font-size: 0.875rem;
    line-height: 1.6rem;
    color: #222
}

@media (max-width:991px) {
    #about .list-box .box .num-box {
        font-size: 2rem
    }

    #about .list-box .box {
        height: 120px;
        padding: 10px
    }

    #about .video-wrap {
        height: 300px
    }

    #rdcenter .rd-wrap .wrap {
        margin-bottom: 50px
    }

    #rdcenter .rd-wrap .rd-box-wrap {
        margin: auto
    }

    #rdcenter .rd-wrap .rd-box {
        display: block;
        width: 100%;
        padding: 0
    }

    #rdcenter .rd-wrap .rd-box .img {
        display: inline-block;
        width: 200px;
        vertical-align: top
    }

    #rdcenter .rd-wrap .rd-box .txt-box {
        display: inline-block;
        width: calc(100% - 200px);
        vertical-align: top;
        padding-left: 20px
    }
}

@media (max-width:767px) {
    #about .list-box .box {
        width: calc(50% - 24px);
        margin: 0 10px 30px;
        height: auto
    }

    #about .list-box .box .num-box {
        font-size: 1.875rem
    }

    #about .pro-intro-box:nth-child(1) p {
        margin: 10% 9%
    }

    #about .pro-intro-box:nth-child(2) p {
        margin: 19% 9%
    }

    #about .develop-wrap .devl-box .img {
        margin-bottom: 5px
    }

    #about .develop-wrap .devl-box .txt-box .right {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 10px;
        text-align: center
    }

    #rdcenter .instrument-wrap .instrument-box {
        display: inline-block;
        vertical-align: top;
        margin: 0 8px 40px;
        width: calc(100%/2 - 16px)
    }

    #location .wrap .box {
        width: calc(100%/2 - 20px)
    }

    #location .wrap .box.half {
        width: 100%
    }
}

@media (max-width:680px) {
    #about .list-box .box .num-box {
        font-size: 1.875rem
    }

    #about .pro-intro-box {
        width: 100%;
        height: auto;
        min-height: 200px
    }

    #about .pro-intro-wrap .pic-wrap,
    #about .pro-intro-wrap .video-wrap {
        display: block;
        width: 100%;
        height: 230px
    }

    #about .pro-intro-box:nth-child(2) p {
        margin: 10% 9%
    }

    #about .ser-wrap .ser-box {
        width: calc(100%/2 - 20px)
    }

    #about .ser-wrap .ser-box .pic {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #about .develop-wrap .title {
        margin: 5% auto
    }

    #about .develop-wrap .devl-box {
        width: calc(100%/3 - 14px);
        margin: 0 5px
    }

    #about .develop-wrap .devl-box .txt-box .right {
        font-size: 0.9375rem
    }

    #about .certification-wrap .certifi-box {
        width: calc(100%/2 - 0px)
    }

    #rdcenter .rd-wrap .left-box,
    #rdcenter .rd-wrap .right-box {
        width: 100%;
        margin-right: 0
    }

    #rdcenter .tec-wrap {
        height: auto
    }

    #rdcenter .tec-wrap .text {
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }

    #location .wrap .box.half {
        width: calc(100%/2 - 20px)
    }

    #location .wrap .box.half .pic {
        width: 100%
    }

    #location .wrap .box.half .info {
        width: 100%;
        margin-left: 0
    }

    #brand .brand-box {
        width: calc(100% - 20px)
    }
}

@media (max-width:543px) {
    #rdcenter .rd-wrap .rd-box .img {
        display: block;
        margin: 0 auto 10px
    }

    #rdcenter .rd-wrap .rd-box .txt-box {
        display: block;
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:480px) {
    #about .list-box .box {
        width: calc(100% - 20px);
        text-align: center;
        padding: 0 10px 10px;
        margin-bottom: 7px
    }

    #about .list-box .box .num-box,
    #about .list-box .box .txt {
        display: inline-block;
        vertical-align: bottom
    }

    #about .list-box .box .num-box {
        font-size: 1.5rem
    }

    #about .list-box .box .txt {
        line-height: 39px;
        font-size: 1rem
    }

    #about .develop-wrap .devl-box {
        width: calc(100% - 24px);
        margin: 0 10px 25px
    }

    #about .develop-wrap .devl-box .txt-box .right {
        padding-top: 0;
        text-align: left;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 0
    }

    #location .wrap .box,
    #location .wrap .box.half {
        width: calc(100% - 20px)
    }
}

#careers .develop-wrap {
    border-top: 1px solid #ddd;
    padding-top: 60px;
    padding-bottom: 60px
}

#careers .careers-wrap {
    position: relative;
    background: url(../images/about_sec_01_bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    font-size: 0
}

#careers .train-wrap {
    position: relative;
    text-align: center;
    background: #fff;
    margin-top: -4px;
    padding: 3% 0
}

@media (max-width: 991px) {
    #careers .tab-wrap {
        margin-top: 20px
    }

    #careers .careers-wrap {
        padding: 20px 0 0
    }
}

.faq .faq-block .main-content li {
    margin-bottom: 10px
}

.faq .faq-block .main-content li:last-child {
    border-bottom: none
}

.faq .faq-block .main-content li:hover .q-tit {
    color: #000;
    background: #fff
}

.faq .faq-block .main-content li.on .q-tit {
    background: #fff;
    border-left: 4px solid #006ebc
}

.faq .faq-block .main-content li.on .q-tit i span:after {
    display: none
}

.faq .faq-block .main-content .q-tit {
    color: #444;
    position: relative;
    padding: 18px 36px 18px 44px;
    margin: 0;
    cursor: pointer;
    font-size: 1em;
    color: #333;
    border: 1px solid #efefef;
    border-left: 4px solid #21ad87;
    background: #f6f6f6
}

.faq .faq-block .main-content .q-tit:before {
    content: "Q.";
    position: absolute;
    left: 19px;
    top: 16px;
    font-size: 1.2rem
}

.faq .faq-block .main-content .q-tit i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    padding: 11px 0;
    border: 1px solid #ccc
}

.faq .faq-block .main-content li:hover .q-tit i,
.faq .faq-block .main-content li.on .q-tit i {
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%)
}

.faq .faq-block .main-content .q-tit i span {
    width: 8px;
    height: 1px;
    display: block;
    margin: auto;
    background: #666
}

.faq .faq-block .main-content .q-tit i span:after {
    content: "";
    width: 8px;
    height: 1px;
    display: block;
    background: #666;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq .faq-block .main-content li:hover .q-tit i span,
.faq .faq-block .main-content li:hover .q-tit i span:after,
.faq .faq-block .main-content li.on .q-tit i span,
.faq .faq-block .main-content li.on .q-tit i span:after {
    background: #fff
}

.faq .faq-block .main-content .q-content {
    padding: 15px 50px;
    display: none;
    line-height: 28px;
    color: #666
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:768px) {
    .faq .faq-block .main-content .q-tit {
        background-position: 95% 20px
    }

    .faq .faq-block .cate-title,
    .faq .faq-block .main-content {
        display: block;
        width: 100%
    }

    .faq .faq-block .main-content .q-content {
        padding: 15px 15px
    }
}

#sitemap {
    padding-top: 44px;
    padding: 60px 0
}

#sitemap .item {
    display: inline-block;
    width: calc(100%/5 - 14px);
    margin: 0 5px;
    vertical-align: top;
    text-align: center
}

#sitemap .item .ti,
#sitemap .item a.title {
    display: block;
    font-size: 1.1rem;
    font-size: 16px;
    padding: 12px 10px 12px 20px;
    -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;
    transition: all 0.3s ease-in-out;
    background: #626262;
    color: #fff;
    border-radius: 3px
}

#sitemap .item a:hover {
    color: #000
}

#sitemap .item:hover .ti,
#sitemap .item a.title:hover {
    color: #fff;
    background: linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -moz-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -webkit-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%);
    background: -o-linear-gradient(45deg, rgba(0, 110, 188, 1)20%, rgba(33, 173, 135, 0.8)80%)
}

#sitemap .item .ti i,
#sitemap .item a.title i {
    padding-right: 8px
}

#sitemap .item ul,
#sitemap .item li {
    list-style: none;
    margin: 0;
    padding: 0
}

#sitemap .item ul {
    border-bottom: 1px solid #fff
}

#sitemap .item li a {
    position: relative;
    display: block;
    color: #666;
    font-size: 0.9375rem;
    font-size: 1.1rem;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff
}

#sitemap .item li a:hover {
    color: #005a99
}

#sitemap .item a.title.bottom,
#sitemap .item ul.bottom {
    margin-bottom: 14px
}

@media only screen and (max-width:992px) {
    #sitemap .item {
        width: calc(100%/2 - 14px)
    }
}

@media only screen and (max-width:680px) {
    #sitemap .item {
        width: calc(100%/2 - 14px)
    }
}

@media only screen and (max-width:480px) {
    #sitemap .item {
        width: calc(100% - 14px)
    }
}

.scroll-fade {
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.scroll-fade.open {
    opacity: 1
}

.scroll-fade-down {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.scroll-fade-down.open {
    opacity: 1
}

.scroll-fade-down.open {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.scroll-fade-up {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.scroll-fade-up.open {
    opacity: 1
}

.scroll-fade-up.open {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.scroll-fade-left {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.scroll-fade-left.open {
    opacity: 1
}

.scroll-fade-left.open {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.scroll-fade-right {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.scroll-fade-right.open {
    opacity: 1
}

.scroll-fade-right.open {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

@media only screen and (max-width:680px) {
    .scroll-fade-left {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0;
        -moz-transition: opacity 0.8s, -moz-transform 0.8s;
        -o-transition: opacity 0.8s, -o-transform 0.8s;
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: opacity 0.8s, transform 0.8s
    }

    .scroll-fade-left.open {
        opacity: 1
    }

    .scroll-fade-left.open {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    .scroll-fade-right {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(-0px);
        transform: translateX(-0px);
        opacity: 0;
        -moz-transition: opacity 0.8s, -moz-transform 0.8s;
        -o-transition: opacity 0.8s, -o-transform 0.8s;
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: opacity 0.8s, transform 0.8s
    }

    .scroll-fade-right.open {
        opacity: 1
    }

    .scroll-fade-right.open {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.rotate-diagonal-1 {
    opacity: 0;
    transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s
}

.rotate-diagonal-1.open {
    opacity: 1
}

.rotate-diagonal-1.open {
    -webkit-animation: rotate-diagonal-1 1.5s ease-in-out both;
    animation: rotate-diagonal-1 1.5s ease-in-out both
}

@-webkit-keyframes rotate-diagonal-1 {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(1, 1, 0, 0deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate3d(1, 1, 0, 360deg)
    }
}

@keyframes rotate-diagonal-1 {
    0% {
        opacity: 0;
        transform: rotate3d(1, 1, 0, 0deg)
    }

    100% {
        opacity: 1;
        transform: rotate3d(1, 1, 0, 360deg)
    }
}

.recent-box {
    border-top: 2px solid #21ad87;
    background: #f4f4f4;
    padding: 0 10px
}

.edit,
.edit-theme-welrare {
    color: #666;
    font-size: 0.9375rem;
    width: 100%;
    margin: 16px auto;
    overflow: hidden;
    line-height: 2rem;
    text-align: justify
}

.edit img,
.edit-theme-welrare img {
    max-width: 100%;
    height: auto !important
}

.edit.white {
    color: #fff
}

.edit .txt-box,
.edit-theme-welrare .txt-box {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 20px
}

.edit .txt-box.white {
    color: #fff
}

.edit-theme-welrare .welrare-top-box {
    font-size: 0
}

.edit-theme-welrare .welrare-top-box .txt-box {
    display: inline-block;
    width: calc(100% - 470px);
    padding-right: 30px;
    vertical-align: middle
}

.edit-theme-welrare .welrare-top-box .pic-box {
    display: inline-block;
    width: 470px;
    vertical-align: middle
}

.edit .txt-box .ul-list li,
.edit-theme-welrare .txt-box .ul-list li {
    padding-left: 20px;
    position: relative
}

.edit .txt-box .ul-list li:before,
.edit-theme-welrare .txt-box .ul-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #bbb;
    vertical-align: middle;
    display: inline-block;
    left: 4px;
    position: absolute;
    top: 13px
}

.edit .ti,
.edit-theme-welrare .ti {
    position: relative;
    color: #222;
    font-size: 1.3rem;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold
}

.edit .ti.white,
.edit-theme-welrare .ti.white {
    color: #fff
}

.edit .ti:before,
.edit-theme-welrare .ti:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 21px;
    background: #21ad87
}

.edit .txt-box .welrare-box-wrap,
.edit-theme-welrare .txt-box .welrare-box-wrap {
    font-size: 0;
    margin: 20px -10px 0
}

.edit .txt-box .welrare-box,
.edit-theme-welrare .txt-box .welrare-box {
    display: inline-block;
    padding: 0;
    min-height: 290px;
    vertical-align: top;
    font-size: 1rem;
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    border-radius: 10px;
    background: rgba(239, 239, 239, 0.5)
}

.edit .txt-box .welrare-box:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.edit .txt-box .welrare-box:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.edit .txt-box .welrare-box:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.edit .txt-box .welrare-box:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.edit .txt-box .welrare-box:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.edit .txt-box .welrare-box:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.edit .txt-box .welrare-box .h4,
.edit-theme-welrare .txt-box .welrare-box .h4 {
    font-weight: bold;
    color: #fff;
    background: #195782;
    margin: 0;
    padding: 10px 20px 8px
}

.edit .txt-box .welrare-box .fas,
.edit-theme-welrare .txt-box .welrare-box .fas {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 1.4rem;
    margin-right: 10px;
    color: #a3baca;
    border-radius: 30px;
    border: 2px solid #a3baca;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center
}

.edit .txt-box .welrare-box .topic,
.edit-theme-welrare .txt-box .welrare-box .topic {
    position: relative;
    overflow: hidden
}

.edit .txt-box .welrare-box .topic .title,
.edit-theme-welrare .txt-box .welrare-box .topic .title {
    position: absolute;
    width: 100%;
    line-height: 30px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    left: 0;
    bottom: 0
}

.edit .txt-box .welrare-box>.ul-list,
.edit-theme-welrare .txt-box .welrare-box>.ul-list {
    list-style: none;
    margin: 10px 20px;
    padding: 0
}

.edit .txt-box .welrare-box>.ul-list li,
.edit-theme-welrare .txt-box .welrare-box>.ul-list li {
    padding-left: 20px
}

.edit p.white,
.edit-theme-welrare p.white {
    color: #fff
}

.edit span.red,
.edit-theme-welrare span.red {
    color: #e31515
}

.edit .txt-box .h4,
.edit-theme-welrare .txt-box .h4 {
    color: #195782;
    font-size: 1rem;
    font-weight: bold
}

.edit .training-pic-1,
.edit .training-pic-3,
.edit-theme-welrare .training-pic-1,
.edit-theme-welrare .training-pic-3 {
    max-width: 500px;
    background: #fff;
    margin: auto;
    overflow: hidden
}

.edit .training-pic-2,
.edit-theme-welrare .training-pic-2 {
    max-width: 450px;
    margin: auto
}

.edit-theme-career-train {
    font-size: 0;
    text-align: center
}

.edit-theme-career-train .box {
    font-size: 0
}

.edit-theme-career-train .box+.box {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 40px
}

.edit-theme-career-train .box:nth-child(even) {
    direction: rtl
}

.edit-theme-career-train .box .text {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    direction: ltr
}

.edit-theme-career-train .box:nth-child(odd) .text {
    padding-right: 60px
}

.edit-theme-career-train .box:nth-child(even) .text {
    padding-left: 60px
}

.edit-theme-career-train .box .pic {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    direction: ltr
}

.edit-theme-career-train .box .ti {
    text-align: left;
    position: relative;
    color: #222;
    font-size: 1.3rem;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold
}

.edit-theme-career-train .box .ti:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 21px;
    background: #21ad87
}

.edit-theme-career-train .box .summary {
    font-size: 1rem;
    text-align: left
}

@media (max-width:991px) {
    .edit .welrare-top-box .txt-box {
        width: calc(100% - 280px);
        padding-right: 15px
    }

    .edit .welrare-top-box .pic-box {
        width: 280px
    }

    .edit .txt-box .welrare-box {
        width: calc(50% - 20px)
    }

    .edit-theme-career-train .box:nth-child(odd) .text,
    .edit-theme-career-train .box:nth-child(even) .text {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .edit .welrare-top-box .txt-box {
        display: block;
        width: 100%;
        padding-right: 0
    }

    .edit .welrare-top-box .pic-box {
        display: block;
        width: 100%;
        margin-top: 20px
    }

    .edit .welrare-top-box .pic-box img {
        margin: auto
    }

    .edit-theme-career-train .box {
        display: block;
        width: 100%;
        margin: 0 0 40px !important
    }

    .edit-theme-career-train .box .pic {
        width: 85%
    }

    .edit .txt-box .welrare-box-wrap {
        margin: 20px -5px 0
    }

    .edit .txt-box .welrare-box {
        width: calc(50% - 10px);
        margin: 0 5px 20px
    }

    .edit .txt-box .ul-list li {
        line-height: 26px;
        font-size: 0.9375rem
    }

    .edit .txt-box .ul-list li:before {
        top: 11px
    }
}

@media screen and (max-width:519px) {
    .edit .txt-box .welrare-box-wrap {
        margin: 20px 0 0
    }

    .edit .txt-box .welrare-box {
        display: block;
        width: 100%;
        min-height: inherit;
        margin: 0 0 20px
    }
}

.edit-theme-join {
    font-size: 0
}

.edit-theme-join>img {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.edit-theme-join .text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 30px
}

.edit-theme-join .title {
    line-height: 30px;
    font-size: 18px
}

.edit-theme-join .summary {
    line-height: 26px;
    font-size: 16px
}

.edit-theme-join .summary a {
    color: #000;
    text-decoration: underline
}

@media (max-width: 991px) {
    .edit-theme-join>img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto 20px
    }

    .edit-theme-join .text {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center
    }
}

.related-articles {
    background: url(../images/index_news_bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 0
}

.related-articles .head {
    text-align: center;
    margin: 0 0 40px
}

.related-articles .head .subject-en {
    line-height: 36px;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.related-articles .head .subject-en span {
    color: #21ad87
}

.related-articles .head .subject {
    line-height: 36px;
    font-size: 1.375rem;
    margin: 0
}

.related-articles-slick {
    margin: 0 -12px
}

.related-articles-slick .item {
    font-size: 0;
    padding: 0 12px;
    vertical-align: top
}

.related-articles-slick .item .pic,
.related-articles-slick .item .text {
    display: inline-block;
    height: 270px;
    vertical-align: top;
    overflow: hidden
}

.related-articles-slick .item .pic {
    position: relative;
    width: 270px
}

.related-articles-slick .item .pic:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

.related-articles-slick .item .pic:hover:after {
    opacity: 1
}

.related-articles-slick .item .pic img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.related-articles-slick .item .text {
    width: calc(100% - 285px);
    margin-left: 15px
}

.related-articles-slick .item .title {
    height: 60px;
    line-height: 30px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.related-articles-slick .item .title a {
    color: #333;
    transition: color .25s;
    -moz-transition: color .25s;
    -webkit-transition: color .25s
}

.related-articles-slick .item .title a:hover {
    color: #21ad87
}

.related-articles-slick .item .summary {
    height: 150px;
    line-height: 30px;
    font-size: 0.9375rem;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.related-articles-slick .item .bottom {
    font-size: 0;
    margin-top: 10px;
    text-align: right
}

.related-articles-slick .item .bottom .more {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 38px;
    font-size: 0.875rem;
    color: #444;
    border: 1px solid #bde2ce;
    text-align: center;
    vertical-align: top;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

.related-articles-slick .item .bottom .more:hover {
    background: rgba(0, 0, 0, .05)
}

.related-articles-slick .item .bottom .more i {
    color: #21ad87;
    margin-right: 5px
}

.related-articles-slick .slick-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    width: 39px;
    height: 39px;
    font-size: 0;
    border: 1px solid #2eb28e;
    background: none;
    border-radius: 100%;
    top: 50%;
    margin-top: -19px;
    transition: background .25s;
    -moz-transition: background .25s;
    -webkit-transition: background .25s
}

.related-articles-slick .slick-arrow:hover {
    background: #2eb28e
}

.related-articles-slick .slick-prev {
    left: -63px
}

.related-articles-slick .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    right: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

.related-articles-slick .slick-prev:hover:before {
    width: 30px;
    background: #fff
}

.related-articles-slick .slick-prev:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 7px 3.5px 0;
    border-color: transparent #2eb28e transparent transparent;
    top: 50%;
    right: 20px;
    margin-top: -3.5px;
    transition: border .25s, right .25s;
    -moz-transition: border .25s, right .25s;
    -webkit-transition: border .25s, right .25s
}

.related-articles-slick .slick-prev:hover:after {
    border-right-color: #fff;
    right: 30px
}

.related-articles-slick .slick-next {
    right: -63px
}

.related-articles-slick .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2eb28e;
    top: 18px;
    left: 0;
    transition: width .25s, background .25s;
    -moz-transition: width .25s, background .25s;
    -webkit-transition: width .25s, background .25s
}

.related-articles-slick .slick-next:hover:before {
    width: 30px;
    background: #fff
}

.related-articles-slick .slick-next:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #2eb28e;
    top: 50%;
    left: 20px;
    margin-top: -3.5px;
    transition: border .25s, left .25s;
    -moz-transition: border .25s, left .25s;
    -webkit-transition: border .25s, left .25s
}

.related-articles-slick .slick-next:hover:after {
    border-left-color: #fff;
    left: 30px
}

@media (max-width: 1319px) and (min-width: 1200px) {
    .related-articles-slick {
        margin: 0 65px
    }

    .related-articles-slick .item .pic {
        width: 220px
    }

    .related-articles-slick .item .text {
        width: calc(100% - 235px)
    }
}

@media (max-width: 1199px) {
    .related-articles-slick {
        margin: 0 -12px;
        padding-bottom: 60px
    }

    .related-articles-slick .item .pic {
        width: 200px
    }

    .related-articles-slick .item .text {
        width: calc(100% - 215px)
    }

    .related-articles-slick .slick-arrow {
        top: auto;
        bottom: 0
    }

    .related-articles-slick .slick-prev {
        left: 50%;
        margin-left: -45px
    }

    .related-articles-slick .slick-next {
        left: 50%;
        right: auto;
        margin-left: 6px
    }
}

@media (max-width: 991px) {
    .related-articles-slick {
        margin: 0
    }

    .related-articles-slick .item {
        padding: 0
    }

    .related-articles-slick .item .pic {
        width: 270px
    }

    .related-articles-slick .item .text {
        width: calc(100% - 285px)
    }
}

@media (max-width: 767px) {
    .related-articles-slick .item .text {
        width: calc(100% - 15px)
    }
}

@media (max-width: 639px) {
    .related-articles-slick .item .pic {
        width: 200px;
        display: none
    }

    .related-articles-slick .item .text {
        width: calc(100% - 15px)
    }

    .related-articles-slick .item .title {
        height: auto
    }
}

@media (max-width: 543px) {
    .related-articles-slick .item .pic {
        display: block;
        width: 100%;
        max-width: 270px;
        margin: auto
    }

    .related-articles-slick .item .text {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-left: 0
    }

    .related-articles-slick .item .title,
    .related-articles-slick .item .summary {
        height: auto;
        display: block;
        -webkit-line-clamp: initial
    }

    .related-articles-slick .item .summary,
    .related-articles-slick .item .bottom {
        margin-top: 5px
    }

    .related-articles-slick .item .bottom {
        text-align: center
    }
}

.search-nodata {
    text-align: center;
    margin: 60px 0 0
}

.search-nodata p {
    line-height: 30px;
    font-size: 1.125rem;
    margin: 0 0 20px
}

.search-nodata .contact {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/product_inq.png) no-repeat;
    background-size: 50px 100px;
    vertical-align: top
}

.search-nodata .contact:hover {
    background-position: 0 -50px
}

@media (max-width: 767px) {
    .search-nodata {
        margin-top: 40px
    }

    .search-nodata p {
        line-height: 26px;
        font-size: 0.9375rem;
        margin: 0 0 12px
    }
}

.gr-backend.cke_editable,
.gr-backend.cke_editable * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.gr-backend.cke_editable .scroll-fade-up,
.gr-backend.cke_editable .scroll-fade-down {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gr-backend.cke_editable .scroll-fade-left,
.gr-backend.cke_editable .scroll-fade-right {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.side-qq {
    position: fixed;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, .75);
    border-radius: 3px;
    padding: 4px;
    text-align: center;
    right: 19px;
    bottom: 44px
}

.side-qq img {
    display: block;
    width: 36px;
    height: 36px;
    margin: auto
}

.side-qq span {
    display: block;
    line-height: 16px;
    font-size: 0.8125rem;
    color: #333
}



#product-intro .detail .table .table-body .table-item .name {
    width: 250px;
    text-align: center;
    font-size: 0
}

#product-intro .detail .table .table-body .table-item .name .pic-box {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
    vertical-align: middle
}

#product-intro .detail .table .table-body .table-item .name .pic-box img {
    width: 100%
}

#product-intro .detail .table .table-body .table-item .name .txt-box {
    display: inline-block;
    width: calc(60% - 10px);
    vertical-align: middle;
    text-align: left
}

@media (max-width: 991px) {
    #product-intro .detail .table .table-body .table-item .name {
        text-align: left
    }

    #product-intro .detail .table .table-body .table-item .name .pic-box {
        width: 20%
    }

    #product-intro .detail .table .table-body .table-item .name .txt-box {
        width: calc(80% - 10px)
    }

    #product-intro .detail .table .table-body .table-item .name .pic-box.no-pic-mb {
        display: none
    }
}

@media (max-width: 640px) {
    #product-intro .detail .table .table-body .table-item .name .pic-box {
        display: block;
        width: 100%
    }

    #product-intro .detail .table .table-body .table-item .name .pic-box img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 10px 0
    }

    #product-intro .detail .table .table-body .table-item .name .txt-box {
        display: block;
        width: 100%
    }

    #product-intro .detail .table .table-body .table-item .name .title {
        margin-top: 5px
    }
}

#product-intro .detail .catalogue {
    margin-top: 60px
}

#product-intro .detail .catalogue-slick {
    font-size: 0;
    margin: 0 -5px
}

#product-intro .detail .catalogue-slick .item {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 5px 15px;
    vertical-align: top
}

#product-intro .detail .catalogue-slick .item .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 53%
}

#product-intro .detail .catalogue-slick .item .pic img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

#product-intro .detail .catalogue-slick .item .pic:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/product_relate_hover.png');
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s
}

#product-intro .detail .catalogue-slick .item:hover .pic:before {
    opacity: 1
}

#product-intro .detail .catalogue-slick .item .pic:after {
    content: 'VIEW MORE';
    display: block;
    position: absolute;
    line-height: 24px;
    font-size: 0.9375rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 5px 20px;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    margin-top: 20px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: opacity .25s, margin .25s;
    -moz-transition: opacity .25s, margin .25s;
    -webkit-transition: opacity .25s, margin .25s
}

#product-intro .detail .catalogue-slick .item:hover .pic:after {
    opacity: 1;
    margin-top: 0
}

.mb #product-intro .detail .catalogue-slick .item .pic:before,
.mb #product-intro .detail .catalogue-slick .item .pic:after {
    display: none
}

#product-intro .detail .catalogue-slick .item .name {
    line-height: 26px;
    font-size: 1.0625rem;
    color: #fff;
    background: rgba(0, 110, 188, 0.9);
    margin: 1px 0 0;
    padding: 7px 15px;
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#product-intro .detail .catalogue-slick .item .des {
    height: 4rem;
    line-height: 1.5rem;
    color: #444;
    font-size: 0.875rem;
    background: #efefef;
    margin: 0 0 10px;
    padding: 10px 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#product-intro .detail .catalogue-slick .item .summary {
    line-height: 26px;
    font-size: 0.9375rem;
    color: #777;
    background: #f7f7f7;
    margin-top: 1px;
    padding: 10px 15px
}

#product-intro .detail .catalogue-slick .slick-dots {
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#product-intro .detail .catalogue-slick .slick-dots li {
    display: inline-block;
    height: 12px;
    vertical-align: top;
    margin: 0 6px
}

#product-intro .detail .catalogue-slick .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    background: #898989;
    border-radius: 100%;
    padding: 0
}

#product-intro .detail .catalogue-slick .slick-dots li.slick-active button {
    background: #007dbb
}

@media (max-width:640px) {
    #product-intro .detail .catalogue-slick .item {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

/*