/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
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;
}
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    z-index: 10;
    top: 0;
    width: 100%;
    height: 140px;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 90px;
    }
}
.header .header-top {
    overflow: hidden;
    height: 80px;
    text-align: center;
    background-color: #3d3e3f;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 30px;
    }
}
.header .header-top p.tel {
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    display: inline-block;
    float: right;
    margin: 0;
    color: #f00;
}
@media (max-width: 1199px) {
    .header .header-top p.tel {
        font-size: 18px;
        line-height: 30px;
    }
}
.header .header-top p.tel:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
    content: '\e658';
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .header .header-top p.tel:before {
        font-size: 22px;
    }
}
.header .header-top p.tel a:hover {
    text-decoration: underline;
}
.header .logo {
    position: relative;
    display: inline-block;
    height: 56px;
    margin-top: 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        display: none;
        height: 90px;
        margin-top: -30px;
        padding: 10px;
    }
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: inline-block;
    height: 100%;
}
.header .xs-logo {
    display: none;
    height: 50px;
    margin-top: 5px;
}
@media (max-width: 1199px) {
    .header .xs-logo {
        display: inline-block;
    }
}
.header .xs-logo a {
    display: block;
    height: 100%;
}
.header .xs-logo img {
    display: inline-block;
    height: 100%;
}
.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.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: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-product-nav {
    height: 110px;
}
@media (max-width: 1199px) {
    .header .header-product-nav {
        height: 70px;
    }
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        padding-left: 110px;
        vertical-align: middle;
    }
    .header .nav a:hover {
        color: #e30013;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #731e2e;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        font-size: 0;
    }
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        line-height: 60px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 30px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #e30013;
    }
    .header .nav .nav-list1>li .nav-close {
        font-size: 20px;
        position: absolute;
        z-index: 2;
        top: 14px;
        right: 14px;
        cursor: pointer;
    }
    .header .nav .nav-list1>li .nav-close:after {
        font-family: 'iconfont' !important;
        content: '\e62e';
    }
    .header .nav .nav-list1>li .nav-close:hover {
        color: #e30013;
    }
    .header .nav .nav-list1>li.nav-active .nav-list2 {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        overflow: hidden;
        min-width: 100%;
        padding: 20px 0;
        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 li {
        list-style: none;
        vertical-align: top;
    }
    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 30px;
    }
    .header .nav .nav-list1 .nav-list2 li:hover a {
        text-decoration: underline;
        color: #e30013;
    }
    .header .nav .nav-list1 .nav-list3,
    .header .nav .nav-list1 .nav-list4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        text-align: left;
        background-color: #404040;
    }
    .header .nav .nav-list1 .nav-list3 .nav-return,
    .header .nav .nav-list1 .nav-list4 .nav-return,
    .header .nav .nav-list1 .nav-list3 .nav-return1,
    .header .nav .nav-list1 .nav-list4 .nav-return1 {
        font-size: 20px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        text-align: center;
        background-color: #e30013;
    }
    .header .nav .nav-list1 .nav-list3 .nav-return:before,
    .header .nav .nav-list1 .nav-list4 .nav-return:before,
    .header .nav .nav-list1 .nav-list3 .nav-return1:before,
    .header .nav .nav-list1 .nav-list4 .nav-return1:before {
        font-family: 'iconfont' !important;
        content: '\e642';
    }
    .header .nav .nav-list1 .nav-list3.nav-active1,
    .header .nav .nav-list1 .nav-list4.nav-active1 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header .nav .nav-list1 .nav-list3.nav-active2,
    .header .nav .nav-list1 .nav-list4.nav-active2 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .header .nav .nav-list1 .nav-list3 ul,
    .header .nav .nav-list1 .nav-list4 ul {
        margin: 0;
        padding: 0;
    }
    .header .nav .nav-list1 .nav-list3 li>a,
    .header .nav .nav-list1 .nav-list4 li>a {
        font-weight: bold;
        line-height: 30px;
        display: block;
        padding: 5px 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        padding: 0 16px;
    }
}
@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 {
        display: none;
    }
    .header .nav .nav-list2 a {
        font-size: 15px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}
.header .nav .nav-list2 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;
        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;
        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;
        padding: 0 4px;
        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #731e2e;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 14px;
        position: relative;
        top: 0;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;
        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 16px;
    line-height: 40px;
    clear: both;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '\e72f';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e660';
    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;
        display: inline-block;
        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 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: '\e660';
    color: #e30013;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header .language {
    display: inline-block;
    margin-left: 20px;
}
@media (max-width: 1199px) {
    .header .language {
        margin-left: 10px;
    }
}
.header .language a {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 16px;
    text-align: center;
    color: #e30013;
    border: 1px solid #e30013;
    border-radius: 50%;
}
.header .pc-search {
    position: relative;
    display: inline-block;
    float: right;
    width: 90px;
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 26px;
    width: 100%;
    padding: 0 36px 0 10px;
    border: 1px solid #666;
    border-radius: 30px;
}
.header .pc-search .submit {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 28px;
    padding: 0;
    border-radius: 0 20px 20px 0;
    background-color: #e30013;
}
.header .pc-search .submit:after {
    font-family: 'iconfont' !important;
    content: '\e67c';
    color: #fff;
}
.header .language {
    display: inline-block;
    float: right;
}
.header .find {
    line-height: 60px;
    display: inline-block;
    display: none;
    float: right;
    height: 60px;
    margin-left: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: middle;
    color: #666;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;
        display: inline-block;
        height: 60px;
        margin: 0;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .header .find {
        margin-right: 4px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e67c';
}
.header .find:hover {
    color: #e30013;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #e40013;
}
.online-wrap .online a:hover {
    text-decoration: none;
}
.online-wrap .online a:before {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #e30013;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;
    padding-right: 5px;
    -webkit-transition: left .3s;
    transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #bb0111;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart {
    position: relative;
}
.online-wrap .online .cart:before {
    font-family: 'iconfont' !important;
    content: '\e633';
}
.online-wrap .online .cart span {
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #e30013;
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .online .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .online .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .online .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e6b7';
}
.online-wrap .online .icon-line:before {
    font-family: 'iconfont' !important;
    content: '\e640';
}
.online-wrap .online .icon-messenger:before {
    font-family: 'iconfont' !important;
    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .online .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    font-size: 26px !important;
    content: '\e605';
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #e30013;
    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.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.home>a:before {
    font-weight: normal;
    content: '\e6c8';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;
    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #e30013;
    border-radius: 50%;
}
.banner .slick-dots li.slick-active {
    background-color: #e30013;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #e30013;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        left: 8%;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    content: '\e601';
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
@media (max-width: 1199px) {
    .banner .slick-arrow.slick-next {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #bb0111;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .banner-pic {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}
.banner .banner-pic img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner-in .text-in b {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;
        display: block;
    }
}
.banner-in .text-in .location {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    float: right;
    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-in .location {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location ul {
    margin: 0;
    padding: 0;
}
.banner-in .text-in .location ul:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-right: 10px;
    content: '\e62c';
    vertical-align: middle;
}
.banner-in .text-in .location ul li {
    display: inline-block;
    vertical-align: middle;
}
.banner-in .text-in .location ul li:after {
    margin: 0 2px;
    content: '>';
}
.banner-in .text-in .location ul li:last-child:after {
    display: none;
}
.banner-in .text-in .location ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: inherit;
}
@media (max-width: 480px) {
    .banner-in .text-in .location ul li a {
        font-size: 12px;
    }
}
.banner .slick-current img {
    -webkit-animation: narrow 4s 0s ease both;
    animation: narrow 4s 0s ease both;
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    content: '\e770';
    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;
    padding: 90px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    position: relative;
    text-align: center;
}
.title b {
    font-size: 34px;
    line-height: 1.5;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .title b {
        font-size: 24px;
    }
}
.title b:after {
    display: block;
    width: 187px;
    height: 16px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background: url(../images/title-icon.png) no-repeat center;
}
@media (max-width: 767px) {
    .title b:after {
        height: 4px;
    }
}
.title p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #666;
}
@media (max-width: 991px) {
    .title p {
        font-size: 16px;
        line-height: 24px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-about {
    overflow: hidden;
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .number ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .box-about .number ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .number ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
.box-about .number ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .box-about .number ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .box-about .number ul li {
        width: 50%;
    }
}
.box-about .number .item {
    margin: 10px 0;
    text-align: center;
}
.box-about .number .item b {
    font-size: 30px;
    line-height: 1;
    display: block;
    color: #e30013;
}
@media (max-width: 1199px) {
    .box-about .number .item b {
        font-size: 24px;
    }
}
.box-about .number .item sup {
    font-size: 14px;
    line-height: 20px;
    top: 0;
    vertical-align: top;
}
.box-about .number .item p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #666;
}
.box-about .about {
    font-size: 0;
    margin-top: 50px;
}
.box-about .about .text,
.box-about .about .slick-about-video {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}
@media (max-width: 991px) {
    .box-about .about .text,
    .box-about .about .slick-about-video {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .box-about .about .text {
        padding: 0;
    }
}
.box-about .about .text .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    display: block;
}
@media (max-width: 991px) {
    .box-about .about .text .title-about b {
        font-size: 20px;
    }
}
.box-about .about .text .note {
    margin-top: 20px;
}
.box-about .about .text .note p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .box-about .about .text .note p {
        font-size: 14px;
    }
}
.box-about .about .text .more {
    margin-top: 30px;
    text-align: right;
}
.box-about .about .text .more a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 20px;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .box-about .about .text .more a {
        font-size: 14px;
    }
}
.box-about .about .text .more a:hover {
    background-color: #bb0111;
}
.box-about .about .text .list {
    margin-top: 10px;
}
.box-about .about .text .list ul {
    overflow: hidden;
}
.box-about .about .text .list ul li {
    float: left;
    width: 33.33333333%;
    list-style: none;
    border: 1px solid #fff;
    background-color: #e8ebee;
}
@media (max-width: 767px) {
    .box-about .about .text .list ul li {
        width: 50%;
    }
    .box-about .about .text .list ul li:nth-child(3) {
        width: 100%;
    }
}
.box-about .about .text .list .item {
    display: block;
    padding: 30px 0;
    text-align: center;
    color: inherit;
}
.box-about .about .text .list .item b {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 991px) {
    .box-about .about .text .list .item b {
        font-size: 15px;
    }
}
.box-about .about .text .list .item p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .box-about .about .text .list .item p {
        font-size: 14px;
    }
}
.box-about .about .text .list .item:hover {
    text-decoration: none;
    background: url(../images/about_list_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .about .slick-about-video {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 72%;
    margin-right: -22%;
    padding-left: 50px;
}
@media (max-width: 1470px) {
    .box-about .about .slick-about-video {
        width: 60%;
        margin-right: -10%;
    }
}
@media (max-width: 991px) {
    .box-about .about .slick-about-video {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        padding: 0;
    }
}
.box-about .about .slick-about-video img {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.box-about .about .slick-about-video .video {
    background-color: #000;
}
.box-about .about .slick-about-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box-about .about .slick-about-video .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.box-about .about .slick-about-video .video .play {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    color: #fff;
}
@media (max-width: 991px) {
    .box-about .about .slick-about-video .video .play {
        font-size: 40px;
    }
}
.box-about .about .slick-about-video .video .play:after {
    font-family: 'iconfont' !important;
    content: '\e67f';
}
.box-about .about .slick-about-video .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-about .about .slick-about-video .video:hover .play {
    opacity: .8;
}
.box-about .about .slick-about-video .slick-arrow {
    line-height: 20px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 0;
    left: 29px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #e30013;
    border: none;
    border: 1px solid #e30013;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .box-about .about .slick-about-video .slick-arrow {
        left: 0;
    }
}
.box-about .about .slick-about-video .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 14px;
    content: '\e601';
}
.box-about .about .slick-about-video .slick-arrow.slick-next {
    left: 50px;
}
@media (max-width: 991px) {
    .box-about .about .slick-about-video .slick-arrow.slick-next {
        left: 30px;
    }
}
.box-about .about .slick-about-video .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.box-about .about .slick-about-video .slick-arrow:hover {
    color: #fff;
    border-color: #e30013;
    background-color: #e30013;
}
.box-advantage {
    overflow: hidden;
}
.box-advantage .advantage-pic {
    position: relative;
    left: 50%;
}
.box-advantage .advantage-pic img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .box-advantage .advantage-pic img {
        width: 200%;
    }
}
.box-advantage .advantage {
    position: relative;
}
.box-advantage .advantage .advantage-sort {
    font-size: 0;
    margin-top: 30px;
}
.box-advantage .advantage .advantage-sort li {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    margin-top: 50px;
    vertical-align: top;
}
@media (max-width: 1470px) {
    .box-advantage .advantage .advantage-sort li {
        margin-top: 40px;
    }
}
@media (max-width: 1350px) {
    .box-advantage .advantage .advantage-sort li {
        margin-top: 30px;
    }
}
.box-advantage .advantage .advantage-sort li:nth-child(2n) {
    text-align: right;
}
.box-advantage .advantage .advantage-sort li:nth-child(2n) .item {
    padding-right: 80px;
    padding-left: 0;
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li:nth-child(2n) .item {
        padding-right: 60px;
    }
}
.box-advantage .advantage .advantage-sort li:nth-child(2n) .item:before {
    right: 0;
    left: auto;
}
.box-advantage .advantage .advantage-sort li:nth-child(2n) .item b {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li:nth-child(2n) .item b {
        margin: 0;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .box-advantage .advantage .advantage-sort li.active {
        border-radius: 30px 0 0 30px;
        background-color: #dedfe1;
    }
    .box-advantage .advantage .advantage-sort li.active .item:before {
        color: #fff;
        background-color: #e30013;
    }
}
.box-advantage .advantage .advantage-sort li .item {
    position: relative;
    display: inline-block;
    max-width: 50%;
    padding-left: 80px;
    cursor: pointer;
    color: inherit;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .advantage-sort li .item {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li .item {
        padding-left: 60px;
    }
}
.box-advantage .advantage .advantage-sort li .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    content: '\e65b';
    text-align: center;
    color: #fe0000;
    border: 1px solid #fe0000;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li .item:before {
        font-size: 24px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}
.box-advantage .advantage .advantage-sort li .item-youshi:before {
    content: '\e63c';
}
.box-advantage .advantage .advantage-sort li .item-gongxu:before {
    content: '\e634';
}
.box-advantage .advantage .advantage-sort li .item-wenhua:before {
    content: '\e641';
}
.box-advantage .advantage .advantage-sort li .item-xingji:before {
    content: '\e666';
}
.box-advantage .advantage .advantage-sort li .item-chuangxin:before {
    content: '\e64b';
}
.box-advantage .advantage .advantage-sort li .item-caigou:before {
    content: '\e63d';
}
.box-advantage .advantage .advantage-sort li .item-dingzhi:before {
    content: '\e64a';
}
.box-advantage .advantage .advantage-sort li .item-wanshan:before {
    content: '\e6ed';
}
.box-advantage .advantage .advantage-sort li .item-hezuo:before {
    content: '\e6a7';
}
.box-advantage .advantage .advantage-sort li .item b {
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
    float: left;
    width: 70px;
    margin-right: 10px;
    text-align: center;
    color: #fe0000;
}
@media (max-width: 1350px) {
    .box-advantage .advantage .advantage-sort li .item b {
        font-size: 38px;
        width: 50px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li .item b {
        font-size: 24px;
        line-height: 30px;
        display: block;
        float: none;
        text-align: left;
    }
}
.box-advantage .advantage .advantage-sort li .item img {
    float: left;
    max-width: 100%;
    margin-top: 10px;
}
.box-advantage .advantage .advantage-sort li .item p {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    clear: both;
    margin: 0;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-advantage .advantage .advantage-sort li .item p {
        font-size: 14px;
        line-height: 25px;
        display: block;
    }
}
.box-advantage .advantage .advantage-sort li .item p span {
    display: block;
}
.box-advantage .advantage .list {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 27%;
    width: 46%;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .list {
        display: none !important;
    }
}
.box-advantage .advantage .list .img-box {
    padding-bottom: 86.36363636%;
}
.box-advantage .advantage .list .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-advantage .advantage .list a.more {
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    border-radius: 30px;
    background-color: #fe0000;
}
.box-advantage .advantage .list:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-partner {
    background: url(../images/partner_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-partner {
        background: url(../images/partner_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .box-partner .partner {
        margin-top: 20px;
    }
}
.box-partner .partner .slick-partner {
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .box-partner .partner .slick-partner {
        margin: 0 -4px;
    }
}
.box-partner .partner .slick-slide {
    padding: 10px;
}
@media (max-width: 767px) {
    .box-partner .partner .slick-slide {
        padding: 4px;
    }
}
.box-partner .partner .item {
    position: relative;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-partner .partner .item {
        margin-top: 10px;
    }
}
.box-partner .partner .item:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    background: url(../images/partner-mask.png) no-repeat center;
    background-size: cover;
}
.box-partner .partner .item .img-box {
    padding-bottom: 47.61904762%;
}
.box-partner .partner .item .img-box img {
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray; */
}
.box-partner .partner .item:hover:before {
    opacity: 1;
}
.box-partner .partner .item:hover .img-box img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.box-partner .partner .slick-dots {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}
@media (max-width: 1199px) {
    .box-partner .partner .slick-dots {
        bottom: 10px;
    }
}
.box-partner .partner .slick-dots li {
    display: inline-block;
    width: 60px;
    height: 6px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 10px;
    background: #e8e6e6;
}
.box-partner .partner .slick-dots li:first-child {
    border-radius: 10px 0 0 10px;
}
.box-partner .partner .slick-dots li:last-child {
    border-radius: 0 10px 10px 0;
}
.box-partner .partner .slick-dots li.slick-active {
    border-radius: 10px;
    background: url(../images/dot.png) no-repeat;
}
.box-partner .partner .slick-dots li button {
    display: none;
}
.box-factory {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .box-factory {
        padding-bottom: 50px;
    }
}
.box-factory .factory .item {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-factory .factory .item {
        margin-top: 14px;
    }
}
.box-factory .factory .item:after {
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -50px;
    display: inline-block;
    content: '\e618';
    -webkit-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate3d(0, -50%, 0) rotate(-90deg);
    color: #f00;
}
@media (max-width: 767px) {
    .box-factory .factory .item:after {
        display: none;
    }
}
.box-factory .factory .item .img-box {
    overflow: hidden;
    padding-bottom: 81.81818182%;
    border-radius: 10px;
    background-color: #000;
}
.box-factory .factory .item .img-box img {
    opacity: .9;
}
.box-factory .factory .item-7 .img-box {
    padding-bottom: 172.72727273%;
}
.box-factory .factory .item-7:after {
    display: none;
}
.box-factory .factory .item-2:after,
.box-factory .factory .item-4:after,
.box-factory .factory .item-6:after {
    right: -30px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
    transform: translate3d(0, -50%, 0) rotate(90deg);
}
@media (max-width: 991px) {
    .box-factory .factory .item-3:after,
    .box-factory .factory .item-4:after {
        display: none;
    }
}
.box-choose {
    background: url(../images/choose_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-choose .choose {
    margin-top: 40px;
}
.box-choose .choose .item {
    position: relative;
    overflow: hidden;
    height: 450px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #f4b508;
}
.box-choose .choose .item .mask {
    position: absolute;
    top: -webkit-calc(100% - 340px);
    top: calc(100% - 340px);
    left: 0;
    width: 100%;
    padding: 30px 10px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask {
        top: 0;
    }
}
.box-choose .choose .item .mask:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 70px;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    content: '\e647';
    text-align: center;
    color: #f4b508;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask:before {
        font-size: 22px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}
.box-choose .choose .item .mask b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask b {
        font-size: 16px;
    }
}
.box-choose .choose .item .mask .note {
    overflow-y: auto;
    height: 300px;
    margin-top: 20px;
    opacity: 0;
}
.box-choose .choose .item .mask .note::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}
.box-choose .choose .item .mask .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.box-choose .choose .item .mask .note::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask .note {
        margin-top: 10px;
        opacity: 1;
    }
}
.box-choose .choose .item .mask .note p {
    font-size: 18px;
    line-height: 1.66666667;
    position: relative;
    margin: 0;
    padding-left: 10px;
}
@media (max-width: 1470px) {
    .box-choose .choose .item .mask .note p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask .note p {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask .note p {
        font-size: 13px;
    }
}
.box-choose .choose .item .mask .note p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background-color: #333;
}
@media (max-width: 991px) {
    .box-choose .choose .item .mask .note p:before {
        background-color: #fff;
    }
}
.box-choose .choose .item-quality {
    background-color: #21c0fb;
}
.box-choose .choose .item-quality .mask:before {
    content: '\e62b';
    color: #21c0fb;
}
.box-choose .choose .item-customer {
    background-color: #accb56;
}
.box-choose .choose .item-customer .mask:before {
    font-size: 34px;
    content: '\e62a';
    color: #accb56;
}
@media (max-width: 991px) {
    .box-choose .choose .item-customer .mask:before {
        font-size: 24px;
    }
}
.box-choose .choose .item-exhibition {
    background-color: #2398f8;
}
.box-choose .choose .item-exhibition .mask:before {
    font-size: 44px;
    content: '\e650';
    color: #2398f8;
}
@media (max-width: 991px) {
    .box-choose .choose .item-exhibition .mask:before {
        font-size: 30px;
    }
}
.box-choose .choose .item span.num {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: rgba(255, 255, 255, .3);
}
.box-choose .choose .item:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#baeac0), to(#b0c8f0));
    background-image: -webkit-linear-gradient(#baeac0, #b0c8f0);
    background-image: linear-gradient(#baeac0, #b0c8f0);
}
.box-choose .choose .item:hover .mask {
    top: 0;
}
.box-choose .choose .item:hover .mask .note {
    opacity: 1;
}
.box-case .item {
    display: block;
    margin-top: 30px;
}
.box-case .item .pic {
    position: relative;
    background-color: #000;
}
.box-case .item .pic .img-box {
    padding-bottom: 66.66666667%;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .8;
}
.box-case .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-case .item .pic .pic-tt {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}
.box-case .item .pic .pic-tt p {
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-case .item .pic .pic-tt p {
        font-size: 20px;
    }
}
.box-case .item .pic .pic-tt p:before {
    margin-right: 4px;
    content: '-';
}
.box-case .item .mask {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    opacity: 0;
}
.box-case .item .mask:after {
    font-family: 'iconfont' !important;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    content: '\e62e';
    text-align: center;
    color: #e30013;
    border-radius: 50%;
    background: #fff;
}
.box-case .item .mask b {
    font-size: 34px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    color: #fff;
}
.box-case .item .mask b:after {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-top: 14px;
    content: '';
    background-color: #e30013;
}
.box-case .item-4 .pic .img-box,
.box-case .item-5 .pic .img-box {
    padding-bottom: 43.47826087%;
}
@media (min-width: 1200px) {
    .box-case .item:hover .pic .img-box {
        opacity: .5;
    }
    .box-case .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-case .item:hover .pic .pic-tt {
        display: none;
    }
    .box-case .item:hover .mask {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}
.box-customer {
    font-size: 0;
    padding: 40px 0;
    background-color: #eef7fa;
}
.box-customer .title {
    display: inline-block;
    width: 30%;
    padding-right: 30px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-customer .title {
        width: 100%;
        padding-right: 0;
    }
}
.box-customer .title p {
    font-size: 16px;
    line-height: 1.875;
    margin: 14px 0 0 0;
    color: #666;
}
@media (max-width: 991px) {
    .box-customer .title p {
        font-size: 14px;
    }
}
.box-customer .customer {
    font-size: 14px;
    display: inline-block;
    width: 70%;
    padding-right: 20px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-customer .customer {
        width: 100%;
        margin-top: 30px;
    }
}
.box-customer .customer .slick-slide ul {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.box-customer .customer .slick-slide ul li {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .box-customer .customer .slick-slide ul li {
        width: 100%;
        margin: 10px 0;
    }
}
.box-customer .customer .item {
    font-size: 0;
    display: block;
    overflow: hidden;
    color: inherit;
}
.box-customer .customer .item .pic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 30%;
    padding: 10px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #e30013;
}
.box-customer .customer .item .pic:before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    border: 1px dashed #fff;
    border-radius: 50%;
}
.box-customer .customer .item .pic .img-box {
    overflow: hidden;
    border-radius: 50%;
}
.box-customer .customer .item .note {
    display: inline-block;
    width: 70%;
    padding-left: 14px;
    vertical-align: middle;
}
.box-customer .customer .item .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-customer .customer .item .note p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-customer .customer .item:hover .note b {
    color: #e30013;
}
.box-customer .customer .item:hover .note p {
    text-decoration: underline;
}
.box-customer .customer .slick-dots {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 12px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.box-customer .customer .slick-dots li {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    margin: 10px auto;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
    background-color: #d9d6d6;
}
.box-customer .customer .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
    background-color: #e30013;
}
.box-customer .customer .slick-dots li.slick-active:after {
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    border-radius: 50%;
    background-color: rgba(227, 0, 19, .3);
}
.box-customer .customer .slick-dots li button {
    display: none;
}
.box-strategic {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    background: url(../images/strategic_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-strategic {
        margin-top: 50px;
        background: url(../images/strategic_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .box-strategic {
        padding: 60px 0;
    }
}
.box-strategic .title {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .box-strategic .title {
        position: relative;
        top: 0;
    }
}
.box-strategic .title b {
    color: #fff;
}
.box-strategic .strategic ul {
    font-size: 0;
}
.box-strategic .strategic ul li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    min-height: 650px;
    padding: 270px 30px 30px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    color: #fff;
}
@media (max-width: 991px) {
    .box-strategic .strategic ul li {
        width: 33.33333333%;
        min-height: auto;
        padding: 50px 15px 0 15px;
    }
}
@media (max-width: 991px) {
    .box-strategic .strategic ul li {
        width: 50%;
    }
    .box-strategic .strategic ul li:nth-child(5) {
        width: 100%;
    }
}
.box-strategic .strategic ul li:hover {
    background-color: rgba(0, 0, 0, .3);
}
.box-strategic .strategic ul li:hover .item {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}
.box-strategic .strategic ul li:hover .item b {
    color: #e30013;
}
.box-strategic .strategic ul li:hover .item span {
    display: none;
}
.box-strategic .strategic ul li:hover .item p {
    opacity: 1;
}
.box-strategic .strategic .item {
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
.box-strategic .strategic .item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 70px;
    content: '\e684';
    color: #fe0000;
}
.box-strategic .strategic .item-zixun:before {
    font-size: 50px;
    content: '\e62a';
}
.box-strategic .strategic .item-qiatan:before {
    content: '\e618';
}
.box-strategic .strategic .item-choubei:before {
    content: '\e61a';
}
.box-strategic .strategic .item-service:before {
    font-size: 46px;
    content: '\e63b';
}
.box-strategic .strategic .item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .box-strategic .strategic .item b {
        font-size: 20px;
    }
}
.box-strategic .strategic .item b:after {
    display: block;
    width: 100px;
    height: 1px;
    margin: 14px auto;
    content: '';
    background-color: #e30013;
}
.box-strategic .strategic .item span {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    color: #e9e8e8;
}
@media (max-width: 991px) {
    .box-strategic .strategic .item span {
        font-size: 16px;
        line-height: 20px;
    }
}
.box-strategic .strategic .item p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
    opacity: 0;
}
@media (max-width: 991px) {
    .box-strategic .strategic .item p {
        font-size: 14px;
        opacity: 1;
    }
}
.box-product {
    background-color: #f7f7f7;
}
.box-product .sort {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .box-product .sort {
        margin-top: 30px;
    }
}
.box-product .sort ul {
    font-size: 0;
    margin: 0 -15px;
    text-align: center;
}
@media (max-width: 991px) {
    .box-product .sort ul {
        margin: 0 -8px;
    }
}
.box-product .sort ul li {
    font-size: 14px;
    display: inline-block;
    width: 12.5%;
    padding: 0 15px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .box-product .sort ul li {
        width: 25%;
        margin-top: 20px;
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .box-product .sort ul li {
        width: 50%;
    }
}
.box-product .sort ul li.active a .sort-pic .img-box {
    opacity: .7;
}
.box-product .sort ul li a {
    display: block;
    color: inherit;
}
.box-product .sort ul li a .sort-pic {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 50%;
    background-color: #e30013;
}
.box-product .sort ul li a .sort-pic:before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    border: 1px dashed #fff;
    border-radius: 50%;
}
.box-product .sort ul li a .sort-pic .img-box {
    overflow: hidden;
    border-radius: 50%;
}
.box-product .sort ul li a p {
    line-height: 20px;
    margin: 14px 0 0 0;
}
.box-product .list {
    margin-top: 40px;
}
.box-product .slick-product {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .box-product .slick-product {
        margin: 0 -8px;
    }
}
.box-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .box-product .slick-slide {
        padding: 0 8px;
    }
}
.box-product .item {
    position: relative;
    display: block;
    text-align: center;
    color: inherit;
}
.box-product .item .pic {
    overflow: hidden;
}
.box-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .item p {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 10px 0 0 0;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0 20px 0 0;
    background-color: rgba(102, 102, 102, .6);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .item p {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
}
.box-product .item p:after {
    font-family: 'iconfont' !important;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
    content: '\e827';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #e30013;
    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 992px) {
    .box-product .item:hover {
        text-decoration: none;
    }
    .box-product .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-product .item:hover p {
        color: #fff;
        background-color: #e30013;
    }
}
.box-product .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 30%;
    left: -2px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 10px 0 0 0;
    outline: none;
    background: none;
    background-color: #666;
}
.box-product .slick-arrow:before {
    position: absolute;
    top: 8px;
    left: 13px;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 8px 8px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.box-product .slick-arrow.slick-next {
    right: -2px;
    left: auto;
    border-radius: 0 10px 0 0;
}
.box-product .slick-arrow.slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.box-product .slick-arrow:hover {
    background-color: rgba(227, 0, 19, .8);
}
.box-news .news-left .item {
    font-size: 0;
    margin-top: 30px;
}
.box-news .news-left .item .pic,
.box-news .news-left .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.box-news .news-left .item a {
    color: inherit;
}
.box-news .news-left .item .pic {
    width: 45%;
}
.box-news .news-left .item .pic .img-box {
    padding-bottom: 72.72727273%;
}
.box-news .news-left .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news-left .item .note {
    width: 55%;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .box-news .news-left .item .note {
        padding-left: 10px;
    }
}
.box-news .news-left .item .note span.date {
    line-height: 30px;
    display: block;
    color: #e30013;
}
.box-news .news-left .item .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-news .news-left .item .note b {
        font-size: 16px;
    }
}
.box-news .news-left .item .note a {
    display: block;
}
.box-news .news-left .item .note p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
    .box-news .news-left .item .note p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        height: 48px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .news-left .item .note a.more {
    font-size: 40px;
    line-height: 20px;
    display: block;
    text-align: right;
    color: #e30013;
}
.box-news .news-left .item .note a.more:after {
    font-family: 'iconfont' !important;
    content: '\e9bc';
}
.box-news .news-left .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news-left .item:hover .note b {
    color: #e30013;
}
.box-news .news-right {
    margin-top: 30px;
}
.box-news .news-right .item {
    position: relative;
    padding: 10px 14px 10px 80px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .box-news .news-right .item {
        padding: 4px 10px 4px 80px;
    }
}
.box-news .news-right .item a {
    color: inherit;
}
.box-news .news-right .item .date {
    position: absolute;
    top: 14px;
    left: 0;
    width: 70px;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background-color: #e30013;
}
@media (max-width: 767px) {
    .box-news .news-right .item .date {
        top: 10px;
    }
}
.box-news .news-right .item .date b {
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.box-news .news-right .item .date span {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.box-news .news-right .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-news .news-right .item b {
        font-size: 16px;
    }
}
.box-news .news-right .item p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-news .news-right .item p {
        margin: 4px 0 0 0;
    }
}
.box-news .news-right .item a.more {
    font-size: 40px;
    line-height: 20px;
    display: block;
    text-align: right;
    color: #e30013;
}
.box-news .news-right .item a.more:after {
    font-family: 'iconfont' !important;
    content: '\e9bc';
}
.box-news .news-right .item:hover {
    background-color: #eef0f2;
}
.box-news .news-right .item:hover b {
    color: #e30013;
}
.box-news .news-right .item:hover .date b {
    color: #fff;
}
.box-news .news-right .item:hover p {
    text-decoration: underline;
}
.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    background-color: #731e2e;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 56px;
    }
}
.footer .foot {
    position: relative;
    z-index: 2;
    padding: 70px 0 40px;
    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 20px 0 30px;
    }
}
@media (min-width: 1200px) {
    .footer .foot>ul {
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: inline-block;
        width: 25%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        width: 100%;
    }
}
.footer .foot>ul>li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .footer .foot>ul>li h3 {
        font-size: 16px;
        display: block;
        margin-top: 20px;
    }
    .footer .foot>ul>li h3:after {
        font-family: 'iconfont' !important;
        font-size: 14px;
        float: right;
        content: '\e6d2';
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item-1 {
    max-width: 300px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 {
        max-width: 100%;
    }
}
.footer .foot>ul>li .item-1 p {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 p {
        font-size: 14px;
    }
}
.footer .foot>ul>li .item-1 p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    content: '\e63e';
    color: #fff;
}
.footer .foot>ul>li .item-1 p.tel:before {
    content: '\e65e';
}
.footer .foot>ul>li .item-1 p.address:before {
    content: '\e659';
}
.footer .foot>ul>li .item-1 p.email:before {
    content: '\e6a4';
}
.footer .foot>ul>li .item-1 p.phone:before {
    content: '\e65a';
}
.footer .foot>ul>li .item-1 a:hover {
    color: #e30013;
}
.footer .foot>ul>li .item-2 .pic {
    display: inline-block;
    max-width: 120px;
    margin-right: 20px;
    vertical-align: top;
}
.footer .foot>ul>li .item-2 .pic img {
    max-width: 100%;
}
.footer .foot>ul>li .item-2 .pic p {
    font-size: 14px;
    line-height: 24px;
    margin: 4px 0 0 0;
    text-align: center;
}
.footer .foot>ul>li .item-3 {
    width: 320px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-3 ul {
    font-size: 0;
    margin: 0 -8px;
}
.footer .foot>ul>li .item-3 ul li {
    display: inline-block;
    width: 100%;
    padding: 0 8px;
    vertical-align: top;
}
.footer .foot>ul>li .item-3 input,
.footer .foot>ul>li .item-3 textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    margin-top: 8px;
    padding: 2px 10px;
    resize: vertical;
    border: none;
    border-radius: 4px;
    outline: none;
    background: none;
    background: #b9727f;
}
.footer .foot>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:-o-placeholder,
.footer .foot>ul>li .item-3 textarea:-o-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 .submit {
    font-size: 14px;
    line-height: 30px;
    margin-top: 18px;
    padding: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #b9727f;
}
.footer .foot>ul>li .item-3 .submit:before {
    font-family: 'iconfont' !important;
    margin-right: 6px;
    content: '\e65c';
}
.footer .foot>ul>li .item-3 .submit:hover {
    background-color: #bb0111;
}
.footer .foot>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .info-down {
        display: none;
        margin-top: 10px;
    }
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.footer .copyright {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    line-height: 30px;
    display: inline-block;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
    .footer .copyright p {
        line-height: 24px;
        display: block;
        float: none;
    }
}
.footer .copyright a {
    margin-left: 10px;
    color: #fff;
}
@media (max-width: 767px) {
    .footer .copyright a {
        margin: 0;
    }
}
.footer .copyright a:hover {
    color: #e30013;
}
.wrap {
    overflow: hidden;
    padding: 60px 0;
}
.title-in {
    text-align: center;
}
.title-in b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 767px) {
    .title-in b {
        font-size: 20px;
    }
}
.wrap-left {
    display: inline-block;
    width: 24%;
    margin-right: -4px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-left {
        width: 100%;
    }
}
.wrap-left .title-sidenav {
    position: relative;
    padding: 0 24px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
@media (max-width: 991px) {
    .wrap-left .title-sidenav {
        padding: 0 14px;
    }
}
.wrap-left .title-sidenav:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e30013;
}
.wrap-left .title-sidenav b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-left .title-sidenav b {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-left .title-sidenav b {
        font-size: 24px;
    }
}
.wrap-left .sidenav {
    position: relative;
    z-index: 2;
}
.wrap-left .sidenav ul {
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav ul li {
    display: block;
    list-style: none;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1 {
        padding-top: 10px;
    }
}
.wrap-left .sidenav ul.side-level1>li {
    margin-top: 6px;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li {
        display: inline-block;
        vertical-align: top;
    }
}
.wrap-left .sidenav ul.side-level1>li>a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 15px 20px;
    color: inherit;
    color: #fff;
    border-radius: 4px 4px 0 0;
    background-color: #e30013;
}
@media (max-width: 1350px) {
    .wrap-left .sidenav ul.side-level1>li>a {
        font-size: 18px;
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li>a {
        font-size: 15px;
        padding: 4px 10px;
    }
}

.wrap-left .sidenav ul.side-level1>li ul.side-level2 {
    padding: 10px 0;
    background: #fff;
	display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li ul.side-level2 li {
        display: inline-block;
        vertical-align: middle;
        border-bottom: none;
    }
}
.wrap-left .sidenav ul.side-level1>li ul.side-level2 li:last-child {
    border-bottom: none;
}
.wrap-left .sidenav ul.side-level1>li ul.side-level2 li a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 5px 10px 5px 44px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li ul.side-level2 li a {
        padding-left: 30px;
    }
}
.wrap-left .sidenav ul.side-level1>li ul.side-level2 li a:before {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 5px;
    height: 5px;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li ul.side-level2 li a:before {
        left: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li ul.side-level2 li a {
        font-size: 14px;
        padding: 0 10px;
    }
}
.wrap-left .sidenav ul.side-level1>li ul.side-level2 li:hover a {
    background-color: #e7ecf7;
}
.wrap-left .sidenav ul.side-level1>li ul.side-level2 li:hover a:before {
    opacity: 1;
}
.wrap-left .sidenav ul.side-level1>li.active>a,
.wrap-left .sidenav ul.side-level1>li:hover>a {
    color: #fff;
    background-color: #e30013;
}
.wrap-right {
    display: inline-block;
    width: 76%;
    margin-right: -4px;
    padding-left: 30px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
.inside-nav {
    position: relative;
    margin-top: -30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
@media (max-width: 1199px) {
    .inside-nav {
        margin-top: 0;
    }
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.inside-nav ul li {
    font-size: 20px;
    display: inline-block;
}
@media (max-width: 991px) {
    .inside-nav ul li {
        font-size: 16px;
    }
}
.inside-nav ul li:after {
    display: inline-block;
    content: '|';
    vertical-align: middle;
}
.inside-nav ul li:last-child:after {
    display: none;
}
.inside-nav ul li a {
    font-weight: normal;
    line-height: 60px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
    color: inherit;
}
.inside-nav ul li a:before,
.inside-nav ul li a:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: 0;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #e30013;
}
.inside-nav ul li a:before {
    top: 0;
}
.inside-nav ul li a:after {
    bottom: 0;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #e30013;
}
.inside-nav ul li.active a:before,
.inside-nav ul li:hover a:before,
.inside-nav ul li.active a:after,
.inside-nav ul li:hover a:after {
    height: 10px;
}
.wrap-number {
    overflow: hidden;
    padding: 60px 0;
    background: url(../images/about_in_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-number .number ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .wrap-number .number ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-number .number ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
.wrap-number .number ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-number .number ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-number .number ul li {
        width: 50%;
    }
}
.wrap-number .number .item {
    margin: 10px 0;
    text-align: center;
}
.wrap-number .number .item b {
    font-size: 30px;
    line-height: 1;
    display: block;
    color: #e30013;
}
@media (max-width: 1199px) {
    .wrap-number .number .item b {
        font-size: 24px;
    }
}
.wrap-number .number .item sup {
    font-size: 14px;
    line-height: 20px;
    top: 0;
    vertical-align: top;
}
.wrap-number .number .item p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #666;
}
.wrap-about {
    padding-top: 0;
}
.wrap-about .title-about {
    text-align: center;
}
.wrap-about .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 767px) {
    .wrap-about .title-about b {
        font-size: 20px;
    }
}
.wrap-about .about {
    margin-top: 20px;
    text-align: center;
}
.wrap-about .about p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    color: #424141;
}
@media (max-width: 767px) {
    .wrap-about .about p {
        font-size: 14px;
    }
}
.wrap-about .about img {
    max-width: 100%;
    height: auto !important;
}
.wrap-culture .chairman {
    font-size: 0;
}
.wrap-culture .chairman .chairman-left,
.wrap-culture .chairman .chairman-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-culture .chairman .chairman-left,
    .wrap-culture .chairman .chairman-right {
        width: 100%;
    }
}
.wrap-culture .chairman .chairman-left img {
    max-width: 100%;
}
.wrap-culture .chairman .chairman-left .title-chairman {
    padding: 0 20px;
    color: #fff;
    background-color: #e30013;
}
.wrap-culture .chairman .chairman-left .title-chairman b {
    font-size: 20px;
    line-height: 60px;
    display: block;
}
.wrap-culture .chairman .chairman-right {
    padding-left: 40px;
}
@media (max-width: 991px) {
    .wrap-culture .chairman .chairman-right {
        padding: 30px 0 0 0;
    }
}
.wrap-culture .chairman .chairman-right h4 {
    font-size: 24px;
    line-height: 1.41666667;
    margin: 0 0 30px 0;
    color: #e30013;
}
@media (max-width: 991px) {
    .wrap-culture .chairman .chairman-right h4 {
        font-size: 20px;
    }
}
.wrap-culture .chairman .chairman-right p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #424141;
}
@media (max-width: 991px) {
    .wrap-culture .chairman .chairman-right p {
        font-size: 14px;
    }
}
.wrap-culture .chairman .chairman-right h5 {
    font-size: 24px;
    margin: 30px 0 0 0;
    text-align: right;
}
@media (max-width: 991px) {
    .wrap-culture .chairman .chairman-right h5 {
        font-size: 20px;
    }
}
.wrap-culture .chairman .chairman-right h5 img {
    max-width: 100%;
}
.wrap-culture .culture {
    padding-top: 50px;
}
.wrap-culture .culture .list {
    margin-top: 30px;
}
.wrap-culture .culture .list ul {
    font-size: 0;
    margin: 0 -50px;
}
@media (max-width: 991px) {
    .wrap-culture .culture .list ul {
        margin: 0 -15px;
    }
}
.wrap-culture .culture .list ul li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    margin-top: 20px;
    padding: 0 50px;
    list-style: none;
    vertical-align: top;
    border-right: 1px solid #dedcdc;
}
@media (max-width: 991px) {
    .wrap-culture .culture .list ul li {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-culture .culture .list ul li {
        width: 50%;
    }
}
.wrap-culture .culture .list ul li:last-child {
    border-right: none;
}
.wrap-culture .culture .list .item {
    text-align: center;
}
.wrap-culture .culture .list .item b {
    font-size: 20px;
    font-size: 0;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 50%;
    background-color: #f4f4f4;
}
.wrap-culture .culture .list .item b:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-weight: normal;
    content: '\e651';
    color: #666;
}
.wrap-culture .culture .list .item-shiming b:before {
    content: '\e657';
}
.wrap-culture .culture .list .item-yuanjing b:before {
    content: '\e690';
}
.wrap-culture .culture .list .item-jiazhiguan b:before {
    content: '\e6bc';
}
.wrap-culture .culture .list .item p {
    font-size: 18px;
    line-height: 30px;
    min-height: 60px;
    margin: 14px 0 0 0;
    color: #424141;
}
@media (max-width: 991px) {
    .wrap-culture .culture .list .item p {
        font-size: 14px;
        line-height: 20px;
        min-height: auto;
    }
}
.wrap-culture .culture .list .item p.hover {
    display: none;
}
@media (max-width: 991px) {
    .wrap-culture .culture .list .item p.hover {
        display: block;
    }
}
.wrap-culture .culture .list .item p.now {
    display: block;
}
.wrap-culture .culture .list .item:hover b {
    font-size: 20px;
    color: #fff;
    background-color: #e30013;
}
.wrap-culture .culture .list .item:hover b:before {
    display: none;
}
@media (max-width: 991px) {
    .wrap-culture .culture .list .item:hover b:before {
        display: block;
    }
}
.wrap-culture .culture .list .item:hover p.hover {
    display: block;
}
.wrap-culture .culture .list .item:hover p.now {
    display: none;
}
.wrap-development {
    background: url(../images/development_bg.jpg) no-repeat bottom center;
}
.wrap-development .development ul {
    position: relative;
    margin-top: 50px;
}
.wrap-development .development ul:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #bcbcbc;
}
.wrap-development .development ul li {
    font-size: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-development .development ul li:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/dot-2.png) no-repeat;
    background-size: cover;
}
.wrap-development .development ul li:nth-child(2n) .item-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    text-align: left;
}
.wrap-development .development ul li:nth-child(2n) .item-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: right;
}
.wrap-development .development ul li .item-left,
.wrap-development .development ul li .item-right {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    padding: 20px 80px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-development .development ul li .item-left,
    .wrap-development .development ul li .item-right {
        padding: 20px 40px;
    }
}
@media (max-width: 767px) {
    .wrap-development .development ul li .item-left,
    .wrap-development .development ul li .item-right {
        padding: 20px;
    }
}
.wrap-development .development ul li .item-left {
    text-align: right;
}
.wrap-development .development ul li .item-left b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
.wrap-development .development ul li .item-left b span {
    font-size: 14px;
}
.wrap-development .development ul li .item-right p {
    font-size: 14px;
    line-height: 1.71428571;
    display: inline-block;
    max-width: 330px;
    margin: 0;
}
@media (min-width: 1200px) {
    .wrap-development .development ul li:hover {
        background-color: #f0f0f0;
    }
    .wrap-development .development ul li:hover:before {
        width: 56px;
        height: 56px;
        background: url(../images/dot-3.png) no-repeat;
    }
    .wrap-development .development ul li:hover .item-left b {
        color: #e30013;
    }
    .wrap-development .development ul li:hover .item-left b span {
        color: #666;
    }
}
.wrap-advantage .advantage-pic {
    position: relative;
    left: 50%;
}
.wrap-advantage .advantage-pic img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .wrap-advantage .advantage-pic img {
        width: 200%;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-honor .pic1 {
        max-width: 50%;
        margin: 0 auto;
    }
}
.wrap-advantage .wrap-honor .pic1 img {
    max-width: 100%;
}
.wrap-advantage .wrap-honor .pic2 {
    padding: 30px 10px;
    text-align: center;
    background-color: #eeeded;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-honor .pic2 {
        margin-top: 20px;
    }
}
.wrap-advantage .wrap-honor .pic2 img {
    max-width: 100%;
}
.wrap-advantage .wrap-process {
    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-advantage .wrap-process .title-in p {
    margin: 10px 0 0 0;
    color: #666;
}
.wrap-advantage .wrap-process .text {
    margin-top: 30px;
}
.wrap-advantage .wrap-process .text img {
    max-width: 100%;
}
.wrap-advantage .wrap-system .system {
    display: table;
    width: 100%;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system {
        display: block;
    }
}
.wrap-advantage .wrap-system .system .pic,
.wrap-advantage .wrap-system .system .text {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system .pic,
    .wrap-advantage .wrap-system .system .text {
        display: block;
    }
}
.wrap-advantage .wrap-system .system .pic {
    width: 60%;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system .pic {
        width: 100%;
        padding: 0;
    }
}
.wrap-advantage .wrap-system .system .pic img {
    max-width: 100%;
}
.wrap-advantage .wrap-system .system .text {
    line-height: 1;
    width: 40%;
    padding: 30px;
    background: url(../images/system_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system .text {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-advantage .wrap-system .system .text h5 {
    font-size: 24px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system .text h5 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-system .system .text h5 {
        font-size: 18px;
    }
}
.wrap-advantage .wrap-system .system .text h4 {
    font-size: 20px;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-system .system .text h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-system .system .text h4 {
        font-size: 16px;
    }
}
.wrap-advantage .wrap-system .system .text h5 {
    font-size: 14px;
    margin: 4px 0 0 0;
    color: #666;
}
.wrap-advantage .wrap-system .system .text p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #666;
}
.wrap-advantage .advantage .list {
    margin-top: 40px;
}
.wrap-advantage .advantage .list ul {
    font-size: 0;
}
.wrap-advantage .advantage .list ul li {
    font-size: 14px;
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-advantage .advantage .list ul li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .advantage .list ul li {
        width: 50%;
        margin-top: 30px;
    }
}
.wrap-advantage .advantage .list ul li:nth-child(2n) {
    padding-top: 170px;
}
@media (max-width: 767px) {
    .wrap-advantage .advantage .list ul li:nth-child(2n) {
        padding-top: 0;
    }
}
.wrap-advantage .advantage .list ul li:nth-child(2n) .title-item b {
    line-height: 70px;
    width: 70px;
    height: 70px;
}
.wrap-advantage .advantage .list ul li:nth-child(2n) .title-item:before {
    display: none;
}
.wrap-advantage .advantage .list ul li:nth-child(2n) .title-item:after {
    display: block;
    width: 8px;
    height: 61px;
    margin: 0 auto;
    content: '';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/line-1.png) no-repeat;
}
.wrap-advantage .advantage .list .item .title-item {
    position: relative;
    text-align: center;
    color: #fff;
}
.wrap-advantage .advantage .list .item .title-item:before {
    display: block;
    width: 8px;
    height: 61px;
    margin: 0 auto;
    content: '';
    background: url(../images/line-1.png) no-repeat;
}
.wrap-advantage .advantage .list .item .title-item b {
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
    background-color: #fe0000;
}
@media (max-width: 1470px) {
    .wrap-advantage .advantage .list .item .title-item b {
        font-size: 20px;
    }
}
.wrap-advantage .advantage .list .item .title-item b span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap-advantage .advantage .list .item .note {
    min-height: 90px;
    text-align: center;
}
.wrap-advantage .advantage .list .item .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 1470px) {
    .wrap-advantage .advantage .list .item .note p {
        font-size: 14px;
    }
}
.wrap-advantage .wrap-innovation .innovation {
    font-size: 0;
    margin-top: 40px;
}
.wrap-advantage .wrap-innovation .innovation .pic,
.wrap-advantage .wrap-innovation .innovation .text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-advantage .wrap-innovation .innovation .pic {
    width: 70%;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-innovation .innovation .pic {
        width: 100%;
        padding: 0;
    }
}
.wrap-advantage .wrap-innovation .innovation .pic ul {
    overflow: hidden;
    border: 2px solid #e30013;
}
.wrap-advantage .wrap-innovation .innovation .pic ul li {
    float: left;
    width: 33.33333333%;
    margin-bottom: -9979px;
    padding: 20px;
    padding-bottom: 9999px;
    list-style: none;
    border-right: 2px solid #e30013;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-innovation .innovation .pic ul li {
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-innovation .innovation .pic ul li {
        width: 100%;
        border: none;
    }
}
.wrap-advantage .wrap-innovation .innovation .pic ul li:last-child {
    border-right: none;
}
.wrap-advantage .wrap-innovation .innovation .pic .item {
    text-align: center;
}
.wrap-advantage .wrap-innovation .innovation .pic .item b {
    font-weight: normal;
    line-height: 40px;
    display: inline-block;
    min-width: 260px;
    padding: 0 10px;
    color: #fff;
    border-radius: 30px;
    background-color: #fe0000;
}
.wrap-advantage .wrap-innovation .innovation .pic .item img {
    display: block;
    max-width: 100%;
    margin-top: 30px;
}
.wrap-advantage .wrap-innovation .innovation .text {
    width: 30%;
    padding: 50px 10px;
    background-color: #eeeded;
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-innovation .innovation .text {
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
}
.wrap-advantage .wrap-innovation .innovation .text h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #e30013;
}
.wrap-advantage .wrap-innovation .innovation .text h4 {
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-innovation .innovation .text h4 {
        font-size: 16px;
    }
}
.wrap-advantage .wrap-innovation .innovation .text p {
    line-height: 2.14285714;
    color: #666;
}
.wrap-advantage .wrap-innovation .innovation .text p span {
    color: #333;
}
.wrap-advantage .wrap-innovation .note {
    margin-top: 30px;
}
.wrap-advantage .wrap-innovation .note p {
    line-height: 2.14285714;
    color: #666;
}
.wrap-advantage .wrap-innovation .note p span {
    color: #333;
}
.wrap-advantage .wrap-product-custom .title-in p {
    line-height: 2.14285714;
    margin: 10px 0 0 0;
}
.wrap-advantage .wrap-product-custom .product-custom {
    margin-top: 30px;
}
.wrap-advantage .wrap-product-custom .product-custom ul {
    font-size: 0;
    overflow: hidden;
    margin: 0 -15px;
}
.wrap-advantage .wrap-product-custom .product-custom ul li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    padding: 0 15px;
    list-style: none;
    vertical-align: middle;
}
.wrap-advantage .wrap-product-custom .product-custom ul li:nth-child(1) {
    text-align: right;
}
.wrap-advantage .wrap-product-custom .product-custom ul li:nth-child(2) {
    text-align: center;
}
.wrap-advantage .wrap-product-custom .product-custom ul li:nth-child(4) {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-product-custom .product-custom ul li {
        width: 50%;
    }
    .wrap-advantage .wrap-product-custom .product-custom ul li:nth-child(2) {
        display: none;
    }
}
.wrap-advantage .wrap-product-custom .product-custom ul li img {
    max-width: 100%;
}
.wrap-advantage .wrap-product-custom .product-custom .item b {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 1px solid #e30013;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-product-custom .product-custom .item b {
        font-size: 18px;
    }
}
.wrap-advantage .wrap-product-custom .product-custom .item b:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;
    line-height: 70px;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 14px;
    content: '\e8c9';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #e30013;
    border: 1px solid #e30013;
    border-radius: 50%;
}
.wrap-advantage .wrap-product-custom .product-custom .item p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #666;
}
@media (max-width: 1199px) {
    .wrap-advantage .wrap-product-custom .product-custom .item p {
        font-size: 14px;
    }
}
.wrap-advantage .wrap-product-custom .product-custom .item-qianding {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-product-custom .product-custom .item-qianding {
        margin-top: 30px;
    }
}
.wrap-advantage .wrap-product-custom .product-custom .item-qianding b:before {
    font-size: 40px;
    content: '\e630';
}
.wrap-advantage .wrap-product-custom .product-custom .item-jishu b:before {
    content: '\e64b';
}
.wrap-advantage .wrap-product-custom .product-custom .item-kaifa {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-product-custom .product-custom .item-kaifa {
        margin-top: 30px;
    }
}
.wrap-advantage .wrap-product-custom .product-custom .item-kaifa b:before {
    font-size: 45px;
    content: '\e649';
}
.wrap-advantage .wrap-product-custom .product-custom .item-gonghuo b:before {
    font-size: 45px;
    content: '\e642';
}
.wrap-advantage .wrap-product-custom .product-custom .item:hover b:before {
    color: #fff;
    background-color: #e30013;
}
.wrap-advantage .wrap-partner .partner {
    margin-top: 30px;
}
.wrap-advantage .wrap-partner .partner ul {
    overflow: hidden;
    margin: 0 -5px;
}
.wrap-advantage .wrap-partner .partner ul li {
    float: left;
    width: 10%;
    padding: 5px;
}
@media (max-width: 1199px) {
    .wrap-advantage .wrap-partner .partner ul li {
        width: 12.5%;
    }
}
@media (max-width: 991px) {
    .wrap-advantage .wrap-partner .partner ul li {
        width: 16.66666667%;
    }
}
@media (max-width: 767px) {
    .wrap-advantage .wrap-partner .partner ul li {
        width: 33.33333333%;
    }
}
.wrap-advantage .wrap-partner .partner .item {
    border: 1px solid #d2cfce;
}
.wrap-factory .factory {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-factory .factory {
        margin-top: 30px;
    }
}
.wrap-factory .factory .title-factory b {
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-factory .factory .title-factory b {
        font-size: 18px;
        padding: 0 10px;
    }
}
.wrap-factory .factory .title-factory b:before,
.wrap-factory .factory .title-factory b:after {
    display: inline-block;
    width: 39px;
    height: 9px;
    margin: 0 10px;
    margin-top: -4px;
    content: '';
    vertical-align: middle;
    background: url(../images/dot-1.png) no-repeat center;
    background-size: cover;
}
.wrap-factory .factory .title-factory b:after {
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-factory .factory .item {
    display: block;
    margin-top: 30px;
    color: inherit;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item:hover p {
    color: #e30013;
}
.wrap-team .team-top {
    font-size: 0;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-team .team-top {
        margin-top: 30px;
    }
}
.wrap-team .team-top .team-left,
.wrap-team .team-top .team-right {
    font-size: 14px;
    display: inline-block;
    width: 42%;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-team .team-top .team-left,
    .wrap-team .team-top .team-right {
        width: 100%;
    }
}
.wrap-team .team-top .team-left .title-team-top b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 991px) {
    .wrap-team .team-top .team-left .title-team-top b {
        font-size: 18px;
    }
}
.wrap-team .team-top .team-left .text {
    margin-top: 20px;
}
.wrap-team .team-top .team-left .text p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-team .team-top .team-left .text p {
        font-size: 16px;
    }
}
.wrap-team .team-top .team-right {
    width: 58%;
    padding-left: 40px;
}
@media (max-width: 991px) {
    .wrap-team .team-top .team-right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-team .team-top .team-right img {
    max-width: 100%;
    height: auto !important;
}
.wrap-team .team {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-team .team {
        margin-top: 30px;
    }
}
.wrap-team .team .title-team b {
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-team .team .title-team b {
        font-size: 18px;
        padding: 0 10px;
    }
}
.wrap-team .team .title-team b:before,
.wrap-team .team .title-team b:after {
    display: inline-block;
    width: 39px;
    height: 9px;
    margin: 0 10px;
    margin-top: -4px;
    content: '';
    vertical-align: middle;
    background: url(../images/dot-1.png) no-repeat center;
    background-size: cover;
}
.wrap-team .team .title-team b:after {
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-team .team .slick-team {
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-team .team .slick-team {
        margin-right: -8px;
        margin-left: -8px;
    }
}
.wrap-team .team .slick-team .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-team .team .slick-team .slick-slide {
        padding: 0 8px;
    }
}
.wrap-team .team .slick-team .item {
    display: block;
    color: inherit;
}
.wrap-team .team .slick-team .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-team .team .slick-team .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-team .team .slick-team .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-team .team .slick-team .item p:before {
    display: inline-block;
    margin-right: 2px;
    content: '-';
    vertical-align: middle;
}
.wrap-team .team .slick-team .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-team .team .slick-team .item:hover p {
    color: #e30013;
}
.wrap-team .team .slick-team .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -3%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #e30013;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .wrap-team .team .slick-team .slick-arrow {
        left: 0;
    }
}
.wrap-team .team .slick-team .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    content: '\e601';
}
@media (max-width: 991px) {
    .wrap-team .team .slick-team .slick-arrow:before {
        font-size: 30px;
    }
}
.wrap-team .team .slick-team .slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 1199px) {
    .wrap-team .team .slick-team .slick-arrow.slick-next {
        right: 0;
    }
}
.wrap-team .team .slick-team .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.wrap-team .team .slick-team .slick-arrow:hover {
    color: #bb0111;
}
.wrap-case .case {
    margin-top: -30px;
}
.wrap-case .case .item {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: inherit;
}
.wrap-case .case .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-case .case .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-case .case .item p {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-case .case .item p {
        font-size: 16px;
    }
}
.wrap-case .case .item p:before,
.wrap-case .case .item p:after {
    display: inline-block;
    width: 0;
    height: 1px;
    margin: 0 10px;
    margin-top: -4px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    background-color: #e30013;
}
@media (min-width: 1200px) {
    .wrap-case .case .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-case .case .item:hover p {
        color: #e30013;
    }
    .wrap-case .case .item:hover p:before,
    .wrap-case .case .item:hover p:after {
        width: 50px;
    }
}
.wrap-case-show .title-case-show {
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
.wrap-case-show .title-case-show:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e30013;
}
.wrap-case-show .title-case-show h1 {
    font-size: 24px;
}
.wrap-case-show .title-case-show span.date {
    display: block;
    margin-top: 20px;
    color: #acacac;
}
.wrap-case-show .case-show {
    margin-top: 20px;
}
.wrap-case-show .case-show p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-case-show .case-show p {
        font-size: 14px;
    }
}
.wrap-case-show .case-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-case-relate {
    background-color: #fafafa;
}
.wrap-case-relate .title-case-relate {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.wrap-case-relate .title-case-relate b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
}
@media (max-width: 991px) {
    .wrap-case-relate .title-case-relate b {
        font-size: 20px;
    }
}
.wrap-case-relate .title-case-relate a.more {
    display: inline-block;
    float: right;
    margin-top: 10px;
    color: #666;
}
.wrap-case-relate .title-case-relate a.more:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    background-color: #e30013;
}
.wrap-case-relate .title-case-relate a.more:hover {
    color: #e30013;
}
.wrap-case-relate .slick-case-relate {
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-case-relate .slick-case-relate {
        margin-right: -8px;
        margin-left: -8px;
    }
}
.wrap-case-relate .slick-case-relate .slick-slide {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-case-relate .slick-case-relate .slick-slide {
        padding: 0 8px;
    }
}
.wrap-case-relate .slick-case-relate .item {
    display: block;
    color: inherit;
}
.wrap-case-relate .slick-case-relate .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-case-relate .slick-case-relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-case-relate .slick-case-relate .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-case-relate .slick-case-relate .item p:before {
    display: inline-block;
    margin-right: 2px;
    content: '-';
    vertical-align: middle;
}
.wrap-case-relate .slick-case-relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-case-relate .slick-case-relate .item:hover p {
    color: #e30013;
}
.wrap-case-relate .slick-case-relate .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -3%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #e30013;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .wrap-case-relate .slick-case-relate .slick-arrow {
        left: 0;
    }
}
.wrap-case-relate .slick-case-relate .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    content: '\e601';
}
@media (max-width: 991px) {
    .wrap-case-relate .slick-case-relate .slick-arrow:before {
        font-size: 24px;
    }
}
.wrap-case-relate .slick-case-relate .slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 1199px) {
    .wrap-case-relate .slick-case-relate .slick-arrow.slick-next {
        right: 0;
    }
}
.wrap-case-relate .slick-case-relate .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.wrap-case-relate .slick-case-relate .slick-arrow:hover {
    color: #bb0111;
}
.wrap-customer .item {
    font-size: 0;
    margin-top: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #cecece;
}
.wrap-customer .item a {
    color: inherit;
}
.wrap-customer .item .pic,
.wrap-customer .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-customer .item .pic {
    position: relative;
    width: 30%;
}
@media (max-width: 1470px) {
    .wrap-customer .item .pic {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .wrap-customer .item .pic {
        width: 40%;
    }
}
.wrap-customer .item .pic:after {
    position: absolute;
    top: 10%;
    right: -20px;
    display: block;
    width: 1px;
    height: 80%;
    content: '';
    background-color: #cecece;
}
@media (max-width: 767px) {
    .wrap-customer .item .pic:after {
        right: -10px;
    }
}
.wrap-customer .item .pic .img-box {
    padding-bottom: 114.28571429%;
}
.wrap-customer .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customer .item .note {
    width: 70%;
    padding-right: 14px;
    padding-left: 60px;
}
@media (max-width: 1470px) {
    .wrap-customer .item .note {
        width: 65%;
    }
}
@media (max-width: 1350px) {
    .wrap-customer .item .note {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-customer .item .note {
        width: 60%;
        padding-left: 20px;
    }
}
.wrap-customer .item .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-customer .item .note b {
        font-size: 20px;
        line-height: 24px;
        height: 24px;
    }
}
.wrap-customer .item .note span {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .wrap-customer .item .note span {
        font-size: 18px;
        margin: 4px 0 0 0;
    }
}
@media (max-width: 767px) {
    .wrap-customer .item .note span {
        font-size: 16px;
    }
}
.wrap-customer .item .note p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .wrap-customer .item .note p {
        margin-top: 4px;
    }
}
@media (max-width: 767px) {
    .wrap-customer .item .note p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}
.wrap-customer .item .note .more {
    margin-top: 20px;
    text-align: right;
}
@media (max-width: 1199px) {
    .wrap-customer .item .note .more {
        margin-top: 10px;
    }
}
.wrap-customer .item .note .more a {
    line-height: 30px;
    display: inline-block;
    padding: 0 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #e30013;
    border: 1px solid #e30013;
    border-radius: 30px;
}
.wrap-customer .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-customer .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-customer .item:hover .note b {
    color: #e30013;
}
.wrap-customer .item:hover .note .more a {
    color: #fff;
    background-color: #e30013;
}
.wrap-customer-show .customer-show {
    display: table;
    width: 100%;
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show {
        display: block;
    }
}
.wrap-customer-show .customer-show .customer-show-left,
.wrap-customer-show .customer-show .customer-show-right {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show .customer-show-left,
    .wrap-customer-show .customer-show .customer-show-right {
        display: block;
    }
}
.wrap-customer-show .customer-show .customer-show-left {
    width: 43%;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show .customer-show-left {
        width: 100%;
        padding: 0;
    }
}
.wrap-customer-show .customer-show .customer-show-left img {
    max-width: 100%;
}
.wrap-customer-show .customer-show .customer-show-right {
    width: 57%;
    padding: 20px;
    background-color: #fafafa;
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show .customer-show-right {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-customer-show .customer-show .customer-show-right .title-customer b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show .customer-show-right .title-customer b {
        font-size: 20px;
    }
}
.wrap-customer-show .customer-show .customer-show-right .text {
    margin-top: 20px;
}
.wrap-customer-show .customer-show .customer-show-right .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 1350px) {
    .wrap-customer-show .customer-show .customer-show-right .text p {
        line-height: 1.625;
    }
}
@media (max-width: 991px) {
    .wrap-customer-show .customer-show .customer-show-right .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-customer-show .more {
    margin-top: 30px;
    text-align: right;
    border-top: 1px solid #cecece;
}
.wrap-customer-show .more a {
    line-height: 24px;
    display: inline-block;
    padding: 10px 0;
    color: #666;
}
.wrap-customer-show .more a:after {
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    background-color: #e30013;
}
.wrap-download .download {
    margin-top: -30px;
}
.wrap-download .item {
    font-size: 0;
    margin-top: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
	padding-right: 120px;
	position: relative;
}
@media(max-width:991px){
	.wrap-download .item {
		padding-right: 90px;
	}
}
.wrap-download .item a {
    color: inherit;
}
.wrap-download .item .pic,
.wrap-download .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-download .item .pic {
    position: relative;
    width: 10%;
    border: 1px solid #cecece;
}
@media (max-width: 767px) {
    .wrap-download .item .pic {
        width: 20%;
    }
}
.wrap-download .item .pic .img-box {
    padding-bottom: 125%;
}
.wrap-download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .item .note {
    width: 80%;
    padding-right: 14px;
    padding-left: 14px;
}
@media (max-width: 1350px) {
    .wrap-download .item .note {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-download .item .note {
        width: 80%;
        padding-left: 10px;
    }
}
.wrap-download .item .note b {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-download .item .note b {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }
}
.wrap-download .item .note p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
	display: none;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
@media (max-width: 1199px) {
    .wrap-download .item .note p {
        margin-top: 4px;
    }
}
@media (max-width: 767px) {
    .wrap-download .item .note p {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        overflow: hidden;
        height: 40px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;	display: none;
    }
}
.wrap-download .item .note .info {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-download .item .note .info {
        margin-top: 10px;
    }
}
.wrap-download .item .note .info span {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
}
.wrap-download .item .note .info span:after {
    margin: 0 5px;
    /*margin: 0 10px;*/
    content: '●';
}
.wrap-download .item .note .info span:last-child:after {
    display: none;
}
.wrap-download .item .note .down {
    margin-top: 10px;
    text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
}
@media (max-width: 1199px) {
    .wrap-download .item .note .down {
        margin-top: 10px;
    }
}
.wrap-download .item .note .down a {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #e30013;
    border: 1px solid #e30013;
    border-radius: 30px;
}
@media (max-width: 767px) {
    .wrap-download .item .note .down a {
        font-size: 14px;
    }
}
.wrap-download .item .note .down a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    float: left;
    content: '\e784';
}
@media (max-width: 767px) {
    .wrap-download .item .note .down a:before {
        font-size: 18px;
    }
}
.wrap-download .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-download .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .item:hover .note b {
    color: #e30013;
}
.wrap-download .item:hover .note .down a {
    color: #fff;
    background-color: #e30013;
}
.wrap-video .video-info {
    margin-top: -30px;
}
.wrap-video .video {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.wrap-video .video .img-box {
    z-index: 0;
    padding-bottom: 66.66666667%;
    background-color: #000;
}
.wrap-video .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .7;
}
.wrap-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-video .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play {
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-video .video .play {
        font-size: 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}
.wrap-video .video .play:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: block;
    content: '\e74e';
}
.wrap-video .item p {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item p:before {
    content: '-';
}
@media (max-width: 991px) {
    .wrap-video .item p {
        font-size: 16px;
    }
}
.wrap-video .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.wrap-video .item:hover p {
    color: #e30013;
}
.wrap-news .news-search {
    padding: 60px;
    background-color: #f0f0f0;
}
@media (max-width: 991px) {
    .wrap-news .news-search {
        padding: 30px 10px;
    }
}
.wrap-news .news-search form {
    position: relative;
    padding-left: 50px;
}
.wrap-news .news-search form .title-search {
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-news .news-search form .title-search b {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    display: block;
}
.wrap-news .news-search form ul {
    overflow: hidden;
    margin: 0 -10px;
}
.wrap-news .news-search form ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    list-style: none;
}
@media (max-width: 991px) {
    .wrap-news .news-search form ul li {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news-search form ul li {
        width: 100%;
    }
}
.wrap-news .news-search form select,
.wrap-news .news-search form input {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    min-height: 40px;
    padding: 5px 10px;
    color: #acacac;
    border: 1px solid #cecece;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-news .news-search form select,
    .wrap-news .news-search form input {
        font-size: 14px;
    }
}
.wrap-news .news-search form input::-webkit-input-placeholder,
.wrap-news .news-search form textarea::-webkit-input-placeholder {
    color: #acacac;
}
.wrap-news .news-search form input:-o-placeholder,
.wrap-news .news-search form textarea:-o-placeholder {
    color: #acacac;
}
.wrap-news .news-search form input::-moz-placeholder,
.wrap-news .news-search form textarea::-moz-placeholder {
    color: #acacac;
}
.wrap-news .news-search form input:-ms-input-placeholder,
.wrap-news .news-search form textarea:-ms-input-placeholder {
    color: #acacac;
}
.wrap-news .news-search form input:focus::-webkit-input-placeholder,
.wrap-news .news-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-news .news-search form input:focus::-o-placeholder,
.wrap-news .news-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-news .news-search form input:focus::-moz-placeholder,
.wrap-news .news-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-news .news-search form input:focus::-ms-input-placeholder,
.wrap-news .news-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-news .news-search form .submit {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    color: #fff;
    border-radius: 30px;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-news .news-search form .submit {
        font-size: 16px;
    }
}
.wrap-news .news-search form .submit:hover {
    background-color: #bb0111;
}
.wrap-news .news .item {
    font-size: 0;
    margin-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-news .news .item .date,
.wrap-news .news .item .note,
.wrap-news .news .item .pic {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .date {
    width: 10%;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-news .news .item .date {
        width: 15%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .date {
        width: 24%;
    }
}
.wrap-news .news .item .date b {
    font-size: 34px;
    line-height: 1.17647059;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-news .news .item .date p {
    font-size: 16px;
    margin: 0;
}
.wrap-news .news .item a {
    color: inherit;
}
.wrap-news .news .item .note {
    width: 73%;
    padding: 0 20px;
    border-left: 1px solid #cecece;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .note {
        width: 70%;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .note {
        width: 66%;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .note {
        width: 57%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 76%;
        margin: 14px 0;
    }
}
.wrap-news .news .item .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note b {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
    }
}
.wrap-news .news .item .note span.view {
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
    color: #acacac;
}
.wrap-news .news .item .note span.view:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    content: '\e656';
    vertical-align: middle;
}
.wrap-news .news .item .note p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note p {
        line-height: 22px;
        height: 44px;
    }
}
.wrap-news .news .item .pic {
    width: 17%;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .pic {
        width: 20%;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .pic {
        width: 24%;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 28%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-news .news .item:hover .date b {
    color: #e30013;
}
.wrap-news .news .item:hover .note b {
    text-decoration: underline;
    color: #e30013;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news-show .title-news-show {
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
.wrap-news-show .title-news-show:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e30013;
}
.wrap-news-show .title-news-show h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.wrap-news-show .title-news-show span.date {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #acacac;
}
.wrap-news-show .title-news-show .share {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news-show .title-news-show .share span.share-tt {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    color: #acacac;
}
.wrap-news-show .title-news-show .share a.qq,
.wrap-news-show .title-news-show .share a.wechat {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    color: #929191;
}
.wrap-news-show .title-news-show .share a.qq:before,
.wrap-news-show .title-news-show .share a.wechat:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.wrap-news-show .title-news-show .share a.qq:hover,
.wrap-news-show .title-news-show .share a.wechat:hover {
    color: #e30013;
}
.wrap-news-show .title-news-show .share a.wechat:before {
    content: '\e604';
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show p {
        font-size: 14px;
    }
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-relate {
    background-color: #fafafa;
}
.wrap-news-relate .title-news-relate {
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.wrap-news-relate .title-news-relate b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
}
@media (max-width: 991px) {
    .wrap-news-relate .title-news-relate b {
        font-size: 20px;
    }
}
.wrap-news-relate .title-news-relate a.more {
    display: inline-block;
    float: right;
    margin-top: 10px;
    color: #666;
}
.wrap-news-relate .title-news-relate a.more:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    content: '+';
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    background-color: #e30013;
}
.wrap-news-relate .title-news-relate a.more:hover {
    color: #e30013;
}
.wrap-news-relate .news-relate ul {
    font-size: 0;
}
.wrap-news-relate .news-relate ul li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    margin-top: 30px;
    padding: 0 16px;
    vertical-align: top;
    border-right: 1px solid #cecece;
}
.wrap-news-relate .news-relate ul li:last-child {
    border-right: none;
}
@media (max-width: 767px) {
    .wrap-news-relate .news-relate ul li {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #cecece;
    }
    .wrap-news-relate .news-relate ul li:last-child {
        border-bottom: none;
    }
}
.wrap-news-relate .news-relate .item span.date {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #666;
}
.wrap-news-relate .news-relate .item a {
    color: inherit;
}
.wrap-news-relate .news-relate .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news-relate .news-relate .item b {
        font-size: 18px;
    }
}
.wrap-news-relate .news-relate .item p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news-relate .news-relate .item p {
        font-size: 14px;
    }
}
.wrap-news-relate .news-relate .item:hover b {
    color: #e30013;
}
.wrap-product .product {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .wrap-product .product {
        margin: 0;
    }
}
.wrap-product .product .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    color: inherit;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product .product .item {
        padding: 0;
    }
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 10px 0 0 0;
    padding: 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0 20px 0 0;
    background-color: rgba(102, 102, 102, .6);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item b {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
}
.wrap-product .product .item b:after {
    font-family: 'iconfont' !important;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
    content: '\e827';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #e30013;
    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 992px) {
    .wrap-product .product .item:hover {
        text-decoration: none;
    }
    .wrap-product .product .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .product .item:hover b {
        color: #fff;
        background-color: #e30013;
    }
}
.wrap-product-show .carousel-wrap {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
    padding: 0 30px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 5px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #e30013;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    border: none;
    outline: none;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 30px;
    display: block;
    content: '\e601';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
    text-align: right;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
    color: #e30013;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    margin-top: 16px;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin: 0;
    color: #e30013;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show {
    overflow: hidden;
    margin-top: 20px;
    text-align: right;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product-show {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry {
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 20px;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    content: '\e65d';
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover {
    background-color: #bb0111;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .share span {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .title-product-show strong,
.wrap-product-show .title-product-show b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: block;
    color: #e30013;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show strong,
    .wrap-product-show .title-product-show b {
        font-size: 20px;
    }
}
.wrap-product-show .performance,
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 50px;
}
.wrap-product-show .parameter .text,
.wrap-product-show .performance .text {
    margin-top: 20px;
}
.wrap-product-show .parameter .text img,
.wrap-product-show .performance .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p,
.wrap-product-show .performance .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .text p,
    .wrap-product-show .performance .text p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box,
.wrap-product-show .performance .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table,
.wrap-product-show .performance table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter table th,
.wrap-product-show .performance table th,
.wrap-product-show .parameter table td,
.wrap-product-show .performance table td {
    padding: 10px !important;
    border: 1px solid #dcdcdc !important;
}
.wrap-product-show .parameter table td,
.wrap-product-show .performance table td {
    font-size: 16px;
    vertical-align: top;
}
.wrap-product-show .parameter table td p,
.wrap-product-show .performance table td p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    word-break: break-word;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table td p,
    .wrap-product-show .performance table td p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter table th,
.wrap-product-show .performance table th {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding: 4px 10px !important;
    text-align: center;
    color: #fff;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter table th,
    .wrap-product-show .performance table th {
        font-size: 15px;
    }
}
.wrap-product-show .inquiry p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 14px 0 0 0;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry p {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 5px 10px;
    resize: vertical;
    border: none;
    outline: none;
    background: none;
    background-color: #f6f7f7;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry form .submit {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #e30013;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form .submit {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry form .submit:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e65c';
}
.wrap-product-show .inquiry form .submit:hover {
    background-color: #bb0111;
}
.wrap-contact .title-contact {
    text-align: center;
}
.wrap-contact .title-contact b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
@media (max-width: 767px) {
    .wrap-contact .title-contact b {
        font-size: 20px;
    }
}
.wrap-contact .time {
    margin-top: 60px;
    text-align: center;
}
.wrap-contact .time .time-left,
.wrap-contact .time .time-right {
    display: inline-block;
}
.wrap-contact .time .time-left .item-star,
.wrap-contact .time .time-right .item-star,
.wrap-contact .time .time-left .item-end,
.wrap-contact .time .time-right .item-end {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    vertical-align: top;
}
.wrap-contact .time .time-left .item-star:after,
.wrap-contact .time .time-right .item-star:after,
.wrap-contact .time .time-left .item-end:after,
.wrap-contact .time .time-right .item-end:after {
    position: absolute;
    top: 46px;
    right: -56px;
    display: block;
    width: 60px;
    height: 1px;
    content: '';
    background-color: #000;
}
.wrap-contact .time .time-left .item-star b,
.wrap-contact .time .time-right .item-star b,
.wrap-contact .time .time-left .item-end b,
.wrap-contact .time .time-right .item-end b {
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/contact-icon.png) no-repeat;
}
.wrap-contact .time .time-left .item-star p,
.wrap-contact .time .time-right .item-star p,
.wrap-contact .time .time-left .item-end p,
.wrap-contact .time .time-right .item-end p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 10px 0 0 0;
    color: #666;
}
.wrap-contact .time .time-left .item-end,
.wrap-contact .time .time-right .item-end {
    margin: 0;
    margin-left: -12px;
}
.wrap-contact .time .time-left .item-end:after,
.wrap-contact .time .time-right .item-end:after {
    display: none;
}
.wrap-contact .time .time-left .item-end b,
.wrap-contact .time .time-right .item-end b {
    background-position: -100px 0;
}
.wrap-contact .time .time-right {
    margin-left: 60px;
}
@media (max-width: 767px) {
    .wrap-contact .time .time-right {
        margin: 0;
    }
}
.wrap-contact .note {
    padding: 30px 0;
    text-align: center;
}
.wrap-contact .note b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    color: #e30013;
}
.wrap-contact .note p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    color: #666;
}
.wrap-contact .contact-info {
    padding: 40px 0;
    background-color: #f8fafd;
}
.wrap-contact .contact-info .text ul {
    font-size: 0;
    margin: 0 -30px;
    margin-top: 20px;
}
@media (max-width: 1470px) {
    .wrap-contact .contact-info .text ul {
        margin: 0 -10px;
        margin-top: 20px;
    }
}
.wrap-contact .contact-info .text ul li {
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 30px;
    text-align: left;
}
@media (max-width: 1470px) {
    .wrap-contact .contact-info .text ul li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact-info .text ul li {
        display: block;
    }
}
.wrap-contact .contact-info .text ul li .item {
    position: relative;
    padding-left: 30px;
}
.wrap-contact .contact-info .text ul li .item:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e659';
    color: #666;
}
.wrap-contact .contact-info .text ul li .item p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1350px) {
    .wrap-contact .contact-info .text ul li .item p {
        font-size: 16px;
    }
}
.wrap-contact .contact-info .text ul li .item a {
    color: inherit;
}
.wrap-contact .contact-info .text ul li .item a:hover {
    text-decoration: underline;
    color: #e30013;
}
.wrap-contact .contact-info .text ul li .item-tel:before {
    content: '\e65e';
}
.wrap-contact .contact-info .text ul li .item-phone:before {
    content: '\e65a';
}
.wrap-contact .contact-info .text ul li .item-email:before {
    content: '\e6a4';
}
.wrap-contact .contact-info .erweima {
    margin-top: 30px;
    text-align: center;
}
.wrap-contact .contact-info .erweima .title-erweima b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}
.wrap-contact .contact-info .erweima .list ul li {
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px;
    text-align: left;
    vertical-align: top;
}
.wrap-contact .contact-info .erweima .list ul li img {
    max-width: 100%;
}
.wrap-contact .contact-info .erweima .list ul li p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0 0;
    color: #666;
}
.wrap-contact .message {
    padding-top: 60px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    resize: vertical;
    border: none;
    border-bottom: 1px solid #949494;
    outline: none;
    background: none;
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form .submit {
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 20px;
    background-color: #e30013;
}
@media (max-width: 991px) {
    .wrap-contact .message form .submit {
        font-size: 16px;
    }
}
.wrap-contact .message form .submit:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e65c';
}
.wrap-contact .message form .submit:hover {
    background-color: #bb0111;
}
.wrap-contact .message form .send {
    text-align: center;
}
.wrap-contact .wrap-map {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-contact .wrap-map {
        padding-top: 60px;
    }
}
.wrap-contact .wrap-map #dituContent {
    height: 370px;
    margin-top: 30px;
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
}
.pagination li:nth-child(1) a,
.pagination li:last-child a {
    border-radius: 4px !important;
}
.pagination li a {
    font-size: 18px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    margin: 0 8px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: inherit;
    border: none;
    border-radius: 50% !important;
    background-color: #f0f0f0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #e30013;
    background-color: #e30013;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #e30013;
    background-color: #e30013;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 8;
    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;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 60px !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .stuck {
        height: 60px !important;
    }
}
.stuck .logo {
    height: 80px;
    margin: 0;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 60px;
    }
}
.stuck .find {
    line-height: 90px;
    height: 80px;
}
@media (max-width: 1199px) {
    .stuck .find {
        line-height: 60px;
        height: 60px;
    }
}
#google_translate_element {
    float: right;
    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px) {
    #google_translate_element {
        display: none;
    }
}

.wrap-left .sidenav ul.side-level1>li.active ul.side-level2{
	display: block;
}
.wrap-left .sidenav ul.side-level1>li.active>a{
	background-color: #333;
}
.wrap-contact .contact-info .erweima .item{
	text-align: center;
}


.banner .item .video-box
{
    position: relative;

    display: block;

    padding-bottom: 42.7%;
}
.banner .item .video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner .item .video-box .fluid_initial_play
{
    background-color: #1074bc !important;
}