/**
 * style.less
 * 层叠样式表
 */
@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/hinted-Helvetica.eot');
    src: local('Helvetica'), url('../fonts/hinted-Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica.woff2') format('woff2'), url('../fonts/hinted-Helvetica.woff') format('woff'), url('../fonts/hinted-Helvetica.ttf') format('truetype'), url('../fonts/hinted-Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'Helvetica85';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/hinted-Helvetica85-Heavy.eot');
    src: local('Helvetica85-Heavy'), url('../fonts/hinted-Helvetica85-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica85-Heavy.woff2') format('woff2'), url('../fonts/hinted-Helvetica85-Heavy.woff') format('woff'), url('../fonts/hinted-Helvetica85-Heavy.ttf') format('truetype'), url('../fonts/hinted-Helvetica85-Heavy.svg#Helvetica85-Heavy') format('svg');
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/hinted-Calibri.eot');
    src: local('Calibri'),
        url('../fonts/hinted-Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-Calibri.woff2') format('woff2'),
        url('../fonts/hinted-Calibri.woff') format('woff'),
        url('../fonts/hinted-Calibri.ttf') format('truetype'),
        url('../fonts/hinted-Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ff {
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header a:visited,
.footer a:visited,
.header a:link,
.footer a:link {
    text-decoration: none;

    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
.img-box {
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    z-index: 10;
    top: 0;

    width: 100%;
    height: 160px;

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

    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        position: fixed;
        z-index: 9;
        top: 0;

        width: 100%;
        height: 70px;
    }
}
@media (max-width: 1199px) and (max-width: 991px) {
    .header {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .header-top {
    height: 108px;

    color: #fff;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 70px;
    }
}
.header .header-top .text {
    display: inline-block;

    height: 40px;
}
@media (max-width: 1199px) {
    .header .header-top .text {
        display: none;
    }
}
.header .header-top .text p {
    line-height: 40px;

    display: inline-block;

    margin: 0;
    margin-right: 20px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .header-top .text p {
        line-height: 30px;

        margin-left: 10px;
    }
}
.header .header-top .text p a:hover {
    text-decoration: underline;

    color: #fff;
}
.header .header-top .text p.tel:before,
.header .header-top .text p.phone:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e671';

    color: #fff;
}
.header .header-top .text p.phone:before {
    content: '\e6f9';
}
.header .pc-search {
    position: relative;

    display: inline-block;
    float: right;

    width: 320px;
    margin-top: 32px;
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 30px;

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

    color: #333;
    border: 1px solid #26a8da;
    border-radius: 30px;
    outline: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: #333;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: #333;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: #333;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: #333;
}
.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 .submit {
    position: absolute;
    top: 5px;
    right: 10px;

    width: 58px;
    height: 34px;

    color: #fff;
    border-radius: 30px;
    outline: none;
    background-color: #26a8da;
}
.header .pc-search .submit:after {
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .logo {
    position: relative;

    float: left;

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

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1560px) {
    .header .logo {
        height: 70px;
        margin-top: 23px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        overflow: hidden;

        width: 170px;
        height: 40px;
        margin-top: 15px;
    }
}
.header .logo a {
    display: block;

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

    height: 100%;
}
.header .nav-collapse {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 10px;

    display: none;
    float: right;

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

    cursor: pointer;

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

        margin-top: 14px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav {
    background-color: #6d6d6f;
}
@media (min-width: 1200px) {
    .header .nav {
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        display: flex;
    }
    .header .nav .nav-list1>li {
        position: relative;

        float: left;
        flex: 1;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        line-height: 52px;

        position: relative;

        display: block;
        text-align: center;
        overflow: hidden;

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

        color: #fff;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        background-color: #4f4f52;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 10 0;

        display: none;

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

        text-align: left;
        text-align: center;

        background-color: rgba(109, 109, 111, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        line-height: 30px;
        font-size: 16px;
        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
        text-decoration: underline;

        color: #26a8da;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 28px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 16px;
    line-height: 44px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 19px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 333;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 333;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #26a8da;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .language {
    display: inline-block;
    float: right;

    margin-top: 42px;
    margin-left: 30px;
}
@media (max-width: 1199px) {
    .header .language {
        margin-top: 22px;
        margin-right: 30px;
        margin-left: 0;
    }
}
.header .language a {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    color: #333;
    border-bottom: 1px solid #333;
}
.header .language a:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 4px 4px 0 4px;
    border-style: solid;
    display: none;
    border-color: #333 transparent transparent transparent;
}
.header .find {
    line-height: 70px;

    display: inline-block;
    display: none;
    float: right;

    padding-right: 20px;

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

    color: #adadad;
}
@media (max-width: 1199px) {
    .header .find {
        display: block;
        padding-right: 8px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover {
    background-color: #088ec2;
}
@media (max-width: 1199px) {
    .header .right {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .btn {
    line-height: 36px;

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

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 9;
    right: 45px;
    bottom: 180px;

    display: none;

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

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

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

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

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 45px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

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

    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:before {
    font-size: 20px;

    color: #898989;
}
.online-wrap .online a:after {
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #088ec2;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    font-size: 18px !important;

    display: block;

    content: '\e9ba';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

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

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

    margin: 5px 0 8px 0;

    color: #333;
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
/* @media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
} */
.banner .slick-dots {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;

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

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

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 30px;

    border-radius: 6px;
    background: none;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 60px;

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

    overflow: hidden;

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

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

    opacity: 0 !important;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(51, 51, 51, .8);
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        top: 60%;
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        left: 0%;

        width: 30px;
        height: 70px;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        right: 0%;
    }
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow .item {
    padding: 10px;

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

    opacity: 0;
    background: rgba(0, 0, 0, .42);
}
.banner .slick-arrow:hover .item {
    opacity: 1;
}
.banner:hover .slick-arrow {
    opacity: 1 !important;
}
.banner img {
    display: block;

    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.box {
    overflow: hidden;

    padding: 50px 0;
}
.title {
    text-align: center;
}
.title b {
    font-size: 36px;
    line-height: 1;

    display: block;

    color: #2b3147;
}
@media (max-width: 767px) {
    .title b {
        font-size: 24px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-about {
    overflow: hidden;

    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
    .box-about {
        padding-bottom: 80px;
    }
}
.box-about .about {
    margin-top: 30px;
}
.box-about .about .pic {
    position: relative;

    width: 486px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .box-about .about .pic {
        width: 100%;

        text-align: center;
    }
    .box-about .about .pic img {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .box-about .about ul.about-icon {
        display: none;
    }
}
.box-about .about ul.about-icon li {
    position: absolute;
    z-index: 2;

    display: block;

    cursor: pointer;

    border-radius: 50%;
}
.box-about .about ul.about-icon li a {
    display: block;
}
.box-about .about ul.about-icon li:nth-child(1) {
    top: 250px;

    width: 100px;
    height: 100px;
}
.box-about .about ul.about-icon li:nth-child(2) {
    top: 220px;
    right: 0;

    width: 84px;
    height: 84px;
}
.box-about .about ul.about-icon li:nth-child(3) {
    top: 130px;
    right: 30px;

    width: 76px;
    height: 76px;
}
.box-about .about ul.about-icon li:nth-child(4) {
    top: 42px;
    right: 90px;

    width: 94px;
    height: 94px;
}
.box-about .about ul.about-icon li:nth-child(5) {
    top: 131px;
    left: 27px;
    width: 80px;
    height: 80px;
}
.box-about .about ul.about-icon li:nth-child(6) {
    top: 40px;
    left: 82px;

    width: 100px;
    height: 100px;
}
.box-about .about .list {
    padding-left: 10%;
}
@media (max-width: 991px) {
    .box-about .about .list {
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about .about .list b {
    font-family: Arial;
    font-size: 40px;
    line-height: 1;

    display: block;
    font-weight: 900;

    margin-bottom: 12px;
}
@media (max-width: 991px) {
    .box-about .about .list b {
        font-size: 30px;
    }
}
.box-about .about .list p {
    line-height: 1.71428571;

    margin: 0;

    color: #333;
}
.box-about .about .list img {
    display: block;

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

    border-radius: 0 50px 0 0;
}
.box-about .about .list a.more {
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 30px;
    background-color: #26a8da;
}
.box-about .about .list a.more:hover {
    background-color: #088ec2;
}
.box-about .slick-arrow {
    line-height: 30px;

    position: absolute;
    bottom: -40px;
    left: 0;

    width: 70px;
    padding: 0;

    cursor: pointer;

    color: #333;
    border: none;
    outline: none;
    background: none;
}
.box-about .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-top: -2px;

    content: '\e6cb';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    color: #c7c7c7;
}
.box-about .slick-arrow:after {
    content: 'PREV';
}
.box-about .slick-arrow.slick-next {
    left: 80px;
}
.box-about .slick-arrow.slick-next:before {
    float: right;

    margin-top: 0;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.box-about .slick-arrow.slick-next:after {
    content: 'LAST';
}
.box-about .slick-arrow:hover {
    font-weight: bold;

    color: #26a8da;
}
.box-about .slick-arrow:hover:before {
    font-weight: normal;

    color: #26a8da;
}
.box-field {
    border-bottom: 1px solid #e0e0e0;
}
.box-field .field {
    margin-top: 10px;
}
.box-field .field ul {
    font-size: 0;

    margin: 0 -10px;
    padding: 0;
}
.box-field .field ul li {
    display: inline-block;

    width: 28.82%;
    padding: 10px;

    vertical-align: top;
}
.box-field .field ul li:first-child {
    width: 42%;
}
@media (max-width: 767px) {
    .box-field .field ul li:first-child {
        width: 100%;
    }
}
.box-field .field ul li:nth-child(2) {
    width: 29.18%;
}
@media (max-width: 767px) {
    .box-field .field ul li:nth-child(2) {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .box-field .field ul li {
        width: 100%;
    }
}
.box-field .field .item {
    position: relative;

    overflow: hidden;

    margin-top: 20px;

    border-radius: 0 30px 0 0;
}
.box-field .field .item .img-box {
    padding-bottom: 74.13793103%;
}
.box-field .field .item-2 .img-box {
    padding-bottom: 50%;
}
.box-field .field .item-3 .img-box {
    padding-bottom: 107.5%;
}
.box-field .field .item-4 .img-box {
    padding-bottom: 72.5%;
}
.box-field .field .item .maskbg {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: block;

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

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

    background-color: rgba(0, 0, 0, .75);
}
@media (max-width: 1470px) {
    .box-field .field .item .maskbg {
        padding: 14px;
    }
}
.box-field .field .item .maskbg .mask {
    position: relative;

    height: 100%;

    border: 4px solid #fff;
    border-bottom: none;
}
.box-field .field .item .maskbg .mask b {
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    right: 0;
    bottom: -12px;

    display: block;

    width: 100%;
    padding-right: 20%;

    text-align: right;

    color: #fff;
}
.box-field .field .item .maskbg .mask b:after {
    position: absolute;
    right: 0;
    bottom: 12px;

    display: inline-block;

    width: 10%;
    height: 4px;

    content: '';

    background-color: #fff;
}
.box-field .field .item .maskbg .mask b:before {
    position: absolute;
    bottom: 12px;
    left: 0;

    display: inline-block;

    width: 60%;
    height: 4px;

    content: '';

    background-color: #fff;
}
.box-field .field .item .maskbg .mask ul {
    position: absolute;
    top: 50%;

    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0 5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1470px) {
    .box-field .field .item .maskbg .mask ul {
        padding: 20px 0;
    }
}
.box-field .field .item .maskbg .mask ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 4px;
}
.box-field .field .item .maskbg .mask ul::-webkit-scrollbar-track {
    background-color: #999;
}
.box-field .field .item .maskbg .mask ul::-webkit-scrollbar-thumb {
    background-color: #26a8da;
}
.box-field .field .item .maskbg .mask ul li {
    float: left;

    width: 33.33333333%;
    margin: 2px 0;
    padding: 0 2px;
}
@media (max-width: 1470px) {
    .box-field .field .item .maskbg .mask ul li {
        width: 50%;
        margin: 0;
    }
}
.box-field .field .item .maskbg .mask ul li a {
    font-size: 13px;
    line-height: 24px;

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

    height: 24px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-field .field .item .maskbg .mask ul li a:before {
    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #fff;
}
.box-field .field .item .maskbg .mask ul li a:hover {
    color: #26a8da;
}
.box-field .field .item .maskbg .mask ul li a:hover:before {
    background-color: #26a8da;
}
.box-field .field .item-5 .img-box,
.box-field .field .item-6 .img-box,
.box-field .field .item-7 .img-box {
    padding-bottom: 58.97435897%;
}
@media (min-width: 1200px) {}
.box-field .field .item:hover .maskbg {
    top: 0;
}
.box-network {
    position: relative;

    border-bottom: 1px solid #e0e0e0;
}
.box-network .title-network {
    position: absolute;
    bottom: 50px;
    left: 4%;

    display: inline-block;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-network .title-network {
        position: relative;
        bottom: 0;
        left: 0;

        display: block;
    }
}
.box-network .title-network b {
    font-size: 44px;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1470px) {
    .box-network .title-network b {
        font-size: 34px;
    }
}
@media (max-width: 1199px) {
    .box-network .title-network b {
        font-size: 30px;
    }
}
.box-network .title-network p {
    font-family: 'Helvetica85';
    font-size: 150px;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    color: #f3f3f3;
}
@media (max-width: 1470px) {
    .box-network .title-network p {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .box-network .title-network p {
        font-size: 70px;
    }
}
.box-network .network {
    position: relative;
    z-index: 2;
}
.box-network .network ul.network-sort {
    margin: 0 -40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-network .network ul.network-sort {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-network .network ul.network-sort {
        margin: 0 -10px;
    }
}
.box-network .network ul.network-sort li {
    display: inline-block;

    padding: 0 40px;
}
@media (max-width: 991px) {
    .box-network .network ul.network-sort li {
        padding: 6px 10px;
    }
}
.box-network .network ul.network-sort li a {
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 40px;

    color: inherit;
    border-radius: 30px;
    background-color: #e9e9e9;
}
.box-network .network ul.network-sort li.active a {
    color: #fff;
    background-color: #333;
}
.box-network .network .list {
    margin-top: 30px;
}
.box-network .network .list .item {
    position: relative;
}
.box-network .network .list .item img {
    max-width: 100%;
}
.box-network .network .list .item .pic-mask {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-animation: zoomIn 2s 0s ease both;
    animation: zoomIn 2s 0s ease both;
}
.box-network .team .title-team b {
    font-size: 24px;
    line-height: 1;

    display: block;

    text-align: center;
}
.box-network .team .row {
    font-size: 0;
}
.box-network .team .row .itembox {
    display: inline-block;
    float: none;

    margin-top: 50px;

    vertical-align: top;
}
.box-network .team .list .pic {
    position: relative;
    z-index: 2;

    overflow-y: hidden;

    max-width: 115px;
    max-height: 115px;
    margin: 0 auto;

    border-radius: 50%;
}
@media (max-width: 991px) {
    .box-network .team .list .pic {
        max-width: 100px;
        max-height: 100px;
    }
}
.box-network .team .list ul {
    margin: 0;
    padding: 0;
}
.box-network .team .list ul li {
    display: inline-block;

    width: 33.33333333%;
    margin-top: 24px;

    text-align: center;
    vertical-align: top;
}
.box-network .team .list ul li b {
    font-family: 'Helvetica';
    font-size: 12px;
    /*font-size: 14px;*/
    line-height: 30px;

    display: block;

    margin: 6px 0 0 0;
}
.box-network .team .list ul li p {
    font-family: 'Helvetica';
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.box-network .team .list ul li p a:hover {
    text-decoration: underline;

    color: #26a8da;
}
.box-advantage {
    border-bottom: 1px solid #e0e0e0;
}
.box-advantage .advantage ul {
    font-size: 0;

    margin: 0;
    padding: 0;
}
.box-advantage .advantage ul li {
    display: inline-block;

    width: 33.33333333%;
    padding: 0 5%;

    vertical-align: top;
}
@media (max-width: 991px) {
    .box-advantage .advantage ul li {
        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage ul li {
        width: 100%;
        padding: 0;
    }
}
.box-advantage .advantage .item {
    font-size: 14px;

    position: relative;

    min-height: 70px;
    margin-top: 56px;
    padding-left: 100px;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        margin-top: 20px;
    }
}
.box-advantage .advantage .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 70px;

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

    width: 81px;
    height: 70px;

    content: '\e63d';
    text-align: center;

    color: #fff;
    background: url(../images/advantage_bg.png) no-repeat center;
}
.box-advantage .advantage .item-zhuanye:before {
    font-size: 40px;

    content: '\e619';
}
.box-advantage .advantage .item-yanfa:before {
    content: '\e625';
}
.box-advantage .advantage .item-jingzheng:before {
    content: '\e618';
}
.box-advantage .advantage .item-hezuo:before {
    content: '\e626';
}
.box-advantage .advantage .item-cangchu:before {
    font-size: 36px;

    content: '\e61a';
}
.box-advantage .advantage .item b {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.71428571;

    display: block;

    padding-top: 20px;
}
.box-advantage .advantage .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-news {
    border-bottom: 1px solid #e0e0e0;
}
.box-news .news {
    margin-top: 36px;
}
.box-news .news .item-1 .pic .img-box {
    padding-bottom: 46.25%;
}
.box-news .news .item-1 .note {
    margin-top: 50px;
}
.box-news .news .item-1 .note b {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item-1 .note p {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item-1 .note span.date {
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-top: 20px;

    color: #666;
}
.box-news .news .item-1 .note span.date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e63a';
}
.box-news .news .item-1 .note a {
    color: inherit;
}
.box-news .news .item-1 .note a.more {
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-top: 20px;

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

    color: #26a8da;
}
.box-news .news .item-1 .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: right;

    margin-left: 10px;

    content: '\e6cb';
}
.box-news .news .item-1 .note a.more:hover {
    color: #088ec2;
}
.box-news .news .item {
    overflow: hidden;

    padding: 30px;

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

    border-radius: 0 30px 0 0;
}
@media (max-width: 1199px) {
    .box-news .news .item {
        margin-top: 30px;
        padding: 0;

        border-radius: 0;
    }
}
.box-news .news .item span.date {
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    color: #666;
}
.box-news .news .item span.date:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e63a';
}
.box-news .news .item b {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item a {
    color: inherit;
}
.box-news .news .item p {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
    .box-news .news .item:hover {
        background-color: #26a8da;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .box-news .news .item:hover span.date,
    .box-news .news .item:hover b,
    .box-news .news .item:hover p {
        color: #fff;
    }
}
.box-exhibition .item {
    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
    border-radius: 0 30px 0 0;
}
.box-exhibition .item:after {
    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;

    background-color: #26a8da;
}
.box-exhibition .item .img-box {
    padding-bottom: 68.33333389%;
}
.box-exhibition .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-exhibition .item .note {
    padding: 20px 30px;
}
@media (max-width: 991px) {
    .box-exhibition .item .note {
        padding: 20px 15px;
    }
}
.box-exhibition .item .note p {
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-exhibition .item .note span.date {
    line-height: 24px;

    display: block;

    height: 24px;
}
.box-exhibition .item .note span.date:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e62a';
}
.box-exhibition .item:hover {
    text-decoration: none;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-exhibition .item:hover:after {
    width: 100%;
}
.box-exhibition .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-customer {
    overflow-y: hidden;

    padding-top: 30px;
}
@media (max-width: 991px) {
    .box-customer {
        padding-top: 0;
    }
}
.box-customer .left {
    float: left;

    width: 34%;
    margin-left: -5%;
}
@media (max-width: 767px) {
    .box-customer .left {
        width: 100%;
        margin: 0;
    }
}
.box-customer .left img {
    max-width: 100%;
}
.box-customer .right {
    float: left;

    width: 71%;

    text-align: right;
}
@media (max-width: 767px) {
    .box-customer .right {
        width: 100%;
    }
}
.box-customer .right img {
    max-width: 100%;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #383838;
}
.footer .foot {
    position: relative;
    z-index: 2;

    padding: 70px 0 50px;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 20px 0 50px 0;
    }
}
.footer .foot .container>ul {
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot .container>ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px) {
    .footer .foot .container>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot .container>ul {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot .container>ul>li {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li {
        width: 100%;
    }
}
.footer .foot .container>ul>li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot .container>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li .item {
        margin-top: 30px;
    }
}
.footer .foot .container>ul>li .item-1 {
    max-width: 220px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-1 {
        max-width: 100%;
    }
}
.footer .foot .container>ul>li .item-1 p.address,
.footer .foot .container>ul>li .item-1 p.tel,
.footer .foot .container>ul>li .item-1 p.fax,
.footer .foot .container>ul>li .item-1 p.name,
.footer .foot .container>ul>li .item-1 p.email {
    font-size: 14px;
    line-height: 30px;

    position: relative;

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

    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-1 p.address:before,
.footer .foot .container>ul>li .item-1 p.tel:before,
.footer .foot .container>ul>li .item-1 p.fax:before,
.footer .foot .container>ul>li .item-1 p.name:before,
.footer .foot .container>ul>li .item-1 p.email:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e62f';

    color: #fff;
}
.footer .foot .container>ul>li .item-1 p.address a:hover,
.footer .foot .container>ul>li .item-1 p.tel a:hover,
.footer .foot .container>ul>li .item-1 p.fax a:hover,
.footer .foot .container>ul>li .item-1 p.name a:hover,
.footer .foot .container>ul>li .item-1 p.email a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .foot .container>ul>li .item-1 p.address:before {
    content: '\e608';
}
.footer .foot .container>ul>li .item-1 p.tel:before {
    content: '\e61c';
}
.footer .foot .container>ul>li .item-1 p.email:before {
    font-size: 20px;

    content: '\e72e';
}
.footer .foot .container>ul>li .item-1 p.website:before {
    content: '\e897';
}
.footer .foot .container>ul>li .item-2 a {
    font-size: 14px;
    line-height: 2.14285714;

    display: block;

    margin: 4px 0;

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

    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-2 a:before {
    display: inline-block;
    float: left;

    width: 4px;
    height: 4px;
    margin-top: 12px;
    margin-right: 14px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.footer .foot .container>ul>li .item-2 a:hover {
    color: #26a8da;
}
.footer .foot .container>ul>li .item-2 a:hover:before {
    background-color: #26a8da;
}
.footer .foot .container>ul>li .item-3 {
    width: 420px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-3 {
        width: 100%;
    }
}
.footer .foot .container>ul>li .item-3 ul {
    overflow: hidden;

    margin: 0 -10px;
    padding: 0;
}
.footer .foot .container>ul>li .item-3 ul li {
    float: left;

    width: 100%;
    padding: 0 10px;
}
.footer .foot .container>ul>li .item-3 ul li:nth-child(1),
.footer .foot .container>ul>li .item-3 ul li:nth-child(2) {
    width: 50%;
}
.footer .foot .container>ul>li .item-3 input,
.footer .foot .container>ul>li .item-3 textarea {
    font-size: 12px;
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 4px 10px;

    resize: none;

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: #2a2a2a;
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li .item-3 input,
    .footer .foot .container>ul>li .item-3 textarea {
        padding: 6px 20px;
    }
}
.footer .foot .container>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-3 input:-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-o-placeholder {
    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-3 input::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-moz-placeholder {
    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #a1a1a1;
}
.footer .foot .container>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 .submit {
    line-height: 40px;

    height: 40px;
    padding: 0 14px;

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

    color: #fff;
    border-radius: 0;
    background: none;
}
.footer .foot .container>ul>li .item-3 .submit:hover {
    color: #26a8da;
}
.footer .foot .container>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .info-down {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot .container>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot .container>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.footer .copyright {
    padding: 10px 0;

    text-align: center;

    background-color: #2a2a2a;
}
.footer .copyright p {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #868686;
}
@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 14px;
    }
}
.footer .copyright p a {
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;

    color: #26a8da;
}
.cart-icon {
    line-height: 30px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 50px;

    display: none;
}
@media (max-width: 991px) {
    .cart-icon {
        z-index: 9;

        display: block;
    }
}
.cart-icon a {
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: #26a8da;
}
.cart-icon a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e603';
}
.cart-icon span {
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.cartpc-icon {
    top: 20%;
    bottom: auto;

    display: block;
}
@media (max-width: 991px) {
    .cartpc-icon {
        display: none !important;
    }
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 60px 0;
}
.title-in {
    text-align: center;
}
.title-in b {
    font-size: 36px;
    line-height: 1;

    display: block;

    color: #26a8da;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.sidenav-contact {
    text-align: center;
}
.sidenav-contact ul {
    margin: 0 -24px;
    padding: 0;
}
@media (max-width: 991px) {
    .sidenav-contact ul {
        margin: 0 -4px;
    }
}
.sidenav-contact ul li {
    display: inline-block;

    margin: 5px 0;
    padding: 0 24px;
}
@media (max-width: 991px) {
    .sidenav-contact ul li {
        padding: 0 4px;
    }
}
.sidenav-contact ul li a {
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 40px;

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

    color: inherit;
    border-radius: 30px;
    background-color: #f0f0f0;
}
.sidenav-contact ul li.active a,
.sidenav-contact ul li:hover a {
    text-decoration: none;

    color: #fff;
    background-color: #26a8da;
}
.wrap-sidenav {
    overflow: hidden;

    padding: 10px 0;

    border-bottom: 1px solid #e0e0e0;
}
.wrap-sidenav ul {
    margin: 0 -20px;
    padding: 0;
}
@media (max-width: 1470px) {
    .wrap-sidenav ul {
        margin: 0 -16px;
    }
}
.wrap-sidenav ul li {
    display: inline-block;
}
.wrap-sidenav ul li a {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: inherit;
}
@media (max-width: 1470px) {
    .wrap-sidenav ul li a {
        font-size: 15px;

        padding: 0 16px;
    }
}
.wrap-sidenav ul li.active a,
.wrap-sidenav ul li:hover a {
    font-weight: bold;

    color: #26a8da;
}
.wrap-about .about {
    padding-bottom: 50px;
}
.wrap-about .about .title-about b {
    font-size: 30px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px) {
    .wrap-about .about .title-about b {
        font-size: 22px;
    }
}
.wrap-about .about .title-about b:before {
    display: inline-block;

    width: 20px;
    height: 4px;
    margin-right: 18px;

    content: '';
    vertical-align: middle;

    background-color: #26a8da;
}
.wrap-about .about .text {
    margin-top: 20px;
}
.wrap-about .about .text .pic {
    float: right;
}
.wrap-about .about .text img {

    max-width: 100%;
    height: auto !important;
    margin-left: 30px;

    /* border: 1px solid #ddd; */
}
@media (max-width: 991px) {
    .wrap-about .about .text img {
        float: none;

        margin: 0;
        margin-bottom: 10px;
    }
}
.wrap-about .about .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 14px;
    }
}
.wrap-about .honor {
    padding: 60px 0;

    background: url(../images/honor_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-about .honor {
        background: url(../images/honor_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-about .honor .list {
    font-size: 0;
}
.wrap-about .honor .list ul {
    margin: 0 -15px;
    padding: 0;
}
@media (max-width: 767px) {
    .wrap-about .honor .list ul {
        margin: 0 -8px;
    }
}
.wrap-about .honor .list ul li {
    display: inline-block;

    width: 25.2%;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-about .honor .list ul li {
        width: 34%;
    }
}
@media (max-width: 767px) {
    .wrap-about .honor .list ul li {
        width: 50%;
        margin-top: 10px;
        padding: 0 8px;
    }
}
.wrap-about .honor .list ul li .img-box {
    padding-bottom: 131.42857143%;
}
.wrap-about .honor .list ul li:nth-child(1) {
    width: 22%;
}
@media (max-width: 991px) {
    .wrap-about .honor .list ul li:nth-child(1) {
        width: 32%;
    }
}
@media (max-width: 767px) {
    .wrap-about .honor .list ul li:nth-child(1) {
        width: 100%;
    }
}
.wrap-about .honor .list ul li:nth-child(1) .img-box {
    padding-bottom: 70%;
}
.wrap-about .honor .list ul li:nth-child(1) .item-2 {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-about .honor .list ul li:nth-child(1) .item-2 {
        margin-top: 10px;
    }
}
.wrap-about .honor .list ul li:nth-child(4) {
    width: 27.6%;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-about .honor .list ul li:nth-child(4) {
        display: none;
    }
}
.wrap-about .honor .list ul li:nth-child(4) b {
    font-size: 30px;
    line-height: 1;

    display: block;

    color: #fff;
}
.wrap-about .honor .list ul li:nth-child(4) img {
    margin-top: 50px;
}
.wrap-about .environment {
    overflow: hidden;

    padding: 60px 0 0 0;
}
.wrap-about .environment .title-environment {
    float: left;

    width: 24%;
    padding-left: 13%;
}
@media (max-width: 1560px) {
    .wrap-about .environment .title-environment {
        padding-left: 5%;
    }
}
@media (max-width: 1199px) {
    .wrap-about .environment .title-environment {
        width: 100%;
        padding-left: 15px;
    }
}
.wrap-about .environment .title-environment b {
    font-size: 30px;
    line-height: 1.6;

    display: block;
}
@media (max-width: 991px) {
    .wrap-about .environment .title-environment b {
        font-size: 22px;
    }
}
.wrap-about .environment .list {
    float: left;

    width: 76%;
}
@media (max-width: 1199px) {
    .wrap-about .environment .list {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .environment .list .slick-slide {
    padding: 0 15px;
}
.wrap-about .environment .list .item {
    padding: 8px;

    border: 1px solid #ddd;
}
.wrap-about .environment .list .item .img-box {
    padding-bottom: 92%;
}
.wrap-about .environment .list .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 60%;
    left: -14.4%;

    margin: 0;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;

    color: #717171;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-about .environment .list .slick-arrow {
        left: -25%;
    }
}
@media (max-width: 1199px) {
    .wrap-about .environment .list .slick-arrow {
        top: 50%;
        left: 0;

        margin-top: -10px;
    }
}
.wrap-about .environment .list .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e6cb';
}
.wrap-about .environment .list .slick-arrow.slick-next {
    left: -webkit-calc(-14% + 30px);
    left: calc(-14% + 30px);

    margin-top: 2px;

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
@media (max-width: 1560px) {
    .wrap-about .environment .list .slick-arrow.slick-next {
        left: -webkit-calc(-25% + 30px);
        left: calc(-25% + 30px);
    }
}
@media (max-width: 1199px) {
    .wrap-about .environment .list .slick-arrow.slick-next {
        top: 50%;
        right: 0;
        left: auto;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-about .environment .list .slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-about .environment .list .slick-arrow:hover {
    color: #26a8da;
}
@media (max-width: 991px) {
    .wrap-network {
        padding-top: 100px;
    }
}
.wrap-network .icg .title-icg b {
    font-size: 20px;
    line-height: 1;

    display: block;
}

/* @media (max-width: 991px)
{
    .wrap-network .icg .title-icg b
    {
        font-size: 24px;
    }
} */
.wrap-network .icg .title-icg p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 10px 0 0 0;

    /* color: #26a8da; */
    color: rgb(0, 176, 240);
}
@media (max-width: 991px) {
    .wrap-network .icg .title-icg p {
        font-size: 14px;
    }
}
.wrap-network .icg .text {
    margin-top: 20px;
}
.wrap-network .icg .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-network .icg .text p {
        font-size: 14px;
    }
}
.wrap-network .icg .text p a {
    color: inherit;
}
.wrap-network .icg .pic .item {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-network .icg .pic .item {
        margin-top: 16px;
    }
}
.wrap-network .icg .pic .item .img-box {
    padding-bottom: 71.11111111%;
}
.wrap-base .base {
    position: relative;

    max-width: 1006px;
    margin: 0 auto;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-base .base {
        padding-top: 30px;
    }
}
.wrap-base .base img {
    max-width: 100%;
    height: auto !important;
}
.wrap-base .base .base-sort {
    margin: 0;
    padding: 0;
}
.wrap-base .base .base-sort li {
    position: absolute;
    top: 0;
    left: 32%;

    list-style: none;
}
@media (max-width: 767px) {
    .wrap-base .base .base-sort li {
        top: 20px;
        left: 20%;
    }
}
.wrap-base .base .base-sort li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: inline-block;

    color: inherit;
}
@media (max-width: 767px) {
    .wrap-base .base .base-sort li a {
        font-size: 12px;
    }
}
.wrap-base .base .base-sort li a:visited,
.wrap-base .base .base-sort li a:link {
    text-decoration: none;

    color: inherit;
}
.wrap-base .base .base-sort li a:hover {
    text-decoration: none;

    color: #26a8da;
}
.wrap-base .base .base-sort li.active a {
    color: #26a8da;
}
.wrap-base .base .base-sort li:nth-child(2) {
    top: 24px;
    left: 39%;
}
@media (max-width: 991px) {
    .wrap-base .base .base-sort li:nth-child(2) {
        top: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-base .base .base-sort li:nth-child(2) {
        left: 42%;
    }
}
.wrap-base .list ul {
    font-size: 0;

    margin: 0;
    padding: 0;
}
.wrap-base .list ul li {
    font-size: 14px;

    display: inline-block;

    width: 33%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-base .list ul li {
        width: 100%;
    }
}
.wrap-base .list ul li:nth-child(2) {
    width: 24%;
}
@media (max-width: 767px) {
    .wrap-base .list ul li:nth-child(2) {
        width: 100%;
    }
}
.wrap-base .list ul li:nth-child(3) {
    width: 43%;
}
@media (max-width: 767px) {
    .wrap-base .list ul li:nth-child(3) {
        width: 100%;
    }
}
.wrap-base .list ul li img {
    max-width: 100%;

    border: 4px solid #26a8da;
}
.wrap-base .list ul li .pic-1 {
    margin: 12px 0;
}
.wrap-base .list ul li .pic-2 {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
@media (max-width: 767px) {
    .wrap-base .list ul li .pic-2 {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@media (max-width: 767px) {
    .wrap-base .list ul li .text {
        margin-top: 20px;
    }
}
.wrap-base .list ul li .text b {
    font-size: 24px;
    line-height: 30px;

    display: block;

    margin-bottom: 20px;

    text-indent: 30px;
}
@media (max-width: 991px) {
    .wrap-base .list ul li .text b {
        font-size: 18px;
    }
}
.wrap-base .list ul li .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-base .list ul li .text p {
        font-size: 14px;
    }
}
.wrap-edge .edge {
    margin-top: -30px;
}
.wrap-edge .edge .item {
    margin-top: 30px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-edge .edge .item .pic {
    position: relative;

    overflow: hidden;

    border-radius: 0 0 0 50px;
}
@media (max-width: 991px) {
    .wrap-edge .edge .item .pic {
        border-radius: 0 0 0 30px;
    }
}
.wrap-edge .edge .item .pic .img-box {
    padding-bottom: 55.55555556%;
}
.wrap-edge .edge .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-edge .edge .item span.date {
    line-height: 36px;

    position: absolute;
    bottom: 20px;
    right: 20px;

    display: inline-block;

    padding: 0 24px;

    color: #555;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-edge .edge .item .pic span.date {
        top: 14px;
        left: 14px;
    }
}
.wrap-edge .edge .item .note {
    padding: 0 26px 20px;
    position: relative;
}
@media (max-width: 991px) {
    .wrap-edge .edge .item .note {
        padding: 0 14px 20px;
    }
}
.wrap-edge .edge .item .note b {
    display: block;
}
.wrap-edge .edge .item .note b a {
    font-size: 18px;
    line-height: 70px;

    position: relative;

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

    height: 70px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-edge .edge .item .note b:after {

    display: block;

    width: 40px;
    height: 4px;

    content: '';

    background-color: #26a8da;
}
@media(max-width: 1400px) {
    .wrap-edge .edge .item .note b a {
        line-height: 30px;

        display: -webkit-box;

        height: 60px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 10px 0;
    }

}
.wrap-edge .edge .item .note b a {
    color: inherit;
}
.wrap-edge .edge .item .note p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 14px 0 0 0;

    color: #787878;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-edge .edge .item .note p {
        font-size: 14px;
    }
}
.wrap-edge .edge .item .note a.more {
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    color: #26a8da;
}
@media (max-width: 991px) {
    .wrap-edge .edge .item .note a.more {
        margin-top: 10px;
    }
}
.wrap-edge .edge .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin-left: 10px;

    content: '\e6cb';
}
.wrap-edge .edge .item:hover {
    background-color: #26a8da;
}
.wrap-edge .edge .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-edge .edge .item:hover .note b,
.wrap-edge .edge .item:hover .note p,
.wrap-edge .edge .item:hover .note a.more {
    color: #fff;
}
.wrap-edge .edge .item:hover .note p {
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-join {
        padding-top: 100px;
    }
}
.wrap-join .text-1 {
    padding-right: 6%;
}
.wrap-join .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-join .text h3 {
    font-size: 24px;
    font-weight: bold;

    display: block;
}
@media (max-width: 991px) {
    .wrap-join .text h3 {
        font-size: 20px;
    }
}
.wrap-join .text h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #26a8da;
}
.wrap-join .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-join .text p {
        font-size: 14px;
    }
}
.wrap-join .text h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.wrap-join .text a.down {
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;

    color: #26a8da;
}
.wrap-join .text a.down:before {
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-right: 4px;

    content: '\e62c';
}
.wrap-join .text a.down:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    float: left;

    margin: 0 16px;

    content: '\e62b';

    color: #525252;
}
.wrap-join .text a.down:hover {
    text-decoration: none;

    color: #088ec2;
}
.wrap-join .text .email {
    margin-top: 60px;
}
.wrap-join .text .email a {
    color: #26a8da;
}
.wrap-join .text .erweima {
    margin-top: 20px;
}
.wrap-join .text .erweima .item {
    display: inline-block;

    width: 198px;
    margin-top: 20px;
    margin-right: 30px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-join .text .erweima .item {
        width: 150px;
        margin-right: 10px;
    }
}
.wrap-join .text .erweima .item .img-box {
    border: 1px solid #e2e2e2;
}
.wrap-join .text .erweima .item p {
    font-size: 16px;
    line-height: 30px;

    margin: 14px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-join .text .erweima .item p {
        font-size: 14px;
    }
}
.wrap-research .research-text {
    font-size: 0;

    margin: 0 -10px;
}
.wrap-research .research-text .text,
.wrap-research .research-text .pic {
    padding: 0 10px;
}
.wrap-research .research-text .text {
    font-size: 14px;

    display: inline-block;

    width: 70%;

    vertical-align: top;
}
@media (max-width: 1350px) {
    .wrap-research .research-text .text {
        width: 66%;
    }
}
@media (max-width: 767px) {
    .wrap-research .research-text .text {
        width: 100%;
    }
}
.wrap-research .research-text .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-research .research-text .text p {
        font-size: 14px;
    }
}
.wrap-research .research-text .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;

    margin: 30px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-research .research-text .text h3 {
        font-size: 18px;

        margin-top: 10px;
    }
}
.wrap-research .research-text .pic {
    display: inline-block;

    width: 30%;

    text-align: right;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .wrap-research .research-text .pic {
        width: 34%;
    }
}
@media (max-width: 767px) {
    .wrap-research .research-text .pic {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-research .research-text .pic img {
    max-width: 100%;
}
.wrap-research .research-list {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-research .research-list {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .wrap-research .research-list {
        margin-top: 20px;
    }
}
.wrap-research .research-list .item {
    display: table;

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

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-research .research-list .item {
        margin-top: 16px;
    }
}
.wrap-research .research-list .item b {
    display: table-cell;

    width: 70px;

    vertical-align: middle;

    color: #fff;
    background-color: #26a8da;
}
@media (max-width: 1350px) {
    .wrap-research .research-list .item b {
        width: 50px;
    }
}
.wrap-research .research-list .item p {
    font-size: 16px;
    line-height: 30px;

    display: table-cell;

    margin: 0;
    padding: 20px 10px;

    vertical-align: middle;

    color: #666;
    border: 1px dashed #26a8da;
}
@media (max-width: 1350px) {
    .wrap-research .research-list .item p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-research .research-list .item p {
        padding: 10px;
    }
}
.wrap-research .research-pic {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-research .research-pic {
        margin-top: 0;
    }
}
.wrap-research .research-pic .item {
    margin-top: 30px;
}
.wrap-research .research-pic .item .img-box {
    padding-bottom: 55.55555556%;
}
.wrap-news .news {
    margin-top: -40px;
}
.wrap-news .news .item {
    font-size: 0;

    display: block;

    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    display: inline-block;

    width: 60%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic,
    .wrap-news .news .item .note {
        width: 100%;
    }
}
.wrap-news .news .item .pic {
    border: 1px solid #ddd;
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 71.42857143%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    font-size: 14px;

    position: relative;
    z-index: 2;

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

    border-radius: 0 30px 0 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1350px) {
    .wrap-news .news .item .note {
        padding: 20px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        margin: 0;

        border-radius: 0;
    }
}
.wrap-news .news .item .note span.date {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    color: #333;
}
.wrap-news .news .item .note span.date:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e63a';

    color: #26a8da;
}
.wrap-news .news .item .note b {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

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

        height: 48px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note b {
        height: auto;
        max-height: 48px;
    }
}
.wrap-news .news .item .note b a {
    color: inherit;
}
.wrap-news .news .item .note p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 14px 0 0 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .note p {
        font-size: 15px;
        line-height: 24px;

        height: 72px;
    }
}
.wrap-news .news .item .note a.more {
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;

    color: #333;
}
.wrap-news .news .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: right;

    margin-left: 6px;

    content: '\e6cb';
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note b {
    color: #26a8da;
}
.wrap-news .news .item:hover .note a.more {
    color: #26a8da;
}
.wrap-news-show .title-news h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}
.wrap-news-show .title-news span {
    font-weight: bold;

    display: block;

    margin: 6px 0 0 0;

    color: #26a8da;
}
.wrap-news-show .title-news span:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

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

    color: #666;
}
.wrap-news-show .news-show {
    margin-top: 20px;

}
.wrap-news-show .news-show p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
    font-family: 'Calibri', Arial;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show p {
        font-size: 14px;
    }
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .relate {
    margin-top: 30px;
}
.wrap-news-show .relate a {
    font-size: 16px;
    line-height: 36px;

    position: relative;

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

    height: 36px;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news-show .relate a {
        font-size: 15px;
    }
}
.wrap-news-show .relate a:hover {
    font-weight: bold;

    color: #26a8da;
}
.wrap-product .product {
    margin-top: -40px;
}
.wrap-product .product .item {
    font-size: 0;

    margin: 0 -10px;
    margin-top: 40px;
}
.wrap-product .product .item .pic,
.wrap-product .product .item .text {
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-product .product .item .pic,
    .wrap-product .product .item .text {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box {
    overflow: hidden;

    padding-bottom: 83.33333333%;

    border-radius: 0 30px 0 0;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 767px) {
    .wrap-product .product .item .text {
        margin-top: 30px;
    }
}
.wrap-product .product .item .text b {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    color: #333;
    max-width: 70%;

}
.wrap-product .product .item .text b a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 767px) {
    .wrap-product .product .item .text b {
        font-size: 14px;
    }
}
.wrap-product .product .item .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product .product .item .text p {
        font-size: 14px;
    }
}
.wrap-product .product .item .link a {
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-top: 20px;

    color: #26a8da;
}
.wrap-product .product .item .link a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    margin-left: 14px;

    content: '\e62b';
}
.wrap-product .product .item .link a.msds {
    float: right;
}
.wrap-product .product .item .desc {
    margin-top: 14px;
}
.wrap-product .product .item .desc b {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}
@media (max-width: 767px) {
    .wrap-product .product .item .desc b {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.wrap-product .product .item .desc b a {
    font-size: 18px;
    line-height: 50px;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #26a8da;
    color: inherit;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-product .product .item .desc b a {
        font-size: 16px;

        padding: 0 20px;
    }
}
.wrap-product .product .item .desc b:hover a {
    color: #333333;
    background-color: #fff;
}
.wrap-product .product .item .desc a.more {
    line-height: 50px;

    display: inline-block;
    float: right;

    color: #333;
}
.wrap-product .product .item .desc a.more:after {
    font-family: 'iconfont' !important;

    content: '\e6cb';
}
.wrap-product .product .item .desc a.more:hover {
    color: #26a8da;
}
.wrap-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.maskbg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .49);
}
.wrap-login-email {
    position: fixed;
    z-index: 11;
    top: 50%;

    display: none;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-login-email .login-email {
    position: relative;

    max-width: 850px;
    margin: 0 auto;
    padding: 40px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-login-email .login-email {
        padding: 30px 14px;
    }
}
.wrap-login-email .login-email a.login-close {
    position: absolute;
    top: 20px;
    right: 20px;

    display: inline-block;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-login-email .login-email a.login-close {
        top: 10px;
        right: 10px;
    }
}
.wrap-login-email .login-email a.login-close:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.wrap-login-email .login-email a.login-close:visited,
.wrap-login-email .login-email a.login-close:link {
    text-decoration: none;

    color: inherit;
}
.wrap-login-email .login-email a.login-close:hover {
    text-decoration: none;

    color: #26a8da;
}
.wrap-login-email .login-email b {
    font-size: 24px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px) {
    .wrap-login-email .login-email b {
        font-size: 20px;
    }
}
.wrap-login-email .login-email input {
    font-size: 16px;
    line-height: 30px;

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

    border: none;
    outline: none;
    background-color: #ebebeb;
}
.wrap-login-email .login-email input::-webkit-input-placeholder,
.wrap-login-email .login-email textarea::-webkit-input-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:-o-placeholder,
.wrap-login-email .login-email textarea:-o-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input::-moz-placeholder,
.wrap-login-email .login-email textarea::-moz-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:-ms-input-placeholder,
.wrap-login-email .login-email textarea:-ms-input-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:focus::-webkit-input-placeholder,
.wrap-login-email .login-email textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-o-placeholder,
.wrap-login-email .login-email textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-moz-placeholder,
.wrap-login-email .login-email textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-ms-input-placeholder,
.wrap-login-email .login-email textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email .submit {
    font-size: 16px;
    font-weight: bold;

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

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

    color: #26a8da;
    border: none;
    background: none;
}
.wrap-login-email .login-email .submit:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    content: '\e6a0';
}
.wrap-login-email .login-email .submit:hover {
    color: #088ec2;
}
.wrap-product-show .product-show {
    font-size: 0;
}
.wrap-product-show .product-show .pic,
.wrap-product-show .product-show .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-product-show .product-show .pic {
    width: 45%;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .pic {
        width: 100%;
    }
}
.wrap-product-show .product-show .pic .img-box {
    overflow: hidden;

    padding-bottom: 83.33333333%;

    border-radius: 0 40px 0 0;
}
.wrap-product-show .product-show .text {
    width: 55%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .text h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 {
        font-size: 22px;
    }
}
.wrap-product-show .product-show .text .note {
    margin-top: 30px;
}
.wrap-product-show .product-show .text .note p {
    font-size: 16px;
    line-height: 30px;

    margin: 20px 0;

    color: #333;
}
.wrap-product-show .product-show .text .note p b {
    color: #26a8da;
}
.wrap-product-show .product-show .text .share {
    margin-top: 12%;
    /*margin-top: 19%;*/
}
.wrap-product-show .product-show .text .share span {
    font-weight: bold;
    line-height: 30px;

    display: inline-block;
    float: left;

    vertical-align: middle;
}
.wrap-product-show .product-show .text .share .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .product-show .text .info-link {
    line-height: 30px;

    overflow: hidden;

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

    border-radius: 0 30px 0 0;
    background-color: #26a8da;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .text .info-link {
        padding: 15px;
    }
}
.wrap-product-show .product-show .text .info-link .link {
    display: inline-block;
}
.wrap-product-show .product-show .text .info-link .link a {
    font-weight: bold;

    display: inline-block;

    margin-right: 50px;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .text .info-link .link a {
        margin-right: 20px;
    }
}
.wrap-product-show .product-show .text .info-link .link a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    float: right;

    margin-left: 10px;

    content: '\e62b';
}
.wrap-product-show .product-show .text .info-link a.btn-inquiry {
    font-weight: bold;

    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .text .info-link a.btn-inquiry {
        float: none;
    }
}
.wrap-product-show .product-show .text .info-link a.btn-inquiry:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e706';
}
.wrap-product-show .parameter {
    margin-top: 20px;
}
.wrap-product-show .parameter .title-parameter {
    margin-top: 40px;
    padding: 0 26px;

    background: url(../images/product_bg.png) no-repeat;
}
.wrap-product-show .parameter .title-parameter b {
    font-size: 16px;
    line-height: 53px;

    display: block;

    color: #fff;
}
.wrap-product-show .parameter .text {
    margin-top: 14px;
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #333;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry {
    padding-top: 70px;
}
.wrap-product-show .inquiry .title-inquiry b {
    font-size: 24px;

    display: block;

    color: #26a8da;
    line-height: 30px;
    margin-bottom: 6px;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .title-inquiry b {
        font-size: 20px;
    }
}
.wrap-product-show .inquiry .title-inquiry p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #333;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    font-size: 16px;
    line-height: 30px;

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

    resize: none;

    border: none;
    outline: none;
    background-color: #ededed;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    font-weight: bold;

    background-color: #d8d8d8;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    height: 44px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #26a8da;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #088ec2;
}
.wrap-product-show .inquiry .send {
    margin-top: 30px;

    text-align: center;
}
.wrap-product-show .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td {
    padding: 8px 20px !important;

    border: 1px solid #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child {
    background-color: #b5b5b5;
}

.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-inquiry .title-inquiry {
    margin-bottom: 14px;
}
.wrap-inquiry .title-inquiry b {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry b {
        font-size: 18px;
    }
}
.wrap-inquiry .bar {
    margin-top: 20px;
}
.wrap-inquiry .bar table {
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .bar table tr {
    border-bottom: 1px solid #e1e1e1;
}
.wrap-inquiry .bar table tr:first-child {
    border-bottom: 4px solid #444;
}
.wrap-inquiry .bar table th {
    line-height: 2.14285714;

    padding: 10px 40px;

    text-align: left;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table th {
        padding: 10px 4px;
    }
}
.wrap-inquiry .bar table th:nth-child(3) {
    text-align: center;
}
.wrap-inquiry .bar table td:nth-child(1),
.wrap-inquiry .bar table th:nth-child(1) {
    width: 15%;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table td:nth-child(1),
    .wrap-inquiry .bar table th:nth-child(1) {
        width: 20%;
    }
}
.wrap-inquiry .bar table td:nth-child(2),
.wrap-inquiry .bar table th:nth-child(2) {
    width: 75%;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table td:nth-child(2),
    .wrap-inquiry .bar table th:nth-child(2) {
        width: 65%;
    }
}
.wrap-inquiry .bar table td:nth-child(3),
.wrap-inquiry .bar table th:nth-child(3) {
    width: 10%;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table td:nth-child(3),
    .wrap-inquiry .bar table th:nth-child(3) {
        width: 15%;
    }
}
.wrap-inquiry .bar table td {
    padding: 25px 40px;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table td {
        font-size: 12px;

        padding: 20px 6px;
    }
}
.wrap-inquiry .bar table .pic {
    display: inline-block;

    width: 120px;
    margin-right: 20px;

    vertical-align: middle;

    border: 1px solid #e1e1e1;
}
.wrap-inquiry .bar table .pic .img-box {
    padding-bottom: 73.7704918%;
}
.wrap-inquiry .bar table p {
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-inquiry .bar table p span {
    color: #333;
}
.wrap-inquiry .bar table .Each,
.wrap-inquiry .bar table .all {
    width: 15px;
    height: 15px;
    margin-right: 10px;

    outline: none;
    background: #fff;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table .Each,
    .wrap-inquiry .bar table .all {
        float: left;

        margin-right: 4px;
    }
}
.wrap-inquiry .bar table input {
    line-height: 34px;

    width: 50px;
    height: 34px;

    text-align: center;

    color: #333;
    border: 1px solid #26a8da;
    outline: none;
}
@media (max-width: 767px) {
    .wrap-inquiry .bar table input {
        width: 20px;
    }
}
.wrap-inquiry .bar table input:focus {
    border-color: #aaa;
}
.wrap-inquiry .bar table .reduc,
.wrap-inquiry .bar table .add {
    line-height: 34px;

    display: inline-block;

    width: 30px;
    height: 34px;

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

    color: #26a8da;
    border: 1px solid #26a8da;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table .reduc,
    .wrap-inquiry .bar table .add {
        display: block;

        width: 20px;
    }
}
.wrap-inquiry .bar table .reduc:hover,
.wrap-inquiry .bar table .add:hover {
    color: #088ec2;
}
.wrap-inquiry .bar table .reduc {
    border-right: none;
    border-radius: 5px 0 0 5px;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table .reduc {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }
}
.wrap-inquiry .bar table .add {
    border-left: none;
    border-radius: 0 5px 5px 0;
}
@media (max-width: 991px) {
    .wrap-inquiry .bar table .add {
        border: 1px solid #e5e5e5;
        border-radius: 0;
    }
}
.wrap-inquiry .bar table .close {
    font-size: 14px;
    font-weight: normal;

    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
    color: #b1b1b1;
}
.wrap-inquiry .bar table .close:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 24px;

    content: '\e61a';
}
.wrap-inquiry .bar table .close:hover {
    color: #26a8da;
}
.wrap-inquiry .inquiry {
    padding-top: 60px;
}
.wrap-inquiry .inquiry p {
    line-height: 30px;

    margin: 0;
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea {
    font-size: 14px;
    line-height: 30px;

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

    background: none;
    background-color: #ededed;
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input {
    background-color: #d8d8d8;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .submit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: block;

    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #00a5e7;
}
.wrap-inquiry .inquiry .submit:hover {
    background-color: #088ec2;
}
@media (max-width: 991px) {
    .wrap-contact {
        padding-top: 100px;
    }
}
.wrap-contact .contact .item {
    margin-top: 50px;
    padding: 40px 40px 0 70px;
    min-height: 950px;

    background: url(../images/contact_bg.png) no-repeat;
    background-size: 100%;
}
@media (max-width: 1470px) {
    .wrap-contact .contact .item {
        min-height: 870px;
    }
}
@media(max-width: 1350px) {
    .wrap-contact .contact .item {
        min-height: 760px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .item {
        padding: 30px 15px;

        background: none;
        min-height: auto;
        background-color: #f2f2f2;
    }
}
.wrap-contact .contact .item .pic {
    position: relative;
    z-index: 2;

    overflow: hidden;

    max-width: 150px;
    margin: 0 auto;
    margin-top: 10px;

    border: 3px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item .pic {
        max-width: 110px;
        /* margin-top: 10px; */
    }
}
.wrap-contact .contact .item .title-contact {
    padding: 32px 0;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item .title-contact {
        padding: 16px 0;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .item .title-contact {
        padding: 4px 0;
    }
}
.wrap-contact .contact .item .title-contact b {
    font-size: 24px;
    line-height: 40px;

    display: block;

    color: #fff;
}
@media (max-width: 1470px) {
    .wrap-contact .contact .item .title-contact b {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item .title-contact b {
        font-size: 15px;
    }
    .wrap-contact .contact .item .title-contact {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .item .title-contact b {
        color: #333;
    }
}
.wrap-contact .contact .item .text {
    overflow-y: auto;

    max-height: 270px;
    margin-top: 20px;
}

@media (max-width: 1350px) {
    .wrap-contact .contact .item .text {
        max-height: 210px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item .text {
        overflow: hidden;

        max-height: 100%;
    }
}
.wrap-contact .contact .item .text::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 2px;
}
.wrap-contact .contact .item .text::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-contact .contact .item .text::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-contact .contact .item .text b {
    font-size: 16px;
    line-height: 30px;

    display: block;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item .text b {
        font-size: 15px;
    }
}
.wrap-contact .contact .item .text p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item .text p {
        /* font-size: 15px; */
        line-height: 18px;
    }
}
.wrap-contact .contact .item .note {
    margin-top: 24px;
}
@media (max-width: 1470px) {
    .wrap-contact .contact .item .note {
        margin-top: 10px;
    }
}
.wrap-contact .contact .item .note p {
    line-height: 26px;

    position: relative;

    padding-left: 28px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-contact .contact .item .note p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    content: '\e72e';

    color: #26a8da;
}
.wrap-contact .contact .item .note p.tel:before {
    content: '\e61c';
}
.wrap-contact .contact .item .note p a {
    color: inherit;
    word-break: break-all;
}
.wrap-contact .contact .item .note p:hover {
    opacity: .72;
}
.wrap-contact .contact .item .erweima {
    margin-top: 20px;
}
.wrap-contact .contact .item .erweima img {
    display: inline-block;

    width: 96px;

    vertical-align: bottom;
}
.wrap-contact .contact .item .erweima a.qq {
    display: inline-block;

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

    vertical-align: bottom;
}
.wrap-contact .contact .item .erweima a.qq img {
    width: 20px;
}
.page {
    margin-top: 50px;

    text-align: center;
}
.page ul {
    margin: 0;
    padding: 0;
}
.page li {
    display: inline-block;

    vertical-align: top;
}
.page li a {
    font-size: 14px;
    line-height: 36px;

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

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

    color: #666;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.page li a {
    display: block;
}
.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #26a8da;
    background-color: #26a8da;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 80%;
    margin: 0;
}
.BMapLabel {
    max-width: none;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
}
@media(max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 45px;
    }
}
@media(max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 34px;
    }
}

@media(max-width: 1470px) {
    .wrap-product .product .item .text p {
        font-size: 14px;
    }
    .wrap-product .product .item .link a {
        margin-top: 0;
    }
    .wrap-product .product .item .desc b a {
        font-size: 16px;
        padding: 0 20px;
    }
}

.box-field .field .item-2 .maskbg .mask b {
    padding-right: 17%;
}
.box-field .field .item-4 .maskbg .mask b {
    padding-right: 15%;
}
.box-field .field .item-5 .maskbg .mask b {
    padding-right: 16%;

}

@media(max-width: 1350px) {
    .box-field .field .item-2 .maskbg .mask b {
        padding-right: 16%;
    }
    .box-field .field .item-4 .maskbg .mask b {
        padding-right: 13.5%;

    }
    .box-field .field .item-5 .maskbg .mask b {
        padding-right: 15%;

    }
    .box-field .field .item-6 .maskbg .mask b {
        padding-right: 17%;

    }
}

.wrap-product .product .item .text .note-desc {
    min-height: 200px;
}
.wrap-product .product .item .desc b a {
    padding: 0 20px;
}

@media(max-width: 1470px) {
    .wrap-product .product .item .text .note-desc {
        min-height: 170px;
    }
}

@media(max-width: 1350px) {
    .wrap-product .product .item .text .note-desc {
        min-height: 150px;
    }
}

@media(max-width:991px) {
    .wrap-product .product .item .text .note-desc {
        min-height: auto;
    }
}
.wrap-product-show .product-show {
    position: relative;
}
@media(min-width: 992px) {
    .wrap-product-show .product-show .text .info-link {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 53%;
    }

}

.box-network .itembox:nth-child(1) .list ul li p {
    /*display: none;*/
}

.wrap-network .icg .text strong {
    font-size: 20px;
    color: #333333;
}

.box-product .product {
    margin-top: 20px;
}
.box-product .product ul {
    margin: 0 -10px;
    padding: 0;
}
@media (max-width: 767px) {
    .box-product .product ul {
        margin: 0 -4px;
    }
}
.box-product .product ul li {
    display: inline-block;

    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .box-product .product ul li {
        padding: 0 4px;
    }
}
.box-product .item {
    display: block;

    margin-top: 10px;

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

    color: #333;
    background-color: #e9e9e9;
}
.box-product .item .img-box {
    padding-bottom: 105.88235294%;
}
.box-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .item .note {
    padding: 0 10px;
}
.box-product .item .note p {
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

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

        height: 40px;
    }
}
.box-product .item:hover {
    background-color: #26a8da;
}
.box-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .item:hover .note {
    color: #fff;
}
.box-field ul.field-sort {
    margin: 0 -40px;
    margin-top: 30px;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-field ul.field-sort {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-field ul.field-sort {
        margin: 0 -10px;
        margin-top: 20px;
    }
}
.box-field ul.field-sort li {
    display: inline-block;

    padding: 0 40px;
}
@media (max-width: 991px) {
    .box-field ul.field-sort li {
        padding: 6px 10px;
    }
}
.box-field ul.field-sort li a {
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 40px;

    color: inherit;
    border-radius: 30px;
    background-color: #e9e9e9;
}
.box-field ul.field-sort li.active a {
    color: #fff;
    background-color: #333;
}
.box-service {
    color: #fff;
    background: url(../images/service_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-service {
        background: url(../images/service_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-service .service {
    display: table;

    width: 100%;
}
@media (max-width: 767px) {
    .box-service .service {
        display: block;
    }
}
.box-service .service .title-service,
.box-service .service .list {
    /* display: table-cell; */

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-service .service .title-service,
    .box-service .service .list {
        display: block;
    }
}
.box-service .service .title-service {
    line-height: 1.2;

    width: 25%;

    text-align: center;

    border: 4px solid #fff;
    display: none;
}
@media (max-width: 767px) {
    .box-service .service .title-service {
        width: 100%;
        padding: 20px;

        border-width: 2px;
    }
}
.box-service .service .title-service h2 {
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px) {
    .box-service .service .title-service h2 {
        font-size: 30px;
    }
}
.box-service .service .title-service h3 {
    font-size: 18px;

    margin: 10px 0 0 0;
}
.box-service .service .list {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;

}
@media (max-width: 1199px) {
    .box-service .service .list {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .box-service .service .list {
        width: 100%;
        margin-top: 20px;
    }
}
.box-service .service .list ul {
    font-size: 0;

    margin: -20px -70px;
    padding: 0;
}
@media (max-width: 991px) {
    .box-service .service .list ul {
        margin: -10px 0;
    }
}
@media (max-width: 767px) {
    .box-service .service .list ul {
        margin: -10px;
    }
}
.box-service .service .list ul li {
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 20px 70px;

    list-style: none;

    vertical-align: top;
}
@media (max-width: 991px) {
    .box-service .service .list ul li {
        padding: 10px;
    }
}
.box-service .service .list ul li:nth-child(2) .item,
.box-service .service .list ul li:nth-child(3) .item {
    background-color: rgba(38, 168, 218, .45);
}
.box-service .service .list .item {
    padding: 30px;

    background-color: rgba(0, 0, 0, .45);
}
@media (max-width: 991px) {
    .box-service .service .list .item {
        padding: 20px;
    }
}
.box-service .service .list .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px) {
    .box-service .service .list .item h3 {
        font-size: 18px;
    }
}
.box-service .service .list .item p {
    font-size: 15px;
    line-height: 20px;

    margin: 5px 0 0 0;
}
@media (max-width: 767px) {
    .box-service .service .list .item p {
        font-size: 14px;
    }
}

.box-service .service .list ul li:nth-child(1) {
    text-align: center;
}
.box-service .service .list ul li:nth-child(1) .item h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 6px;
}
.box-service .service .list ul li:nth-child(1) .item p {
    font-size: 17px;
}
@media(max-width:991px) {
    .box-service .service .list ul li:nth-child(1) .item h3 {
        font-size: 30px;
    }
}
@media(max-width:767px) {
    .box-service .service .list ul li:nth-child(1) .item h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .box-service .service .list ul li:nth-child(1) .item p {
        font-size: 14px;
    }
}

.box-field .field-other ul li {
    width: 33.333333333% !important;
}
.box-field .field-other .item .img-box {
    padding-bottom: 74.13793103% !important;
}
@media(max-width:767px) {
    .box-field .field-other ul li {
        width: 100% !important;
    }
    /* 	.box-field .field .item .maskbg{
		top: 0;
	} */
}
.sample-inquiry ul {
    margin: 0 -10px;
    padding: 0;
}
.sample-inquiry ul li {
    list-style: none;
    padding: 0 10px;
}
.sample-inquiry .sample-sort ul li a {
    display: block;
    text-align: center;
    line-height: 50px;
    text-align: center;
    border: 1px solid #999999;
    color: #999999;
    margin-top: 20px;
    font-size: 16px;
    text-decoration: none;
}
.sample-inquiry .sample-sort ul li.active a {
    background-color: #26a8da;
    border-color: #26a8da;
    color: #FFFFFF;
}
.sample-inquiry select {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 14px;
    padding: 10px 20px;
    resize: none;
    border: none;
    outline: none;
    color: #666666;
    background-color: #ededed;
}
.wrap-product-show .sample-inquiry label {
    background-color: #ebebeb;
    display: block;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.wrap-product-show .sample-inquiry label input {
    background: none;
    border: 1px solid #8d8d8d;
    width: 15px;
    height: 15px;
    line-height: 15px;
    min-height: 15px;
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
}
.wrap-product-show .sample-inquiry label input[type="radio"] {
    display: none;
}
.wrap-product-show .sample-inquiry label input[type="radio"]+span {
    display: inline-block;
    position: relative;
    border: solid 1px #8d8d8d;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}

.wrap-product-show .sample-inquiry label input[type="radio"]:checked+span:after {
    content: '\2714';
    font-size: 15px;
    color: #33acdb;
    width: 13px;
    height: 13px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 0;
}
.wrap-product-show .sample-inquiry .submit {
    margin-top: 20px;
}
.wrap-product-show .sample-inquiry .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
}
.wrap-product-show .sample-inquiry h4 {
    font-size: 14px;
    text-align: right;
}
.btn-sample {
    font-weight: bold;
    display: inline-block;
    margin-right: 50px;
    color: #fff;
    text-decoration: none;
}
.btn-sample:hover {
    color: #FFFFFF;
}
.btn-sample:focus {
    color: #ffffff;
}
.btn-sample:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    float: right;
    margin-left: 10px;
    content: '\e62b';
}
@media(max-width:991px) {
    .wrap-product-show .sample-inquiry label {
        padding: 0 10px;
    }
}
@media(max-width:767px) {
    .sample-inquiry .sample-sort ul li a,
    .wrap-product-show .sample-inquiry label,
    .wrap-product-show .inquiry .title-inquiry p {
        font-size: 14px;
    }
    .wrap-product-show .sample-inquiry label {
        padding: 0 20px;
    }
    .sample-inquiry select {
        font-size: 14px;
    }
    .sample-inquiry .text p {
        font-size: 14px;

    }
}

.title .down {
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    margin-top: 20px;

    font-weight: bold;
    line-height: 40px;
    padding: 0 40px;
    color: inherit;
    border-radius: 30px;
    background-color: #e9e9e9;
    transition: all .2s;
}
.title .down:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    margin-left: 4px;

    content: '\e62b';
    display: none;
}
.title .down:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}
.box-vision {
    padding-top: 0;
}
.box-vision .vision {
    background-size: cover;
    padding: 100px 0;
    margin-top: 30px;
}
.box-vision .vision .list {
    background-color: rgba(38, 168, 218, .45);
    max-width: 1000px;
    margin: 0 auto;
    /* text-align: center; */
    padding: 80px 60px;
    color: #ffffff;
}

.box-vision .vision .list p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
@media(max-width:1199px) {
    .box-vision .vision {
        padding: 60px 0;
    }
    .box-vision .vision .list {
        padding: 30px;
    }
}

@media(min-width:1200px) {
    .wrap-about .environment.environment-other .title-environment {
        padding-left: 5%;
        left: 76%;
        position: relative;
    }
    .wrap-about .environment.environment-other .list {
        right: 24%;
        position: relative;
    }
    .wrap-about .environment.environment-other .list .slick-arrow {
        left: auto;
        right: -8.4%;
    }
    .wrap-about .environment.environment-other .list .slick-arrow.slick-next {
        left: auto;
        right: calc(-13% + 30px);
    }
}
@media(max-width:1199px) {
    .wrap-about .environment.environment-other {
        padding-top: 0;
    }
}

.wrap-about .about .text .pic {
    position: relative;
}

.wrap-about .about .text .pic .play {
    position: absolute;
    top: 57%;
    left: 53%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
    z-index: 2;
    color: #dcdcdc;
    opacity: .8;
    font-size: 50px;
}
.wrap-about .about .text .pic .play:before {
    font-family: 'iconfont';
    content: '\e617';
    font-size: 50px;
    width: 50px;
    height: 50px;
    background-color: #1d84dc;
    border-radius: 50%;
    line-height: 50px;
    display: block;
}
.wrap-milestone {
    position: relative;

    overflow: hidden;
}
.wrap-milestone .milestone-canvas {
    position: absolute;
    z-index: 2;
    bottom: -20%;
    left: -25%;

    width: 150%;
    height: 150%;
}
.wrap-milestone .milestone-canvas canvas {
    width: 100%;
    height: 100%;
}
.wrap-milestone .milestone {
    position: relative;
    z-index: 7;

    margin-top: 100px;
}
@media (max-width: 991px) {
    .wrap-milestone .milestone {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-milestone .milestone {
        margin-top: 30px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item {
    position: relative;

    padding-left: 160px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .item {
        padding-left: 90px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item h3 {
    font-size: 50px;
    font-weight: bold;

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

    width: 100%;
    margin: 0;
    margin-right: 20px;

    text-align: right;

    color: #26a8da;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .wrap-milestone .milestone .slick-milestone-for .item h3 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-milestone .milestone .slick-milestone-for .item h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .item h3 {
        font-size: 24px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item .note {
    position: relative;

    width: 180%;
    margin-top: 10px;
    padding-left: 20px;

    opacity: 0;
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .item .note {
        width: 100%;
    }
}
.wrap-milestone .milestone .slick-milestone-for .item .note:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 3px;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(#26a8da), to(transparent));
    background-image: -webkit-linear-gradient(#26a8da, transparent);
    background-image: linear-gradient(#26a8da, transparent);
}
.wrap-milestone .milestone .slick-milestone-for .item .note p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;

    color: #555;
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .item .note p {
        font-size: 14px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .slick-current .item {
    background: url(../images/mline2.png) no-repeat left top;
}
.wrap-milestone .milestone .slick-milestone-for .slick-current .item h3 {
    font-size: 60px;

    text-align: left;

    background: -webkit-radial-gradient(#26a8da, #6fd6f1);
    background: radial-gradient(#26a8da, #6fd6f1);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
    .wrap-milestone .milestone .slick-milestone-for .slick-current .item h3 {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-milestone .milestone .slick-milestone-for .slick-current .item h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .slick-current .item h3 {
        font-size: 30px;
    }
}
.wrap-milestone .milestone .slick-milestone-for .slick-current .item .note {
    opacity: 1;
}
.wrap-milestone .milestone .slick-milestone-for .near .item,
.wrap-milestone .milestone .slick-milestone-for .near2 .item {
    margin-top: 160px;
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .near .item,
    .wrap-milestone .milestone .slick-milestone-for .near2 .item {
        margin: 0;
    }
}
.wrap-milestone .milestone .slick-milestone-for .near1 .item,
.wrap-milestone .milestone .slick-milestone-for .near3 .item {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-for .near1 .item,
    .wrap-milestone .milestone .slick-milestone-for .near3 .item {
        margin-top: 0;
    }
}
.wrap-milestone .milestone .slick-milestone-nav {
    margin-top: 80px;
}
@media (max-width: 1350px) {
    .wrap-milestone .milestone .slick-milestone-nav {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-milestone .milestone .slick-milestone-nav {
        margin-top: 40px;
        padding: 0 5%;
    }
}
.wrap-milestone .milestone .slick-milestone-nav .item {
    text-align: center;
}
.wrap-milestone .milestone .slick-milestone-nav .item h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.wrap-milestone .milestone .slick-milestone-nav .slick-current .item h3 {
    color: #26a8da;
}
.wrap-milestone .slick-arrow {
    font-size: 24px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;
    padding: 0;

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

    border: none;
    background: none;
}
@media (max-width: 767px) {
    .wrap-milestone .slick-arrow {
        font-size: 24px;
        line-height: 50px;

        width: 50px;
        height: 50px;

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

    display: block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-milestone .slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .wrap-milestone .slick-arrow.slick-next {
        right: -10px;
    }
}
.wrap-milestone .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.wrap-milestone .slick-arrow:hover {
    color: #26a8da;
}
.header .nav .nav-list1 .nav-list3 {
    background-color: rgba(86, 86, 86, .77);
}
.header .nav .nav-list1 .nav-list3>li {
    border-bottom: none;
}

.wrap-news-show .table-box {
    overflow: auto;

    /* width: 100%; */
    max-width: 100%;
    margin-top: 10px;
}
.wrap-news-show table {
    /* width: 100%; */
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-news-show table tr,
.wrap-news-show table td {
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-news-show table td {
    padding: 8px 20px !important;

    border: 1px solid #c2c2c2 !important;
    /* background-color: #dcdcdc; */
}
/* .wrap-news-show table td:first-child {
    background-color: #b5b5b5;
} */