/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@font-face {
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }
}
@media (min-width: 1470px) {
    .container {
        padding: 0 6%;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}
a {
    text-decoration: none;

    color: inherit;
}
a:hover {
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}
.img-box {
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

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

    height: 148px;

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

    background-color: #004ea1;
}
@media (max-width: 1199px) {
    .header .top {
        display: none;
    }
}
.header .top p {
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    color: #999;
}
.header .top p a {
    color: #fff;
}
.header .top p:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e61a';

    color: #fff;
}
.header .top p.email {
    margin-right: 30px;
}
.header .top p.email:before {
    content: '\e641';
}
.header .top p a:hover {
    text-decoration: underline;
}
.header .top .share {
    float: right;

    margin-top: 10px;
    margin-left: 6%;
}
.header .top .share ul {
    font-size: 0;
}
.header .top .share ul li {
    display: inline-block;

    vertical-align: top;
}
.header .top .share ul li a {
    display: block;

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

    color: #004ea1;
}
.header .top .share ul li a:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 4px;

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

    border-radius: 50%;
    background-color: #fff;
}
.header .top .share ul li.twitter a:before {
    content: '\e60b';
}
.header .top .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .top .share ul li.instagram a:before {
    font-size: 14px;

    content: '\e71a';
}
.header .top .share ul li.youtube a:before {
    content: '\e6d7';
}
.header .top .share ul li.google a:before {
    content: '\e645';
}
.header .top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .top .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.header .top .language-box {
    position: relative;

    display: inline-block;
    float: right;

    height: 40px;
}
@media (max-width: 1199px) {
    .header .top .language-box {
        display: none;
    }
}
.header .top .language-box p {
    font-size: 12px;
    line-height: 40px;

    margin: 0;
    padding: 0 20px;

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

    color: #fff;
    background-color: #004ea1;
}
.header .top .language-box p:before,
.header .top .language-box p:after {
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .top .language-box p:before {
    display: inline-block;

    width: 22px;
    height: 14px;
    margin-top: 14px;
    margin-right: 14px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.header .top .language-box p.cn:before {
    background-position: 0 100%;
}
.header .top .language-box p.es:before {
    background-position: 100% 100%;
}
.header .top .language-box p.en:before {
    background-position: 50% 100%;
}
.header .top .language-box p:after {
    float: right;

    width: 0;
    height: 0;
    margin-top: 18px;
    margin-left: 12px;

    content: '';

    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.header .top .language-box ul {
    position: absolute;
    z-index: 900;
    left: 50%;

    display: none;

    min-width: 110px;
    margin-top: 20px !important;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 1680px) {
    .header .top .language-box ul {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.header .top .language-box ul li {
    margin: 8px 0;
}
.header .top .language-box ul li a {
    font-size: 13px;

    position: relative;

    display: block;

    padding-left: 10px;

    color: #fff;
}
.header .top .language-box ul li a:before {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 24px;
    height: 18px;

    content: '';

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 300% auto;
}
.header .top .language-box ul li a:hover {
    text-decoration: underline;
}
.header .top .language-box ul .cn a:before {
    background-position: 0 100%;
}
.header .top .language-box ul .es a:before {
    background-position: 100% 100%;
}
.header .top .language-box ul .en a:before {
    background-position: 50% 100%;
}
.header .top .language-box.language-header {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .top .language-box.language-header ul {
    top: 50%;

    width: 100%;
    padding: 12px 15px;

    background-color: rgba(0, 78, 161, .9);
}
@media (min-width: 768px) {
    .header .top .language-box.language-header ul {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.header .top .language-box.language-header li {
    white-space: nowrap;
}
.header .top-nav {
    height: 108px;

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

    background-color: #fff;
}
.header .logo {
    position: relative;

    float: left;

    height: 68px;
    margin-top: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
        margin-top: 15px;
    }
}
.header .logo a {
    display: block;

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

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

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        float: right;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #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 {
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 108px;

        position: relative;

        display: block;
        overflow: hidden;

        padding: 0 36px;

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

        color: #666;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #004ea1;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

        background-color: rgba(0, 78, 161, .8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 .list {
        width: 100%;
        max-width: 1410px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .header .nav .nav-list1 .nav-list2 ul {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 5px 40px;

        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover:before {
        margin-right: 4px;

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

        display: none;

        padding: 0 0;

        text-align: left;

        background-color: rgba(0, 78, 161, .9);
        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 {
        font-size: 12px;
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .header .nav .nav-list1>li>a {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .header .nav .nav-list1>li>a {
        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: 16px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 22px;
        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 .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;

    color: #fff;
}
.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}
.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(0, 0, 0, .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: #343434;
}
@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: #004ea1;
}
.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: 3px solid #1f1e1e;
    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: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

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

    color: #fff;
}
.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: 108px;

    float: right;

    margin-left: 40px;

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

    color: #666;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 60px;

        margin-right: 50px;
        margin-left: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    content: '\e649';
}
@media (max-width: 1199px) {
    .header .right {
        display: inline-block;
        float: right;

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

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

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

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

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

    display: inline-block;

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

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

    display: none;

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

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

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
    transition: right .3s;
}
@media (max-width: 991px) {
    .online-wrap .online {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    margin: 2px 0;

    text-align: center;

    border-radius: 5px;
    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 {
        background-color: #004ea1;
    }
}
@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: #004ea1;
    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 .icon-qq:before {
    font-family: 'iconfont' !important;

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

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

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

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

    content: '\e826';
}
.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-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e622';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner .slickbanner {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 6%;

    margin: 0;
    padding: 0;

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

    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        left: 15%;
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow {
        left: 20%;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    content: '\e9b6';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow.slick-next {
    right: 6%;
    left: auto;
}
@media (max-width: 1199px) {
    .banner .slick-arrow.slick-next {
        right: 15%;
    }
}
@media (max-width: 767px) {
    .banner .slick-arrow.slick-next {
        right: 20%;
    }
}
.banner .slick-arrow.slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner .slick-arrow:hover:before {
    color: #004ea1;
    border-color: #004ea1;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 36.45833333%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner-in .img-box {
    padding-bottom: 20.83333333%;
}
.box {
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    text-align: center;
}
.title h2 {
    font-size: 30px;
    line-height: 1.28571429;

    margin: 0;
}
.title h2:after {
    display: block;

    width: 165px;
    height: 14px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/title_bg.png) no-repeat;
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}
.indexcontent {
    position: relative;
    z-index: 9;
}
.box-num .num {
    margin-top: -100px;
    padding: 40px 5%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 767px) {
    .box-num .num {
        margin-top: 50px;
        padding: 20px 15px;
    }
}
.box-num .num ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .box-num .num ul {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-num .num ul:after {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.box-num .num ul li {
    display: inline-block;

    margin: 20px 0;

    text-align: left;
    max-width: 25%;
}
@media (max-width: 1199px) {
    .box-num .num ul li {
        width: 50%;

        vertical-align: top;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .box-num .num ul li {
        margin: 10px 0;
    }
}
.box-num .num ul li .left {
    display: inline-block;

    padding-right: 20px;

    vertical-align: middle;

    border-right: 1px solid rgba(0, 78, 161, .4);
}
@media (max-width: 767px) {
    .box-num .num ul li .left {
        width: 40%;
        padding-right: 10px;
    }
}
@media (max-width: 375px) {
    .box-num .num ul li .left {
        width: 46%;
    }
}
.box-num .num ul li .left h3 {
    font-size: 40px;

    margin: 0;

    color: #004ea1;
}
@media (max-width: 1199px) {
    .box-num .num ul li .left h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-num .num ul li .left h3 {
        font-size: 24px;
    }
}
.box-num .num ul li .left h3 span {
    display: inline-block;

    vertical-align: bottom;
}
.box-num .num ul li .left h3 i {
    font-size: 18px;
    font-style: normal;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 767px) {
    .box-num .num ul li .left h3 i {
        font-size: 14px;
    }
}
.box-num .num ul li .right {
    display: inline-block;

    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-num .num ul li .right {
        width: 50%;
        padding-left: 10px;
    }
}
@media (max-width: 375px) {
    .box-num .num ul li .right {
        width: 54%;
    }
}
.box-num .num ul li .right p {
    font-size: 14px;
    line-height: 1.66666667;
    max-width: 140px;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-num .num ul li .right p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .box-num .num ul li .right p {
        font-size: 14px;
        max-width: auto;
    }
}
@media (max-width: 767px) {
    .box-num .num ul li .right p {
        font-size: 12px;
    }
}
.box-product .product .item {
    position: relative;

    overflow: hidden;

    margin-top: 40px;

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

    border: 1px solid #004ea1;
}
@media (max-width: 767px) {
    .box-product .product .item {
        margin-top: 20px;
    }
}
.box-product .product .item .mask {
    position: absolute;
    top: 10%;

    width: 100%;

    text-align: center;
}
@media (max-width: 1560px) {
    .box-product .product .item .mask {
        top: 0;
    }
}
.box-product .product .item .mask:before {
    display: block;

    width: 110px;
    height: 110px;
    margin: 0 auto;

    content: '';

    background: url(../images/product-icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .box-product .product .item .mask:before {
        width: 60px;
        height: 60px;
    }
}
.box-product .product .item .mask p {
    font-size: 18px;
    line-height: 2;

    margin: -10px 0 0 0;
}
@media (max-width: 767px) {
    .box-product .product .item .mask p {
        font-size: 14px;
    }
}
.box-product .product .item .pic {
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
@media (max-width: 767px) {
    .box-product .product .item .pic {
        -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
        transform: translateY(45%);
    }
}
.box-product .product .item .pic .img-box {
    padding-bottom: 71.79487179%;
}
.box-product .product .item-tzgy .mask:before {
    background-position: -110px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-tzgy .mask:before {
        background-position: -60px 0;
    }
}
.box-product .product .item-ny .mask:before {
    background-position: -220px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-ny .mask:before {
        background-position: -120px 0;
    }
}
.box-product .product .item-cch .mask:before {
    background-position: -330px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-cch .mask:before {
        background-position: -180px 0;
    }
}
.box-product .product .item-ksh .mask:before {
    background-position: -440px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-ksh .mask:before {
        background-position: -240px 0;
    }
}
.box-product .product .item-kch .mask:before {
    background-position: -550px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-kch .mask:before {
        background-position: -300px 0;
    }
}
.box-product .product .item-qxl .mask:before {
    background-position: -660px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-qxl .mask:before {
        background-position: -360px 0;
    }
}
.box-product .product .item-qxldd .mask:before {
    background-position: -770px 0;
}
@media (max-width: 767px) {
    .box-product .product .item-qxldd .mask:before {
        background-position: -420px 0;
    }
}
.box-product .product .item:hover {
    background-color: rgba(0, 78, 161, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.box-product .product .item:hover .pic {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.box-advantage {
    padding-top: 30px;

    background: url(../images/advantage_bg.jpg) no-repeat bottom center;
}
@media (max-width: 1199px) {
    .box-advantage {
        padding-top: 0;

        background: none;
    }
}
.box-advantage .advantage {
    width: 50%;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .box-advantage .advantage {
        width: 100%;
        margin-top: 10px;
    }
}
.box-advantage .advantage .item {
    margin-top: 30px;
    padding: 20px 18px;

    text-align: center;

    border: 1px solid #004ea1;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .box-advantage .advantage .item {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        margin-top: 20px;
    }
}
.box-advantage .advantage .item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

    display: inline-block;

    height: 60px;

    content: '\e62b';

    color: #004ea1;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item:before {
        font-size: 50px;
        line-height: 50px;

        height: 50px;
    }
}
.box-advantage .advantage .item h3 {
    font-size: 18px;

    margin: 14px 0;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item h3 {
        font-size: 16px;
    }
}
.box-advantage .advantage .item p {
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    text-align: left;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item p {
        font-size: 14px;
    }
}
.box-advantage .advantage .item-team:before {
    content: '\e630';
}
.box-advantage .advantage .item-advantage:before {
    content: '\e6e1';
}
.box-advantage .advantage .item-quality:before {
    content: '\e62e';
}
.box-advantage .advantage .item-service:before {
    font-size: 55px;

    content: '\e62f';
}
@media (max-width: 991px) {
    .box-advantage .advantage .item-service:before {
        font-size: 45px;
    }
}
.box-advantage .advantage .item-cooperation:before {
    font-size: 50px;

    content: '\e63b';
}
@media (max-width: 991px) {
    .box-advantage .advantage .item-cooperation:before {
        font-size: 40px;
    }
}
.box-advantage .advantage .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-about {
    overflow: hidden;
}
.box-about .about {
    font-size: 0;

    overflow: hidden;
}
.box-about .about .pic,
.box-about .about .text {
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-about .about .pic,
    .box-about .about .text {
        width: 100%;
    }
}
.box-about .about .pic {
    overflow: hidden;

    padding-right: 15px;
}
@media (max-width: 991px) {
    .box-about .about .pic {
        padding-right: 0;
    }
    .box-about .about .pic img {
        max-width: 100%;
    }
}
.box-about .about .text {
    padding-left: 55px;
}
@media (max-width: 991px) {
    .box-about .about .text {
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about .about .text .note {
    max-height: 256px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .box-about .about .text .note {
        max-height: 224px;
    }
}
.box-about .about .text p {
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
@media (max-width: 991px) {
    .box-about .about .text p {
        font-size: 14px;
    }
}
.box-about .about .text .more {
    margin-top: 40px;

    text-align: right;
}
@media (max-width: 991px) {
    .box-about .about .text .more {
        margin-top: 24px;
    }
}
.box-about .about .text .more a {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: #004ea1;
}
.box-about .about .text .more a:hover {
    background-color: #044487;
}
.box-video {
    padding: 30px 0;
}
.box-video .video {
    position: relative;

    overflow: hidden;

    margin-top: 50px;
}
.box-video .video .img-box {
    z-index: 0;

    padding-bottom: 36.36363636%;

    background-color: #000;
}
.box-video .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: 1;
}
.box-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-video .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-video .video .play {
    font-size: 16px;
    font-weight: bold;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #004ea1;
}
.box-video .video .play:before {
    font-family: 'iconfont';
    font-size: 100px;
    font-weight: normal;

    display: block;

    content: '\e619';
}
@media (max-width: 991px) {
    .box-video .video .play:before {
        font-size: 50px;
    }
}
.box-video .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}
.box-video .video:hover .play {
    top: 50%;
}
.box-news .news .item {
    margin-top: 40px;

    background-color: #f3f7fc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-news .news .item .img-box {
    padding-bottom: 75.47169811%;
}
.box-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .note {
    padding: 20px 20px 30px 20px;
}
.box-news .news .item .note h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note span {
    display: block;

    margin-top: 10px;

    color: #004ea1;
}
.box-news .news .item .note p {
    font-size: 14px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item .note a.more {
    line-height: 26px;

    display: inline-block;

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

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

    color: #004ea1;
    border: 1px solid #004ea1;
}
.box-news .news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .note h3 {
    color: #004ea1;
}
.box-news .news .item:hover .note a.more {
    color: #fff;
    background-color: #004ea1;
}
.footer {
    font-size: 0;

    position: relative;

    background-color: #004ea1;
}
.footer .foot {
    padding: 40px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 10px 0 40px;
    }
}
.footer .foot .container>ul {
    padding: 0;

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

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

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

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

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

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

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

    margin: 0;

    text-transform: uppercase;

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

        float: right;

        content: '\e628';
    }
}
.footer .foot .container>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li .item {
        margin-top: 30px;
    }
}
.footer .foot .container>ul>li .item-1 a {
    font-size: 16px;
    line-height: 1.625;

    display: block;

    margin-bottom: 10px;

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

    color: #c3defb;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-1 a {
        font-size: 16px;
    }
}
.footer .foot .container>ul>li .item-1 a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.footer .foot .container>ul>li .item-2 {
    max-width: 420px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-2 {
        max-width: 100%;
    }
}
.footer .foot .container>ul>li .item-2 p {
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #c3defb;
}
.footer .foot .container>ul>li .item-2 p a {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.footer .foot .container>ul>li .item-2 p a:hover {
    text-decoration: underline;
}
.footer .foot .container>ul>li .item-2 .share {
    margin-top: 20px;
}
.footer .foot .container>ul>li .item-2 .share ul li {
    display: inline-block;
}
.footer .foot .container>ul>li .item-2 .share ul li a {
    display: block;

    margin-right: 20px;

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

    color: #fff;
}
.footer .foot .container>ul>li .item-2 .share ul li a:before {
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;

    content: '\e615';
    text-align: center;
    vertical-align: top;

    border-radius: 3px;
    background-color: #4266b3;
}
.footer .foot .container>ul>li .item-2 .share ul li.twitter a:before {
    content: '\e60b';

    background-color: #1ca1f3;
}
.footer .foot .container>ul>li .item-2 .share ul li.linkedin a:before {
    content: '\e6f0';

    background-color: #0076b5;
}
.footer .foot .container>ul>li .item-2 .share ul li.instagram a:before {
    font-size: 18px;

    content: '\e63b';

    background-color: #693f30;
}
.footer .foot .container>ul>li .item-2 .share ul li.youtube a:before {
    content: '\e6d7';

    background-color: #e49a7a;
}
.footer .foot .container>ul>li .item-2 .share ul li.google a:before {
    content: '\e645';

    background-color: #c93b27;
}
.footer .foot .container>ul>li .item-2 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot .container>ul>li .item-2 .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #fff;
}
.footer .foot .container>ul>li .item-3 {
    width: 390px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-3 {
        width: 100%;
    }
}
.footer .foot .container>ul>li .item-3 input,
.footer .foot .container>ul>li .item-3 textarea {
    font-size: 14px;
    line-height: 30px;

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

    color: #fff;
    border: 1px solid #4385ca;
    background: none;
}
.footer .foot .container>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #c3defb;
}
.footer .foot .container>ul>li .item-3 input:-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-o-placeholder {
    color: #c3defb;
}
.footer .foot .container>ul>li .item-3 input::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea::-moz-placeholder {
    color: #c3defb;
}
.footer .foot .container>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #c3defb;
}
.footer .foot .container>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .container>ul>li .item-3 .submit {
    font-size: 16px;
    line-height: 40px;

    margin-top: 14px;
    padding: 0 36px;

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

    color: #004ea1;
    border-radius: 0;
    background: none;
    background-color: #fff;
}
.footer .foot .container>ul>li .item-3 .submit:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-top: 2px;
    margin-right: 10px;

    content: '\e6a4';
}
.footer .foot .container>ul>li .item-3 .submit:hover {
    color: #fff;
    background-color: #004ea1;
}
.footer .foot .container>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li .info-down {
        display: none;

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

    padding: 25px 0;

    text-align: center;

    background-color: #2568b0;
}
.footer .copyright p {
    font-size: 14px;
    line-height: 20px;

    display: inline-block;

    margin: 0;

    vertical-align: top;

    color: #fff;
}
@media (max-width: 767px) {
    .footer .copyright p {
        font-size: 13px;
    }
}
.footer .copyright p span {
    display: inline-block;

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

    margin-left: 40px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        margin-left: 10px;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;
}
.footer .copyright .share {
    display: inline-block;

    height: 20px;
    margin-left: 70px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
}
@media (max-width: 767px) {
    .footer .copyright .share {
        display: block;

        margin-top: 4px;
        margin-left: 0;
    }
}
.footer .copyright .share ul {
    font-size: 0;
}
.footer .copyright .share ul li {
    display: inline-block;

    vertical-align: top;
}
.footer .copyright .share ul li a {
    display: block;

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

    color: #004ea1;
}
.footer .copyright .share ul li a:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 4px;

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

    border-radius: 50%;
    background-color: #fff;
}
.footer .copyright .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .copyright .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .copyright .share ul li.instagram a:before {
    font-size: 14px;

    content: '\e71a';
}
.footer .copyright .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .copyright .share ul li.google a:before {
    content: '\e645';
}
.footer .copyright .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .copyright .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 60px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 32px;

    margin: 0;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 20px;
    }
}
.title-in h2:before {
    display: inline-block;

    width: 40px;
    height: 73px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-in-bg.png) no-repeat;
}
.wrap-location {
    background-color: #f7f6f6;
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 58px;

    float: left;

    margin-right: 10px;

    content: '\e62a';

    color: #004ea1;
}
.wrap-location .location a {
    line-height: 58px;

    display: inline-block;

    color: #666;
}
.wrap-location .location a:after {
    margin: 0 4px 0 8px;

    content: '/';

    color: #666;
}
.wrap-location .location a:hover {
    color: #004ea1;
}
.wrap-location .location a:last-child:after {
    display: none;
}
.wrap-location .location a:last-child:hover {
    color: #666;
}
.wrap-left {
    float: left;

    width: 23%;
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 30%;
    }
}
@media (max-width: 991px) {
    .wrap-left {
        display: none;
    }
}
.wrap-left .product-side {
    background-color: #f7f6f6;
}
.wrap-left .product-side .title-product {
    padding: 0 40px;

    background-color: #004ea1;
}
.wrap-left .product-side .title-product h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;

    margin: 0;

    color: #fff;
}
.wrap-left .product-side>ul>li {
    border-bottom: 1px solid #fff;
}
.wrap-left .product-side>ul>li>a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 40px;

    background-color: #f7f6f6;
}
.wrap-left .product-side>ul>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 20px;

    display: inline-block;

    content: '\e72f';
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-left .product-side>ul>li ul.level-2 {
    display: none;

    padding: 10px 0;

    border-top: 1px solid #fff;
}
.wrap-left .product-side>ul>li ul.level-2 li {
    position: relative;
}
.wrap-left .product-side>ul>li ul.level-2 a {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-left .product-side>ul>li ul.level-2 a:before {
    margin-right: 4px;

    content: '-';
}
.wrap-left .product-side>ul>li ul.level-2 a:hover {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);

    color: #044487;
}
.wrap-left .product-side>ul>li.active>a,
.wrap-left .product-side>ul>li:hover>a {
    color: #004ea1;
}
.wrap-left .product-side>ul>li.active>a:after,
.wrap-left .product-side>ul>li:hover>a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrap-left .product-side>ul>li.active ul.level-2 {
    display: block;
}
.wrap-right {
    float: left;

    width: 77%;
    padding-left: 30px;
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
.sub-box {
    position: relative;

    overflow: hidden;

    text-align: center;
}
.sub-box:after {
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}
@media (max-width: 991px) {
    .sub-box {
        padding: 0;
    }
}
.sub-box .category {
    position: relative;

    width: 100%;
    height: 50px;
}
@media (max-width: 991px) {
    .sub-box .category {
        height: 50px;
    }
}
.sub-box .category ul {
    position: absolute;
    left: 0;

    margin: 0 -32px;

    white-space: nowrap;
}
@media (max-width: 991px) {
    .sub-box .category ul {
        margin: 0 -15px;
    }
}
.sub-box .category ul li {
    position: relative;

    display: inline-block;

    height: 50px;
    padding: 0 32px;
}
@media (max-width: 991px) {
    .sub-box .category ul li {
        height: 50px;
        padding: 0 15px;
    }
}
.sub-box .category ul li a {
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.sub-box .category ul li a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #ec791f;
}
.sub-box .category ul li.active a,
.sub-box .category ul li:hover a {
    color: #004ea1;
}
.sub-box .category ul li.active a:after,
.sub-box .category ul li:hover a:after {
    width: 100%;
}
.sub-box-hair .category ul li.active a,
.sub-box-hair .category ul li:hover a {
    background-color: #044487;
}
.wrap-about .about {
    font-size: 0;
}
.wrap-about .about .pic,
.wrap-about .about .text {
    display: inline-block;

    width: 50%;
    margin-top: 60px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-about .about .pic,
    .wrap-about .about .text {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-about .about .pic {
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-about .about .pic img {
        max-width: 100%;
    }
}
.wrap-about .about .text {
    padding-left: 30px;
}
@media (max-width: 991px) {
    .wrap-about .about .text {
        padding-left: 0;
    }
}
.wrap-about .about .text p {
    font-size: 16px;
    line-height: 1.6;

    margin: 0;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 15px;
    }
}
.wrap-about .honor .item {
    margin-top: 60px;
    padding: 40px;

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

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-about .honor .item {
        margin-top: 20px;
    }
}
.wrap-about .honor .item .img-box {
    padding-bottom: 142.85714286%;
}
.wrap-about .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about .honor .item:hover {
    border-color: #004ea1;
}
.wrap-about .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-solution .solution ul {
    overflow: hidden;
}
.wrap-solution .solution ul li {
    display: table;

    width: 100%;
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-solution .solution ul li {
        display: block;
    }
}
.wrap-solution .solution ul li .item {
    display: table-cell;

    width: 50%;
    padding: 30px 15px;

    vertical-align: top;

    border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
    .wrap-solution .solution ul li .item {
        display: block;

        width: 100%;
    }
}
.wrap-solution .solution ul li .item h3 {
    font-size: 18px;
    line-height: 2;

    margin-top: 0;

    color: #666;
}
.wrap-solution .solution ul li .item p {
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-download .download {
    margin-top: 20px;
}
.wrap-download .download .item {
    font-size: 0;

    margin-top: 30px;

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

    border: 1px solid #ececec;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.wrap-download .download .item .pic {
    display: inline-block;

    width: 50%;
    padding: 30px 50px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-download .download .item .pic {
        padding: 10px;
    }
}
.wrap-download .download .item .img-box {
    padding-bottom: 142.85714286%;
}
.wrap-download .download .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .download .item .text {
    display: inline-block;

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

    vertical-align: middle;
}
.wrap-download .download .item .text h3 {
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0 0 20px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text h3 {
        margin-bottom: 10px;
    }
}
.wrap-download .download .item .text p {
    font-size: 14px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 140px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text p {
        display: -webkit-box;
        overflow: hidden;

        height: 84px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-download .download .item .text a.down {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 50px;
    padding: 0 30px;

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

    color: #004ea1;
    color: #fff;
    background-color: #004ea1;
}
@media (max-width: 767px) {
    .wrap-download .download .item .text a.down {
        line-height: 30px;

        height: 30px;
        margin-top: 10px;
        padding: 0 14px;
    }
}
.wrap-download .download .item .text a.down:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-right: 10px;

    content: '\e7a3';
}
.wrap-download .download .item .text a.down:hover {
    background-color: #044487;
}
.wrap-download .download .item:hover {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-download .download .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-join .join {
    margin-top: 50px;
}
.wrap-join .join ul li {
    font-size: 0;
}
.wrap-join .join ul li .item {
    display: block;

    padding: 25px 0;

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

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
    .wrap-join .join ul li .item {
        padding: 15px 0;
    }
}
.wrap-join .join ul li .item p {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 20%;
    margin: 0;
    padding: 0 15px;

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

    color: #666;
}
@media (max-width: 991px) {
    .wrap-join .join ul li .item p {
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    .wrap-join .join ul li .item p {
        font-size: 12px;
    }
}
.wrap-join .join ul li .item:hover {
    border-bottom: 1px solid #004ea1;
}
.wrap-join .join ul li .item:hover p {
    color: #004ea1;
}
.wrap-join .join ul li:first-child .item {
    padding: 10px 0;

    border-color: #004ea1;
    background-color: #004ea1;
}
.wrap-join .join ul li:first-child .item p {
    font-size: 18px;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-join .join ul li:first-child .item p {
        font-size: 14px;
    }
}
.wrap-join-show .text,
.wrap-join-show .pic {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-join-show .text,
    .wrap-join-show .pic {
        margin-top: 50px;
    }
}
.wrap-join-show .text p {
    font-size: 14px;
    line-height: 3;

    margin: 0;

    color: #666;
}
.wrap-join-show .pic img {
    max-width: 100%;
}
.wrap-news .news .item {
    margin-top: 60px;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic {
    position: relative;
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 75.47169811%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .date {
    position: absolute;
    top: 0;
    left: 36px;

    padding: 14px 10px;

    text-align: center;

    background-color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic .date {
        left: 16px;
    }
}
.wrap-news .news .item .pic .date:before {
    position: absolute;
    bottom: -20px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 20px 50px 0 0;
    border-style: solid;
    border-color: #004ea1 transparent transparent transparent;
}
.wrap-news .news .item .pic .date:after {
    position: absolute;
    right: 0;
    bottom: -20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 50px 20px 0;
    border-style: solid;
    border-color: transparent #004ea1 transparent transparent;
}
.wrap-news .news .item .pic .date h3 {
    font-size: 30px;
    line-height: 1.66666667;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic .date h3 {
        font-size: 24px;
    }
}
.wrap-news .news .item .pic .date p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic .date p {
        font-size: 14px;
    }
}
.wrap-news .news .item .note {
    padding: 30px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note {
        padding: 30px 15px;
    }
}
.wrap-news .news .item .note h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note p {
    font-size: 14px;
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .note a.more {
    line-height: 30px;

    display: inline-block;

    height: 30px;
    margin-top: 30px;
    margin-top: 24px;
    padding: 0 20px;

    color: #fff;
    background-color: #004ea1;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3 {
    color: #004ea1;
}
.wrap-news .news .showMorehandle {
    margin-top: 100px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-news .news .showMorehandle {
        margin-top: 50px;
    }
}
.wrap-news .news .showMorehandle a {
    line-height: 50px;

    display: inline-block;

    height: 50px;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 20px;
    background-color: #004ea1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px) {
    .wrap-news .news .showMorehandle a {
        line-height: 40px;

        height: 40px;
        padding: 0 40px;
    }
}
.wrap-news .news .showMorehandle a:hover {
    background-color: #ec791f;
}
.wrap-news-show .title-news {
    text-align: center;
}
.wrap-news-show .title-news h1 {
    font-size: 28px;
    line-height: 1.28571429;

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

    display: block;

    margin: 14px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news span {
        font-size: 16px;
    }
}
.wrap-news-show .news-show {
    margin-top: 30px;
}
.wrap-news-show .news-show p {
    font-size: 14px;
    line-height: 3;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img {
    max-width: 100%;
    margin: 5px 0;
}
.wrap-product .product {
    margin-top: -50px;
}
@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}
.wrap-product .product .item {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item {
        margin-top: 16px;
    }
}
.wrap-product .product .item .pic {
    position: relative;

    border: 1px solid #004ea1;
}
.wrap-product .product .item .img-box {
    padding-bottom: 71.64179104%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item p {
    line-height: 40px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 10px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.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 p {
    color: #004ea1;
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    position: relative;

    letter-spacing: -4px;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 71.64179104%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;

    border: 1px solid #004ea1;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin: 0 -4px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 2px 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .img-box {
    padding-bottom: 61.53846154%;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;

    border: 1px solid #004ea1;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border-color: #339a2f;
}
.wrap-product-show .carousel-wrap .info-box {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box h1 {
    font-size: 30px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    line-height: 2;

    margin: 0;
}
.wrap-product-show .carousel-wrap .info .fun-btn a {
    display: inline-block;
}
.wrap-product-show .carousel-wrap .info .fun-btn span {
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    width: 180px;
    height: 50px;
    margin-top: 14px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: 1px solid #004ea1;
    background-color: #004ea1;

    -o-user-select: none;
}
.wrap-product-show .carousel-wrap .info .fun-btn span:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 20px;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info .fun-btn span:hover {
    background-color: #044487;
}
.wrap-product-show .carousel-wrap .info .fun-btn .btn-inquiry {
    margin-top: 70px;
}
@media (max-width: 1440px) {
    .wrap-product-show .carousel-wrap .info .fun-btn .btn-inquiry {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info .fun-btn .btn-inquiry:before {
    content: '\e6a3';
}
.wrap-product-show .carousel-wrap .info .fun-btn .addcart {
    background: #fff;
}
.wrap-product-show .carousel-wrap .info .fun-btn .addcart:before {
    font-size: 20px;

    content: '\e634';
}
.wrap-product-show .carousel-wrap .info .carousel-btn {
    margin-top: 80px;
}
@media (max-width: 1440px) {
    .wrap-product-show .carousel-wrap .info .carousel-btn {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info .carousel-btn a {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    height: 30px;

    cursor: pointer;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a:hover {
    color: #004ea1;
}
.wrap-product-show .carousel-wrap .info .carousel-btn a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e639';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info .carousel-btn .prev {
    margin-right: 50px;
}
.wrap-product-show .carousel-wrap .info .carousel-btn .prev:before {
    content: '\e6f1';
}
.wrap-product-show .parameter {
    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title-parameter {
    padding: 0 30px;

    background-color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .title-parameter {
        padding: 0 15px;
    }
}
.wrap-product-show .parameter .title-parameter h3 {
    font-size: 18px;
    line-height: 50px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .title-parameter h3 {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .text {
    padding: 30px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .text {
        padding: 30px 15px;
    }
}
.wrap-product-show .parameter .text p {
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
}
.wrap-product-show .parameter .table-box {
    overflow: auto;

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

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td {
    width: auto !important;
    height: auto !important;

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

    border: 1px solid #ccc !important;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .inquiry {
    position: relative;

    padding-top: 70px;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry {
        padding-top: 50px;
    }
}
.wrap-product-show .inquiry .title-inquiry {
    padding: 0 30px;

    background-color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .title-inquiry {
        padding: 0 15px;
    }
}
.wrap-product-show .inquiry .title-inquiry h3 {
    font-size: 18px;
    line-height: 50px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .title-inquiry h3 {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry .info {
    position: relative;

    padding: 30px 30px 40px 30px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .info {
        padding: 30px 15px;
    }
}
.wrap-product-show .inquiry .info p {
    font-size: 14px;
    line-height: 1.71428571;

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

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

    border: none;
    border: 1px solid #dcdcdc;
    background: #fdfdfd;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #999;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #999;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form .send {
    text-align: center;
}
.wrap-product-show .inquiry form .submit {
    font-size: 16px;
    line-height: 50px;

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-top: 1px;
    margin-right: 20px;

    content: '\e641';
}
.wrap-product-show .inquiry form .submit:hover {
    background-color: #044487;
}
.wrap-product-show .relate {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .wrap-product-show .relate {
        margin-top: 50px;
    }
}
.wrap-product-show .relate .title-relate h3 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-product-show .relate .title-relate h3 {
        font-size: 20px;
    }
}
.wrap-product-show .relate .item {
    position: relative;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate .item {
        margin-top: 20px;
    }
}
.wrap-product-show .relate .item .pic {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.wrap-product-show .relate .item .img-box {
    padding-bottom: 75%;
}
.wrap-product-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate .item p {
    line-height: 60px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;
    padding: 0 60px 0 24px;

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

    color: #999;
    background-color: #f8f8f8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product-show .relate .item p {
        line-height: 50px;

        height: 50px;
        padding: 0 40px 0 10px;
    }
}
.wrap-product-show .relate .item span.addcart {
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 24px;

    display: inline-block;

    cursor: pointer;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .relate .item span.addcart {
        line-height: 50px;

        right: 10px;
    }
}
.wrap-product-show .relate .item span.addcart:before {
    font-family: 'iconfont' !important;
    font-size: 30px;

    top: 0;

    content: '\e618';
}
.wrap-product-show .relate .item span.addcart:hover {
    color: #004ea1;
}
.wrap-product-show .relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .relate .item:hover p {
    color: #004ea1;
}
.wrap-contact {
    overflow: hidden;
}
.wrap-contact .contact .m-title h3 {
    font-size: 24px;

    margin: 0 0 30px 0;

    color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-contact .contact .m-title h3 {
        font-size: 20px;
    }
}
.wrap-contact .contact .message {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .message {
        margin-top: 30px;
    }
}
.wrap-contact .contact .message p {
    font-size: 14px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .message form input,
.wrap-contact .contact .message form textarea {
    font-size: 14px;
    line-height: 30px;

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

    border: none;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-contact .contact .message form input,
    .wrap-contact .contact .message form textarea {
        min-height: 50px;
        padding: 10px 15px;
    }
}
.wrap-contact .contact .message form input::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .contact .message form input:-o-placeholder,
.wrap-contact .contact .message form textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .contact .message form input::-moz-placeholder,
.wrap-contact .contact .message form textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .contact .message form input:-ms-input-placeholder,
.wrap-contact .contact .message form textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-o-placeholder,
.wrap-contact .contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-moz-placeholder,
.wrap-contact .contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message form .submit {
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-top: 20px;
    padding: 0 80px;

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

    color: #fff;
    border-radius: 0;
    background-color: #004ea1;
}
@media (max-width: 991px) {
    .wrap-contact .contact .message form .submit {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-contact .contact .message form .submit:hover {
    background-color: #044487;
}
.wrap-contact .contact .info {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .info {
        margin-top: 30px;
    }
}
.wrap-contact .contact .info .note {
    margin-top: 40px;
}
.wrap-contact .contact .info .note p {
    font-size: 14px;
    line-height: 1.71428571;

    display: table;

    width: 100%;
    margin: 0 0 30px 0;
}
.wrap-contact .contact .info .note p.tel:before,
.wrap-contact .contact .info .note p.factory:before,
.wrap-contact .contact .info .note p.address:before,
.wrap-contact .contact .info .note p.email:before,
.wrap-contact .contact .info .note p.fax:before,
.wrap-contact .contact .info .note p.website:before,
.wrap-contact .contact .info .note p.facebook:before {
    font-family: 'iconfont';
    font-size: 22px;
    line-height: 40px;

    display: table-cell;
    float: left;

    width: 20px;
    width: 40px;
    height: 40px;
    margin-right: 10px;

    content: '\e632';
    text-align: center;
    vertical-align: middle;

    color: #8dd0cd;
    border: 1px solid #8dd0cd;
    border-radius: 50%;
}
.wrap-contact .contact .info .note p span {
    display: table-cell;

    width: 91%;

    vertical-align: middle;
}
.wrap-contact .contact .info .note p.factory:before {
    content: '\e62b';

    color: #91cd9e;
    border-color: #91cd9e;
}
.wrap-contact .contact .info .note p.tel:before {
    content: '\e61a';

    color: #face8d;
    border-color: #face8d;
}
.wrap-contact .contact .info .note p.email:before {
    font-size: 18px;

    content: '\e641';

    color: #38b36e;
    border-color: #38b36e;
}
.wrap-contact .contact .info .note p.fax:before {
    font-size: 18px;

    content: '\e618';

    color: #8f9bcd;
    border-color: #8f9bcd;
}
.wrap-contact .contact .info .note p.website:before {
    content: '\e62b';

    color: #9287bf;
    border-color: #9287bf;
}
.wrap-contact .contact .info .note p a:hover {
    color: #044487;
}
.wrap-contact .map {
    height: 600px;
    margin-top: 70px;
}
@media (max-width: 991px) {
    .wrap-contact .map {
        height: 340px;
        margin-top: 50px;
    }
}
.page {
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px) {
    .page {
        margin-top: 50px;
    }
}
.page li {
    display: inline-block;

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

    width: 50px;
    height: 50px;
    margin: 0 4px;

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

    color: #333;
    border: 1px solid #d8d8d8;
    background: #fff;
}
@media (max-width: 767px) {
    .page li a {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li a {
    display: block;
}
.page li.omit a {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a {
    background: none;
}
.page li.prev a,
.page li.next a {
    color: #a0a0a0;
}
.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e9b5';
}
.page li.prev a:hover,
.page li.next a:hover {
    border-color: #004ea1;
    background-color: #004ea1;
}
.page li.next a:before {
    content: '\e72f';
}
.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #004ea1;
    background-color: #004ea1;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.stuck {
    position: fixed;
    top: 0;

    width: 100%;
    height: 70px !important;

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.stuck .logo {
    height: 50px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 40px;
        margin-top: 15px;
    }
}
.stuck .nav .nav-list1>li>a {
    line-height: 70px;
}
.stuck .find {
    line-height: 70px;
}
.stuck .cart a {
    line-height: 70px;
}
.header .nav .nav-list3>li {
    position: relative;
}
.header .nav .nav-list1 .nav-list4 {
    position: absolute;
    left: 100%;
    top: 0;
}

.header .nav .nav-list1 .nav-list4 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 0 0;

    text-align: left;

    background-color: rgba(0, 78, 161, .9);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .nav-list1 .nav-list4 li {
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.header .nav .nav-list1 .nav-list4 li>a {
    font-size: 12px;
    line-height: 30px;

    padding: 0 20px;
}

.wrap-left .product-side>ul>li ul.level-3 {
    padding-left: 10px;
    color: #666666;
    text-transform: capitalize;
    /* display: none; */
}
.wrap-left .product-side>ul>li ul.level-3 a:before {
    display: none;
}
.wrap-left .product-side>ul>li ul.level-2>li.active ul.level-3 {
    display: block;
}

.header .top .language-box p.ru:before {
    background: url(../images/ru.svg);
    background-size: cover;
}
.header .top .language-box ul .en a:before {}
.header .top .language-box ul .ru a:before {
    background: url(../images/ru.svg);
    background-size: cover;
}

@media (max-width: 1199px) {
    .header .top {
        display: block;
    }
    .header .top .language-box {
        display: block;
    }
    .header .nav-collapse {
        margin-top: 44px;
    }

}
@media (max-width: 767px) {
    .header .top p.email,
    .header .top p.tel,
    .header .top .share {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .top-nav {
        height: 60px;
    }
}