/**
 * style.less
 * 层叠样式表
 */

.ff {
    font-family: "iconfont" !important;
}

@font-face {
    font-family: "D-DIN Condensed";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/D-DINCondensed-Bold.eot");
    src: local("D-DIN Condensed Bold"), local("D-DINCondensed-Bold"), url("../fonts/D-DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("../fonts/D-DINCondensed-Bold.woff") format("woff"), url("../fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("../fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "D-DIN Condensed";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/D-DINCondensed.eot");
    src: local("D-DIN Condensed"), local("D-DINCondensed"), url("../fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed.woff2") format("woff2"), url("../fonts/D-DINCondensed.woff") format("woff"), url("../fonts/D-DINCondensed.ttf") format("truetype"), url("../fonts/D-DINCondensed.svg#D-DINCondensed") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Regular.eot");
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-display: swap;
}

.textcolor {
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bgcolor {
    background: -webkit-gradient( linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background: linear-gradient(right, #18a7a3, #0f74e8);
}

.fz-16 {
    font-size: 16px;
    line-height: 2.25;
}

@media (max-width: 767px) {
    .fz-16 {
        font-size: 14px;
        line-height: 24px;
    }
}

.fz-16 p {
    margin: 0;
}

html,
body {
    overflow: visible !important;
}

body {
    font-family: "Open Sans", Arial, Helvetica, "Microsoft YaHei", "Heiti SC", sans-serif;
    font-size: 14px;
    height: auto !important;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    font-size: 50px;
    line-height: 1;
    line-height: 60px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 50px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #1baa99;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 991px) {
    .slick-arrow {
        font-size: 30px;
        left: -15px;
        width: 30px;
    }
}

.slick-arrow:before {
    font-family: "iconfont" !important;
    display: inline-block;
    content: "\eb60";
}

.slick-arrow.slick-next {
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -15px;
    }
}

.slick-arrow.slick-next:before {
    content: "\e625";
}

.slick-arrow:hover {
    color: #1baa99;
}

.slick-dots {
    margin-top: 40px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #e5e5e5;
}

@media (max-width: 991px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #1baa99;
}

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 180px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1199px) {
    .header {
        height: 90px;
    }
}

.header .htop {
    height: 40px;
    padding: 0 2%;
    text-align: right;
    background-color: #1baa99;
}

@media (max-width: 1199px) {
    .header .htop {
        height: 30px;
    }
}

.header .htop p,
.header .htop .language {
    font-family: "D-DIN Condensed";
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #fff;
}

@media (max-width: 1199px) {
    .header .htop p,
    .header .htop .language {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .header .htop p,
    .header .htop .language {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .header .htop p,
    .header .htop .language {
        font-size: 12px;
    }
}

.header .htop p {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .header .htop p {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .htop p {
        margin-left: 0px;
    }
}
.header .htop p a:hover {
    text-decoration: underline;
}

.header .htop .language a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 14px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .header .htop .language a {
        margin-left: 6px;
    }
}

.header .htop .language a.en {
    background-position: -26px 0;
}
.header .htop .language a.esp {
    background-position: -52px 0;
}

.header .htop .language a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.header .hnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    padding: 0 2%;
    -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;
}

@media (max-width: 1199px) {
    .header .hnav {
        height: 60px;
    }
}

.header .logo {
    position: relative;
    z-index: 4;
    display: inline-block;
    float: left;
    height: 120px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
    }
}

.header .logo a {
    display: block;
    height: 100%;
}

.header .logo img {
    display: block;
    height: 100%;
}

.header .header-right {
    position: relative;
    z-index: 4;
}

.header .pc-search {
    display: none;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header .pc-search {
        display: inline-block;
        margin: 0;
    }
}

.header .pc-search .search-button {
    font-size: 24px;
    line-height: 35px;
    display: inline-block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background-color: #1baa99;
}

@media (max-width: 767px) {
    .header .pc-search .search-button {
        font-size: 20px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin-left: 6px;
    }
}

.header .pc-search .search-button:before {
    font-family: "iconfont" !important;
    content: "\e660";
    text-align: center;
}

.header .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    display: block;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding: 15px 50px 15px 10px;
    background-color: rgba(73, 189, 27, 0.8);
}

@media (max-width: 1199px) {
    .header .pc-search form {
        width: 300px;
    }
}

.header .pc-search input {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    background: none;
}

.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.header .pc-search .close-search {
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: rgba(27, 170, 153, 0.9);
}

.header .pc-search .close-search:before {
    font-family: "iconfont" !important;
    font-size: 30px;
    display: block;
    content: "\e629";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .pc-search .submit {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 50px;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .header .pc-search .submit {
        right: 50px;
    }
}

.header .pc-search .submit:before {
    font-family: "iconfont" !important;
    content: "\e660";
}

.header .lg-search {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header .lg-search {
        display: none;
    }
}

.header .lg-search form {
    position: relative;
    width: 350px;
}

@media (max-width: 1560px) {
    .header .lg-search form {
        width: 202px;
    }
}

@media (max-width: 1350px) {
    .header .lg-search form {
        width: 140px;
    }
}

.header .lg-search input {
    line-height: 34px;
    width: 100%;
    padding: 0 10px 0 50px;
    border-radius: 30px;
    background-color: #f2f2f2;
}

.header .lg-search input::-webkit-input-placeholder,
.header .lg-search textarea::-webkit-input-placeholder {
    color: #8a8a8a;
}

.header .lg-search input:-o-placeholder,
.header .lg-search textarea:-o-placeholder {
    color: #8a8a8a;
}

.header .lg-search input::-moz-placeholder,
.header .lg-search textarea::-moz-placeholder {
    color: #8a8a8a;
}

.header .lg-search input:-ms-input-placeholder,
.header .lg-search textarea:-ms-input-placeholder {
    color: #8a8a8a;
}

.header .lg-search input:focus::-webkit-input-placeholder,
.header .lg-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.header .lg-search input:focus::-o-placeholder,
.header .lg-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.header .lg-search input:focus::-moz-placeholder,
.header .lg-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.header .lg-search input:focus::-ms-input-placeholder,
.header .lg-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.header .lg-search .submit {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 0;
    text-align: center;
    color: #000;
    background: none;
}

.header .lg-search .submit:before {
    font-family: "iconfont" !important;
    content: "\e660";
}

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

.header .share>ul>li {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
}

@media (max-width: 1800px) {
    .header .share>ul>li {
        margin-left: 6px;
    }
}
@media (max-width: 1350px) {
    .header .share>ul>li {
        margin-left: 2px;
    }
}
.header .share>ul>li a {
    font-size: 20px;
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #1baa99;
}

@media (max-width: 767px) {
    .header .share>ul>li a {
        font-size: 16px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

.header .share>ul>li a:before {
    font-family: "iconfont" !important;
    content: "\e618";
}

.header .share>ul>li a:hover {
    background-color: #089a89;
}
.header .share>ul>li.skype a:before {
    content: "\e766";
}

.header .share>ul>li.instagram a:before {
    content: "\e87f";
}
.header .share>ul>li.whatsapp a:before {
    content: "\e621";
}
.header .share>ul>li.facebook a:before {
    content: "\e615";
}
.header .share>ul>li.lin a:before {
    content: "\e6f0";
}
.header .share>ul>li.tiktok a:before {
    content: "\e612";
}
.header .share>ul>li.twitter a:before {
    content: "\e60b";
}
.header .share>ul>li.pinterest a:before {
    content: "\e6f4";
}

.header .tel {
    display: inline-block;
    margin-left: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
}

@media (max-width: 1350px) {
    .header .tel {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .header .tel {
        margin-left: 10px;
    }
}

.header .tel p {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1350px) {
    .header .tel p {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .header .tel p {
        font-size: 0;
        line-height: 60px;
        height: 60px;
    }
}

.header .tel p a:before {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    content: "\e637";
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background-color: #49bd1b;
}

@media (max-width: 1199px) {
    .header .tel p a:before {
        font-size: 20px;
    }
}

.header .header-menu {
    line-height: 35px;
    position: relative;
    display: none;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background: none;
    background-color: #089a89;
}

@media (max-width: 1199px) {
    .header .header-menu {
        display: inline-block;
        vertical-align: middle;
    }
    .header .header-menu.header-menu-1 {
        position: absolute;
        z-index: 9999;
        top: 8px;
        right: 20px;
        display: block;
        border: none;
    }
    .header .header-menu.header-menu-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .header .header-menu {
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    .header .header-menu {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .header-menu.header-menu-xs:hover .btn-line {
        background-color: #000;
    }
}

.header .header-menu .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

.header .header-menu .btn-line:nth-child(3),
.header .header-menu .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
}

.header .header-menu .btn-line:nth-child(1) {
    top: 35%;
}

.header .header-menu .btn-line:nth-child(2) {
    top: 50%;
}

.header .header-menu .btn-line:nth-child(3) {
    top: 65%;
}

.header .header-menu.active {
    border-color: transparent;
}

.header .header-menu.active .btn-line {
    background-color: #fff;
}

.header .header-menu.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.header .header-menu.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 .header-menu.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);
}

@media (min-width: 1200px) {
    .header .menu {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        vertical-align: middle;
    }
    .header .menu .logo {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header .menu {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        text-align: left;
        text-align: center;
        color: #666;
        background: #fff;
    }
    .header .menu .logo {
        display: block;
        float: left;
        margin-top: 10px;
        padding-left: 0;
    }
    .header .menu .menu-tbl {
        display: table;
        width: 100%;
        height: 90%;
        padding-top: 30%;
    }
    .header .menu .menu-tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    .header .menu .menu-list1 {
        text-align: center;
    }
    .header .menu .menu-list1>li {
        display: inline-block;
        vertical-align: top;
    }
    .header .menu .menu-list1>li>a {
        /*font-family: "D-DIN Condensed";*/
        font-size: 17px;
        line-height: 140px;
        position: relative;
        display: inline-block;
        padding: 0 26px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        vertical-align: middle;
		font-weight: bold;
    }
    .header .menu .menu-list1>li:hover>a,
    .header .menu .menu-list1>li.active>a {
        background-color: #f5f5f5;
    }
    .header .menu .menu-list1 .menu-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 250px;
        padding: 30px 14px;
        text-align: left;
        background-color: #f5f5f5;
    }
    .header .menu .menu-list1 .menu-list2 li {
        display: block;
        border-bottom: 1px solid #e2e2e2;
    }
    .header .menu .menu-list1 .menu-list2 li a {
        font-size: 16px;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        padding: 10px 24px;
    }
    .header .menu .menu-list1 .menu-list2 li a:hover {
        color: #1baa99;
    }
    .header .menu .menu-list1 .menu-list2-pro {
        font-size: 0;
        left: 0;
        width: 100%;
        padding: 30px 2%;
    }
    .header .menu .menu-list1 .menu-list2-pro>li {
        font-size: 14px;
        display: inline-block;
        width: 20%;
        padding: 0 30px;
        vertical-align: top;
        border-bottom: none;
    }
    .header .menu .menu-list1 .menu-list2-pro>li>a {
        padding: 10px 0;
        color: #1baa99;
        font-weight: normal;
        font-size: 18px;
    }
    .header .menu .menu-list1 .menu-list2-pro>li>ul>li>a {
        font-size: 14px;
        padding: 10px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1760px) {
    .header .menu .menu-list1>li>a {
        padding: 0 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .header .menu .menu-list1>li>a {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .menu .menu-list1>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .header .menu .menu-list1 {
        overflow-y: auto;
        height: 100%;
        text-align: left;
    }
    .header .menu .menu-list1>li {
        position: relative;
        margin: 10px 0;
    }
    .header .menu .menu-list1>li>a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        padding: 4px 0;
        text-transform: uppercase;
    }
    .header .menu .menu-list1 .open-menu {
        font-size: 20px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .header .menu .menu-list1 .open-menu:after {
        font-family: "iconfont" !important;
        content: "\e629";
    }
    .header .menu .menu-list1 .current .open-menu:after {
        font-family: "iconfont" !important;
        content: "\e628";
    }
    .header .menu .menu-list1 .menu-list2 {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li .icon {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li>a {
        font-size: 14px;
        line-height: 30px;
        display: block;
        text-transform: uppercase;
        color: #666;
    }
    .header .menu .menu-list1 .menu-list2 li>a:before {
        margin-right: 4px;
        content: "-";
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li {
        display: inline-block;
        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li a {
        line-height: 24px;
        padding: 0 4px;
        color: #999;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3>li a:before {
        font-weight: bold;
        content: "·";
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .header .menu .menu-list1 img,
    .header .menu .menu-list1 .menu-icon {
        display: none;
    }
    .header .menu .menu-list1 p {
        display: inline-block;
    }
    .header .menu .menu-list1 .menu-list2 {
        overflow: hidden;
    }
    .header .menu .menu-list1 .nlist {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .nlist li {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
    .header .menu .menu-list1 .nlist li a {
        font-size: 15px;
        line-height: 30px;
        padding: 0 10px;
        color: #666;
    }
    .header .menu .menu-list1 .nlist li a:before {
        margin-right: 4px;
        content: "-";
    }
    .header .menu .menu-list1 .menu-sort {
        overflow: hidden;
    }
    .header .menu .menu-list1 .menu-sort ul {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .menu-sort li {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-sort li a {
        font-size: 15px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0;
        text-transform: uppercase;
        color: #999;
    }
    .header .menu .menu-list1 .menu-sort li a:before {
        margin-right: 4px;
        content: "-";
    }
    .header .menu .menu-list1 .menu-product {
        display: none;
    }
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.header .stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .header .stuck {
        height: 60px;
    }
}

.header .stuck .logo {
    height: 70px;
}

@media (max-width: 1199px) {
    .header .stuck .logo {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .header .stuck .menu .menu-list1>li>a {
        line-height: 80px;
    }
}

.banner {
    font-family: "D-DIN Condensed";
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 991px) {
    .banner .slick-banner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

.banner .img img {
    width: 100%;
}

.banner img {
    display: block;
}

.banner .slick-dots {
    font-size: 0;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}

.banner .slick-dots>li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.5;
    background-color: #fff;
}

.banner .slick-dots .slick-active {
    opacity: 1;
    background-color: #1baa99;
}

.banner .slick-dots button {
    display: none;
}

.banner .slick-arrow {
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    z-index: 10;
    top: auto;
    top: 50%;
    left: 3%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(0);
    -ms-transform: translateY(-50%);
    transform: translateY(0);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.5;
    color: #fff;
    border-radius: 0;
    background: none;
}

@media (max-width: 1199px) {
    .banner .slick-arrow {
        bottom: 10px;
    }
}

@media (max-width: 991px) {
    .banner .slick-arrow {
        left: 15%;
    }
}

@media (max-width: 767px) {
    .banner .slick-arrow {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
}

.banner .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 45px;
    content: "\e686";
}

@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}

.banner .slick-arrow:hover {
    color: #fff;
}

.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}

@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 15%;
    }
}

.banner .slick-arrow.slick-next:before {
    content: "\e685";
}

.banner .subject {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner .text {
    position: absolute;
    width: 100%;
    color: #fff;
}

.banner .text-1 {
    top: 10%;
    text-align: right;
}

.banner .text-1 .txt {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-left: 6%;
}

@media (max-width: 1199px) {
    .banner .text-1 .txt {
        width: 70%;
    }
}

.banner .text-1 .txt h3 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    color: #1baa99;
    letter-spacing: 2px;
}

@media (max-width: 1470px) {
    .banner .text-1 .txt h3 {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .banner .text-1 .txt h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .banner .text-1 .txt h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text-1 .txt h3 {
        font-size: 20px;
    }
}

.banner .text-1 .txt p {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0 0 0;
    color: #1baa99;
}

@media (max-width: 1470px) {
    .banner .text-1 .txt p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .banner .text-1 .txt p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .banner .text-1 .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .banner .text-1 .txt p {
        font-size: 14px;
        display: none;
    }
}

.banner .text-1 .txt .more {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-top: 20px;
    color: #333;
}

@media (max-width: 1470px) {
    .banner .text-1 .txt .more {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .banner .text-1 .txt .more {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .banner .text-1 .txt .more {
        font-size: 16px;
    }
}

.banner .text-2 {
    top: 39%;
}

@media (max-width: 1470px) {
    .banner .text-2 {
        top: 37%;
    }
}

@media (max-width: 767px) {
    .banner .text-2 {
        top: 37%;
    }
}

.banner .text-2 .txt {
    max-width: 42%;
    margin-left: 40%;
}

@media (max-width: 1470px) {
    .banner .text-2 .txt {
        margin-left: 32%;
    }
}

@media (max-width: 1199px) {
    .banner .text-2 .txt {
        max-width: 50%;
        margin-left: 28%;
    }
}

.banner .text-2 h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .banner .text-2 h3 {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .banner .text-2 h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text-2 h3 {
        font-size: 20px;
    }
}

.banner .text-2 p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

@media (max-width: 1199px) {
    .banner .text-2 p {
        font-size: 16px;
    }
}

@media (max-width: 1350px) {
    .banner .text-2 p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .banner .text-2 p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .banner .text-2 p {
        display: none;
    }
}

.banner .text-3 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner .text-3 .txt {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.banner .text-3 .txt h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1470px) {
    .banner .text-3 .txt h3 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner .text-3 .txt h3 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner .text-3 .txt h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner .text-3 .txt h3 {
        font-size: 20px;
    }
}

.banner .text-3 .txt p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

@media (max-width: 1470px) {
    .banner .text-3 .txt p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .banner .text-3 .txt p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner .text-3 .txt p {
        font-size: 14px;
        display: none;
    }
}

.banner .slick-current .subject .img img {
    -webkit-animation: bzoom 4s 0s ease both;
    animation: bzoom 4s 0s ease both;
}

.banner .slick-current .subject .text-1 h3 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

.banner .slick-current .subject .text-1 p,
.banner .slick-current .subject .text-1 .more {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .subject .text-2 h3 {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
}

.banner .slick-current .subject .text-2 p {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .subject .text-3 h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.banner .slick-current .subject .text-3 p {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.banner-in {
    position: relative;
    overflow: hidden;
}

.banner-in img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-in img {
        width: 180%;
        margin-left: -40%;
    }
}

.banner-in .text-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner-in .text-inner h2,
.banner-in .text-inner h3 {
    font-family: "D-DIN Condensed";
    line-height: 1.4;
    margin: 0;
    color: #fff;
}

.banner-in .text-inner h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-in .text-inner h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-in .text-inner h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-in .text-inner h2 {
        font-size: 30px;
    }
}

.banner-in .text-inner h2:after {
    display: block;
    width: 84px;
    height: 1px;
    margin: 10px 0;
    content: "";
    background-color: #fff;
}

@media (max-width: 991px) {
    .banner-in .text-inner h2:after {
        width: 50px;
    }
}

.banner-in .text-inner h3 {
    font-size: 30px;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .banner-in .text-inner h3 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .banner-in .text-inner h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .banner-in .text-inner h3 {
        font-size: 16px;
    }
}

.banner-products {
    height: 120px;
    background-color: #1baa99;
}

@media (max-width: 1199px) {
    .banner-products {
        height: 60px;
    }
}

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

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

@-webkit-keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.bzoom {
    -webkit-animation-name: bzoom;
    animation-name: bzoom;
}

@-webkit-keyframes bwidth {
    0% {
        width: 0;
        opacity: 1;
        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
        -webkit-width: 100%;
    }
}

@keyframes bwidth {
    0% {
        width: 0;
        opacity: 1;
        -webkit-width: 0;
        -ms-width: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
        -webkit-width: 100%;
    }
}

.bwidth {
    -webkit-animation-name: bwidth;
    animation-name: bwidth;
}

.spacing {
    overflow: hidden;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 991px) {
    .spacing {
        padding: 50px 0;
    }
}

.spacing .more {
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .spacing .more {
        margin-top: 20px;
    }
}

.spacing .more span {
    font-size: 16px;
}

@media (max-width: 767px) {
    .spacing .more span {
        font-size: 14px;
    }
}

.spacing .more .icon {
    font-size: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .spacing .more .icon {
        font-size: 30px;
    }
}

.spacing .more:hover {
    color: #1baa99;
}

.spacing .more:hover .icon {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    color: #1baa99;
}

.home-title h2 {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .home-title h2 {
        font-size: 30px;
    }
}

.home-title span {
    font-family: "D-DIN Condensed";
    font-size: 24px;
    line-height: 40px;
    display: inline-block;
    margin-top: 14px;
    padding: 0 20px;
    letter-spacing: 4px;
    color: #fff;
    background-color: #1baa99;
}

@media (max-width: 991px) {
    .home-title span {
        font-size: 20px;
    }
}

.common-txt {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .common-txt {
        margin-top: 10px;
    }
}

.common-txt p {
    font-size: 16px!important;
    line-height: 28px;
    margin: 0;
    color: #555!important;
    font-family: "Open Sans"!important;
}
.common-txt p span{
    font-family: "Open Sans"!important;
}

@media (max-width: 991px) {
    .common-txt p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Open Sans"!important;
    }
}

.home-products {
    position: relative;
    z-index: 2;
    margin-top: -36px;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .home-products {
        margin-top: 30px;
    }
}

.home-products .products-sort {
    font-family: "D-DIN Condensed";
    position: relative;
}

.home-products .products-sort #bgli {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 100%;
    content: "";
    background: url(../images/sort_bg.jpg) no-repeat center;
    background-size: cover;
}

.home-products .products-sort #bgli:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 16px 8px 0 8px;
    border-style: solid;
    border-color: #0aa493 transparent transparent transparent;
}

.home-products .products-sort>ul {
    font-size: 0;
}

.home-products .products-sort>ul>li {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .home-products .products-sort>ul>li {
        width: 33.33333333%;
    }
}

@media (max-width: 1199px) {
    .home-products .products-sort>ul>li.active {
        background-color: #1baa99;
    }
    .home-products .products-sort>ul>li.active:after {
        position: absolute;
        bottom: -16px;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        content: "";
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 16px 8px 0 8px;
        border-style: solid;
        border-color: #0aa493 transparent transparent transparent;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .home-products .products-sort>ul>li.active:after {
        display: none;
    }
}

.home-products .products-sort>ul>li.active .subject {
    color: #fff;
}

.home-products .products-sort>ul>li.active .subject h3 {
    color: #fff;
}

.home-products .products-sort>ul>li.active .subject .icon {
    opacity: 1;
}

.home-products .products-sort>ul>li.active .subject .desc img {
    display: none;
}

.home-products .products-sort>ul>li.active .subject img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.home-products .products-sort .subject {
    position: relative;
    z-index: 2;
    display: block;
    padding: 40px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .home-products .products-sort .subject {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .home-products .products-sort .subject {
        padding: 10px;
    }
}

.home-products .products-sort .subject .icon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}

@media (max-width: 1199px) {
    .home-products .products-sort .subject .icon {
        opacity: 1;
    }
    .home-products .products-sort .subject .icon img {
        display: block;
        margin: 0 auto;
    }
}

.home-products .products-sort .subject img,
.home-products .products-sort .subject h3 {
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
}

.home-products .products-sort .subject img {
    width: 50px;
}

@media (max-width: 1199px) {
    .home-products .products-sort .subject img {
        display: none;
        width: 40px;
    }
}

@media (max-width: 767px) {
    .home-products .products-sort .subject img {
        width: 30px;
    }
}

.home-products .products-sort .subject h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 1470px) {
    .home-products .products-sort .subject h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .home-products .products-sort .subject h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-products .products-sort .subject h3 {
        margin-top: 10px;
    }
}

.home-products .products-desc {
    margin-top: 40px;
}

.home-products .products-desc>ul {
    overflow: hidden;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .home-products .products-desc>ul {
        margin: 0 -5px;
    }
}

.home-products .products-desc>ul>li {
    float: left;
    width: 23%;
    padding: 10px 20px;
}

@media (max-width: 1199px) {
    .home-products .products-desc>ul>li {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .home-products .products-desc>ul>li {
        width: 21%;
    }
}

@media (max-width: 767px) {
    .home-products .products-desc>ul>li {
        width: 50%;
    }
}

.home-products .products-desc>ul>li:nth-child(1) {
    width: 54%;
}

@media (max-width: 991px) {
    .home-products .products-desc>ul>li:nth-child(1) {
        width: 58%;
    }
}

@media (max-width: 767px) {
    .home-products .products-desc>ul>li:nth-child(1) {
        width: 100%;
    }
}

.home-products .products-desc>ul>li:nth-child(1) .subject {
    position: relative;
    text-align: left;
}

.home-products .products-desc>ul>li:nth-child(1) .subject .img .ibox {
    padding-bottom: 69.51219512%;
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    color: #fff;
}

@media (max-width: 1199px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc {
        padding: 30px 20px;
    }
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc .title-desc h3 {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    line-height: 1.4;
    height: auto;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc .title-desc h3 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc .title-desc h3 {
        font-size: 24px;
    }
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc .title-desc h3:after {
    display: block;
    width: 50px;
    height: 5px;
    content: "";
    background-color: #fff;
}

@media (max-width: 767px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc .title-desc h3:after {
        width: 30px;
        height: 2px;
    }
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc .txt {
    margin-top: 20px;
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc .txt p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc .txt p {
        font-size: 14px;
    }
}

.home-products .products-desc>ul>li:nth-child(1) .subject .desc .more {
    position: absolute;
    bottom: 50px;
}

@media (max-width: 767px) {
    .home-products .products-desc>ul>li:nth-child(1) .subject .desc .more {
        bottom: 20px;
    }
}

.home-products .products-desc .subject {
    text-align: center;
    display: block;
}

.home-products .products-desc .subject .img .ibox {
    padding-bottom: 74.19354839%;
}

.home-products .products-desc .subject .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-products .products-desc .subject .title-desc {
    margin-top: 10px;
}

.home-products .products-desc .subject .title-desc h3 {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .home-products .products-desc .subject .title-desc h3 {
        font-size: 14px;
    }
}

.home-products .products-desc .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-about {
    position: relative;
    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}

@media (max-width: 1199px) {
    .home-about {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}

.home-about .about {
    font-size: 0;
}

.home-about .about .about-left,
.home-about .about .about-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .home-about .about .about-left,
    .home-about .about .about-right {
        display: block;
        width: 100%;
    }
}

.home-about .about .about-left {
    padding-right: 3%;
}

@media (max-width: 1199px) {
    .home-about .about .about-left {
        padding-right: 3%;
    }
}

@media (max-width: 767px) {
    .home-about .about .about-left {
        padding-right: 0;
    }
}

.home-about .about .about-left .desc {
    padding: 40px 0;
    border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
    .home-about .about .about-left .desc {
        padding: 20px 0;
    }
}

.home-about .about .about-left .desc p {
    display: -webkit-box;
    overflow: hidden;
    max-height: 340px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
}

@media (max-width: 991px) {
    .home-about .about .about-left .desc p {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    .home-about .about .about-right {
        margin-top: 20px;
    }
}

.home-about .about .about-right img {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.home-about .numberlist {
    font-size: 0;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .home-about .numberlist {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .home-about .numberlist {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .home-about .numberlist:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: "";
    }
}

.home-about .numberlist li {
    font-size: 14px;
    display: inline-block;
    max-width: 25%;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 767px) {
    .home-about .numberlist li {
        width: 50%;
        max-width: 50%;
    }
}

.home-about .numberlist .subject {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .home-about .numberlist .subject {
        margin-top: 20px;
    }
}

.home-about .numberlist .subject h3 {
    font-family: "D-DIN Condensed";
    font-size: 100px;
    line-height: 1;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #1baa99;
}

@media (max-width: 1470px) {
    .home-about .numberlist .subject h3 {
        font-size: 80px;
    }
}

@media (max-width: 1350px) {
    .home-about .numberlist .subject h3 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .home-about .numberlist .subject h3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .home-about .numberlist .subject h3 {
        font-size: 40px;
    }
}

.home-about .numberlist .subject h3 span {
    display: inline-block;
    vertical-align: middle;
}

.home-about .numberlist .subject h3 i {
    font-size: 60px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1470px) {
    .home-about .numberlist .subject h3 i {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .home-about .numberlist .subject h3 i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .home-about .numberlist .subject h3 i {
        font-size: 30px;
    }
}

.home-about .numberlist .subject p {
    font-size: 16px;
    line-height: 24px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #777;
}

@media (max-width: 991px) {
    .home-about .numberlist .subject p {
        font-size: 14px;
        line-height: 20px;
    }
}

.home-about .numberlist .subject:hover h3,
.home-about .numberlist .subject:hover p {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-cases-factory {
    padding-bottom: 0;
    background-color: #f3f3f3;
}

@media (min-width: 1200px) {
    .home-cases-factory .cases-factory ul {
        margin: 0 -30px;
    }
    .home-cases-factory .cases-factory ul li {
        padding: 0 30px;
    }
}

.home-cases-factory .cases-factory .subject {
    position: relative;
    display: block;
    padding: 80px 5% 0 5%;
    text-align: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .home-cases-factory .cases-factory .subject {
        padding: 30px 3% 0 3%;
    }
}

.home-cases-factory .cases-factory .subject:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(255, 255, 255, 0.5);
}

.home-cases-factory .cases-factory .subject .title-subject,
.home-cases-factory .cases-factory .subject .desc,
.home-cases-factory .cases-factory .subject .more {
    position: relative;
    z-index: 2;
}

.home-cases-factory .cases-factory .subject .title-subject h3 {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    .home-cases-factory .cases-factory .subject .title-subject h3 {
        font-size: 30px;
    }
}

.home-cases-factory .cases-factory .subject .desc p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .home-cases-factory .cases-factory .subject .desc p {
        font-size: 14px;
    }
}

.home-cases-factory .cases-factory .subject .more {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .home-cases-factory .cases-factory .subject .more {
        padding: 14px 0;
    }
}

.home-cases-factory .cases-factory .subject .more .icon {
    color: #adadad;
}

.home-cases-factory .cases-factory .active .subject:before {
    background-color: rgba(27, 170, 153, 0.8);
}

.home-cases-factory .cases-factory .active .subject .title-subject {
    color: #fff;
}

.home-cases-factory .cases-factory .active .subject .desc {
    color: #fff;
}

.home-cases-factory .cases-factory .active .subject .more {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-cases-factory .cases-factory .active .subject .more .icon {
    color: #fff;
}

.home-cases-factory .other-link {
    padding: 160px 0;
    text-align: center;
    background: url(../images/map.png) no-repeat center;
    background-size: auto 90%;
}

@media (max-width: 1199px) {
    .home-cases-factory .other-link {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .home-cases-factory .other-link {
        padding: 30px 0;
    }
}

.home-cases-factory .other-link .subject {
    display: block;
    width: 216px;
    height: 216px;
    margin: 30px 0;
    padding: 30px 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(27, 170, 153, 0.7);
}

@media (max-width: 1199px) {
    .home-cases-factory .other-link .subject {
        width: 160px;
        height: 160px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .home-cases-factory .other-link .subject {
        width: 140px;
        height: 140px;
        margin: 10px auto;
        padding: 20px 10px;
    }
}

.home-cases-factory .other-link .subject .icon {
    width: 80px;
    margin: 0 auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
    .home-cases-factory .other-link .subject .icon {
        width: 40px;
    }
}

.home-cases-factory .other-link .subject .icon img {
    width: 100%;
}

.home-cases-factory .other-link .subject h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0 0;
}

@media (max-width: 991px) {
    .home-cases-factory .other-link .subject h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .home-cases-factory .other-link .subject h3 {
        font-size: 13px;
    }
}

.home-cases-factory .other-link .subject:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-cases-factory .other-link .subject:hover .icon {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
}

.home-news {
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}

.home-news .news {
    overflow: hidden;
    margin-top: -60px;
    padding-top: 60px;
}

@media (min-width: 1200px) {
    .home-news .news-scroll {
        margin: 0 -60px;
        margin-top: 40px;
    }
    .home-news .news-scroll .slick-list {
        overflow: hidden;
    }
    .home-news .news-scroll .slick-slide {
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .home-news .news-scroll {
        margin: 0 -10px;
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .home-news .news-scroll .slick-slide {
        padding: 0 10px;
    }
}

.home-news .news-scroll .slick-slide {
    border-right: 1px solid #e9e9e9;
}

.home-news .news-scroll .slick-arrow {
    font-size: 24px;
    line-height: 40px;
    top: -60px;
    right: 120px;
    left: auto;
    width: 40px;
    height: 40px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .home-news .news-scroll .slick-arrow {
        right: 60px;
    }
}

.home-news .news-scroll .slick-arrow:before {
    content: "\e727";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-news .news-scroll .slick-arrow.slick-next {
    right: 60px;
}

@media (max-width: 991px) {
    .home-news .news-scroll .slick-arrow.slick-next {
        right: 10px;
    }
}

.home-news .news-scroll .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.home-news .news-scroll .slick-arrow:hover {
    color: #fff;
    background-color: #1baa99;
}

.home-news .subject {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

.home-news .subject .img {
    margin-top: 26px;
}

.home-news .subject .img .ibox {
    padding-bottom: 83.33333333%;
}

.home-news .subject .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-news .subject .date {
    font-family: "D-DIN Condensed";
    font-size: 20px;
    display: block;
    color: #1baa99;
}

.home-news .subject h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 20px 0 0 0;
    color: #1baa99;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .home-news .subject h3 {
        font-size: 16px;
    }
}

.home-news .subject p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 20px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .home-news .subject p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.home-news .subject .more {
    margin-top: 30px;
    padding-top: 20px;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

.home-news .subject .more .icon {
    color: #999;
}

.home-news .subject .more:hover {
    color: #1baa99;
}

.home-news .subject .more:hover .icon {
    color: #1baa99;
}

.home-news .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer .foot {
    overflow: hidden;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .footer .foot {
        padding: 30px 0;
    }
}

.footer .foot>ul {
    font-size: 0;
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .footer .foot>ul {
        margin: 0 -10px;
    }
}

@media (min-width: 992px) {
    .footer .foot>ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: "";
    }
}

.footer .foot>ul>li {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 767px) {
    .footer .foot>ul>li {
        width: 100%;
        margin: 4px 0;
    }
}

@media (max-width: 1199px) {
    .footer .foot>ul>li {
        padding: 0 10px;
    }
}

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

.footer .foot .title-foot h3 {
    font-family: "D-DIN Condensed";
    font-size: 24x;
    line-height: 30px;
    margin: 0;
    color: #1baa99;
}

.footer .foot .text {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .footer .foot .text {
        margin: 0;
        padding: 0 0 10px;
    }
}

.footer .foot .item-contact {
    max-width: 510px;
}

@media (max-width: 1470px) {
    .footer .foot .item-contact {
        max-width: 400px;
    }
}

@media (max-width: 1350px) {
    .footer .foot .item-contact {
        max-width: 340px;
    }
}

@media (max-width: 1199px) {
    .footer .foot .item-contact {
        max-width: 300px;
    }
}

.footer .foot .item-contact p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #777;
}

@media (max-width: 1470px) {
    .footer .foot .item-contact p {
        font-size: 14px;
    }
}

.footer .foot .item-contact p a:hover {
    color: #1baa99;
}

.footer .foot .item-nav .text a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    color: #777;
}

@media (max-width: 1470px) {
    .footer .foot .item-nav .text a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer .foot .item-nav .text a {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }
}

.footer .foot .item-nav .text a:hover {
    color: #1baa99;
}

.footer .foot .share {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .footer .foot .share {
        margin-top: 10px;
    }
}

.footer .foot .share>ul>li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .footer .foot .share>ul>li {
        margin-right: 20px;
    }
}

.footer .foot .share>ul>li a {
    font-size: 36px;
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #1baa99;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .footer .foot .share>ul>li a {
        font-size: 30px;
    }
}

.footer .foot .share>ul>li a:before {
    font-family: "iconfont" !important;
    content: "\e618";
}

.footer .foot .share>ul>li a:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.footer .foot .share>ul>li.instagram a:before {
    content: "\e87f";
}
.footer .foot .share>ul>li.whatsapp a:before {
    content: "\e621";
}
.footer .foot .share>ul>li.facebook a:before {
    content: "\e615";
}
.footer .foot .share>ul>li.lin a:before {
    content: "\e6f0";
}
.footer .foot .share>ul>li.tiktok a:before {
    content: "\e612";
}
.footer .foot .share>ul>li.twitter a:before {
    content: "\e60b";
}
.footer .foot .share>ul>li.pinterest a:before {
    content: "\e6f4";
}
@media (max-width: 991px) {
    .footer .foot .item-feedback {
        margin-top: 20px;
    }
}

.footer .foot .item-feedback .feedback {
    max-width: 340px;
}

@media (max-width: 1199px) {
    .footer .foot .item-feedback .feedback {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .footer .foot .item-feedback .feedback {
        max-width: 100%;
    }
}

.footer .foot .item-feedback .feedback input,
.footer .foot .item-feedback .feedback textarea {
    line-height: 22px;
    width: 100%;
    min-height: 42px;
    margin-top: 16px;
    padding: 10px 16px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.footer .foot .item-feedback .feedback input::-webkit-input-placeholder,
.footer .foot .item-feedback .feedback textarea::-webkit-input-placeholder {
    color: #959595;
}

.footer .foot .item-feedback .feedback input:-o-placeholder,
.footer .foot .item-feedback .feedback textarea:-o-placeholder {
    color: #959595;
}

.footer .foot .item-feedback .feedback input::-moz-placeholder,
.footer .foot .item-feedback .feedback textarea::-moz-placeholder {
    color: #959595;
}

.footer .foot .item-feedback .feedback input:-ms-input-placeholder,
.footer .foot .item-feedback .feedback textarea:-ms-input-placeholder {
    color: #959595;
}

.footer .foot .item-feedback .feedback input:focus::-webkit-input-placeholder,
.footer .foot .item-feedback .feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.footer .foot .item-feedback .feedback input:focus::-o-placeholder,
.footer .foot .item-feedback .feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.footer .foot .item-feedback .feedback input:focus::-moz-placeholder,
.footer .foot .item-feedback .feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.footer .foot .item-feedback .feedback input:focus::-ms-input-placeholder,
.footer .foot .item-feedback .feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.footer .foot .item-feedback .feedback .submit {
    line-height: 44px;
    margin-top: 20px;
    padding: 0 26px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #1baa99;
}

.footer .foot .item-feedback .feedback .submit:hover {
    background-color: #089a89;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid #e0e0e0;
}

.footer .copyright p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #777;
}

@media (max-width: 1199px) {
    .footer .copyright p {
        font-size: 14px;
        line-height: 24px;
    }
}

.footer .copyright p span {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .footer .copyright p span {
        display: block;
        margin: 0;
    }
}

.footer .copyright p a {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}

.footer .copyright p a:hover {
    text-decoration: underline;
    color: #1baa99;
}

.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customer-service ul li {
    margin: 2px 0;
}

.customer-service a {
    position: relative;
    display: block;
    color: #fff;
}

.customer-service a .icon {
    font-size: 30px;
    line-height: 60px;
    position: relative;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 6px;
    background-color: #1baa99;
}

@media (max-width: 1470px) {
    .customer-service a .icon {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.customer-service a .icon img {
    width: 30px;
    margin: 0 auto;
}

.customer-service a p {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    white-space: nowrap;
    background-color: #1baa99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.customer-service .service-wechat p {
    background-color: #1baa99;
}

.customer-service .service-wechat p img {
    max-height: 160px;
    width:auto;
}

.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #1baa99;
}

.xs-customer-service ul {
    font-size: 0;
}

.xs-customer-service ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}

.xs-customer-service a {
    display: block;
    padding: 4px;
    text-transform: uppercase;
    color: #fff;
}

.xs-customer-service a .icon {
    font-size: 30px;
    line-height: 1;
    display: block;
}

.xs-customer-service a span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.inner-wrap .container {
    max-width: 1630px;
    margin: 0 auto;
}

.inner {
    overflow: hidden;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .inner {
        padding: 30px 0;
    }
}

.inner .slick-arrow {
    font-size: 30px;
    line-height: 40px;
    left: 0;
    width: 30px;
    height: 40px;
    text-align: center;
    color: #1baa99;
    border-radius: 0;
    background: none;
}

@media (max-width: 991px) {
    .inner .slick-arrow {
        left: -8px;
    }
}

.inner .slick-arrow:before {
    display: inline-block;
    content: "\eb60";
}

.inner .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .inner .slick-arrow.slick-next {
        right: -8px;
    }
}

.inner .slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.inner .slick-arrow:hover {
    color: #333;
}

.title-inner {
    text-align: center;
}

.title-inner h2,
.title-inner h3 {
    font-weight: bold;
    color: #1baa99;
}

.title-inner h2 {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}

.title-inner h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 16px;
    }
}

.inner-menu {
    overflow: hidden;
    background-color: #ececec;
}

.inner-menu .menu-nav {
    text-align: center;
}

.inner-menu .menu-nav>ul>li {
    display: inline-block;
    vertical-align: top;
}

.inner-menu .menu-nav>ul>li>a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 25px 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .inner-menu .menu-nav>ul>li>a {
        font-size: 16px;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .inner-menu .menu-nav>ul>li>a {
        font-size: 14px;
        padding: 10px 10px;
    }
}

.inner-menu .menu-nav>ul>li.active>a,
.inner-menu .menu-nav>ul>li:hover>a {
    color: #fff;
    background-color: #1baa99;
}

.inner-location {
    padding: 30px 0;
    color: #fff;
    background-color: #1baa99;
}

@media (max-width: 767px) {
    .inner-location {
        padding: 10px 0;
    }
}

.inner-location .title-inner {
    display: inline-block;
    text-align: left;
}

@media (max-width: 767px) {
    .inner-location .title-inner {
        display: none;
    }
}

.inner-location .title-inner h2 {
    font-family: "D-DIN Condensed";
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .inner-location .title-inner h2 {
        font-size: 20px;
    }
}

.inner-location .location {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .inner-location .location {
        display: block;
        float: none;
    }
}

.inner-location .location .icon {
    font-size: 20px;
    color: #fff;
}

.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul {
    color: #fff;
}

.inner-location .location ul li {
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul li:after {
    display: inline-block;
    content: ">";
    vertical-align: top;
}

.inner-location .location ul li:last-child:after {
    display: none;
}

.inner-location .location ul li a {
    display: inline-block;
    vertical-align: top;
}

.inner-location .location ul li a:hover {
    text-decoration: underline;
}

.inner-location.gray {
    color: #333;
    background-color: #f3f3f3;
}

.inner-location.gray .title-inner h2 {
    color: #333;
}

.inner-location.gray .location .icon {
    color: #333;
}

.inner-location.gray .location ul {
    color: #333;
}

.catalog .title-catalog {
    padding: 20px;
    color: #fff;
    background-color: #1baa99;
}

@media (max-width: 1199px) {
    .catalog .title-catalog {
        display: none;
    }
}

.catalog .title-catalog h3 {
    font-family: "D-DIN Condensed";
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}

.catalog .menu {
    margin-top: 10px;
}

.catalog .menu ul.menunav-1>li {
    position: relative;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li {
        display: inline-block;
        vertical-align: top;
    }
}

.catalog .menu ul.menunav-1>li .open-menu {
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center; 
   
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li .open-menu {
        font-size: 18px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.catalog .menu ul.menunav-1>li .open-menu:before {
    font-family: "iconfont" !important;
    display: inline-block;
    content: "\e629";
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color: #999;
}

.catalog .menu ul.menunav-1>li>a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 15px 50px 15px 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f2f2f2;
}

@media (max-width: 1199px) {
    .catalog .menu ul.menunav-1>li>a {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 40px 10px 10px;
    }
}

.catalog .menu ul.menunav-1>li.more>a:after {
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    content: "+";
    text-align: center;
    color: #a9a9a9;
}

@media (max-width: 991px) {
    .catalog .menu ul.menunav-1>li.more>a:after {
        font-size: 20px;
        line-height: 44px;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2 {
    display: none;
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li {
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .catalog .menu ul.menunav-1>li ul.menunav-2>li {
        display: inline-block;
        vertical-align: top;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li>a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 15px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1199px) {
    .catalog .menu ul.menunav-1>li ul.menunav-2>li>a {
        font-size: 14px;
        line-height: 24px;
        padding: 4px 14px;
        border-bottom: none;
    }
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li:last-child>a {
    border-bottom: none;
}

.catalog .menu ul.menunav-1>li ul.menunav-2>li:hover>a,
.catalog .menu ul.menunav-1>li ul.menunav-2>li.active>a {
    color: #1baa99;
}

.catalog .menu ul.menunav-1>li.current .open-menu:before,
.catalog .menu ul.menunav-1>li.active .open-menu:before,
.catalog .menu ul.menunav-1>li:hover .open-menu:before{
    content: '\e628';
	color: #fff;
}

.catalog .menu ul.menunav-1>li:hover,
.catalog .menu ul.menunav-1>li.active,
.catalog .menu ul.menunav-1>li.current {
    display: block;
}

.catalog .menu ul.menunav-1>li:hover>a,
.catalog .menu ul.menunav-1>li.active>a,
.catalog .menu ul.menunav-1>li.current>a {
    color: #fff;
    background-color: #1baa99;
}

.catalog .menu ul.menunav-1>li:hover.more>a:after,
.catalog .menu ul.menunav-1>li.active.more>a:after,
.catalog .menu ul.menunav-1>li.current.more>a:after {
    content: "-";
    color: #fff;
}

@media (min-width: 1470px) {
    .inner-left {
        width: 20%;
    }
    .inner-right {
        width: 80%;
        padding-left: 5%;
    }
}

@media (max-width: 991px) {
    .catalog .news-menu ul.menunav-1>li:hover,
    .catalog .news-menu ul.menunav-1>li.active,
    .catalog .news-menu ul.menunav-1>li.current {
        display: inline-block;
    }
}

.innersidebar {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .innersidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #666;
    }
}

.innersidebar .title-innersidebar h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin: 0;
    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .innersidebar .title-innersidebar h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .innersidebar .title-innersidebar h2 {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}

.innersidebar .sidebar {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .innersidebar .sidebar {
        margin-top: 20px;
    }
}

.innersidebar .sidebar>ul {
    margin: 0 -34px;
}

@media (max-width: 991px) {
    .innersidebar .sidebar>ul {
        margin: 0 -10px;
    }
}

.innersidebar .sidebar>ul>li {
    display: inline-block;
    padding: 0 34px;
    vertical-align: top;
}

@media (max-width: 991px) {
    .innersidebar .sidebar>ul>li {
        padding: 0 10px;
    }
}

.innersidebar .sidebar>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li>a {
        font-size: 14px;
    }
}

.innersidebar .sidebar>ul>li>a:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.innersidebar .sidebar>ul>li.active>a,
.innersidebar .sidebar>ul>li:hover>a {
    border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
    .innersidebar .sidebar>ul>li.active>a,
    .innersidebar .sidebar>ul>li:hover>a {
        color: #1baa99;
    }
}

.innersidebar .sidebar>ul>li.active>a:after,
.innersidebar .sidebar>ul>li:hover>a:after {
    opacity: 1;
}

.inner-about {
    position: relative;
    padding-bottom: 0;
    background: url(../images/about_in_bg.jpg) no-repeat center;
    background-size: cover;
}

.inner-about .about {
    font-size: 0;
}

.inner-about .about .about-left,
.inner-about .about .about-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .inner-about .about .about-left,
    .inner-about .about .about-right {
        display: block;
        width: 100%;
    }
}

.inner-about .about .about-left {
    padding-right: 10%;
}

@media (max-width: 1470px) {
    .inner-about .about .about-left {
        padding-right: 3%;
    }
}

@media (max-width: 1199px) {
    .inner-about .about .about-left {
        padding-right: 0;
    }
}

.inner-about .about .about-left .desc {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .inner-about .about .about-left .desc {
        margin-top: 20px;
    }
}

.inner-about .about .about-left .desc p {
    margin: 0;
}

.inner-about .about .about-right {
    position: relative;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .inner-about .about .about-right {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .inner-about .about .about-right {
        padding-right: 10px;
    }
}

.inner-about .about .about-right:before {
    position: absolute;
    top: 60px;
    left: 30px;
    overflow: hidden;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 100%;
    content: "";
    border-radius: 20px;
    background-color: #1baa99;
}

@media (max-width: 1199px) {
    .inner-about .about .about-right:before {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .inner-about .about .about-right:before {
        top: 10px;
        left: 10px;
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

.inner-about .about .about-right img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.inner-about .numberlist {
    font-size: 0;
    margin-top: 120px;
    padding: 10px 0;
    color: #fff;
    background-color: #1baa99;
}

@media (max-width: 1470px) {
    .inner-about .numberlist {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .inner-about .numberlist {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .inner-about .numberlist {
        margin-top: 20px;
    }
}

.inner-about .numberlist li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-about .numberlist li {
        width: 50%;
    }
}

.inner-about .numberlist .subject {
    margin: 10px 0 20px;
}

.inner-about .numberlist .subject h3 {
    font-family: "D-DIN Condensed";
    font-size: 100px;
    line-height: 1;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1470px) {
    .inner-about .numberlist .subject h3 {
        font-size: 80px;
    }
}

@media (max-width: 1350px) {
    .inner-about .numberlist .subject h3 {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .inner-about .numberlist .subject h3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .inner-about .numberlist .subject h3 {
        font-size: 40px;
    }
}

.inner-about .numberlist .subject h3 span {
    display: inline-block;
    vertical-align: middle;
}

.inner-about .numberlist .subject h3 i {
    font-size: 60px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1470px) {
    .inner-about .numberlist .subject h3 i {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .inner-about .numberlist .subject h3 i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .inner-about .numberlist .subject h3 i {
        font-size: 30px;
    }
}

.inner-about .numberlist .subject p {
    font-size: 16px;
    line-height: 24px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .inner-about .numberlist .subject p {
        font-size: 14px;
        line-height: 20px;
    }
}

.inner-about .numberlist .subject:hover h3,
.inner-about .numberlist .subject:hover p {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.inner-factory .factory {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding: 0 5%;
}

@media (max-width: 767px) {
    .inner-factory .factory {
        margin-top: 14px;
        padding: 0;
    }
}

.inner-factory .factory .swiper-container {
    position: relative;
    z-index: 2;
}

.inner-factory .factory .swiper-container .swiper-slide {
    width: 650px;
    padding: 20px 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: center;
}

@media (max-width: 1470px) {
    .inner-factory .factory .swiper-container .swiper-slide {
        width: 560px;
    }
}

@media (max-width: 1350px) {
    .inner-factory .factory .swiper-container .swiper-slide {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .inner-factory .factory .swiper-container .swiper-slide {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .inner-factory .factory .swiper-container .swiper-slide {
        width: 100%;
    }
}

.inner-factory .factory .swiper-container .swiper-slide .ibox {
    padding-bottom: 75%;
}

.inner-factory .factory .swiper-container .swiper-slide .ibox img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .inner-factory .factory .swiper-container .swiper-slide .ibox img {
        opacity: 1;
    }
}

.inner-factory .factory .swiper-container .swiper-slide .note {
    opacity: 0;
}

.inner-factory .factory .swiper-container .swiper-slide .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #1baa99;
}

@media (max-width: 1199px) {
    .inner-factory .factory .swiper-container .swiper-slide .note h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .inner-factory .factory .swiper-container .swiper-slide .note h3 {
        font-size: 18px;
    }
}

.inner-factory .factory .swiper-container .swiper-slide .note p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-factory .factory .swiper-container .swiper-slide .note p {
        font-size: 14px;
    }
}

.inner-factory .factory .swiper-container .swiper-slide-active .ibox img {
    opacity: 1;
}

.inner-factory .factory .swiper-container .swiper-slide-active .note {
    opacity: 1;
}

.inner-factory .factory .swiper-button-prev,
.inner-factory .factory .swiper-button-next {
    font-size: 30px;
    line-height: 50px;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: rgba(27, 170, 153, 0.5);
}

@media (max-width: 767px) {
    .inner-factory .factory .swiper-button-prev,
    .inner-factory .factory .swiper-button-next {
        top: 40%;
        left: 0;
    }
}

.inner-factory .factory .swiper-button-prev:before,
.inner-factory .factory .swiper-button-next:before {
    font-family: "iconfont" !important;
    content: "\eb60";
}

.inner-factory .factory .swiper-button-prev:hover,
.inner-factory .factory .swiper-button-next:hover {
    background-color: #1baa99;
}

.inner-factory .factory .swiper-button-next {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .inner-factory .factory .swiper-button-next {
        right: 0;
    }
}

.inner-factory .factory .swiper-button-next:before {
    font-family: "iconfont" !important;
    content: "\e625";
}

.inner-culture {
    color: #fff;
    background-color: #1baa99;
}

.inner-culture .culture .subject {
    display: block;
    max-width: 160px;
    margin: 10px auto;
    text-align: center;
}

.inner-culture .culture .subject .icon {
    width: 80px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .inner-culture .culture .subject .icon {
        width: 60px;
    }
}

.inner-culture .culture .subject .icon img {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-culture .culture .subject h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0 0;
}

@media (max-width: 1199px) {
    .inner-culture .culture .subject h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .inner-culture .culture .subject h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

.inner-culture .culture .subject:hover .icon {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;
}

.inner-package {
    background-color: #f5f5f5;
}

.inner-package .package {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .inner-package .package {
        margin-top: 20px;
    }
}

.inner-package .package .package-scroll {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .inner-package .package .package-scroll {
        padding: 0;
    }
}

.inner-package .package .slick-slide {
    padding: 0 20px;
}

.inner-package .package .subject {
    font-size: 0;
    padding: 12px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

@media (max-width: 767px) {
    .inner-package .package .subject {
        padding: 6px;
    }
}

.inner-package .package .subject .img,
.inner-package .package .subject .desc {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .inner-package .package .subject .img,
    .inner-package .package .subject .desc {
        width: 100%;
    }
}

.inner-package .package .subject .img .ibox {
    padding-bottom: 75%;
}

.inner-package .package .subject .desc {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .inner-package .package .subject .desc {
        padding: 0 10px;
    }
}

.inner-package .package .subject .desc .title-desc {
    margin-top: 10px;
}

.inner-package .package .subject .desc .title-desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    word-wrap:break-word;
    white-space:normal;
}

@media (max-width: 1350px) {
    .inner-package .package .subject .desc .title-desc h3 {
        font-size: 16px;
    }
}

.inner-package .package .subject .desc .txt {
    overflow-y: auto;
    max-height: 192px;
    margin-top: 10px;
}

@media (max-width: 1470px) {
    .inner-package .package .subject .desc .txt {
        max-height: 144px;
    }
}

@media (max-width: 991px) {
    .inner-package .package .subject .desc .txt {
        max-height: 168px;
    }
}

.inner-package .package .subject .desc .txt::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.inner-package .package .subject .desc .txt::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.inner-package .package .subject .desc .txt::-webkit-scrollbar-thumb {
    background-color: #1baa99;
}

.inner-package .package .subject .desc .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

@media (max-width: 1350px) {
    .inner-package .package .subject .desc .txt p {
        font-size: 14px;
    }
}

.inner-delivery {
    background: none;
}

#about-company,
#about-factory,
#about-package,
#about-culture,
#about-delivery {
    position: relative;
    top: -80px;
}

.inner-application .application
{
    margin-top: -100px;
}
@media (max-width: 1199px)
{
    .inner-application .application
    {
        margin-bottom: -50px;
    }
}
.inner-application .application ul li:nth-child(2n + 1) .subject
{
    background-color: #1baa99;
}
@media (min-width: 768px)
{
    .inner-application .application ul li:nth-child(2n + 1) .subject .img
    {
        left: 50%;
    }
    .inner-application .application ul li:nth-child(2n + 1) .subject .desc
    {
        right: 50%;
    }
}
.inner-application .application ul li:nth-child(2n + 1) .subject .desc .title-desc h3
{
    color: #fff;
}
.inner-application .application ul li:nth-child(2n + 1) .subject .desc .tt p
{
    color: #fff;
}
.inner-application .application ul li:nth-child(2n + 1) .subject .desc .more
{
    color: #fff;
}
.inner-application .application ul li:nth-child(2n + 1) .subject .desc .more .icon
{
    color: #fff;
}
.inner-application .application .subject
{
    font-size: 0;

    position: relative;

    display: block;

    margin-top: 100px;
    padding: 80px 0 0 0;

    background-color: #efefef;
}
@media (max-width: 1199px)
{
    .inner-application .application .subject
    {
        margin-top: 50px;
        padding: 40px 0;
    }
}
.inner-application .application .subject:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 50px;

    content: '';

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inner-application .application .subject:before
    {
        display: none;
    }
}
.inner-application .application .subject .img,
.inner-application .application .subject .desc
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 50%;
    padding: 0 60px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inner-application .application .subject .img,
    .inner-application .application .subject .desc
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inner-application .application .subject .img,
    .inner-application .application .subject .desc
    {
        width: 100%;
        padding: 0;
    }
}
.inner-application .application .subject .img
{
    overflow: hidden;
}
.inner-application .application .subject .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (max-width: 767px)
{
    .inner-application .application .subject .desc
    {
        margin-top: 20px;
    }
}
.inner-application .application .subject .desc .title-desc h3
{
    font-family: 'D-DIN Condensed';
    font-size: 24px;
    line-height: 1.41666667;

    margin: 0;

    color: #1baa99;
}
.inner-application .application .subject .desc .tt
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .inner-application .application .subject .desc .tt
    {
        margin-top: 14px;
    }
}
.inner-application .application .subject .desc .tt p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #777;
}
@media (max-width: 767px)
{
    .inner-application .application .subject .desc .tt p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.inner-application .application .subject .desc .more
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    color: #999;
    border-top: 1px solid #e5e5e5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .inner-application .application .subject .desc .more
    {
        margin-top: 20px;
        padding-top: 10px;
    }
}
.inner-application .application .subject .desc .more .icon
{
    font-size: 30px;
    line-height: 1;

    color: #999;
}
.inner-application .application .subject .desc .more:hover
{
    color: #1baa99;
}
.inner-application .application .subject .desc .more:hover .icon
{
    color: #1baa99;
}
.inner-application .application .subject:hover .img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-application-show .application-show
{
    max-width: 900px;
    margin: 0 auto;
}

.inner-products .products {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .inner-products .products {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .inner-products .products ul {
        margin: 0 -20px;
    }
}

@media (min-width: 1200px) {
    .inner-products .products ul li {
        padding: 0 20px;
    }
}

.inner-products .products .subject {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .inner-products .products .subject {
        margin-top: 20px;
    }
}

.inner-products .products .subject .img {
    position: relative;
    overflow: hidden;
}

.inner-products .products .subject .ibox {
    padding-bottom: 75%;
}

.inner-products .products .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-products .products .subject .maskdesc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5% 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(102%);
    -ms-transform: translateY(102%);
    transform: translateY(102%);
    color: #fff;
    background-color: rgba(27, 170, 153, 0.9);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.inner-products .products .subject .maskdesc h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.inner-products .products .subject .maskdesc h3:after {
    display: block;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: "";
    background-color: #fff;
}

.inner-products .products .subject .maskdesc .not {
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.inner-products .products .subject .maskdesc p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.inner-products .products .subject .desc h3 {
    font-size: 18px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-products .products .subject .desc h3 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .inner-products .products .subject .desc h3 {
        font-size: 14px;
    }
}

.inner-products .products .subject .desc .more {
    line-height: 30px;
    display: inline-block;
    width: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #a1a1a1;
    border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .inner-products .products .subject .desc .more {
        width: 60px;
    }
}

.inner-products .products .subject .desc .more .icon {
    font-size: 30px;
    line-height: 30px;
    display: block;
}

@media (max-width: 767px) {
    .inner-products .products .subject .desc .more .icon {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .inner-products .products .subject:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }
    .inner-products .products .subject:hover .desc .more {
        width: 80%;
        color: #fff;
        border-color: #1baa99;
        background-color: #1baa99;
    }
    .inner-products .products .subject:hover .maskdesc {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 991px) {
    .inner-product-show .product-show {
        margin-top: 30px;
    }
}

.inner-product-show .product-show .ibox {
    padding-bottom: 75%;
}

.inner-product-show .product-show .products-show-big-scroll {
    font-size: 0;
}

.inner-product-show .product-show .products-show-big-scroll .itempack {
    cursor: crosshair;
}

.inner-product-show .product-show .products-show-small-scroll {
    padding: 20px 30px;
    background-color: #f9f9f9;
}

.inner-product-show .product-show .products-show-small-scroll .slick-slide {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .inner-product-show .product-show .products-show-small-scroll .slick-slide {
        padding: 0 5px;
    }
}

.inner-product-show .product-show .products-show-small-scroll .slick-current .ibox {
    border: 1px solid #1baa99;
}

.inner-product-show .product-show .products-show-small-scroll .slick-arrow {
    left: 0;
    color: #2c2c2c;
    background: none;
}

.inner-product-show .product-show .products-show-small-scroll .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.inner-product-show .product-show .title-product-show {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.inner-product-show .product-show .title-product-show h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #1baa99;
}

.inner-product-show .product-show .tablewrap {
    margin-top: 20px;
}

.inner-product-show .product-show .tablewrap table {
    font-size: 14px;
    width: 100%;
    color: #666;
}

.inner-product-show .product-show .tablewrap table td {
    line-height: 26px;
    width: 70%;
    padding: 6px 10px;
    border: 1px solid #fff;
    background-color: #f2f2f2;
}

.inner-product-show .product-show .tablewrap table td:nth-child(1) {
    width: 30%;
    color: #fff;
    background-color: #1baa99;
}

.inner-product-show .product-show .desc {
    margin-top: 20px;
}

.inner-product-show .product-show .desc p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #666;
}

@media (max-width: 767px) {
    .inner-product-show .product-show .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

.inner-product-show .link-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -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;
}

@media (max-width: 767px) {
    .inner-product-show .link-info {
        display: block;
    }
}

@media (max-width: 767px) {
    .inner-product-show .link-info .link {
        margin-bottom: 10px;
    }
}

.inner-product-show .link-info .link .btn-contact,
.inner-product-show .link-info .link .btn-feedback {
    display: inline-block;
    vertical-align: top;
}

.inner-product-show .link-info .link .btn-feedback {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .inner-product-show .link-info .link .btn-feedback {
        margin-right: 10px;
    }
}
.inner-product-show .link-info .link .btn-contact{
	display: none;
}
.inner-product-show .link-info .link .btn-feedback a {
    color: #fff;
    background-color: #1baa99;
}

.inner-product-show .link-info .link a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
    background-color: #efefef;
}

.inner-product-show .link-info .link a:hover {
    color: #fff;
    background-color: #089a89;
}

.inner-product-show .title-products-show {
    padding: 10px 0;
    color: #1baa99;
    border-bottom: 1px solid #1baa99;
}

.inner-product-show .title-products-show h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: capitalize;
}

/* @media (max-width: 991px) {
    .inner-product-show .title-products-show h3 {
        font-size: 15px;
    }
}
 */
.inner-product-show .title-products-show h3:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    content: "";
    vertical-align: middle;
    background: url(../images/chilun.png) no-repeat center;
    background-size: cover;
}

.inner-product-show .details .details-list {
    margin-top: 20px;
    word-break: break-word;
}

.inner-product-show .details .details-list img {
    max-width: 100%;
    height: auto !important;
}

.inner-product-show .details,
.inner-product-show .certificate,
.inner-product-show .downloads,
.inner-product-show .relate-products,
.inner-product-show .open-feedback {
    padding-top: 20px;
}

.inner-product-show .certificate .certificate-list .subject {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.inner-product-show .certificate .certificate-list .subject .img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #dcdcdc;
}

.inner-product-show .certificate .certificate-list .subject .img .ibox {
    padding-bottom: 140%;
}

.inner-product-show .certificate .certificate-list .subject .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-product-show .certificate .certificate-list .subject h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-product-show .certificate .certificate-list .subject:hover .img {
    border-color: #1baa99;
}

.inner-product-show .certificate .certificate-list .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-product-show .certificate .certificate-list .subject:hover h3 {
    color: #1baa99;
}

.inner-product-show .downloads .downloads-list {
    margin-top: 20px;
    background-color: #fafafa;
}

.inner-product-show .downloads .downloads-list .subject {
    position: relative;
    display: block;
    padding-left: 70px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.inner-product-show .downloads .downloads-list .subject:before {
    position: absolute;
    top: 12px;
    left: 10px;
    display: block;
    width: 49px;
    height: 32px;
    content: "";
    background: url(../images/files.png) no-repeat center;
}

.inner-product-show .downloads .downloads-list .subject p {
    font-size: 16px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inner-product-show .downloads .downloads-list .subject:hover {
    background-color: #e8f6f5;
}

.inner-product-show .relate-products .relate-products-scroll {
    margin: 0 -15px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .inner-product-show .relate-products .relate-products-scroll {
        margin: 0 -8px;
        margin-top: 20px;
    }
}

.inner-product-show .relate-products .slick-slide {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .inner-product-show .relate-products .slick-slide {
        padding: 0 8px;
    }
}

.inner-product-show .relate-products .subject {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.inner-product-show .relate-products .subject .img {
    position: relative;
    overflow: hidden;
}

.inner-product-show .relate-products .subject .ibox {
    padding-bottom: 75%;
}

.inner-product-show .relate-products .subject .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-product-show .relate-products .subject .maskdesc {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5% 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(102%);
    -ms-transform: translateY(102%);
    transform: translateY(102%);
    color: #fff;
    background-color: rgba(27, 170, 153, 0.9);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.inner-product-show .relate-products .subject .maskdesc h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.inner-product-show .relate-products .subject .maskdesc h3:after {
    display: block;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: "";
    background-color: #fff;
}

.inner-product-show .relate-products .subject .maskdesc .not {
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.inner-product-show .relate-products .subject .maskdesc p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.inner-product-show .relate-products .subject .desc h3 {
    font-size: 16px;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .inner-product-show .relate-products .subject .desc h3 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}

@media (max-width: 767px) {
    .inner-product-show .relate-products .subject .desc h3 {
        font-size: 14px;
    }
}

.inner-product-show .relate-products .subject .desc .more {
    line-height: 30px;
    display: inline-block;
    width: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #a1a1a1;
    border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .inner-product-show .relate-products .subject .desc .more {
        width: 60px;
    }
}

.inner-product-show .relate-products .subject .desc .more .icon {
    font-size: 30px;
    line-height: 30px;
    display: block;
}

@media (max-width: 767px) {
    .inner-product-show .relate-products .subject .desc .more .icon {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .inner-product-show .relate-products .subject:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }
    .inner-product-show .relate-products .subject:hover .desc .more {
        width: 80%;
        color: #fff;
        border-color: #1baa99;
        background-color: #1baa99;
    }
    .inner-product-show .relate-products .subject:hover .maskdesc {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.open-feedback .feedback {
    margin-top: 20px;
}

.open-feedback .feedback .sign {
    display: block;
    /* text-align: center; */
}

.open-feedback .feedback .sign h3 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #1baa99;
}

@media (max-width: 991px) {
    .open-feedback .feedback .sign h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .open-feedback .feedback .sign h3 {
        font-size: 16px;
    }
}

.open-feedback .feedback input,
.open-feedback .feedback textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    margin-top: 30px;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    background: none;
}

@media (max-width: 991px) {
    .open-feedback .feedback input,
    .open-feedback .feedback textarea {
        font-size: 15px;
        min-height: 50px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .open-feedback .feedback input,
    .open-feedback .feedback textarea {
        font-size: 14px;
        margin-top: 14px;
    }
}

.open-feedback .feedback input::-webkit-input-placeholder,
.open-feedback .feedback textarea::-webkit-input-placeholder {
    color: #666;
}

.open-feedback .feedback input:-o-placeholder,
.open-feedback .feedback textarea:-o-placeholder {
    color: #666;
}

.open-feedback .feedback input::-moz-placeholder,
.open-feedback .feedback textarea::-moz-placeholder {
    color: #666;
}

.open-feedback .feedback input:-ms-input-placeholder,
.open-feedback .feedback textarea:-ms-input-placeholder {
    color: #666;
}

.open-feedback .feedback input:focus::-webkit-input-placeholder,
.open-feedback .feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.open-feedback .feedback input:focus::-o-placeholder,
.open-feedback .feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.open-feedback .feedback input:focus::-moz-placeholder,
.open-feedback .feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.open-feedback .feedback input:focus::-ms-input-placeholder,
.open-feedback .feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.open-feedback .feedback .submit {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    margin-top: 30px;
    padding: 0 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border-radius: 0;
    background-color: #1baa99;
}

@media (max-width: 767px) {
    .open-feedback .feedback .submit {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        margin-top: 20px;
    }
}

.open-feedback .feedback .submit:hover {
    background-color: #49bd1b;
}

.inner-news .news {
    overflow: hidden;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .inner-news .news {
        margin: 0;
    }
}

.inner-news .news ul {
    margin: 0 -60px;
}

@media (max-width: 1470px) {
    .inner-news .news ul {
        margin: 0 -20px;
    }
}

.inner-news .news li {
    margin-top: 40px;
    padding: 0 60px;
    border-right: 1px solid #e9e9e9;
}

@media (max-width: 1470px) {
    .inner-news .news li {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .inner-news .news li {
        margin-top: 20px;
    }
}

.inner-news .news .subject {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

.inner-news .news .subject .img {
    margin-top: 26px;
}

@media (max-width: 991px) {
    .inner-news .news .subject .img {
        margin-top: 16px;
    }
}

.inner-news .news .subject .img .ibox {
    padding-bottom: 83.33333333%;
}

.inner-news .news .subject .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.inner-news .news .subject .date {
    font-family: "D-DIN Condensed";
    font-size: 20px;
    display: block;
    color: #1baa99;
}

.inner-news .news .subject h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 20px 0 0 0;
    color: #1baa99;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .inner-news .news .subject h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}

.inner-news .news .subject p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 20px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .inner-news .news .subject p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.inner-news .news .subject .more {
    margin-top: 30px;
    padding-top: 20px;
    color: #999;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .inner-news .news .subject .more {
        margin-top: 20px;
        padding-top: 10px;
    }
}

.inner-news .news .subject .more .icon {
    color: #999;
}

.inner-news .news .subject .more:hover {
    color: #1baa99;
}

.inner-news .news .subject .more:hover .icon {
    color: #1baa99;
}

.inner-news .news .subject .more {
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .inner-news .news .subject .more {
        margin-top: 20px;
    }
}

.inner-news .news .subject .more span {
    font-size: 16px;
}

@media (max-width: 767px) {
    .inner-news .news .subject .more span {
        font-size: 14px;
    }
}

.inner-news .news .subject .more .icon {
    font-size: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .inner-news .news .subject .more .icon {
        font-size: 30px;
    }
}

.inner-news .news .subject .more:hover {
    color: #1baa99;
}

.inner-news .news .subject .more:hover .icon {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    color: #1baa99;
}

.inner-news .news .subject:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-news-show {
    padding-right: 0;
    padding-left: 0;
}

.inner-news-show .container {
    max-width: 1330px;
}

@media (max-width: 1199px) {
    .inner-news-show .news-show {
        margin-top: 30px;
    }
}

.inner-news-show .title-news-show h1 {
    font-family: "D-DIN Condensed";
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .inner-news-show .title-news-show h1 {
        font-size: 24px;
    }
}

.inner-news-show .info-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .inner-news-show .info-share {
        display: block;
        padding: 10px 0;
    }
}

.inner-news-show .info-share p {
    line-height: 30px;
    margin: 0;
    color: #777;
}

.inner-news-show .info-share p span {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .inner-news-show .info-share .share {
        margin-top: 10px;
    }
}

.inner-news-show .text {
    margin-top: 30px;
    color: #777;
}

.inner-news-show .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 767px) {
    .inner-news-show .text p {
        font-size: 14px;
    }
}

.inner-news-show .text img {
    max-width: 100%;
    height: auto !important;
}

.inner-faq .faq .subject {
    border-bottom: 1px solid #e7e7e7;
}

.inner-faq .faq .subject .title-faq {
    position: relative;
    padding: 15px 60px 15px 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .inner-faq .faq {
        margin-top: 20px;
    }
    .inner-application .application {
        margin: 0;
    }
    .inner-faq .faq .subject .title-faq {
        padding: 5px 40px 5px 0;
    }
}

.inner-faq .faq .subject .title-faq:before {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    content: "\e625";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    color: #999;
}

@media (max-width: 767px) {
    .inner-faq .faq .subject .title-faq:before {
        font-size: 16px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.inner-faq .faq .subject .title-faq h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 0;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .inner-faq .faq .subject .title-faq h3 {
        font-size: 16px;
    }
}

.inner-faq .faq .subject .title-faq h3:before {
    position: absolute;
    left: 0;
    width: 30px;
    content: "Q:";
    text-align: center;
}

.inner-faq .faq .subject .text {
    position: relative;
    display: none;
    padding: 20px 0;
    padding-left: 30px;
    border-top: 1px solid #e7e7e7;
}

.inner-faq .faq .subject .text:before {
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 30px;
    content: "A:";
    text-align: center;
    color: #666;
}

.inner-faq .faq .subject .text p {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    color: #666;
}

@media (max-width: 767px) {
    .inner-faq .faq .subject .text p {
        font-size: 14px;
    }
}

.inner-faq .faq .current .subject .title-faq {
    color: #1baa99;
}

.inner-faq .faq .current .subject .title-faq:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1baa99;
}

.inner-contact {
    padding-bottom: 0;
}

.inner-contact .contact {
    font-size: 0;
    padding: 30px 5%;
    background-color: #f5f5f5;
}

.inner-contact .contact .img,
.inner-contact .contact .desc {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.inner-contact .contact .img {
    width: 30%;
    text-align: center;
}

@media (max-width: 767px) {
    .inner-contact .contact .img {
        width: 100%;
    }
}

.inner-contact .contact .img img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .inner-contact .contact .img img {
        max-width: 140px;
    }
}

.inner-contact .contact .desc {
    width: 70%;
}

@media (max-width: 767px) {
    .inner-contact .contact .desc {
        width: 100%;
    }
}

.inner-contact .contact .desc h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #1baa99;
}

@media (max-width: 767px) {
    .inner-contact .contact .desc h3 {
        font-size: 20px;
    }
}

.inner-contact .contact .desc p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.inner-contact .contact .desc a:hover {
    text-decoration: underline;
}

.inner-contact .person .subject {
    font-size: 0;
    margin-top: 30px;
}

.inner-contact .person .subject .img,
.inner-contact .person .subject .desc {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.inner-contact .person .subject .img {
    width: 30%;
}

.inner-contact .person .subject .desc {
    width: 70%;
}

.inner-contact .person .subject .desc .title-desc h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #1baa99;
}

.inner-contact .person .subject .desc .title-desc h3:after {
    display: block;
    width: 50px;
    height: 1px;
    margin-top: 10px;
    content: "";
    background-color: #1baa99;
}

.inner-contact .person .subject .desc .txt p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.inner-contact .person .subject .desc .txt a:hover {
    text-decoration: underline;
}

.inner-contact .map {
    position: relative;
    height: 520px;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .inner-contact .map {
        height: auto;
    }
}

@media (max-width: 991px) {
    .inner-contact .map {
        margin-top: 30px;
    }
}

.inner-contact .map .mapwrap {
    height: 100%;
}

@media (max-width: 1199px) {
    .inner-contact .map .mapwrap {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .inner-contact .map .mapwrap {
        height: 300px;
    }
}

nav {
    text-align: center;
}

.pagination {
    margin: 50px 0 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}

.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: "iconfont" !important;
    content: "\eb60";
}

.pagination li.next a span:before {
    content: "\e625";
}

.pagination li a {
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
    .pagination li a {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #1baa99;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #1baa99;
}

.zoom:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: url(../images/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::-moz-selection {
    background-color: transparent;
}

.zoom img::selection {
    background-color: transparent;
}
.inner-cases .cases .subject{
	text-align: center;
	margin: 30px;
}
.inner-cases .cases .ibox{
	padding-bottom: 75%;
}
.inner-cases .cases .ibox img{
	transition: all 1s;
}
.inner-cases .cases .desc h3{
	font-size: 16px;
	margin: 10px 0 0 0;
	line-height: 24px;
	height: 24px;
	overflow: hidden;        
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
}
.inner-cases .cases .subject:hover .ibox img{
	transform: scale(1.1);
}
.header .menu .menu-list1 .menu-list2-pro>li> ul{
	max-height: 200px;
	overflow: hidden;
	transition: all .6s;
}
.header .menu .menu-list1 .menu-list2-pro>li.sopen > ul
{
	max-height: 400px;
}
 .header .menu .menu-list1 .menu-list2 li a.more{
	display: none;
}
 .header .menu .menu-list1 .menu-list2 li.moreshow a.more{
	display: block;
}
/*分页样式*/
.page_info{text-align:center;margin:10px auto; padding: 50px 0; color:#999; clear: both;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center; clear: both; letter-spacing:0;font-size:10px;margin:50px auto; padding: 50px 0; clear: both; width: 100%;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}