@charset "utf-8";

.Header-wrapper {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease
}

.Header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

.bodyontrue .Header-navbarbox {
    display: block !important
}

.Header-logo {
    float: left;
    position: relative;
    z-index: 999
}

.Header-logo a {
    height: 80px;
    display: flex;
    align-items: center;
    user-select: none
}

.Header-logo a img.Header-logo-s {
    display: block
}

.Header-logo a img.Header-logo-h {
    display: none
}

.Header-search {
    float: right
}

.Header-search-click {
    width: 52px;
    height: 80px;
    background: transparent url(../images/search.png) no-repeat center;
    cursor: pointer;
    user-select: none;
    position: relative
}

.Header-search-click.ontrue {
    background: transparent url(../images/closeh.png) no-repeat center
}

.Header-search-message {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 99;
    background: #fff;
    right: 0;
    top: 0;
    display: none
}

.Header-search-wordsform {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    padding-right: 180px
}

.Header-search-submit {
    width: 52px;
    height: 80px;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.Header-search-wordsform input {
    width: 580px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    border: none;
    font-size: 17px;
    color: #10436b;
    margin-right: 40px;
    border-bottom: 1px solid #dadada
}

.Header-search-close {
    width: 52px;
    height: 80px;
    background: url(../images/closeh.png) no-repeat center center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    user-select: none
}

.Header-navbar {
    font-size: 0;
    margin: 0 auto;
    text-align: center
}

.Header-navbar ul li {
    display: inline-block;
    margin: 0 27px;
    position: relative
}

.Header-Menu {
    display: block;
    height: 80px;
    line-height: 82px;
    text-transform: uppercase;
    font-size: 17px;
    color: #535353;
    transition: all .4s ease-in-out;
    position: relative
}

.Header-Menu::after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    height: 1px;
    bottom: 27px;
    background: #535353;
    transition: all .4s ease-in-out
}

.Header-navbar ul li.ontrue .Header-Menu:after, .Header-navbar ul li:hover .Header-Menu:after {
    width: 100%;
    right: auto;
    left: 0
}

.Header-lang {
    display: flex;
    float: right;
    height: 80px;
    align-items: center;
    width: auto;
    justify-content: center;
    margin-right: 12px;
    user-select: none;
    position: relative;
    z-index: 999
}

.Header-lang svg {
    color: #10436b;
    transition: all .4s ease
}

.Header-share {
    float: right;
    font-size: 0;
    line-height: 80px;
    position: relative;
    z-index: 999
}

.Header-share a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #009f90;
    color: #fff;
    transition: all .4s ease;
    margin: 0 3px;
    font-size: 14px;
    text-align: center;
    line-height: 24px
}

.Header-share a:last-child {
    margin-right: 0
}

.Header-arr {
    display: none
}

.Header-drop {
    position: absolute;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    z-index: 99;
    background: #f7f7f7;
    width: 190px;
    left: 50%;
    margin-left: -85px;
    top: 80px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.Header-drop a {
    display: block;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #444;
    text-transform: capitalize;
    position: relative;
    transition: all .4s ease;
    text-align: center;
    height: 56px;
    overflow: hidden
}

.Header-drop a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    bottom: 0
}

.Header-drop a:last-child::after {
    border-bottom: none;
    display: none
}

.Header-drop a.ontrue, .Header-drop a:hover {
    color: #fff;
    background: #009f90
}

.Header-product.Header-drop {
    width: 580px;
    margin-left: -290px;
    padding: 20px 40px 30px;
    overflow: hidden;
    text-align: left
}

.Header-product.Header-drop .Header-product-li a {
    width: 46%;
    float: left
}

.Header-product.Header-drop .Header-product-li a:nth-child(2n) {
    float: right
}

.Header-product.Header-drop .Header-product-menu {
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding: 0 12px;
    font-size: 18px;
    color: #009f90;
    font-weight: 700
}

.Header-product.Header-drop .Header-product-menu:hover {
    background: 0 0;
    color: #009f90
}

.Header-product.Header-drop .Header-product-link {
    width: 100%;
    padding-top: 10px
}

.Header-product.Header-drop .Header-product-link a {
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding: 0 12px;
    overflow: hidden
}

.Header-product.Header-drop .Header-product-link a::after {
    display: none
}

.Header-learning.Header-drop {
    width: 700px;
    margin-left: -350px;
    padding: 20px 40px 30px;
    overflow: hidden;
    text-align: left
}

.Header-learning.Header-drop .Header-learning-li {
    width: 100%
}

.Header-learning.Header-drop .Header-learning-name {
    display: flex;
    height: 56px;
    align-items: center;
    text-align: left;
    padding: 0 12px;
    font-size: 18px;
    color: #009f90;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3
}

.Header-learning.Header-drop .Header-learning-more {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
}

.Header-learning.Header-drop .Header-learning-more .items {
    width: auto
}

.Header-learning.Header-drop .Header-learning-more .items a {
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding: 0 12px
}

.Header-learning.Header-drop .Header-learning-more .items a::after {
    display: none
}

.Header-learning.Header-drop .Header-learning-more .items .name {
    font-weight: 700
}

.Header-learning.Header-drop .Header-learning-more .items .link {
    max-width: 300px
}

.Header-learning.Header-drop .Header-learning-more .items .name:hover {
    background: 0 0;
    color: #009f90
}

.Header-learning.Header-drop .Header-learning-li:last-child .Header-learning-more .items {
    width: 100%
}

.Header-navclick {
    height: 60px;
    cursor: pointer;
    float: right;
    user-select: none;
    display: none
}

.Header-navclick span {
    width: 24px;
    height: 2px;
    background: #10436b;
    display: block;
    position: relative;
    margin-top: 28.5px;
    transition: all .2s linear
}

.Header-navclick span::after, .Header-navclick span::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #10436b;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear
}

.Header-navclick span::before {
    top: -7px
}

.Header-navclick span::after {
    top: 7px
}

.Header-navclick.ontrue span {
    -moz-animation: buttonAnimation .3s ease forwards;
    -webkit-animation: buttonAnimation .3s ease forwards;
    animation: buttonAnimation .3s ease forwards
}

.Header-navclick.ontrue span::before {
    -moz-animation: buttonAnimationBefore .3s ease forwards;
    -webkit-animation: buttonAnimationBefore .3s ease forwards;
    animation: buttonAnimationBefore .3s ease forwards
}

.Header-navclick.ontrue span::after {
    -moz-animation: buttonAnimationAfter .3s ease forwards;
    -webkit-animation: buttonAnimationAfter .3s ease forwards;
    animation: buttonAnimationAfter .3s ease forwards
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0)
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg)
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg)
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -webkit-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0)
    }

    100% {
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg)
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0)
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg)
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg)
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

    50% {
        -moz-transform: translateY(-7px) rotate(0);
        -ms-transform: translateY(-7px) rotate(0);
        -webkit-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0)
    }

    100% {
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg)
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: 0 0
    }

    50% {
        background: rgba(255, 255, 255, 0)
    }

    100% {
        background: rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: 0 0
    }

    50% {
        background: rgba(255, 255, 255, 0)
    }

    100% {
        background: rgba(255, 255, 255, 0)
    }
}

@keyframes buttonAnimation {
    0% {
        background: 0 0
    }

    50% {
        background: rgba(255, 255, 255, 0)
    }

    100% {
        background: rgba(255, 255, 255, 0)
    }
}

.Footer-wrapper {
    width: 100%;
    background: #fff
}

.Footer-logoemail {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    border-top: 6px solid #009f90
}

.Footer-email, .Footer-logo {
    display: flex;
    align-items: center;
    height: 130px
}

.Footer-logo {
    float: left
}

.Footer-logo img {
    width: auto
}

.Footer-email {
    float: right
}

.Footer-email a {
    display: block;
    overflow: hidden;
    width: 264px;
    height: 52px;
    line-height: 52px;
    position: relative;
    border-radius: 26px;
    background: #009f90;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.Footer-email a::before {
    content: "";
    width: 36px;
    height: 100px;
    transform: skewX(-32deg);
    position: absolute;
    z-index: 1;
    left: -24%;
    top: -25px;
    background: rgba(255, 255, 255, .6)
}

.Footer-email a:hover::before {
    left: 110%;
    transition: all 1s ease
}

.Footer-email a span {
    position: relative;
    z-index: 2
}

.Footer-email a span::before {
    content: "";
    width: 18px;
    height: 13px;
    background: url(../images/ficon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0
}

.Footer-navshare {
    width: 100%;
    padding: 36px 0 18px;
    border-bottom: 1px solid #e3e3e3
}

.Footer-navshare-box {
    width: 100%
}

.Footer-share {
    width: 200px;
    float: right;
    font-size: 0;
    text-align: right
}

.Footer-share a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    transition: all .4s ease;
    margin: 0 3px;
    font-size: 16px;
    text-align: center;
    line-height: 30px
}

.Footer-share a:nth-child(1) {
    background: #0b66c1
}

.Footer-share a:nth-child(2) {
    background: #3b57a0
}

.Footer-share a:nth-child(3) {
    background: #41abe1
}

.Footer-share a:last-child {
    margin-right: 0
}

.Footer-navbar {
    width: calc(100% - 200px);
    float: left;
    position: relative
}

.Footer-navbar ul li {
    width: 20%;
    float: left
}

.Footer-navclick {
    font-size: 18px;
    color: #535353;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase
}

.Footer-navwords {
    width: 100%;
    overflow: hidden;
    margin-top: 4px
}

.Footer-navwords a {
    display: block;
    font-size: 14px;
    color: #7e8c97;
    line-height: 16px;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    margin-bottom: 5px
}

.Footer-navwords a:hover {
    color: #009f90
}

.Footer-column {
    width: 100%;
    font-size: 0;
    margin-top: 80px
}

.Footer-column a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #7e8c97;
    position: relative;
    padding-right: 18px;
    transition: all .4s ease
}

.Footer-column a::after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
    background: #7e8c97
}

.Footer-column a:last-child {
    padding-right: 0
}

.Footer-column a:last-child::after {
    display: none
}

.Footer-column a:hover {
    color: #009f90
}

.Footer-copyright {
    width: 100%;
    padding: 30px 0 34px
}

.Footer-copyright-info {
    float: left
}

.Footer-copyright-site {
    float: right
}

.Footer-copyright-info p, .Footer-copyright-site p {
    font-size: 14px;
    color: #7e8c97;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all
}

.Container-wrapper {
    width: 100%;
    margin-top: 80px
}

.index-contain {
    width: 1400px;
    margin: 0 auto
}

.contain {
    width: 1300px;
    margin: 0 auto
}

.winter .Header-navbarbox {
    display: block !important
}

.winter .Footer-navwords {
    display: block !important
}

.noGap .Container-wrapper {
    margin-top: 0
}

.lucency .Header-wrapper {
    background: 0 0;
    box-shadow: none
}

.lucency .Header-logo a img.Header-logo-s {
    display: none
}

.lucency .Header-logo a img.Header-logo-h {
    display: block
}

.lucency .Header-drop {
    border-radius: 8px
}

.lucency .Header-Menu {
    /* color: #fff */
}

.lucency .Header-Menu::after {
    /* background: #fff */
}

.lucency .Header-share a {
    background: rgba(255, 255, 255, .8);
    color: #7e7e7d
}

.lucency .Header-search-click {
    /* background-image: url(../images/searchw.png) */
}

.lucency .Header-search-message {
    background: 0 0
}

.lucency .Header-search-submit {
    background-image: url(../images/searchw.png)
}

.lucency .Header-search-close {
    background-image: url(../images/close.png)
}

.lucency .Header-search-wordsform input {
    background: 0 0;
    color: #fff
}

.lucency .Header-search-wordsform input:-moz-placeholder {
    columns: #eee
}

.lucency .Header-search-wordsform input::-moz-placeholder {
    color: #eee
}

.lucency .Header-search-wordsform input:-ms-input-placeholder {
    color: #eee
}

.lucency .Header-search-wordsform input::-webkit-input-placeholder {
    color: #eee
}

.lucency .Header-lang svg {
    /* color: #fff */
}

.onSearch .Header-navbar {
    display: none
}

.onSearch .Header-search-click {
    background: 0 0
}

.popVideo {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

.popVideo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto
}

.popVideo-core {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative
}

.popVideo-core video {
    width: 100%
}

.popVideo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 3;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease
}

.popVideo-close:hover {
    opacity: 1
}

.popVideo-video {
    width: 90%;
    margin: 0 auto
}

.popVideo-video iframe {
    width: 100%;
    height: 500px
}

@media all and (max-width:1279px) {
    .popVideo-content {
        width: 92%
    }

    .popVideo-close {
        right: 0
    }
}

@media all and (max-width:1100px) {
    .popVideo-video iframe {
        height: 400px
    }
}

@media all and (max-width:640px) {
    .popVideo-video iframe {
        height: 200px
    }
}

.none {
    display: none !important
}

@media all and (max-width:1599px) {
    .index-contain {
        width: 1100px
    }

    .contain {
        width: 1080px
    }

    .Header-navbar ul li {
        margin: 0 24px
    }

    .Header-search-wordsform input {
        width: 480px
    }

    .Footer-navbar ul li:nth-child(1) {
        width: 18%
    }

    .Footer-navbar ul li:nth-child(4) {
        width: 22%
    }

    .Footer-email, .Footer-logo {
        height: 108px
    }

    .Footer-email a {
        height: 48px;
        line-height: 48px
    }

    .Footer-share {
        width: 200px
    }

    .Footer-navbar {
        width: calc(100% - 200px)
    }

    .Footer-copyright-info p, .Footer-copyright-site p {
        font-size: 12px
    }
}

@media all and (max-width:1279px) {
    .index-contain {
        width: 900px
    }

    .contain {
        width: 880px
    }

    .Header-navbar ul li {
        margin: 0 16px
    }

    .Header-search-wordsform input {
        width: 400px
    }

    .Footer-navbar ul li:nth-child(2) {
        width: 18%
    }

    .Footer-navbar ul li:nth-child(3) {
        width: 22%
    }

    .Footer-copyright-info, .Footer-copyright-site {
        width: 100%
    }

    .Footer-column {
        margin-top: 68px
    }

    .Footer-share {
        width: 140px
    }

    .Footer-navbar {
        width: calc(100% - 140px)
    }
}

@media all and (max-width:1000px) {
    .index-contain {
        width: 92%
    }

    .contain {
        width: 92%
    }

    .Container-wrapper {
        margin-top: 60px
    }

    .Header-share {
        display: none
    }

    .Header-wrapper::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .Header-container {
        height: 60px
    }

    .Header-logo a {
        height: 60px;
        line-height: 60px
    }

    .Header-logo a img {
        max-height: 46px
    }

    .Header-navbar ul li.ontrue .Header-Menu:after, .Header-navbar ul li:hover .Header-Menu:after {
        display: none
    }

    .Header-navbar ul li:hover .Header-Menu {
        color: #10436b
    }

    .Header-navbar ul li.ontrue .Header-Menu {
        font-weight: 700
    }

    .Header-search-click {
        height: 60px;
        line-height: 60px;
        background: url(../images/search.png) no-repeat center
    }

    .Header-navclick {
        display: block
    }

    .Header-navbarbox {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
    }

    .Header-navbar {
        float: left;
        width: 100%;
        margin-right: 0;
        max-height: 364px;
        overflow-y: auto !important;
        padding: 10px 0 16px;
        text-align: left
    }

    .Header-navbar ul li {
        display: block;
        width: 100%;
        position: relative;
        margin: 0
    }

    .Header-drop {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 0;
        border-top: 1px solid #e3e3e3;
        box-shadow: none;
        border-radius: 0
    }

    .Header-drop a {
        line-height: 40px;
        text-align: left;
        padding: 0 8%
    }

    .Header-product.Header-drop {
        width: 100%;
        margin-left: 0;
        padding: 0
    }

    .Header-product.Header-drop .Header-product-li {
        width: 100%
    }

    .Header-product.Header-drop .Header-product-menu {
        height: 42px;
        line-height: 42px;
        padding: 0 8%;
        font-size: 16px
    }

    .Header-product.Header-drop .Header-product-link {
        padding-top: 0
    }

    .Header-product.Header-drop .Header-product-link a {
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0 8%
    }

    .Header-product.Header-drop .Header-product-link a::after {
        display: block
    }

    .Header-learning.Header-drop {
        width: 100%;
        margin-left: 0;
        padding: 0
    }

    .Header-learning.Header-drop .Header-learning-li {
        width: 100%
    }

    .Header-learning.Header-drop .Header-learning-name {
        height: 42px;
        padding: 0 4%;
        font-size: 16px
    }

    .Header-learning.Header-drop .Header-learning-more {
        margin-top: 0
    }

    .Header-learning.Header-drop .Header-learning-more .items {
        width: 100%
    }

    .Header-learning.Header-drop .Header-learning-more .items a {
        height: 40px;
        line-height: 40px;
        padding: 0 4%
    }

    .Header-learning.Header-drop .Header-learning-more .items a::after {
        display: block
    }

    .Header-learning.Header-drop .Header-learning-more .items .link {
        max-width: 100%;
        padding: 0 8%
    }

    .Header-Menu {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0 4%
    }

    .Header-search-message {
        height: 45px;
        top: 60px;
        border-bottom: 1px solid #e3e3e3
    }

    .Header-search-close {
        display: none
    }

    .Header-search-wordsform {
        height: 44px;
        line-height: 44px;
        float: initial;
        padding-right: 0
    }

    .Header-search-submit {
        height: 46px;
        position: absolute;
        right: 0;
        top: -1px;
        z-index: 2;
        width: 44px;
        background: #10436b url(../images/searchw.png) no-repeat center
    }

    .Header-search-wordsform input {
        width: 100%;
        margin-right: 0;
        height: 44px;
        padding-right: 46px;
        box-sizing: border-box;
        border-bottom: none
    }

    .Header-wrapper:after {
        display: block
    }

    .Header-wrapper {
        box-shadow: none
    }

    .Header-arr {
        display: block;
        width: 42px;
        height: 42px;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 0;
        background: url(../images/iconarr.png) no-repeat center center/14px auto
    }

    .Header-arr.ontrue {
        transform: rotate(180deg)
    }

    .noGap .Container-wrapper {
        margin-top: 60px
    }

    .lucency .Header-wrapper {
        background: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
    }

    .lucency .Header-logo a img.Header-logo-s {
        display: block
    }

    .lucency .Header-logo a img.Header-logo-h {
        display: none
    }

    .lucency .Header-drop {
        border-radius: 0
    }

    .lucency .Header-Menu {
        color: #10436b
    }

    .lucency .Header-Menu::after {
        display: none
    }

    .lucency .Header-search-click {
        background-image: url(../images/search.png)
    }

    .lucency .Header-search-message {
        background: #fff
    }

    .lucency .Header-search-submit {
        background-image: url(../images/searchw.png)
    }

    .lucency .Header-search-wordsform input {
        background: #fff;
        color: #10436b
    }

    .lucency .Header-search-wordsform input:-moz-placeholder {
        color: #7e8c97
    }

    .lucency .Header-search-wordsform input::-moz-placeholder {
        color: #7e8c97
    }

    .lucency .Header-search-wordsform input:-ms-input-placeholder {
        color: #7e8c97
    }

    .lucency .Header-search-wordsform input::-webkit-input-placeholder {
        color: #7e8c97
    }

    .onSearch .Header-navbar {
        display: block
    }

    .onSearch .Header-search-click {
        background: url(../images/search.png) no-repeat center
    }

    .onSearch .Header-search-click.ontrue {
        background: url(../images/closeh.png) no-repeat center
    }

    .Header-lang {
        height: 60px;
        margin-right: 16px
    }

    .lucency .Header-lang svg {
        color: #10436b
    }

    .Footer-email, .Footer-logo {
        height: 72px
    }

    .Footer-logo img {
        width: 117px
    }

    .Footer-email a {
        width: 200px;
        height: 36px;
        line-height: 36px;
        font-size: 12px
    }

    .Footer-email a span::before {
        margin-right: 4px
    }

    .Footer-navshare {
        padding: 20px 0 18px
    }

    .Footer-navbar {
        width: 100%
    }

    .Footer-navbar ul li {
        width: 100% !important
    }

    .Footer-navclick {
        user-select: none;
        position: relative;
        font-size: 16px
    }

    .Footer-navclick:after {
        content: "";
        width: 14px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        background: url(../images/iconarr.png) no-repeat right center/14px auto
    }

    .Footer-navclick.ontrue:after {
        transform: rotate(180deg)
    }

    .Footer-navwords {
        display: none;
        margin-top: 0
    }

    .Footer-share {
        width: 100%;
        text-align: left;
        margin-top: 16px
    }

    .Footer-share a:nth-child(1) {
        margin-left: 0
    }

    .Footer-column {
        margin-top: 24px
    }

    .Footer-copyright {
        padding: 20px 0 24px
    }

    .Footer-logoemail {
        border-top: 3px solid #009f90
    }
}

.history {
    background: #f9f9f9 url(../images/hbg.jpg) no-repeat top center;
    margin-top: -40px
}

.history-info .in-history {
    font-size: 46px;
    color: #10436b;
    font-weight: 700;
    text-align: center
}

.history-info .hist0ry-bottom {
    width: 1440px;
    position: relative;
    background: url(../images/history.png) no-repeat top center;
    background-size: 100%;
    left: 50%;
    margin-left: -720px;
    margin-top: 104px
}

.history-info .hist0ry-bottom ul {
    height: 1570px
}

.history-info .hist0ry-bottom ul li {
    position: absolute;
    width: 500px
}

.history-info .hist0ry-bottom ul li .box {
    position: relative;
    min-height: 176px;
    padding-left: 188px;
    padding-top: 19px
}

.history-info .hist0ry-bottom ul li .pic {
    width: 176px;
    height: 176px;
    position: absolute;
    top: 0;
    left: 0
}

.history-info .hist0ry-bottom ul li .bt {
    font-size: 32px;
    color: #009f90;
    font-weight: 700;
    font-family: arial
}

.history-info .hist0ry-bottom ul li .jsh {
    font-size: 17px;
    color: #7e8c97;
    line-height: 21px
}

.history-info .hist0ry-bottom ul li:nth-child(1) {
    right: 0;
    top: 173px
}

.history-info .hist0ry-bottom ul li:nth-child(2) {
    top: 21px;
    left: 314px;
    right: auto
}

.history-info .hist0ry-bottom ul li:nth-child(10) .pic, .history-info .hist0ry-bottom ul li:nth-child(12) .pic, .history-info .hist0ry-bottom ul li:nth-child(2) .pic, .history-info .hist0ry-bottom ul li:nth-child(4) .pic, .history-info .hist0ry-bottom ul li:nth-child(8) .pic {
    right: 0;
    left: auto
}

.history-info .hist0ry-bottom ul li:nth-child(10) .box, .history-info .hist0ry-bottom ul li:nth-child(12) .box, .history-info .hist0ry-bottom ul li:nth-child(2) .box, .history-info .hist0ry-bottom ul li:nth-child(4) .box, .history-info .hist0ry-bottom ul li:nth-child(8) .box {
    padding-right: 188px;
    padding-left: 0;
    text-align: right
}

.history-info .hist0ry-bottom ul li:nth-child(3) {
    right: 389px;
    top: 317px
}

.history-info .hist0ry-bottom ul li:nth-child(4) {
    top: 207px;
    left: -100px;
    right: auto
}

.history-info .hist0ry-bottom ul li:nth-child(5) {
    right: 731px;
    top: 499px
}

.history-info .hist0ry-bottom ul li:nth-child(6) {
    right: 746px;
    top: 685px;
    width: 637px
}

.history-info .hist0ry-bottom ul li:nth-child(7) {
    right: 707px;
    top: 882px
}

.history-info .hist0ry-bottom ul li:nth-child(8) {
    top: 1177px;
    left: 0;
    right: auto
}

.history-info .hist0ry-bottom ul li:nth-child(9) {
    right: 342px;
    top: 1017px;
    padding-right: 80px
}

.history-info .hist0ry-bottom ul li:nth-child(10) {
    top: 1311px;
    left: 455px;
    right: auto
}

.history-info .hist0ry-bottom ul li:nth-child(11) {
    right: 0;
    top: 1100px;
    width: 428px
}

.history-info .hist0ry-bottom ul li:nth-child(12) {
    top: 1394px;
    right: 0
}


.history-info .hist0ry-bottom ul li:nth-child(13) {
    top: 1600px;
    right: 0;
}

.history-info .hist0ry-bottom ul li:nth-child(14) {
    top: 1600px;
    right: 500px;
}

.history-info .hist0ry-bottom ul li:nth-child(15) {
    top: 1600px;
    right: 1000px;
}

@media(max-width:1599px) {
    .history-info .hist0ry-bottom {
        transform: scale(.8);
        zoom: .8;
        margin-top: -100px
    }

    .history-info .in-history {
        font-size: 32px
    }
}

@media(max-width:1100px) {
    .history-info .hist0ry-bottom ul {
        height: auto
    }

    .history-info .hist0ry-bottom {
        transform: scale(1);
        zoom: 1;
        margin-top: 0;
        width: 100%;
        left: auto;
        margin-left: 0;
        background: 0 0
    }

    .history-info .hist0ry-bottom ul li {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important
    }

    .history-info .hist0ry-bottom ul li .bt {
        font-size: 22px
    }

    .history-info .hist0ry-bottom ul li .jsh {
        font-size: 15px
    }

    .history-info .hist0ry-bottom ul li .box {
        position: relative;
        min-height: 100px;
        padding-left: 120px
    }

    .history-info .hist0ry-bottom ul li .pic {
        width: 100px;
        height: 100px;
        top: 0;
        left: 0 !important;
        right: auto !important
    }

    .history-info .hist0ry-bottom ul li .pic img {
        width: 100%
    }

    .history-info .hist0ry-bottom ul li:nth-child(10) .box, .history-info .hist0ry-bottom ul li:nth-child(12) .box, .history-info .hist0ry-bottom ul li:nth-child(2) .box, .history-info .hist0ry-bottom ul li:nth-child(4) .box, .history-info .hist0ry-bottom ul li:nth-child(8) .box {
        padding-right: 0;
        padding-left: 120px;
        text-align: left
    }
}

.indwhy ul {
    margin: 0 -21px;
    padding-top: 40px;
    font-size: 0
}

.indwhy ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 21px;
    margin-bottom: 45px
}

.indwhy ul li .box {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 16px 0 rgba(35, 187, 194, .22)
}

.indwhy ul li .pic {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    position: relative;
    background: #00a29b;
    border-radius: 50%
}

.indwhy ul li .box .bt {
    font-size: 18px;
    color: #19466c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
    position: relative
}

.indwhy ul li .box .bt:after {
    content: '';
    display: block;
    width: 33px;
    height: 5px;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    background: #00a29b;
    transition: .3s
}

.indwhy ul li:hover .bt:after {
    width: 53px
}

@media(max-width:1279px) {
    .indwhy ul li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .indwhy ul {
        margin: 0 -10px;
        padding-top: 30px
    }

    .indwhy ul li .box {
        padding: 20px
    }

    .indwhy ul li .pic {
        width: 72px;
        height: 72px
    }

    .indwhy ul li .box .bt {
        font-size: 16px;
        margin-top: 15px
    }

    .indwhy ul li .box .bt:after {
        height: 3px;
        margin: 10px auto 0 auto
    }
}

@media(max-width:768px) {
    .indwhy ul li {
        width: 33.333333%
    }
}

@media(max-width:500px) {
    .indwhy ul li {
        width: 50%
    }
}

.fixed-bar {
    position: fixed;
    right: 10px;
    top: 48%;
    width: 50px;
    z-index: 9
}

@media (max-width:1200px) {
    .fixed-bar {
        display: none
    }
}

.fixed-bar li {
    width: 50px;
    height: 50px;
    background-color: #384347;
    margin-bottom: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.fixed-bar .mail p {
    right: 0;
    padding-left: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 0;
    background: url(../images/f-mail.png) no-repeat 12px center;
    overflow: hidden;
    color: #fff;
    font-size: 14px
}

.fixed-bar .wapp2 p {
    right: 0;
    padding-left: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 0;
    background: url(../images/f-whatapp.png) no-repeat 12px center;
    overflow: hidden;
    color: #fff;
    font-size: 14px
}

.fixed-bar .mail p a {
    color: #fff
}

.fixed-bar .wapp {
    background: #384347 url(../images/f-whatapp.png) no-repeat center
}

.fixed-bar .wapp a {
    width: 50px;
    height: 50px;
    display: block
}

.fixed-bar .wapp:hover {
    background: #009f90 url(../images/f-whatapp.png) no-repeat center
}

.fixed-bar .skype {
    background: #384347 url(../images/skype.png) no-repeat center
}

.fixed-bar .skype a {
    width: 50px;
    height: 50px;
    display: block
}

.fixed-bar .skype:hover {
    background: #009f90 url(../images/skype.png) no-repeat center
}

.fixed-bar .mail p a {
    color: #fff
}

.fixed-bar li:hover p {
    left: -269px;
    width: 270px;
    background-color: #009f90
}

.fixed-bar .mail:hover {
    background-color: #009f90
}

.fixed-bar .wapp2:hover {
    background-color: #009f90
}

.fixed-bar .fixed-facebook {
    background: #009f90 url(../images/ico-facebook.png) no-repeat center
}

.fixed-bar .fixed-facebook a {
    width: 50px;
    height: 50px;
    display: block
}

.fixed-bar .fixed-facebook:hover {
    background: #009f90 url(../images/ico-facebook.png) no-repeat center
}