/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@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');
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box-index {
    background-color: #000;
}
.swiper-slide {
    overflow: hidden;
}
@media (max-width: 767px) {
    #i-c1 .swiper-slide {
        height: auto;
    }
}
.container {
    width: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@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;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}
.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 {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0 4%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: -webkit-linear-gradient(left, #0bc0ac, #fff 70%);
    background: linear-gradient(to right, #0bc0ac, #fff 70%);
    /* 标准的语法 */
}
@media (max-width: 1560px) {
    .header {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 60px;
    }
}
.header .logo {
    position: relative;
    float: left;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1600px) {
    .header .logo {
        height: 40px;
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        margin-top: 10px;
    }
}
.header .logo a {
    display: inline-block;
    height: 100%;
}
.header .logo a.logophone {
    display: none;
}
@media (max-width: 991px) {
    .header .logo a.logophone {
        display: block;
    }
}
.header .logo a.logopc {
    display: block;
}
@media (max-width: 991px) {
    .header .logo a.logopc {
        display: none;
    }
}
.header .logo img {
    height: 100%;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 9px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media (max-width: 767px) {
    .header .nav-collapse {
        border: none;
    }
}
@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 .nav {
    float: right;
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 50px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #0bc0ac;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 90%;
    }
    .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>li {
        display: inline-block;
        text-align: center;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 80px;
        position: relative;
        display: block;
        padding: 0 24px;
        color: #666;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #0bc0ac;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #0bc0ac;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 50px;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 106px;
        padding: 0;
        text-align: left;
        background-color: rgba(11, 192, 172, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        list-style: none;
        border-bottom: 1px dashed rgba(255, 255, 255, .5);
    }
    .header .nav .nav-list1 .nav-list2 li:last-child {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        line-height: 50px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 26px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        background-color: #0bc0ac;
    }
    .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;
        overflow-y: auto;
        min-width: 200px;
        max-height: 300px;
        padding: 20px 0;
        text-align: left;
        background-color: rgba(11, 192, 172, .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: 1360px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px;
    }
}
@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: #0bc0ac;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .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: 30px;
    margin: 0;
}
@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-y: 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: 40px;
    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 .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 991px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 9919px) {
    .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.6;
        display: block;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 9919px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 9919px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 9919px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav2-list2 .img-box {
        width: 250px;
        height: 90px;
        padding-bottom: 0;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 992px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;
    color: #fff;
}
.header .xs-language span {
    margin: 0 5px;
    color: #fff;
}
@media (min-width: 992px) {
    .header .cart-box-xs {
        display: none;
    }
}
@media (max-width: 991px) {
    .header .cart-box-xs {
        font-size: 24px;
        position: absolute;
        top: 25px;
        left: 0;
        left: 30px;
        color: #fff;
    }
    .header .cart-box-xs span {
        font-size: 16px;
        line-height: 26px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        text-align: center;
        border: 2px solid #fff;
        border-radius: 50%;
    }
}
.header .lang {
    font-size: 12px;
    position: relative;
    float: right;
    width: 140px;
    padding: 39px 0;
    text-align: center;
    border-left: 1px solid #e4e4e4;
}
@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}
.header .lang h3 {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #888;
}
.header .lang h3::before {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 22px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background: url(../images/flags.png) no-repeat;
    background-position: -42px 0;
}
.header .lang h3::after {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    border-top: 4px solid #c7c7c7;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header .lang ul {
    position: absolute;
    z-index: 999;
    top: 90px;
    right: 0;
    display: none;
    width: 100%;
    margin-left: -12px;
    padding: 20px 16px;
    text-align: left;
    color: #999;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li {
    font-size: 13px;
    line-height: 38px;
    clear: both;
    width: 100%;
    height: 29px;
    padding-left: 14px;
    list-style: none;
}
.header .lang li a::before {
    display: inline-block;
    float: left;
    width: 24px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;
    content: '';
    background: url(../images/flags.png) no-repeat;
}
.header .lang li:hover {
    color: #0bc0ac;
}
.header .lang li.zh a::before {
    background-position: -42px 0;
}
.header .lang li.en a::before {
    background-position: -2px 0;
}
@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}
.header .find {
    line-height: 80px;
    float: right;
    margin-left: 50px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #666;
}
.header .find::before {
    font-family: 'iconfont';
    font-size: 22px;
    float: left;
    content: '\e614';
}
.header .find:hover {
    color: #07a694;
}
@media (max-width: 1360px) {
    .header .find {
        margin-left: 20px;
    }
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;
        margin-left: 0;
    }
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 20%;
    left: 20%;
    display: none;
    overflow: hidden;
    width: 60%;
    height: 60%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background: -webkit-linear-gradient(top, #0bc0ac, #fff 70%);
    background: linear-gradient(to bottom, #0bc0ac, #fff 70%);
    box-shadow: 0 0 10px #cccccc;
}
.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: '\e614';
    color: #0bc0ac;
}
@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: 888;
    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: '\e614';
    color: #0bc0ac;
}
.header .search-lg {
    top: 20%;
}
.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 #0bc0ac;
    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: #07a694;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #0bc0ac;
}
.header .search-lg .close-btn {
    position: absolute;
    top: 34px;
    right: 6%;
    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 .nav-phone {
    position: absolute;
    bottom: 30px;
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-phone {
        display: block;
    }
}
.header .nav-phone ul {
    margin: 0 -10px;
}
.header .nav-phone ul li {
    display: inline-block;
}
.header .nav-phone ul li a {
    font-size: 16px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
}
/* .online
{
    position: fixed;
    z-index: 99;
    right: 15px;
    width: 50px;
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -340px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 2px;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/online.png) no-repeat rgba(0, 0, 0, .7);
}
.online a:last-child
{
    border-bottom: none;
}
.online a.online-email
{
    background-position: 0 0;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype
{
    background-position: 0 -50px;
}
.online a.online-skype:hover
{
    background-color: #3dbb2a;
}
.online a.online-tel
{
    background-position: 0 -100px;
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin
{
    background-position: 0 -150px;
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat
{
    background-position: 0 -200px;
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top
{
    background-position: 0 -250px;
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p
{
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p
{
    font-size: 13px;
    margin: 8px 0 0 0;
    text-align: center;
    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 52px;
    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #0bc0ac;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
} */
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.banner .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.banner .index-banner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
}
.banner .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    display: none;
    width: 100%;
    margin: auto;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .owl-theme .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.banner .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}
.banner .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.banner .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    background: none;
    background-color: #fff;
}
.banner .owl-theme .owl-buttons .owl-prev,
.banner .owl-theme .owl-buttons .owl-next {
    line-height: 50px;
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 4%;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    border: 1px solid #0bc0ac;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .banner .owl-theme .owl-buttons .owl-prev,
    .banner .owl-theme .owl-buttons .owl-next {
        line-height: 36px;
        width: 36px;
        height: 36px;
    }
}
.banner .owl-theme .owl-buttons .owl-prev:before,
.banner .owl-theme .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    content: '\e601';
    color: #0bc0ac;
}
.banner .owl-theme .owl-buttons .owl-prev:hover,
.banner .owl-theme .owl-buttons .owl-next:hover {
    background-color: #0bc0ac;
}
.banner .owl-theme .owl-buttons .owl-prev:hover:before,
.banner .owl-theme .owl-buttons .owl-next:hover:before {
    color: #fff;
}
.banner .owl-theme .owl-buttons .owl-next {
    right: 4%;
    left: auto;
}
.banner .owl-theme .owl-buttons .owl-next:before {
    content: '\e827';
}
.banner-in {
    height: auto;
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .banner-in {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .banner-in .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner-in .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .owl-theme {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner-in img {
    max-width: 100%;
}
@-webkit-keyframes bounce2 {
    0%,
    100% {
        -webkit-transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce2 {
    0%,
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.swiper-slide {
    position: relative;
    width: 100%;
}
.swiper-button-next {
    z-index: 9;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 50%;
    width: 26px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    background: none;
}
.swiper-button-next .wheel {
    position: absolute;
    left: 11px;
    display: inline-block;
    width: 2px;
    height: 5px;
    -webkit-animation: jump 1.6s infinite;
    animation: jump 1.6s infinite;
    background-color: rgba(255, 255, 255, .5);
    background-size: cover;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    width: auto;
    padding: 0 20px 0 30px;
    opacity: .5;
    border: none;
    background: none;
}
@media (max-width: 1350px) {
    .swiper-pagination-clickable .swiper-pagination-bullet {
        padding: 0 10px 0 0;
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet:before {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -200px;
    display: block;
    width: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: right;
    color: #0bc0ac;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover:before {
    right: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after {
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #0bc0ac;
    border-radius: 50%;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:after {
    background-color: #0bc0ac;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    left: 0;
}
.box {
    position: relative;
    height: 100%;
}
.title {
    text-align: center;
}
.title b {
    font-size: 30px;
    font-weight: normal;
    display: block;
}
@media (max-width: 1400px) {
    .title b {
        font-size: 22px;
    }
}
.title p {
    font-family: Arial, 'Helvetica', 'Helvetica Neue', Helvetica;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    color: #888787;
}
.title p:before,
.title p:after {
    display: inline-block;
    width: 46px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background-color: #b0b3b4;
}
.title p:before {
    margin-right: 10px;
}
.title p:after {
    margin-left: 10px;
}
.box-center {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .box-center {
        margin-top: 30px;
    }
}
.box-product {
    position: relative;
    background: url(../images/product_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-product .box-center {
    padding: 0 7%;
}
@media (max-width: 1560px) {
    .box-product .box-center {
        padding: 0 7%;
    }
}
@media (max-width: 1400px) {
    .box-product .box-center {
        padding: 0 8%;
    }
}
@media (max-width: 1199px) {
    .box-product .box-center {
        padding: 0 15px;
    }
}
.box-product .product {
    overflow: hidden;
}
.box-product .product .left {
    position: relative;
    float: left;
    width: 33.4%;
}
@media (max-width: 991px) {
    .box-product .product .left {
        display: none;
    }
}
.box-product .product .left:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 8%;
    content: '\e62a';
    color: #f00;
}
.box-product .product .left .item {
    display: block;
}
.box-product .product .left .item .pic {
    border: 1px solid #eee;
}
.box-product .product .left .item .img-box {
    padding-bottom: 116.36363636%;
}
.box-product .product .left .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .left .item .note {
    position: relative;
    padding: 20px 80px 20px 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #0bc0ac;
}
@media (max-width: 1440px) {
    .box-product .product .left .item .note {
        padding: 10px 50px 10px 30px;
    }
}
.box-product .product .left .item .note:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 40px;
    content: '\e61a';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
@media (max-width: 1440px) {
    .box-product .product .left .item .note:after {
        right: 20px;
    }
}
.box-product .product .left .item .note b {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .box-product .product .left .item .note b {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    .box-product .product .left .item .note b {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}
.box-product .product .left .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1440px) {
    .box-product .product .left .item .note p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
}
.box-product .product .left .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .left .item:hover .note {
    background-color: #07a694;
}
.box-product .product .left .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 120px;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}
@media (max-width: 1440px) {
    .box-product .product .left .owl-theme .owl-pagination {
        bottom: 80px;
    }
}
@media (max-width: 1199px) {
    .box-product .product .left .owl-theme .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.box-product .product .left .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}
.box-product .product .left .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    background: none;
}
.box-product .product .left .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    border-color: #0bc0ac;
    background: none;
    background-color: #0bc0ac;
}
.box-product .product .right {
    float: left;
    width: 66.6%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .box-product .product .right {
        width: 100%;
        padding-left: 0;
    }
}
.box-product .product .right .pro-sort {
    margin: 0 -8px;
    margin-top: 30px;
}
@media (max-width: 1800px) {
    .box-product .product .right .pro-sort {
        margin: 0;
        margin-top: 30px;
    }
}
@media (max-width: 1560px) {
    .box-product .product .right .pro-sort {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .box-product .product .right .pro-sort {
        margin-top: 30px;
    }
}
.box-product .product .right .pro-sort li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 8px;
}
@media (max-width: 1800px) {
    .box-product .product .right .pro-sort li {
        padding: 0;
    }
}
.box-product .product .right .pro-sort li a {
    font-size: 16px;
    line-height: 40px;
    display: block;
    min-width: 150px;
    padding: 0 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border: 1px solid #0bc0ac;
    border-radius: 30px;
    background-color: #0bc0ac;
}
@media (max-width: 1800px) {
    .box-product .product .right .pro-sort li a {
        font-size: 14px;
        min-width: 120px;
    }
}
@media (max-width: 1560px) {
    .box-product .product .right .pro-sort li a {
        min-width: 100px;
    }
}
@media (max-width: 1360px) {
    .box-product .product .right .pro-sort li a {
        min-width: 90px;
    }
}
@media (max-width: 991px) {
    .box-product .product .right .pro-sort li a {
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .box-product .product .right .pro-sort li a {
        font-size: 13px;
        min-width: auto;
    }
}
.box-product .product .right .pro-sort li:hover a,
.box-product .product .right .pro-sort li.active a {
    color: #0bc0ac;
    background: none;
}
.box-product .product .right .list ul {
    overflow: hidden;
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-product .product .right .list ul {
        margin: 0 -8px;
    }
}
.box-product .product .right .list ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-product .product .right .list ul li {
        padding: 0 8px;
    }
}
.box-product .product .right .list .item {
    display: block;
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .box-product .product .right .list .item {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-product .product .right .list .item {
        margin-top: 30px;
    }
}
.box-product .product .right .list .item .pic {
    border: 1px solid #eee;
}
.box-product .product .right .list .item .img-box {
    padding-bottom: 86.41975309%;
}
.box-product .product .right .list .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .right .list .item .note {
    position: relative;
    padding: 20px 80px 20px 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #414444;
}
@media (max-width: 1440px) {
    .box-product .product .right .list .item .note {
        padding: 10px 50px 10px 30px;
    }
}
@media (max-width: 991px) {
    .box-product .product .right .list .item .note {
        padding: 6px 30px 6px 10px;
    }
}
.box-product .product .right .list .item .note:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 40px;
    content: '\e61a';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
@media (max-width: 1440px) {
    .box-product .product .right .list .item .note:after {
        right: 20px;
    }
}
@media (max-width: 991px) {
    .box-product .product .right .list .item .note:after {
        font-size: 20px;
        right: 6px;
    }
}
.box-product .product .right .list .item .note b {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .box-product .product .right .list .item .note b {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    .box-product .product .right .list .item .note b {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}
@media (max-width: 991px) {
    .box-product .product .right .list .item .note b {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .box-product .product .right .list .item .note b {
        font-size: 14px;
    }
}
.box-product .product .right .list .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1440px) {
    .box-product .product .right .list .item .note p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
}
@media (max-width: 767px) {
    .box-product .product .right .list .item .note p {
        font-size: 12px;
    }
}
.box-product .product .right .list .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .right .list .item:hover .note {
    background-color: #07a694;
}
.box-choose {
    position: relative;
    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .title b {
    color: #fff;
}
.box-choose .title p {
    color: #e0dcdc;
}
.box-choose .title p:before,
.box-choose .title p:after {
    background-color: rgba(255, 255, 255, .62);
}
.box-choose .choose .item {
    position: relative;
    margin-top: 90px;
    padding: 80px 20px 20px 20px;
    cursor: pointer;
    text-align: center;
    background-color: rgba(51, 128, 128, .9);
}
@media (max-width: 1560px) {
    .box-choose .choose .item {
        margin-top: 70px;
        padding-top: 60px;
    }
}
@media (max-width: 1400px) {
    .box-choose .choose .item {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .item {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item {
        margin-top: 50px;
        padding: 40px 10px 10px 10px;
    }
}
.box-choose .choose .item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    content: '\e693';
    -webkit-transition: all .5s;
    transition: all .5s;
    color: rgba(255, 255, 255, .9);
    border: 1px solid #4e9494;
    border-radius: 50%;
    background-color: #3f9191;
}
@media (max-width: 1400px) {
    .box-choose .choose .item:before {
        font-size: 30px;
        line-height: 80px;
        top: -40px;
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item:before {
        font-size: 24px;
        line-height: 60px;
        top: -30px;
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
}
.box-choose .choose .item b {
    font-size: 20px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    height: 68px;
    color: #fff;
}
@media (max-width: 1400px) {
    .box-choose .choose .item b {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item b {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}
.box-choose .choose .item .pic {
    overflow: hidden;
    margin-top: 10px;
    border-radius: 4px;
}
.box-choose .choose .item .pic .img-box {
    padding-bottom: 57.69230769%;
}
.box-choose .choose .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-choose .choose .item span {
    font-size: 16px;
    line-height: 54px;
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-top: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #3f9191;
}
@media (max-width: 1400px) {
    .box-choose .choose .item span {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item span {
        display: none;
    }
}
.box-choose .choose .item:hover:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box-choose .choose .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-choose .choose .fix-choose {
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 0;
    display: none;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-choose .choose .fix-choose .mask {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
}
.box-choose .choose .fix-choose .mask .choose-close {
    font-size: 26px;
    line-height: 60px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .choose-close {
        font-size: 18px;
        line-height: 40px;
        right: 10px;
    }
}
.box-choose .choose .fix-choose .mask .choose-close:after {
    font-family: 'iconfont' !important;
    content: '\e727';
    color: #fff;
}
.box-choose .choose .fix-choose .mask .title-choose {
    padding: 0 40px;
    background-color: #3375b2;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .title-choose {
        padding: 0 10px;
    }
}
.box-choose .choose .fix-choose .mask .title-choose b {
    font-size: 20px;
    line-height: 60px;
    display: block;
    height: 60px;
    color: #fff;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .title-choose b {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
}
.box-choose .choose .fix-choose .mask .title-choose b:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-right: 16px;
    content: '\e693';
    vertical-align: middle;
}
.box-choose .choose .fix-choose .mask .text {
    overflow: hidden;
}
.box-choose .choose .fix-choose .mask .text .pic {
    float: left;
    width: 29%;
    min-height: 440px;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .text .pic {
        display: none;
    }
}
.box-choose .choose .fix-choose .mask .text .note {
    float: left;
    width: 71%;
    min-height: 440px;
    padding: 30px;
    background: url(../images/fix_choose_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .text .note {
        width: 100%;
        min-height: auto;
        padding: 20px 10px;
    }
}
.box-choose .choose .fix-choose .mask .text .note p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
    .box-choose .choose .fix-choose .mask .text .note p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
@media (max-width: 320px) {
    .box-choose .choose .fix-choose .mask .text .note p {
        font-size: 13px;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .list-about .item b {
        height: 20px;
    }
}
.box-choose .choose .list-service {
    margin-top: 50px;
}
@media (max-width: 1400px) {
    .box-choose .choose .list-service {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .list-service {
        margin-top: 0;
    }
}
.box-choose .choose .list-service .item {
    background-color: rgba(101, 177, 138, .9);
}
.box-choose .choose .list-service .item:before {
    content: '\e644';
    border-color: #9fcfb6;
    background-color: #79bd9a;
}
@media (max-width: 767px) {
    .box-choose .choose .list-service .item b {
        height: 20px;
    }
}
.box-choose .choose .list-service .item span {
    background-color: #79bd9a;
}
.box-choose .choose .list-service .fix-choose .title-choose b:before {
    content: '\e644';
}
.box-choose .choose .list-product .item {
    background-color: rgba(176, 212, 122, .9);
}
.box-choose .choose .list-product .item:before {
    content: '\e674';
    border-color: #d8edba;
    background-color: #c1e290;
}
.box-choose .choose .list-product .item span {
    background-color: #c1e290;
}
.box-choose .choose .list-product .fix-choose .title-choose b:before {
    content: '\e674';
}
.box-choose .choose .list-good {
    margin-top: 50px;
}
@media (max-width: 1400px) {
    .box-choose .choose .list-good {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .list-good {
        margin-top: 0;
    }
}
.box-choose .choose .list-good .item {
    background-color: rgba(142, 204, 142, .9);
}
.box-choose .choose .list-good .item:before {
    content: '\e63b';
    border-color: #cde4cd;
    background-color: #a8dba8;
}
.box-choose .choose .list-good .item span {
    background-color: #a8dba8;
}
.box-choose .choose .list-good .fix-choose .title-choose b:before {
    content: '\e63b';
}
.box-news {
    position: relative;
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .title b {
    color: #fff;
}
.box-news .title p {
    color: #e0dcdc;
}
.box-news .title p:before,
.box-news .title p:after {
    background-color: rgba(255, 255, 255, .62);
}
.box-news .news {
    position: relative;
    margin-top: 30px;
}
.box-news .news .item {
    margin: 0 15px;
    background-color: rgba(0, 0, 0, .6);
}
.box-news .news .item .img-box {
    padding-bottom: 60.97560976%;
}
.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .note {
    padding: 30px 20px;
    text-align: center;
}
@media (max-width: 1560px) {
    .box-news .news .item .note {
        padding: 20px 15px;
    }
}
.box-news .news .item .note b {
    font-size: 18px;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px) {
    .box-news .news .item .note b {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }
}
.box-news .news .item .note span {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    color: #fff;
}
@media (max-width: 1560px) {
    .box-news .news .item .note span {
        margin-top: 10px;
    }
}
.box-news .news .item .note span:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;
    content: '\e672';
    vertical-align: middle;
    color: #0bc0ac;
}
.box-news .news .item .note p {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 20px 0 0 0;
    color: #cacaca;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .box-news .news .item .note p {
        margin-top: 10px;
    }
}
@media (max-width: 1400px) {
    .box-news .news .item .note p {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        overflow: hidden;
        height: 20px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.box-news .news .item .note a {
    display: inline-block;
}
.box-news .news .item a.more {
    font-size: 16px;
    line-height: 46px;
    display: block;
    height: 46px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
}
@media (max-width: 1400px) {
    .box-news .news .item a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
    }
}
.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover a.more {
    background-color: #0bc0ac;
}
.box-news .news .newsmore {
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 1400px) {
    .box-news .news .newsmore {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .box-news .news .newsmore {
        margin-top: 40px;
    }
}
.box-news .news .newsmore a {
    line-height: 40px;
    display: inline-block;
    width: 60px;
    height: 40px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
}
.box-news .news .newsmore a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;
    content: '\e649';
}
.box-news .news .newsmore a:hover {
    color: #fff;
    border-color: #0bc0ac;
    background-color: #0bc0ac;
}
.box-news .news .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    display: none;
    width: 100%;
    margin: auto;
    text-align: center;
}
.box-news .news .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}
.box-news .news .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.box-news .news .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    background: none;
    background-color: #fff;
}
.box-news .news .owl-theme .owl-buttons .owl-prev,
.box-news .news .owl-theme .owl-buttons .owl-next {
    line-height: 20px;
    position: absolute;
    z-index: 9;
    bottom: -80px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-left: -90px;
    padding: 0;
    opacity: 1;
    background: none;
}
@media (max-width: 1400px) {
    .box-news .news .owl-theme .owl-buttons .owl-prev,
    .box-news .news .owl-theme .owl-buttons .owl-next {
        bottom: -50px;
    }
}
@media (max-width: 991px) {
    .box-news .news .owl-theme .owl-buttons .owl-prev,
    .box-news .news .owl-theme .owl-buttons .owl-next {
        bottom: -70px;
    }
}
.box-news .news .owl-theme .owl-buttons .owl-prev:before,
.box-news .news .owl-theme .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    content: '\e9b3';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #b2b2b2;
}
.box-news .news .owl-theme .owl-buttons .owl-prev:hover:before,
.box-news .news .owl-theme .owl-buttons .owl-next:hover:before {
    color: #0bc0ac;
}
.box-news .news .owl-theme .owl-buttons .owl-next {
    right: 50%;
    left: auto;
    margin-right: -90px;
    margin-left: 0;
}
.box-news .news .owl-theme .owl-buttons .owl-next:before {
    content: '\e9b3';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.box-message {
    position: relative;
    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-message .box-center {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .box-message .box-center {
        margin-top: 0;
    }
}
.box-message .message {
    display: table;
    width: 100%;
}
@media (max-width: 991px) {
    .box-message .message {
        display: block;
    }
}
.box-message .message .left {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
@media (max-width: 1400px) {
    .box-message .message .left {
        width: 24%;
    }
}
@media (max-width: 991px) {
    .box-message .message .left {
        display: none;
    }
}
.box-message .message .left img {
    max-width: 100%;
}
.box-message .message .right {
    display: table-cell;
    width: 70%;
    padding: 20px 80px;
    vertical-align: middle;
    /* background-color: #fff; */
    background-color: #dfefed;
}
@media (max-width: 1400px) {
    .box-message .message .right {
        width: 76%;
    }
}
@media (max-width: 991px) {
    .box-message .message .right {
        display: block;
        width: 100%;
        padding: 30px 15px;
    }
}
.box-message .message .right .text {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .box-message .message .right .text {
        margin-top: 10px;
    }
}
.box-message .message .right .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}
@media (max-width: 991px) {
    .box-message .message .right .text p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .box-message .message .right .text p {
        font-size: 12px;
    }
}
.box-message .message .right form {
    margin-top: 10px;
}
.box-message .message .right form input,
.box-message .message .right form textarea {
    line-height: 25px;
    width: 100%;
    min-height: 45px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #f5f5f5;
}
@media (max-width: 991px) {
    .box-message .message .right form input,
    .box-message .message .right form textarea {
        margin-top: 10px;
    }
}
.box-message .message .right form input::-webkit-input-placeholder,
.box-message .message .right form textarea::-webkit-input-placeholder {
    color: #999;
}
.box-message .message .right form input:-o-placeholder,
.box-message .message .right form textarea:-o-placeholder {
    color: #999;
}
.box-message .message .right form input::-moz-placeholder,
.box-message .message .right form textarea::-moz-placeholder {
    color: #999;
}
.box-message .message .right form input:-ms-input-placeholder,
.box-message .message .right form textarea:-ms-input-placeholder {
    color: #999;
}
.box-message .message .right form input:focus::-webkit-input-placeholder,
.box-message .message .right form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-message .message .right form input:focus::-o-placeholder,
.box-message .message .right form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-message .message .right form input:focus::-moz-placeholder,
.box-message .message .right form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-message .message .right form input:focus::-ms-input-placeholder,
.box-message .message .right form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-message .message .right form .sendbtn {
    margin-top: 50px;
    text-align: right;
}
@media (max-width: 1400px) {
    .box-message .message .right form .sendbtn {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-message .message .right form .sendbtn {
        margin-top: 10px;
    }
}
.box-message .message .right form .sendbtn .submit {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .box-message .message .right form .sendbtn .submit {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding: 0 14px;
    }
}
.box-message .message .right form .sendbtn .submit:before {
    font-family: 'iconfont' !important;
    margin-right: 10px;
    content: '\e6a0';
}
.box-message .message .right form .sendbtn .submit:hover {
    background-color: #07a694;
}
.box-message .message .right form .contactbtn {
    margin-top: 50px;
}
@media (max-width: 1400px) {
    .box-message .message .right form .contactbtn {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-message .message .right form .contactbtn {
        margin-top: 10px;
    }
}
.box-message .message .right form .contactbtn .contact {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #1b1b1b;
}
@media (max-width: 991px) {
    .box-message .message .right form .contactbtn .contact {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        padding: 0 14px;
    }
}
.box-message .message .right form .contactbtn .contact:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    content: '\e634';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-message .message .right form .contactbtn .contact:before {
        font-size: 20px;
    }
}
.box-message .message .right form .contactbtn .contact:hover {
    background-color: #07a694;
}
.box-message .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #151515;
}
.box-message .copyright p {
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
    color: #7e7e7e;
}
@media (max-width: 767px) {
    .box-message .copyright p {
        line-height: 24px;
        padding: 5px 0;
    }
}
.box-message .copyright p a {
    display: inline-block;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .box-message .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.box-message .copyright p a:hover {
    text-decoration: underline;
    color: #fff;
}
.maskbg {
    position: fixed;
    z-index: 10;
    top: -50%;
    left: 0;
    display: none;
    width: 100%;
    height: 200%;
    background-color: rgba(0, 0, 0, .66);
}
.swiper-slide-active .box-product .left {
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
    animation: fadeInLeftBig 1s 0s ease both;
}
.swiper-slide-active .box-product .right {
    -webkit-animation: fadeInRightBig 1s 0s ease both;
    animation: fadeInRightBig 1s 0s ease both;
}
@media (max-width: 991px) {
    .swiper-slide-active .box-product .right {
        -webkit-animation: fadeInUp 1s 0s ease both;
        animation: fadeInUp 1s 0s ease both;
    }
}
.swiper-slide-active .box-choose .title {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.swiper-slide-active .box-choose .choose {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.swiper-slide-active .box-news .title {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.swiper-slide-active .box-news .news {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}
.swiper-slide-active .box-message .left {
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
    animation: fadeInLeftBig 1s 0s ease both;
}
.swiper-slide-active .box-message .right {
    -webkit-animation: fadeInRightBig 1s 0s ease both;
    animation: fadeInRightBig 1s 0s ease both;
}
@media (max-width: 991px) {
    .swiper-slide-active .box-message .right {
        -webkit-animation: fadeInUp 1s 0s ease both;
        animation: fadeInUp 1s 0s ease both;
    }
}
.ani-slideout .box-product .left {
    -webkit-animation: fadeOutLeftBig 1s 0s ease both;
    animation: fadeOutLeftBig 1s 0s ease both;
}
.ani-slideout .box-product .right {
    -webkit-animation: fadeOutRightBig 1s 0s ease both;
    animation: fadeOutRightBig 1s 0s ease both;
}
@media (max-width: 991px) {
    .ani-slideout .box-product .right {
        -webkit-animation: fadeOutDown 1s 0s ease both;
        animation: fadeOutDown 1s 0s ease both;
    }
}
.ani-slideout .box-choose .title {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .box-choose .choose {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
}
.ani-slideout .box-news .title {
    -webkit-animation: fadeOutUp 1s 0s ease both;
    animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .box-news .news {
    -webkit-animation: fadeOutDown 1s 0s ease both;
    animation: fadeOutDown 1s 0s ease both;
}
.ani-slideout .box-message .left {
    -webkit-animation: fadeOutLeftBig 1s 0s ease both;
    animation: fadeOutLeftBig 1s 0s ease both;
}
.ani-slideout .box-message .right {
    -webkit-animation: fadeOutRightBig 1s 0s ease both;
    animation: fadeOutRightBig 1s 0s ease both;
}
@media (max-width: 991px) {
    .ani-slideout .box-message .right {
        -webkit-animation: fadeOutDown 1s 0s ease both;
        animation: fadeOutDown 1s 0s ease both;
    }
}
.box-footer {
    background-color: #434343;
}
@media(max-width: 991px) {
    .box-footer {
        padding-bottom: 55px;
    }
}
.box-footer .footer {
    padding: 70px 0;
}
@media (max-width: 1199px) {
    .box-footer .footer {
        padding: 20px 0 50px;
    }
}
.box-footer .foot>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.box-footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 1199px) {
    .box-footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .box-footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .box-footer .foot>ul>li {
        display: inline-block;
        max-width: 438px;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .box-footer .foot>ul>li {
        display: inline-block;
        width: 20%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}
@media (max-width: 1199px) {
    .box-footer .foot>ul>li {
        display: block;
        width: 100%;
    }
}
.box-footer .foot>ul>li h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    margin: 0;
    color: #fff;
}
@media (max-width: 1400px) {
    .box-footer .foot>ul>li h3 {
        z-index: 18px;
    }
}
@media (max-width: 1199px) {
    .box-footer .foot>ul>li h3 {
        font-size: 16px;
    }
    .box-footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        float: right;
        content: '\e628';
    }
}
.box-footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .box-footer .foot>ul>li .item {
        margin-top: 30px;
    }
}
.box-footer .foot>ul>li .item-1 a {
    font-size: 16px;
    line-height: 1.875;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #c7c5c5;
}
@media (max-width: 991px) {
    .box-footer .foot>ul>li .item-1 a {
        font-size: 14px;
    }
}
.box-footer .foot>ul>li .item-1 a:hover {
    text-decoration: underline;
    color: #0bc0ac;
}
.box-footer .foot>ul>li .item-2 p {
    font-size: 16px;
    line-height: 1.875;
    max-width: 385px;
    /*max-width: 380px;*/
    margin: 0;
    color: #c7c5c5;
}
@media (max-width: 991px) {
    .box-footer .foot>ul>li .item-2 p {
        font-size: 14px;
    }
}
.box-footer .foot>ul>li .item-2 p a:hover {
    text-decoration: underline;
    color: #0bc0ac;
}
.box-footer .foot>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .box-footer .foot>ul>li .info-down {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .box-footer .foot>ul>li .info-down {
        display: none;
        margin-top: 10px;
    }
}
.box-footer .foot>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.box-footer .copyright {
    text-align: center;
    background-color: #151515;
}
.box-footer .copyright p {
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
    color: #7e7e7e;
}
@media (max-width: 767px) {
    .box-footer .copyright p {
        line-height: 24px;
        padding: 5px 0;
    }
}
.box-footer .copyright p a {
    display: inline-block;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .box-footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.box-footer .copyright p a:hover {
    text-decoration: underline;
    color: #fff;
}
.sub-box {
    height: 56px;
}
.sub-box .category {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 56px;
}
.sub-box .category ul {
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sub-box .category ul li {
    position: relative;
    display: inline-block;
    height: 54px;
    padding: 0 17px;
}
.sub-box .category ul li:first-child {
    padding-left: 0;
}
.sub-box .category ul li a {
    font-size: 13px;
    line-height: 30px;
    display: block;
    height: 54px;
    padding: 12px 0;
    color: #fff;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a {
    border-bottom: 1px solid #fff;
}
.wrapper {
    overflow: hidden;
}
.wrapper-about {
    background: url(../images/wrap_about_bg.jpg) no-repeat top center;
}
.wrapper-news {
    background: url(../images/wrap_news_bg.jpg) no-repeat top center;
}
.wrapper-product {
    background: url(../images/wrap_product_bg.jpg) no-repeat center;
}
.wrapper-download {
    background: url(../images/wrap_download_bg.jpg) no-repeat top center;
}
.wrapper-contact {
    background: url(../images/wrap_contact_bg.jpg) no-repeat top center;
}
.wrapper-top {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.wrapper-top .title-wrapper {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .wrapper-top .title-wrapper {
        display: block;
    }
}
.wrapper-top .title-wrapper b {
    font-size: 26px;
    font-weight: normal;
    line-height: 60px;
    color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrapper-top .title-wrapper b {
        font-size: 18px;
        line-height: 40px;
    }
}
.wrapper-top .title-wrapper b:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/title-wrapper-icon.png) no-repeat;
}
.wrapper-top .location {
    display: inline-block;
    float: left;
}
@media (max-width: 991px) {
    .wrapper-top .location {
        display: block;
        float: none;
    }
}
.wrapper-top .location:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 6px;
    content: '\e64a';
    vertical-align: middle;
    color: #0bc0ac;
}
.wrapper-top .location a {
    font-size: 16px;
    line-height: 60px;
    display: inline-block;
}
@media (max-width: 991px) {
    .wrapper-top .location a {
        font-size: 14px;
        line-height: 40px;
    }
}
.wrapper-top .location a:after {
    margin: 0 4px;
    content: '>';
}
.wrapper-top .location a:last-child:after {
    display: none;
}
.wrapper-top .location a:hover {
    color: #0bc0ac;
}
.wrapper-top .wrap-search {
    position: relative;
    float: right;
    width: 270px;
    margin-top: 12px;
    margin-right: 30px;
    padding-right: 54px;
}
@media (max-width: 991px) {
    .wrapper-top .wrap-search {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 10px 0 20px 0;
    }
}
.wrapper-top .wrap-search input {
    line-height: 28px;
    width: 100%;
    height: 36px;
    padding: 4px 20px;
    background-color: #eee;
}
.wrapper-top .wrap-search input::-webkit-input-placeholder,
.wrapper-top .wrap-search textarea::-webkit-input-placeholder {
    color: #d2d0d0;
}
.wrapper-top .wrap-search input:-o-placeholder,
.wrapper-top .wrap-search textarea:-o-placeholder {
    color: #d2d0d0;
}
.wrapper-top .wrap-search input::-moz-placeholder,
.wrapper-top .wrap-search textarea::-moz-placeholder {
    color: #d2d0d0;
}
.wrapper-top .wrap-search input:-ms-input-placeholder,
.wrapper-top .wrap-search textarea:-ms-input-placeholder {
    color: #d2d0d0;
}
.wrapper-top .wrap-search input:focus::-webkit-input-placeholder,
.wrapper-top .wrap-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrapper-top .wrap-search input:focus::-o-placeholder,
.wrapper-top .wrap-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrapper-top .wrap-search input:focus::-moz-placeholder,
.wrapper-top .wrap-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrapper-top .wrap-search input:focus::-ms-input-placeholder,
.wrapper-top .wrap-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrapper-top .wrap-search .submit {
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 36px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #7d7d7d;
}
.wrapper-top .wrap-search .submit:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e614';
}
.wrap {
    padding: 60px 0 100px;
}
@media (max-width: 991px) {
    .wrap {
        padding: 60px 0;
    }
}
.wrap-sort {
    margin-top: 40px;
    text-align: center;
}
.wrap-sort ul {
    margin: 0 -5px;
}
.wrap-sort ul li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 5px;
}
.wrap-sort ul li a {
    font-size: 18px;
    line-height: 42px;
    display: block;
    height: 44px;
    padding: 0 38px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-sort ul li a {
        font-size: 15px;
        padding: 0 20px;
    }
}
.wrap-sort ul li.active a,
.wrap-sort ul li:hover a {
    color: #fff;
    border-color: #0bc0ac;
    background-color: #0bc0ac;
}
.wrap-left {
    float: left;
    width: 27%;
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 30%;
    }
}
@media (max-width: 991px) {
    .wrap-left {
        width: 100%;
    }
}
.wrap-left .title-side {
    position: relative;
    padding: 0 30px;
    color: #fff;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-left .title-side {
        padding: 0 10px;
    }
}
.wrap-left .title-side:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 20px;
    content: '\e827';
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .wrap-left .title-side:after {
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-left .title-side:before {
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 40px;
        content: '展开';
    }
}
.wrap-left b {
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    display: block;
}
@media (max-width: 991px) {
    .wrap-left b {
        font-size: 18px;
        line-height: 40px;
    }
}
.wrap-left p {
    font-family: Arial, 'Helvetica Neue', Helvetica;
    font-size: 14px;
    margin: 8px 0 0 0;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-left .product-side {
        overflow: hidden;
        height: 0;
        max-height: 30px;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}
.wrap-left .product-side>ul>li {
    position: relative;
    border-top: 1px solid #fff;
    background-color: #eee;
}
.wrap-left .product-side>ul>li>a {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 10px 40px 10px 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .wrap-left .product-side>ul>li>a {
        font-size: 15px;
        padding: 4px 20px 4px 10px;
    }
}
.wrap-left .product-side>ul>li.more>a:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 20px;
    content: '\e827';
}
.wrap-left .product-side>ul>li ul.level-2 {
    display: none;
    overflow-y: auto;
    max-height: 400px;
    padding: 24px 0;
    border: 1px solid #0bc0ac;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-left .product-side>ul>li ul.level-2 {
        max-height: 140px;
        padding: 10px 0;
    }
}
.wrap-left .product-side>ul>li ul.level-2 li {
    position: relative;
}
@media (max-width: 991px) {
    .wrap-left .product-side>ul>li ul.level-2 li {
        display: inline-block;
    }
}
.wrap-left .product-side>ul>li ul.level-2 a {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    display: block;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-left .product-side>ul>li ul.level-2 a {
        font-size: 14px;
        line-height: 2;
        padding: 0 10px;
    }
}
.wrap-left .product-side>ul>li ul.level-2 a:hover {
    color: #fff;
    background-color: #0bc0ac;
}
.wrap-left .product-side>ul>li.active>a,
.wrap-left .product-side>ul>li:hover>a {
    color: #fff;
    background-color: #0bc0ac;
}
.wrap-left .product-side>ul>li.active>a:after,
.wrap-left .product-side>ul>li:hover>a:after {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 991px) {
    .wrap-left .product-side>ul>li.active ul.level-2 {
        display: block;
    }
}
.wrap-left.pactive .title-side:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-left.pactive .title-side:before {
    content: '收起';
}
.wrap-left.pactive .product-side {
    height: auto;
    max-height: 700px;
}
.wrap-left .product-side>ul>li ul.level-2::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 18px;
}
.wrap-left .product-side>ul>li ul.level-2::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-left .product-side>ul>li ul.level-2::-webkit-scrollbar-thumb {
    background-color: #0bc0ac;
}
.header .nav .nav-list1 .nav-list3::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 8px;
}
.header .nav .nav-list1 .nav-list3::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.header .nav .nav-list1 .nav-list3::-webkit-scrollbar-thumb {
    background-color: #0bc0ac;
}
.wrap-right {
    float: right;
    width: 73%;
    padding-left: 90px;
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 70%;
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .about b {
    font-size: 20px;
}
@media (max-width: 991px) {
    .wrap-about .about b {
        font-size: 18px;
    }
}
.wrap-about .about p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-about .about p {
        font-size: 15px;
    }
}
.wrap-about .about img {
    float: right;
    max-width: 100%;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .wrap-about .about img {
        float: none;
        margin-bottom: 30px;
        margin-left: 0;
    }
}
.wrap-history .history>ul>li {
    position: relative;
    padding-left: 140px;
}
@media (max-width: 991px) {
    .wrap-history .history>ul>li {
        padding-left: 120px;
    }
}
.wrap-history .history>ul>li:first-child .item .note:after {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 8px;
    content: '';
    background-color: #fff;
}
.wrap-history .history>ul>li .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: right;
}
.wrap-history .history>ul>li .date span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    color: #0bc0ac;
}
.wrap-history .history>ul>li .item {
    padding-bottom: 30px;
    border-left: 1px solid #0bc0ac;
}
.wrap-history .history>ul>li .item .note {
    position: relative;
    padding-left: 40px;
}
@media (max-width: 991px) {
    .wrap-history .history>ul>li .item .note {
        padding-left: 20px;
    }
}
.wrap-history .history>ul>li .item .note:before {
    position: absolute;
    top: 8px;
    left: -6px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border: 1px solid #0bc0ac;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-history .history>ul>li .item p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-history .history>ul>li .item p {
        font-size: 15px;
    }
}
.wrap-honor .honor {
    margin-top: -30px;
}
.wrap-honor .honor .item {
    margin-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 60%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-certificate .certificate {
    margin-top: -30px;
}
.wrap-certificate .certificate .item {
    margin-top: 30px;
    padding: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-certificate .certificate .item {
        padding: 5px;
    }
}
.wrap-certificate .certificate .item .img-box {
    padding-bottom: 80%;
}
.wrap-certificate .certificate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-certificate .certificate .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-certificate .certificate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news-scroll .item {
    position: relative;
}
.wrap-news .news-scroll .item .img-box {
    padding-bottom: 60.81081081%;
}
.wrap-news .news-scroll .item p {
    font-size: 18px;
    line-height: 54px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 48px 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news .news-scroll .item p {
        font-size: 15px;
        line-height: 44px;
        height: 44px;
        padding: 0 15px 0 30px;
    }
}
.wrap-news .news-scroll .item p:before {
    position: absolute;
    top: 50%;
    left: 44px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-news .news-scroll .item p:before {
        left: 15px;
    }
}
.wrap-news .news-scroll .item p a {
    position: relative;
    display: block;
    padding-right: 80px;
}
.wrap-news .news-scroll .item p span {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.wrap-news .news-scroll .item:hover p {
    background-color: #0bc0ac;
}
.wrap-news .news-scroll .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    display: none;
    width: 100%;
    margin: auto;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-news .news-scroll .owl-theme .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.wrap-news .news-scroll .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}
.wrap-news .news-scroll .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.wrap-news .news-scroll .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    background: none;
    background-color: #fff;
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-prev,
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next {
    line-height: 70px;
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;
    width: 30px;
    height: 70px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    background: none;
    background-color: rgba(0, 0, 0, .3);
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-prev:before,
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    content: '\e601';
    color: #fff;
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-prev:hover,
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next:hover {
    background-color: #0bc0ac;
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-prev:hover:before,
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next:hover:before {
    color: #fff;
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next {
    right: 0;
    left: auto;
}
.wrap-news .news-scroll .owl-theme .owl-buttons .owl-next:before {
    content: '\e827';
}
.wrap-news .news-mask {
    margin-top: 40px;
}
.wrap-news .news-mask ul {
    font-size: 0;
}
.wrap-news .news-mask ul li {
    display: inline-block;
    width: 40%;
    padding-top: 1px;
    padding-right: 1px;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li {
        width: 60%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+2) {
    width: 15%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+2) {
        width: 40%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+2) .note {
    background-color: #7ecef4;
}
.wrap-news .news-mask ul li:nth-child(8n+3) {
    width: 30%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+3) {
        width: 40%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+3) .note {
    background-color: #84ccc9;
}
.wrap-news .news-mask ul li:nth-child(8n+4) {
    width: 15%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+4) {
        width: 60%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+5) {
    width: 30%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+5) {
        width: 60%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+5) .note {
    background-color: #84ccc9;
}
.wrap-news .news-mask ul li:nth-child(8n+6) {
    width: 15%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+6) {
        width: 40%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+6) .note {
    background-color: #7ecef4;
}
.wrap-news .news-mask ul li:nth-child(8n+7) {
    width: 15%;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li:nth-child(8n+7) {
        width: 40%;
    }
}
.wrap-news .news-mask ul li:nth-child(8n+7) .note {
    background-color: #13b5b1;
}
.wrap-news .news-mask ul li .note {
    position: relative;
    display: block;
    height: 90px;
    text-align: center;
    background-color: #89c997;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li .note {
        height: 70px;
    }
}
.wrap-news .news-mask ul li .note p {
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
@media (max-width: 767px) {
    .wrap-news .news-mask ul li .note p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.wrap-news .news-list {
    padding: 0 30px;
    background-color: #f8f8f8;
}
@media (max-width: 991px) {
    .wrap-news .news-list {
        margin-top: 30px;
        padding: 0 10px;
    }
}
.wrap-news .news-list .title-news {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}
.wrap-news .news-list .title-news b {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-news .news-list .title-news b {
        font-size: 16px;
    }
}
.wrap-news .news-list .title-news b:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    content: '\e64b';
    vertical-align: middle;
    color: #0bc0ac;
}
.wrap-news .news-list .title-news a.more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    float: right;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news .news-list .title-news a.more {
        font-size: 14px;
    }
}
.wrap-news .news-list .title-news a.more:hover {
    color: #0bc0ac;
}
.wrap-news .news-list ul.list {
    padding-bottom: 40px;
}
.wrap-news .news-list ul.list li {
    position: relative;
    margin-top: 24px;
    padding-left: 20px;
}
@media (max-width: 991px) {
    .wrap-news .news-list ul.list li {
        padding-left: 14px;
    }
}
.wrap-news .news-list ul.list li:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #0bc0ac;
}
.wrap-news .news-list ul.list li p {
    font-size: 16px;
    line-height: 1.375;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news .news-list ul.list li p {
        font-size: 15px;
    }
}
.wrap-news .news-list ul.list li p a {
    display: block;
}
.wrap-news .news-list ul.list li:hover p {
    font-weight: bold;
    color: #0bc0ac;
}
.wrap-news-list .news-list {
    margin-top: -30px;
}
.wrap-news-list .news-list .row {
    margin: 0 -28px;
}
@media (max-width: 991px) {
    .wrap-news-list .news-list .row {
        margin: 0 -15px;
    }
}
.wrap-news-list .news-list .list {
    padding: 0 28px;
}
@media (max-width: 991px) {
    .wrap-news-list .news-list .list {
        padding: 0 15px;
    }
}
.wrap-news-list .news-list .list:nth-child(1) .item .note,
.wrap-news-list .news-list .list:nth-child(2) .item .note {
    border-top: 3px solid rgba(11, 192, 172, 0);
}
@media (max-width: 991px) {
    .wrap-news-list .news-list .list:nth-child(2) .item .note {
        border-top: 3px solid #0bc0ac;
    }
}
.wrap-news-list .news-list .item {
    position: relative;
    margin-top: 10px;
    padding-left: 80px;
}
.wrap-news-list .news-list .item a {
    display: block;
}
.wrap-news-list .news-list .item .date {
    position: absolute;
    top: 20px;
    left: 0;
    width: 60px;
    text-align: center;
    color: #fff;
}
.wrap-news-list .news-list .item .date b {
    line-height: 34px;
    display: block;
    background-color: #0bc0ac;
}
.wrap-news-list .news-list .item .date span {
    line-height: 26px;
    display: block;
    background-color: #01a08e;
}
.wrap-news-list .news-list .item .note {
    padding-top: 12px;
    border-top: 3px solid #0bc0ac;
}
.wrap-news-list .news-list .item .note b {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    display: block;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news-list .news-list .item .note b {
        font-size: 15px;
    }
}
.wrap-news-list .news-list .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 6px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news-list .news-list .item .note p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}
.wrap-news-list .news-list .item:hover .note b {
    color: #0bc0ac;
}
.wrap-news-show .title-news h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.53846154;
    margin: 0 0 26px 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}
.wrap-news-show .title-news span {
    font-size: 16px;
    margin-top: 10px;
    color: #0bc0ac;
}
.wrap-news-show .title-news span:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    content: '\e672';
    vertical-align: middle;
    color: #0bc0ac;
}
.wrap-news-show .text {
    margin-top: 20px;
}
.wrap-news-show .text p {
    font-size: 18px;
    line-height: 2.22222222;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .text p {
        font-size: 15px;
    }
}
.wrap-news-show .text img {
    max-width: 100%;
}
.wrap-news-show .relate {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-news-show .relate {
        margin-top: 40px;
    }
}
.wrap-news-show .relate a {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    content: '\e9b8';
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-news-show .relate a {
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
    }
}
.wrap-news-show .relate a:hover {
    text-decoration: underline;
    color: #0bc0ac;
}
.wrap-news-show .relate .next a {
    text-align: right;
}
@media (max-width: 991px) {
    .wrap-news-show .relate .next a {
        text-align: left;
    }
}
.wrap-news-show .relate .next a:before {
    content: '\e648';
}
.wrap-product .product {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: 0;
    }
}
.wrap-product .product .row {
    margin: 0 -22px;
}
@media (max-width: 1350px) {
    .wrap-product .product .row {
        margin: 0 -15px;
    }
}
.wrap-product .product .list {
    padding: 0 22px;
}
@media (max-width: 1350px) {
    .wrap-product .product .list {
        padding: 0 15px;
    }
}
.wrap-product .product .item {
    display: block;
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .wrap-product .product .item {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic {
    border: 1px solid #eee;
}
.wrap-product .product .item .img-box {
    padding-bottom: 86.41975309%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .note {
    position: relative;
    padding: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #414444;
}
.wrap-product .product .item .note b {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .wrap-product .product .item .note b {
        font-size: 16px;
    }
}
@media (max-width: 1440px) {
    .wrap-product .product .item .note b {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product .item .note b {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note b {
        font-size: 14px;
    }
}
.wrap-product .product .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1440px) {
    .wrap-product .product .item .note p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note p {
        font-size: 12px;
    }
}
.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .note {
    background-color: #07a694;
}
.wrap-product-show .wrap-right {
    padding-left: 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-right {
        padding-left: 0;
    }
}
.wrap-product-show .product-show {
    max-width: 630px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show {
        margin-top: 50px;
    }
}
.wrap-product-show .product-show .title-product {
    text-align: center;
}
.wrap-product-show .product-show .title-product h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .title-product h1 {
        font-size: 22px;
    }
}
.wrap-product-show .product-show .album {
    position: relative;
    margin-top: 26px;
}
.wrap-product-show .product-show .album .img-box {
    padding-bottom: 86.41975309%;
}
.wrap-product-show .product-show .album .sync {
    padding: 0 20px;
}
.wrap-product-show .product-show .album .sync1 {
    width: 100%;
    border: 1px solid #dcdcdc;
}
.wrap-product-show .product-show .album .sync1 .item {
    width: 100%;
    text-align: center;
    background: #fff;
}
.wrap-product-show .product-show .album .sync2 {
    margin: 0 auto;
    margin-top: 16px;
}
.wrap-product-show .product-show .album .sync2 .synced .item {
    border-color: #0bc0ac;
}
.wrap-product-show .product-show .album .sync2 .item {
    margin: 0 6px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
}
.wrap-product-show .product-show .album .owl-theme .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 34px;
    left: 0;
    display: none;
    width: 100%;
    margin: auto;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .album .owl-theme .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.wrap-product-show .product-show .album .owl-theme .owl-pagination .owl-page {
    display: inline-block;
}
.wrap-product-show .product-show .album .owl-theme .owl-pagination .owl-page span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
}
.wrap-product-show .product-show .album .owl-theme .owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    background: none;
    background-color: #fff;
}
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-prev,
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next {
    line-height: 50px;
    position: absolute;
    z-index: 9;
    bottom: -90px;
    left: 0;
    width: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-prev,
    .wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next {
        bottom: -76px;
    }
}
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-prev:before,
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next:before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    content: '\e601';
    color: #999;
}
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-prev:hover:before,
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next:hover:before {
    color: #0bc0ac;
}
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next {
    right: 0;
    left: auto;
}
.wrap-product-show .product-show .album .owl-theme .owl-buttons .owl-next:before {
    content: '\e827';
}
.wrap-product-show .product-show .btn-inquiry {
    margin-top: 60px;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .btn-inquiry {
        margin-top: 40px;
    }
}
.wrap-product-show .product-show .btn-inquiry a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    background-color: #0bc0ac;
}
.wrap-product-show .product-show .btn-inquiry a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    content: '\e69f';
    vertical-align: middle;
}
.wrap-product-show .product-show .btn-inquiry a:hover {
    background-color: #07a694;
}
.wrap-product-parameter {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .wrap-product-parameter {
        padding-bottom: 60px;
    }
}
.wrap-product-parameter .parameter ul.par-sort {
    background-color: #0bc0ac;
}
@media (max-width: 767px) {
    .wrap-product-parameter .parameter ul.par-sort {
        overflow: hidden;
    }
}
.wrap-product-parameter .parameter ul.par-sort li {
    display: inline-block;
}
@media (max-width: 767px) {
    .wrap-product-parameter .parameter ul.par-sort li {
        float: left;
        width: 33.33333333%;
        text-align: center;
    }
}
.wrap-product-parameter .parameter ul.par-sort li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    padding: 0 40px;
    color: #fff;
}
@media (max-width: 767px) {
    .wrap-product-parameter .parameter ul.par-sort li a {
        font-size: 16px;
        padding: 0;
    }
}
.wrap-product-parameter .parameter ul.par-sort li.active a {
    background-color: #07a694;
}
.wrap-product-parameter .parameter .list {
    padding: 40px 50px;
    border: 1px solid #eee;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-parameter .parameter .list {
        padding: 30px 15px;
    }
}
.wrap-product-parameter .parameter .list img {
    max-width: 100%;
}
.wrap-product-parameter .parameter .list p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-parameter .parameter .list p {
        font-size: 15px;
    }
}
.wrap-product-parameter .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-parameter table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.wrap-product-parameter table tr,
.wrap-product-parameter table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-parameter table tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.wrap-product-parameter table td {
    padding: 8px !important;
    border: 1px solid #ccc !important;
}
.wrap-product-parameter table tr p,
.wrap-product-parameter table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-product-parameter .inquiry {
    margin-top: 50px;
}
.wrap-product-parameter .inquiry .title-inquiry {
    padding: 0 44px;
    border-left: 4px solid #5bfae8;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-product-parameter .inquiry .title-inquiry {
        padding: 0 15px;
    }
}
.wrap-product-parameter .inquiry .title-inquiry b {
    font-size: 18px;
    line-height: 45px;
    display: block;
    color: #fff;
}
.wrap-product-parameter .inquiry .list {
    padding: 30px 40px 40px 40px;
    background-color: #f3fcfb;
}
@media (max-width: 991px) {
    .wrap-product-parameter .inquiry .list {
        padding: 30px 15px;
    }
}
.wrap-product-parameter .inquiry .list p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-parameter .inquiry .list p {
        font-size: 14px;
    }
}
.wrap-product-parameter .inquiry .list input,
.wrap-product-parameter .inquiry .list textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #daf5f2;
}
@media (max-width: 991px) {
    .wrap-product-parameter .inquiry .list input,
    .wrap-product-parameter .inquiry .list textarea {
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-product-parameter .inquiry .list input,
    .wrap-product-parameter .inquiry .list textarea {
        margin-top: 10px;
    }
}
.wrap-product-parameter .inquiry .list input::-webkit-input-placeholder,
.wrap-product-parameter .inquiry .list textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-product-parameter .inquiry .list input:-o-placeholder,
.wrap-product-parameter .inquiry .list textarea:-o-placeholder {
    color: #999;
}
.wrap-product-parameter .inquiry .list input::-moz-placeholder,
.wrap-product-parameter .inquiry .list textarea::-moz-placeholder {
    color: #999;
}
.wrap-product-parameter .inquiry .list input:-ms-input-placeholder,
.wrap-product-parameter .inquiry .list textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-product-parameter .inquiry .list input:focus::-webkit-input-placeholder,
.wrap-product-parameter .inquiry .list textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-parameter .inquiry .list input:focus::-o-placeholder,
.wrap-product-parameter .inquiry .list textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-parameter .inquiry .list input:focus::-moz-placeholder,
.wrap-product-parameter .inquiry .list textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-parameter .inquiry .list input:focus::-ms-input-placeholder,
.wrap-product-parameter .inquiry .list textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-parameter .inquiry .list .read input::-webkit-input-placeholder,
.wrap-product-parameter .inquiry .list .read textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:-o-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:-o-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input::-moz-placeholder,
.wrap-product-parameter .inquiry .list .read textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:-ms-input-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:focus::-webkit-input-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:focus::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:focus::-o-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:focus::-o-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:focus::-moz-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:focus::-moz-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .read input:focus::-ms-input-placeholder,
.wrap-product-parameter .inquiry .list .read textarea:focus::-ms-input-placeholder {
    color: #666;
}
.wrap-product-parameter .inquiry .list .submit {
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-product-parameter .inquiry .list .submit {
        font-size: 15px;
    }
}
.wrap-product-parameter .inquiry .list .submit:hover {
    background-color: #07a694;
}
.wrap-download .download {
    margin-top: -30px;
}
.wrap-download .item {
    position: relative;
    min-height: 170px;
    margin-top: 30px;
    padding: 10px;
    padding-left: 160px;
    border: 1px solid #ececec;
}
@media (max-width: 767px) {
    .wrap-download .item {
        padding-left: 10px;
    }
}
.wrap-download .item .pic {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
}
@media (max-width: 767px) {
    .wrap-download .item .pic {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}
.wrap-download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .item .note {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .wrap-download .item .note {
        margin-top: 30px;
        padding: 0 10px;
    }
}
.wrap-download .item .note b {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-download .item .note b {
        font-size: 16px;
    }
}
.wrap-download .item .note b a {
    position: relative;
    display: block;
    padding-right: 80px;
}
.wrap-download .item .note b a span {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    color: #0bc0ac;
}
.wrap-download .item .note p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 52px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-download .item .note p {
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
}
.wrap-download .item .note a {
    display: inline-block;
}
.wrap-download .item .note a.down {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    color: #0bc0ac;
}
.wrap-download .item .note a.down:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    content: '\e64c';
    vertical-align: middle;
}
.wrap-download .item .note a.down:hover {
    color: #07a694;
}
.wrap-download .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .item:hover .note b {
    color: #0bc0ac;
}
.wrap-download-show .title-download h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
}
.wrap-download-show .text {
    margin-top: 30px;
}
.wrap-download-show .text p {
    font-size: 16px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-download-show .text p {
        font-size: 15px;
    }
}
.wrap-download-show a.down {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    margin-top: 50px;
    padding: 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #0bc0ac;
}
.wrap-download-show a.down:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    content: '\e64c';
    vertical-align: middle;
}
.wrap-download-show a.down:hover {
    background-color: #07a694;
}
.wrap-feedback .feedback {
    padding: 30px 70px 60px 70px;
    /* background-color: #fff; */
    background-color: #dfefed;
    box-shadow: 0 0 15px rgba(11, 192, 172, .1);
}
@media (max-width: 991px) {
    .wrap-feedback .feedback {
        padding: 30px 15px;
    }
}
.wrap-feedback .feedback .title-feedback {
    text-align: center;
}
.wrap-feedback .feedback .title-feedback b {
    font-size: 20px;
    display: block;
}
.wrap-feedback .feedback .title-feedback p {
    font-size: 16px;
    line-height: 1.875;
    margin: 10px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-feedback .feedback .title-feedback p {
        font-size: 14px;
    }
}
.wrap-feedback .feedback form {
    margin-top: 10px;
}
.wrap-feedback .feedback form input,
.wrap-feedback .feedback form textarea {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
    .wrap-feedback .feedback form input,
    .wrap-feedback .feedback form textarea {
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-feedback .feedback form input,
    .wrap-feedback .feedback form textarea {
        margin-top: 10px;
    }
}
.wrap-feedback .feedback form input::-webkit-input-placeholder,
.wrap-feedback .feedback form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-feedback .feedback form input:-o-placeholder,
.wrap-feedback .feedback form textarea:-o-placeholder {
    color: #999;
}
.wrap-feedback .feedback form input::-moz-placeholder,
.wrap-feedback .feedback form textarea::-moz-placeholder {
    color: #999;
}
.wrap-feedback .feedback form input:-ms-input-placeholder,
.wrap-feedback .feedback form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-feedback .feedback form input:focus::-webkit-input-placeholder,
.wrap-feedback .feedback form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback form input:focus::-o-placeholder,
.wrap-feedback .feedback form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback form input:focus::-moz-placeholder,
.wrap-feedback .feedback form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback form input:focus::-ms-input-placeholder,
.wrap-feedback .feedback form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-feedback .feedback form .send {
    text-align: center;
}
.wrap-feedback .feedback form .submit {
    font-size: 16px;
    line-height: 50px;
    margin-top: 40px;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-feedback .feedback form .submit {
        font-size: 15px;
    }
}
.wrap-feedback .feedback form .submit:hover {
    background-color: #07a694;
}
.wrap-message .message {
    padding: 60px 70px;
    background-color: #f3fcfb;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
@media (max-width: 991px) {
    .wrap-message .message {
        padding: 30px 15px;
    }
}
.wrap-message .message .title-message {
    text-align: center;
}
.wrap-message .message .title-message p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-message .message .title-message p {
        font-size: 14px;
    }
}
.wrap-message .message form {
    margin-top: 10px;
}
.wrap-message .message form input,
.wrap-message .message form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #daf5f2;
}
@media (max-width: 991px) {
    .wrap-message .message form input,
    .wrap-message .message form textarea {
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-message .message form input,
    .wrap-message .message form textarea {
        margin-top: 10px;
    }
}
.wrap-message .message form input::-webkit-input-placeholder,
.wrap-message .message form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-message .message form input:-o-placeholder,
.wrap-message .message form textarea:-o-placeholder {
    color: #999;
}
.wrap-message .message form input::-moz-placeholder,
.wrap-message .message form textarea::-moz-placeholder {
    color: #999;
}
.wrap-message .message form input:-ms-input-placeholder,
.wrap-message .message form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-message .message form input:focus::-webkit-input-placeholder,
.wrap-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-o-placeholder,
.wrap-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-moz-placeholder,
.wrap-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-ms-input-placeholder,
.wrap-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form .send {
    text-align: center;
}
.wrap-message .message form .submit {
    font-size: 16px;
    line-height: 50px;
    margin-top: 40px;
    padding: 0 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #0bc0ac;
}
@media (max-width: 991px) {
    .wrap-message .message form .submit {
        font-size: 15px;
    }
}
.wrap-message .message form .submit:hover {
    background-color: #07a694;
}
.wrap-contact .contact ul li {
    display: table;
    width: 100%;
}
@media (max-width: 991px) {
    .wrap-contact .contact ul li {
        display: block;
    }
}
.wrap-contact .contact ul li .item {
    display: table-cell;
    width: 50%;
    padding: 40px 10px 40px 30px;
    vertical-align: top;
    color: #fff;
    background-color: #88abda;
}
@media (max-width: 991px) {
    .wrap-contact .contact ul li .item {
        display: block;
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-contact .contact ul li .item b {
    font-size: 22px;
    line-height: 1.54545455;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .wrap-contact .contact ul li .item b {
        font-size: 18px;
    }
}
.wrap-contact .contact ul li .item p {
    font-size: 16px;
    line-height: 1.875;
}
@media (max-width: 767px) {
    .wrap-contact .contact ul li .item p {
        font-size: 15px;
    }
}
.wrap-contact .contact ul li .item a:hover {
    text-decoration: underline;
}
.wrap-contact .contact ul li .item .note-2 {
    margin-top: 30px;
}
.wrap-contact .contact ul li .item .note-2 p span {
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 36px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-contact .contact ul li .item .note-2 p span {
        display: block;
        width: 100%;
    }
}
.wrap-contact .contact ul li .item .note-2 p span:nth-child(2) {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact ul li .item .note-2 p span:nth-child(2) {
        padding-left: 36px;
    }
}
.wrap-contact .contact ul li .item .note-2 p span i {
    font-style: normal;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #749acd;
}
.wrap-contact .contact ul li .item-2 {
    background-color: #80c269;
}
.wrap-contact .contact ul li .item-2 .note-2 p span i {
    background-color: #66ad4d;
}
.wrap-contact .contact ul li.list-2 .item {
    background-color: #aa89bd;
}
.wrap-contact .contact ul li.list-2 .item-1 p {
    line-height: 38px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 54px;
}
.wrap-contact .contact ul li.list-2 .item-1 p:before {
    font-family: 'iconfont' !important;
    line-height: 38px;
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    content: '\e651';
    text-align: center;
    border-radius: 50%;
    background-color: #9979ac;
}
.wrap-contact .contact ul li.list-2 .item-1 p.code:before {
    font-size: 12px;
    content: '\e66a';
}
.wrap-contact .contact ul li.list-2 .item-1 p.tel:before {
    font-size: 14px;
    content: '\e65d';
}
.wrap-contact .contact ul li.list-2 .item-1 p.fax:before {
    content: '\e6bd';
}
.wrap-contact .contact ul li.list-2 .item-1 p.email:before {
    font-size: 14px;
    content: '\e636';
}
.wrap-contact .contact ul li.list-2 .item-1 p.web:before {
    font-size: 14px;
    content: '\e897';
}
.wrap-contact .contact ul li.list-2 .item-1 p.line:before {
    font-size: 18px;
    content: '\e642';
}
.wrap-contact .contact ul li.list-2 .item-2 {
    padding: 0;
    background: none;
}
@media (max-width: 991px) {
    .wrap-contact .contact ul li.list-2 .item .map {
        height: 350px;
    }
}
.wrap-contact .contact ul li.list-2 .item .map b {
    font-size: 16px;
    margin-bottom: 4px;
}
.wrapper-cnas {
    margin-top: 80px;
    background: url(../images/wrap_cnas_bg.jpg) no-repeat top center fixed;
}
@media (max-width: 1199px) {
    .wrapper-cnas {
        margin-top: 60px;
        background: url(../images/wrap_cnas_bg.jpg) no-repeat top center;
        background-size: cover;
    }
}
.wrap-cnas .cnas-info {
    position: relative;
    height: 460px;
    padding-right: 330px;
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-info {
        height: auto;
        padding-right: 0;
    }
}
.wrap-cnas .cnas-info .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-info .pic {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-cnas .cnas-info .pic .img-box {
    padding-bottom: 136.49635036%;
    border: 1px solid #0bc0ac;
}
.wrap-cnas .cnas-info .pic p {
    font-size: 16px;
    line-height: 20px;
    margin: 14px 0 2px 0;
    text-align: center;
}
.wrap-cnas .cnas-info .pic p span {
    display: block;
    color: #0bc0ac;
}
.wrap-cnas .cnas-info .text {
    overflow-y: auto;
    height: 460px;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-info .text {
        height: auto;
        padding: 30px 15px;
    }
}
.wrap-cnas .cnas-info .text .note {
    margin-top: 10px;
}
.wrap-cnas .cnas-info .text p {
    font-size: 16px;
    line-height: 2.5;
    margin: 0;
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-info .text p {
        font-size: 15px;
    }
}
.wrap-cnas .cnas-info .text .title-cnas b {
    font-size: 20px;
    position: relative;
    display: block;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-cnas .cnas-info .text .title-cnas b {
        font-size: 18px;
    }
}
.wrap-cnas .cnas-info .text .title-cnas b:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    background-color: #84ccc9;
}
.wrap-cnas .cnas-info .text .title-cnas b:after {
    position: absolute;
    top: 2px;
    left: 10px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #acd598;
}
.wrap-cnas .cnas-list {
    overflow: hidden;
}
.wrap-cnas .cnas-list .list {
    float: left;
    width: 63%;
    margin-top: 30px;
    padding: 40px 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 991px) {
    .wrap-cnas .cnas-list .list {
        padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-list .list {
        width: 100%;
    }
}
.wrap-cnas .cnas-list .list p {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #666;
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-list .list p {
        font-size: 15px;
        line-height: 34px;
    }
}
.wrap-cnas .cnas-list .list p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    background: url(../images/dot-1.png) no-repeat;
}
.wrap-cnas .cnas-list .list p:nth-child(2n):before {
    background: url(../images/dot-2.png) no-repeat;
}
.wrap-cnas .cnas-list .list p b {
    font-size: 18px;
    color: #333;
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-list .list p b {
        font-size: 16px;
    }
}
.wrap-cnas .cnas-list .cnas-date {
    float: right;
    width: 34%;
    margin-top: 30px;
    padding: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 991px) {
    .wrap-cnas .cnas-list .cnas-date {
        padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-list .cnas-date {
        width: 100%;
    }
}
.wrap-cnas .cnas-list .cnas-date b {
    font-size: 20px;
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.wrap-cnas .cnas-list .cnas-date p {
    font-size: 16px;
    line-height: 38px;
    position: relative;
    margin: 18px 0 0 0;
    padding-left: 56px;
}
@media (max-width: 767px) {
    .wrap-cnas .cnas-list .cnas-date p {
        font-size: 15px;
    }
}
.wrap-cnas .cnas-list .cnas-date p:before {
    font-family: 'iconfont' !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 38px;
    height: 38px;
    content: '\e651';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #84ccc9;
}
.wrap-cnas .cnas-list .cnas-date p.tel:before {
    content: '\e65d';
    background-color: #9979ac;
}
.wrap-cnas .cnas-list .cnas-date p.fax:before {
    content: '\e6bd';
    background-color: #88abda;
}
.wrap-cnas .cnas-list .cnas-date p a:hover {
    text-decoration: underline;
}
.wrap-cnas .project {
    margin-top: 30px;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 991px) {
    .wrap-cnas .project {
        padding: 30px 10px;
    }
}
.wrap-cnas .project .title-project b {
    font-size: 20px;
    position: relative;
    display: block;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-cnas .project .title-project b {
        font-size: 18px;
    }
}
.wrap-cnas .project .title-project b:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    background-color: #84ccc9;
}
.wrap-cnas .project .title-project b:after {
    position: absolute;
    top: 2px;
    left: 10px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #acd598;
}
.wrap-cnas .project ul.list {
    font-size: 0;
    margin: 0 -3px;
    margin-top: 14px;
}
@media (max-width: 767px) {
    .wrap-cnas .project ul.list {
        margin: 0 -1px;
        margin-top: 14px;
    }
}
.wrap-cnas .project ul.list li {
    display: inline-block;
    padding: 3px;
}
@media (max-width: 767px) {
    .wrap-cnas .project ul.list li {
        padding: 1px;
    }
}
.wrap-cnas .project ul.list li .item {
    padding: 10px 60px;
    text-align: center;
    background-color: #89c997;
}
@media (max-width: 1199px) {
    .wrap-cnas .project ul.list li .item {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .wrap-cnas .project ul.list li .item {
        padding: 10px;
    }
}
.wrap-cnas .project ul.list li .item p,
.wrap-cnas .project ul.list li .item span {
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-cnas .project ul.list li .item p,
    .wrap-cnas .project ul.list li .item span {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-cnas .project ul.list li .item span {
        font-size: 12px;
    }
}
.wrap-cnas .project ul.list li:nth-child(7n+2) .item {
    background-color: #88abda;
}
.wrap-cnas .project ul.list li:nth-child(7n+3) .item {
    background-color: #84ccc9;
}
.wrap-cnas .project ul.list li:nth-child(7n+4) .item {
    background-color: #88abda;
}
.wrap-cnas .project ul.list li:nth-child(7n+5) .item {
    background-color: #88abda;
}
.wrap-cnas .project ul.list li:nth-child(7n+6) .item {
    background-color: #89c997;
}
.wrap-cnas .project ul.list li:nth-child(7n+7) .item {
    background-color: #84ccc9;
}
.wrap-cnas .instrument {
    margin-top: 30px;
}
.wrap-cnas .instrument .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
.wrap-cnas .instrument table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.wrap-cnas .instrument table th:nth-child(3),
.wrap-cnas .instrument table td:nth-child(3) {
    width: 30%;
}
@media (max-width: 991px) {
    .wrap-cnas .instrument table th:nth-child(3),
    .wrap-cnas .instrument table td:nth-child(3) {
        width: auto;
        min-width: 200px;
    }
}
.wrap-cnas .instrument table tr,
.wrap-cnas .instrument table td {
    font-size: 16px;
    line-height: 30px;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-cnas .instrument table tr,
    .wrap-cnas .instrument table td {
        font-size: 13px;
        line-height: 24px;
        min-width: 80px;
    }
}
.wrap-cnas .instrument table tr:nth-child(odd) {
    background-color: #f8f8f8;
}
.wrap-cnas .instrument table th {
    padding: 10px 20px !important;
    color: #fff;
    background-color: #0bc0ac;
}
.wrap-cnas .instrument table td {
    padding: 8px 20px !important;
    text-align: left;
}
.wrap-cnas .instrument table tr p,
.wrap-cnas .instrument table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-cnas .instrument table tr span {
    display: block;
    text-decoration: underline;
    color: #0bc0ac;
}
.wrap-cnas .cnas-info .text::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 10px;
}
.wrap-cnas .cnas-info .text::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-cnas .cnas-info .text::-webkit-scrollbar-thumb {
    background-color: #0bc0ac;
}
.page {
    margin-top: 70px;
    text-align: center;
}
@media (max-width: 991px) {
    .page {
        margin-top: 50px;
    }
}
.page li {
    display: inline-block;
    vertical-align: top;
}
.page li a {
    font-size: 14px;
    line-height: 46px;
    width: 48px;
    height: 48px;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #333;
    border: 1px solid #bfbfbf;
    background: #fff;
}
@media (max-width: 767px) {
    .page li a {
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li a {
    display: block;
}
.page li.omit a {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a {
    background: none;
}
.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e9b5';
}
.page li.prev a:hover,
.page li.next a:hover {
    border-color: #0bc0ac;
    background-color: #0bc0ac;
}
.page li.next a:before {
    content: '\e72f';
}
.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #0bc0ac;
    background-color: #0bc0ac;
}
.zoomDiv {
    z-index: 9;
    display: none;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    position: absolute;
    z-index: 1;
    cursor: move;
    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.act {
    color: #fff !important;
    background-color: #0bc0ac !important;
}
.box-choose .choose .list-about .fix-choose .mask .title-choose {
    background-color: #3f9191;
}
.box-choose .choose .list-service .fix-choose .mask .title-choose {
    background-color: #71b190;
}
.box-choose .choose .list-product .fix-choose .mask .title-choose {
    background-color: #86a35a;
}
.box-choose .choose .list-good .fix-choose .mask .title-choose {
    background-color: #89b789;
}
.box-choose .choose .list-about .fix-choose .mask .text .note {
    background: url(../images/fix_choose_bg1.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .choose .list-service .fix-choose .mask .text .note {
    background: url(../images/fix_choose_bg2.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .choose .list-product .fix-choose .mask .text .note {
    background: url(../images/fix_choose_bg3.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .choose .list-good .fix-choose .mask .text .note {
    background: url(../images/fix_choose_bg4.jpg) no-repeat center;
    background-size: cover;
}
.wrap-product .product {
    padding-right: 8%;
}
@media(max-width: 1350px) {
    .wrap-product .product {
        padding-right: 0%;
    }
}
/* .online
{
    position: fixed;
    z-index: 9;
    right: 15px;
    width: 54px;
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 30%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 54px;
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    margin-top: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 24px;
    content: '\e6a4';
    color: #fff;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #b4961a;
}
.online a.online-email:hover
{
    background-color: #b4961a;
}
.online a.online-skype:after
{
    content: '\e6b7';
}
.online a.online-skype:hover
{
    background-color: #00aff0;
}
.online a.online-whatsapp:after
{
    font-size: 22px;
    content: '\e751';
}
.online a.online-whatsapp:hover
{
    background-color: #13ae0a;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    font-size: 23px;
    content: '\e613';
}
.online a.online-weixin:hover
{
    background-color: #3b589b;
}
.online a.online-wechat:after
{
    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 54px;
    display: none;
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;
    display: block;
    display: none;
    width: 130px;
    height: 160px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 44px;
    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 20px;
    display: none;
    width: 46px;
    height: 46px;
    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #0bc0ac;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
 */
.online {
    position: fixed;
    z-index: 99;
    top: 30%;
    right: -130px;
    width: 190px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #0bc0ac;
}
@media (max-width: 767px) {
    .online {
        display: none;
    }
}
.online::before {
    position: absolute;
    top: 50%;
    left: -40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    /*     -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); */
    background: url(../images/jiantou.png) no-repeat;
    background-size: cover;
}
.online:hover {
    right: 0 !important;
}
.online .o-title {
    text-align: left;
    background-color: #000;
}
.online .o-title h3 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 14px 10px;
    color: #fff;
}
.online>ul {
    margin: 0;
    padding: 0;
}
.online>ul>li {
    padding: 5px 10px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.online>ul>li .pic {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 44px;
    height: 44px;
    vertical-align: top;
    /* border: 2px solid #ffb09f; */
    border-radius: 50%;
}
.online>ul>li .pic .img-box {
    border-radius: 50%;
}
.online>ul>li .note {
    display: inline-block;
    width: 112px;
    margin-left: 8px;
    vertical-align: top;
    color: #fff;
}
.online>ul>li .note p {
    font-family: Arial;
    font-weight: bold;
    margin: 0;
}
.online>ul>li .note ul {
    margin: 0;
    padding: 0;
}
.online>ul>li .note a:hover {
    text-decoration: underline;
}
.online>ul>li .note ul li {
    font-size: 12px;
    position: relative;
    float: left;
    margin-left: 8px;
    list-style: none;
    cursor: pointer;
    text-decoration: underline;
}
.online>ul>li .note ul li:first-child {
    margin-left: 0;
}
.online>ul>li .note ul li .link {
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    z-index: 9;
    top: 24px;
    left: 0;
    display: none;
    height: 22px;
    padding: 0 5px;
    color: #333;
    background-color: #fff;
}
.online>ul>li .note ul li .link::before {
    position: absolute;
    top: -5px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 8px solid transparent;
}
.online>ul>li .note ul li:hover {
    color: rgba(255, 255, 255, .5);
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #0bc0ac;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.product>a:before {
    content: '\e674';
}
.xs-online ul li.qq>a:before {
    font-weight: normal;
    content: '\e62d';
}
.xs-online ul li.map>a:before {
    font-weight: normal;
    content: '\e651';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;
    content: '\e637';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
@media(max-width: 991px) {
    .box-center {
        padding-bottom: 55px;
    }
}