/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1440px;
    margin: 0;
    padding: 0;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1440px) {
    body {
        min-width: 1200px;
    }
}
body.fixed {
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1440px) {
    .container {
        max-width: 1230px;
    }
}
ul {
    margin: 0;
    padding: 0;
}
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;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;

    margin: 0;

    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.img-box {
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.hidden {
    display: none !important;
}
.row {
    overflow: hidden;

    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;

    padding: 0 15px;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.header {
    position: relative;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 130px;

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

    background-color: #fff;
}
.header .header-top {
    overflow: hidden;

    height: 40px;

    background-color: rgba(0, 0, 0, .6);
}
.header .header-top p {
    line-height: 40px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
.header .header-top p.tel {
    display: inline-block;
    float: right;
}
.header .header-top p.tel:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e654';
}
.header .header-top p.tel a:hover {
    text-decoration: underline;
}
.header .logo {
    position: absolute;
    top: 0;
    left: 0;

    height: 155px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 100px;
    }
}
.header .logo a {
    display: block;

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

    height: 100%;
}
.header .header-product-nav {
    height: 90px;
}
.header .header-product-nav .container {
    position: relative;
}
.header .nav {
    display: inline-block;
    float: right;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
}
.header .nav a:hover {
    color: #153067;
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
.header .nav .nav-list1 {
    font-size: 0;
}
.header .nav .nav-list1>li {
    position: relative;

    float: left;

    margin-left: 10px;
}
.header .nav .nav-list1>li>a {
    font-size: 18px;
    line-height: 90px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 26px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 18px;
    }
}
@media (max-width: 1280px) {
    .header .nav .nav-list1>li>a {
        font-size: 18px;

        padding: 0 16px;
    }
}
.header .nav .nav-list1>li:hover>a,
.header .nav .nav-list1>li.active>a {
    color: #153067;
}
.header .nav .nav-list1>li .nav-close {
    font-size: 20px;

    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;

    cursor: pointer;
}
.header .nav .nav-list1>li .nav-close:after {
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.header .nav .nav-list1>li .nav-close:hover {
    color: #153067;
}
.header .nav .nav-list1>li.nav-active .nav-list2 {
    display: block;
}
.header .nav .nav-list1 .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;

    display: none;
    overflow: hidden;

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

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

    color: #fff;
    background-color: #153067;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.header .nav .nav-list1 .nav-list2 li {
    display: block;

    list-style: none;

    vertical-align: top;
}
.header .nav .nav-list1 .nav-list2 li a {
    font-size: 16px;
    line-height: 24px;

    padding: 0 20px;
}
.header .nav .nav-list1 .nav-list2 li:hover a {
    text-decoration: underline;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .nav .nav-list2 {
        display: none;
    }
    .header .nav .nav-list2 a {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

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

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

    margin: 0;

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

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

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

    clear: both;

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

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

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #153067;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;

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

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

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .pc-search {
    position: relative;

    float: right;

    width: 120px;
    margin-top: 30px;
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 20px;

    width: 100%;
    padding: 4px 50px 4px 10px;

    border: none;
    border: 1px solid #153067;
    border-radius: 30px;
    outline: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: rgba(153, 153, 153, .72);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search .submit {
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

    display: block;

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

    text-align: center;

    color: rgba(252, 248, 248, .72);
    border-radius: 0 30px 30px 0;
    background-color: #153067;
}
.header .pc-search .submit:after {
    font-family: 'iconfont' !important;

    content: '\e748';
}
.header .pc-search .submit:hover {
    background-color: #1543a1;
}
.header .find {
    line-height: 92px;

    display: none;
    float: right;

    height: 92px;
    margin-left: 20px;
    padding: 0;

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

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

        height: 70px;
        margin: 0;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .header .find {
        margin-right: 4px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .find:hover {
    color: #666;
}
.header .language {
    display: inline-block;
    float: right;

    margin-top: 30px;
    margin-left: 10px;
}
.header .language a {
    font-size: 12px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #153067;
}
.header .language a:hover {
    background-color: #1543a1;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover {
    text-decoration: none;
}
.online-wrap .online a:before {
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #1543a1;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #1543a1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart {
    position: relative;
}
.online-wrap .online .cart:before {
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span {
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #153067;
}
.online-wrap .online .icon-qq:before {
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

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

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after {
    display: none !important;
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #153067;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li.tel>a:before {
    content: '\e61c';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

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

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;

    width: 56px;
    height: 6px;
    margin: 0 4px;

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

    border-radius: 0;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
    .banner .slick-dots li {
        margin: 0 6px;
    }
}
.banner .slick-dots li.slick-active {
    background-color: #153067;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    padding: 0;

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

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        left: 8%;
    }
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px) {
    .banner .slick-arrow:before {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
@media (max-width: 1199px) {
    .banner .slick-arrow.slick-next {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #1543a1;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .banner-pic {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}
.banner .banner-pic img {
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in b {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in .location {
    font-size: 14px;
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-in .location {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location ul {
    margin: 0;
    padding: 0;
}
.banner-in .text-in .location ul:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e62c';
    vertical-align: middle;
}
.banner-in .text-in .location ul li {
    display: inline-block;

    vertical-align: middle;
}
.banner-in .text-in .location ul li:after {
    margin: 0 2px;

    content: '>';
}
.banner-in .text-in .location ul li:last-child:after {
    display: none;
}
.banner-in .text-in .location ul li a {
    display: inline-block;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 480px) {
    .banner-in .text-in .location ul li a {
        font-size: 12px;
    }
}
.banner .slick-current img {
    -webkit-animation: narrow 4s 0s ease both;
    animation: narrow 4s 0s ease both;
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    text-align: center;
}
.title b {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    vertical-align: bottom;
}
@media (max-width: 991px) {
    .title b {
        font-size: 24px;
    }
}
.title b:after {
    display: block;

    width: 300px;
    height: 4px;
    margin-top: 6px;

    content: '';

    background: url(../images/line-1.png) no-repeat center;
}
.title b img {
    display: inline-block;

    margin: 0 6px;

    vertical-align: bottom;
}
@media (max-width: 991px) {
    .title b img {
        max-width: 24px;
    }
}
.title p {
    font-size: 24px;
    line-height: 1;

    margin: 10px 0 0 0;

    color: #d9d6d6;
}
@media (max-width: 991px) {
    .title p {
        font-size: 18px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.icon-dot {
    display: inline-block;

    width: 6px;
    height: 6px;
    margin-bottom: 4px;

    vertical-align: bottom;

    background-color: #153067;
}
.box-about {
    position: relative;

    overflow: hidden;

    padding-bottom: 0;

    background-color: #f5f5f5;
}
p .box-about:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    background-color: #fff;
}
.box-about .row {
    overflow: visible;
}
.box-about .about {
    position: relative;
    z-index: 2;
}
.box-about .about .title-about {
    margin-top: 20px;
}
.box-about .about .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.box-about .about .text {
    margin-top: 20px;
}
.box-about .about .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;
}
.box-about .about .more {
    text-align: right;
}
.box-about .about .more a {
    font-size: 50px;
    line-height: 30px;

    display: inline-block;

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

    color: #153067;
}
.box-about .about .more a:after {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.box-about .about .more a:hover {
    color: #1543a1;
}
.box-about .about .number ul {
    font-size: 0;
}
.box-about .about .number ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;

    vertical-align: top;
}
.box-about .about .number .item {
    position: relative;

    padding-left: 66px;

    color: #153067;
}
.box-about .about .number .item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

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

    content: '\e619';
}
.box-about .about .number .item-changfang:before {
    font-size: 50px;

    content: '\e816';
}
.box-about .about .number .item-chuan:before {
    content: '\e874';
}
.box-about .about .number .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    border-bottom: 1px solid #153067;
}
.box-about .about .number .item p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 10px 0 0 0;
}
.box-about .about .number .item p span {
    display: inline-block;
}
.box-about .about .number .item p sup {
    font-size: 20px;

    top: 10px;

    vertical-align: top;
}
.box-about .about .number .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-about .about .slick-video {
    font-size: 0;

    position: relative;

    width: 120%;
    padding: 20px 20px 0 0;
}
.box-about .about .slick-video:before {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 70%;
    height: 20px;

    content: '';

    background-color: #2c76a3;
}
@media (max-width: 991px) {
    .box-about .about .slick-video:before {
        height: 10px;
    }
}
.box-about .about .slick-video:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 20px;
    height: 90%;

    content: '';

    background-color: #2c76a3;
}
.box-about .about .video {
    position: relative;

    overflow: hidden;

    width: 100%;

    background-color: #000;
}
.box-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .about .video .img-box {
    padding-bottom: 72.30769231%;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .5;
}
.box-about .about .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about .video .play {
    font-size: 70px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.box-about .about .video .play:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e618';
}
.box-about .about .video:hover .img-box {
    opacity: .7;
}
.box-about .about .slick-arrow {
    line-height: 34px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 0;
    left: -34px;

    overflow: hidden;

    width: 34px;
    height: 34px;
    padding: 0;

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

    color: #153067;
    border: none;
    border: 1px solid #153067;
    outline: none;
    background: none;
}
.box-about .about .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.box-about .about .slick-arrow.slick-next {
    left: 0;

    color: #fff;
    background-color: #153067;
}
.box-about .about .slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e827';
}
.box-about .about .slick-arrow:hover {
    color: #fff;
    background-color: #1543a1;
}
.box-product .product {
    margin-top: 60px;
}
.box-product .product .row {
    margin: 0;
}
.box-product .product .itembox {
    padding: 0;
}
.box-product .product .item {
    display: block;

    padding: 40px 0 0 0;

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

    color: inherit;
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
}
.box-product .product .item .img-box {
    padding-bottom: 106.38297872%;
}
.box-product .product .item .note {
    position: relative;

    padding: 20px 0 60px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 991px) {
    .box-product .product .item .note {
        padding: 30px 0 0 0;
    }
}
.box-product .product .item .note:after {
    font-family: 'iconfont' !important;
    line-height: 30px;

    position: absolute;
    right: 30px;
    bottom: 20px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e636';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-product .product .item .note:after {
        display: none;
    }
}
.box-product .product .item .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product .item .note b {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.box-product .product .item .note b:before {
    display: block;

    width: 200px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background-color: #000;
}
@media (max-width: 991px) {
    .box-product .product .item .note b:before {
        width: 100px;
    }
}
.box-product .product .item:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.box-product .product .item:hover .note {
    padding: 40px 0;
}
.box-product .product .item:hover .note:after {
    color: #153067;
}
.box-product .product .item:hover .note b {
    color: #fff;
}
.box-product .product .item:hover .note b:before {
    background-color: #fff;
}
.box-equipment {
    background: url(../images/equipment_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
.box-equipment .title b,
.box-equipment .title p {
    color: #fff;
}
.box-equipment .title b:after {
    background: url(../images/line-2.png) no-repeat center;
}
.box-equipment .equipment {
    font-size: 0;
}
.box-equipment .equipment .item {
    position: relative;

    display: block;

    margin-top: 30px;
}
.box-equipment .equipment .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-equipment .equipment .item .note {
    position: absolute;
    bottom: 0;

    overflow: hidden;

    width: 100%;
    height: 60px;

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

    color: #fff;
    background-color: rgba(21, 48, 103, .8);
}
.box-equipment .equipment .item .note b {
    font-size: 24px;
    font-weight: normal;

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

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-equipment .equipment .item-1 .img-box {
    padding-bottom: 148.88888889%;
}
.box-equipment .equipment .item-2 .img-box,
.box-equipment .equipment .item-4 .img-box {
    padding-bottom: 96.96969697%;
}
.box-equipment .equipment .item-3 .img-box {
    padding-bottom: 56.14035088%;
}
.box-equipment .equipment .item-5,
.box-equipment .equipment .item-6 {
    display: inline-block;

    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);

    vertical-align: top;
}
.box-equipment .equipment .item-5 .img-box,
.box-equipment .equipment .item-6 .img-box {
    padding-bottom: 118.51851852%;
}
.box-equipment .equipment .item-6 {
    float: right;
}
.box-equipment .equipment .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-equipment .equipment .item:hover .note {
    left: 0;

    height: 100%;
}
.box-equipment .equipment .item:hover .note b {
    font-size: 34px;
    font-weight: bold;
}
.box-equipment .equipment .item:hover .note b:after {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e61a';
}
.box-network {
    background: url(../images/network_bg.jpg) no-repeat top center #fcfdff;
}
.box-network .network {
    margin-top: 30px;

    text-align: center;
}
.box-network .network img {
    max-width: 100%;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .foot {
    position: relative;
    z-index: 2;

    padding: 50px 0;

    color: #fff;
}
.footer .foot>ul {
    padding: 0;

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

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

    content: '';
}
.footer .foot>ul>li {
    display: inline-block;

    vertical-align: top;
    word-break: break-all;
}
.footer .foot>ul>li h3 {
    font-size: 20px;
    line-height: 1;

    position: relative;
    z-index: 2;

    text-transform: capitalize;
}
.footer .foot>ul>li .item {
    text-align: left;
}
.footer .foot>ul>li .item-1 {
    max-width: 450px;
}
.footer .foot>ul>li .item-1 p {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;

    color: #fff;
}
.footer .foot>ul>li .item-1 a:hover {
    text-decoration: underline;
}
.footer .foot>ul>li .item-2 a {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    text-transform: capitalize;

    color: #fff;
}
.footer .foot>ul>li .item-2 a:hover {
    text-decoration: underline;
}
.footer .foot>ul>li .item-3 {
    width: 250px;
}
.footer .foot>ul>li .item-3 p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #797979;
}
.footer .foot>ul>li .item-3 ul {
    font-size: 0;

    margin: 0 -8px;
}
.footer .foot>ul>li .item-3 ul li {
    display: inline-block;

    width: 100%;
    padding: 0 8px;

    vertical-align: top;
}
.footer .foot>ul>li .item-3 input,
.footer .foot>ul>li .item-3 textarea {
    font-size: 14px;
    line-height: 20px;

    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #666;
    outline: none;
    background: none;
}
.footer .foot>ul>li .item-3 input::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:-o-placeholder,
.footer .foot>ul>li .item-3 textarea:-o-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-o-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-moz-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-3 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-3 .submit {
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 6px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.footer .foot>ul>li .item-3 .submit:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e68c';
}
.footer .foot>ul>li .item-3 .submit:hover {
    background-color: #1543a1;
}
.footer .foot>ul>li .info-down {
    margin-top: 20px;
}
.footer .foot>ul>li .info-down img {
    max-width: 100%;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e623';
}
.footer .copyright {
    font-size: 14px;

    padding: 15px 0;

    text-align: center;

    border-top: 1px solid #8f8b8c;
}
.footer .copyright p {
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .copyright p {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright a {
    color: inherit;
}
.footer .copyright a:hover {
    text-decoration: underline;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
.wrapper {
    position: relative;
    z-index: 9;
}
.title-in b {
    font-size: 38px;
    font-weight: 300;
    line-height: 1;

    display: block;

    text-transform: capitalize;

    color: #153067;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.title-in p {
    font-size: 22px;
    font-weight: bold;

    margin: 10px 0 0 0;

    color: #153067;
}
.product-left {
    float: left;

    width: 20%;
    padding-bottom: 200px;

    background-color: #fff;
}
.product-left .title-product-left {
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.product-left .title-product-left b {
    font-size: 24px;
    line-height: 30px;

    display: block;

    padding: 25px 30px;

    color: #fff;
}
.product-left ul.sidenav-level1 {
    padding: 20px;
}
.product-left ul.sidenav-level1>li {
    display: block;

    list-style: none;
}
.product-left ul.sidenav-level1>li>a {
    font-size: 22px;
    line-height: 30px;

    display: block;

    padding: 20px 14px;

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

    color: inherit;
}
.product-left ul.sidenav-level1>li.active>a,
.product-left ul.sidenav-level1>li:hover>a {
    text-decoration: underline;

    color: #153067;
}
.product-right {
    float: left;

    width: 80%;
    padding: 0 0 0 30px;
}
.inside-nav {
    position: relative;

    overflow: hidden;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .inside-nav {
        margin-top: 70px;
    }
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;

    overflow-x: auto;

    border-bottom: 1px solid #e6e6e6;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul {
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li {
    display: inline-block;

    color: #999;
}
.inside-nav ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: inherit;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #fff;
    background-color: #153067;
}
.wrap-about {
    position: relative;

    overflow: hidden;

    padding-bottom: 10px;

    background-color: #f5f5f5;
}
.wrap-about:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    background-color: #fff;
}
.wrap-about .about {
    position: relative;
    z-index: 2;
}
.wrap-about .about .title-about {
    margin-top: 20px;
}
.wrap-about .about .title-about b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.wrap-about .about .about-text {
    padding-left: 18%;
}
@media (max-width: 1440px) {
    .wrap-about .about .about-text {
        padding-left: 6%;
    }
}
.wrap-about .about .text {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
    margin-top: 20px;
}
.wrap-about .about .number ul {
    font-size: 0;
}
.wrap-about .about .number ul li {
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;

    vertical-align: top;
}
.wrap-about .about .number .item {
    position: relative;

    padding-left: 66px;

    color: #153067;
}
.wrap-about .about .number .item:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 60px;

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

    content: '\e619';
}
.wrap-about .about .number .item-changfang:before {
    font-size: 50px;

    content: '\e816';
}
.wrap-about .about .number .item-chuan:before {
    content: '\e874';
}
.wrap-about .about .number .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    border-bottom: 1px solid #153067;
}
.wrap-about .about .number .item p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 10px 0 0 0;
}
.wrap-about .about .number .item p span {
    display: inline-block;
}
.wrap-about .about .number .item p sup {
    font-size: 20px;

    top: 10px;

    vertical-align: top;
}
.wrap-about .about .number .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-about .about .slick-video {
    font-size: 0;

    position: relative;

    width: 100%;
    padding: 20px 20px 0 0;
}
.wrap-about .about .slick-video:before {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 70%;
    height: 20px;

    content: '';

    background-color: #2c76a3;
}
@media (max-width: 991px) {
    .wrap-about .about .slick-video:before {
        height: 10px;
    }
}
.wrap-about .about .slick-video:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 20px;
    height: 90%;

    content: '';

    background-color: #2c76a3;
}
.wrap-about .about .video {
    position: relative;

    width: 100%;

    background-color: #000;
}
.wrap-about .about .video:before {
    position: absolute;
    top: 10px;
    left: -10px;

    display: block;

    width: 10px;
    height: 100%;

    content: '';

    background-color: #2c76a3;
}
.wrap-about .about .video:after {
    position: absolute;
    bottom: -10px;
    left: -10px;

    display: block;

    width: 100%;
    height: 10px;

    content: '';

    background-color: #2c76a3;
}
.wrap-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-about .about .video .img-box {
    padding-bottom: 57.31707317%;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    opacity: .5;
}
.wrap-about .about .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-about .about .video .play {
    font-size: 70px;
    line-height: 60px;

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

    display: inline-block;

    width: 100%;

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

    color: #fff;
}
.wrap-about .about .video .play:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e618';
}
.wrap-about .about .video:hover .img-box {
    opacity: .7;
}
.wrap-number {
    margin-top: 50px;
    padding: 30px 0;

    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-number ul {
    font-size: 0;

    padding: 0;

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

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

    content: '';
}
.wrap-number ul li {
    font-size: 14px;

    display: inline-block;

    margin-top: 20px;

    text-align: left;
    vertical-align: top;
}
.wrap-number .item {
    position: relative;

    padding-left: 100px;

    color: #fff;
}
.wrap-number .item:before {
    font-family: 'iconfont' !important;
    font-size: 90px;
    line-height: 90px;

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

    content: '\e619';
}
.wrap-number .item-changfang:before {
    font-size: 80px;

    content: '\e816';
}
.wrap-number .item-chuan:before {
    content: '\e874';
}
.wrap-number .item b {
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    border-bottom: 1px solid #fff;
}
.wrap-number .item p {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;

    margin: 10px 0 0 0;
}
.wrap-number .item p span {
    display: inline-block;
}
.wrap-number .item p sup {
    font-size: 20px;

    top: 10px;

    vertical-align: top;
}
.wrap-number .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-culture {
    padding: 50px 0;
}
.wrap-culture .culture {
    overflow: hidden;
}
.wrap-culture .culture .item {
    position: relative;

    overflow: hidden;
}
.wrap-culture .culture .item .img-box {
    padding-bottom: 59.42028986%;
}
.wrap-culture .culture .item .note {
    position: absolute;
    bottom: 60px;

    padding: 0 20px 20px 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    color: #fff;
    background-color: rgba(21, 48, 103, .7);
}
.wrap-culture .culture .item .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;

    display: block;
}
.wrap-culture .culture .item .note p {
    line-height: 1.5;

    z-index: 16px;

    margin: 0;
}
.wrap-culture .culture .item:hover .note {
    bottom: 0;

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.wrap-culture .text {
    margin-top: 20px;
}
.wrap-culture .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-factory .factory {
    margin-top: 30px;
}
.wrap-factory .factory .item {
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 90.90909091%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item:hover p {
    color: #153067;
}
.wrap-equipment {
    position: relative;
    z-index: 9;

    overflow: visible;

    background-color: #f3f3f3;
}
.wrap-equipment .equipment-top {
    margin-top: -160px;
    padding: 20px 0;

    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-equipment .equipment-top .info {
    display: table;

    width: 100%;

    background-image: -webkit-linear-gradient(#3484b2, #286194);
    background-image: linear-gradient(#3484b2, #286194);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-equipment .equipment-top .equipment-left {
    display: table-cell;

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

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

    border-right: 1px dashed #fff;
}
.wrap-equipment .equipment-top .equipment-left .title {
    display: inline-block;

    text-align: left;
}
.wrap-equipment .equipment-top .equipment-left .title b {
    color: #fff;
}
.wrap-equipment .equipment-top .equipment-left .title b:after {
    display: block;

    width: 300px;
    height: 4px;
    margin-top: 6px;

    content: '';

    background: url(../images/line-3.png) no-repeat center;
}
.wrap-equipment .equipment-top .equipment-nav {
    display: table-cell;

    width: 70%;

    vertical-align: middle;
}
.wrap-equipment .equipment-top .equipment-nav ul {
    text-align: right;
}
.wrap-equipment .equipment-top .equipment-nav ul li {
    display: inline-block;

    list-style: none;

    vertical-align: top;
}
.wrap-equipment .equipment-top .equipment-nav ul li a {
    font-size: 24px;
    line-height: 30px;

    padding: 0 30px;

    color: #fff;
}
@media (max-width: 1440px) {
    .wrap-equipment .equipment-top .equipment-nav ul li a {
        font-size: 20px;

        padding: 0 20px;
    }
}
.wrap-equipment .equipment-top .equipment-nav ul li.active a,
.wrap-equipment .equipment-top .equipment-nav ul li:hover a {
    text-decoration: underline;

    color: #153067;
}
.wrap-equipment .slick-equipment {
    margin: 0 -15px;
    margin-top: 10px;
}
.wrap-equipment .slick-equipment .slick-slide {
    padding: 0 15px;
}
.wrap-equipment .slick-equipment .item {
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
}
.wrap-equipment .slick-equipment .item .img-box {
    padding-bottom: 88.88888889%;
}
.wrap-equipment .slick-equipment .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-equipment .slick-equipment .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-equipment .slick-equipment .slick-arrow {
    line-height: 36px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 30%;
    left: -3px;

    overflow: hidden;

    width: 36px;
    height: 36px;
    padding: 0;

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

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: #666;
}
.wrap-equipment .slick-equipment .slick-arrow:before {
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-equipment .slick-equipment .slick-arrow.slick-next {
    right: -3px;
    left: auto;
}
.wrap-equipment .slick-equipment .slick-arrow.slick-next:before {
    content: '\e62b';
}
.wrap-equipment .slick-equipment .slick-arrow:hover {
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-product {
    background-color: #f3f3f3;
}
.wrap-product .product {
    overflow: hidden;

    margin-top: -30px;
}
.wrap-product .product .item {
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
}
.wrap-product .product .item .img-box {
    padding-bottom: 91.11111111%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item p {
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    bottom: 0;

    width: 100%;
    height: 60px;
    margin: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
    background-image: linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
}
.wrap-product .product .item .mask {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    background-image: -webkit-linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
    background-image: linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
}
.wrap-product .product .item .mask b {
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.wrap-product .product .item .mask b:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;

    content: '\e636';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;

    color: #153067;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrap-product .product .item:hover p {
    opacity: 0;
}
.wrap-product-show {
    overflow: hidden;

    background-color: #f3f3f3;
}
.wrap-product-show .title-product-show {
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-product-show .title-product-show h1 {
    font-size: 24px;
    line-height: 60px;

    display: block;

    padding: 0 30px;

    color: #fff;
}
.wrap-product-show .carousel-wrap {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    position: relative;

    padding-right: 130px;
}
@media (max-width: 1440px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 110px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 86.95652174%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;

    border: 1px solid #e6e6e6;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;

    width: 106px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1440px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        width: 86px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 10px 0;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;

    border: 1px solid #153067;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #1543a1;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .text b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    line-height: 1.5;

    display: block;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 16px;
    line-height: 1.875;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show b:before {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #153067;
}
.wrap-product-show .table-box {
    overflow: auto;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;

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

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

    background: none !important;
}
.wrap-product-relate {
    padding-top: 0;

    background-color: #f3f3f3;
}
.wrap-product-relate .title-product-show {
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-product-relate .title-product-show b {
    font-size: 24px;
    line-height: 60px;

    display: block;

    padding: 0 30px;

    color: #fff;
}
.wrap-product-relate .slick-product-relate {
    margin: 0 -15px;
    margin-top: 10px;
}
.wrap-product-relate .slick-product-relate .slick-slide {
    padding: 0 15px;
}
.wrap-product-relate .slick-product-relate .item {
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    color: inherit;
}
.wrap-product-relate .slick-product-relate .item .img-box {
    padding-bottom: 91.11111111%;
}
.wrap-product-relate .slick-product-relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-relate .slick-product-relate .item p {
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    bottom: 0;

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

    color: #fff;
    background-image: -webkit-linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
    background-image: linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
}
.wrap-product-relate .slick-product-relate .item .mask {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    background-image: -webkit-linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
    background-image: linear-gradient(rgba(46, 125, 170, .7), rgba(21, 49, 103, .7));
}
.wrap-product-relate .slick-product-relate .item .mask b {
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.wrap-product-relate .slick-product-relate .item .mask b:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;

    content: '\e636';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;

    color: #153067;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-relate .slick-product-relate .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-relate .slick-product-relate .item:hover .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrap-product-relate .slick-product-relate .item:hover p {
    opacity: 0;
}
.wrap-product-relate .slick-product-relate .slick-arrow {
    line-height: 36px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 30%;
    left: -3px;

    overflow: hidden;

    width: 36px;
    height: 36px;
    padding: 0;

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

    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: #666;
}
.wrap-product-relate .slick-product-relate .slick-arrow:before {
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-relate .slick-product-relate .slick-arrow.slick-next {
    right: -3px;
    left: auto;
}
.wrap-product-relate .slick-product-relate .slick-arrow.slick-next:before {
    content: '\e62b';
}
.wrap-product-relate .slick-product-relate .slick-arrow:hover {
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-contact .title-contact {
    margin-top: 20px;
}
.wrap-contact .title-contact b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.wrap-contact .contact {
    overflow: hidden;
}
.wrap-contact .contact .text p {
    font-size: 16px;
    line-height: 1.875;
}
.wrap-contact .contact .text p.address,
.wrap-contact .contact .text p.tel,
.wrap-contact .contact .text p.fax,
.wrap-contact .contact .text p.email {
    position: relative;

    padding-left: 34px;
}
.wrap-contact .contact .text p.address:before,
.wrap-contact .contact .text p.tel:before,
.wrap-contact .contact .text p.fax:before,
.wrap-contact .contact .text p.email:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e625';
}
.wrap-contact .contact .text p.tel:before {
    content: '\e626';
}
.wrap-contact .contact .text p.fax:before {
    content: '\e62a';
}
.wrap-contact .contact .text p.email:before {
    content: '\e65f';
}
.wrap-contact .contact .text a {
    display: inline-block;

    color: inherit;
}
.wrap-contact .contact .text a:hover {
    text-decoration: underline;

    color: #153067;
}
.wrap-contact .contact .message {
    margin-top: 20px;
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    padding: 10px 14px;

    border: none;
    border-bottom: 1px solid #bababb;
    outline: none;
}
.wrap-contact .contact .message textarea {
    resize: vertical;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder {
    color: #666;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder {
    color: #666;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .contact .message .submit {
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 10px;

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.wrap-contact .contact .message .submit:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e68c';
}
.wrap-contact .contact .message .submit:hover {
    background-color: #1543a1;
}
.wrap-contact .map {
    margin-top: 30px;
}
.wrap-contact #dituContent {
    height: 350px;
    margin-top: 30px;
}
.page {
    margin-top: 50px;

    text-align: center;
}
.page li {
    display: inline-block;

    margin: 0 4px;

    vertical-align: top;
}
.page li.active a,
.page li:hover a {
    color: #fff;
    background-image: -webkit-linear-gradient(#2e7daa, #153167);
    background-image: linear-gradient(#2e7daa, #153167);
}
.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page li.next a:before {
    content: '\e827';
}
.page li a {
    font-size: 18px;
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

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

    color: #666;
    border-radius: 4px;
    background: #dadada;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv {
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

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

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

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

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .stuck {
        height: 70px !important;
    }
}
.stuck .logo {
    height: 100px;
    margin: 0;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 70px;
    }
}
.stuck .nav .nav-list1>li>a {
    line-height: 78px;
}
.stuck .find {
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px) {
    .stuck .find {
        line-height: 70px;

        height: 70px;
    }
}
.stuck .pc-search {
    margin-top: 25px;
}
.stuck .language {
    margin-top: 25px;
}
#google_translate_element {
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px) {
    #google_translate_element {
        display: none;
    }
}