﻿.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}

body {
    font-family: 'Lato', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 20px;
    line-height: 42px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 42px;
    height: 42px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #7a007a;
    border: none;
    background: none;
    background-color: #d8e7ea;
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -10px;

        text-align: center;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    color: #fff;
    background-color: #7a007a;
}
.slick-dots {
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li {
    display: inline-block;

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

    vertical-align: top;

    border: 1px solid #7a007a;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #7a007a;
}
.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -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;
}
.header {
    font-size: 0;

    position: relative;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 150px;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 100px;
    }
}
.header .header-top {
    height: 60px;

    color: #fff;
    background-color: #7a007a;
}
@media (max-width: 1199px) {
    .header .header-top {
        position: relative;

        height: 40px;
    }
}
@media (max-width: 767px) {
    .header .header-top .flexwrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header .header-top .share {
    display: inline-block;
}
@media (max-width: 767px) {
    .header .header-top .share {
        display: none;
    }
}
.header .header-top .share ul li {
    display: inline-block;

    margin-right: 12px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .header-top .share ul li {
        margin-right: 6px;
    }
}
.header .header-top .share ul li a {
    font-size: 14px;
    line-height: 28px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 28px;
    height: 28px;

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

    border: 1px solid rgba(255, 255, 255, .39);
    border-radius: 50%;
}
.header .header-top .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .header-top .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header .header-top .share ul li a:hover {
    color: #7a007a;
    border: 1px solid f #7a007a;
}
.header .header-top .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .header-top .share ul li.twitter a:before {
    content: '\e60b';
}
.header .header-top .share ul li.linkedin a:before {
    content: '\ed9a';
}
.header .header-top .share ul li.instagram a:before {
    content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before {
    content: '\e880';
}
.header .header-top .share ul li.google a:before {
    content: '\e645';
}
.header .header-top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .header-top .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

    color: #fff;
}
.header .header-top .cart {
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: inline-block;

    height: 60px;
    margin-left: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-top .cart {
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px) {
    .header .header-top .cart {
        margin-left: 10px;
    }
}
.header .header-top .cart .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.header .header-top .cart:hover {
    color: rgba(255, 255, 255, .8);
}
.header .header-top .translate {
    display: inline-block;

    min-width: 150px;
    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .header-top .translate {
        margin-left: 10px;
    }
}
.header .header-top .translate .goog-te-gadget-simple {
    border: none;
}
.header .header-top .pc-search {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 280px;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-top .pc-search {
        display: none;
    }
}
.header .header-top .pc-search input {
    line-height: 40px;

    width: 100%;
    height: 40px;
    padding: 0 60px 0 20px;

    border-radius: 50px;
    background: none;
    background-color: rgba(184, 83, 200, 0.74);
}
.header .header-top .pc-search input::-webkit-input-placeholder,
.header .header-top .pc-search textarea::-webkit-input-placeholder {
    color: #fff;
}
.header .header-top .pc-search input:-o-placeholder,
.header .header-top .pc-search textarea:-o-placeholder {
    color: #fff;
}
.header .header-top .pc-search input::-moz-placeholder,
.header .header-top .pc-search textarea::-moz-placeholder {
    color: #fff;
}
.header .header-top .pc-search input:-ms-input-placeholder,
.header .header-top .pc-search textarea:-ms-input-placeholder {
    color: #fff;
}
.header .header-top .pc-search input:focus::-webkit-input-placeholder,
.header .header-top .pc-search textarea:focus::-webkit-input-placeholder {
    color: #e6e6e6;
}
.header .header-top .pc-search input:focus::-o-placeholder,
.header .header-top .pc-search textarea:focus::-o-placeholder {
    color: #e6e6e6;
}
.header .header-top .pc-search input:focus::-moz-placeholder,
.header .header-top .pc-search textarea:focus::-moz-placeholder {
    color: #e6e6e6;
}
.header .header-top .pc-search input:focus::-ms-input-placeholder,
.header .header-top .pc-search textarea:focus::-ms-input-placeholder {
    color: #e6e6e6;
}
.header .header-top .pc-search .submit {
    font-size: 24px;
    line-height: 40px;

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

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

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

    outline: none;
    background: none;
}
.header .header-top .pc-search .submit:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 10px;
    margin-top: -5px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.header .header-top .pc-search .submit .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: top;
}
.header .header-top .pc-search .submit:hover {
    color: rgba(255, 255, 255, .9);
}
.header .language {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .language:before {
    display: inline-block;

    width: 1px;
    height: 14px;
    margin-right: 30px;

    content: '';
    vertical-align: middle;

    background-color: #c1c1c1;
}
@media (max-width: 1470px) {
    .header .language:before {
        margin-right: 10px;
    }
}
@media (max-width: 1199px) {
    .header .language:before {
        display: none;
    }
}
.header .language p {
    font-size: 17px;
    line-height: 90px;

    display: inline-block;

    height: 90px;
    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .header .language p {
        font-size: 15px;
        line-height: 60px;

        height: 60px;
    }
}
.header .language p:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    display: inline-block;

    margin-right: 12px;

    content: '\e692';
    vertical-align: middle;

    color: #7a007a;
}
.header .language p:after {
    font-family: 'iconfont' !important;
    font-size: 12px;

    display: inline-block;

    margin-left: 8px;

    content: '\f1e8';
    vertical-align: middle;
}
.header .language ul {
    position: absolute;
    z-index: 9;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul a {
    line-height: 30px;

    display: inline-block;

    padding: 0 10px;

    vertical-align: middle;
    white-space: nowrap;
}
@media (max-width: 1470px) {
    .header .language ul a {
        font-size: 14px;
    }
}
.header .language ul a:before {
    display: inline-block;

    width: 26px;
    height: 26px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../image/language.png) no-repeat;
    background-size: cover;
}
.header .language ul a.en:before {
    background-position: -26px 0;
}
.header .language ul a.es:before {
    background-position: -78px 0;
}
.header .language ul a.ru:before {
    background-position: -52px 0;
}
.header .language ul a:hover {
    text-decoration: underline;

    color: #7a007a;
}
.header .logo {
    display: inline-block;
    height: 60px;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
    }
}
.header .logo img {
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .header-nav {
    clear: both;
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 28px;
    height: 28px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;
        float: none;

        vertical-align: middle;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 15px;

        display: block;

        border: none;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    display: block;

    content: '';
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 25%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 75%;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav-collapse-xs .btn-line {
    background-color: #666;
}
.header .nav-collapse-2 {
    top: 0;
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block !important;

        text-align: center;
        vertical-align: middle;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 5%;

        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background-color: #7a007a;
    }
    .header .nav .nav-box,
    .header .nav .container {
        width: 100%;
        height: 100%;
    }
    .header .nav .container {
        padding: 0;
    }
    .header .nav .tbl,
    .header .nav .tbl-cell {
        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 .nav .tbl {
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        position: relative;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .header .nav {
        padding: 60px 8%;
    }
}
.header .nav.left-100 {
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
}
.header .nav.left-200 {
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transform: translate3d(-200%, 0, 0);
}
.header .nav.left-300 {
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    transform: translate3d(-300%, 0, 0);
}
.header .nav.left-400 {
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
    transform: translate3d(-400%, 0, 0);
}
.header .nav.left-500 {
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
    transform: translate3d(-500%, 0, 0);
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        font-size: 0;

        display: block !important;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        padding: 0 24px;

        vertical-align: top;
    }
    .header .nav .nav-list1>li:nth-child(3) {
        position: static;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        line-height: 90px;

        position: relative;

        display: block;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: capitalize;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        background-color: #7a007a;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #7a007a;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 15px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 .nav-list2>li:hover>a {
        text-decoration: underline;

        color: #105a8c;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        white-space: nowrap;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a {
        font-size: 14px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover {
        text-decoration: underline;

        color: #7a007a;
    }
    .header .nav .nav-list1 .nav-listbox {
        font-size: 14px;

        position: absolute;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;

        text-align: left;

        border-top: 1px solid #c5d6e2;
        border-bottom: 1px solid #c5d6e2;
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menubox {
        position: relative;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menubox:after {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 40%;

        display: block;

        width: 1px;
        height: 100%;

        content: '';

        background-color: #c5d6e2;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2 {
        display: block;

        width: 30%;
        min-width: auto;
        padding: 30px 8% 30px 0;

        background-color: #f5f9fc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: -1000px;

        display: block;

        width: 1000px;
        height: 100%;

        content: '';

        background-color: #f5f9fc;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li>a {
        font-size: 16px;
        line-height: 30px;

        position: relative;

        display: block;

        padding: 16px 0;
        padding-right: 30px;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li>a:before {
        font-family: 'iconfont' !important;

        position: absolute;
        top: 20px;
        right: 0;

        content: '\e625';
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li>a .icon {
        font-size: 30px;

        display: inline-block;

        margin-right: 30px;
        filter: brightness(0) invert(0);
        vertical-align: middle;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li.active>a {
        color: #7a007a;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3 {
        position: absolute;
        top: 0;
        left: 30%;

        display: block;
        display: none;

        width: 30%;
        padding: 30px 6%;

        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3>li>a {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 10px 0;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu3>li.active>a {
        text-decoration: underline;

        color: #7a007a;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        width: 100%;
        padding: 30px 0;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a {
        font-size: 16px;
        line-height: 24px;

        position: relative;

        display: block;

        padding: 10px 10%;

        color: #666;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a:before {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: -2px;

        display: block;

        width: 3px;
        height: 0;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        background-color: #7a007a;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li.active a,
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li:hover a {
        text-decoration: underline;

        color: #7a007a;
    }
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li.active a:before,
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li:hover a:before {
        height: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li {
        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu2 {
        padding-right: 5%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li>a {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu2>li>a .icon {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu3 {
        padding: 30px 5%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu3>li>a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 .nav-listbox .nav-menu4 li a {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        width: 100%;
    }
    .header .nav .nav-list1 ul {
        display: none !important;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
.header .mask-nav {
    display: none;
}
@media (max-width: 1199px) {
    .header .mask-nav {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.header .mask-nav .nav-top {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .mask-nav .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}
.header .mask-nav .nav-top .nav-title {
    font-size: 30px;

    display: block;

    width: 100%;
    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .mask-nav .nav-top .nav-title {
        font-size: 20px;
        font-size: 5vmin;
    }
}
.header .mask-nav .content {
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.header .mask-nav .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}
.header .mask-nav .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.header .mask-nav .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}
.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}
.header .mask-nav .content ul li {
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .mask-nav .content ul li {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}
.header .mask-nav .content ul li.more {
    position: relative;
}
.header .mask-nav .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

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

    color: #fff;
}
.header .mask-nav .content ul li a {
    display: inline-block;

    text-transform: capitalize;
}
.header .mask-nav .content ul ul {
    display: none;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-4 {
    left: 300%;
}
.header .nav-5 {
    left: 400%;
}
.header .fade-out ul {
    text-align: left;
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
        touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #666;
    }
    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }
    .header .fade-out ul.nav-list1 a {
        text-transform: uppercase;

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 10px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        display: none;

        width: 40px;

        content: '\e625';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2;

        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 1.5vmin 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li>a {
        font-size: 4.8vmin;
    }
}
@media (max-width: 1199px) and (max-width: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 4.5vmin;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
@media (max-width: 480px) {
    .header .fade-out~.google-translate {
        position: fixed;
        z-index: 99999998;
        top: 30px;
        left: 30px;

        display: block !important;

        -webkit-transition: .3s;
        transition: .3s;
    }
    .header .fade-out.left-100~.google-translate {
        top: -30px;

        opacity: 0;
    }
}
.header .find {
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-left: 20px;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 28px;

        width: 28px;
        height: 28px;
    }
}
@media (max-width: 767px) {
    .header .find {
        margin: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e752';
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 40px;
    right: 20%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
    }
}
@media (max-width: 767px) {
    .header .search-wrap {
        right: 0;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

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

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

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

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #7a007a;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

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

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

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

    display: inline-block;

    content: '\e6d2';
    -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: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px) {
    .online-wrap .online {
        right: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

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

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background-color: #151516;
}
.online-wrap .online a:last-child {
    border-bottom: none;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .online-wrap .online a:hover:before {
        color: #7a007a;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #7a007a;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@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: '\e918';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.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: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

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

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

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

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

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #7a007a;
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #7a007a;
    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;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #105a8c;
    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: '\e826';
}
.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';
}
.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: '\e751';
}
.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 {
    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: 2;

    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 50%;

    width: auto;
    padding: 0 10%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.banner .swiper-pagination:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
    .banner .swiper-pagination {
        width: 80%;
        padding: 0 4%;
    }
}
.banner .swiper-pagination-bullet {
    font-size: 20px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    width: auto;
    width: 12px;
    height: 12px;
    margin: 0 30px !important;

    vertical-align: middle;

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .banner .swiper-pagination-bullet {
        margin: 0 20px !important;
    }
}
.banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 4px;
    height: 4px;

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

    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;

    background-color: #fff;
}
.banner .swiper-pagination-bullet-active:before {
    width: 12px;
    height: 12px;

    content: '';

    border: 5px solid #7a007a;
}
.banner .slick-arrow {
    font-size: 32px;
    line-height: 90px;

    width: 60px;
    height: 90px;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
}
.banner .slick-arrow:after {
    display: none;
}
@media (min-width: 1200px) {
    .banner .slick-arrow:hover {
        background-color: rgba(0, 0, 0, .8);
    }
}
.banner .slick-prev {
    left: 5%;
}
.banner .slick-next {
    right: 5%;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px) {
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item>a {
    display: block;
    overflow: hidden;
}
.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.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: 37.29166667%;

    -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: #7a007a !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 img {
    width: 100%;
}
.box {
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.box-bottom {
    padding-bottom: 0;
}
.box-top {
    padding-top: 0;
}
.title {
    text-align: center;
}
.title h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 26px;
    }
}
.title p {
    font-size: 16px;
    line-height: 24px;

    max-width: 810px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .product-sort {
    margin-top: 20px;

    text-align: center;

    border-bottom: 1px solid #d1d8d9;
}
.box-product .product-sort>ul>li {
    display: inline-block;

    vertical-align: top;
}
.box-product .product-sort .item {
    position: relative;

    display: block;

    padding: 20px 50px;
}
@media (max-width: 1199px) {
    .box-product .product-sort .item {
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    .box-product .product-sort .item {
        padding: 10px;
    }
}
.box-product .product-sort .item:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #7a007a;
}
.box-product .product-sort .item .icon {
    font-size: 40px;
    filter: brightness(0) invert(0);
}
@media (max-width: 767px) {
    .box-product .product-sort .item .icon {
        font-size: 30px;
    }
}
.box-product .product-sort .item h3 {
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .box-product .product-sort .item h3 {
        font-size: 16px;

        margin: 0;
    }
}
.box-product .product-sort .active .item .icon {
    color: #7a007a;
}
.box-product .product-sort .active .item:after {
    width: 28px;
}
.box-product .product-sort .active .item h3 {
    color: #7a007a;
}
.box-product .product {
    margin-top: 10px;
    padding: 0 3%;
}
.box-product .product .slick-product,
.wrap-application-show .product .slick-product,
.box-product .application-show .slick-product,
.wrap-application-show .application-show .slick-product,
.box-product .product .slick-application-product,
.wrap-application-show .product .slick-application-product,
.box-product .application-show .slick-application-product,
.wrap-application-show .application-show .slick-application-product {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-product .product .slick-product,
    .wrap-application-show .product .slick-product,
    .box-product .application-show .slick-product,
    .wrap-application-show .application-show .slick-product,
    .box-product .product .slick-application-product,
    .wrap-application-show .product .slick-application-product,
    .box-product .application-show .slick-application-product,
    .wrap-application-show .application-show .slick-application-product {
        margin: 0 -8px;
    }
}
.box-product .product .slick-slide,
.wrap-application-show .product .slick-slide,
.box-product .application-show .slick-slide,
.wrap-application-show .application-show .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-product .product .slick-slide,
    .wrap-application-show .product .slick-slide,
    .box-product .application-show .slick-slide,
    .wrap-application-show .application-show .slick-slide {
        padding: 0 8px;
    }
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-nosearch .product .item,
.wrap-application-show .product .item,
.box-product .relate-product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item,
.wrap-nosearch .relate-product .item,
.wrap-application-show .relate-product .item,
.box-product .relate-search .item,
.wrap-product .relate-search .item,
.wrap-product-show .relate-search .item,
.wrap-nosearch .relate-search .item,
.wrap-application-show .relate-search .item,
.box-product .application-show .item,
.wrap-product .application-show .item,
.wrap-product-show .application-show .item,
.wrap-nosearch .application-show .item,
.wrap-application-show .application-show .item {
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .box-product .product .item,
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .wrap-nosearch .product .item,
    .wrap-application-show .product .item,
    .box-product .relate-product .item,
    .wrap-product .relate-product .item,
    .wrap-product-show .relate-product .item,
    .wrap-nosearch .relate-product .item,
    .wrap-application-show .relate-product .item,
    .box-product .relate-search .item,
    .wrap-product .relate-search .item,
    .wrap-product-show .relate-search .item,
    .wrap-nosearch .relate-search .item,
    .wrap-application-show .relate-search .item,
    .box-product .application-show .item,
    .wrap-product .application-show .item,
    .wrap-product-show .application-show .item,
    .wrap-nosearch .application-show .item,
    .wrap-application-show .application-show .item {
        margin-top: 16px;
    }
}
.box-product .product .item .pic,
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-nosearch .product .item .pic,
.wrap-application-show .product .item .pic,
.box-product .relate-product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic,
.wrap-nosearch .relate-product .item .pic,
.wrap-application-show .relate-product .item .pic,
.box-product .relate-search .item .pic,
.wrap-product .relate-search .item .pic,
.wrap-product-show .relate-search .item .pic,
.wrap-nosearch .relate-search .item .pic,
.wrap-application-show .relate-search .item .pic,
.box-product .application-show .item .pic,
.wrap-product .application-show .item .pic,
.wrap-product-show .application-show .item .pic,
.wrap-nosearch .application-show .item .pic,
.wrap-application-show .application-show .item .pic {
    position: relative;

    display: block;
    overflow: hidden;

    border: 1px solid #eaf2f9;
    border-radius: 10px 10px 0 0;
}
.box-product .product .item .pic .img-box,
.wrap-product .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-nosearch .product .item .pic .img-box,
.wrap-application-show .product .item .pic .img-box,
.box-product .relate-product .item .pic .img-box,
.wrap-product .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box,
.wrap-nosearch .relate-product .item .pic .img-box,
.wrap-application-show .relate-product .item .pic .img-box,
.box-product .relate-search .item .pic .img-box,
.wrap-product .relate-search .item .pic .img-box,
.wrap-product-show .relate-search .item .pic .img-box,
.wrap-nosearch .relate-search .item .pic .img-box,
.wrap-application-show .relate-search .item .pic .img-box,
.box-product .application-show .item .pic .img-box,
.wrap-product .application-show .item .pic .img-box,
.wrap-product-show .application-show .item .pic .img-box,
.wrap-nosearch .application-show .item .pic .img-box,
.wrap-application-show .application-show .item .pic .img-box {
    padding-bottom: 75%;

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

    background-color: #fff;
}
.box-product .product .item .pic .img-box img,
.wrap-product .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-nosearch .product .item .pic .img-box img,
.wrap-application-show .product .item .pic .img-box img,
.box-product .relate-product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img,
.wrap-nosearch .relate-product .item .pic .img-box img,
.wrap-application-show .relate-product .item .pic .img-box img,
.box-product .relate-search .item .pic .img-box img,
.wrap-product .relate-search .item .pic .img-box img,
.wrap-product-show .relate-search .item .pic .img-box img,
.wrap-nosearch .relate-search .item .pic .img-box img,
.wrap-application-show .relate-search .item .pic .img-box img,
.box-product .application-show .item .pic .img-box img,
.wrap-product .application-show .item .pic .img-box img,
.wrap-product-show .application-show .item .pic .img-box img,
.wrap-nosearch .application-show .item .pic .img-box img,
.wrap-application-show .application-show .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .note h3,
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-nosearch .product .item .note h3,
.wrap-application-show .product .item .note h3,
.box-product .relate-product .item .note h3,
.wrap-product .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3,
.wrap-nosearch .relate-product .item .note h3,
.wrap-application-show .relate-product .item .note h3,
.box-product .relate-search .item .note h3,
.wrap-product .relate-search .item .note h3,
.wrap-product-show .relate-search .item .note h3,
.wrap-nosearch .relate-search .item .note h3,
.wrap-application-show .relate-search .item .note h3,
.box-product .application-show .item .note h3,
.wrap-product .application-show .item .note h3,
.wrap-product-show .application-show .item .note h3,
.wrap-nosearch .application-show .item .note h3,
.wrap-application-show .application-show .item .note h3 {
    font-size: 18px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;
    padding: 0 10px;

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

    background-color: #e4eff6;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product .item .note h3,
    .wrap-product .product .item .note h3,
    .wrap-product-show .product .item .note h3,
    .wrap-nosearch .product .item .note h3,
    .wrap-application-show .product .item .note h3,
    .box-product .relate-product .item .note h3,
    .wrap-product .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3,
    .wrap-nosearch .relate-product .item .note h3,
    .wrap-application-show .relate-product .item .note h3,
    .box-product .relate-search .item .note h3,
    .wrap-product .relate-search .item .note h3,
    .wrap-product-show .relate-search .item .note h3,
    .wrap-nosearch .relate-search .item .note h3,
    .wrap-application-show .relate-search .item .note h3,
    .box-product .application-show .item .note h3,
    .wrap-product .application-show .item .note h3,
    .wrap-product-show .application-show .item .note h3,
    .wrap-nosearch .application-show .item .note h3,
    .wrap-application-show .application-show .item .note h3 {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .note h3,
    .wrap-product .product .item .note h3,
    .wrap-product-show .product .item .note h3,
    .wrap-nosearch .product .item .note h3,
    .wrap-application-show .product .item .note h3,
    .box-product .relate-product .item .note h3,
    .wrap-product .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3,
    .wrap-nosearch .relate-product .item .note h3,
    .wrap-application-show .relate-product .item .note h3,
    .box-product .relate-search .item .note h3,
    .wrap-product .relate-search .item .note h3,
    .wrap-product-show .relate-search .item .note h3,
    .wrap-nosearch .relate-search .item .note h3,
    .wrap-application-show .relate-search .item .note h3,
    .box-product .application-show .item .note h3,
    .wrap-product .application-show .item .note h3,
    .wrap-product-show .application-show .item .note h3,
    .wrap-nosearch .application-show .item .note h3,
    .wrap-application-show .application-show .item .note h3 {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .pic,
    .wrap-product .product .item:hover .pic,
    .wrap-product-show .product .item:hover .pic,
    .wrap-nosearch .product .item:hover .pic,
    .wrap-application-show .product .item:hover .pic,
    .box-product .relate-product .item:hover .pic,
    .wrap-product .relate-product .item:hover .pic,
    .wrap-product-show .relate-product .item:hover .pic,
    .wrap-nosearch .relate-product .item:hover .pic,
    .wrap-application-show .relate-product .item:hover .pic,
    .box-product .relate-search .item:hover .pic,
    .wrap-product .relate-search .item:hover .pic,
    .wrap-product-show .relate-search .item:hover .pic,
    .wrap-nosearch .relate-search .item:hover .pic,
    .wrap-application-show .relate-search .item:hover .pic,
    .box-product .application-show .item:hover .pic,
    .wrap-product .application-show .item:hover .pic,
    .wrap-product-show .application-show .item:hover .pic,
    .wrap-nosearch .application-show .item:hover .pic,
    .wrap-application-show .application-show .item:hover .pic {
        border-color: #85cada;
    }
    .box-product .product .item:hover .img-box img,
    .wrap-product .product .item:hover .img-box img,
    .wrap-product-show .product .item:hover .img-box img,
    .wrap-nosearch .product .item:hover .img-box img,
    .wrap-application-show .product .item:hover .img-box img,
    .box-product .relate-product .item:hover .img-box img,
    .wrap-product .relate-product .item:hover .img-box img,
    .wrap-product-show .relate-product .item:hover .img-box img,
    .wrap-nosearch .relate-product .item:hover .img-box img,
    .wrap-application-show .relate-product .item:hover .img-box img,
    .box-product .relate-search .item:hover .img-box img,
    .wrap-product .relate-search .item:hover .img-box img,
    .wrap-product-show .relate-search .item:hover .img-box img,
    .wrap-nosearch .relate-search .item:hover .img-box img,
    .wrap-application-show .relate-search .item:hover .img-box img,
    .box-product .application-show .item:hover .img-box img,
    .wrap-product .application-show .item:hover .img-box img,
    .wrap-product-show .application-show .item:hover .img-box img,
    .wrap-nosearch .application-show .item:hover .img-box img,
    .wrap-application-show .application-show .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-product .product .item:hover .note h3,
    .wrap-product .product .item:hover .note h3,
    .wrap-product-show .product .item:hover .note h3,
    .wrap-nosearch .product .item:hover .note h3,
    .wrap-application-show .product .item:hover .note h3,
    .box-product .relate-product .item:hover .note h3,
    .wrap-product .relate-product .item:hover .note h3,
    .wrap-product-show .relate-product .item:hover .note h3,
    .wrap-nosearch .relate-product .item:hover .note h3,
    .wrap-application-show .relate-product .item:hover .note h3,
    .box-product .relate-search .item:hover .note h3,
    .wrap-product .relate-search .item:hover .note h3,
    .wrap-product-show .relate-search .item:hover .note h3,
    .wrap-nosearch .relate-search .item:hover .note h3,
    .wrap-application-show .relate-search .item:hover .note h3,
    .box-product .application-show .item:hover .note h3,
    .wrap-product .application-show .item:hover .note h3,
    .wrap-product-show .application-show .item:hover .note h3,
    .wrap-nosearch .application-show .item:hover .note h3,
    .wrap-application-show .application-show .item:hover .note h3 {
        color: #fff;
        background-color: #7a007a;
    }
}
.box-product .slick-arrow,
.wrap-product .slick-arrow,
.wrap-product-show .slick-arrow,
.wrap-nosearch .slick-arrow,
.wrap-application-show .slick-arrow {
    top: 40%;
}
.box-about .number ul,
.wrap-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-about .number .item,
.wrap-about .number .item {
    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-about .number .item h3,
.wrap-about .number .item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 767px) {
    .box-about .number .item h3,
    .wrap-about .number .item h3 {
        font-size: 20px;
    }
}
.box-about .number .item h3 b,
.wrap-about .number .item h3 b {
    font-size: 48px;
}
@media (max-width: 1199px) {
    .box-about .number .item h3 b,
    .wrap-about .number .item h3 b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-about .number .item h3 b,
    .wrap-about .number .item h3 b {
        font-size: 30px;
    }
}
.box-about .number .item p,
.wrap-about .number .item p {
    line-height: 20px;

    margin: 10px 0 0 0;

    color: #444;
}
.box-about .number .item:hover,
.wrap-about .number .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-about {
    font-size: 0;

    padding: 0;

    background-color: #f1f7fa;
}
.box-about .about-left,
.box-about .about-right {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-about .about-left,
    .box-about .about-right {
        width: 100%;
    }
}
.box-about .number {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-about .number {
        margin-top: 20px;
    }
}
.box-about .about-left {
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .box-about .about-left {
        padding: 30px 0;
    }
}
.box-about .about-left .title {
    text-align: left;
}
.box-about .about-left .text {
    display: -webkit-box;
    overflow: hidden;

    height: 192px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 767px) {
    .box-about .about-left .text {
        height: 144px;
    }
}
.box-about .about-left .text p {
    font-size: 17px;
    line-height: 32px;

    margin: 0;
}
@media (max-width: 767px) {
    .box-about .about-left .text p {
        font-size: 15px;
        line-height: 24px;
    }
}
.box-about .about-left .link {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .box-about .about-left .link {
        margin-top: 40px;
    }
}
.box-about .about-left .link a.more {
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    margin-right: 14px;
    padding: 0 40px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #7a007a;
}
@media (max-width: 767px) {
    .box-about .about-left .link a.more {
        line-height: 40px;

        padding: 0 30px;
    }
}
.box-about .about-left .link a.more:hover {
    background-color: #105a8c;
}
.box-about .about-left .link .play {
    font-size: 16px;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.box-about .about-left .link .play:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 48px;

    display: inline-block;

    width: 48px;
    height: 48px;
    margin-right: 14px;

    content: '\e651';
    text-align: center;
    vertical-align: middle;

    color: #7a007a;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .box-about .about-left .link .play:before {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.box-about .about-left .link .play:hover {
    color: #7a007a;
}
@media (max-width: 1199px) {
    .box-about .about-right img {
        width: 100%;
    }
}
@-webkit-keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);

        opacity: .1;
    }
}
@keyframes scaleDraw {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);

        opacity: .1;
    }
}
.box-service .service .item {
    display: block;

    margin-top: 30px;

    color: #fff;
    background-color: #7a007a;
}
@media (max-width: 767px) {
    .box-service .service .item {
        margin-top: 14px;
    }
}
.box-service .service .item .img-box {
    padding-bottom: 57.77777778%;
}
.box-service .service .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-service .service .item .text {
    position: relative;
    text-align: center;
    padding: 20px 70px;
}
@media (max-width: 1470px) {
    .box-service .service .item .text {
        padding: 20px 20px 20px 50px;
    }
}
@media (max-width: 767px) {
    .box-service .service .item .text {
        padding: 14px 10px 14px 40px;
    }
}
.box-service .service .item .text .icon {
    font-size: 30px;

    /*  position: absolute;
    top: 16px;
    left: 0; */
    display: inline-block;
    vertical-align: middle;

    width: 70px;

    text-align: center;
}
@media (max-width: 1470px) {
    .box-service .service .item .text .icon {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .box-service .service .item .text .icon {
        font-size: 24px;

        top: 14px;

        width: 40px;
    }
}
.box-service .service .item .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-service .service .item .text h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-service .service .item .text h3 {
        font-size: 15px;
    }
}
.box-service .service .item .text p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 4px 0 0 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-service .service .item .text p {
        font-size: 14px;
        line-height: 20px;

        height: 40px;
    }
}
.box-service .service .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-service .service .item:hover .text h3 {
    text-decoration: underline;
}
.box-solution .solution {
    margin-top: 20px;
}
.box-solution .solution ul {
    font-size: 0;
}
.box-solution .solution ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-solution .solution .item {
    display: block;

    max-width: 280px;
    margin: 0 auto;
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px) {
    .box-solution .solution .item {
        margin-top: 20px;
    }
}
.box-solution .solution .item .icon {
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 767px) {
    .box-solution .solution .item .icon {
        font-size: 30px;
    }
}
.box-solution .solution .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .box-solution .solution .item h3 {
        font-size: 18px;
    }
}
.box-solution .solution .item p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #444;
}
@media (max-width: 767px) {
    .box-solution .solution .item p {
        font-size: 14px;
    }
}
.box-solution .solution .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;

    color: #7a007a;
}
.box-solution .solution .item:hover h3 {
    color: #7a007a;
}
.box-customers {
    background-color: #e4eff6;
}
.box-customers .customers {
    max-width: 1170px;
    margin: 0 auto;
}
.box-customers .slick-customers-for {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-customers .slick-customers-for {
        margin: 0;
    }
}
.box-customers .slick-customers-for .item {
    text-align: center;
}
.box-customers .slick-customers-for .item .title-customers h3 {
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 991px) {
    .box-customers .slick-customers-for .item .title-customers h3 {
        font-size: 20px;
    }
}
.box-customers .slick-customers-for .item .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .box-customers .slick-customers-for .item .text p {
        font-size: 14px;
    }
}
.box-customers .slick-customers-for .slick-arrow {
    top: auto;
    bottom: 0;
    left: -8%;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1350px) {
    .box-customers .slick-customers-for .slick-arrow {
        left: -5%;
    }
}
@media (max-width: 767px) {
    .box-customers .slick-customers-for .slick-arrow {
        left: -15px;
    }
}
.box-customers .slick-customers-for .slick-arrow.slick-next {
    right: -8%;
    left: auto;
}
@media (max-width: 1350px) {
    .box-customers .slick-customers-for .slick-arrow.slick-next {
        right: -5%;
    }
}
@media (max-width: 767px) {
    .box-customers .slick-customers-for .slick-arrow.slick-next {
        right: -15px;
    }
}
.box-customers .slick-customers-nav {
    /* max-width: 640px; */
    margin: 0 auto;
    margin-top: 50px;
}
.box-customers .slick-customers-nav .slick-slide {
    display: inline-block !important;
    float: none;
    padding: 0 10px;
    vertical-align: middle;
}
.box-customers .slick-customers-nav .item {
    overflow: hidden;

    padding: 8px;
    /*
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8); */

    border: 1px solid rgba(102, 102, 102, .26);
    /* border-radius: 50%; */
}
@media (max-width: 767px) {
    .box-customers .slick-customers-nav .item {
        padding: 4px;
    }
}
.box-customers .slick-customers-nav .item .pic {
    overflow: hidden;

    padding: 8px;

    border: 1px solid #666;
    /* border-radius: 50%; */
}
@media (max-width: 767px) {
    .box-customers .slick-customers-nav .item .pic {
        padding: 4px;
    }
}
.box-customers .slick-customers-nav .item .pic .img-box {
    overflow: hidden;
    padding-bottom: 75%;
    /* border-radius: 50%; */
}
.box-customers .slick-customers-nav .slick-current .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    border-color: rgba(8, 108, 176, .26);
}
.box-customers .slick-customers-nav .slick-current .item .pic {
    border-color: #7a007a;
}
.box-subscribe .subscribe {
    position: relative;

    max-width: 690px;
    margin: 0 auto;
    margin-top: 30px;
}
.box-subscribe .subscribe input {
    line-height: 50px;

    width: 100%;
    height: 50px;
    padding: 0 90px 0 30px;

    border: 1px solid #aab1b2;
}
@media (max-width: 767px) {
    .box-subscribe .subscribe input {
        padding-left: 10px;
    }
}
.box-subscribe .subscribe input::-webkit-input-placeholder,
.box-subscribe .subscribe textarea::-webkit-input-placeholder {
    color: #a1adb0;
}
.box-subscribe .subscribe input:-o-placeholder,
.box-subscribe .subscribe textarea:-o-placeholder {
    color: #a1adb0;
}
.box-subscribe .subscribe input::-moz-placeholder,
.box-subscribe .subscribe textarea::-moz-placeholder {
    color: #a1adb0;
}
.box-subscribe .subscribe input:-ms-input-placeholder,
.box-subscribe .subscribe textarea:-ms-input-placeholder {
    color: #a1adb0;
}
.box-subscribe .subscribe input:focus::-webkit-input-placeholder,
.box-subscribe .subscribe textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe input:focus::-o-placeholder,
.box-subscribe .subscribe textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe input:focus::-moz-placeholder,
.box-subscribe .subscribe textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe input:focus::-ms-input-placeholder,
.box-subscribe .subscribe textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .subscribe .submit {
    line-height: 42px;

    position: absolute;
    top: 4px;
    right: 4px;

    width: 80px;
    height: 42px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background-color: #7a007a;
}
.box-subscribe .subscribe .submit .icon {
    font-size: 30px;
}
.box-subscribe .subscribe .submit:hover {
    background-color: #105a8c;
}
.box-subscribe .share {
    margin-top: 36px;

    text-align: center;
}
.box-subscribe .share ul li {
    display: inline-block;

    margin-right: 12px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-subscribe .share ul li {
        margin-right: 6px;
    }
}
.box-subscribe .share ul li a {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 32px;
    height: 32px;

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

    color: #c8c8c8;
    border: 1px solid rgba(200, 200, 200, .39);
    border-radius: 50%;
}
.box-subscribe .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.box-subscribe .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-subscribe .share ul li a:hover {
    color: #7a007a;
}
.box-subscribe .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.box-subscribe .share ul li.twitter a:before {
    content: '\e60b';
}
.box-subscribe .share ul li.linkedin a:before {
    content: '\ed9a';
}
.box-subscribe .share ul li.instagram a:before {
    content: '\e6b6';
}
.box-subscribe .share ul li.youtube a:before {
    content: '\e880';
}
.box-subscribe .share ul li.google a:before {
    content: '\e645';
}
.box-subscribe .share ul li.amazon a:before {
    content: '\e6c1';
}
.box-subscribe .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.box-news {
    background-color: #e4eff6;
}
.box-news .news {
    margin-top: 30px;
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-news .news .slick-news {
        margin: 0 -7px;
    }
}
.box-news .news .slick-news .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-news .news .slick-news .slick-slide {
        padding: 0 7px;
    }
}
.box-news .news .item {
    display: block;

    color: #fff;
    background-color: #7a007a;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 88.88888889%;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .text {
    padding: 20px;
}
.box-news .news .item .text .date {
    font-size: 16px;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px) {
    .box-news .news .item .text .date {
        font-size: 14px;
    }
}
.box-news .news .item .text .date .icon {
    margin-right: 8px;
}
.box-news .news .item .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .text h3 {
    text-decoration: underline;
}
.box-news .link {
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px) {
    .box-news .link {
        margin-top: 30px;
    }
}
.box-news .link .slick-arrow {
    position: relative;
    top: auto;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;
}
.box-news .link .slick-arrow .slick-next {
    right: 0;
}
.box-news .link .more {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.box-news .link .more:hover {
    color: #7a007a;
}
.footer {
    border-top: 1px solid #e6f0f7;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 20px 0;
    }
}
.footer .foot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer .foot ul {
        font-size: 0;

        display: block;
    }
}
@media (max-width: 991px) {
    .footer .foot ul li {
        font-size: 14px;

        display: inline-block;

        width: 33.33333333%;
        padding: 10px 10px;

        vertical-align: top;
    }
}
@media (max-width: 767px) {
    .footer .foot ul li {
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .footer .foot .title-foot {
        margin-top: 20px;
    }
}
.footer .foot .title-foot h3 {
    font-size: 20px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .footer .foot .title-foot h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-1 .info-down {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer .foot .item-1 img {
    display: block;

    height: 80px;
}
@media (max-width: 767px) {
    .footer .foot .item-1 img {
        display: inline-block;

        height: 44px;

        vertical-align: middle;
    }
}
.footer .foot .item-1 .sitemap {
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #7a007a;
}
@media (max-width: 1199px) {
    .footer .foot .item-1 .sitemap {
        padding: 0 14px;
    }
}
@media (max-width: 991px) {
    .footer .foot .item-1 .sitemap {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-1 .sitemap {
        margin: 0;
    }
}
.footer .foot .item-1 .sitemap .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.footer .foot .item-1 .sitemap:hover {
    background-color: #105a8c;
}
.footer .foot .item-2 .info-down {
    margin-top: 14px;
}
@media (max-width: 767px) {
    .footer .foot .item-2 .info-down {
        margin-top: 10px;
    }
}
.footer .foot .item-2 .info-down a {
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #666;
}
@media (max-width: 1199px) {
    .footer .foot .item-2 .info-down a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-2 .info-down a {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-2 .info-down a:hover {
    color: #7a007a;
}
.footer .foot .item-3 {
    max-width: 310px;
}
@media (max-width: 1199px) {
    .footer .foot .item-3 {
        max-width: 260px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-3 {
        max-width: 100%;
    }
}
.footer .foot .item-3 .info-down {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot .item-3 .info-down {
        margin-top: 10px;
    }
}
.footer .foot .item-3 .info-down p {
    font-size: 16px;
    line-height: 28px;

    position: relative;

    padding-left: 36px;

    color: #666;
}
@media (max-width: 1199px) {
    .footer .foot .item-3 .info-down p {
        font-size: 14px;

        padding-left: 30px;
    }
}
.footer .foot .item-3 .info-down p b {
    font-weight: normal;

    display: block;

    color: #222;
}
.footer .foot .item-3 .info-down p .icon {
    position: absolute;
    top: 0;
    left: 0;

    color: #222;
}
.footer .foot .item-3 .info-down a:hover {
    text-decoration: underline;
}
.footer .copyright {
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #7a007a;
}
.footer .copyright p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .footer .copyright p {
        line-height: 24px;
    }
}
.footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.wrap-bottom {
    padding-bottom: 0;
}
.wrap-top {
    padding-top: 0;
}
.title-in h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-common {
    padding: 10px 20px;

    background: url(../image/title_common.png) no-repeat left center;
}
@media (max-width: 767px) {
    .title-common {
        padding: 10px;

        background-size: 90% 100%;
    }
}
.application-show .text2 h3,
#features .fancybox-pic h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    padding: 25px 20px;
    /*padding: 10px 20px;*/

    background: url(../image/title_common.png) no-repeat left center;
}
@media (max-width: 767px) {
    .title-common h3 {
        font-size: 18px;
    }
}
.wrap-location {
    background-color: #e4eff6;
}
.wrap-location .location {
    padding: 10px 0;
}
.wrap-location .location>ul {
    position: relative;

    padding-left: 30px;
}
.wrap-location .location>ul:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    display: inline-block;

    content: '\e663';
    vertical-align: middle;
}
.wrap-location .location>ul>li {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li {
        font-size: 15px;
        line-height: 24px;
    }
}
.wrap-location .location>ul>li:after {
    display: inline-block;

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

    vertical-align: middle;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-sidenav-application {
    margin-top: 50px;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li {
    margin-bottom: 26px;
}
@media (max-width: 1470px) {
    .wrap-sidenav-application .sidenav ul.slevel-1>li {
        margin-bottom: 16px;
    }
}
.wrap-sidenav-application .sidenav ul.slevel-1>li>a {
    font-size: 0;

    display: block;

    padding: 6px;

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

    border-radius: 30px 0 0 30px;
    background-color: #e4eff6;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li>a .icon,
.wrap-sidenav-application .sidenav ul.slevel-1>li>a span {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li>a .icon {
    font-size: 24px;
    line-height: 54px;

    width: 54px;
    height: 54px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li>a span {
    font-size: 18px;
    font-weight: bold;

    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .wrap-sidenav-application .sidenav ul.slevel-1>li>a span {
        font-size: 17px;

        padding-left: 10px;
    }
}
.wrap-sidenav-application .sidenav ul.slevel-1>li.active>a,
.wrap-sidenav-application .sidenav ul.slevel-1>li:hover>a {
    color: #fff;
    background-color: #7a007a;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li.active>a span,
.wrap-sidenav-application .sidenav ul.slevel-1>li:hover>a span {
    text-decoration: underline;
}
.wrap-sidenav-application .sidenav ul.slevel-1>li.active>a .icon,
.wrap-sidenav-application .sidenav ul.slevel-1>li:hover>a .icon {
    color: #7a007a;
}
.wrap-sidenav-application .sidenav ul.slevel-2 {
    display: none;

    padding: 20px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-sidenav-application .sidenav ul.slevel-2 {
        padding-top: 10px;
    }
}
.wrap-sidenav-application .sidenav ul.slevel-2>li>a {
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 5px 10px 5px 78px;
}
.wrap-sidenav-application .sidenav ul.slevel-2>li.active>a,
.wrap-sidenav-application .sidenav ul.slevel-2>li:hover>a {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-sidenav-product {
    margin-top: 40px;
}
.wrap-sidenav-product .sidenav {
    padding: 6px 14px;

    border-radius: 10px;
    background-color: #e4eff6;
}
.wrap-sidenav-product .slevel-1>li {
    margin: 12px 0;
}
.wrap-sidenav-product .slevel-1>li>a {
    font-size: 0;
    line-height: 30px;

    display: block;

    padding: 15px 10px;

    border-radius: 10px;
    background-color: #fff;
}
.wrap-sidenav-product .slevel-1>li>a .icon,
.wrap-sidenav-product .slevel-1>li>a span {
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1470px) {
    .wrap-sidenav-product .slevel-1>li>a .icon,
    .wrap-sidenav-product .slevel-1>li>a span {
        font-size: 18px;
    }
}
.wrap-sidenav-product .slevel-1>li>a .icon {
    font-size: 24px;

    width: 46px;

    text-align: center;

    color: #7a007a;
}
@media (max-width: 1470px) {
    .wrap-sidenav-product .slevel-1>li>a .icon {
        width: 50px;
    }
}
.wrap-sidenav-product .slevel-1>li>a span {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
}
@media (max-width: 1470px) {
    .wrap-sidenav-product .slevel-1>li>a span {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}
.wrap-sidenav-product .slevel-1>li.active>a,
.wrap-sidenav-product .slevel-1>li:hover>a {
    color: #fff;
    background-color: #7a007a;
}
.wrap-sidenav-product .slevel-1>li.active>a .icon,
.wrap-sidenav-product .slevel-1>li:hover>a .icon {
    color: #fff;
    filter: brightness(0) invert(1);
}
.wrap-sidenav-product .slevel-2 {
    display: none;

    padding: 0 8%;
}
.wrap-sidenav-product .slevel-2>li {
    border-bottom: 1px solid #bbd6e9;
}
.wrap-sidenav-product .slevel-2>li:last-child {
    border-bottom: none;
}
.wrap-sidenav-product .slevel-2>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 30px 10px 0px;
}
@media (max-width: 1470px) {
    .wrap-sidenav-product .slevel-2>li>a {
        padding: 10px 30px 10px 0px;
    }
}
.wrap-sidenav-product .slevel-2>li.active>a,
.wrap-sidenav-product .slevel-2>li:hover>a {
    color: #7a007a;
}
.wrap-sidenav-product .slevel-3 {
    display: none;

    border-top: 3px solid #7a007a;
    border-radius: 10px;
    background-color: #d2e4f0;
}
.wrap-sidenav-product .slevel-3>li>a {
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 10px 5px 40px;

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

    color: #666;
}
@media (max-width: 1470px) {
    .wrap-sidenav-product .slevel-3>li>a {
        padding-left: 20px;
    }
}
.wrap-sidenav-product .slevel-3>li>a:before {
    position: absolute;
    top: 15px;
    left: 30px;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #7a007a;
}
.wrap-sidenav-product .slevel-3>li.active>a,
.wrap-sidenav-product .slevel-3>li:hover>a {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-sidenav-product .slevel-3>li.active>a:before,
.wrap-sidenav-product .slevel-3>li:hover>a:before {
    opacity: 1;
}
.xs-product-nav {
    overflow: hidden;

    margin-top: 10px;
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;

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

    padding: 0 10px;

    text-transform: capitalize;
}
.xs-product-nav>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.xs-product-nav>ul>li.active>a {
    color: #7a007a;
}
.wrap-about .about {
    margin-top: 20px;
}
.wrap-about .about p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-about .about p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .video {
    margin-top: 80px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-about .video {
        margin-top: 50px;
    }
}
.wrap-about .video .btn-play {
    padding: 200px 0 130px;

    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-about .video .btn-play {
        padding: 100px 0 60px;
    }
}
.wrap-about .video .btn-play .play {
    position: relative;

    display: inline-block;

    cursor: pointer;
}
.wrap-about .video .btn-play .play:before {
    position: absolute;
    top: -25px;
    left: -25px;

    display: block;

    width: 114px;
    height: 114px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-animation: scaleDraw 3s infinite;
    animation: scaleDraw 3s infinite;

    background: url(../image/playbg.png) no-repeat center;
    background-size: cover;
}
.wrap-about .video .btn-play .play .icon {
    font-size: 30px;
    line-height: 64px;

    position: relative;
    z-index: 2;

    display: block;

    width: 64px;
    height: 64px;

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

    color: #7a007a;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .video .btn-play .play:hover .icon {
    color: #fff;
    background-color: #7a007a;
}
.wrap-about .number {
    padding: 60px 0;

    text-align: center;

    color: #fff;
    background-color: rgba(34, 34, 34, .51);
}
@media (max-width: 991px) {
    .wrap-about .number {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .wrap-about .number {
        padding: 20px 15px;

        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-about .number ul {
        display: block;
    }
}
.wrap-about .number ul li {
    display: inline-block;

    margin: 10px 0;

    vertical-align: middle;
}
.wrap-about .number ul li:after {
    display: inline-block;

    width: 1px;
    height: 31px;
    margin: 0 80px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-about .number ul li:after {
        display: none;
    }
}
.wrap-about .number ul li:last-child:after {
    display: none;
}
.wrap-about .number .item {
    display: inline-block;

    vertical-align: middle;
}
.wrap-about .number .item p {
    color: #fff;
}
.wrap-honor .honor {
    margin-top: 30px;
}
.wrap-honor .honor .slick-honor {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-honor .honor .slick-honor {
        margin: 0 -7px;
    }
}
.wrap-honor .honor .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-honor .honor .slick-slide {
        padding: 0 7px;
    }
}
.wrap-honor .honor .item {
    display: block;

    text-align: center;
}
.wrap-honor .honor .item .pic {
    padding: 5px;

    border: 4px solid #e4eff6;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 143.33333333%;
}
.wrap-honor .honor .item .img-box:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0)), to(rgba(102, 102, 102, .62)));
    background-image: -webkit-linear-gradient(rgba(102, 102, 102, 0), rgba(102, 102, 102, .62));
    background-image: linear-gradient(rgba(102, 102, 102, 0), rgba(102, 102, 102, .62));
}
.wrap-honor .honor .item .img-box:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;

    width: 100%;

    content: '\e66c';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item h3 {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover .img-box:before {
    opacity: 1;
}
.wrap-honor .honor .item:hover .img-box:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

    opacity: 1;
}
.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .honor .item:hover h3 {
    text-decoration: underline;
}
.wrap-download .download {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-download .download {
        margin: 0;
    }
}
.wrap-download .download .item {
    font-size: 0;

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

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

    border: 1px solid #bfbfbf;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-download .download .item {
        margin-top: 20px;
        padding: 14px 0;
    }
}
.wrap-download .download .item .iconleft,
.wrap-download .download .item .note,
.wrap-download .download .item .down {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .iconleft,
.wrap-download .download .item .down {
    line-height: 1;

    width: 140px;

    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .iconleft,
    .wrap-download .download .item .down {
        width: 80px;
    }
}
.wrap-download .download .item .iconleft .iconfont {
    font-size: 60px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .iconleft .iconfont {
        font-size: 50px;
    }
}
.wrap-download .download .item .note {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
}
@media (max-width: 1199px) {
    .wrap-download .download .item .note {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
    }
}
.wrap-download .download .item .note h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item .note h3 {
        font-size: 18px;
    }
}
.wrap-download .download .item .note p {
    margin: 4px 0 0 0;
}
.wrap-download .download .item .note p span {
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .note p span {
        font-size: 13px;

        margin-right: 10px;
    }
}
.wrap-download .download .item .down .icon {
    font-size: 40px;
}
@media (max-width: 1199px) {
    .wrap-download .download .item .down .icon {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover {
        border-color: #7a007a;
    }
    .wrap-download .download .item:hover .iconleft .iconfont {
        color: #7a007a;
    }
    .wrap-download .download .item:hover .note h3 {
        color: #7a007a;
    }
    .wrap-download .download .item:hover .down {
        color: #7a007a;
    }
}
.wrap-download-product .download-product .item {
    font-size: 0;

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

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

    background-color: #e4eff6;
}
.wrap-download-product .download-product .item .pic,
.wrap-download-product .download-product .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download-product .download-product .item .pic {
    width: 230px;
}
@media (max-width: 1199px) {
    .wrap-download-product .download-product .item .pic {
        width: 200px;
    }
}
@media (max-width: 991px) {
    .wrap-download-product .download-product .item .pic {
        width: 50%;
    }
}
.wrap-download-product .download-product .item .pic .img-box {
    padding-bottom: 126.08695652%;
}
.wrap-download-product .download-product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download-product .download-product .item .note {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .wrap-download-product .download-product .item .note {
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-download-product .download-product .item .note {
        width: 50%;
        padding-left: 10px;
    }
}
.wrap-download-product .download-product .item .note h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #7a007a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-download-product .download-product .item .note h3 {
        font-size: 20px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: auto;
        max-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .wrap-download-product .download-product .item .note h3 {
        font-size: 18px;
    }
}
.wrap-download-product .download-product .item .note p {
    margin: 10px 0 0 0;
}
.wrap-download-product .download-product .item .note p span {
    line-height: 30px;

    display: block;
}
.wrap-download-product .download-product .item .note .down {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-download-product .download-product .item .note .down {
        margin-top: 20px;
    }
}
.wrap-download-product .download-product .item .note .down a {
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 26px;

    color: #666;
    border: 1px solid #666;
    border-radius: 30px;
}
@media (max-width: 991px) {
    .wrap-download-product .download-product .item .note .down a {
        font-size: 14px;

        padding: 0 14px;
    }
}
.wrap-download-product .download-product .item .note .down a .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-download-product .download-product .item:hover {
    background-color: #7a007a;
}
.wrap-download-product .download-product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download-product .download-product .item:hover .note h3,
.wrap-download-product .download-product .item:hover .note p {
    color: #fff;
}
.wrap-download-product .download-product .item:hover .note .down a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, .26);
}
.wrap-aftersales .aftersales {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-aftersales .aftersales {
        margin-top: 20px;
    }
}
.wrap-aftersales .aftersales h3 {
    line-height: 1.2;
}
@media (max-width: 991px) {
    .wrap-aftersales .aftersales h3 {
        font-size: 20px;
    }
}
.wrap-aftersales .aftersales p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-aftersales .aftersales p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-aftersales .aftersales img {
    max-width: 100%;
    height: auto !important;
}
.wrap-aftersales .registration {
    margin-top: 80px;
}
@media (max-width: 991px) {
    .wrap-aftersales .registration {
        margin-top: 40px;
    }
}
.common-message {
    position: relative;

    padding: 60px 10% 100px;

    border-radius: 10px;
    background-color: #e4eff6;
}
@media (max-width: 1470px) {
    .common-message {
        padding-right: 6%;
        padding-left: 6%;
    }
}
@media (max-width: 991px) {
    .common-message {
        padding: 30px 5% 60px;
    }
}
.common-message .row {
    margin: 0 -10px;
}
.common-message .row .itembox {
    padding: 0 10px;
}
.common-message .message {
    margin-top: 20px;
}
.common-message .message input,
.common-message .message textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 10px 20px;

    border: 2px solid #fff;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .common-message .message input,
    .common-message .message textarea {
        font-size: 14px;
        line-height: 24px;

        min-height: 44px;
        margin-top: 10px;
        padding: 10px;
    }
}
.common-message .message input:focus,
.common-message .message textarea:focus {
    border-color: #7a007a;
}
.common-message .message input::-webkit-input-placeholder,
.common-message .message textarea::-webkit-input-placeholder {
    color: #666;
}
.common-message .message input:-o-placeholder,
.common-message .message textarea:-o-placeholder {
    color: #666;
}
.common-message .message input::-moz-placeholder,
.common-message .message textarea::-moz-placeholder {
    color: #666;
}
.common-message .message input:-ms-input-placeholder,
.common-message .message textarea:-ms-input-placeholder {
    color: #666;
}
.common-message .message input:focus::-webkit-input-placeholder,
.common-message .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.common-message .message input:focus::-o-placeholder,
.common-message .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.common-message .message input:focus::-moz-placeholder,
.common-message .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.common-message .message input:focus::-ms-input-placeholder,
.common-message .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.common-message .message .submit {
    line-height: 64px;

    position: absolute;
    bottom: -128px;
    left: 50%;

    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;

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

    color: #fff;
    border-radius: 50%;
    outline: none;
    background-color: #7a007a;
    box-shadow: 0 0 10px rgba(8, 108, 176, .4);
}
@media (max-width: 991px) {
    .common-message .message .submit {
        bottom: -88px;
    }
}
.common-message .message .submit .icon {
    font-size: 30px;
}
.common-message .message .submit:hover {
    background-color: #105a8c;
}
.wrap-news .news-menu {
    margin-top: 40px;

    text-align: center;

    border-bottom: 1px solid #d6dae0;
}
@media (max-width: 767px) {
    .wrap-news .news-menu {
        margin-top: 20px;
    }
}
.wrap-news .news-menu>ul {
    margin: 0 -20px;
}
.wrap-news .news-menu>ul>li {
    display: inline-block;

    padding: 0 20px;

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

    position: relative;

    display: block;

    padding: 15px 0;
}
@media (max-width: 767px) {
    .wrap-news .news-menu>ul>li>a {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 0;
    }
}
.wrap-news .news-menu>ul>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #7a007a;
}
.wrap-news .news-menu>ul>li.active>a {
    color: #7a007a;
}
.wrap-news .news-menu>ul>li.active>a:after {
    width: 100%;
}
.wrap-news .news {
    margin-top: 40px;
}
.wrap-news .news .item {
    font-size: 0;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 330px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 88.88888889%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding: 10px 3%;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
    }
}
.wrap-news .news .item .note .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #7a007a;
}
.wrap-news .news .item .note .date .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-news .news .item .note h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note h3 {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.wrap-news .news .item .note p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note p {
        font-size: 14px;
        line-height: 22px;

        max-height: 44px;
    }
}
.wrap-news .news .item .note .more {
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

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

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

    color: #666;
    border: 1px solid #666;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note .more {
        font-size: 15px;
        line-height: 36px;

        margin-top: 20px;
        padding: 0 30px;
    }
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3 {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-news .news .item:hover .note .more {
    color: #fff;
    border-color: #7a007a;
    background-color: #7a007a;
}
.wrap-details .title-details h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details h1 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #7a007a;
}
.wrap-details .title-details .date .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .details .text p {
        font-size: 14px;
    }
}
.wrap-details .details .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 16px;

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

    vertical-align: middle;
}
.wrap-details .relate-details {
    margin-top: 50px;
}
.wrap-details .relate-details a {
    font-size: 16px;
    line-height: 40px;

    position: relative;

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

    height: 40px;
    padding-left: 38px;

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

    color: #666;

    -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: 24px;

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

    content: '\e6f1';

    color: #999;
}
.wrap-details .relate-details a.next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .relate-details a:hover {
    color: #7a007a;
}
.wrap-details .relate-details a:hover:before {
    color: #7a007a;
}
.wrap-application .application {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-application .application {
        margin: 0;
    }
}
.wrap-application .application .item {
    display: block;

    margin-top: 30px;

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

    background-color: #e4eff6;
}
@media (max-width: 767px) {
    .wrap-application .application .item {
        margin-top: 14px;
    }
}
.wrap-application .application .item .pic {
    overflow: hidden;

    border-radius: 5px 5px 0 0;
}
.wrap-application .application .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-application .application .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-application .application .item .note h3 {
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-application .application .item .note h3 {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-application .application .item:hover {
    background-color: #7a007a;
}
.wrap-application .application .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-application .application .item:hover .note h3 {
    color: #fff;
}
.wrap-application-show .title-application-show {
    text-align: center;
}
.wrap-application-show .title-application-show h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-application-show .title-application-show h1 {
        font-size: 24px;
    }
}
.wrap-application-show .application-show .text {
    margin-top: 20px;
}
.wrap-application-show .application-show .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-application-show .application-show .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-application-show .application-show .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-application-show .application-show .info {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-application-show .application-show .info {
        padding-top: 40px;
    }
}
.wrap-application-show .application-show .application-product {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-application-show .application-show .application-product {
        padding-top: 40px;
    }
}
.wrap-application-show .application-show .application-product .title-application-product h3 {
    font-size: 20px;
    font-weight: bold;
}
.wrap-application-show .application-show .application-product .slick-arrow {
    top: -40px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrap-application-show .application-show .application-product .slick-arrow.slick-next {
    right: 15px;
}
.wrap-solution .solution ul li:nth-child(2n) .item .pic {
    left: 60%;
}
@media (max-width: 991px) {
    .wrap-solution .solution ul li:nth-child(2n) .item .pic {
        left: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.wrap-solution .solution ul li:nth-child(2n) .item .text {
    right: 40%;
}
@media (max-width: 991px) {
    .wrap-solution .solution ul li:nth-child(2n) .item .text {
        right: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution ul li:nth-child(2n) .item .text {
        right: 0;
    }
}
.wrap-solution .solution .item {
    font-size: 0;

    display: block;

    margin-top: 40px;
    padding: 12px;

    border: 1px solid #e4eff6;
}
.wrap-solution .solution .item .pic,
.wrap-solution .solution .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-solution .solution .item .pic {
    width: 40%;
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .pic {
        width: 100%;
    }
}
.wrap-solution .solution .item .pic .img-box {
    padding-bottom: 53.57142857%;
}
.wrap-solution .solution .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-solution .solution .item .text {
    width: 60%;
    padding: 20px 5%;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .text {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .text {
        width: 100%;
    }
}
.wrap-solution .solution .item .text .icon {
    font-size: 40px;
    line-height: 1;

    display: block;

    color: #7a007a;
}
.wrap-solution .solution .item .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 10px 0;

    color: #7a007a;
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .text h3 {
        font-size: 20px;
    }
}
.wrap-solution .solution .item .text p {
    font-size: 16px;
    line-height: 2;

    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solution .solution .item .text .more {
    margin-top: 40px;
}
@media (max-width: 1470px) {
    .wrap-solution .solution .item .text .more {
        margin-top: 20px;
    }
}
.wrap-solution .solution .item .text .more a {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    padding: 0 40px;

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

    color: #7a007a;
    border-radius: 30px;
    background-color: #e4eff6;
}
.wrap-solution .solution .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-solution .solution .item:hover .text .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-solution .solution .item:hover .text .more a {
    color: #fff;
    background-color: #7a007a;
}
.wrap-solution-show .solution-show-menu {
    padding: 0 3%;

    border-bottom: 1px solid #d6dae0;
}
.wrap-solution-show .solution-show-menu>ul {
    margin: 0 -20px;
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show-menu>ul {
        margin: 0 -5px;
    }
}
.wrap-solution-show .solution-show-menu>ul>li {
    display: inline-block;

    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show-menu>ul>li {
        padding: 0 5px;
    }
}
.wrap-solution-show .solution-show-menu>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show-menu>ul>li>a {
        font-size: 16px;
        line-height: 24px;

        padding: 5px 0;
    }
}
.wrap-solution-show .solution-show-menu>ul>li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #7a007a;
}
.wrap-solution-show .solution-show-menu>ul>li.active>a {
    color: #7a007a;
}
.wrap-solution-show .solution-show-menu>ul>li.active>a:after {
    width: 100%;
}
.wrap-solution-show .solution-show {
    margin-top: 30px;
}
.wrap-solution-show .solution-show .solution-item {
    font-size: 0;

    overflow: hidden;

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

    border-radius: 20px;
    background-color: #f4f6f8;
}
@media (max-width: 991px) {
    .wrap-solution-show .solution-show .solution-item {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item {
        padding: 10px;
    }
}
.wrap-solution-show .solution-show .solution-item .pic,
.wrap-solution-show .solution-show .solution-item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-solution-show .solution-show .solution-item .pic {
    overflow: hidden;

    width: 330px;

    border-radius: 5px;
}
@media (max-width: 991px) {
    .wrap-solution-show .solution-show .solution-item .pic {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item .pic {
        width: 100%;
    }
}
.wrap-solution-show .solution-show .solution-item .text {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-left: 40px;
}
@media (max-width: 991px) {
    .wrap-solution-show .solution-show .solution-item .text {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item .text {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-solution-show .solution-show .solution-item .text .title-solution-item h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    color: #7a007a;
}
@media (max-width: 991px) {
    .wrap-solution-show .solution-show .solution-item .text .title-solution-item h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item .text .title-solution-item h3 {
        font-size: 18px;
    }
}
.wrap-solution-show .solution-show .solution-item .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-solution-show .solution-show .solution-item .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;

    color: #444;
}
@media (max-width: 767px) {
    .wrap-solution-show .solution-show .solution-item .text h4 {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-solution-show .solution-show .solution-item .text .note {
    margin-top: 20px;
}
.wrap-solution-show .solution-show .solution-item:hover .text h3 {
    text-decoration: underline;
}
.wrap-product .title {
    text-align: left;
}
.wrap-product .product {
    margin-top: 10px;
}
.wrap-product .product ul {
    font-size: 0;
}
.wrap-product .product ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-product-show .title {
    text-align: left;
}
.wrap-product-show .product-show {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show {
        margin-top: 0;
    }
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
@media (min-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel-left {
        width: 56%;
    }
    .wrap-product-show .carousel-wrap .carousel-right {
        width: 44%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .item {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .item .img-box {
    padding-bottom: 75%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    border: 1px solid #85cada;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    font-size: 0;

    position: relative;

    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;

    overflow: hidden;

    border: 1px solid #85cada;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 48px;

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

    width: 48px;
    height: 48px;

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

    color: #7a007a;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after {
        font-size: 24px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #7a007a;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
    font-size: 24px;
    font-size: 22px;
    line-height: 90px;

    top: 50%;
    left: 0;

    width: 24px;
    height: 90px;

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

    color: #333;
    border-radius: 5px;
    background: none;
    background-color: #fff;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
        line-height: 60px;

        height: 60px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover {
    color: #fff;
    background-color: #7a007a;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 22px;
    }
}
.wrap-product-show .info-box .text {
    min-height: 290px;
    margin-top: 20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .text {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #7a007a;
}
.wrap-product-show .info-box .text p {
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .text p {
        line-height: 24px;
    }
}
.wrap-product-show .info-box .link {
    margin-top: 40px;
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart {
    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a {
    font-size: 16px;
    line-height: 42px;

    display: inline-block;

    padding: 0 20px;

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

    color: #7a007a;
    border-radius: 30px;
    background-color: #e4eff6;
}
.wrap-product-show .info-box .link .btn-inquiry a .icon,
.wrap-product-show .info-box .link .btn-cart a .icon {
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover {
    color: #fff;
    background-color: #105a8c;
}
.wrap-product-show .info-box .link .btn-inquiry {
    margin-right: 18px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-inquiry {
        margin-right: 10px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a {
    color: #fff;
    background-color: #7a007a;
}
.wrap-product-show .info-box .share {
    margin-top: 20px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p {
    font-size: 18px;
    font-weight: bold;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title {
    text-align: left;
}
.wrap-product-show .parameter .parameter-sort {
    margin-top: 30px;

    text-align: center;

    border: 1px solid #85cada;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-sort {
        font-size: 0;
    }
}
.wrap-product-show .parameter .parameter-sort ul li {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-sort ul li {
        font-size: 14px;

        width: 50%;
    }
}
.wrap-product-show .parameter .parameter-sort ul li:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    content: '|';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}
.wrap-product-show .parameter .parameter-sort ul li:last-child:after {
    display: none;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-sort ul li:nth-child(2n):after {
        display: none;
    }
}
.wrap-product-show .parameter .parameter-sort ul li>a {
    font-size: 18px;
    line-height: 28px;

    position: relative;

    display: inline-block;

    padding: 10px 50px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .parameter-sort ul li>a {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-sort ul li>a {
        font-size: 16px;

        padding: 5px 10px;
    }
}
.wrap-product-show .parameter .parameter-sort ul li>a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #7a007a;
}
.wrap-product-show .parameter .parameter-sort ul li.active>a {
    color: #7a007a;
}
.wrap-product-show .parameter .parameter-sort ul li.active>a:after {
    width: 38px;
}
.wrap-product-show .parameter .parameter-text {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-text {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter .title-parameter h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #7a007a;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .title-parameter h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .title-parameter h3 {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .title-parameter h3:before {
    display: inline-block;

    width: 16px;
    height: 17px;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../image/prodot.png) no-repeat center;
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
}
.wrap-product-show .parameter .text .note {
    margin-top: 10px;
}
.wrap-product-show .parameter .text img {
    width: 48%;
    margin: 15px 0;

    /* border: 1px solid #bfd9eb; */
}
.wrap-product-show .parameter .text img:nth-child(2n + 1) {
    margin-right: 3%;
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
    font-size: 16px;
    line-height: 24px;

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

    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .table-box table {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;

    padding: 10px 20px !important;

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

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .parameter .table-box table td:nth-child(1) {
    width: 33% !important;
}
.wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1) {
    font-size: 18px;

    color: #333;
    background-color: #e4eff6;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1) {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .parameter-specification .table-box table tr:nth-child(1) td {
    font-weight: bold;
}
.wrap-product-show .parameter .parameter-brochure .item {
    font-size: 0;

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

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

    border: 1px solid #7a007a;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .parameter-brochure .item {
        margin-top: 20px;
        padding: 14px 0;
    }
}
.wrap-product-show .parameter .parameter-brochure .item .iconleft,
.wrap-product-show .parameter .parameter-brochure .item .note,
.wrap-product-show .parameter .parameter-brochure .item .down {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .parameter .parameter-brochure .item .iconleft,
.wrap-product-show .parameter .parameter-brochure .item .down {
    line-height: 1;

    width: 80px;

    text-align: center;
}
.wrap-product-show .parameter .parameter-brochure .item .iconleft {
    color: #7a007a;
}
.wrap-product-show .parameter .parameter-brochure .item .iconleft .iconfont {
    font-size: 60px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .parameter-brochure .item .iconleft .iconfont {
        font-size: 50px;
    }
}
.wrap-product-show .parameter .parameter-brochure .item .note {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}
.wrap-product-show .parameter .parameter-brochure .item .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #7a007a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product-show .parameter .parameter-brochure .item .note p {
    margin: 4px 0 0 0;
}
.wrap-product-show .parameter .parameter-brochure .item .note p span {
    font-size: 14px;
    line-height: 24px;

    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .parameter-brochure .item .note p span {
        font-size: 13px;

        margin-right: 10px;
    }
}
.wrap-product-show .parameter .parameter-brochure .item .down .icon {
    font-size: 40px;

    color: #7a007a;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .parameter-brochure .item .down .icon {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .wrap-product-show .parameter .parameter-brochure .item:hover {
        border-color: #7a007a;
    }
    .wrap-product-show .parameter .parameter-brochure .item:hover .iconleft .iconfont {
        color: #7a007a;
    }
    .wrap-product-show .parameter .parameter-brochure .item:hover .note h3 {
        color: #7a007a;
    }
    .wrap-product-show .parameter .parameter-brochure .item:hover .down {
        color: #7a007a;
    }
}
.wrap-product-show .title-product-show {
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 14px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product {
        margin: 0 -7px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-slide {
        padding: 0 7px;
    }
}
.wrap-product-show .relate-product .item {
    margin-top: 30px;
}
.wrap-product-show .relate-product .slick-arrow {
    top: -40px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-arrow {
        right: 60px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next {
    right: 15px;
}
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry .row,
.wrap-product-show .message .row,
.wrap-inquiry .message .row {
    margin: 0 -5px;
}
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .message .row .itembox,
.wrap-inquiry .message .row .itembox {
    padding: 0 5px;
}
.wrap-product-show .inquiry form input,
.wrap-inquiry .inquiry form input,
.wrap-product-show .message form input,
.wrap-inquiry .message form input,
.wrap-product-show .inquiry form textarea,
.wrap-inquiry .inquiry form textarea,
.wrap-product-show .message form textarea,
.wrap-inquiry .message form textarea {
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    min-height: 48px;
    margin-top: 14px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f6f7f8;
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .message form input::-webkit-input-placeholder,
.wrap-inquiry .message form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea::-webkit-input-placeholder,
.wrap-product-show .message form textarea::-webkit-input-placeholder,
.wrap-inquiry .message form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-inquiry .inquiry form input:-o-placeholder,
.wrap-product-show .message form input:-o-placeholder,
.wrap-inquiry .message form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder,
.wrap-inquiry .inquiry form textarea:-o-placeholder,
.wrap-product-show .message form textarea:-o-placeholder,
.wrap-inquiry .message form textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-inquiry .inquiry form input::-moz-placeholder,
.wrap-product-show .message form input::-moz-placeholder,
.wrap-inquiry .message form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder,
.wrap-inquiry .inquiry form textarea::-moz-placeholder,
.wrap-product-show .message form textarea::-moz-placeholder,
.wrap-inquiry .message form textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-inquiry .inquiry form input:-ms-input-placeholder,
.wrap-product-show .message form input:-ms-input-placeholder,
.wrap-inquiry .message form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:-ms-input-placeholder,
.wrap-product-show .message form textarea:-ms-input-placeholder,
.wrap-inquiry .message form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .message form input:focus::-webkit-input-placeholder,
.wrap-inquiry .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-webkit-input-placeholder,
.wrap-product-show .message form textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-inquiry .inquiry form input:focus::-o-placeholder,
.wrap-product-show .message form input:focus::-o-placeholder,
.wrap-inquiry .message form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-o-placeholder,
.wrap-product-show .message form textarea:focus::-o-placeholder,
.wrap-inquiry .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .message form input:focus::-moz-placeholder,
.wrap-inquiry .message form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-moz-placeholder,
.wrap-product-show .message form textarea:focus::-moz-placeholder,
.wrap-inquiry .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .message form input:focus::-ms-input-placeholder,
.wrap-inquiry .message form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form textarea:focus::-ms-input-placeholder,
.wrap-product-show .message form textarea:focus::-ms-input-placeholder,
.wrap-inquiry .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input,
.wrap-inquiry .inquiry form .read input,
.wrap-product-show .message form .read input,
.wrap-inquiry .message form .read input {
    font-size: 16px;

    color: #fff;
    border: none;
    background-color: #7a007a;
}
.wrap-product-show .inquiry form .send,
.wrap-inquiry .inquiry form .send,
.wrap-product-show .message form .send,
.wrap-inquiry .message form .send {
    text-align: center;
}
.wrap-product-show .inquiry form .submit,
.wrap-inquiry .inquiry form .submit,
.wrap-product-show .message form .submit,
.wrap-inquiry .message form .submit {
    font-size: 16px;
    line-height: 50px;

    position: relative;

    overflow: hidden;

    height: 50px;
    margin-top: 24px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #7a007a;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form .submit,
    .wrap-inquiry .inquiry form .submit,
    .wrap-product-show .message form .submit,
    .wrap-inquiry .message form .submit {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .inquiry form .submit:hover,
.wrap-inquiry .inquiry form .submit:hover,
.wrap-product-show .message form .submit:hover,
.wrap-inquiry .message form .submit:hover {
    background-color: #105a8c;
}
.wrap-contact {
    font-size: 0;
}
.wrap-contact .contact,
.wrap-contact .messagewrap {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-contact .contact {
    width: 45%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .title {
    padding-bottom: 20px;

    text-align: left;

    border-bottom: 1px solid #e8ecf2;
}
@media (min-width: 1200px) {
    .wrap-contact .contact .title h2 {
        font-size: 48px;
    }
}
.wrap-contact .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item {
        margin-top: 14px;
    }
}
.wrap-contact .contact .item .icon {
    width: 60px;
    height: 60px;
    padding: 4px;

    text-align: center;

    border: 1px dashed #7a007a;
    border-radius: 50%;
}
.wrap-contact .contact .item .icon:before {
    font-size: 22px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    color: #fff;
    border-radius: 50%;
    background-color: #7a007a;
}
.wrap-contact .contact .item p {
    font-size: 18px;
    line-height: 28px;

    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .item p {
        font-size: 16px;
        line-height: 24px;

        padding-left: 10px;
    }
}
.wrap-contact .contact .item p a {
    display: inline-block;

    margin-right: 10px;
}
.wrap-contact .contact .item p a:hover {
    text-decoration: underline;
}
.wrap-contact .messagewrap {
    width: 55%;
    padding-right: 3%;
    padding-left: 3%;
}
@media (max-width: 767px) {
    .wrap-contact .messagewrap {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .messagewrap .title h2 {
    text-transform: none;
}
@media (min-width: 1200px) {
    .wrap-contact .messagewrap .title h2 {
        font-size: 36px;
    }
}
.wrap-map {
    overflow: hidden;
}
.wrap-map .map-content {
    height: 440px;
}
@media (max-width: 991px) {
    .wrap-map .map-content {
        height: 300px;
    }
}
.wrap-join .join-img {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-join .join-img {
        margin-top: 20px;
    }
}
.wrap-join .join-img ul {
    margin: 0 -5px;
}
.wrap-join .join-img ul li {
    padding: 0 5px;
}
.wrap-join .join-img .item {
    position: relative;

    overflow: hidden;

    margin-top: 10px;

    text-align: center;

    border-radius: 10px;
}
.wrap-join .join-img .item .img-box {
    padding-bottom: 122.85714286%;
}
.wrap-join .join-img .item .img-box:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}
.wrap-join .join-img .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-join .join-img .item p {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0 10px;

    color: #fff;
}
@media (max-width: 767px) {
    .wrap-join .join-img .item p {
        font-size: 18px;
        line-height: 24px;

        bottom: 10px;
    }
}
.wrap-join .join-member {
    padding-top: 60px;
}
@media (max-width: 767px) {
    .wrap-join .join-member {
        padding-top: 30px;
    }
}
.wrap-join .join-member .item {
    font-size: 0;

    margin-top: 20px;
    padding: 14px 20px;

    border: 1px solid #e4eff6;
    border-radius: 10px;
}
@media (max-width: 1470px) {
    .wrap-join .join-member .item {
        padding: 10px;
    }
}
.wrap-join .join-member .item .pic,
.wrap-join .join-member .item .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-join .join-member .item .pic {
    overflow: hidden;

    width: 88px;
    padding: 8px;

    border: 1px solid #e4eff6;
    border-radius: 50%;
}
.wrap-join .join-member .item .pic .img-box {
    overflow: hidden;

    border-radius: 50%;
}
.wrap-join .join-member .item .text {
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    padding-left: 20px;
}
.wrap-join .join-member .item .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0 0 10px 0;
}
@media (max-width: 767px) {
    .wrap-join .join-member .item .text h3 {
        font-size: 18px;

        margin-bottom: 4px;
    }
}
.wrap-join .join-member .item .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-join .join-member .item .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-join .join-member .item .text p a:hover {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-join .join-member .showMorehandle {
    margin-top: 60px;

    text-align: center;

    border-top: 1px solid #cfd5dd;
}
.wrap-join .join-member .showMorehandle img {
    display: block;

    margin: 0 auto;
}
.wrap-join .join {
    margin-top: 50px;
}
.wrap-join .join .item {
    font-size: 0;

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

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

    border: 1px solid #e4eff6;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-join .join .item {
        padding: 14px;
    }
}
.wrap-join .join .item .item-left,
.wrap-join .join .item .item-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-join .join .item .item-left {
    width: 68%;
}
@media (max-width: 1199px) {
    .wrap-join .join .item .item-left {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .wrap-join .join .item .item-left {
        width: 100%;
    }
}
.wrap-join .join .item .item-left h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-join .join .item .item-left h3 {
        font-size: 20px;
    }
}
.wrap-join .join .item .item-left h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 20px 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-join .join .item .item-left h4 {
        font-size: 16px;

        margin: 10px 0;
    }
}
.wrap-join .join .item .item-left h4 i {
    display: inline-block;

    margin: 0 20px;
}
.wrap-join .join .item .item-left p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-join .join .item .item-left p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-join .join .item .item-right {
    width: 32%;

    text-align: right;
}
@media (max-width: 1199px) {
    .wrap-join .join .item .item-right {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .wrap-join .join .item .item-right {
        width: 100%;
    }
}
.wrap-join .join .item .item-right p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #7a007a;
}
.wrap-join .join .item:hover {
    background-color: #e4eff6;
}
.wrap-sitemap {
    clear: both;
}
.wrap-sitemap .title-in {
    text-align: left;
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.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: 20px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

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

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

    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: #7a007a;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #7a007a;
}
.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 {
    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li>a {
        font-size: 16px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a .icon {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 10px 60px;

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

    color: #7a007a;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul ul {
    padding: 0 50px;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul ul>li {
    display: inline-block;

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

    display: block;

    padding: 10px;

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

        padding: 5px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul ul>li>a:before {
    margin-right: 2px;

    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul ul>li:hover>a {
    text-decoration: underline;

    color: #7a007a;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry h2 span {
    position: relative;
    z-index: 2;
}
.wrap-inquiry .title-inquiry h2 .circle {
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: #7a007a;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 .circle {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiry .title-inquiry p {
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry p {
        font-size: 14px;
    }
}
.wrap-inquiry .inquiry-info {
    font-size: 0;

    width: 100%;

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

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

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

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg {
    width: 18%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .pimg .img-box {
    padding-bottom: 75%;
}
.wrap-inquiry .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .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 #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

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

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

    content: '\e656';

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

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

    content: '\e656';

    color: #7a007a;
}
.wrap-inquiry .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-inquiry .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

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

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

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

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

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover {
    color: #fff;
    border-color: #7a007a;
    background-color: #7a007a;
}
.wrap-inquiry .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info p {
    line-height: 24px;

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

        margin-bottom: 4px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiry .close::after {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after {
    color: #7a007a;
}
.wrap-inquiry .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch {
    margin-top: 40px;
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: 500;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

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

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .relate-search ul {
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .wrap-nosearch .relate-search ul {
        margin: 0 -7px;
    }
}
.wrap-nosearch .relate-search ul li {
    padding: 0 10px;
}
@media (max-width: 767px) {
    .wrap-nosearch .relate-search ul li {
        padding: 0 7px;
    }
}
.wrap-nosearch .relate-search .item .note {
    text-align: left;
}
.wrap-nosearch .relate-search .item .note h3 {
    font-size: 15px;
    font-weight: bold;

    padding-left: 6px;
}
@media (max-width: 767px) {
    .wrap-nosearch .relate-search .item .note h3 a {
        line-height: 25px;

        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
nav {
    text-align: right;
}
.pagination {
    margin: 50px 0 0 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 0;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
    background-color: #7a007a;
}
.pagination li.next a:before {
    content: '\e625';
}
.pagination li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: block;

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

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

    color: #7a007a;
    border: none;
    border-radius: 0;
    background: none;
    background-color: #e4eff6;
}
@media (max-width: 767px) {
    .pagination li a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span {
    border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #7a007a;
    background-color: #7a007a;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #7a007a;
    background-color: #7a007a;
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}
.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;
}
.wrap-about .about table {
    width: 100%;
}
.wrap-about .about table td {
    padding: 0 10px;
}
@media(max-width:767px) {
    .wrap-about .about table td {
        display: block;
        width: 100%;
    }
}
.wrap-about .about img {
    max-width: 100%;
    height: auto !important;
}

.icon-a-yiliaoshebeiyixueyiyuan03:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../image/shiguan.png) no-repeat center;
    background-size: contain;
}
.wrap-sidenav-product .slevel-1>.more>a {
    position: relative;
}

.wrap-sidenav-product .slevel-1>.more>a>button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
    .wrap-sidenav-product .slevel-1>.more>a>button {
        right: 0;
    }
}
.wrap-sidenav-product .slevel-1>.more>a>button::before {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    content: '\e602';
    font-weight: 600;
}
@media screen and (max-width: 1439px) {
    .wrap-sidenav-product .slevel-1>.more>a>button::before {
        font-size: 23px;
    }
}

.wrap-sidenav-product .slevel-2>.more>a {
    position: relative;
}
.wrap-sidenav-product .slevel-2>.more>a>button {
    position: relative;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: transparent;
}
@media screen and (max-width: 1439px) {
    .wrap-sidenav-product .slevel-2>.more>a>button {
        right: 0;
    }
}
.wrap-sidenav-product .slevel-2>.more>a>button::before,
.wrap-sidenav-product .slevel-2>.more>a>button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.wrap-sidenav-product .slevel-2>.more>a>button::after {
    transform: translate(-50%, -50%) rotateZ(90deg);
}
/* .wrap-sidenav-product .slevel-2 > .active > a {
  color: #fff;
  background-color: #03a191;
} */
.wrap-sidenav-product .slevel-2>.active>a>button::before {
    background-color: #7a007a;
}
.wrap-sidenav-product .slevel-2>.active>a>button::after {
    background-color: #7a007a;
    top: 60%;
    opacity: 0;
}
@media(max-width:767px) {
    .wrap-product-show .parameter .table-box img {
        max-width: 100% !important;
        height: auto !important;
    }
}
.box-solution .text {
    margin-top: 30px;
}
.box-solution .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #666;
}
@media(max-width:767px) {
    .box-solution .text p {
        font-size: 14px;
        line-height: 24px;
    }
}

.wrap-details .details .text .table-box {
    font-size: 16px;
    line-height: 1.875;

    overflow: auto;
    /*
    width: 100%;
    max-width: 100%; */
    margin: 30px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-details .details .text .table-box {
        font-size: 14px;
    }
}
.wrap-details .details .text .table-box table {
    line-height: 1.2;

    /* width: 100%;
    max-width: 100%; */

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-details .details .text .table-box table tr,
.wrap-details .details .text .table-box table td,
.wrap-details .details .text .table-box table th {
    width: 25% !important;
    height: auto !important;
}
.wrap-details .details .text .table-box table td,
.wrap-details .details .text .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

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

    background: none !important;
}
.wrap-details .details .text .table-box table th {
    text-align: center;
}
