/**
 * 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: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 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: 1400px) {
    .container {
        width: 1320px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}

a {
    text-decoration: none;

    color: inherit;
}

a:hover {
    text-decoration: none;

    color: inherit;
}

a:visited,
a:link {
    text-decoration: none;

    color: inherit;
}

.img-box {
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 90px;

    background-color: #00477f;
}

@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}

.header .top-nav {
    text-align: right;
}

.header .logo {
    position: relative;

    float: left;

    height: 60px;
    margin-top: 15px;
}

@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: #c3d2f8;
}

.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: #c3d2f8;
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

.header .nav-collapse.active {
    border-color: transparent;
}

.header .nav-collapse.active .btn-line {
    background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

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

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.header .hover-menu {
    /* overflow: hidden; */

    /*height: 30px;*/
    height: 45px;
    margin-top: 5px;
    padding-right: 24px;
}

@media (max-width: 1199px) {
    .header .hover-menu {
        overflow: visible;

        height: 70px;
    }
}

.header .hover-menu .item {
    float: right;
    overflow: hidden;

    width: 30px;
    height: 30px;
    /*  border:2px solid #ddd;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    /* -moz-box-shadow:1px 1px 3px #555;
    -webkit-box-shadow:1px 1px 3px #555;
    box-shadow:1px 1px 3px #555; */

    cursor: pointer;
    text-align: left;
}

@media (max-width: 1199px) {
    .header .hover-menu .item {
        display: none;
        overflow: visible;

        height: 70px;
    }
}

@media (min-width: 1200px) {
    .header .hover-menu .item {
        position: relative;
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {
    .header .hover-menu .item:nth-child(2) {
        display: block;

        width: auto !important;
        margin-right: 0px;
    }
}

.header .hover-menu .link {
    line-height: 30px;

    text-align: center;
    vertical-align: middle;

    /*color: #c3d2f8;*/
    color: #fff;
}

@media (max-width: 1199px) {
    .header .hover-menu .link {
        line-height: 70px;
    }
}

.header .hover-menu .link:before {
    font-family: 'iconfont' !important;
    font-weight: normal;
    line-height: 30px;

    float: left;

    width: 38px;

    content: '\e62e';

    /*color: #c3d2f8;*/
    color: #fff;
}

@media (max-width: 1199px) {
    .header .hover-menu .link:before {
        line-height: 66px;
    }
}

.header .hover-menu .link.icon_photos:before {
    font-size: 20px;

    content: '\e6a4';
}

.header .hover-menu .link.icon_find:before {
    content: '\e660';
    font-size: 18px;
}

@media (max-width: 1199px) {
    .header .hover-menu .link.icon_find:before {
        font-size: 20px;

        float: right;
    }
}

.header .hover-menu .item_content {
    position: absolute;
    top: 0;
    left: 36px;

    display: none;
    overflow: hidden;

    width: 220px;
    height: 30px;

    background: transparent;
}

@media (max-width: 1199px) {
    .header .hover-menu .item_content {
        top: 100%;
        right: 0;
        left: auto;

        width: 100%;
        padding: 0 30px 0 15px;
    }
}

.header .hover-menu .item_content.phone {
    /*left: 52px;*/
}

.header .hover-menu .item_content.mail {
    /*left: 50px;*/
    top: 0;
}

.header .hover-menu .item_content h2 {
    font-size: 14px;
    line-height: 30px !important;

    display: inline-block;

    margin: 0;

    color: #fff;
    /*color: #c3d2f8;*/
}

.header .hover-menu .item_content a {
    font-size: 14px;
    line-height: 30px !important;

    padding-left: 0;

    /*color: #c3d2f8;*/
    color: #fff;
}

.header .hover-menu .item_content p {
    display: none;

    background-color: transparent;
}

.header .hover-menu .item_content input {
    font-size: 12px;
    font-weight: normal;

    width: 154px;
    height: 30px;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 15px;
    /*padding-left: 5px;*/

    text-decoration: none;

    border: none;
    border-bottom: 1px solid #4d4d4d;
    border-radius: 16px !important;
    background-color: #d8deee;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .header .hover-menu .item_content input {
        width: 100%;
        margin-left: 0;
    }
}

.header .hover-menu .item_content .submitSearch {
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 140px;

    padding: 0;

    background: none;
}

@media (max-width: 1199px) {
    .header .hover-menu .item_content .submitSearch {
        right: 35px;
        left: auto;
    }
}

.header .hover-menu .item_content .submitSearch:after {
    font-family: 'iconfont' !important;

    content: '\e6a5';
}

.header .hover-menu .search-close {
    display: none;
}

@media (max-width: 1199px) {
    .header .hover-menu .search-close {
        font-size: 18px !important;

        position: absolute;
        top: 0;
        right: -5px;

        display: block;

        width: 30px;
        height: 30px;

        color: #00477f !important;
    }

    .header .hover-menu .search-close:after {
        font-family: 'iconfont' !important;

        content: '\e61b';
    }
}

.header .phone-nav {
    position: absolute;
    top: 20px;
    left: 15px;

    display: none;

    width: 80%;
}

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

.header .phone-nav ul li {
    display: inline-block;

    margin-right: 16px;
}

.header .phone-nav ul li:last-child {
    margin-right: 0;
}

.header .phone-nav ul li a {
    font-size: 15px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #fff;
}

@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
    }
}

@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: 55px;*/
        line-height: 40px;

        position: relative;

        display: block;
        overflow: hidden;

        padding: 0 32px;

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

        color: #fff;
    }

    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        /* color: #c3d2f8; */
        background-color: #2a6baf;
    }

    .header .nav .nav-list1>li:nth-child(6) .nav-list2>li:first-child {
        display: none;
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

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

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

        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        list-style: none;
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        line-height: 40px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 32px;

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

        color: #428BCA;
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #00467f;
        background-color: #ececec;
    }

    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }

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

        display: none;

        min-width: 500px;
        padding: 0px 0;

        text-align: left;

        /*background-color: rgba(0, 61, 148, .9);*/
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }

    .header .nav .nav-list1 .nav-list3 li>a {
        /* font-size: 12px; */
        line-height: 30px;

        padding: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1199px) {
    .header .nav .nav-list1>li:nth-child(6) .nav-list2>li:first-child {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }

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

        opacity: 0;
    }

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

        color: #fff;
    }
}

@media (max-width: 1199px) {

    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {

    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}

.header .nav-2,
.header .nav-3 {
    display: none;
}

@media (max-width: 1199px) {

    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 767px) {

    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;

        width: 100%;
    }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}

@media (max-width: 767px) {

    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 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: #00477f;
}

.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: 30px;

    display: inline-block;

    margin-left: 40px;

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

    color: #fff;
}

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

        position: absolute;
        right: 60px;

        margin-left: 0;
    }
}

.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e66a';
}

@media (max-width: 1199px) {
    .header .right {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}

.header .back-btn {
    position: absolute;
    left: 15px;
}

.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 55px;
    left: 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;
    bottom: 180px;
    left: 45px;

    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: 99;
    top: 50%;
    left: 0;

    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        bottom: 90px;
        left: -60px;
    }

    .online-wrap .online.active {
        left: 0;
    }
}

.online-wrap .online .iconfont {
    line-height: 52px;

    position: relative;

    display: block;

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

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

    background-color: #efcf46;
}

.online-wrap .online .iconfont:before {
    font-size: 22px;

    color: #fff;
}

@media (min-width: 992px) {
    .online-wrap .online .iconfont:hover {
        /*background-color: #013074 !important;*/
        background-color: #b5b5b5 !important;
    }
}

@media (max-width: 767px) {
    .online-wrap .online .iconfont {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }

    .online-wrap .online .iconfont: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: #013074;
    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;
    left: 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-weixin {
    background-color: #5bd977 !important;
}

.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e650';
}

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

    content: '\e6a4';
}

.online-wrap .icon-skype {
    background-color: #33bff3 !important;
}

.online-wrap .icon-skype .skype-num {
    position: absolute;
    left: 52px;
    width: 180px;
    background-color: #33bff3;
    /* padding: 20px 0; */
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    z-index: 0;
    display: none;
}

.online-wrap .icon-skype .skype-num p {
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 10px 20px;
    line-height: 20px;
}

.online-wrap .icon-skype .skype-num p a {
    display: block;
}

.online-wrap .icon-skype .skype-num p:hover {
    background-color: #b5b5b5;
}

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

    content: '\e6b7';
}

.online-wrap .icon-whatsapp {
    background-color: #5bd977 !important;
}

.online-wrap .icon-whatsapp .skype-num {
    width: 150px;
}

.online-wrap .icon-whatsapp .skype-num p {
    white-space: nowrap;
    line-height: 32px;
}

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

    content: '\e621' !important;
}

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

    content: '\e61c';
}

.online-wrap .icon-arrow-top {
    background-color: #808080 !important;
}

.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e64e';
}

.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 90px;
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}

.banner .slick-dots {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}

@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 20px;
    }
}

.banner .slick-dots li {
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background: url(../images/dot.png) no-repeat;
    background-position: -20px 0;
    background-size: cover;
}

.banner .slick-dots li.slick-active {
    background-position: 0 0;
}

.banner .slick-dots li button {
    display: none;
}

.banner img {
    display: block;

    width: 100%;
}

.banner .img-box {
    padding-bottom: 30.20833333%;
}

@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: 80px 0;
}

@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 32px;
    font-weight: bold;

    margin: 0;

    text-transform: uppercase;

    color: #00477f;
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .title h2 {
        background-size: 90%;
    }
}

.title p {
    font-size: 14px;
    line-height: 2;

    margin: 14px 0 0 0;

    color: #888;
}

.box-num {
    overflow: hidden;

    padding: 40px 0;

    border-bottom: 1px dashed #e5e5e5;
}

.box-num .num ul {
    font-size: 0;
}

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

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

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

    border-right: 1px dashed #e5e5e5;
}

.box-num .num ul li:first-child {
    border-left: 1px dashed #e5e5e5;
}

@media (max-width: 991px) {
    .box-num .num ul li:first-child {
        border-left: none;
    }
}

@media (max-width: 991px) {
    .box-num .num ul li {
        width: 33.33333333%;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .box-num .num ul li {
        width: 50%;
    }

    .box-num .num ul li:nth-child(2n) {
        border-right: none;
    }
}

.box-num .num ul li h3 {
    font-size: 48px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .box-num .num ul li h3 {
        font-size: 30px;
    }
}

.box-num .num ul li h3 i {
    font-size: 18px;
    font-style: normal;

    position: absolute;
    top: 0;
    right: -10px;
}

.box-num .num ul li p {
    font-size: 14px;
    line-height: 1.28571429;

    margin: 10px 0 0 0;

    color: #999;
}

.box-product {
    border-bottom: 1px dashed #e5e5e5;
}

.box-product .sort ul {
    text-align: center;
}

.box-product .sort ul li {
    font-size: 32px;
    font-weight: bold;

    display: inline-block;

    padding: 0 50px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .box-product .sort ul li {
        font-size: 20px;

        padding: 0 10px;
    }
}

@media (max-width: 375px) {
    .box-product .sort ul li {
        font-size: 18px;
    }
}

.box-product .sort ul li:after {
    display: block;

    width: 46px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #fff;
}

.box-product .sort ul li.active {
    color: #00477f;
}

.box-product .sort ul li.active:after {
    background-color: #00477f;
}

.box-product .list {
    margin: 0 -30px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .box-product .list {
        margin: 0 -15px;
        margin-top: 30px;
    }
}

.box-product .list .item {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .box-product .list .item {
        padding: 0 15px;
    }
}

.box-product .list .item .img-box {
    padding-bottom: 125%;

    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .list .item .note {
    margin-top: 20px;
    padding: 0 10%;
}

@media (max-width: 991px) {
    .box-product .list .item .note {
        padding: 0;
    }
}

.box-product .list .item p {
    font-size: 12px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #666;

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

.box-product .list .item h3 {
    font-size: 12px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    text-transform: uppercase;

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

.box-product .list .item:hover .img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .list .item:hover .note p,
.box-product .list .item:hover .note h3 {
    color: #00477f;
}

.box-product .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

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

    background: none;
}

@media (max-width: 991px) {
    .box-product .slick-arrow {
        left: -10px;
    }
}

.box-product .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #e7e6e6;
}

.box-product .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .box-product .slick-arrow.slick-next {
        right: -10px;
    }
}

.box-product .slick-arrow.slick-next:before {
    content: '\e827';
}

.box-product .slick-arrow:hover:before {
    color: #00477f;
}

.box-category {
    position: relative;
    z-index: 9;

    overflow: hidden;

    border-bottom: 1px dashed #e5e5e5;
}

.box-category .category {
    overflow: hidden;

    margin-top: 60px;
}

@media (max-width: 991px) {
    .box-category .category {
        margin-top: 40px;
    }
}

.box-category .category ul {
    font-size: 0;

    margin: 0 -5px;
}

.box-category .category ul li {
    display: inline-block;

    vertical-align: top;
}

.box-category .category ul li .pic {
    position: relative;

    overflow: hidden;

    padding: 5px;
}

.box-category .category ul li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-category .category ul li .pic h3 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    margin: 0;
    /*
    -webkit-transition: all 10s;
            transition: all 10s; */
    /*     -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%); */
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .box-category .category ul li .pic h3 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.box-category .category ul li .pic h3 a {
    /*font-size: 28px;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35714286;

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

    max-width: 300px;
    padding: 30px;

    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .15);

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

@media (max-width: 991px) {
    .box-category .category ul li .pic h3 a {
        font-size: 16px;

        max-width: auto;
        padding: 10px 15px;

        text-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
}

.box-category .category ul li .pic:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .9;
}

.box-category .category ul li .pic:hover h3 {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    -moz-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.box-category .category ul li.item-1 {
    width: 20.58%;
}

@media (max-width: 767px) {
    .box-category .category ul li.item-1 {
        width: 48.2%;
    }
}

.box-category .category ul li.item-1 .pic-1 .img-box {
    padding-bottom: 126.89295039%;
}

.box-category .category ul li.item-1 .pic-2 .img-box {
    padding-bottom: 67.10182768%;
}

.box-category .category ul li.item-2 {
    width: 22.13%;
}

@media (max-width: 767px) {
    .box-category .category ul li.item-2 {
        width: 51.8%;
    }
}

.box-category .category ul li.item-2 .pic-1 .img-box {
    padding-bottom: 68.66028708%;
}

.box-category .category ul li.item-2 .pic-2 .img-box {
    padding-bottom: 111.48325359%;
}

.box-category .category ul li.item-3 {
    width: 24.53%;
}

@media (max-width: 767px) {
    .box-category .category ul li.item-3 {
        width: 43%;
    }
}

.box-category .category ul li.item-3 .pic-1 .img-box {
    padding-bottom: 101.51187905%;
}

.box-category .category ul li.item-3 .pic-2 .img-box {
    padding-bottom: 60.64516129%;
}

.box-category .category ul li.item-4 {
    width: 32.76%;
}

@media (max-width: 767px) {
    .box-category .category ul li.item-4 {
        width: 57%;
    }
}

.box-category .category ul li.item-4 .pic-1 .img-box {
    padding-bottom: 67.62820513%;
}

.box-category .category ul li.item-4 .pic-2 .img-box {
    padding-bottom: 53.20512821%;
}

.box-category .text {
    margin-top: 20px;

    text-align: center;
}

.box-category .text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .box-category .text p {
        font-size: 14px;
        line-height: 2;
    }
}

.box-category .text .more {
    margin-top: 16px;
}

.box-category .text .more a {
    line-height: 54px;

    display: inline-block;

    height: 54px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;

    color: #fff;
    border-radius: 5px;
    background-color: #003d94;
}

@media (max-width: 991px) {
    .box-category .text .more a {
        line-height: 50px;

        height: 50px;
        padding: 0 40px;
    }
}

.box-category .text .more a:hover {
    background-color: #013074;
}

.box-choose .choose {
    font-size: 0;
}

.box-choose .choose .list {
    display: inline-block;
    float: none;

    vertical-align: top;
}

.box-choose .choose .item {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .box-choose .choose .item {
        margin-top: 30px;
    }
}

.box-choose .choose .item h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;

    position: relative;

    margin: 0 0 14px 0;
    padding-left: 70px;
}

.box-choose .choose .item h3:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;

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

    display: block;

    width: 51px;
    height: 42px;

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

    color: #00477f;
    background: url(../images/choose_bg.png) no-repeat;
}

.box-choose .choose .item p {
    font-size: 14px;
    line-height: 1.71428571;

    position: relative;

    margin: 0;
    padding-left: 18px;

    color: #888;
}

.box-choose .choose .item p:before {
    position: absolute;
    top: 8px;
    left: 0;

    display: inline-block;

    width: 7px;
    height: 7px;

    content: '';

    border-radius: 50%;
    background-color: #a0a0a0;
}

.box-choose .choose .item-factory h3:before {
    line-height: 40px;
}

.box-choose .choose .item-team h3:before {
    content: '\e625';
}

.box-choose .choose .item-quality h3:before {
    line-height: 46px;

    content: '\e642';
}

.box-choose .choose .item-exhibition h3:before {
    line-height: 46px;

    content: '\e6da';
}

.box-choose .choose .item-sample h3:before {
    content: '\e67b';
}

.box-choose .choose .item-honor h3:before {
    line-height: 44px;

    content: '\e63b';
}

.box-choose .choose .item:hover h3:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.box-factory {
    font-size: 0;
}

@media (max-width: 991px) {
    .box-factory .item {
        width: 160%;
        margin-left: -30%;
    }
}

.box-factory .item .img-box {
    padding-bottom: 25.3125%;
}

.box-factory .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 12%;

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

    background: none;
}

@media (max-width: 1560px) {
    .box-factory .slick-arrow {
        left: 6%;
    }
}

.box-factory .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 45px;

    display: block;

    width: 45px;
    height: 45px;

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

    color: #e7e6e6;
    background-color: rgba(0, 61, 148, .7);
}

.box-factory .slick-arrow.slick-next {
    right: 12%;
    left: auto;
}

@media (max-width: 1560px) {
    .box-factory .slick-arrow.slick-next {
        right: 6%;
    }
}

.box-factory .slick-arrow.slick-next:before {
    content: '\e827';
}

.box-factory .slick-arrow:hover:before {
    background-color: #00477f;
}

.box-list {
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .box-list {
        padding: 40px 0;
    }
}

.box-list .row {
    font-size: 0;

    margin: 0 -40px;
}

@media (max-width: 1560px) {
    .box-list .row {
        margin: 0 -20px;
    }
}

.box-list .row .list {
    display: inline-block;
    float: none;

    padding: 0 40px;

    vertical-align: top;
}

@media (max-width: 1560px) {
    .box-list .row .list {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .box-list .row .list {
        margin: 20px 0;
    }
}

.box-list .title-list {
    border-bottom: 4px solid #00477f;
}

.box-list .title-list h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    text-transform: capitalize;

    color: #00477f;
}

@media (max-width: 991px) {
    .box-list .title-list h2 {
        font-size: 22px;
    }
}

.box-list a.more {
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 126px;
    height: 40px;
    margin-top: 24px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #00477f;
}

.box-list a.more:hover {
    background-color: #013074;
}

.box-list .info-list {
    display: none;
}

.box-list .info .current .title-list h2:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 4px;
    background-color: #00477f;
    vertical-align: middle;
}

.box-list .news-list {
    padding-bottom: 30px;
}

.box-list .news-list ul li {
    margin-top: 16px;
}

.box-list .news-list ul li p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

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

    color: #666;

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

.box-list .news-list ul li span {
    font-size: 14px;

    color: #888;
}

.box-list .news-list ul li span:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e62c';

    color: #f8a23c;
}

.box-list .news-list ul li a {
    display: block;
}

.box-list .news-list ul li:hover p {
    color: #00477f;
}

.box-list .info .title-list h2:before {
    margin-right: 10px;

    content: '+';
}

.box-list .video-list ul {
    overflow: hidden;

    margin: 0 -10px;
}

.box-list .video-list ul li {
    float: left;

    width: 45%;
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .box-list .video-list ul li {
        width: 50%;
    }
}

.box-list .video-list .video {
    position: relative;

    overflow: hidden;
}

.box-list .video-list .video .img-box {
    z-index: 0;

    padding-bottom: 87.5%;

    background-color: #000;
}

.box-list .video-list .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .83;
}

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

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}

.box-list .video-list .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}

.box-list .video-list .video .play {
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

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

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

    color: #fff;
}

@media (max-width: 991px) {
    .box-list .video-list .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
}

.box-list .video-list .video .play:before {
    font-family: 'iconfont';
    font-size: 30px;
    font-weight: normal;

    display: block;

    content: '\e67f';
}

.box-list .customer-list ul li {
    margin-top: 26px;
}

.box-list .customer-list ul li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

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

    color: #666;

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

.box-list .customer-list ul li a {
    display: block;
}

.box-list .customer-list ul li p {
    font-size: 14px;
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    color: #777;

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

.box-list .customer-list ul li:hover h3 {
    color: #00477f;
}

.box-list .events-list ul li {
    margin-top: 26px;
}

.box-list .events-list ul li p {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin: 0;

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

    color: #666;

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

.box-list .events-list ul li a {
    display: block;
}

.box-list .events-list ul li:hover p {
    color: #00477f;
}

.box-contact {
    padding: 26px 0;

    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .box-contact {
        padding: 40px 0;
    }
}

.box-contact .contact {
    font-size: 0;

    max-width: 1070px;
    margin: 0 auto;
}

.box-contact .contact .text {
    display: inline-block;

    width: 40%;
    padding: 30px 30px 30px 0;

    vertical-align: middle;

    border-right: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .box-contact .contact .text {
        width: 100%;
        padding: 0;

        border-right: none;
    }
}

.box-contact .contact .text h3 {
    font-size: 24px;
    line-height: 1.41666667;

    margin: 0;
}

@media (max-width: 991px) {
    .box-contact .contact .text h3 {
        font-size: 20px;
    }
}

.box-contact .contact .text p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}

.box-contact .contact .message {
    display: inline-block;

    width: 60%;
    padding-left: 80px;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .box-contact .contact .message {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}

.box-contact .contact .message form {
    position: relative;

    padding-right: 126px;
}

.box-contact .contact .message input {
    font-size: 14px;
    line-height: 26px;

    width: 100%;
    padding: 10px 14px;

    border: 1px solid #e5e5e5;
}

.box-contact .contact .message input::-webkit-input-placeholder,
.box-contact .contact .message textarea::-webkit-input-placeholder {
    color: #999;
}

.box-contact .contact .message input:-o-placeholder,
.box-contact .contact .message textarea:-o-placeholder {
    color: #999;
}

.box-contact .contact .message input::-moz-placeholder,
.box-contact .contact .message textarea::-moz-placeholder {
    color: #999;
}

.box-contact .contact .message input:-ms-input-placeholder,
.box-contact .contact .message textarea:-ms-input-placeholder {
    color: #999;
}

.box-contact .contact .message input:focus::-webkit-input-placeholder,
.box-contact .contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.box-contact .contact .message input:focus::-o-placeholder,
.box-contact .contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.box-contact .contact .message input:focus::-moz-placeholder,
.box-contact .contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.box-contact .contact .message input:focus::-ms-input-placeholder,
.box-contact .contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.box-contact .contact .message .submit {
    font-weight: bold;
    line-height: 48px;

    position: absolute;
    right: 0;

    width: 126px;
    height: 48px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-transform: uppercase;

    color: #fff;
    border-radius: 0 5px 5px 0;
    outline: none;
    background-color: #00477f;
}

.box-contact .contact .message .submit:hover {
    background-color: #013074;
}

.footer {
    font-size: 0;

    position: relative;

    background-color: #eff1f8;
}

.footer .foot {
    padding: 60px 0;
}

@media (max-width: 1199px) {
    .footer .foot {
        padding: 10px 0 50px;
    }
}

.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: 16px;
    line-height: 20px;

    margin: 0;

    color: #00477f;
}

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

        float: right;

        content: '\e628';
    }
}

.footer .foot .container>ul>li .item {
    text-align: left;
}

@media (max-width: 1199px) {
    .footer .foot .container>ul>li .item {
        margin-top: 30px;
    }
}

.footer .foot .container>ul>li .item-1 {
    max-width: 250px;
}

@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-1 {
        max-width: 100%;
    }
}

.footer .foot .container>ul>li .item-1 img {
    max-width: 100%;
}

.footer .foot .container>ul>li .item-1 p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    word-break: break-word;

    color: #666;
}

.footer .foot .container>ul>li .item-2 a {
    font-size: 14px;
    line-height: 2.14285714;

    display: block;

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

    color: #666;
}

.footer .foot .container>ul>li .item-2 a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);

    color: #013074;
}

.footer .foot .container>ul>li .item-3 {
    /*max-width: 260px;*/
}

@media (max-width: 991px) {
    .footer .foot .container>ul>li .item-3 {
        max-width: 100%;
    }
}

.footer .foot .container>ul>li .item-3 p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}

.footer .foot .container>ul>li .item-3 p b {
    color: #333;
}

.footer .foot .container>ul>li .item-3 p a {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.footer .foot .container>ul>li .item-3 p.email {
    color: #00477f;
}

.footer .foot .container>ul>li .item-3 p a:hover {
    text-decoration: underline;

    color: #013074;
}

.footer .foot .container>ul>li .item-3 .message {
    margin-top: 10px;
}

.footer .foot .container>ul>li .item-3 .message form {
    position: relative;

    padding-right: 80px;
}

.footer .foot .container>ul>li .item-3 .message input {
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    padding: 0 14px;

    border: 1px solid #e5e5e5;
    background: none;
}

.footer .foot .container>ul>li .item-3 .message input::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea::-webkit-input-placeholder {
    color: #999;
}

.footer .foot .container>ul>li .item-3 .message input:-o-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:-o-placeholder {
    color: #999;
}

.footer .foot .container>ul>li .item-3 .message input::-moz-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea::-moz-placeholder {
    color: #999;
}

.footer .foot .container>ul>li .item-3 .message input:-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:-ms-input-placeholder {
    color: #999;
}

.footer .foot .container>ul>li .item-3 .message input:focus::-webkit-input-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.footer .foot .container>ul>li .item-3 .message input:focus::-o-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.footer .foot .container>ul>li .item-3 .message input:focus::-moz-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.footer .foot .container>ul>li .item-3 .message input:focus::-ms-input-placeholder,
.footer .foot .container>ul>li .item-3 .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.footer .foot .container>ul>li .item-3 .message .submit {
    line-height: 30px;

    position: absolute;
    right: 0;

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

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

    color: #fff;
    border-radius: 0 5px 5px 0;
    outline: none;
    background-color: #00477f;
}

.footer .foot .container>ul>li .item-3 .message .submit:hover {
    background-color: #013074;
}

.footer .foot .container>ul>li .item-3 .share {
    margin-top: 28px;
}

.footer .foot .container>ul>li .item-3 .share h4 {
    font-size: 16px;

    margin: 0;

    color: #00477f;
}

.footer .foot .container>ul>li .item-3 .share ul li {
    display: inline-block;

    margin-top: 12px;
}

.footer .foot .container>ul>li .item-3 .share ul li a {
    display: block;

    margin-right: 6px;

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

    color: #fff;
}

.footer .foot .container>ul>li .item-3 .share ul li a:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;

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

    border-radius: 50%;
    background-color: #00477f;
}

.footer .foot .container>ul>li .item-3 .share ul li.twitter a:before {
    content: '\e60b';
}

.footer .foot .container>ul>li .item-3 .share ul li.linkedin a:before {
    content: '\e6f0';
}

.footer .foot .container>ul>li .item-3 .share ul li.instagram a:before {
    content: '\e64d';
}

.footer .foot .container>ul>li .item-3 .share ul li.youtube a:before {
    content: '\e6d7';
}

.footer .foot .container>ul>li .item-3 .share ul li.google a:before {
    font-size: 14px;

    content: '\e64c';
}

.footer .foot .container>ul>li .item-3 .share ul li.amazon a:before {
    content: '\e6c1';
}

.footer .foot .container>ul>li .item-3 .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #fff;
}

.footer .foot .container>ul>li .info-down {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .footer .foot .container>ul>li .info-down {
        display: none;

        padding-bottom: 10px;
    }
}

.footer .foot .container>ul>li .info-down img {
    max-width: 100%;
}

.footer .foot .container>ul>li.current .title-foot h3:after {
    content: '\e623';
}

.footer .copyright {
    padding: 40px 0;

    text-align: center;

    background-color: #d8deee;
}

@media (max-width: 767px) {
    .footer .copyright {
        padding: 20px 0;
    }
}

.footer .copyright img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .footer .copyright img {
        max-width: 150px;
    }
}

.footer .copyright p {
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #737272;
}

@media (max-width: 767px) {
    .footer .copyright p {
        font-size: 12px;
    }
}

.cart-icon {
    line-height: 30px;

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

    display: none;
}

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

        display: block;
    }
}

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

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: #00477f;
}

.cart-icon a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e603';
}

.cart-icon span {
    font-size: 12px;
    line-height: 20px;

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

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}

.cartpc-icon {
    top: 20%;
    bottom: auto;

    display: block;
}

@media (max-width: 991px) {
    .cartpc-icon {
        display: none !important;
    }
}

.wrapper {
    overflow: hidden;

    padding: 50px 0 80px 0;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 60px 0;
    }
}

.title-in h2 {
    font-size: 45px;
    line-height: 1.28571429;

    position: relative;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}

.title-in p {
    font-size: 16px;
    line-height: 1.75;

    margin-top: 10px;
}

@media (max-width: 991px) {
    .title-in p {
        font-size: 14px;
    }
}

.wrap-location {
    margin-top: 120px;

    background-color: #f5f5f5;
}

@media (max-width: 1199px) {
    .wrap-location {
        margin-top: 90px;
    }
}

.wrap-location .location a {
    line-height: 40px;

    display: inline-block;

    text-transform: capitalize;

    color: #666;
}

.wrap-location .location a:after {
    font-family: 'iconfont' !important;

    margin: 0 4px;

    content: '\e647';

    color: #ee7874;
}

.wrap-location .location a:hover {
    color: #013074;
}

.wrap-location .location a:last-child:after {
    display: none;
}

.wrap-location .location a:last-child:hover {
    color: #666;
}

.wrap-left {
    float: left;

    width: 16%;
}

@media (max-width: 1199px) {
    .wrap-left {
        width: 22%;
    }
}

@media (max-width: 991px) {
    .wrap-left {
        width: 100%;
        /* display: none; */
    }
}

.wrap-left .sidenav ul.level-1>li>a {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    display: block;

    padding: 10px 0;
}

.wrap-left .sidenav ul.level-1>li.active>a,
.wrap-left .sidenav ul.level-1>li:hover>a {
    color: #00477f;
}

.wrap-left .sidenav ul.level-1>li .level-2 li a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 5px;

    color: #666;
}

.wrap-left .sidenav ul.level-1>li .level-2 li a:before {
    margin-right: 4px;

    content: '•';
}

.wrap-left .sidenav ul.level-1>li .level-2 li:hover a,
.wrap-left .sidenav ul.level-1>li .level-2 li.active a {
    color: #00477f;
    background-color: #f5f5f5;
}

.wrap-right {
    float: left;

    width: 84%;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .wrap-right {
        width: 78%;
    }
}

@media (max-width: 991px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}

.wrapper-resources .wrap-left,
.wrapper-product .wrap-left {
    float: left;

    width: 24%;
}

@media (max-width: 1199px) {

    .wrapper-resources .wrap-left,
    .wrapper-product .wrap-left {
        width: 28%;
    }
}

@media (max-width: 991px) {

    .wrapper-resources .wrap-left,
    .wrapper-product .wrap-left {
        width: 100%;
    }
}

.wrapper-resources .wrap-right,
.wrapper-product .wrap-right {
    float: left;

    width: 76%;
    padding-left: 30px;
}

@media (max-width: 1199px) {

    .wrapper-resources .wrap-right,
    .wrapper-product .wrap-right {
        width: 72%;
    }
}

@media (max-width: 991px) {

    .wrapper-resources .wrap-right,
    .wrapper-product .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}

.wrapper-product .wrap-left .sidenav ul.level-1>li>a {
    position: relative;

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

.wrapper-product .wrap-left .sidenav ul.level-1>li.active>a,
.wrapper-product .wrap-left .sidenav ul.level-1>li:hover>a {
    padding-left: 18px;
}

.wrapper-product .wrap-left .sidenav ul.level-1>li.active>a:before,
.wrapper-product .wrap-left .sidenav ul.level-1>li:hover>a:before {
    position: absolute;
    top: 18px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-width: 4px 0 4px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #00477f;
}

.wrapper-product .sidelink {
    margin-top: 30px;
}

.wrapper-product .sidelink ul li {
    margin-top: 24px;

    -webkit-transition: all .8s;
    transition: all .8s;
}

.wrapper-product .sidelink ul li a {
    display: inline-block;
}

.wrapper-product .sidelink ul li a img {
    max-width: 100%;
}

.wrapper-product .sidelink ul li:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.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: #00477f;
}

.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: #013074;
}

.wrap-about .about {
    margin-top: 20px;
}

.wrap-about .about p {
    font-size: 14px;
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}

.wrap-about .about h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;

    margin-top: 0;

    color: #666;
}

.wrap-about .about img {
    max-width: 100%;
}

.wrap-facilities .facilities .item {
    position: relative;

    margin-top: 30px;
}

.wrap-facilities .facilities .item img {
    max-width: 100%;
}

.wrap-facilities .facilities .item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

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

    max-width: 580px;
    margin: 0;
    padding: 20px 30px;

    text-transform: uppercase;

    color: #fff;
    background: -webkit-linear-gradient(left, rgba(11, 105, 233, .42) 80%, transparent);
    background: linear-gradient(to right, rgba(11, 105, 233, .42) 80%, transparent);
}

@media (max-width: 767px) {
    .wrap-facilities .facilities .item h3 {
        font-size: 15px;
        line-height: 30px;

        padding: 10px;
    }
}

.wrap-catalogs .catalogs .item {
    margin-top: 30px;
}

.wrap-catalogs .catalogs .item .pic {
    overflow: hidden;

    border: 1px solid #efefef;
    border-radius: 0 10px 10px 0;
}

.wrap-catalogs .catalogs .item .pic .img-box {
    padding-bottom: 135%;
}

.wrap-catalogs .catalogs .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-catalogs .catalogs .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .honor .item {
    margin-top: 30px;
}

.wrap-honor .honor .item .pic {
    overflow: hidden;

    border: 1px solid #efefef;
}

.wrap-honor .honor .item .pic .img-box {
    padding-bottom: 140.70512821%;
}

.wrap-honor .honor .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .honor .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-references .references .item {
    overflow: hidden;

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

    background-color: #eee;
}

@media (max-width: 767px) {
    .wrap-references .references .item {
        padding: 10px;
    }
}

.wrap-references .references .item .pic {
    float: left;

    width: 30%;
}

@media (max-width: 767px) {
    .wrap-references .references .item .pic {
        width: 40%;
    }
}

.wrap-references .references .item .pic .img-box {
    padding-bottom: 125.71428571%;
}

.wrap-references .references .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-references .references .item .note {
    float: left;

    width: 70%;
    padding-top: 20px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .wrap-references .references .item .note {
        width: 60%;
        padding-top: 10px;
        padding-left: 14px;
    }
}

.wrap-references .references .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    color: #666;

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

.wrap-references .references .item .note p {
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #888;

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

.wrap-references .references .item .note a {
    display: inline-block;
}

.wrap-references .references .item .note a.more {
    line-height: 28px;

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

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

    color: #fff;
    border-radius: 5px;
    background-color: #00477f;
}

.wrap-references .references .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-references .references .item:hover .note h3 {
    color: #00477f;
}

.wrap-references .references .item:hover .note a.more {
    background-color: #013074;
}

.wrap-references-show .title-references-show {
    text-align: center;
}

.wrap-references-show .title-references-show h1 {
    font-size: 45px;
    line-height: 1.33333333;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .wrap-references-show .title-references-show h1 {
        font-size: 24px;
    }
}

.wrap-references-show .title-references-show p {
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #888;
}

.wrap-references-show .references-show {
    margin-top: 20px;
}

.wrap-references-show .references-show p {
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #888;
}

.wrap-references-show .references-show img {
    max-width: 100%;
}

.wrap-references-show .references-show a:hover {
    text-decoration: underline;

    color: #00477f;
}

.wrap-news {
    overflow: hidden;
}

.wrap-news .news-left {
    float: left;

    width: 77%;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .wrap-news .news-left {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-news .news-right {
    float: left;

    width: 23%;
}

@media (max-width: 991px) {
    .wrap-news .news-right {
        width: 100%;
    }
}

.wrap-news .news-right .item {
    margin-top: 30px;
}

.wrap-news .news-right .item h3 {
    font-size: 14px;
    line-height: 2;

    margin: 0;
    padding: 0 14px;

    text-transform: uppercase;

    color: #666;
}

.wrap-news .news-right .item ul li {
    margin-top: 10px;
}

.wrap-news .news-right .item ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    position: relative;

    display: block;

    padding-left: 14px;

    color: #00477f;
}

.wrap-news .news-right .item ul li a:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    background-color: #a0a0a0;
}

.wrap-news .news-right .item ul li a:hover {
    text-decoration: underline;

    color: #013074;
}

.wrap-news .news .item {
    overflow: hidden;

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

    background-color: #eee;
}

@media (max-width: 767px) {
    .wrap-news .news .item {
        padding: 10px;
    }
}

.wrap-news .news .item .pic {
    float: left;

    width: 40%;
}

@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}

.wrap-news .news .item .pic .img-box {
    padding-bottom: 56.66666667%;
}

.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news .item .text {
    float: left;

    width: 60%;
    padding-top: 10px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        padding: 20px 0;
        padding-left: 0;
    }
}

.wrap-news .news .item .text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;

    color: #666;

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

.wrap-news .news .item .text span {
    font-size: 14px;

    display: block;

    color: #00477f;
}

.wrap-news .news .item .text .note {
    height: 48px;
    margin-top: 8px;
}

.wrap-news .news .item .text p {
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    color: #888;

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

.wrap-news .news .item .text a {
    display: inline-block;
}

.wrap-news .news .item .text a.more {
    line-height: 28px;

    height: 28px;
    margin-top: 14px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #00477f;
}

.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 .text h3 {
    color: #00477f;
}

.wrap-news .news .item:hover .text a.more {
    background-color: #013074;
}

.wrap-news-show {
    overflow: hidden;
}

.wrap-news-show .news-left {
    float: left;

    width: 77%;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .wrap-news-show .news-left {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-news-show .news-right {
    float: left;

    width: 23%;
}

@media (max-width: 991px) {
    .wrap-news-show .news-right {
        width: 100%;
    }
}

.wrap-news-show .news-right .item {
    margin-top: 30px;
}

.wrap-news-show .news-right .item h3 {
    font-size: 14px;
    line-height: 2;

    margin: 0;
    padding: 0 14px;

    text-transform: uppercase;

    color: #666;
}

.wrap-news-show .news-right .item ul li {
    margin-top: 10px;
}

.wrap-news-show .news-right .item ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    position: relative;

    display: block;

    padding-left: 14px;

    color: #00477f;
}

.wrap-news-show .news-right .item ul li a:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    background-color: #a0a0a0;
}

.wrap-news-show .news-right .item ul li a:hover {
    text-decoration: underline;

    color: #013074;
}

.wrap-news-show .title-news-show {
    width: 77%;
    padding-right: 60px;

    text-align: center;
}

@media (max-width: 991px) {
    .wrap-news-show .title-news-show {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-news-show .title-news-show h1 {
    font-size: 45px;
    line-height: 1.33333333;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 24px;
    }
}

.wrap-news-show .title-news-show p {
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #888;
}

.wrap-news-show .news-show {
    margin-top: 30px;
}

.wrap-news-show .news-show p {
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #888;
}

.wrap-news-show .news-show img {
    max-width: 100%;
}

.wrap-news-show .news-show a:hover {
    text-decoration: underline;

    color: #00477f;
}

.wrap-product .text {
    margin-top: 40px;
    padding-bottom: 30px;

    border-bottom: 1px dashed #e5e5e5;
}

.wrap-product .text p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}

.wrap-product .product {
    margin-top: 20px;
}

.wrap-product .product .item {
    position: relative;

    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-product .product .item {
        margin-top: 16px;
    }
}

.wrap-product .product .item .pic {
    position: relative;

    border: 1px solid #e5e5e5;
}

.wrap-product .product .item .pic .mask {
    line-height: 38px;

    position: absolute;
    top: 50%;

    width: 100%;
    height: 38px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;

    opacity: 0;
    color: #e4edf9;
    background-color: #00477f;
}

@media (max-width: 1199px) {
    .wrap-product .product .item .pic .mask {
        display: none;
    }
}

.wrap-product .product .item .img-box {
    padding-bottom: 125%;
}

.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .product .item p {
    line-height: 18px;
    /*line-height: 24px;*/

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 42px;
    /*height: 24px;*/
    margin: 14px 0 0 0;

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

    color: #666;

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

.wrap-product .product .item:hover .pic .mask {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
}

@media (max-width: 767px) {
    .wrap-product .product .item:hover .pic .mask {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .6;
}

.inquire-sheet-box {
    position: fixed;
    z-index: 11;
    top: 20%;
    right: 0;

    display: none;

    width: 280px;
    height: auto;

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .inquire-sheet-box {
        display: none;
    }
}

.inquire-sheet-box .j-title {
    position: relative;

    background-color: #191818;
}

.inquire-sheet-box .j-title h2 {
    font-size: 14px;
    line-height: 50px;

    margin: 0;
    padding: 0 20px;

    color: #fff;
}

.inquire-sheet-box .j-title h2:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e634';
}

.inquire-sheet-box .j-title .inquire-close {
    line-height: 50px;

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

    display: inline-block;

    cursor: pointer;

    color: #fff;
}

.inquire-sheet-box .j-title .inquire-close:after {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';
}

.inquire-sheet-box .J-shoping-close {
    line-height: 2;

    float: right;

    width: 20px;

    cursor: pointer;

    color: #999;
}

.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 40px;

    content: '\e78d';
}

.inquire-sheet-box .J-shoping-close:hover {
    color: #00477f;
}

.inquire-sheet-box .J-inquiry {
    font-size: 14px;

    padding: 20px;

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

    color: #fff;
    border-top: none;
    background-color: #fff;
}

.inquire-sheet-box .J-inquiry a {
    line-height: 40px;

    display: block;

    height: 40px;

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

    color: #333;
    background-color: #00477f;
}

.inquire-sheet-box .J-inquiry a:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 6px;

    content: '\e612';
    vertical-align: middle;
}

.inquire-sheet-box .J-inquiry a:hover {
    background-color: #013074;
}

.inquire-sheet-box .J-shoping-body {
    overflow-y: auto;

    max-height: 400px;

    background-color: #fff;
}

.inquire-sheet-box .list {
    overflow: hidden;

    padding: 14px 20px;

    border-bottom: 1px dashed #00477f;
}

.inquire-sheet-box .list .pic {
    float: left;
    overflow: hidden;

    width: 64px;

    border: 1px solid #00477f;
}

.inquire-sheet-box .list .pic .img-box {
    padding-bottom: 61.53846154%;
}

.inquire-sheet-box .list p {
    font-size: 14px;
    line-height: 40px;

    display: -webkit-box;
    float: left;
    overflow: hidden;

    width: 150px;
    margin: 0;
    padding: 0 10px;

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

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 3px;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.wrap-product-show .wrap-left {
    margin-top: 30px;
}

.wrap-product-show .wrap-left .item .img-box {
    padding-bottom: 125%;
}

.wrap-product-show .wrap-left .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -10px;

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

    background: none;
}

@media (max-width: 991px) {
    .wrap-product-show .wrap-left .slick-arrow {
        left: -10px;
    }
}

.wrap-product-show .wrap-left .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

    display: block;

    width: 20px;
    height: 40px;

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

    color: #fff;
    background-color: #999;
}

.wrap-product-show .wrap-left .slick-arrow.slick-next {
    right: -10px;
    left: auto;
}

@media (max-width: 991px) {
    .wrap-product-show .wrap-left .slick-arrow.slick-next {
        right: -10px;
    }
}

.wrap-product-show .wrap-left .slick-arrow.slick-next:before {
    content: '\e827';
}

.wrap-product-show .wrap-left .slick-arrow:hover:before {
    color: #fff;
    background-color: #00477f;
}

.wrap-product-show .wrap-left .slider-nav .slick-slide {
    padding: 0 10px;
}

.wrap-product-show .series {
    margin-top: 50px;
}

.wrap-product-show .series h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;

    margin: 0;
    padding: 0 18px;

    color: #fff;
    border-radius: 6px;
    background-color: #00477f;
}

.wrap-product-show .series ul li {
    border-bottom: 1px solid #e5e5e5;
}

@media(max-width:991px) {
    .wrap-product-show .series ul li {
        display: inline-block;
        vertical-align: top;
    }
}

.wrap-product-show .series ul li a {
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 10px 12px;

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

    color: #888;
}

@media(max-width:991px) {
    .wrap-product-show .series ul li a {
        padding: 4px 10px;
        font-size: 12px;
    }

    .wrapper-product .sidelink ul li {
        display: inline-block;
        vertical-align: top;
    }
}

.wrap-product-show .series ul li:hover a {
    background-color: #eee;
}

.wrap-product-show .title-product-show h1 {
    font-size: 45px;
    line-height: 1.28571429;

    position: relative;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .wrap-product-show .title-product-show h1 {
        font-size: 24px;
    }
}

.wrap-product-show .product-show {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show {
        padding-left: 0;
    }
}

.wrap-product-show .product-show .info-box {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box {
        margin-top: 30px;
    }
}

.wrap-product-show .product-show .info-box .text p {
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-product-show .product-show .info-box .fun-btn {
    margin-top: 50px;
}

.wrap-product-show .product-show .info-box .fun-btn ul {
    overflow: hidden;

    margin: 0 -12px;
}

.wrap-product-show .product-show .info-box .fun-btn ul li {
    float: left;

    width: 50%;
    margin-top: 10px;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .fun-btn ul li {
        width: 100%;
    }
}

.wrap-product-show .product-show .info-box .fun-btn ul li a {
    font-size: 24px;
    line-height: 58px;

    display: block;

    height: 58px;

    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    border-radius: 5px;
    background-color: #00477f;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box .fun-btn ul li a {
        line-height: 44px;

        height: 44px;
    }
}

.wrap-product-show .product-show .info-box .fun-btn ul li a:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

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

    color: #fff;
}

.wrap-product-show .product-show .info-box .fun-btn ul li a.btn-inquiry:before {
    content: '\e640';
}

.wrap-product-show .product-show .info-box .fun-btn ul li a:hover {
    background-color: #013074;
}

.wrap-product-show .parameter {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter {
        padding-top: 50px;
    }
}

.wrap-product-show .parameter .category {
    position: relative;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter .category {
        overflow: hidden;
    }
}

.wrap-product-show .parameter ul.sort {
    font-size: 0;

    overflow: hidden;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter ul.sort {
        margin: 0 -16px;
    }
}

.wrap-product-show .parameter ul.sort:after {
    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}

.wrap-product-show .parameter ul.sort li {
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.wrap-product-show .parameter ul.sort li a {
    font-size: 16px;
    line-height: 40px;

    display: block;

    padding: 0 34px;

    color: #666;
    border: 1px solid #fff;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter ul.sort li a {
        padding: 0 16px;
    }
}

.wrap-product-show .parameter ul.sort li.active:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter ul.sort li.active:after {
        display: none;
    }
}

.wrap-product-show .parameter ul.sort li.active a {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter ul.sort li.active a {
        color: #00477f;
        border: 1px solid #fff;
    }
}

.wrap-product-show .parameter .list {
    padding: 30px 0 50px;

    border-bottom: 1px dashed #e5e5e5;
}

.wrap-product-show .parameter .list p {
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}

.wrap-product-show .parameter .list p span {
    position: relative;

    display: block;

    padding-left: 14px;
}

.wrap-product-show .parameter .list p span:before {
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    /*background-color: #5796ef;*/
}

.wrap-product-show .parameter .list 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;
    /*white-space: nowrap;*/
}

.wrap-product-show .parameter table tr td:first-child {
    text-align: left;
}

.wrap-product-show .parameter table td p {
    white-space: nowrap;
}

.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: 40px 0;

    border-bottom: 1px dashed #e5e5e5;
}

.wrap-product-show .inquiry .title-inquiry h2 {
    font-size: 20px;
    line-height: 2;

    margin: 0;

    color: #00477f;
}

.wrap-product-show .inquiry .info p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}

.wrap-product-show .inquiry .row {
    margin: 0 -4px;
}

.wrap-product-show .inquiry form {
    margin-top: 10px;
}

.wrap-product-show .inquiry form .item {
    padding: 0 4px;
}

.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 14px;
    line-height: 24px;

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

    border: none;
    border-radius: 5px;
    background: #f2f7fd;
}

.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 .submit {
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;

    /*display: block;*/

    /*width: 100%;*/
    width: 20%;
    height: 42px;
    margin-top: 14px;
    padding: 0;

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #00477f;
}

.wrap-product-show .inquiry form .submit:hover {
    background-color: #013074;
}

.wrap-product-show .relate {
    padding-top: 40px;
}

.wrap-product-show .relate .title-relate h2 {
    font-size: 20px;
    line-height: 2;

    margin: 0;

    color: #00477f;
}

.wrap-product-show .relate .item {
    position: relative;

    margin-top: 30px;
}

@media (max-width: 767px) {
    .wrap-product-show .relate .item {
        margin-top: 16px;
    }
}

.wrap-product-show .relate .item .pic {
    position: relative;

    border: 1px solid #e5e5e5;
}

.wrap-product-show .relate .item .pic .mask {
    line-height: 38px;

    position: absolute;
    top: 50%;

    width: 100%;
    height: 38px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;

    opacity: 0;
    color: #e4edf9;
    background-color: #00477f;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate .item .pic .mask {
        display: none;
    }
}

.wrap-product-show .relate .item .img-box {
    padding-bottom: 125%;
}

.wrap-product-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .relate .item p {
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 14px 0 0 0;
    padding: 0 10px;

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

    color: #666;

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

.wrap-product-show .relate .item:hover .pic .mask {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
}

@media (max-width: 767px) {
    .wrap-product-show .relate .item:hover .pic .mask {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.wrap-product-show .relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .6;
}

.wrap-contact .contact {
    padding-bottom: 30px;

    border-bottom: 1px dashed #e5e5e5;
}

.wrap-contact .contact .title-contact h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5625;

    margin: 0;

    color: #00477f;
}

@media (max-width: 991px) {
    .wrap-contact .contact .title-contact h2 {
        font-size: 22px;
    }
}

.wrap-contact .contact .title-contact p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}

@media (max-width: 991px) {
    .wrap-contact .contact .title-contact p {
        font-size: 14px;
    }
}

.wrap-contact .contact .list ul {
    font-size: 0;
}

@media (min-width: 1200px) {
    .wrap-contact .contact .list ul {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }

    .wrap-contact .contact .list ul:after {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}

.wrap-contact .contact .list ul li {
    display: inline-block;

    text-align: left;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .wrap-contact .contact .list ul li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .wrap-contact .contact .list ul li {
        width: 100%;
    }
}

.wrap-contact .contact .list .item {
    position: relative;

    margin-top: 30px;
    padding-left: 56px;
}

.wrap-contact .contact .list .item:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 35px;

    position: absolute;
    left: 0;

    display: block;

    width: 35px;
    height: 35px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #9eacef;
}

.wrap-contact .contact .list .item h3 {
    font-size: 16px;
    font-weight: bold;

    margin: 0 0 10px 0;
}

.wrap-contact .contact .list .item p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #888;
}

.wrap-contact .contact .list .item a:hover {
    text-decoration: underline;

    color: #00477f;
}

.wrap-contact .contact .list .item-tel:before {
    content: '\e62e';

    background-color: #f4a8a5;
}

.wrap-contact .contact .list .item-email:before {
    content: '\e72e';

    background-color: #8be5a9;
}

.wrap-contact .contact .list .item-website:before {
    font-size: 18px;

    content: '\e897';

    background-color: #e9d58f;
}

.wrap-contact .contact .list .item-whatsapp:before {
    content: '\e621';
}

.wrap-contact .message {
    padding: 30px 0;

    border-bottom: 1px dashed #e5e5e5;
}

.wrap-contact .message .title-message p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}

.wrap-contact .message input,
.wrap-contact .message textarea,
.wrap-contact .message select {
    line-height: 28px;

    width: 100%;
    min-height: 42px;
    margin-top: 14px;
    padding: 6px 16px;

    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
    background: none;
}

.wrap-contact .message select {
    color: #777;
}

.wrap-contact .message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;

    /*display: block;*/

    width: 15%;
    /*width: 100%;*/
    height: 42px;
    margin-top: 14px;
    padding: 0;

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #00477f;
}

.wrap-contact .message .submit:hover {
    background-color: #013074;
}

.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder {
    color: #777;
}

.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder {
    color: #777;
}

.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder {
    color: #777;
}

.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder {
    color: #777;
}

.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-contact .wrap-map {
    margin-top: 30px;
}

.wrap-contact .wrap-map .map {
    overflow: hidden;

    height: 538px;
}

@media (max-width: 991px) {
    .wrap-contact .wrap-map .map {
        height: 340px;
    }
}

.wrap-contact .wrap-map .map img {
    height: 100%;
}

.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 {
    line-height: 32px;

    min-width: 32px;
    height: 32px;
    margin: 0 4px;

    cursor: pointer;
    text-align: center;

    color: #666;
    border-radius: 5px;
    background: #fff;
}

.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: #d2d3d5;
}

.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: #00477f;
    background-color: #00477f;
}

.page li.next a:before {
    content: '\e72f';
}

.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #00477f;
    background-color: #00477f;
}

.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: rgba(255, 255, 255, .5);*/
    background: rgba(0, 71, 127, 0.3);
    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}

.fixed-header {
    position: fixed;
    top: 0;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
}

/* .fixed-header .logo
{
    margin-top: 5px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
.fixed-header .hover-menu
{
    height: 0;
    margin-top: 0;
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
} */

.list_1:hover {
    color: #00477f;
}

.header .hover-menu .item_content.search_item {
    left: 0;
}

.header .nav .nav-list1>li.more>a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media(max-width: 1400px) {
    .header .nav .nav-list1>li>a {
        padding: 0 22px;
    }

    .wrap-product-show .parameter ul.sort li a {
        padding: 0 26px;
    }
}

.level-2>li:last-child {
    border-bottom: none !important;
}

@media(max-width:991px) {
    .wrap-product-show .product-show .info-box .fun-btn ul li a {
        font-size: 18px;
    }

    .wrap-product-show .product-show .info-box .fun-btn {
        margin-top: 10px;
    }
}

/*
.zoomDiv {
    z-index: 999;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;

}
@media(min-width: 768px) {
    	.zoomDiv {
        position: absolute;
    }
}

.zoomMask {
    z-index: 1;
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;

}
@media(max-width: 767px) {
	.zoomMask {
		display: none;
	}

   }
 */
.wrap-product-show .wrap-left .slider-nav {
    padding: 0 0%;
}

.wrap-product-show .wrap-left .slider-nav .item {
    border: 1px solid #dcdcdc;
}

.wrap-product-show .wrap-left .slick-current .item {
    border-color: #00477f;
}

.xs-online {
    font-family: Arial;

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

    display: none;

    width: 100%;

    background-color: #0255a5;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}

.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}

.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #014b92;
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li:last-child {
    border-right: none;
}

.xs-online ul li>a {
    font-size: 14px;

    display: block;

    padding: 8px 0;

    text-transform: capitalize;

    color: inherit;
}

@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}

.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xs-online ul li.product>a:before {
    content: '\e7e9';
}

.xs-online ul li.mail>a:before {
    content: '\e72e';
}

.xs-online ul li.map>a:before {
    content: '\e63e';
}

.xs-online ul li.feedback>a:before {
    content: '\e826';
}

.xs-online ul li.top>a:before {
    content: '\e60f';
}

.xs-online ul li.inquire>a:before {
    content: '\e66b';
}

.xs-online ul li.home>a:before {
    content: '\e6c8';
}

.xs-online ul li.message>a:before {
    content: '\e66b';
}

.xs-online ul li.tel>a:before {
    content: '\e61c';
}

.xs-online ul li.whatsapp>a:before {
    content: '\e751';
}

.xs-online ul li.contact>a:before {
    content: '\e609';
}

.xs-online ul li.products>a:before {
    content: '\e642';
}

.xs-online ul li.wechat>a:before {
    content: '\e604';
}

.xs-online ul li .xs-online ul li.wechat>a {
    position: relative;
}

.xs-online ul li .xs-online ul li.wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}

.xs-online ul li .xs-online ul li.wechat>a:hover img {
    display: block;
}

@media(max-width:991px) {
    .footer {
        padding-bottom: 60px;
    }
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: none;
    color: #333333;
    /* box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3) */
}

.cookie-bar p {
    line-height: 24px;
    text-align: left;
    padding-right: 5%;
    width: calc(100% - 240px);
}

.cookie-flex {
    display: flex;
    align-items: center;

}

.cookie-bar .accept-cookie {
    color: #ffffff;
    background-color: #333333;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 0;
}

.cookie-bar .accept-cookie:hover {

    background-color: #000000;
}

.cookie-bar .refuse-cookie {
    color: #000000;
    border: 1px solid #666666;
    display: inline-block;
    padding: 8px 16px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 0;
    margin-right: 20px;
}

.cookie-bar .refuse-cookie:hover {
    color: #ffffff;
    background-color: #000000;
}

@media(max-width:991px) {
    .cookie-flex {
        flex-wrap: wrap;
    }

    .cookie-bar p {
        width: 100%;
    }
}


.header .header-language {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-left: 20px;
    width: auto !important;
}

.header .header-language .header-language2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Manrope', Arial, sans-serif;
    cursor: pointer;
    font-weight: 500;
    font-size: var(--14);
}

.header .header-language .header-language2 i {
    font-size: var(--16);
    color: #fff;
}

.header .header-language:hover .more {
    opacity: 1;
    transform: translate(0%, 100%);
    visibility: visible;
}

.header .header-language a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px 10px;
}

.header .header-language .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 400px;
    z-index: 10000;
    text-align: center;
}

.header .header-language .more a {
    transition: all 0.5s;
}

.header .header-language .more a:hover {
    color: var(--c) !important;
}

.header .header-language .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
}

.header .header-language .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.header .header-language .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
}

.header .header-language .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
}


.header .header-language .languagebox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.header .header-language .languagebox li {
    width: 33%;
    padding-right: 20px;
}

.header .header-language .languagebox li img,
.header .header-language .languagebox li svg {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 4px;
}

.header .header-language .languagebox li .ignore {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: #797979 !important;
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .header .header-language:hover .more {
        transform: translate(0%, 100%);
    }

    .header .header-language .more {
        transform: translate(0%, 100%);
    }

    .header .header-language {
        padding-top: 18px;
        padding-left: 20px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .header .header-language .more {
        width: 270px;
    }

    .header .header-language .languagebox li {
        width: 50%;
    }

    .header .header-language .languagebox li img,
    .header .header-language .languagebox li svg {
        width: 20px;
        height: 20px;
        object-fit: cover;
        margin-right: 4px;
    }
}