/**
 * style.less
 * 层叠样式表
 */
li,
ol,
ul {
    list-style: none;
}
*{ margin:0; padding:0; }
.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: Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: rgba(0, 0, 0, .4);
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .logo {
    float: left;
    height: 70px;
    margin-top: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 36px;
        margin-top: 17px;
    }
}
.header .logo a {
    display: inline-block;
    height: 100%;
    margin-right: 20px;
    vertical-align: middle;
}
.header .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: 14px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.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: #fff;
}
.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 .language {
    display: inline-block;
    float: right;
    margin-top: 40px;
    margin-left: 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .language {
        margin-top: 25px;
        margin-left: 20px;
    }
}
.header .language a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en {
    background-position: -20px 0;
}
@media (min-width: 1200px) {
    .header .nav {
        float: right;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        position: relative;
        float: left;
        padding: 0 26px;
    }

    .header .nav .nav-list1>li:after {
        position: absolute;
        bottom: -webkit-calc(30% + 2px);
        bottom: calc(30% + 2px);
        left: 50%;
        display: block;
        display: none;
        width: 0;
        height: 0;
        margin-left: -4px;
        content: '';
        border-width: 0 7px 4px 7px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
        color: #fff;
    }
    .header .nav .nav-list1>li>a:after,
    .header .nav .nav-list1>li>a:before {
        position: absolute;
        bottom: 30%;
        left: 0;
        display: block;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #fff;
    }
    .header .nav .nav-list1>li>a:before {
        top: 30%;
        bottom: auto;
    }
    .header .nav .nav-list1>li:hover:after,
    .header .nav .nav-list1>li.active:after {
        display: block;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        text-decoration: none;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after,
    .header .nav .nav-list1>li:hover>a:before,
    .header .nav .nav-list1>li.active>a:before {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 160px;
        margin-left: -20px;
        padding: 20px 0;
        text-align: center;
        text-align: left;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        line-height: 30px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 18px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
        text-decoration: underline;
        color: #055cbe;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: -20px;
        left: 100%;
        display: none;
        min-width: 120px;
        padding: 20px 0;
        text-align: left;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;
        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 15px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .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,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 44px;
    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: #055cbe;
}
.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 .find {
    line-height: 100px;
    display: inline-block;
    float: right;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 70px;
        display: inline-block;
        margin-left: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;
    content: '\e635';
}
.header .find:hover {
    color: #08478e;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.header.fixed-header {
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo {
    height: 60px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .header.fixed-header .logo {
        height: 36px;
        margin-top: 17px;
    }
}
.header.fixed-header .nav .nav-list1>li>a {
    line-height: 70px;
}
.header.fixed-header .find {
    line-height: 70px;
}
.header.fixed-header .language {
    margin-top: 25px;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@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: 8;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before {
    font-size: 22px;
    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        text-decoration: none;
        background-color: rgba(5, 92, 190, .7);
    }
}
@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 {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #08478e;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.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;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;
    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    content: '\e614';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots:after {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px;
    content: '03';
    color: #fff;
}
.banner .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 1px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    background-color: #055cbe;
}
.banner .slick-dots li.slick-active button {
    display: block;
}
.banner .slick-dots li button {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: -20px;
    display: none;
    padding: 0;
    color: #fff;
    border: none;
    background: none;
}
.banner .slick-dots li button:before {
    content: '0';
}
.banner .slick-arrow {
    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 18px;
    left: -webkit-calc(50% - 90px);
    left: calc(50% - 90px);
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\e639';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner .slick-arrow.slick-next {
    right: -webkit-calc(50% - 90px);
    right: calc(50% - 90px);
    left: auto;
}
.banner .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner .slick-arrow:hover {
    color: #055cbe;
}
.banner img {
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.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;
}
.title img {
    max-width: 100%;
    margin-left: 10%;
}
@media (max-width: 1199px) {
    .title img {
        display: none;
    }
}
.title .title-text {
    position: absolute;
    top: 50%;
    left: 20%;
    max-width: 80%;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
@media (max-width: 1199px) {
    .title .title-text {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        padding: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.title .title-text b {
    font-family: Impact, Arial;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .title .title-text b {
        font-size: 24px;
    }
}
.title .title-text p {
    line-height: 1.57142857;
    margin: 10px 0 0 0;
    color: #055cbe;
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-number .number {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-number .number ul {
    font-size: 0;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.box-number .number ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-number .number ul li {
        width: 50%;
    }
    .box-number .number ul li:nth-child(2) .item:after {
        display: none;
    }
}
.box-number .number ul li:last-child .item:after {
    display: none;
}
.box-number .number .item {
    position: relative;
    margin: 20px 0;
}
.box-number .number .item:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #ddd;
}
.box-number .number .item b {
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    display: block;
    color: #055cbe;
}
@media (max-width: 991px) {
    .box-number .number .item b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item b {
        font-size: 26px;
    }
}
.box-number .number .item sup {
    font-size: 20px;
    position: relative;
    top: 0;
    vertical-align: top;
    color: #b41c1c;
}
@media (max-width: 991px) {
    .box-number .number .item sup {
        font-size: 16px;
    }
}
.box-number .number .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 0 0 0;
    color: #666;
}
@media (max-width: 767px) {
    .box-number .number .item p {
        font-size: 14px;
    }
}
.box-product .product .item {
    font-size: 14px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.box-product .product .item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #055cbe transparent;
}
@media (max-width: 991px) {
    .box-product .product .item:after {
        display: none;
    }
}
.box-product .product .item .img-box {
    padding-bottom: 75.36231884%;
}
.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .product .item .mask-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    text-align: center;
    background-color: rgba(5, 92, 190, .5);
}
@media (max-width: 1199px) {
    .box-product .product .item .mask-1 {
        top: auto;
        bottom: 0;
        height: auto;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        background: none;
    }
}
.box-product .product .item .mask-1:after {
    font-family: 'iconfont' !important;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    content: '\e650';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #055cbe;
}
@media (max-width: 1199px) {
    .box-product .product .item .mask-1:after {
        display: none;
    }
}
.box-product .product .item .mask-1 b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 20px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .box-product .product .item .mask-1 b {
        font-size: 16px;
        color: #333;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .mask-1 b {
        font-size: 14px;
    }
}
.box-product .product .item .mask-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background-color: rgba(5, 92, 190, .5);
}
@media (max-width: 1199px) {
    .box-product .product .item .mask-2 {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.box-product .product .item .mask-2 .note {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 90px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 991px) {
    .box-product .product .item .mask-2 .note {
        padding-left: 0;
    }
}
.box-product .product .item .mask-2 .note:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    top: -14px;
    left: 0;
    width: 80px;
    height: 80px;
    content: '\e650';
    text-align: center;
    color: #055cbe;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-product .product .item .mask-2 .note:before {
        font-size: 14px;
        line-height: 30px;
        display: none;
        width: 30px;
        height: 30px;
    }
}
.box-product .product .item .mask-2 .note b {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    display: block;
    white-space: nowrap;
    color: #fff;
}
@media (max-width: 991px) {
    .box-product .product .item .mask-2 .note b {
        font-size: 18px;
    }
}
.box-product .product .item .mask-2 .note p {
    font-size: 16px;
    line-height: 1.875;
    display: block;
    margin: 0;
    white-space: nowrap;
    color: #fff;
}
@media (max-width: 991px) {
    .box-product .product .item .mask-2 .note p {
        font-size: 14px;
    }
}
.box-product .product .item:hover:after {
    display: none;
}
.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .product .item:hover .mask-1,
.box-product .product .item:hover .mask-2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.box-about {
    font-size: 0;
    overflow: hidden;
}
.box-about .about-left,
.box-about .about-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.box-about .about-left {
    position: relative;
    width: 50%;
    padding: 90px 8% 60px 0;
    background-color: #f2f2f2;
}
@media (max-width: 1350px) {
    .box-about .about-left {
        padding: 50px 8% 20px 0;
    }
}
@media (max-width: 991px) {
    .box-about .about-left {
        width: 100%;
        padding: 50px 15px;
    }
}
.box-about .about-left:before {
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    background-color: #f2f2f2;
}
@media (max-width: 991px) {
    .box-about .about-left:before {
        display: none;
    }
}
.box-about .about-left .title-about b {
    font-family: Impact, Arial;
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.box-about .about-left .note {
    margin-top: 20px;
}
.box-about .about-left .note p {
    line-height: 1.42857143;
    margin: 0;
    color: #666;
}
.box-about .about-left .list ul {
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    .box-about .about-left .list ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .about-left .list ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
@media (max-width: 991px) {
    .box-about .about-left .list ul {
        font-size: 0;
    }
}
.box-about .about-left .list ul li {
    display: inline-block;
    margin-top: 14px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .box-about .about-left .list ul li {
        font-size: 14px;
        width: 50%;
    }
}
.box-about .about-left .list .item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 110px;
    display: block;
    width: 110px;
    height: 110px;
    content: '\e6e0';
    text-align: center;
    color: #055cbe;
    background: url(../images/about-icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-about .about-left .list .item:before {
        margin: 0 auto;
    }
}
.box-about .about-left .list .item-innovation:before {
    content: '\e62f';
}
.box-about .about-left .list .item-honor:before {
    content: '\e626';
}
.box-about .about-left .list .item-guarantee:before {
    font-size: 50px;
    content: '\e630';
}
.box-about .about-left .list .item p {
    font-size: 16px;
    line-height: 30px;
    margin: 6px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.box-about .about-left .list .item:hover:before {
    color: #fff;
    background-position: -110px 0;
}
.box-about .about-right {
    position: relative;
    width: 55%;
    margin-top: 60px;
    margin-left: -5%;
    padding-right: 8%;
}
@media (max-width: 1350px) {
    .box-about .about-right {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .box-about .about-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
.box-about .about-right:before {
    position: absolute;
    top: 60px;
    left: 15%;
    display: block;
    width: 120%;
    height: 100%;
    content: '';
    background-color: #f2f2f2;
}
@media (max-width: 991px) {
    .box-about .about-right:before {
        display: none;
    }
}
.box-about .about-right .video {
    position: relative;
    background-color: #000;
}
@media (max-width: 991px) {
    .box-about .about-right .video {
        width: 100%;
    }
}
.box-about .about-right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box-about .about-right .video img {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1;
}
.box-about .about-right .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.box-about .about-right .video .play {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    color: #fff;
}
.box-about .about-right .video .play:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e62c';
}
.box-about .about-right .video:hover img {
    /* opacity: 1; */
}
.box-about .about-right .more {
    position: absolute;
    right: 0;
    bottom: 60px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
@media (max-width: 991px) {
    .box-about .about-right .more {
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.box-about .about-right .more a {
    line-height: 70px;
    display: inline-block;
    padding: 0 48px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    background-color: #055cbe;
}
@media (max-width: 991px) {
    .box-about .about-right .more a {
        line-height: 40px;
        padding: 0 20px;
    }
}
.box-about .about-right .more a:after {
    font-family: 'iconfont' !important;
    content: '\e650';
}
.box-about .about-right .more a:hover {
    background-color: #08478e;
}
.box-news .news .item-pic {
    position: relative;
    margin-top: 40px;
    padding: 30px 0 0 30px;
}
@media (max-width: 991px) {
    .box-news .news .item-pic {
        padding: 10px 0 0 10px;
    }
}
.box-news .news .item-pic:before {
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 30px;
    content: '';
    background-color: #055cbe;
}
@media (max-width: 991px) {
    .box-news .news .item-pic:before {
        height: 10px;
    }
}
.box-news .news .item-pic:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    content: '';
    background-color: #055cbe;
}
@media (max-width: 991px) {
    .box-news .news .item-pic:after {
        width: 10px;
    }
}
.box-news .news .item-pic .img-box {
    padding-bottom: 75.75757576%;
}
.box-news .news .list ul {
    margin: 0;
    padding: 0;
}
.box-news .news .list ul li {
    margin-top: 30px;
    list-style: none;
}
@media (max-width: 991px) {
    .box-news .news .list ul li {
        margin-top: 10px;
    }
}
.box-news .news .list .item {
    position: relative;
    padding: 20px;
    padding-right: 160px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
    .box-news .news .list .item {
        padding: 10px 100px 10px 10px;
    }
}
.box-news .news .list .item .date {
    position: absolute;
    top: 30px;
    right: 0;
    width: 140px;
    padding-left: 20px;
    border-left: 1px dashed #ddd;
}
@media (max-width: 991px) {
    .box-news .news .list .item .date {
        top: 20px;
        width: 90px;
        padding-left: 10px;
    }
}
.box-news .news .list .item .date:after {
    font-family: 'iconfont' !important;
    display: block;
    margin-top: 20px;
    content: '\e650';
    color: #666;
}
.box-news .news .list .item .date span {
    font-size: 20px;
    line-height: 1;
    display: block;
    color: #999;
}
@media (max-width: 991px) {
    .box-news .news .list .item .date span {
        font-size: 14px;
    }
}
.box-news .news .list .item b {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-news .news .list .item b {
        font-size: 16px;
    }
}
.box-news .news .list .item p {
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-news .news .list .item p {
        margin: 4px 0 0 0;
    }
}
.box-news .news .list .item:hover {
    color: #fff;
    background-color: #055cbe;
}
.box-news .news .list .item:hover a {
    color: inherit;
}
.box-news .news .list .item:hover p {
    color: #fff;
}
.box-news .news .list .item:hover .date:after {
    color: #fff;
}
.box-news .news .list .item:hover .date span {
    color: #fff;
}
.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(/images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .foot {
    font-size: 14px;
    padding: 60px 0;
}
@media (max-width: 991px) {
    .footer .foot .title-footer {
        margin-top: 20px;
    }
}
.footer .foot .title-footer b {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #fff;
}
.footer .foot .title-footer b:after {
    font-family: 'iconfont' !important;
    display: block;
    content: '\e625';
}
.footer .foot .text {
    margin-top: 20px;
}
.footer .foot .text p {
    font-size: 16px;
    line-height: 46px;
    position: relative;
    min-height: 40px;
    margin: 0 0 10px 0;
    padding-top: 10px;
    padding-left: 48px;
}
@media (max-width: 991px) {
    .footer .foot .text p {
        font-size: 14px;
    }
}
.footer .foot .text p:before {
    font-family: 'iconfont' !important;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    content: '\e66e';
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .foot .text p.tel:before {
    content: '\e618';
}
.footer .foot .text p.fax:before {
    content: '\edd8';
}
.footer .foot .text p.email:before {
    font-size: 12px;
    content: '\e693';
}


.footer .foot .text p.whatsapp:before {
    font-size: 12px;
    content: '\e751';
}
.footer .foot .text p.wechat:before {
    font-size: 12px;
    content: '\e604';
}
.footer .foot .text p.skype:before {
    font-size: 12px;
    content: '\e6b7';
}



.footer .foot .text p.address:before {
    content: '\e62a';
}
.footer .foot .message {
    margin-top: 30px;
}
.footer .foot .message p {
    margin: 10px 0;
}
.footer .foot .message input,
.footer .foot .message textarea {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    padding: 20px 12px;
    resize: vertical;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .footer .foot .message input,
    .footer .foot .message textarea {
        font-size: 16px;
        min-height: 46px;
        margin-top: 10px;
        padding: 10px;
    }
}
.footer .foot .message input::-webkit-input-placeholder,
.footer .foot .message textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot .message input:-o-placeholder,
.footer .foot .message textarea:-o-placeholder {
    color: #fff;
}
.footer .foot .message input::-moz-placeholder,
.footer .foot .message textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot .message input:-ms-input-placeholder,
.footer .foot .message textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot .message input:focus::-webkit-input-placeholder,
.footer .foot .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .message input:focus::-o-placeholder,
.footer .foot .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .message input:focus::-moz-placeholder,
.footer .foot .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .message input:focus::-ms-input-placeholder,
.footer .foot .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .message .submit {
    font-size: 18px;
    line-height: 46px;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    background-color: #055cbe;
}
@media (max-width: 991px) {
    .footer .foot .message .submit {
        font-size: 16px;
        line-height: 50px;
    }
}
.footer .foot .message .submit:hover {
    background-color: #08478e;
}
.footer .copyright {
    text-align: center;
    background-color: #fff;
}
.footer .copyright p {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #333;
}
@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 13px;
        line-height: 22px;
    }
}
.footer .copyright p a {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #055cbe;
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 60px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in:after {
    display: block;
    width: 380px;
    height: 17px;
    margin: 0 auto;
    margin-top: 6px;
    content: '';
    background: url(../images/title-icon.png) no-repeat center;
}
@media (max-width: 991px) {
    .title-in:after {
        width: 200px;
    }
}
.title-in b {
    font-family: Impact, Arial;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.wrap-left {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-right: -4px;
    padding-right: 14px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-left {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
.wrap-left .title-side b {
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #055cbe;
}
@media (max-width: 991px) {
    .wrap-left .title-side b {
        font-size: 24px;
        line-height: 50px;
    }
}
.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 li {
        display: inline-block;
    }
}
.wrap-left .sidenav ul.side-level1>li {
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li {
        border-bottom: none;
        background: none;
    }
}
.wrap-left .sidenav ul.side-level1>li>a {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-left .sidenav ul.side-level1>li>a {
        font-size: 14px;
        padding: 4px 10px;
    }
}
.wrap-left .sidenav ul.side-level1>li:hover>a,
.wrap-left .sidenav ul.side-level1>li.active>a {
    text-decoration: none;
    color: #055cbe;
}
.wrap-right {
    display: inline-block;
    width: 70%;
    margin-right: -4px;
    padding-left: 30px;
    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-about .about .text {
    margin-top: 30px;
}
.wrap-about .about .text p {
    line-height: 2;
    margin: 0;
    color: #666;
	font-size:16px;
}
.wrap-about .about .pic .item {
    display: block;
    margin-top: 20px;
    padding: 10px;
    background-color: #f2f2f2;
}
.wrap-about .about .pic .item .img-box {
    padding-bottom: 77.41935484%;
}
.wrap-about .about .pic .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about .about .pic .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news {
    margin-top: 20px;
}
.wrap-news .news .item {
    font-size: 0;
    margin-top: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #f2f2f2;
}
.wrap-news .news .item .img-box {
    padding-bottom: 75.75757576%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 30%;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .note {
    font-size: 14px;
    width: 70%;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
    }
}
.wrap-news .news .item .note a.more {
    display: block;
}
.wrap-news .news .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 1;
    display: block;
    content: '\e650';
    text-align: right;
}
.wrap-news .news .item .note {
    padding: 20px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note {
        padding: 20px 10px;
    }
}
.wrap-news .news .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;
}
.wrap-news .news .item .note b a {
    color: inherit;
}
.wrap-news .news .item .note span.date {
    line-height: 30px;
    display: block;
    color: #999;
}
.wrap-news .news .item .note p {
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover {
    background-color: #055cbe;
}
.wrap-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note a.more:after {
    color: #fff;
}
.wrap-news .news .item:hover .note b {
    color: #fff;
}
.wrap-news .news .item:hover .note span.date {
    color: rgba(255, 255, 255, .5);
}
.wrap-news .news .item:hover .note p {
    color: #fff;
}
.wrap-news-show .title-news-show {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .title-news-show h1 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date {
    line-height: 30px;
    display: block;
    color: #055cbe;
}
.wrap-news-show .news-show {
    margin-top: 30px;
}
.wrap-news-show .news-show p {
    line-height: 2.2;
    margin: 0;
    color: #666;
	font-size:16px;
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
}
.wrap-news-show .news-relate ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate ul li {
        display: block;
        width: 100%;
    }
}
.wrap-news-show .news-relate ul li a {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li.next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate ul li.next {
        text-align: left;
    }
}
.wrap-news-show .news-relate ul li:hover a {
    text-decoration: none;
    color: #055cbe;
}
.wrap-news-show .news-relate ul li:hover a span {
    color: #999;
}
.wrap-product .product {
    margin-top: -30px;
}
@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: 0;
    }
}
.wrap-product .product .item {
    font-size: 14px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.wrap-product .product .item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 0 60px 60px;
    border-style: solid;
    border-color: transparent transparent #055cbe transparent;
}
@media (max-width: 991px) {
    .wrap-product .product .item:after {
        display: none;
        border-width: 0 0 20px 20px;
    }
}
.wrap-product .product .item .img-box {
    padding-bottom: 75.36231884%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .mask-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    text-align: center;
    background-color: rgba(5, 92, 190, .5);
}
@media (max-width: 1199px) {
    .wrap-product .product .item .mask-1 {
        position: relative;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        background: none;
    }
}
.wrap-product .product .item .mask-1:after {
    font-family: 'iconfont' !important;
    line-height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    content: '\e650';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #055cbe;
}
@media (max-width: 1199px) {
    .wrap-product .product .item .mask-1:after {
        display: none;
    }
}
.wrap-product .product .item .mask-1 b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-top: 20px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-product .product .item .mask-1 b {
        font-size: 16px;
        color: #333;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .mask-1 b {
        font-size: 14px;
    }
}
.wrap-product .product .item .mask-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    background-color: rgba(5, 92, 190, .5);
}
@media (max-width: 1199px) {
    .wrap-product .product .item .mask-2 {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.wrap-product .product .item .mask-2 .note {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 90px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 991px) {
    .wrap-product .product .item .mask-2 .note {
        padding-left: 0;
    }
}
.wrap-product .product .item .mask-2 .note:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    position: absolute;
    top: -14px;
    left: 0;
    width: 80px;
    height: 80px;
    content: '\e650';
    text-align: center;
    color: #055cbe;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-product .product .item .mask-2 .note:before {
        font-size: 14px;
        line-height: 30px;
        display: none;
        width: 30px;
        height: 30px;
    }
}
.wrap-product .product .item .mask-2 .note b {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    display: block;
    white-space: nowrap;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product .product .item .mask-2 .note b {
        font-size: 18px;
    }
}
.wrap-product .product .item .mask-2 .note p {
    font-size: 16px;
    line-height: 1.875;
    display: block;
    margin: 0;
    white-space: nowrap;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product .product .item .mask-2 .note p {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover:after {
    display: none;
}
.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .mask-1,
.wrap-product .product .item:hover .mask-2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-product-show .carousel-wrap {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap {
        margin-top: 30px;
        padding: 0;
        border: none;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
    float: left;
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 75.36231884%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    border: 1px solid #ddd;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video {
    position: relative;
    background-color: #000;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .video {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .5;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e62c';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box {
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin-top: 20px;
    padding: 0 20px;
}
.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;
    border: 1px solid #ddd;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #055cbe;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 20px;
    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: #055cbe;
}
.wrap-product-show .carousel-wrap .info-box {
    float: left;
    width: 50%;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 30px;
    line-height: 2;
    display: block;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p {
    font-size: 16px;
    display: block;
    margin: 10px 0 0 0;
    color: #999;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info p {
        margin-top: 4px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin: 0 -4px;
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text ul {
    margin: 0;
    padding: 0;
}
.wrap-product-show .carousel-wrap .info-box .text ul li {
    list-style: none;
    display: table;
    width: 100%;
}
.wrap-product-show .carousel-wrap .info-box .text b,
.wrap-product-show .carousel-wrap .info-box .text p {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 84%;
	padding: 0;
	line-height:26px;
}
.wrap-product-show .carousel-wrap .info-box .text p.p2 {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 84%;
	padding:10px 0 0 6px;
	line-height:26px;
}
.wrap-product-show .carousel-wrap .info-box .text b,
.wrap-product-show .carousel-wrap .info-box .text span {
    line-height: 30px;
    display: inline-block;
    min-width: 130px;
    margin: 0 4px;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
@media(max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .text b,
    .wrap-product-show .carousel-wrap .info-box .text span {
        min-width: 100px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text b {
    font-size: 18px;
}
.wrap-product-show .carousel-wrap .info-box .text span {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    border: 1px solid #ddd;
}
.wrap-product-show .carousel-wrap .info-box .text span:hover {
    color: #fff;
    background-color: #055cbe;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo p {
    line-height: 1.71428571;
    margin: 0;
    /*color: #999;*/
    color: #333;
    font-size: 15px;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    margin-top: 10px;
    padding: 0 70px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #055cbe;
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:before {
    font-family: 'iconfont' !important;
    float: left;
    margin-right: 10px;
    content: '\e647';
}
.wrap-product-show .carousel-wrap .info-box .btn-pinfo a:hover {
    background-color: #08478e;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 14px;
}
.wrap-product-show .carousel-wrap .info-box .share p {
    line-height: 1.71428571;
    margin: 0;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    margin-top: 10px;
}
.wrap-product-show .title-product-show {
    padding: 0 30px;
    color: #fff;
    background-color: #055cbe;
}
.wrap-product-show .title-product-show b {
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    display: block;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 18px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry {
    padding-top: 30px;
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
    padding: 30px 20px;
    border: 1px solid #eee;
}
.wrap-product-show .parameter .text p {
    line-height: 2;
	font-size:16px;
    margin: 0;
}
.title-info { text-align:center;}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 7px 20px;
    resize: vertical;
    border: none;
    outline: none;
    background-color: #f2f2f2;
}
@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 {
    background-color: #f6f6f6;
}
.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 p {
    font-size: 16px;
    margin: 14px 0 0 0;
}
.wrap-product-show .inquiry form .submit {
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 36px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #055cbe;
}
.wrap-product-show .inquiry form .submit:hover {
    background-color: #08478e;
}
.wrap-product-show .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show table {
    width: 50%;
    /* max-width: 100%; */
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
@media(max-width: 767px) {
    .wrap-product-show table {
        width: 100%;
    }
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-show table td {
    padding: 8px 20px !important;
    border: 1px solid #dcdcdc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-catalog .catalog .item {
    font-size: 0;
    position: relative;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #ddd;
}
@media (max-width: 991px) {
    .wrap-catalog .catalog .item {
        padding: 10px;
    }
}
.wrap-catalog .catalog .item .pic,
.wrap-catalog .catalog .item .note {
    display: inline-block;
    vertical-align: top;
}
.wrap-catalog .catalog .item .pic {
    width: 36%;
}
@media (max-width: 767px) {
    .wrap-catalog .catalog .item .pic {
        width: 100%;
    }
}
.wrap-catalog .catalog .item .pic .img-box {
    padding-bottom: 58.33333333%;
}
.wrap-catalog .catalog .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-catalog .catalog .item .note {
    font-size: 14px;
    width: 64%;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .wrap-catalog .catalog .item .note {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-catalog .catalog .item .note b {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    height: 44px;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-catalog .catalog .item .note b {
        font-size: 16px;
    }
}
.wrap-catalog .catalog .item .note b a {
    color: inherit;
}
.wrap-catalog .catalog .item .note a.down {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-block;
    color: #999;
    border-bottom: 1px solid #055cbe;
}
@media (max-width: 767px) {
    .wrap-catalog .catalog .item .note a.down {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }
}
.wrap-catalog .catalog .item .note a.down:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e667';
    color: #055cbe;
}
.wrap-catalog .catalog .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-catalog .catalog .item:hover .note a {
    text-decoration: none;
    color: #055cbe;
}
.wrap-contact .contact {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.wrap-contact .contact .text {
    margin-top: 30px;
    display: inline-block;
    text-align: left;
    max-width: 40%;
}
@media(max-width: 991px) {
    .wrap-contact .contact .text {
        max-width: 100%;
    }
}
.wrap-contact .contact .text b {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    color: #055cbe;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text b {
        font-size: 16px;
    }
}
.wrap-contact .contact .text p {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 28px;
    color: #666;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text p {
        font-size: 16px;
    }
}
.wrap-contact .contact .text p:before {
    font-family: 'iconfont' !important;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e618';
    color: #055cbe;
}
.wrap-contact .contact .text p.fax:before {
    content: '\edd8';
}
.wrap-contact .contact .text p.email:before {
    font-size: 12px;
    content: '\e693';
}
.wrap-contact .contact .text p.address:before {
    content: '\e62a';
}
.wrap-contact .contact .text p a {
    color: inherit;
}
.wrap-contact .contact .text p a:hover {
    text-decoration: underline;
}
.wrap-contact .message {
    margin-top: 40px;
}
.wrap-contact .message p {
    font-size: 16px;
    line-height: 1.375;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-contact .message p {
        font-size: 14px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 6px 20px;
    resize: vertical;
    border: none;
    outline: none;
    background-color: #f2f2f2;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder {
    color: #333;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder {
    color: #333;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message .submit {
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    background-color: #055cbe;
}
.wrap-contact .message .submit:hover {
    background-color: #08478e;
}
.wrap-contact #dituContent {
    height: 400px;
}
@media (max-width: 991px) {
    .wrap-contact #dituContent {
        margin-top: 40px;
    }
}
nav {
    text-align: center;
}
.pagination {
    margin: 30px 0 0 0;
    padding: 0;
}
.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 50%;
}
.pagination li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #055cbe;
    border: none;
    border: 1px solid #055cbe;
    border-radius: 50%;
}
.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: 1px solid #055cbe;
    border-radius: 50%;
    background-color: #055cbe;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border: 1px solid #055cbe;
    border-radius: 50%;
    background-color: #055cbe;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
/* .table-box
{
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;
        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
} */
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 80px !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .stuck {
        height: 70px !important;
    }
}
.stuck .logo {
    margin-top: 5px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1>li>a {
    line-height: 80px;
}
.stuck .pc-search {
    margin-top: 20px;
}
.stuck .language {
    line-height: 80px;
}
@media (max-width: 1199px) {
    .stuck .language {
        line-height: 70px;
    }
}
/**
 * Date : 2020年7月24日08:55:48
 * @author HSM
 * @toDo 详情页参数询价
 */
.parameter .active {
    background-color: #055cbe;
    color: #fff !important;
    border-color: #055cbe !important;
}



@media (min-width: 1199px) {
    .sitemapp {
        margin-left:35%;
    }
}



/*----------------------------------------------------------------------------------------------------*/

.page_nav {
	padding: 0;
}

.page_nav .menu {
	position: relative;
}

.page_nav .menu .menu1>li {
	position: relative;
	border-left: 1px solid #d8e1e3;
	border-right: 1px solid #d8e1e3;
	border-bottom: 1px solid #d8e1e3;
}
.page_nav .menu .menu1>li { list-style:none;}
.page_nav .menu .menu1>li:first-child {
	border-top: 1px solid #d8e1e3;
}

.page_nav .menu .menu1>li:before {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 2px;
	height: 20px;
	background-color: #d15418;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.page_nav .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '\e608';
	color: #6c6c6c;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotateZ(90deg);
}

.page_nav .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	/*content: '\e608';*/
	/*content:url(/images/d.jpg);*/
	content: '→';
	color: #6c6c6c;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotateZ(0);
}

.page_nav .menu .menu1>li:hover>a,
.page_nav .menu .menu1>li.active>a {
	color: #d15418;
}

.page_nav .menu .menu1>li:hover>a:before,
.page_nav .menu .menu1>li.active>a:before {
	color: #d15418;
}

.page_nav .menu .menu1>li:hover>a:before,
.page_nav .menu .menu1>li.active>a:before {
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.page_nav .menu .nomore .menu2,
.page_nav .menu .nomore .menu3 {
	display: none;
}

.page_nav .menu .menu1>li>a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #0e1213;
	padding: 10px 0 10px 20px;
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
}

.page_nav .menu .menu1>li>.menu2 {
	padding: 0 0 15px 45px;
}

.page_nav .menu ul.menu2>li,
.page_nav .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

.page_nav .menu ul.menu2>li.more>a,
.page_nav .menu ul.menu3>li.more>a {
	position: relative;
}

.page_nav .menu ul.menu2>li.active>a,
.page_nav .menu ul.menu2>li:hover>a {
	color: #d15418;
	text-decoration: underline !important;
}

.page_nav .menu ul.menu2>li>a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	-webkit-transition: .5s;
	transition: .5s;
}

.page_nav .menu ul.menu2>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	content: '\e6b4';
	color: #666;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(0);
	-ms-transform: translateY(-45%) rotate(0);
	transform: translateY(-45%) rotateZ(0);
}

.page_nav .menu .menu2>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	content: '\e6b4';
	color: #FFFFFF;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.page_nav .menu ul.menu2>li.active>a,
.page_nav .menu ul.menu2>li:hover>a {
	color: #d15418;
}

.page_nav .menu ul.menu2>li.active>a:before,
.page_nav .menu ul.menu2>li:hover>a:before {
	color: #d15418;
	-webkit-transform: translateY(-45%) rotateZ(90deg);
	-ms-transform: translateY(-45%) rotate(90deg);
	transform: translateY(-45%) rotateZ(90deg);
}

.page_nav .menu ul.menu3>li>a:before {
	display: none;
}

.page_nav .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	padding-left: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}

.page_nav .menu ul.menu3>li.active>a,
.page_nav .menu ul.menu3>li>a:hover {
	color: #d15418;
}

@media (max-width: 991px) {
.page_nav .menu .menu1>li:before {
		top: 13px;
	}

.page_nav .menu .menu1>li>a {
		padding: 5px 0 5px 30px;
	}
}

@media (max-width: 767px) {
.page_nav .menu .menu1>li:before {
		top: 10px;
	}
.page_nav .menu .menu1>li>a {
		line-height: 30px;
		padding: 5px 0 5px 15px;
	}
.page_nav .menu .menu1>li.nomore>a:before {
		right: 10px;
	}
.page_nav .menu .menu1>li.more>a:before {
		right: 10px;
	}

}

@media (max-width: 360px) {
.page_nav .menu .menu1>li.nomore>a:before {
		right: 5px;
	}
.page_nav .menu .menu1>li.more>a:before {
		right: 5px;
	}
}
/*-------------------------------------------------------------------------------------------------------*/