:root {
    --pad: -webkit-calc(50vw - 845px);
    --pad: calc(50vw - 845px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 720px);
        --pad: calc(50vw - 720px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Moderustic';
    font-weight: bold;
    font-style: normal;

    src: local('Moderustic Bold'), local('Moderustic-Bold'), url('../fonts/Moderustic-Bold.woff2') format('woff2'), url('../fonts/Moderustic-Bold.woff') format('woff'), url('../fonts/Moderustic-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'New Amsterdam';
    font-weight: normal;
    font-style: normal;

    src: local('../fonts/New Amsterdam Regular'), local('NewAmsterdam-Regular'), url('../fonts/NewAmsterdam-Regular.woff2') format('woff2'), url('../fonts/NewAmsterdam-Regular.woff') format('woff'), url('../fonts/NewAmsterdam-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Moderustic';
    font-weight: normal;
    font-style: normal;

    src: local('Moderustic Regular'), local('Moderustic-Regular'), url('../fonts/Moderustic-Regular.woff2') format('woff2'), url('../fonts/Moderustic-Regular.woff') format('woff'), url('../fonts/Moderustic-Regular.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Moderustic', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    padding: 20px;

    color: #222;
    background-color: #f1f2f4;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;

        padding: 10px;
    }
}
.row {
    --bs-gutter-x: 1.875rem;
}
:root {
    scroll-behavior: unset;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
.wrap-map .map-content {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}
[lang=zh-CN] .wrap-map .map-content {
    display: block;
}
[lang=zh-CN] .wrap-map .map {
    display: none;
}
[lang=zh-CN] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1720px) {
    .container {
        max-width: 1690px;
    }
}
@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.fancybox-slide>video {
    padding: 0;
}
.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}
.slick-arrow {
    font-size: 0;
    line-height: 40px;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: -3%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #003f82;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1560px) {
    .slick-arrow {
        left: -3%;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 34px;

        left: -30px;

        width: 34px;
        height: 34px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -15px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e71c';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -3%;
    }
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -15px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    background-color: #58ba93;
}
.arrow-top-right .slick-arrow {
    top: -100px;
    right: 50px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: -54px;
        right: 40px;
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
.slick-dots {
    text-align: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;

    border: 1px solid #58ba93;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #58ba93;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.translate {
    min-width: 158px;
}
@media (max-width: 767px) {
    .translate {
        min-width: 145px;
    }
}
@media (max-width: 767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple {
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li a {
    line-height: 30px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.common-share ul li a:hover {
    color: #003f82;
}
.common-share ul li:after {
    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #eee;
}
.common-share ul li .icon {
    font-size: 20px;
}
.common-share ul li:last-child:after {
    display: none;
}
.formbox {
    margin-top: 10px;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 40px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;

    color: #444;
}
@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    line-height: 30px;

    position: relative;
    z-index: 2;

    width: 100%;
    padding: 10px 40px;

    resize: vertical;
    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
    background: #f9f9f9;
}
@media (max-width: 1400px) {
    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus {
    border-color: #003f82;
}
.formbox form .group-read input {
    font-size: 18px;
    font-weight: bold;

    color: #fff !important;
    border-color: #003f82 !important;
    background-color: #003f82 !important;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -34px;
    left: 40px;

    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.submit-group {
    margin-top: 30px;
}
.submit-group .submit {
    font-weight: bold;

    height: 40px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    background-color: #58ba93;
}
@media (max-width: 991px) {
    .submit-group .submit {
        padding: 0 20px;
    }
}
.submit-group .submit .icon {
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -2px;
    margin-left: 10px;

    vertical-align: middle;
}
.submit-group .submit:hover {
    background-color: #003f82;
}
.wrap-reviews .slick-reviews {
    margin-top: 20px;
}
.wrap-reviews .item {
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 5px;
    background: #f9f9f9;
}
.wrap-reviews .item .title-reviews {
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-reviews .item .title-reviews h4 {
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span {
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon {
    font-size: 12px;

    color: #a41517;
}
.wrap-reviews .item .title-reviews .date {
    font-size: 12px;

    color: #666;
}
.wrap-reviews .item .title-reviews .date .icon {
    float: left;

    margin-right: 4px;

    color: #a41517;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .write-reviews {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 30px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

    border-radius: 5px;
    background: #f9f9f9;
}
.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px 40px;

    border-radius: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 40px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    width: 100%;
    padding: 10px 40px;

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus+label,
.wrap-reviews .write-reviews .message form .group textarea:focus+label,
.wrap-reviews .write-reviews .message form .group input:valid+label,
.wrap-reviews .write-reviews .message form .group textarea:valid+label {
    top: -38px;
    left: 40px;

    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);

    opacity: .8;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 5px;
    background-color: #003f82;
}
.header .logo {
    height: 80px;

    -webkit-transition: all .4s;
    transition: all .4s;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
    }
}
.header .logo img {
    display: block;

    height: 100%;
}
.header .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .pc-search {
    margin-left: 30px;
}
@media (max-width: 1400px) {
    .header .pc-search {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 280px;

    border: 1px dashed #446e89;
    border-radius: 50px;
}
@media (max-width: 1560px) {
    .header .pc-search form {
        width: 220px;
    }
}
@media (max-width: 1400px) {
    .header .pc-search form {
        width: 200px;
    }
}
.header .pc-search form input {
    line-height: 40px;

    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 0 30px;

    color: #fff;
    background: none;
}
@media (max-width: 1400px) {
    .header .pc-search form input {
        padding: 0 20px;
    }
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder {
    color: #fff;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder {
    color: #fff;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder {
    color: #fff;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder {
    color: #fff;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form .submit {
    width: 60px;
    height: 40px;
    padding: 0;

    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #116398;
}
.header .serach-part {
    margin-left: 15px;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .header .serach-part {
        margin-right: 15px;
    }
}
.header .find {
    line-height: 38px;

    display: block;
    display: none;

    width: 38px;
    height: 38px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #003f82;
}
@media (max-width: 1199px) {
    .header .find {
        display: block;
    }
}
.header .find .icon {
    font-size: 20px;

    display: block;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.header .find:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;
    padding: 10px;

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 6px;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 46px;
    height: 60px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 0;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #003f82;
}
.header .language {
    position: relative;

    margin-left: 40px;
}
@media (max-width: 1560px) {
    .header .language {
        margin-left: 20px;
    }
}
.header .language a {
    display: block;

    width: 36px;
}
.header .language a img {
    width: 100%;
}
.header .pc-nav {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav>ul>li {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav>ul>li>a {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 80px;
    padding: 0 25px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li>a {
        padding: 0 24px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        padding: 0 15px;
    }
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    font-weight: bold;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 200px;
    padding: 10px 0;

    text-align: left;

    background: #003f82;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 5px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #58ba93;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 20px 0;

    background-color: #003f82;
}
.header .pc-nav .nav-list3>li>a {
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3>li>a:hover {
    color: #58ba93;
}
.header .cart {
    font-size: 16px;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 20px;
    padding-left: 50px;

    color: #565755;
    border-left: 1px solid #ccc;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .cart {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .cart {
        margin-left: 0;
        padding-left: 0;

        border: none;
    }
}
.header .cart .iconfont {
    font-size: 20px;

    margin-right: 10px;

    -webkit-transition: all .6s;
    transition: all .6s;

    color: #003f82;
}
@media (max-width: 767px) {
    .header .cart .iconfont {
        margin-right: 4px;
    }
}
.header .cart:hover .iconfont {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 375px) {
    .header .btn-menu {
        margin-left: 0;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 30px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap {
        top: auto;
        bottom: 100px;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.online-wrap .btn {
    line-height: 40px;

    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #003f82;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #003f82;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    content: '\e625';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: relative;

    padding: 10px 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;

    border-radius: 100px;
    background: rgba(255, 255, 255, .6);

    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border-radius: 50%;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online-wrap .online a:before {
    font-size: 22px;
}
.online-wrap .online a:hover {
    color: #003f82;
}
.online-wrap .online a .phone-num {
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online a .phone-num p {
    line-height: 44px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    vertical-align: middle;

    color: #fff;
    border-radius: 5px;
    background: #003f82;
}
@media (min-width: 1200px) {
    .online-wrap .online a:hover .phone-num {
        right: 100%;
    }
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e662';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e668';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e716';
}
.online-wrap .icon-cart span {
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 6px;
    right: 6px;

    width: 14px;
    height: 14px;

    color: #fff;
    border-radius: 50%;
    background-color: #003f82;
}
.online-wrap .icon-arrow-top:after {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 20px;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: rgba(34, 34, 34, .2);
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e68f';
}
.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    color: #fff;
    background-color: #003f82;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    /* content: '\e61c'; */
    content: '\e621';
}
.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok>a:before {
    content: '\e828';
}
.xs-online ul li.xs-online-about>a:before {
    content: '\e62a';
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;
    margin-top: 20px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border-radius: 5px;
}
@media (max-width: 767px) {
    .banner {
        margin-top: 10px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .banner-button-prev,
.banner .banner-button-next {
    font-size: 30px;
    font-weight: bold;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 4%;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: .8;
    color: #fff;
}
@media (max-width: 767px) {
    .banner .banner-button-prev,
    .banner .banner-button-next {
        left: 2%;
    }
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
    color: #003f82;
}
.banner .banner-button-next {
    right: 4%;
    left: auto;
}
@media (max-width: 767px) {
    .banner .banner-button-next {
        right: 2%;
    }
}
.banner .banner-button-next:before {
    content: '\e625';
}
.banner .swiper-pagination-progressbar {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 6px;
    left: 50%;
    margin-left: -50px;
    bottom: 10px;
    /*    margin-left: 60px;*/

    background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
}

.swiper-pagination-bullet {
    width: 60px;
    height: 10px;
    border-radius: 6px;
    background: #000;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #5ab994
}
@media (max-width: 767px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px;
    }
    .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
        border-radius: 6px;
        background: #000;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background: #5ab994
    }
}
@media (max-width: 1199px) {
    .banner .swiper-pagination-progressbar {
        /*        margin-left: 20px;*/
    }
}
@media (max-width: 767px) {
    .banner .swiper-pagination-progressbar {
        margin-left: 0;
    }
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -1px;

    height: 3px;

    background-color: #58ba93;
}
.banner .item {
    position: relative;
    display: block;
    overflow: hidden;

}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*.item-video{
  max-height: 700px;
}
@media (max-width: 767px) {
    .item-video{
        max-height: 180px;
    }
}*/
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 50%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: #003f82 !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in {
    position: relative;

    overflow: hidden;

    margin-top: 20px;

    border-radius: 5px;
}
@media (max-width: 767px) {
    .banner-in {
        margin-top: 10px;
    }
}
.banner-in img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .banner-location {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 65px);
    top: calc(50% + 65px);
    left: 50%;

    width: 100%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-location {
        top: -webkit-calc(50% + 45px);
        top: calc(50% + 45px);
    }
}
.banner-in .banner-location h2 {
    font-size: 48px;
    line-height: 1.3;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner-in .banner-location h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-location h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-location h2 {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .banner-in .banner-location .location ul {
        font-size: 14px;
    }
}
.banner-in .banner-location .location ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner-in .banner-location .location ul li:after {
    margin: 0 6px;

    content: '>';
}
.banner-in .banner-location .location ul li:last-child:after {
    display: none;
}
.banner-in .banner-location .location a {
    font-size: 16px;
    line-height: 26px;

    display: block;

    text-transform: capitalize;
}
.banner-in .banner-location .location a:hover {
    text-decoration: underline;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    position: relative;
    z-index: 3;

    overflow: hidden;

    margin-top: 20px;
    padding: 130px 0;

    border-radius: 5px;

    border: 10px solid #fff;
}
@media (max-width: 1560px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .box {
        margin-top: 10px;
        padding: 50px 0;
    }
}
.common-more a {
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #6c8379;
    border-radius: 50px;
    background: #e8f2ee;
}
@media (max-width: 991px) {
    .common-more a {
        font-size: 14px;
        line-height: 30px;
    }
}
.common-more a .iconfont {
    font-size: 12px;

    margin-left: 10px;

    color: #58ba93;
}
.common-more a:hover {
    color: #fff;
    border-color: #003f82;
    background-color: #003f82;
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.title h2 {
    font-family: 'New Amsterdam', Arial;
    font-size: 75px;
    line-height: 1.06666667;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 66px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 56px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
.title h2 span {
    color: #003f82;
}
.title p {
    line-height: 1.41176471;

    max-width: 1300px;
    margin: 0 auto;
}
.common-product-item {
    display: block;

    padding: 10px;

    border-radius: 5px;
    background: #f1f2f4;
}
.common-product-item .img-box {
    padding-bottom: 92.10526316%;

    mix-blend-mode: multiply;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 5px;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1560px) {
    .common-product-item .text {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .common-product-item .text {
        padding: 10px 15px;
    }
}
.common-product-item .text .note {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.common-product-item .text .title-product {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-product-item .text .addcart {
    font-size: 15px;
    line-height: 1.6;

    display: inline-block;

    margin-top: 4px;

    color: #003f82;
}
.common-product-item .text .addcart:hover {
    text-decoration: underline;
}
.common-product-item .text .more {
    line-height: 35px;

    display: block;

    width: 35px;
    height: 35px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #58ba93;
}
@media (min-width: 1200px) {
    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .text {
        color: #fff;
        background-color: #003f82;
    }
    .common-product-item:hover .text .addcart {
        color: #fff;
    }
}
.box-products {
    background: #fff;
}
.box-products .products-more {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    color: #003f82;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .box-products .products-more {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .box-products .products-more {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-products .products-more {
        font-size: 14px;
    }
}
.box-products .products-more .iconfont {
    font-size: 20px;
    font-weight: normal;

    float: left;

    margin-top: -2px;
    margin-right: 10px;
}
.box-products .products-more span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#003f82), to(#003f82));
    background-image: -webkit-linear-gradient(left, #003f82 0%, #003f82 100%);
    background-image: linear-gradient(to right, #003f82 0%, #003f82 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-products .products-more:hover span {
    background-size: 100% 1px;
}
.box-products .products {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .box-products .products {
        margin-top: 20px;
    }
}
.common-play {
    width: 50px;
    height: 50px;

    cursor: pointer;
}
.common-play span {
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
    height: 100%;

    color: #fff;
    border-radius: 50%;
    background-color: #003f82;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.common-play span .icon {
    font-size: 18px;
}
.common-play::before,
.common-play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
}
.common-play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.common-play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.box-about {
    padding-bottom: 270px;
}
@media (min-width: 1200px) {
    .box-about {
        background-attachment: fixed;
    }
}
@media (max-width: 991px) {
    .box-about {
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    .box-about {
        padding-bottom: 60px;
    }
}
.box-about .common-play {
    position: absolute;
    z-index: 6;
    top: 50%;
    right: 31%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .box-about .common-play {
        right: 20%;
    }
}
@media (max-width: 767px) {
    .box-about .common-play {
        position: relative;
        top: 0;
        right: auto;

        margin: 0 auto;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.box-about .about-content {
    position: relative;

    width: 100%;
    max-width: 570px;
}
@media (max-width: 1199px) {
    .box-about .about-content {
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .box-about .about-content {
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .box-about .about-content {
        max-width: 100%;
    }
}
.box-about .about-content:before,
.box-about .about-content:after {
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 5px;
    background: rgba(88, 186, 147, .1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
}
.box-about .about-content:after {
    top: 40px;
}
.box-about .about {
    position: relative;
    z-index: 6;

    padding: 40px 60px;

    color: #fff;
    border-radius: 5px;
    background: rgba(88, 186, 147, .95);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .box-about .about {
        padding: 40px;
    }
}
@media (max-width: 991px) {
    .box-about .about {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .box-about .about {
        padding: 20px 30px 20px 20px;
    }
}
.box-about .about .slick-active .item {
    opacity: 1;
}
.box-about .about .item {
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: 0;
}
.box-about .about .item .icon {
    width: 40px;
}
.box-about .about .item .icon img {
    width: 100%;
}
.box-about .about .item .title-about {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin-top: 20px;
}
.box-about .about .item .note {
    overflow-y: auto;

    min-height: 100px;
    margin-top: 14px;
}
@media (max-width: 767px) {
    .box-about .about .item .note {
        min-height: 130px;
    }
}
.box-about .about .item .note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.box-about .about .item .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.box-about .about .item .note::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
.box-about .about .item .note p {
    font-size: 18px;
    line-height: 1.44444444;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-about .about .item .note p {
        font-size: 16px;
        line-height: 1.625;
    }
}
.box-about .slick-dots {
    position: absolute;
    top: 50%;
    right: -26px;

    width: 7px;
    margin: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .box-about .slick-dots {
        right: -16px;
    }
}
.box-about .slick-dots li {
    display: block;

    width: 7px;
    height: 7px;
    margin: 10px 0;

    cursor: pointer;

    background-color: rgba(255, 255, 255, .5);
}
.box-about .slick-dots .slick-active {
    background-color: #fff;
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.box-news {
    background-color: #fff;
}
.box-news .news {
    width: 60%;
    padding-right: 8%;
}
@media (max-width: 991px) {
    .box-news .news {
        width: 100%;
        padding-right: 0;
    }
}
.box-news .news .news-list>ul>li {
    border-bottom: 1px dashed #ccc;
}
.box-news .news .news-list>ul>li:last-child {
    border: none;
}
.box-news .news .news-list .item {
    display: block;

    padding: 30px 0;
}
@media (max-width: 1560px) {
    .box-news .news .news-list .item {
        padding: 20px 0;
    }
}
.box-news .news .news-list .item .title-news {
    font-size: 18px;
    line-height: 1.55555556;

    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news .news .news-list .item .title-news {
        font-size: 16px;
        line-height: 1.625;

        max-height: 52px;
    }
}
.box-news .news .news-list .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
    background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
    background-image: linear-gradient(to right, #222 0%, #222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-news .news .news-list .item .date {
    font-family: 'New Amsterdam';
    font-size: 24px;
    line-height: 1;

    margin-top: 30px;

    color: #58ba93;
}
@media (max-width: 1199px) {
    .box-news .news .news-list .item .date {
        font-size: 20px;

        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .box-news .news .news-list .item .date {
        font-size: 18px;

        margin-top: 14px;
    }
}
.box-news .news .news-list .item:hover .title-news span {
    background-size: 100% 1px;
}
.box-news .pic {
    overflow: hidden;

    width: 40%;
    height: 100%;

    border-radius: 5px;
}
@media (max-width: 991px) {
    .box-news .pic {
        display: none;
    }
}
.box-news .pic img {
    width: 100%;
}
.footer {
    font-size: 16px;
    line-height: 1.625;

    overflow: hidden;

    margin-top: 20px;

    color: #fff;
}
@media (max-width: 1199px) {
    .footer {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .footer {
        font-size: 14px;
    }
}
.footer .foot {
    padding: 140px 0;

    border-radius: 5px;
    background-color: #003f82;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 120px 0;
    }
}
@media (max-width: 1470px) {
    .footer .foot {
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot-logo {
    display: inline-block;

    height: 50px;
}
@media (max-width: 767px) {
    .footer .foot-logo {
        height: 40px;
    }
}
.footer .foot-logo img {
    height: 100%;
}
.footer .foot-text {
    max-width: 470px;
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 400px;
    }
}
.footer .foot-text .foot-info {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .footer .foot-text .foot-info {
        margin-top: 20px;
    }
}
.footer .foot-text .foot-info p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
}
.footer .foot-text .foot-info p b {
    font-weight: normal;

    min-width: 70px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-text .foot-info p a:hover {
    color: #003f82;
}
.footer .foot-text .share {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .footer .foot-text .share {
        margin-top: 20px;
    }
}
.footer .foot-text .share>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .foot-text .share>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .foot-text .share>ul>li:after {
    font-size: 20px;

    display: block;

    margin: 0 24px;
    margin-top: 2px;

    content: '|';

    color: rgba(255, 255, 255, .15);
}
@media (max-width: 767px) {
    .footer .foot-text .share>ul>li:after {
        margin: 0 10px;
    }
}
.footer .foot-text .share>ul>li:last-child:after {
    display: none;
}
.footer .foot-text .share>ul>li>a {
    font-size: 20px;
    line-height: 1.33333333;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .foot-text .share>ul>li>a .iconfont {
    font-size: inherit;
}
.footer .foot-text .share>ul>li>a:hover {
    color: #58ba93;
}
.footer .foot-text .translate {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .foot-text .translate {
        margin-top: 20px;
    }
}
.footer .title-foot h3 {
    font-family: 'New Amsterdam';
    font-size: 52px;
    line-height: 52px;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1560px) {
    .footer .title-foot h3 {
        font-size: 42px;
    }
}
@media (max-width: 1470px) {
    .footer .title-foot h3 {
        font-size: 38px;
    }
}
@media (max-width: 1400px) {
    .footer .title-foot h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .footer .title-foot h3 {
        font-size: 28px;
        line-height: 30px;
    }
}
@media (max-width: 991px) {
    .footer .title-foot h3 {
        font-size: 24px;
    }
}
.footer .title-foot p {
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 767px) {
    .footer .title-foot p {
        font-size: 15px;

        margin-top: 10px;
    }
}
.footer .foot-nav {
    max-width: 300px;
}
@media (max-width: 767px) {
    .footer .foot-nav {
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 26px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin-top: 0;
    }
}
.footer .foot-nav .foot-info a {
    position: relative;

    display: block;

    padding: 6px 0 6px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .foot-nav .foot-info a:before {
    position: absolute;
    top: 8px;
    left: 0;

    content: '-';
}
.footer .foot-nav .foot-info a:hover {
    color: #58ba93;
}
.footer .foot-message {
    width: 100%;
    max-width: 500px;
}
@media (max-width: 1560px) {
    .footer .foot-message {
        max-width: 400px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-message form>ul {
    margin: 0 -8px;
}
.footer .foot-message form>ul>li {
    margin-top: 20px;
    padding: 0 8px;
}
@media (max-width: 767px) {
    .footer .foot-message form>ul>li {
        margin-top: 10px;
    }
}
.footer .foot-message form input,
.footer .foot-message form textarea {
    line-height: 25px;

    width: 100%;
    padding: 10px 20px;

    resize: vertical;

    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}
@media (max-width: 767px) {
    .footer .foot-message form input,
    .footer .foot-message form textarea {
        padding: 10px;
    }
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .copyright {
    font-size: 15px;
    line-height: 2;

    margin-top: 10px;
    padding: 15px 0;

    border-radius: 5px;
    background: #121212;
}
@media (max-width: 767px) {
    .footer .copyright {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright .cnzz {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .footer .copyright .cnzz {
        margin-right: 0;
    }
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .copyright .link a {
    line-height: 30px;

    margin-left: 20px;
}
.footer .copyright a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright a:hover {
    color: #58ba93;
}
.func {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.func .foot-submit-group .submit {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;

    height: 40px;
    padding: 0 34px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 50px;
    background-color: #58ba93;
}
@media (max-width: 767px) {
    .func .foot-submit-group .submit {
        font-size: 14px;

        padding: 0 20px;
    }
}
.func .foot-submit-group .submit .iconfont {
    font-size: 18px;

    display: inline-block;

    margin-top: -4px;
    margin-left: 10px;

    vertical-align: middle;

    color: #fff;
}
.func .foot-submit-group .submit:hover {
    background-color: rgba(255, 255, 255, .5);
}
.func .upload-btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    color: #fff;
    background: none;
}
.func .upload-btn:after {
    font-weight: normal;

    display: inline-block;

    margin-left: 4px;

    content: '+';
    vertical-align: middle;
}
.func .upload-btn.active:after {
    content: '-';
}
.func .upload-btn:hover {
    color: #58ba93;
}
.upload-box {
    display: none;

    margin-top: 30px;
}
.upload-box .tit {
    font-size: 16px;
    line-height: 1.5;
}
.upload-box .upload-wrap {
    margin-top: 10px;

    text-align: center;
}
.upload-box .upload-wrap h3 {
    font-size: 34px;

    margin: 0 0 35px;
}
@media (max-width: 1199px) {
    .upload-box .upload-wrap h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .upload-box .upload-wrap h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .upload-box .upload-wrap h3 {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.upload-box .upload-wrap .file-input {
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}
.upload-box .upload-wrap .file-preview {
    padding: 0;

    border: none;
}
.upload-box .upload-wrap .file-drop-zone {
    min-height: 180px;
    margin: 0;
}
@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone {
        min-height: 100px;
    }
}
.upload-box .upload-wrap .file-drop-zone.clickable:hover {
    border: 1px dashed #003f82;
}
.upload-box .upload-wrap .file-caption-main {
    padding: 0 20px;
}
.upload-box .upload-wrap .file-caption-main>.file-caption {
    display: none;
}
.upload-box .upload-wrap .file-caption-name {
    display: none !important;
}
.upload-box .upload-wrap .input-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.upload-box .upload-wrap .input-group>* {
    margin-top: 10px;
    margin-left: 5px !important;
}
@media (max-width: 575.98px) {
    .upload-box .upload-wrap .input-group .btn {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .input-group-btn {
    text-align: right;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>* .glyphicon {
        font-size: .9em;
    }
}
.upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
    display: inline-block !important;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .input-group-btn>*>span.hidden-xs {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .fileinput-upload-button {
    display: inline-block;
}
.upload-box .upload-wrap .btn-file {
    border-color: #003f82;
    border-radius: 0 !important;
    background-color: #003f82;
}
.upload-box .upload-wrap .kv-upload-progress {
    padding: 0 15px;
}
.upload-box .upload-wrap .file-thumb-progress {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}
.upload-box .upload-wrap .file-preview-thumbnails {
    padding: 0 5px;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-thumbnails {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.upload-box .upload-wrap .file-live-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.upload-box .upload-wrap .file-drop-zone-title {
    font-size: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 160px;
    padding: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        min-height: 80px;
    }
}
.upload-box .upload-wrap .file-drop-zone-title span {
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-drop-zone-title {
        font-size: 1em;

        padding: 10px 0;
    }
}
.upload-box .upload-wrap .file-preview-frame {
    display: block;

    width: 150px;
    max-width: -webkit-calc(20% - 16px) !important;
    max-width: calc(20% - 16px) !important;
    height: auto !important;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1399px) {}
@media (max-width: 991px) {
    .upload-box .upload-wrap .file-preview-frame {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width: calc(25% - 16px) !important;
    }
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-preview-frame .file-other-icon {
        font-size: 10vw;
    }
}
@media (max-width: 575px) {}
.upload-box .upload-wrap .file-preview-frame .kv-file-content {
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content>* {
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}
.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer {
    height: auto;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other {
    position: absolute;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon {
    display: block;
}
.upload-box .upload-wrap .krajee-default .file-footer-caption {
    margin-bottom: 0;
}
.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info {
    width: 100%;
    height: auto;
}
.upload-box .upload-wrap .file-upload-indicator .glyphicon {
    font-size: 16px;

    display: block;
}
.upload-box .upload-wrap .file-thumbnail-footer {
    position: initial;
}
.upload-box .upload-wrap .file-footer-buttons {
    float: none;
}
.upload-box .upload-wrap .file-footer-buttons>button {
    display: none !important;
}
.upload-box .upload-wrap .file-footer-buttons>button.kv-file-remove {
    display: block !important;

    border: none;
}
.upload-box .upload-wrap .file-actions {
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.upload-box .upload-wrap .file-caption-icon {
    display: none !important;
}
.upload-box .upload-wrap .file-footer-caption {
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}
@media (max-width: 767px) {
    .upload-box .upload-wrap .file-footer-caption {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .file-footer-caption samp {
    display: none;
}
.upload-box .upload-wrap .kv-fileinput-error .close {
    position: relative;
    z-index: 2;
}
.wrap {
    margin-top: 20px;
    padding: 40px 0 130px;

    border-radius: 5px;
    background-color: #fff;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 40px 0 100px;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 40px 0 80px;
    }
}
@media (max-width: 1199px) {
    .wrap {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 30px 0 50px;
    }
}
.wrap-130 {
    padding: 130px 0;
}
@media (max-width: 1560px) {
    .wrap-130 {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .wrap-130 {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .wrap-130 {
        padding: 50px 0;
    }
}
.wrap-location .location>ul {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 38px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-location .location>ul {
        padding-left: 28px;
    }
}
.wrap-location .location>ul:before {
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/location-icon.svg) no-repeat center;
    background-size: cover;
}
.wrap-location .location>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-location .location>ul>li:after {
    margin: 0 4px;

    content: '>';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    display: block;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li>a {
        line-height: 20px;

        padding: 5px 0;
    }
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;
}
.wrap-left,
.wrap-right {
    border-radius: 5px;
    background-color: #fff;
}
.wrap-left {
    width: 30%;
    padding: 40px 20px 40px -webkit-calc(var(--pad) - 20px);
    padding: 40px 20px 40px calc(var(--pad) - 20px);
}
@media (max-width: 1199px) {
    .wrap-left {
        display: none;
    }
}
.wrap-right {
    width: -webkit-calc(70% - 10px);
    width: calc(70% - 10px);
    padding: 40px var(--pad) 130px 20px;
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        padding: 40px var(--pad) 100px;
    }
}
@media (max-width: 767px) {
    .wrap-right {
        padding: 30px 15px 60px;
    }
}
.wrap-menu .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .wrap-menu .menu ul {
        margin: 0 -5px;
    }
}
.wrap-menu .menu ul li {
    margin: 10px 0;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-menu .menu ul li {
        padding: 0 5px;
    }
}
.wrap-menu .menu ul li a {
    line-height: 40px;

    display: block;

    min-width: 200px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid #6c8379;
    border-radius: 50px;
    background: #e8f2ee;
}
@media (max-width: 991px) {
    .wrap-menu .menu ul li a {
        min-width: 150px;
    }
}
.wrap-menu .menu ul li.active a,
.wrap-menu .menu ul li:hover a {
    color: #fff;
    background-color: #003f82;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    font-family: 'New Amsterdam', Arial;
    font-size: 62px;
    line-height: 1.06666667;

    margin-top: 20px;

    text-transform: uppercase;

    color: #003f82;
}
@media (max-width: 1560px) {
    .wrap-sidenav .title-sidenav {
        font-size: 56px;
    }
}
@media (max-width: 1470px) {
    .wrap-sidenav .title-sidenav {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .wrap-sidenav .title-sidenav {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav .title-sidenav {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .wrap-sidenav .title-sidenav {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-sidenav .title-sidenav {
        font-size: 24px;
    }
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;

    padding: 30px 0;
}
.wrap-sidenav .sidenav span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-top: 10px;

    border-radius: 5px;
    background: #f1f2f4;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 17px;
    line-height: 25px;

    position: relative;

    display: block;

    padding: 15px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-1>li.active,
.wrap-sidenav .sidenav .slevel-1>li:hover {
    color: #fff;
    background-color: #58ba93;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    font-weight: bold;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    position: relative;

    display: none;

    padding: 10px 30px;
}
.wrap-sidenav .sidenav .slevel-2:before {
    position: absolute;
    top: 0;
    left: 30px;

    display: block;

    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);

    content: '';

    border-top: 1px dashed #fff;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 1.625;

    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '-';
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 20px 0 0 0;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}
.xs-product-nav ul>li>a {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 4px 10px;

    text-transform: capitalize;

    border: 1px solid #dcdcdc;
    border-radius: 5px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        font-size: 13px;
        line-height: 20px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #58ba93;
    background-color: #58ba93;
}
.wrap-about .about {
    overflow: hidden;

    margin-top: 30px;
}
.wrap-about .about-left {
    padding-top: 30px;
}
.wrap-about .about-left .note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-about .about-left .note {
        margin-top: 14px;
    }
}
.wrap-about .about-left .note p {
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #333;
}
@media (max-width: 1199px) {
    .wrap-about .about-left .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about-left .note p {
        font-size: 14px;
    }
}
.wrap-about .video {
    position: relative;

    float: right;
    overflow: hidden;

    width: 38%;
    height: 100%;
    margin-left: 5%;

    border-radius: 5px;
}
@media (max-width: 767px) {
    .wrap-about .video {
        float: none;

        width: 100%;
        margin-left: 0;
    }
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .video .common-play {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.common-item {
    padding: 10px;

    cursor: pointer;

    border-radius: 5px;
    background: #f1f2f4;
}
.common-item .img-box {
    padding-bottom: 68.42105263%;
}
.common-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-item .title-item {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 5px;
    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .common-item .title-item {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    .common-item .title-item {
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .common-item .title-item {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.common-item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.common-item:hover .title-item {
    color: #fff;
    background-color: #003f82;
}
.wrap-factory .factory {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-factory .factory {
        margin-top: 20px;
    }
}
.wrap-factory .factory .slick-slide {
    margin: 0 -10px;
}
.wrap-factory .factory .slick-slide>div>div {
    padding: 10px;
}
.wrap-history .title h2:after {
    display: block;

    width: 100px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #58ba93;
}
.wrap-history .history-for {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-history .history-for {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-history .history-for {
        margin-top: 30px;
    }
}
.wrap-history .history-for .slick-slide {
    padding: 10px;
}
.wrap-history .history-for .slick-arrow {
    left: -12%;
}
@media (max-width: 767px) {
    .wrap-history .history-for .slick-arrow {
        left: -15px;
    }
}
.wrap-history .history-for .slick-arrow.slick-next {
    right: -12%;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-history .history-for .slick-arrow.slick-next {
        right: -15px;
    }
}
.wrap-history .history-for .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .06);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-history .history-for .item .pic {
    overflow: hidden;

    width: 400px;

    border-radius: 5px;
}
@media (max-width: 1199px) {
    .wrap-history .history-for .item .pic {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .wrap-history .history-for .item .pic {
        width: 100%;
    }
}
.wrap-history .history-for .item .pic .img-box {
    padding-bottom: 75%;
}
.wrap-history .history-for .item .text {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 30px 10%;
}
@media (max-width: 1400px) {
    .wrap-history .history-for .item .text {
        padding: 30px 5%;
    }
}
@media (max-width: 1199px) {
    .wrap-history .history-for .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .wrap-history .history-for .item .text {
        width: 100%;
    }
}
.wrap-history .history-for .item .text p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55555556;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-history .history-for .item .text p {
        font-size: 16px;
    }
}
.wrap-history .history-nav {
    position: relative;

    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-history .history-nav {
        margin-top: 0;
    }
}
.wrap-history .history-nav:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    border-top: 1px dashed #ccc;
}
.wrap-history .history-nav .item {
    position: relative;

    text-align: center;
}
.wrap-history .history-nav .item:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-history .history-nav .item .title-history-top,
.wrap-history .history-nav .item .title-history-bottom {
    font-family: 'New Amsterdam', Arial;
    font-size: 34px;

    margin: 80px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #777;
}
@media (max-width: 1400px) {
    .wrap-history .history-nav .item .title-history-top,
    .wrap-history .history-nav .item .title-history-bottom {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-history .history-nav .item .title-history-top,
    .wrap-history .history-nav .item .title-history-bottom {
        margin: 60px 0;
    }
}
@media (max-width: 767px) {
    .wrap-history .history-nav .item .title-history-top,
    .wrap-history .history-nav .item .title-history-bottom {
        font-size: 24px;

        margin: 40px 0;
    }
}
.wrap-history .history-nav .item .title-history-top {
    opacity: 0;
}
.wrap-history .history-nav .slick-center .item:before {
    border: 4px solid #58ba93;
}
.wrap-history .history-nav .slick-center .item .title-history-top {
    opacity: 1;
    color: #003f82;
}
.wrap-history .history-nav .slick-center .item .title-history-bottom {
    opacity: 0;
}
.wrap-team .team {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-team .team {
        margin-top: 20px;
    }
}
.wrap-honor .honor {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-honor .honor {
        margin-top: 20px;
    }
}
.wrap-honor .honor .common-item .img-box {
    padding-bottom: 135.71428571%;
}
.wrap-contact .contact>ul {
    margin: 0 -25px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact>ul {
        margin: 0 -15px;
    }
}
.wrap-contact .contact>ul>li {
    margin-top: 50px;
    padding: 0 25px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact>ul>li {
        margin-top: 40px;
        padding: 0 15px;
    }
}
.wrap-contact .contact .item {
    position: relative;

    height: 100%;
    padding: 40px 5% 80px 5%;

    text-align: center;

    border-radius: 5px;
    background: #f9f9f9;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item {
        padding: 30px 5% 50px 5%;
    }
}
.wrap-contact .contact .item .icon {
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0 auto;

    color: #fff;
    border-radius: 50%;
    background-color: #003f82;
}
.wrap-contact .contact .item p {
    line-height: 1.625;

    margin: 20px 0 0 0;
}
.wrap-contact .contact .item a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .item a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#58ba93), to(#58ba93));
    background-image: -webkit-linear-gradient(left, #58ba93 0%, #58ba93 100%);
    background-image: linear-gradient(to right, #58ba93 0%, #58ba93 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-contact .contact .item a:hover {
    color: #58ba93;
}
.wrap-contact .contact .item a:hover span {
    background-size: 100% 1px;
}
.wrap-contact .contact .item b {
    font-family: 'New Amsterdam';
    font-size: 45px;
    font-weight: normal;
    line-height: 54px;

    position: absolute;
    z-index: 6;
    bottom: -27px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    color: #58ba93;
}
@media (max-width: 1400px) {
    .wrap-contact .contact .item b {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item b {
        font-size: 26px;
    }
}
.wrap-contact .contact .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-contact .message-map {
    padding-top: 100px;
}
@media (max-width: 1560px) {
    .wrap-contact .message-map {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message-map {
        padding-top: 60px;
    }
}
.wrap-contact .message .title {
    font-size: 65px;
}
@media (max-width: 1560px) {
    .wrap-contact .message .title {
        font-size: 56px;
    }
}
@media (max-width: 1470px) {
    .wrap-contact .message .title {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .message .title {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message .title {
        font-size: 30px;
    }
}
.wrap-product {
    background: none;
}
.wrap-product .product>ul {
    margin: 0 -10px;
    margin-top: -20px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul {
        margin-top: -15px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 15px;
    }
}
#productcontent {
    position: relative;
    top: -150px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show {
    margin-top: 20px;

    background: none;
}
.wrap-product-show .product-show {
    padding: 40px 0 80px;

    border-radius: 5px;
    background-color: #fff;
}
.wrap-product-show .product-show-top {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top {
        margin-top: 14px;
    }
}
.wrap-product-show .product-show-top p {
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #333;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-top p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show-top p {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;

    border: 1px solid #ddd;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .item {
        border-radius: 5px;
    }
}
.wrap-product-show .carousel-wrap .item .img-box {
    padding-bottom: 92.10526316%;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    width: 79.5%;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .zoom {
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-arrow {
    left: 2%;
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}
.wrap-product-show .slider-nav {
    font-size: 0;

    width: -webkit-calc(20.5% - 30px);
    width: calc(20.5% - 30px);
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -16px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 16px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    cursor: pointer;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #003f82;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .5;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 32px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 32px;
    height: 32px;

    content: '\e726';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 50%;
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #003f82;
}
.wrap-product-show .info-box {
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box {
    padding: 15px 5%;

    color: #fff;
    border-radius: 5px;
    background-color: #58ba93;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box {
        padding: 15px;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;

    margin: 0;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .info {
    margin-top: 30px;
    padding: 0 5%;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .info {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .info {
        padding: 0;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share-link {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .share-link {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .share-link {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share-link {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 10px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link {
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .link {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link ul {
        margin: 0 -5px;
    }
}
.wrap-product-show .info-box .link ul li {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link ul li {
        padding: 0 5px;
    }
}
.wrap-product-show .info-box .link a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    min-width: 170px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: #003f82;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link a {
        min-width: 150px;
    }
}
.wrap-product-show .info-box .link a span {
    font-size: 13px;
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-left: 10px;

    vertical-align: middle;

    border-radius: 5px;
    background-color: #0c55a3;
}
.wrap-product-show .info-box .link .active a {
    background-color: #58ba93;
}
.wrap-product-show .info-box .link .active a span {
    background-color: #1d9f6b;
}
.wrap-product-show .product-show-info {
    margin-top: 20px;
}
.wrap-product-show .stickybox {
    margin-top: 20px;
    padding: 60px 0;

    border-radius: 5px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    color: #fff;
    border-radius: 5px;
    background: #003f82;
}
.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -20px;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li {
    padding: 0 3vw;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
    }
}
.wrap-product-show .wrap-show-menu ul li a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    font-weight: bold;

    color: #fff;
}
.wrap-product-show .wrap-show-menu ul li.active a span {
    background-size: 100% 1px;
}
.wrap-product-show .title-in h3 {
    font-family: 'New Amsterdam', Arial;
    font-size: 50px;
    line-height: 1.06666667;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-in h3 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .title-in h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .title-in h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-in h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-in h3 {
        font-size: 26px;
    }
}
.wrap-product-show .title-in h3 span {
    color: #003f82;
}
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p {
    font-size: 16px;
    line-height: 1.75;
}
.wrap-product-show .wrap-reviews .slick-reviews {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-reviews .slick-reviews {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-related {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-news .news>ul>li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-news .news>ul>li {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news>ul>li {
        margin-top: 30px;
    }
}
.wrap-news .news .item .img-box {
    padding-bottom: 57.69230769%;

    border-radius: 5px;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    padding: 30px 20px;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .text {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        padding: 15px 0 0 0;
    }
}
.wrap-news .news .item .title-news {
    font-size: 18px;
    line-height: 1.55555556;

    display: -webkit-box;
    overflow: hidden;

    max-height: 84px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .title-news {
        font-size: 16px;
        line-height: 1.5;

        max-height: 72px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .title-news {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
    background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
    background-image: linear-gradient(to right, #222 0%, #222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .item .date {
    font-family: 'New Amsterdam', Arial;
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 5px;
    background-color: #003f82;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .date {
        font-size: 18px;

        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .date {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
    .wrap-news .news .item:hover .date {
        background-color: #58ba93;
    }
}
.wrap-details .title-details {
    margin-top: 30px;
}
.wrap-details .title-details h2 {
    font-family: 'New Amsterdam';
    font-size: 34px;
    line-height: 1.2;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
.wrap-details .title-details .date {
    font-family: 'New Amsterdam', Arial;
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    margin-top: 30px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 5px;
    background-color: #003f82;
}
@media (max-width: 1199px) {
    .wrap-details .title-details .date {
        font-size: 18px;

        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details .date {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details .date {
        margin-top: 20px;
    }
}
.wrap-details .details {
    margin-top: 30px;
}
.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

    content: '\eb60';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #003f82;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wrap-service {
    overflow: visible;

    background: none;
}
@media (max-width: 767px) {
    .wrap-service {
        overflow: hidden;
    }
}
.wrap-service .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-service .item:nth-child(2n) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-service .item:nth-child(1) .text {
    padding-top: 70px;
}
.wrap-service .item .pic {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;

    overflow: hidden;

    width: 40%;
    height: 100%;

    border-radius: 5px;
}
@media (max-width: 1199px) {
    .wrap-service .item .pic {
        top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-service .item .pic {
        position: relative;
        top: 0;

        width: 100%;
    }
}
.wrap-service .item .pic img {
    width: 100%;
}
.wrap-service .item .text {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
    padding: 40px 5%;

    border-radius: 5px;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .wrap-service .item .text {
        padding: 30px 3%;
    }
}
@media (max-width: 767px) {
    .wrap-service .item .text {
        width: 100%;
    }
}
.wrap-service .item .text .wrap-location {
    position: absolute;
    top: 30px;
    left: 8.5%;
}
@media (max-width: 1400px) {
    .wrap-service .item .text .wrap-location {
        left: 5%;
    }
}
.wrap-service .item .text .title-service {
    font-family: 'New Amsterdam', Arial;
    font-size: 62px;
    line-height: 1.06666667;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .wrap-service .item .text .title-service {
        font-size: 56px;
    }
}
@media (max-width: 1470px) {
    .wrap-service .item .text .title-service {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .wrap-service .item .text .title-service {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .wrap-service .item .text .title-service {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .wrap-service .item .text .title-service {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-service .item .text .title-service {
        font-size: 24px;
    }
}
.wrap-service .item .text .title-service span {
    color: #003f82;
}
.wrap-service .item .text .note {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .wrap-service .item .text .note {
        margin-top: 14px;
    }
}
.wrap-service .item .text .note p {
    font-size: 17px;
    line-height: 1.76470588;

    margin: 0;

    color: #333;
}
@media (max-width: 1560px) {
    .wrap-service .item .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    .wrap-service .item .text .note p {
        line-height: 1.625;
    }
}
@media (max-width: 991px) {
    .wrap-service .item .text .note p {
        font-size: 14px;
    }
}
.wrap-sitemap .title {
    margin-top: 30px;
}
.wrap-sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: #003f82;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #003f82;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #003f82;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #003f82;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li {
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>a {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul {
        margin-top: 0;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
    position: relative;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #003f82;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #003f82;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #003f82;
}
.wrap-nosearch {
    margin-bottom: 30px;
}
.wrap-nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(0, 63, 130, .5);
    border-radius: 5px;
    background-color: rgba(0, 63, 130, .1);
}
.wrap-nosearch .title {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title h2 {
        font-size: 50px;
    }
}
.page-box {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .page-box {
        margin-top: 40px;
    }
}
.pagination {
    display: inline-block;
}
@media (max-width: 1199px) {
    .pagination {
        padding: 5px;
    }
}
.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 20px;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    min-width: 30px;
    height: 40px;
    margin: 0 6px;
    padding: 0 5px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        font-weight: bold;

        color: #58ba93;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 18px;
    }
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        font-weight: bold;

        color: #58ba93;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 14px;

        min-width: 24px;
        height: 32px;
        margin: 0 3px;
        padding: 0;
    }
}
.pagination span.current {
    font-weight: bold;

    color: #58ba93;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .prev:after {
    content: 'Prev';
}
.pagination .prev:hover {
    font-weight: bold;

    color: #58ba93;
}
.pagination .next:before {
    content: 'Next';
}
.pagination .next:hover {
    font-weight: bold;

    color: #58ba93;
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;
    margin-top: 30px;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    padding-bottom: 92.10526316%;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #003f82;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #003f82;
}
.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #003f82;
    background-color: #003f82;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #003f82;
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.editor-content p {
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px) {
    .editor-content p {
        line-height: 1.71428571;
    }
}
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content .table-box {
    font-size: 16px;
    line-height: 1.71428571;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #eaeaea;
}
@media (max-width: 480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.editor-content .table-box table th {
    text-align: center;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures>img {
    display: inline-block;

    margin: 5px;
}

.editor-content .table-box img {
    max-width: 400px !important;
}

@media (max-width: 1199px) {
    .editor-content .table-box img {
        max-width: 300px !important;
    }

}
@media (max-width: 767px) {
    .editor-content .table-box img {
        max-width: 200px !important;
    }
    .editor-content .table-box {
        font-size: 14px;
    }

}

.footer .foot-text .foot-info p a:hover {
    color: #1d9f6b;
}

@media (max-width: 767px) {
    .footer .foot-nav,
    .footer .foot-message {
        display: none;
    }
}
.wrap-honor .honor .common-item {
    cursor: default;
}
@media (max-width: 767px) {
    .common-product-item .text {
        flex-wrap: wrap;
    }
    .common-product-item .text .note {
        width: 100%;
    }
    .common-product-item .text .title-product {
        height: 40px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 16px;
        line-height: 20px;
    }
}

.xs-product-nav {
    position: sticky;
    top: 60px;
    z-index: 8;
    padding-bottom: 20px;
    background-color: #f1f2f4;
}
.wrap-contact .map {
    height: 100%;
    width: 100%;
}
.wrap-contact .map iframe {
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .wrap-contact .map {
        height: 400px;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .map {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .nav1 {
        display: block;
    }
    .nav2 {
        display: none;
    }
}

@media (min-width: 768px) {
    .header .nav1 {
        display: none;
    }

    .nav2 {
        display: block;
    }
}

.productbox {
    position: absolute;
    top: 80px;
    width: 700px;
    height: 400px;
    margin-left: -260px;
    display: none;

}

.product-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 6px;
    background: rgba(248, 248, 249, 1);
    justify-content: space-between;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);

}
.product-menu .card {
    width: 30%;
    text-align: center;
    padding: 10px;
    margin: 10px;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);

}
.product-menu .card h3 {
    margin-top: 10px;
    color: #222;
    font-size: 1rem;
    font-weight: bold;
}
.product-menu .card:hover h3 {
    color: #0056b3;
}
.product-menu .card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Contact container */
.contact-container {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}
.contact-container .contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.contact-container .contact-content {
    position: relative;
    display: flex;
    align-items: center;
    align-items: stretch;
    width: 1000px;
    margin: 0 auto;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.contact-container .contact-bgimg {
    width: 50%;
    height: auto;
    background: url("../images/tk.png") center center no-repeat;
    background-size: cover;
}

/* Form side */
.contact-container .contact-form-wrapper {
    width: 50%;
    position: relative;
    padding: 40px;

}

/* Close button */
.contact-container .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
}

.contact-container .close-button:hover {
    color: #666;
}

/* Form container */
.contact-container .form-container {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

.contact-container h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

/* Form styles */
.contact-container .form-group {
    margin-bottom: 20px;
}

.contact-container input[type="text"],
.contact-container input[type="email"],
.contact-container input[type="tel"],
.contact-container textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-container input:focus,
.contact-container textarea:focus {
    outline: none;
    border-color: #0066b2;
}

.contact-container textarea {
    resize: vertical;
    min-height: 120px;
}

/* File upload styling */
.contact-container .file-upload {
    position: relative;
}

.contact-container .file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.contact-container .file-text {
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.contact-container .file-selected {
    color: #666;
    font-size: 14px;
}

.contact-container .file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

/* Submit button */
.contact-container .submit-button {
    width: 100%;
    padding: 14px;
    background-color: #0066b2;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-container .submit-button:hover {
    background-color: #004d8c;
}

.container-about {
    max-width: 100%;
    margin: 0 auto;
    margin: 20px 0;

}

.about-section {
    background-color: white;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    min-height: 500px;
    border-radius: 5px;
}

.image-section {
    flex: 1;
    min-height: 400px;
    /*    background-image: url('../images/about.webp');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-title {
    font-size: 4rem;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 4rem;
    font-family: 'New Amsterdam', Arial;
    position: relative;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 2.5rem;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #8bc34a;
}

.about-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 20px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #7db315;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.3;
}

a.learn-more-btn {
    background-color: #8bc34a;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    margin: 0 auto;
    border: 2px #fff solid;
}

.learn-more-btn:hover {
    background-color: #7cb342;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.3);
}

/* 平板样式 */
@media (max-width: 1024px) {
    .container {
        padding: 15px;
    }

    .content-section {
        padding: 30px;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .stat-number {
        font-size: 2.2rem;
    }
}

/* 移动端样式 */
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        min-height: auto;
    }

    .image-section {
        min-height: 250px;
        order: 1;
    }

    .content-section {
        order: 2;
        padding: 25px 20px;
    }

    .about-title {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .about-description p {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .stats-container {
        flex-direction: column;
        gap: 15px;
        margin: 20px 0;
    }

    .stat-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: #f8f9fa;
        border-radius: 8px;
    }

    .stat-number {
        font-size: 1.8rem;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .stat-label {
        text-align: left;
        flex: 1;
    }

    .learn-more-btn {
        width: 100%;
        text-align: center;
        padding: 18px;
        font-size: 1.1rem;
    }
}

/* 小屏手机样式 */
@media (max-width: 480px) {
    .container {
        padding: 10px;
    }

    .content-section {
        padding: 20px 15px;
    }

    .about-title {
        font-size: 1.6rem;
    }

    .about-description {
        font-size: 0.9rem;
    }

    .stat-number {
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    .learn-more-btn {
        padding: 16px;
        font-size: 1rem;
    }
}

/* 超小屏幕优化 */
@media (max-width: 360px) {
    .about-title {
        font-size: 1.4rem;
    }

    .stat-item {
        padding: 12px;
    }

    .stat-number {
        font-size: 1.4rem;
    }
}

/*证书*/
.container-cert {
    max-width: 100%;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 30px;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-size: 4rem;
    color: #333;
    font-family: 'New Amsterdam', Arial;
}

.gallery-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #8bc34a;
}

/* 照片墙容器 */
.photo-wall {
    position: relative;
    height: 600px;
    margin: 0 auto;
    max-width: 100%;
}

/* 照片样式 */
.photo {
    position: absolute;
    background-color: white;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    transform-origin: center;
    width: 300px;
    height: 380px;
}

.photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

/* 照片悬停效果 */
.photo:hover {
    transform: scale(1.2) !important;
    z-index: 100 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* 照片位置 - 桌面端 */
.photo:nth-child(1) {

    top: 0;
    left: 50%;
    margin-left: -630px;
    z-index: 1;
}

.photo:nth-child(2) {
    top: 40px;
    left: 50%;
    margin-left: -480px;
    z-index: 2;
}

.photo:nth-child(3) {
    top: 80px;
    left: 50%;
    margin-left: -330px;
    z-index: 3;
}

.photo:nth-child(4) {
    top: 120px;
    left: 50%;
    margin-left: -150px;
    z-index: 4;
}

.photo:nth-child(5) {
    top: 80px;
    left: 50%;
    margin-left: 30px;
    z-index: 3;
}

.photo:nth-child(6) {
    top: 40px;
    left: 50%;
    margin-left: 180px;
    z-index: 2;
}

.photo:nth-child(7) {
    top: 0;
    left: 50%;
    margin-left: 330px;
    z-index: 1;
}

/* 响应式设计 - 平板 */
@media (max-width: 1024px) {
    .photo-wall {
        height: 420px;
    }

    .photo {
        width: 180px;
        height: 230px;
    }

    .photo:nth-child(1) {
        margin-left: -350px;
    }
    .photo:nth-child(2) {
        margin-left: -270px;
    }
    .photo:nth-child(3) {
        margin-left: -180px;
    }
    .photo:nth-child(4) {
        margin-left: -90px;
    }
    .photo:nth-child(5) {
        margin-left: 30px;
    }
    .photo:nth-child(6) {
        margin-left: 120px;
    }
    .photo:nth-child(7) {
        margin-left: 210px;
    }
}

/* 响应式设计 - 移动端 */
@media (max-width: 768px) {

    .gallery-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .photo-wall {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .photo {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        z-index: 1;
        width: 44%;
    }

    .photo:nth-child(1),
    .photo:nth-child(2),
    .photo:nth-child(3),
    .photo:nth-child(4),
    .photo:nth-child(5),
    .photo:nth-child(6),
    .photo:nth-child(7) {
        margin-left: 0;
        left: 0;
        top: 0;
        margin: 10px
    }

    .photo:hover {
        transform: scale(1.03) !important;
    }
    .photo:nth-child(7) {
        display: none;
    }
}

/*地图*/
.global {
    max-width: 100%;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 30px;
}
.global .map {
    margin: 80px 0px;
}

.global .title h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #363a42;
    font-size: 4rem;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.global .title h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 3px;
    background-color: #8bc34a;
}
.global .title p {
    font-size: 2rem;
    line-height: 28px;
    color: #000000;
    margin: 20px auto;
    text-align: center;
}
@media (max-width:1440px) {
    .global {
        padding: 55px 0px 1px;
    }
    .global .map {
        margin: 50px 0px;
    }
}
@media (max-width:992px) {
    .global {
        padding: 25px 0px 1px;
    }
    .global .map {
        margin: 20px 0px;
    }
}

.dtww {
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

.dtr1 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    left: 15%;
    top: 30%;
}

.dtr2 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    left: 62%;
    top: 18%;
}

.dtr3 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    right: 9%;
    top: 72%;
}

.dtr4 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    left: 33%;
    top: 68%;
}

.dtr5 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    left: 44%;
    top: 40%;
}

.dtr6 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    left: 49%;
    top: 28%;
}

.dtr7 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    right: 27%;
    top: 45%;
}

.dtr8 {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #bcbcbc;
    border-radius: 50%;
    right: 37%;
    top: 40%;
}

.quan {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.img-responsive2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.say {
    height: auto;
    overflow: hidden;
}

.sttu1 {
    position: absolute;
    width: 300px;
    left: -310px;
    top: -180px;
    display: none;
    z-index: 6;
}

.say a {
    display: block;
    height: auto;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 7px;
}

.say span {
    display: block;
    position: relative;
}

.say small {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #5fb82c;
    padding: 10px 5%;
    width: 100%;
    color: #fff;
}

.say small h4 {
    width: 100%;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.say small h5 {
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px;
}

.say h3 {
    color: #7a7d85;
    font-size: 1rem;
    line-height: 22px;
    margin: 0px;
    padding: 0px 8px;
}

.say h3:before {
    content: "";
    display: block;
    width: 41px;
    height: 32px;
    background: url(../images/yhpic1.png) center no-repeat;
    margin: 8px 0px;
}

.say h3 p {
    padding: 0px 5px;
}

.say h3:after {
    content: "";
    display: block;
    width: 41px;
    height: 32px;
    background: url(../images/yhpic2.png) center no-repeat;
    margin: 8px 0px 8px auto;
}

@media (max-width:768px) {
    .dtr8,
    .dtr7,
    .dtr6,
    .dtr5,
    .dtr4,
    .dtr3,
    .dtr2,
    .dtr1 {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:768px) {

    .dtr1:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr1:hover .sttu1 {
        display: block;
        left: 50px;
    }

    .dtr2:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr2:hover .sttu1 {
        display: block;
    }

    .dtr3:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr3:hover .sttu1 {
        display: block;
    }

    .dtr4:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr4:hover .sttu1 {
        display: block;
    }

    .dtr5:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr5:hover .sttu1 {
        display: block;
    }

    .dtr6:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr6:hover .sttu1 {
        display: block;
    }

    .dtr7:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr7:hover .sttu1 {
        display: block;
    }

    .dtr8:hover {
        border: 3px solid #5fb82c;
        box-shadow: 0px 0px 15px rgba(95, 184, 44, .3);
        transition: all 300ms ease-in 0ms;
    }

    .dtr8:hover .sttu1 {
        display: block;
    }

}

.message {
    display: flex;
    align-items: flex-start;
}
.weitu {
    margin-top: 20px;
}

.use-banner {
    background: url(../images/banner/use.jpg) no-repeat center center;
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-posi {
    background: none;
    padding: 0 0 30px;
}

@media (max-width:768px) {
    .use-banner {
        height: 300px;
    }
}

.use-banner h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    font-weight: 700;

}
.use-banner h1 p {
    margin: 0;
    font-family: 'New Amsterdam', Arial;
    color: RGB(90, 185, 148);
}

.use-banner h1 span {
    padding: 0 10px;
    color: RGB(90, 185, 148);
}

.in_sol_art {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.in_sol_art dt {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.4rem 0;
    background: #f8f8f8;
}
.in_sol_art dt .txt {
    width: 50%;
    box-sizing: border-box;
    padding: .3rem 2% .3rem 6.5%;
    background: url(../images/in_sol_art_bg1.jpg) no-repeat left bottom;
}
.in_sol_art .txt h2 {
    font-size: 1.8rem;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}
.in_sol_art .txt h5 {
    margin: 0.3rem 0;
    font-size: 1.5rem;
    color: var(--i_color);
    font-weight: 900;
}
.in_sol_art li {
    position: relative;
    margin: 0.2rem 0;
    padding-left: 0.3rem;
    background: url(../images/tick.svg) no-repeat top left;
    background-size: .16rem;
}
.in_sol_art .txt h6 {
    font-size: 1rem;
    color: #666;
    line-height: 1rem;
    padding: 1rem 0;
}
.in_sol_art dt .i_more {
    margin-top: 0.5rem;
}

.in_sol_art dt .img {
    margin-left: auto;
    width: 50%;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}
.in_sol_art .img img {
    width: 100%;
}

.in_sol_art dd {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3.5rem 0;
    background: #FFF;
    position: relative;
}
.in_sol_art dd::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: url(../images/in_sol_art_bg2.jpg) no-repeat top right;
    background-size: 100%;
}
.in_sol_art dd .txt {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 50%;
    box-sizing: border-box;
    /*padding: 0 13.5% 0 2%;*/
    padding: 0 3% 0 10%;
}
.in_sol_art dd .img {
    width: 58%;
    position: relative;
    overflow: hidden;
}
.in_sol_art dd .i_more {
    margin-top: 0.8rem;
}

.in_sol_art .img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.6));
}
.in_sol_art .img:hover::after {
    animation: fol 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
@keyframes fol {
    0% {
        right: 100%;
        opacity: 1;
    }
    100% {
        right: 0;
        opacity: 0;
    }
}

@media screen and (max-width:1440px) {
    .in_sol_art dt .txt {
        padding-left: 7%;
    }
    .in_sol_art dd .txt {
        padding-right: 7%;
    }
}
@media screen and (max-width:1366px) {
    .in_sol_art dt .txt {
        padding-left: 6%;
    }
    .in_sol_art dd .txt {
        padding-right: 6%;
    }
    .in_sol_art .txt h2 {
        font-size: 1.4rem;
    }
    .in_sol_art .txt h5 {
        font-size: 0.2rem;
    }
    .in_sol_art dt .i_more {
        margin: 0.3rem 0;
    }
}
@media screen and (max-width:1200px) {
    .in_sol_art dt .txt {
        padding-left: 5%;
    }
    .in_sol_art dd .txt {
        padding-right: 5%;
    }
}
@media screen and (max-width:1024px) {
    .in_sol_art dt .txt {
        padding-left: 3%;
    }
    .in_sol_art dd .txt {
        padding-right: 3%;
    }
}
@media screen and (max-width:959px) {
    .in_sol_art .txt {
        position: initial !important;
        transform: none !important;
        width: 100% !important;
        padding: .4rem 3% !important;
    }
    .in_sol_art .img {
        order: -1 !important;
        width: 94% !important;
        margin: 0 auto !important;
        z-index: 2;
    }
    .in_sol_art dd .i_more {
        margin-top: 0.3rem;
    }
}
@media screen and (max-width:767px) {
    .in_sol_art {
        overflow: auto;
        margin-top: 1rem;
    }
    .in_sol_art dt {
        /*margin-top: 0;*/
    }
    .in_sol_art dd {
        /*margin-bottom: 0;*/
    }
    .in_sol_art .txt h2 {
        font-size: 1.5rem;
    }
    .in_sol_art .txt h5 {
        margin: .5rem 0 .5rem;
    }
    .in_sol_art .i_more {
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }
    .in_sol_art .i_more::after {
        transform: translate(50%, -50%);
        right: calc(50% - 50px);
    }
}
@media screen and (max-width:560px) {
    .in_sol_art .txt h2 {
        font-size: 1.5rem;
    }
    .in_sol_art .txt h5 {
        font-size: 1rem;
    }
    .in_sol_art dt .i_more {
        margin: 0.3rem 0 0;
    }
}

/* Breadcrumb */
.in_position {
    padding: .16rem 0;
    background: #F6F6F6
}

.in_position a {
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 20px;
    text-transform: uppercase
}

.in_position a:first-child {
    padding-left: 26px;
    background: url(../images/home_1_hei.svg) no-repeat left center;
    background-size: 20px
}

.in_position a:not(:last-child):after {
    content: ">";
    margin: 0 4px;
    color: #777
}

.in_position a:last-child {
    color: var(--i_color) !important
}

.in_position a:hover {
    color: var(--i_color)
}

@media screen and (max-width:959px) {
    .in_position a {
        font-size: 13px
    }
}

@media screen and (max-width:560px) {
    .in_position a {
        font-size: 12px
    }
}

/* HOME - more */
.i_more {
    line-height: 2rem;
    height: 2rem;
    display: table;
    padding: 0 2rem 0 2rem;
    background: RGB(90, 185, 148);
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
}
.i_more::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgb(90, 185, 148);
}
.i_more::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: .5rem;
    width: .5rem;
    height: .5rem;
    background: url(../images/arrow_right_hollow_bai.svg) no-repeat center;
    background-size: contain;
}
.i_more i {
    display: block;
    position: relative;
    color: #FFF;
    font-size: .7rem;
    /*line-height: .4rem;*/
    font-weight: bold;
    text-transform: uppercase;
}
.i_more:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}
.i_more::before,
.i_more::after,
.i_more i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:959px) {
    /*.i_more i {*/
    /*  line-height: .44rem;*/
    /*}*/
}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}