/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Quicksand';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Quicksand-Light.eot');
    src: local('Quicksand Light'), local('Quicksand-Light'), url('../fonts/Quicksand-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Light.woff2') format('woff2'), url('../fonts/Quicksand-Light.woff') format('woff'), url('../fonts/Quicksand-Light.ttf') format('truetype'), url('../fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Quicksand-Bold.eot');
    src: local('Quicksand Bold'), local('Quicksand-Bold'), url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Bold.woff2') format('woff2'), url('../fonts/Quicksand-Bold.woff') format('woff'), url('../fonts/Quicksand-Bold.ttf') format('truetype'), url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Quicksand-Medium.eot');
    src: local('Quicksand Medium'), local('Quicksand-Medium'), url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Medium.woff2') format('woff2'), url('../fonts/Quicksand-Medium.woff') format('woff'), url('../fonts/Quicksand-Medium.ttf') format('truetype'), url('../fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Quicksand';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Quicksand-Regular.eot');
    src: local('Quicksand Regular'), local('Quicksand-Regular'), url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand-Regular.woff2') format('woff2'), url('../fonts/Quicksand-Regular.woff') format('woff'), url('../fonts/Quicksand-Regular.ttf') format('truetype'), url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus {
    outline: none !important;
}
.slick-slide a {
    outline: none !important;
}
.header a,
.footer a {
    color: inherit;
}
.header ul,
.footer ul {
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li {
    list-style: none;
}
.header button,
.footer button {
    border: none;
    outline: none;
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Quicksand', Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
a:active,
a:link,
a:visited {
    text-decoration: none;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .header-top {
    height: 100px;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 70px;
        background-color: #fff;
    }
}
.header .header-top .top-nav {
    display: inline-block;
    float: right;
}
@media (max-width: 1199px) {
    .header .header-top .top-nav {
        display: none;
    }
}
.header .header-top .top-nav ul {
    margin: 0 -16px;
}
.header .header-top .top-nav ul li {
    display: inline-block;
    padding: 0 16px;
}
.header .header-top .top-nav ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 100px;
    text-transform: uppercase;
    color: #999;
}
.header .header-top .top-nav ul li a:hover {
    text-decoration: underline;
    color: #333;
}
.header .header-nav {
    clear: both;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .header-nav {
        height: 0;
    }
}
.header .language,
.header .xs-language {
    position: relative;
    display: inline-block;
    float: right;
    height: 24px;
    padding: 38px 0;
    margin-left: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media(max-width: 1199px) {
    .header .language {
        padding: 0;
    }
}
.header .language>a,
.header .xs-language a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.header .language>a:before,
.header .xs-language a:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language:hover,
.header .xs-language:hover {
    /*background-color: #1565c0;*/
}
.header .language>a.cn:before,
.header .xs-language a.cn:before {
    background-position: -24px 0;
}
.header .xs-language {
    margin-top: 10px;
    margin-left: 0;
}
@media (max-width: 1199px) {
    .header .language {
        /*display: none;*/
    }
}
.header .logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 60px;
    margin: 20px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin: 10px 0;
    }
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: inline-block;
    height: 100%;
}
.header .nav-collapse {
    position: relative;
    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: 16px;
        margin-right: 0;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav {
    clear: both;
}
.header .xs-nav {
    position: absolute;
    bottom: 20px;
    left: 5px;
    display: none;
}
@media (max-width: 1199px) {
    .header .xs-nav {
        display: block;
    }
}
.header .xs-nav ul {
    margin: 0;
}
.header .xs-nav ul li {
    display: inline-block;
    vertical-align: top;
}
.header .xs-nav ul li a {
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.header .xs-language {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
    background: none;
}
@media (max-width: 1199px) {
    .header .xs-language {
        display: block;
    }
}
.header .xs-language a {
    font-size: 15px;
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #1565c0;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #2b2b2b;
    }
    .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 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        margin: 0 -50px;
    }
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        position: relative;
        float: left;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 50px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1>li.more>a:after {
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 10px;
        content: '';
        vertical-align: middle;
        border-width: 6px 3px 0 3px;
        border-style: solid;
        border-color: #aaa transparent transparent transparent;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #1565c0;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        border-color: #1565c0 transparent transparent transparent;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        overflow: hidden;
        min-width: 100%;
        padding: 30px 0;
        text-align: center;
        text-align: left;
        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        display: block;
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 50px;
    }
    .header .nav .nav-list1 .nav-list2 li a:hover {
        text-decoration: underline;
        color: #1565c0;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 24px;
    }
}
@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;
    }
}
.header .nav .nav-list2 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;
        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;
        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;
        padding: 0 4px;
        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #2b2b2b;
    }
    .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: 16px;
        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;
    line-height: 36px;
    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: 18px;
        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 {
    font-size: 16px;
    line-height: 2.2;
    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: 16px;
        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;
    position: absolute;
    right: 0;
    bottom: 0;
    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: #1565c0;
}
.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;
}
@media (max-width: 1199px) {
    .header .search-lg .search p {
        font-size: 14px;
        line-height: 1.5;
        display: block;
    }
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header .find {
    line-height: 100px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #666;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 70px;
        margin-right: 20px;
        margin-left: 0;
    }
}
.header .find:after {
    font-family: 'iconfont';
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    content: '\e660';
    vertical-align: middle;
}
.header .find:hover {
    color: #fff;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before {
    font-size: 22px;
    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        text-decoration: none;
        background-color: rgba(21, 101, 192, .7);
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #044c9d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;
    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e633';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;
    font-size: 26px !important;
    content: '\e6a4';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e634';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    content: '\e614';
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #1565c0;
    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.product>a:before {
    content: '\e6cf';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e72e';
}
.xs-online ul li.map>a:before {
    font-weight: normal;
    content: '\e63e';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;
    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e60f';
}
.xs-online ul li.home>a:before {
    font-weight: normal;
    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    font-weight: normal;
    content: '\e634';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;
    content: '\e61c';
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner .item {
    position: relative;
}
.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: 8px;
    height: 8px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
    background-color: #c9c9c9;
}
.banner .slick-dots li.slick-active {
    width: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.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;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}
.banner .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e601';
}
.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto;
}
.banner .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.banner .slick-arrow:hover {
    color: #fff;
    background-color: rgba(21, 101, 192, .8);
}
.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%);
    text-align: center;
    color: #fff;
}
.banner-in .text-in:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #fff;
}
.banner-in .text-in b {
    font-size: 36px;
    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 p {
    font-size: 18px;
    line-height: 1.33333333;
    margin: 10px 0;
}
@media (max-width: 991px) {
    .banner-in .text-in p {
        font-size: 14px;
        line-height: 18px;
    }
}
.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: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    position: relative;
    text-align: center;
}
.title:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #1565c0;
}
.title b {
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .title b {
        font-size: 24px;
    }
}
.title p {
    font-size: 18px;
    line-height: 30px;
    max-width: 1100px;
    margin: 0 auto;
    color: #666;
}
@media (max-width: 991px) {
    .title p {
        font-size: 13px;
        line-height: 22px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .product .itembox {
    overflow: hidden;
}
.box-product .product .item {
    position: relative;
    margin-top: 30px;
}
.box-product .product .item .pic .img-box {
    padding-bottom: 43.47826087%;
}
.box-product .product .item .mask-title {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: -12px;
    padding: 0 20px;
    background-color: #1565c0;
}
.box-product .product .item .mask-title b {
    font-size: 24px;
    line-height: 50px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product .item .mask-title b {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .mask-title b {
        font-size: 18px;
    }
}
.box-product .product .item .mask-title a {
    color: inherit;
}
.box-product .product .item .maskbg {
    position: absolute;
    top: 0;
    left: -20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: 100%;
    padding: 20px 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
@media (max-width: 991px) {
    .box-product .product .item .maskbg {
        display: none;
    }
}
.box-product .product .item .maskbg .mask {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    text-align: left;
    color: #fff;
    background-color: rgba(245, 124, 0, .95);
}
.box-product .product .item .maskbg .mask::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 6px;
}
.box-product .product .item .maskbg .mask::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.box-product .product .item .maskbg .mask::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.box-product .product .item .maskbg .mask b {
    font-size: 24px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .maskbg .mask p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}
.box-product .product .item .maskbg .mask p:hover {
    text-decoration: underline;
}
.box-product .product .item .maskbg .mask a {
    color: inherit;
}
.box-product .product .item .maskbg .mask a.more {
    line-height: 30px;
    display: block;
    margin-top: 10px;
}
.box-product .product .item .maskbg .mask a.more:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e62c';
}
.box-product .product .item-2 .mask-title {
    right: -12px;
    left: auto;
}
.box-product .product .item-2 .maskbg {
    left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.box-product .product .item-2 .maskbg .mask {
    text-align: right;
}
.box-product .product .item:hover .mask-title {
    opacity: 0;
}
.box-product .product .item:hover .maskbg {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
.box-about {
    background-color: #f6f6f6;
}
.box-about .pic {
    overflow: hidden;
}
@media (max-width: 991px) {
    .box-about .pic img {
        max-width: 100%;
    }
}
.box-about .about {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .box-about .about {
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about .title-about b {
    font-size: 36px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .box-about .title-about b {
        font-size: 24px;
    }
}
.box-about .title-about p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 0 0;
    color: #666;
}
@media (max-width: 991px) {
    .box-about .title-about p {
        font-size: 16px;
    }
}
.box-about .text {
    margin-top: 20px;
}
.box-about .text p {
    line-height: 24px;
    margin: 0;
}
.box-about .more a {
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}
.box-about .more a:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e62c';
}
.box-about .advantage>ul {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.box-about .advantage>ul>li {
    display: inline-block;
    width: 33.33333333%;
    padding: 0 10px;
    list-style: none;
    vertical-align: top;
}
.box-about .advantage .item {
    font-size: 14px;
    position: relative;
    margin-top: 20px;
    padding: 14px;
    text-align: center;
    color: #fff;
    background-color: #1565c0;
}
.box-about .advantage .item:before {
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: '\e626';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .05);
}
.box-about .advantage .item-customer:before {
    content: '\e62f';
}
.box-about .advantage .item-serve:before {
    content: '\e62e';
}
.box-about .advantage .item b {
    font-size: 42px;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: block;
}
@media (max-width: 991px) {
    .box-about .advantage .item b {
        font-size: 30px;
    }
}
.box-about .advantage .item b sup {
    font-size: 20px;
    font-weight: normal;
    top: 0;
    vertical-align: top;
}
.box-about .advantage .item p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin: 10px 0 0 0;
    opacity: .5;
}
@media (max-width: 767px) {
    .box-about .advantage .item p {
        font-size: 12px;
        line-height: 18px;
    }
}
.box-about .advantage .item:hover {
    background-color: #f57c00;
}
.box-customer .customers {
    margin-top: 30px;
}
.box-customer .customers .slick-slide {
    padding: 15px;
}
.box-customer .customers .item {
    display: block;
    padding: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.box-customer .customers .item .picbox .img-box {
    padding-bottom: 58.53658537%;
}
.box-customer .customers .item .picbox .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-customer .customers .item .text {
    padding: 14px 0 0 0;
    text-align: center;
}
.box-customer .customers .item .text .pic {
    display: inline-block;
    overflow: hidden;
    width: 80px;
    vertical-align: middle;
    border-radius: 50%;
}
.box-customer .customers .item .text .note {
    display: inline-block;
    padding-left: 14px;
    text-align: left;
    vertical-align: middle;
}
.box-customer .customers .item .text .note b {
    font-size: 20px;
    line-height: 1.4;
    display: block;
    color: #1565c0;
}
.box-customer .customers .item .text .note p {
    line-height: 24px;
    margin: 4px 0 0 0;
}
.box-customer .customers .item .text .note p:before {
    content: '-';
}
.box-customer .customers .item:hover {
    box-shadow: 0 0 10px rgba(245, 124, 0, .3);
}
.box-customer .customers .item:hover .picbox .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-customer .customers .item:hover .text .note b {
    color: #f57c00;
}
.box-customer .slick-arrow {
    line-height: 40px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 767px) {
    .box-customer .slick-arrow {
        left: 0;
    }
}
.box-customer .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    content: '\e601';
}
.box-customer .slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 767px) {
    .box-customer .slick-arrow.slick-next {
        right: 0;
    }
}
.box-customer .slick-arrow.slick-next:before {
    right: 0;
    left: auto;
    content: '\e827';
}
.box-customer .slick-arrow:hover {
    color: #fff;
    background-color: rgba(21, 101, 192, .8);
}
.box-featured {
    background: url(../images/featured_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px) {
    .box-featured {
        background: url(../images/featured_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-featured .item {
    position: relative;
    display: block;
    margin-top: 30px;
    color: #fff;
    background-color: #f57c00;
}
@media (max-width: 991px) {
    .box-featured .item {
        background: #fff;
    }
}
.box-featured .item .img-box {
    padding-bottom: 66.66666667%;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-featured .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-featured .item .mask {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    opacity: 0;
}
@media (max-width: 991px) {
    .box-featured .item .mask {
        position: relative;
        top: 0;
        padding: 10px 0;
        opacity: 1;
        color: #333;
    }
}
.box-featured .item .mask:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    content: '\e660';
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .box-featured .item .mask:before {
        display: none;
    }
}
.box-featured .item .mask p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-featured .item .mask p {
        font-size: 14px;
        margin: 0;
    }
}
.box-featured .item:hover .img-box {
    opacity: .12;
}
.box-featured .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-featured .item:hover .mask {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.box-news .news {
    margin-top: 10px;
}
.box-news .news .item {
    position: relative;
    margin-top: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 6px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news .item .pic {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    background-color: #000;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 84.44444444%;
    opacity: .5;
}
.box-news .news .item .text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .box-news .news .item .text {
        padding: 24px 10px;
    }
}
.box-news .news .item .text a {
    color: inherit;
}
.box-news .news .item .text b {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .text span.date {
    line-height: 30px;
    display: block;
    margin-top: 20px;
    color: rgba(51, 51, 51, .5);
}
@media (max-width: 991px) {
    .box-news .news .item .text span.date {
        margin-top: 10px;
    }
}
.box-news .news .item .text p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .box-news .news .item .text p {
        margin: 10px 0 0 0;
    }
}
.box-news .news .item .text a.more {
    line-height: 30px;
    display: block;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-news .news .item .text a.more {
        margin-top: 10px;
    }
}
.box-news .news .item .text a.more:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e62c';
}
.box-news .news .item:hover {
    border-color: #f57c00;
}
.box-news .news .item:hover .pic {
    opacity: 1;
}
.box-news .news .item:hover .text {
    color: #fff;
}
.box-news .news .item:hover .text span.date {
    color: rgba(255, 255, 255, .5);
}
.box-subscribe {
    padding: 50px 0;
    background-color: #1565c0;
}
@media (max-width: 991px) {
    .box-subscribe {
        padding: 30px 0;
    }
}
.box-subscribe .title-subscribe {
    display: inline-block;
}
.box-subscribe .title-subscribe b {
    font-size: 40px;
    line-height: 1;
    display: block;
    color: #fff;
}
@media (max-width: 991px) {
    .box-subscribe .title-subscribe b {
        font-size: 24px;
    }
}
.box-subscribe .message {
    position: relative;
    display: inline-block;
    float: right;
    width: 40%;
    border: 3px solid #fff;
}
@media (max-width: 991px) {
    .box-subscribe .message {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}
.box-subscribe .message input {
    line-height: 36px;
    width: 100%;
    padding: 0 170px 0 20px;
    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .box-subscribe .message input {
        padding: 0 80px 0 10px;
    }
}
.box-subscribe .message input::-webkit-input-placeholder,
.box-subscribe .message textarea::-webkit-input-placeholder {
    color: #999;
}
.box-subscribe .message input:-o-placeholder,
.box-subscribe .message textarea:-o-placeholder {
    color: #999;
}
.box-subscribe .message input::-moz-placeholder,
.box-subscribe .message textarea::-moz-placeholder {
    color: #999;
}
.box-subscribe .message input:-ms-input-placeholder,
.box-subscribe .message textarea:-ms-input-placeholder {
    color: #999;
}
.box-subscribe .message input:focus::-webkit-input-placeholder,
.box-subscribe .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-o-placeholder,
.box-subscribe .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-moz-placeholder,
.box-subscribe .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-subscribe .message input:focus::-ms-input-placeholder,
.box-subscribe .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-subscribe .message .submit {
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0;
    background: none;
    background-color: #1565c0;
}
@media (max-width: 991px) {
    .box-subscribe .message .submit {
        font-size: 14px;
        width: 70px;
    }
}
.box-subscribe .message .submit:hover {
    background-color: #044c9d;
}
.footer {
    color: #fff;
    background-color: #181a1b;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .footer .foot {
        display: none;
    }
}
.footer .foot .foot-left {
    float: left;
    width: 30%;
    margin-bottom: -969px;
    padding: 30px 40px 999px;
    background-color: #0f1111;
}
@media (max-width: 991px) {
    .footer .foot .foot-left {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
}
.footer .foot .foot-left .title-foot {
    text-align: center;
}
.footer .foot .foot-left .title-foot b {
    font-size: 24px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #fff;
}
.footer .foot .foot-left .text {
    margin-top: 20px;
}
.footer .foot .foot-left .text p {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin: 0 0 4px 0;
    padding-left: 30px;
    color: #aaa;
}
@media (max-width: 991px) {
    .footer .foot .foot-left .text p {
        font-size: 14px;
    }
}
.footer .foot .foot-left .text p:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    position: absolute;
    left: 0;
    content: '\e62a';
    color: #fff;
}
.footer .foot .foot-left .text p.tel:before {
    content: '\e618';
}
.footer .foot .foot-left .text p.fax:before {
    content: '\e619';
}
.footer .foot .foot-left .text p.email:before {
    content: '\e619';
}
.footer .foot .foot-left .text p.name:before {
    content: '\e62f';
}
.footer .foot .foot-left .text p.website:before {
    content: '\e61a';
}
.footer .foot .foot-left .text p a:hover {
    color: #fff;
}
.footer .foot .foot-left .share {
    margin-top: 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .footer .foot .foot-left .share {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
.footer .foot .foot-left .share ul li {
    display: inline-block;
}
.footer .foot .foot-left .share ul li a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .footer .foot .foot-left .share ul li a {
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
}
.footer .foot .foot-left .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;
    display: inline-block;
    content: '\e615';
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
}
.footer .foot .foot-left .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot .foot-left .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .foot .foot-left .share ul li.instagram a:before {
    content: '\e626';
}
.footer .foot .foot-left .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .foot .foot-left .share ul li.google a:before {
    content: '\e645';
}
.footer .foot .foot-left .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot .foot-left .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff;
}
.footer .foot .foot-right {
    float: left;
    width: 70%;
    padding: 50px 0 50px 30px;
}
.footer .foot .foot-right>ul {
    font-size: 0;
    margin: 0 -15px;
    padding: 0;
}
.footer .foot .foot-right>ul>li {
    display: inline-block;
    width: 32%;
    padding: 0 15px;
    vertical-align: top;
}
.footer .foot .foot-right>ul>li:nth-child(3) {
    width: 36%;
}
.footer .foot .foot-right .item {
    font-size: 14px;
}
.footer .foot .foot-right .item .title-foot-right b {
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.footer .foot .foot-right .item .info {
    margin-top: 20px;
}
.footer .foot .foot-right .item .info a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #aaa;
}
.footer .foot .foot-right .item .info a:hover {
    color: #fff;
}
.footer .foot .foot-right .message ul {
    overflow: hidden;
    margin: 0 -6px;
    padding: 0;
}
.footer .foot .foot-right .message ul li {
    display: block;
    float: left;
    width: 100%;
    margin-top: 14px;
    padding: 0 6px;
}
.footer .foot .foot-right .message ul li:nth-child(1),
.footer .foot .foot-right .message ul li:nth-child(2) {
    width: 50%;
}
.footer .foot .foot-right .message input,
.footer .foot .foot-right .message textarea {
    line-height: 28px;
    width: 100%;
    padding: 6px 14px;
    resize: vertical;
    color: #fff;
    border: 1px solid #353637;
    outline: none;
    background: none;
}
.footer .foot .foot-right .message input::-webkit-input-placeholder,
.footer .foot .foot-right .message textarea::-webkit-input-placeholder {
    color: #999;
}
.footer .foot .foot-right .message input:-o-placeholder,
.footer .foot .foot-right .message textarea:-o-placeholder {
    color: #999;
}
.footer .foot .foot-right .message input::-moz-placeholder,
.footer .foot .foot-right .message textarea::-moz-placeholder {
    color: #999;
}
.footer .foot .foot-right .message input:-ms-input-placeholder,
.footer .foot .foot-right .message textarea:-ms-input-placeholder {
    color: #999;
}
.footer .foot .foot-right .message input:focus::-webkit-input-placeholder,
.footer .foot .foot-right .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right .message input:focus::-o-placeholder,
.footer .foot .foot-right .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right .message input:focus::-moz-placeholder,
.footer .foot .foot-right .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right .message input:focus::-ms-input-placeholder,
.footer .foot .foot-right .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right .message .submit {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #1565c0;
    border: 1px solid #1565c0;
    border-radius: 0;
    background: none;
}
.footer .foot .foot-right .message .submit:hover {
    color: #fff;
    background-color: #1565c0;
}
.footer .copyright {
    padding: 10px 0;
    text-align: center;
    background-color: #0d0e11;
}
.footer .copyright p {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #ccc;
}
@media (max-width: 991px) {
    .footer .copyright p {
        font-size: 13px;
        line-height: 22px;
    }
}
.footer .copyright p a {
    display: inline-block;
    margin-left: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #1565c0;
}
.wrapper {
    overflow: hidden;
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrapper {
        padding: 60px 0;
    }
}
.title-in b {
    font-size: 36px;
    line-height: 1.5;
    display: block;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 20px;
    }
}
.title-sidenav b {
    font-size: 36px;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .title-sidenav b {
        font-size: 24px;
    }
}
.sidenav ul.level1 {
    margin: 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sidenav ul.level1>li {
    position: relative;
    list-style: none;
}
.sidenav ul.level1>li>a {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: inherit;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li>a {
        font-size: 16px;
        padding: 10px 30px;
    }
}
.sidenav ul.level1>li>a:before {
    position: absolute;
    top: 24px;
    left: 14px;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #1565c0;
}
.sidenav ul.level1>li.active:after,
.sidenav ul.level1>li:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}
.sidenav ul.level1>li.active>a,
.sidenav ul.level1>li:hover>a {
    color: #fff;
    background-color: #1565c0;
}
.sidenav ul.level1>li.active>a:before,
.sidenav ul.level1>li:hover>a:before {
    background-color: #fff;
}
.sidenav ul.level1>li.active ul.level2 {
    display: block;
}
.sidenav ul.level1>li ul.level2 {
    display: none;
    margin: 0;
    padding: 10px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .sidenav ul.level1>li ul.level2 {
        padding: 10px 20px;
    }
}
.sidenav ul.level1>li ul.level2>li {
    list-style: none;
}
@media (max-width: 991px) {
    .sidenav ul.level1>li ul.level2>li {
        display: inline-block;
        vertical-align: top;
    }
}
.sidenav ul.level1>li ul.level2>li a {
    font-size: 14px;
    line-height: 36px;
    position: relative;
    display: block;
    padding: 0 10px;
    padding-left: 16px;
    color: inherit;
}
.sidenav ul.level1>li ul.level2>li a:before {
    font-family: 'iconfont' !important;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e72f';
}
.sidenav ul.level1>li ul.level2>li.active a,
.sidenav ul.level1>li ul.level2>li:hover a {
    color: #1565c0;
}
.inside-nav {
    position: relative;
    overflow: hidden;
    margin-top: -30px;
    padding-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    padding: 3px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -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;
}
.inside-nav ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    position: relative;
    display: inline-block;
    padding: 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: inherit;
}
@media (max-width: 1470px) {
    .inside-nav ul li a {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .inside-nav ul li a {
        font-size: 14px;
        padding: 0 15px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    color: #fff;
    border-radius: 30px;
    background-color: #1565c0;
}
.wrap-about .pic {
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-about .pic img {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
.wrap-about .title-about p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
@media (max-width: 1350px) {
    .wrap-about .title-about p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-about .title-about p {
        font-size: 16px;
    }
}
.wrap-about .text {
    margin-top: 20px;
}
.wrap-about .text p {
    line-height: 24px;
    margin: 0;
}
.wrap-about .more a {
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}
.wrap-about .more a:after {
    font-family: 'iconfont' !important;
    margin-left: 10px;
    content: '\e62c';
}
.wrap-about .advantage>ul {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.wrap-about .advantage>ul>li {
    display: inline-block;
    width: 33.33333333%;
    padding: 0 10px;
    list-style: none;
    vertical-align: top;
}
.wrap-about .advantage .item {
    font-size: 14px;
    position: relative;
    margin-top: 20px;
    padding: 14px;
    text-align: center;
    color: #fff;
    background-color: #1565c0;
}
.wrap-about .advantage .item:before {
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: '\e626';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .05);
}
.wrap-about .advantage .item-customer:before {
    content: '\e62f';
}
.wrap-about .advantage .item-serve:before {
    content: '\e62e';
}
.wrap-about .advantage .item b {
    font-size: 42px;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: block;
}
@media (max-width: 991px) {
    .wrap-about .advantage .item b {
        font-size: 30px;
    }
}
.wrap-about .advantage .item b sup {
    font-size: 20px;
    font-weight: normal;
    top: 0;
    vertical-align: top;
}
.wrap-about .advantage .item p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin: 10px 0 0 0;
    opacity: .5;
}
@media (max-width: 767px) {
    .wrap-about .advantage .item p {
        font-size: 12px;
        line-height: 18px;
    }
}
.wrap-about .advantage .item:hover {
    background-color: #f57c00;
}
.wrap-customer .customer {
    margin-top: -30px;
}
.wrap-customer .customer .item {
    display: block;
    margin-top: 30px;
    padding: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-customer .customer .item .picbox .img-box {
    padding-bottom: 58.53658537%;
}
.wrap-customer .customer .item .picbox .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customer .customer .item .text {
    padding: 14px 0 0 0;
    text-align: center;
}
.wrap-customer .customer .item .text .pic {
    display: inline-block;
    overflow: hidden;
    width: 80px;
    vertical-align: middle;
    border-radius: 50%;
}
.wrap-customer .customer .item .text .note {
    display: inline-block;
    padding-left: 14px;
    text-align: left;
    vertical-align: middle;
}
.wrap-customer .customer .item .text .note b {
    font-size: 20px;
    line-height: 1.4;
    display: block;
    color: #1565c0;
}
.wrap-customer .customer .item .text .note p {
    line-height: 24px;
    margin: 4px 0 0 0;
}
.wrap-customer .customer .item .text .note p:before {
    content: '-';
}
.wrap-customer .customer .item:hover {
    box-shadow: 0 0 10px rgba(245, 124, 0, .3);
}
.wrap-customer .customer .item:hover .picbox .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-customer .customer .item:hover .text .note b {
    color: #f57c00;
}
.wrap-news .news {
    margin-top: -30px;
}
.wrap-news .news .item {
    font-size: 0;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .pic {
    width: 40%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 67.34693878%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    width: 60%;
    padding: 10px 20px;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
    }
}
.wrap-news .news .item .note b {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note b {
        font-size: 16px;
    }
}
.wrap-news .news .item .note a {
    color: inherit;
}
.wrap-news .news .item .note p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    margin: 4px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news .item .note span.date {
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    margin: 4px 0 0 0;
    color: #999;
}
.wrap-news .news .item .note a.more {
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
}
.wrap-news .news .item:hover {
    background-color: #1565c0;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note b,
.wrap-news .news .item:hover .note p,
.wrap-news .news .item:hover .note a.more,
.wrap-news .news .item:hover .note span.date {
    color: #fff;
}
.wrap-news-show .title-news-show {
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.wrap-news-show .title-news-show h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date {
    font-size: 14px;
    line-height: 30px;
    display: block;
    margin: 6px 0 0 0;
    color: #666;
}
.wrap-news-show .text {
    margin-top: 20px;
}
.wrap-news-show .text p {
    font-size: 14px;
    line-height: 1.85714286;
    margin: 0;
}
.wrap-news-show .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 30px;
}
.wrap-news-show .news-relate ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.wrap-news-show .news-relate ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 24px;
    list-style: none;
    color: #999;
}
.wrap-news-show .news-relate ul li:before {
    font-family: 'iconfont' !important;
    line-height: 30px;
    position: absolute;
    top: 2px;
    left: 0;
    content: '\e601';
}
.wrap-news-show .news-relate ul li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li a:hover {
    color: #333;
}
.wrap-news-show .news-relate ul li.next:before {
    content: '\e827';
}
.wrap-product .product {
    margin-top: -30px;
}
.wrap-product .product .item {
    font-weight: normal;
    display: block;
    margin-top: 30px;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item .pic {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .wrap-product .product .item .pic {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product .product .item .pic .img-box {
    padding-bottom: 75.6097561%;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item a {
    display: block;
    color: inherit;
}
.wrap-product .product .item .note {
    position: relative;
    padding: 0 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note {
        padding: 0 14px;
    }
}
.wrap-product .product .item .note p {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note p {
        font-size: 14px;
    }
}
.wrap-product .product .item .more {
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .wrap-product .product .item .more {
        line-height: 40px;
    }
}
.wrap-product .product .item .more span {
    font-size: 16px;
    display: block;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-product .product .item .more span {
        font-size: 14px;
    }
}
.wrap-product .product .item .more span:after {
    font-family: 'iconfont' !important;
    float: right;
    content: '\e62c';
}
@media (min-width: 1200px) {
    .wrap-product .product .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .product .item:hover .more {
        background-color: #1565c0;
    }
    .wrap-product .product .item:hover .more span {
        color: #fff;
    }
}
.wrap-product-show .carousel-wrap {
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 75.6097561%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video {
    position: relative;
    background-color: #000;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .video {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .img-box {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after {
    font-family: 'iconfont' !important;
    display: inline-block;
    content: '\e8d8';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box {
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    margin: 0 -5px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 0 5px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video .img-box {
    opacity: .7;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\e8d8';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #1565c0;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.33333333;
    display: block;
    margin: 0;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p {
    line-height: 1.71428571;
    margin: 0;
    color: #999;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show {
    overflow: hidden;
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    padding: 0 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    background-color: #1565c0;
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e62b';
}
.wrap-product-show .carousel-wrap .info-box .btn-product-show a.btn-inquiry:hover {
    background-color: #044c9d;
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .share span,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    margin-left: 10px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next {
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a img {
    display: inline-block;
    float: left;
    width: 58px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover {
    color: #1565c0;
}
.wrap-product-show .title-product-show:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    background-color: #1565c0;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry {
    padding-top: 50px;
}
.wrap-product-show .parameter .video {
    position: relative;
    margin-top: 20px;
    background-color: #000;
}
.wrap-product-show .parameter .video img {
    width: 100%;
}
.wrap-product-show .parameter .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .parameter .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .parameter .video .play {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .video .play {
        font-size: 40px;
    }
}
.wrap-product-show .parameter .video .play:after {
    font-family: 'iconfont' !important;
    content: '\e67f';
}
.wrap-product-show .parameter .video:hover .play {
    opacity: .8;
}
.wrap-product-show .parameter .text {
    margin-top: 30px;
    padding: 30px 15px;
    border: 1px solid #eee;
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 14px 0 0 0;
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 14px 0 0 0;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 14px;
    padding: 10px 20px;
    resize: vertical;
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
    color: #333;
}
.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 .read input {
    background-color: #f6f6f6;
}
.wrap-product-show .inquiry form span {
    font-size: 16px;
}
.wrap-product-show .inquiry form .submit {
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 70px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    background-color: #1565c0;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form .submit {
        padding: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover {
    background-color: #044c9d;
}
.wrap-product-show .relate-product .item {
    font-weight: normal;
    display: block;
    margin-top: 30px;
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .pic {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .pic {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product-show .relate-product .item .pic .img-box {
    padding-bottom: 75.6097561%;
}
.wrap-product-show .relate-product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item a {
    display: block;
    color: inherit;
}
.wrap-product-show .relate-product .item .note {
    position: relative;
    padding: 0 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .note {
        padding: 0 14px;
    }
}
.wrap-product-show .relate-product .item .note p {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .note p {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item .more {
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .more {
        line-height: 40px;
    }
}
.wrap-product-show .relate-product .item .more span {
    font-size: 16px;
    display: block;
    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item .more span {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item .more span:after {
    font-family: 'iconfont' !important;
    float: right;
    content: '\e62c';
}
@media (min-width: 1200px) {
    .wrap-product-show .relate-product .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item:hover .more {
        background-color: #1565c0;
    }
    .wrap-product-show .relate-product .item:hover .more span {
        color: #fff;
    }
}
.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-contact .contact {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.wrap-contact .contact>ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .wrap-contact .contact>ul {
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact>ul {
        margin: 0 -10px;
    }
}
.wrap-contact .contact>ul>li {
    display: inline-block;
    max-width: 330px;
    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-contact .contact>ul>li {
        width: 50%;
        max-width: 50%;
        padding: 10px;
    }
}
.wrap-contact .contact .item {
    position: relative;
    min-height: 70px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wrap-contact .contact .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;
    display: block;
    content: '\e62a';
    color: #1565c0;
}
.wrap-contact .contact .item-linkman:before {
    content: '\e62f';
}
.wrap-contact .contact .item-tel:before {
    content: '\e618';
}
.wrap-contact .contact .item-email:before {
    content: '\e619';
}
.wrap-contact .contact .item b {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin: 10px 0 6px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item b {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p {
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0;
    word-break: break-word;
    color: #999;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a {
    color: inherit;
}
.wrap-contact .contact .item p a:hover {
    color: #1565c0;
}
.wrap-contact .contact .item p img {
    max-width: 100%;
    margin-top: 10px;
}
.wrap-contact .contact .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-contact .message {
    padding-top: 40px;
}
@media (max-width: 991px) {
    .wrap-contact .right {
        margin-top: 40px;
    }
}
.wrap-contact .title-message p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .title-message p {
        font-size: 20px;
    }
}
.wrap-contact form {
    margin-top: 10px;
}
.wrap-contact form input,
.wrap-contact form textarea {
    line-height: 26px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    resize: vertical;
    border: 1px solid #eee;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .wrap-contact form input,
    .wrap-contact form textarea {
        margin-top: 20px;
    }
}
.wrap-contact form input::-webkit-input-placeholder,
.wrap-contact form textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-contact form input:-o-placeholder,
.wrap-contact form textarea:-o-placeholder {
    color: #888;
}
.wrap-contact form input::-moz-placeholder,
.wrap-contact form textarea::-moz-placeholder {
    color: #888;
}
.wrap-contact form input:-ms-input-placeholder,
.wrap-contact form textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-contact form input:focus::-webkit-input-placeholder,
.wrap-contact form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-o-placeholder,
.wrap-contact form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-moz-placeholder,
.wrap-contact form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-ms-input-placeholder,
.wrap-contact form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact form .submit {
    line-height: 48px;
    margin-top: 20px;
    padding: 0 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #1565c0;
}
@media (max-width: 991px) {
    .wrap-contact form .submit {
        font-size: 18px;
        line-height: 40px;
        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-contact form .submit:before {
    font-family: 'iconfont' !important;
    display: inline-block;
    margin-right: 14px;
    content: '\e63b';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrap-contact form .submit:hover {
    background-color: #044c9d;
}
.wrap-contact #dituContent {
    height: 370px;
    margin-top: 30px;
}
nav {
    text-align: center;
}
.pagination {
    margin: 40px 0 0 0;
}
.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 0;
}
.pagination li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #848484;
    border: 1px solid #fff;
    border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #1565c0;
    background-color: #1565c0;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #1565c0;
    background-color: #1565c0;
}
.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: 50px !important;
}
@media (max-width: 1199px) {
    .stuck {
        height: 70px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .language p {
    font-size: 12px;
    margin: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.header .language p:before {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language p.ru:before {
    background-position: -52px 0;
}
.header .language p.cn:before {
    background-position: -26px 0;
}
.header .language>ul {
    position: absolute;
    z-index: 9;
    top: 100%;
    display: none;
    width: 120px;
    padding: 0;
    margin-left: -30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .language {
        margin: 0;
        margin-right: 10px;
        margin-top: 23px;
    }
    .header .language>ul {
        width: 120px;
        text-align: left;
    }
}
.header .language>ul li a {
    font-size: 12px;
    line-height: 30px;
    display: block;
    padding: 0 6px;
    color: #666;
}
.header .language>ul li a:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language>ul li.ru a:before {
    background-position: -40px 0;
}
.header .language>ul li.cn a:before {
    background-position: -20px 0;
}
.header .language>ul li:hover a {
    color: #3362cc;
}

@media (min-width: 992px) {
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%; 
    }
}
.online-wrap .online .icon-whatsapp .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-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #044c9d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (min-width: 992px) {
    .online-wrap .online .icon-email:hover .phone-num {
        right: 100%; 
    }
}
.online-wrap .online .icon-email .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-email .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #044c9d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}


