/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'Ebrima';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/hinted-Ebrima.eot');
    src: local('Ebrima'), url('../fonts/hinted-Ebrima.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Ebrima.woff2') format('woff2'), url('../fonts/hinted-Ebrima.woff') format('woff'), url('../fonts/hinted-Ebrima.ttf') format('truetype'), url('../fonts/hinted-Ebrima.svg#Ebrima') format('svg');
}
@font-face {
    font-family: 'Ebrima';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/hinted-Ebrima-Bold.eot');
    src: local('Ebrima Bold'), local('Ebrima-Bold'), url('../fonts/hinted-Ebrima-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Ebrima-Bold.woff2') format('woff2'), url('../fonts/hinted-Ebrima-Bold.woff') format('woff'), url('../fonts/hinted-Ebrima-Bold.ttf') format('truetype'), url('../fonts/hinted-Ebrima-Bold.svg#Ebrima-Bold') format('svg');
}
@font-face {
    font-family: 'Helvetica-Black';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/hinted-Helvetica-Black-SemiBold.eot');
    src: local('Helvetica-Black-SemiBold'), url('../fonts/hinted-Helvetica-Black-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Helvetica-Black-SemiBold.woff2') format('woff2'), url('../fonts/hinted-Helvetica-Black-SemiBold.woff') format('woff'), url('../fonts/hinted-Helvetica-Black-SemiBold.ttf') format('truetype'), url('../fonts/hinted-Helvetica-Black-SemiBold.svg#Helvetica-Black-SemiBold') format('svg');
}
@-ms-viewport {
    width: auto !important;
}
body {
    font-family: 'Ebrima', Arial, 'Helvetica Neue', Helvetica, 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
@media (min-width: 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;
    }
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:visited,
a:link {
    text-decoration: none;
    color: inherit;
}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
.header {
    z-index: 10;
    top: 0;
    width: 100%;
    height: 81px;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 81px;
    }
}
.header .sticky-wrapper {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.header .header-top {
    height: 50px;
    color: #fff;
    background-color: #102446;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 30px;
    }
}
.header .header-top .text {
    display: inline-block;
    height: 50px;
    padding-left: 200px;
}
@media (max-width: 1199px) {
    .header .header-top .text {
        display: none;
        height: 30px;
    }
}
.header .header-top .text p {
    line-height: 50px;
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .header-top .text p {
        line-height: 30px;
        margin-left: 10px;
    }
}
.header .header-top .text p a:hover {
    text-decoration: underline;
    color: #fff;
}
.header .header-top .text p.tel:before,
.header .header-top .text p.email:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    content: '\e671';
    color: #fff;
}
.header .header-top .text p.email:before {
    content: '\e641';
}
.header .header-top .share {
    display: inline-block;
    float: right;
    height: 30px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .header .header-top .share {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header .header-top .share .at-resp-share-element.at-mobile .at-share-btn {
        margin: 0;
    }
}
.header .header-top .share a.at-icon-wrapper {
    background: none !important;
}
.header .cart {
    display: inline-block;
    float: right;
    margin-left: 20px;
}
@media (max-width: 1199px) {
    .header .cart {
        margin-right: 30px;
        margin-left: 0;
    }
}
.header .cart a {
    font-weight: bold;
    line-height: 95px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #004098;
}
@media (max-width: 1199px) {
    .header .cart a {
        line-height: 70px;
    }
}
.header .cart a:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
    content: '\e63b';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .header .cart a:before {
        font-size: 22px;
    }
}
.header .cart a span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.header .cart a span:before {
    content: '(';
}
.header .cart a span:after {
    content: ')';
}
.header .logo {
    position: absolute;
    z-index: 2;
    top: -50px;
    left: 0;
    float: left;
    height: 145px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        top: -30px;
        height: 100px;
    }
}
.header .logo a {
    display: block;
    height: 100%;
}
.header .logo img {
    display: inline-block;
    height: 100%;
}
.header .nav-collapse {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 10px;
    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: 14px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666;
}
.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: #666;
}
.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 .container {
    position: relative;
}
@media (min-width: 1200px) {
    .header .nav {
        position: relative;
        display: inline-block;
        padding-left: 200px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 26px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        margin: 0 -20px;
    }
    .header .nav .nav-list1>li {
        position: relative;
        float: left;
        border-right: 1px solid #e3e3e3;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        font-weight: bold;
        line-height: 95px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0 33px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 14px;
        left: -webkit-calc(50% - 1px);
        left: calc(50% - 1px);
        display: block;
        width: 2px;
        height: 0;
        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: #004098;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #004098;
    }
    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        height: 14px;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 10 0;
        display: none;
        min-width: 160px;
        padding: 20px 0;
        text-align: center;
        text-align: left;
        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        line-height: 30px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 18px;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
        text-decoration: underline;
        color: #102446;
    }
    .header .nav .nav-list1 .nav-list2 li img {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        min-width: 200px;
        padding: 20px 0;
        text-align: left;
        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li>a {
        line-height: 30px;
        padding: 0 20px;
    }
}
@media (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;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list2,
    .header .nav .nav-list3 {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        font-size: 15px;
        line-height: 2;
        margin-top: 5px;
        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
    display: block;
}
@media (max-height: 580px) {
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        padding: 20px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;
    content: '<';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 20px;
        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;
    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul,
    .header .nav-3 .content ul {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    font-size: 16px;
    line-height: 44px;
    margin: 25px 0;
    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 19px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;
        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -14px;
        content: '>';
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 2.5;
        display: block;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search {
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
    width: 240px;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.header .search-box .input-text {
    float: left;
    height: 38px;
    padding-left: 10%;
    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px; height:30px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
   background: url(../images/sear.png) right no-repeat;
    background-size: 22px;
}

@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: #102446;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    color: #fff;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}
.header .language {
    display: inline-block;
    float: right;
    margin-left: 24px;
}
.header .language a {
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
}
.header .language a:before {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    /*margin-top: 8px;*/
    margin-right: 10px;
    content: '';
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px) {
    .header .language a:before {
        margin-top: -3px;
    }
}
.header .language a.en:before {
    background-position: -24px 0;
}
.header .find {
    line-height: 50px;
    display: inline-block;
    float: right;
    margin-left: 40px;
    padding: 0 26px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #adadad;
    color: #fff;
    background-color: #1d3765;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 30px;
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .header .find {
        font-size: 0;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .header .find:before {
        margin-right: 0;
    }
}
.header .find:hover {
    background-color: #154493;
}
@media (max-width: 1199px) {
    .header .right {
        display: inline-block;
        float: right;
        margin-right: 0;
    }
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    display: inline-block;
    content: '+';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    bottom: 180px;
    left: 45px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .online-wrap .online {
        bottom: 90px;
        left: -60px;
    }
    .online-wrap .online.active {
        left: 0;
    }
}
.online-wrap .online a {
    line-height: 45px;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border: 1px solid #e1e1e1;

}

.online-wrap .online .icon-phone{ background:url(../images/tel.png) center no-repeat #888888; background-size:26px;}
.online-wrap .online .icon-weixin{ background:url(../images/wx.png) center no-repeat #888888; background-size:26px;}
.online-wrap .online .icon-arrow-top{ background:url(../images/top.png) center no-repeat #888888; background-size:26px;}

@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 50px;
        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;
    padding-right: 5px;
    -webkit-transition: left .3s;
    transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #154493;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.online-wrap .online .icon-message:before {
    font-family: 'iconfont' !important;
    font-size: 20px !important;
    content: '\e72e';
}


.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.banner {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 30px;
    border-radius: 6px;
    background: none;
}
.banner .slick-dots li button {
    display: none;
}
.banner img {
    display: block;
    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: 300%;
        max-width: 300%;
        margin-left: -100%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner-in .text-in b {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;
        display: block;
    }
}
.banner-in .text-in .location {
    position: relative;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .banner-in .text-in .location {
        display: block;
        float: none;
    }
}
.banner-in .text-in .location {
background: url(../images/sy.png) 0 7px no-repeat;
    background-size: 18px;
    padding-left: 26px;
}
.banner-in .text-in .location ul li {
    font-size: 14px;
    display: inline-block;
}
.banner-in .text-in .location ul li:after {
    margin: 0 10px;
    content: '/';
}
.banner-in .text-in .location ul li:last-child:after {
    display: none;
}
.banner-in .text-in .location ul li a {
    line-height: 30px;
}
.banner-in .text-in .location ul li a:hover {
    text-decoration: underline;
}
.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;
}
.box {
    overflow: hidden;
    padding: 50px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}
.title {
    text-align: center;
}
.title b {
    font-size: 36px;
    line-height: 1;
    display: block;
}
@media (max-width: 991px) {
    .title b {
        font-size: 28px;
    }
}
.title p {
    line-height: 2.14285714;
    margin: 14px 0 0 0;
    color: #888;
}
@media (max-width: 767px) {
    .title p {
        line-height: 1.71428571;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-number {
    overflow: hidden;
    padding: 40px 0;
}
.box-number .number ul {
    font-size: 0;
}
.box-number .number ul li {
    display: inline-block;
    width: 25%;
    margin: 20px 0;
    padding: 0 40px;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .box-number .number ul li {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .box-number .number ul li {
        width: 50%;
        margin: 10px 0;
        padding: 0 10px;
    }
}
.box-number .number .item {
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
}

@media (max-width: 991px) {
    .box-number .number .item:before {
        font-size: 80px;
        line-height: 100px;
    }
}

@media (max-width: 991px) {
    .box-number .number .item-metal:before {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .box-number .number .item-plant:before {
        font-size: 70px;
    }
}

.box-number .number .item span { font-weight:bold;
    font-size: 60px;

    line-height: 120px;
    position: relative;
    z-index: 2;
    display: block;
    color: #004098;
}
@media (max-width: 991px) {
    .box-number .number .item span {
        font-size: 50px;
        line-height: 100px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item span {
        font-size: 40px;
    }
}
.box-number .number .item p {
    line-height: 2.14285714;
    margin: 0;
    color: #777;
}
@media (max-width: 991px) {
    .box-number .number .item p {
        line-height: 1.71428571;
    }
}
.box-number .number .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-product {
    background-color: #f2f2f2;
}
.box-product .product .row {
    margin: 0 -10px;
}
.box-product .product .itembox {
    padding: 0 10px;
}
.box-product .product .item {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.box-product .product .item .pic {
    position: relative;
    display: block;
}
.box-product .product .item .pic p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .box-product .product .item .pic p {
        font-size: 15px;
    }
}
.box-product .product .item .img-box {
    padding-bottom: 82.35294118%;
}
.box-product .product .item-2 .img-box {
    padding-bottom: 105.88235294%;
}
.box-product .product .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
}
.box-product .product .item .maskbg .mask {
    position: relative;
    height: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .7);
}
.box-product .product .item .maskbg .mask .text {
    overflow-y: auto;
    height: 100%;
    padding: 20px;
    border: 1px solid #fff;
}
.box-product .product .item .maskbg .mask .text::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}
.box-product .product .item .maskbg .mask .text::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.box-product .product .item .maskbg .mask .text::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.box-product .product .item .maskbg .mask .text h4 {
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
.box-product .product .item .maskbg .mask .text p {
    line-height: 2.14285714;
    margin: 0;
}
.box-product .product .item .maskbg .mask .text span.more {
    font-weight: bold;
    display: block;
    margin-top: 10%;
    color: #102446;
}
.box-product .product .item .maskbg .mask .text span.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #102446;
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .pic p {
        opacity: 0;
    }
    .box-product .product .item:hover .maskbg {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
    }
}

/****/
 .box-case .case
    {
        margin-top: 20px;
    }
.box-case .case .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .box-case .case .item
    {
        margin-top: 8px;
    }
}
.box-case .case .item .img-box
{
    padding-bottom: 166.66666667%;
}
.box-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-case .case .item-2 .img-box,
.box-case .case .item-3 .img-box,
.box-case .case .item-4 .img-box
{
    padding-bottom: 78.78787879%;
}
.box-case .case .item-5 .img-box
{
    padding-bottom: 37.68115942%;
}
.box-case .case .item-6 .img-box
{
    padding-bottom: 78.78787879%;
}
.box-case .case .item .mask
{
    line-height: 50px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 40px;

    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #154493;
}
.box-case .case .item p
{
    font-size: 18px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
@media (min-width: 768px)
{
    .box-case .case .item p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 50px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 991px)
{
    .box-case .case .item p
    {
        font-size: 16px;
    }
}
.box-case .case .item p:after
{
    font-family: 'iconfont' !important;
    line-height: 34px;

    display: block;
    display: none;

    width: 34px;
    height: 34px;
    margin: 0 auto;

    content: '\e625';

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .box-case .case .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-case .case .item:hover .mask
    {
        height: 100%;

        background-color: rgba(255, 255, 255, .7);
    }
    .box-case .case .item:hover .mask p
    {
        height: auto; color:#000;
    }
    .box-case .case .item:hover .mask p:after
    {
        display: block;
    }
}

/****/
.box-product .product-more {
    margin-top: 34px;
    text-align: center;
}
.box-product .product-more a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding: 0 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #004098;
}
.box-product .product-more a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.box-product .product-more a:hover {
    background-color: #154493;
}
.box-about {
    padding-bottom: 0;
}
.box-about .about>ul {
    font-size: 0;
}
.box-about .about>ul>li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
@media (max-width: 767px) {
    .box-about .about>ul>li {
        width: 100%;
    }
}
.box-about .about .video {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.box-about .about .video .img-box {
    z-index: 0; margin-top:-102px;
    padding-bottom: 50.9583333%;
    background-color: #000;
}
.box-about .about .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .8;
}
.box-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box-about .about .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.box-about .about .video .play {
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; padding-bottom:100px;
	background:url(../images/bf.png) bottom center no-repeat; background-size:70px;
}

@media (max-width: 991px) {
    .box-about .about .video .play:after {
        font-size: 40px;
        margin-top: 10px;
    }
}
.box-about .about .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.box-news {
    background-color: #f2f2f2;
}
.box-news .news .item-1 {
    font-size: 0;
    margin-top: 30px;
}
.box-news .news .item-1 .pic,
.box-news .news .item-1 .note {
    display: inline-block;
    vertical-align: middle;
}
.box-news .news .item-1 .pic {
    position: relative;
    width: 40%;
}
@media (max-width: 1350px) {
    .box-news .news .item-1 .pic {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .box-news .news .item-1 .pic {
        width: 100%;
    }
}
.box-news .news .item-1 .pic:after {
    position: absolute;
    top: 30px;
    right: -20px;
    display: block;
    width: 40px;
    height: 6px;
    content: '';
    background-color: #004098;
}
@media (max-width: 767px) {
    .box-news .news .item-1 .pic:after {
        display: none;
    }
}
.box-news .news .item-1 .pic .img-box {
    padding-bottom: 49.12280702%;
}
.box-news .news .item-1 .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item-1 .note {
    font-size: 14px;
    width: 60%;
    padding-left: 30px;
}
@media (max-width: 1350px) {
    .box-news .news .item-1 .note {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .box-news .news .item-1 .note {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.box-news .news .item-1 .note a {
    display: block;
}
.box-news .news .item-1 .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;
}
.box-news .news .item-1 .note span.date {
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin: 14px 0;
    color: #888;
}
.box-news .news .item-1 .note span.date:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
    content: '\e65b';
}
.box-news .news .item-1 .note p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 120px;
    color: #888;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .box-news .news .item-1 .note p {
        display: -webkit-box;
        overflow: hidden;
        height: 60px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-news .news .item-1 .note a.more {
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    color: #004098;
}
.box-news .news .item-1 .note a.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #004098;
}
.box-news .news .item-1:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item-1:hover .note b {
    color: #004098;
}
.box-news .news .item {
    position: relative;
    margin-top: 30px;
    padding: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .box-news .news .item {
        padding: 10px;
    }
	
	.box-about .about .video .img-box{ padding-bottom:65%;}
}
.box-news .news .item a {
    display: block;
}
.box-news .news .item b {
    font-size: 16px;
    line-height: 42px;
    display: -webkit-box;
    overflow: hidden;
    height: 42px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item span.date {
    font-weight: bold;
    line-height: 30px; background:url(../images/time.png) 0 4px no-repeat; background-size:15px; padding-left:22px;
    display: block;

    color: #888;
}

.box-news .news .item p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    color: #888;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item a.more {
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #102446;
}
.box-news .news .item a.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #102446;
}
.box-news .news .item span.num {
    font-family: 'Helvetica-Black', Arial;
    font-size: 72px;
    font-weight: 100;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -20px;
    color: rgba(255, 132, 0, .1);
}
.box-news .news .item:hover {
    border-color: #102446;
    background-color: #102446;
}
.box-news .news .item:hover b,
.box-news .news .item:hover span.date,
.box-news .news .item:hover p,
.box-news .news .item:hover a.more {
    color: #fff;
}
.box-news .news .item:hover span.num {
    color: rgba(255, 255, 255, .1);
}
.box-news .news .item:hover a.more:after {
    border-color: transparent transparent transparent #fff;
}
.box-news .news .item:hover a.more:hover {
    color: #004098;
}
.box-news .news .item:hover a.more:hover:after {
    border-color: transparent transparent transparent #004098;
}
.footer {
    position: relative;
    overflow: hidden;
    background-color: #102446;
}
.footer:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    height: 100%;
    content: '';
    background-color: #0c1c38;
}
@media (max-width: 1199px) {
    .footer:after {
        display: none;
    }
}
.footer .foot {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
}
@media (max-width: 1199px) {
    .footer .foot {
        display: block;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-right {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .footer .foot .foot-left,
    .footer .foot .foot-right {
        display: block;
        width: 100%;
    }
}
.footer .foot .foot-left .text {
    font-size: 0;
    padding: 40px 0;
}
.footer .foot .foot-left .text b {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #fff;
}
.footer .foot .foot-left .text p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 30px 0 0 0;
    padding-left: 30px;
    vertical-align: top;
    color: rgba(255, 255, 255, .39);
}
@media (max-width: 767px) {
    .footer .foot .foot-left .text p {
        width: 100%;
        margin: 14px 0 0 0;
    }
}
.footer .foot .foot-left .text p:before {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
   
    color: #fff;
}
.footer .foot .foot-left .text p.address { background:url(../images/add.png) no-repeat; background-size:22px;}
.footer .foot .foot-left .text p.tel { background:url(../images/tel.png) no-repeat;  background-size:22px;}
.footer .foot .foot-left .text p.web {background:url(../images/web.png) no-repeat;  background-size:22px;}
.footer .foot .foot-left .text p.email { background:url(../images/eml.png) no-repeat;  background-size:22px;
}
.footer .foot .foot-left .text p a:hover {
    text-decoration: underline;
    color: #fff;
}
.footer .foot .foot-left .copyright {
    position: relative;
    padding: 20px 0;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
@media (max-width: 767px) {
    .footer .foot .foot-left .copyright {
        padding: 10px 0;
        text-align: center;
    }
}
.footer .foot .foot-left .copyright:before {
    position: absolute;
    top: -1px;
    left: -300px;
    display: block;
    width: 300px;
    height: 1px;
    content: '';
    background-color: rgba(255, 255, 255, .14);
}
.footer .foot .foot-left .copyright .share {
    float: left;
}
@media (max-width: 767px) {
    .footer .foot .foot-left .copyright .share {
        float: none;
    }
}
.footer .foot .foot-left .copyright .share a.at-icon-wrapper {
    background: none !important;
}
.footer .foot .foot-left .copyright p {
    line-height: 30px;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot .foot-left .copyright p {
        padding-right: 0;
    }
}
.footer .foot .foot-left .copyright p a {
    margin-left: 20px;
}
.footer .foot .foot-left .copyright p a:hover {
    text-decoration: underline;
}
.footer .foot .foot-right {
    width: 45%;
    padding-left: 50px;
    background-color: #0c1c38;
}
@media (max-width: 1199px) {
    .footer .foot .foot-right {
        display: none;
    }
}
.footer .foot .foot-right .title-foot b {
    font-size: 18px;
    line-height: 30px;
    display: block;
    color: #fff;
}
.footer .foot .foot-right form {
    margin-top: 20px;
}
.footer .foot .foot-right form ul {
    font-size: 0;
    margin: 0 -6px;
}
.footer .foot .foot-right form ul li {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    padding: 0 6px;
    vertical-align: top;
}
.footer .foot .foot-right form ul li:nth-child(1),
.footer .foot .foot-right form ul li:nth-child(2) {
    width: 50%;
}
.footer .foot .foot-right form input,
.footer .foot .foot-right form textarea {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    min-height: 40px;
    padding: 6px 20px;
    color: #fff;
    background-color: #13294e;
}
.footer .foot .foot-right form input::-webkit-input-placeholder,
.footer .foot .foot-right form textarea::-webkit-input-placeholder {
    color: #667997;
}
.footer .foot .foot-right form input:-o-placeholder,
.footer .foot .foot-right form textarea:-o-placeholder {
    color: #667997;
}
.footer .foot .foot-right form input::-moz-placeholder,
.footer .foot .foot-right form textarea::-moz-placeholder {
    color: #667997;
}
.footer .foot .foot-right form input:-ms-input-placeholder,
.footer .foot .foot-right form textarea:-ms-input-placeholder {
    color: #667997;
}
.footer .foot .foot-right form input:focus::-webkit-input-placeholder,
.footer .foot .foot-right form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right form input:focus::-o-placeholder,
.footer .foot .foot-right form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right form input:focus::-moz-placeholder,
.footer .foot .foot-right form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right form input:focus::-ms-input-placeholder,
.footer .foot .foot-right form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot .foot-right form .submit {
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #fff; 
	
    background: none;
}
.inquire-sheet-box {
    position: fixed;
    z-index: 9;
    top: 20%;
    right: 0;
    width: 220px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px) {
    .inquire-sheet-box {
        display: none;
    }
}
.inquire-sheet-box .j-title {
    position: relative;
    background-color: #111;
}
.inquire-sheet-box .j-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.inquire-sheet-box .j-title .inquire-close:after {
    font-family: 'iconfont' !important;
    font-size: 22px;
    content: '\e61b';
}
.inquire-sheet-box .J-shoping-close {
    float: right;
    cursor: pointer;
    color: #999;
}
.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 40px;
    content: '\e8d0';
}
.inquire-sheet-box .J-shoping-close:hover {
    color: #102446;
}
.inquire-sheet-box .J-inquiry {
    padding: 0;
}
.inquire-sheet-box .J-inquiry a {
    font-weight: bold;
    line-height: 50px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    background-color: #102446;
}
.inquire-sheet-box .J-inquiry a:hover {
    background-color: #154493;
}
.inquire-sheet-box .J-inquiry a::before {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-right: 14px;
    content: '\e63c';
    vertical-align: middle;
}
.inquire-sheet-box .J-shoping-body {
    overflow-y: auto;
    max-height: 300px;
    background-color: #fff;
}
.inquire-sheet-box .list {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}
.inquire-sheet-box .list .pic {
    float: left;
    overflow: hidden;
    width: 60px;
    border: 1px solid #e5e5e5;
}
.inquire-sheet-box .list .pic .img-box {
    padding-bottom: 82.35294118%;
}
.inquire-sheet-box .list p {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    display: -webkit-box;
    float: left;
    overflow: hidden;
    width: 110px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 8px;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.inquire-sheet-box .J-shoping-body::-webkit-scrollbar-thumb {
    background-color: #102446;
}
.cart-icon {
    line-height: 30px;
    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 50%;
    display: none;
}
@media (max-width: 991px) {
    .cart-icon {
        bottom: 0;
        display: block;
    }
}
.cart-icon a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(16, 36, 70, .8);
}
.cart-icon a::before {
    font-family: 'iconfont';
    font-size: 20px;
    line-height: 40px;
    content: '\e70f';
    color: #fff;
}
.cart-icon a:hover {
    background-color: #000;
}
.cart-icon span {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: super;
    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.wrapper {
    overflow: hidden;
}
.wrap {
    padding: 60px 0;
}
.title-in {
    text-align: center;
}
.title-in b {
    font-size: 36px;
    line-height: 1;
    display: block;
    color: #102446;
}
@media (max-width: 991px) {
    .title-in b {
        font-size: 24px;
    }
}
.wrap-sidenav {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        padding: 10px 0;
    }
}
.wrap-sidenav ul {
    margin: 0 -22px;
}
.wrap-sidenav ul li {
    display: inline-block;
}
.wrap-sidenav ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    display: inline-block;
    padding: 0 22px;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.wrap-sidenav ul li.active a,
.wrap-sidenav ul li:hover a {
    color: #00a5e7;
}
.inside-nav {

   
    padding: 7px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
   
}
.inside-nav .nav-wrap { position:absolute; background:#fff; padding:20px 16px 1000px 16px;
  
}
.inside-nav ul {
    font-size: 0;
   
    display: inline-block;

}
@media (max-width: 991px) {
    .inside-nav ul {
      
    }
}
.inside-nav ul li {border-bottom:1px solid #ccc;   padding: 15px 0px;
   
}
.inside-nav ul li:after {
 
}
.inside-nav ul li:last-child:after {
    display: none;
}
.inside-nav ul li a {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    display: inline-block;
  
    border-right: none;
	
}
@media (max-width: 991px) {
    .inside-nav ul li a {
        padding: 0 16px;
    }
	.inside-nav{ display:none;}
}
@media (max-width: 767px) {
    .inside-nav ul li a {
        font-size: 15px;
    }
	
}
.inside-nav ul li:first-child a {
    border-left: none;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a {
    font-weight: bold;
}
.inside-nav-product {
    text-align: left;
}
.wrap-about .about .text p {
    line-height: 2.14285714;
    margin: 0;
    color: #666;
}
.wrap-about .about .number {
    margin-top: 30px;
}
.wrap-about .about .number ul {
    font-size: 0;
}
.wrap-about .about .number ul li {
    display: inline-block;
    width: 25%;
    margin: 20px 0;
    padding: 0 40px;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .wrap-about .about .number ul li {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about .number ul li {
        width: 50%;
        margin: 10px 0;
        padding: 0 10px;
    }
}
.wrap-about .about .number .item {
    font-size: 14px;
    position: relative;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-about .about .number .item:before {
        font-size: 80px;
        line-height: 100px;
    }
}
4
@media (max-width: 991px) {
    .wrap-about .about .number .item-metal:before {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .wrap-about .about .number .item-plant:before {
        font-size: 70px;
    }
}

.wrap-about .about .number .item span {
  
    font-size: 60px;
    font-weight:bold;
    line-height: 120px;
    position: relative;
    z-index: 2;
    display: block;
    color: #004098;
}
@media (max-width: 991px) {
    .wrap-about .about .number .item span {
        font-size: 50px;
        line-height: 100px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about .number .item span {
        font-size: 40px;
    }
}
.wrap-about .about .number .item p {
    line-height: 2.14285714;
    margin: 0;
    color: #777;
}
@media (max-width: 991px) {
    .wrap-about .about .number .item p {
        line-height: 1.71428571;
    }
}
.wrap-about .about .number .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-about .about .slick-about {
    margin-top: 40px;
}
.wrap-about .about .slick-about .item .img-box {
    padding-bottom: 40.42553191%;
}
.wrap-about .about .slick-about .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-about .about .slick-about .slick-dots {
        bottom: 10px;
    }
}
.wrap-about .about .slick-about .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .about .slick-about .slick-dots li.slick-active {
    width: 30px;
    border-radius: 6px;
    background: none;
}
.wrap-about .about .slick-about .slick-dots li button {
    display: none;
}
.wrap-honor .honor {
    margin-top: -30px;
}
.wrap-honor .honor .item {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
}
@media (max-width: 1350px) {
    .wrap-honor .honor .item {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-honor .honor .item {
        padding: 0;
    }
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 128%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .honor .item:hover p {
    color: #102446;
}
.wrap-video .video-list {
    margin-top: -30px;
}
.wrap-video .video {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 12px;
    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .wrap-video .video {
        padding: 6px;
    }
}
.wrap-video .video .img-box {
    z-index: 0;
    padding-bottom: 58.13953488%;
    background-color: #000;
}
.wrap-video .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .8;
}
.wrap-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-video .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
@media (max-width: 991px) {
    .wrap-video .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}
.wrap-video .video .play:before {
    font-family: 'iconfont';
    font-size: 40px;
    font-weight: normal;
    display: block;
    content: '\e633';
}
.wrap-video .item p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 14px 0 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-video .item:hover .video {
    border-color: #004098;
}
.wrap-video .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.wrap-video .item:hover p {
    color: #004098;
}
.wrap-factory .factory {
    margin-top: -30px;
}
.wrap-factory .factory .item {
    display: block;
    margin-top: 30px;
}
@media (max-width: 1350px) {
    .wrap-factory .factory .item {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-factory .factory .item {
        padding: 0;
    }
}
.wrap-factory .factory .item .pic {
    padding: 12px;
    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .wrap-factory .factory .item .pic {
        padding: 6px;
    }
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 58.13953488%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-factory .factory .item:hover .pic {
    border-color: #004098;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item:hover p {
    color: #004098;
}
.wrap-news .news {
    margin-top: -40px;
}
.wrap-news .news .item {
    font-size: 0;
    margin-top: 40px;
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note {
    display: inline-block;
    vertical-align: middle;
}
.wrap-news .news .item .pic {
    position: relative;
    width: 100%;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic:after {
    position: absolute;  display: none;
    top: 30px;
    right: -20px;
  
    width: 40px;
    height: 6px;
    content: '';
    background-color: #004098;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic:after {
        display: none;
    }
}

.box-news .news .item .img-box {
    padding-bottom: 49.12280702%;
}

.wrap-news .news .item .pic .img-box {
    padding-bottom: 49.12280702%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    font-size: 14px;
    width: 100%;
    padding-left: 30px;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .note {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-news .news .item .note a {
    display: block;
}
.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;
}
.wrap-news .news .item .note span.date {  background:url(../images/time.png) 0 4px no-repeat; background-size:15px; padding-left:22px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin: 14px 0;
    color: #888;
}

.wrap-news .news .item .note p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 60px;
    color: #888;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note p {
        display: -webkit-box;
        overflow: hidden;
        height: 60px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .note a.more {
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    color: #004098;
}
.wrap-news .news .item .note a.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #004098;
}
.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 {
    color: #004098;
}
.wrap-news-show .title-news {
    text-align: center;
}
.wrap-news-show .title-news h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
	.return a{ width:100% !important;}
}
.wrap-news-show .title-news span.date {
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    margin: 14px 0;
    color: #888;
	background: url(../images/time.png) 0 4px no-repeat;
    background-size: 15px;
    padding-left: 22px;
}

.return{ margin-top:40px;  border:1px solid #adadad; padding:23px 14px;}
.return a{ width:50%; font-size:14px; padding-top:5px; color:#8f8f8f; float:left;}


.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    line-height: 2.14285714;
    margin: 0;
    color: #888;
}
.wrap-news-show .news-show img {
    max-width: 100%;
}
.wrap-news-show .relate {
    margin-top: 30px;
}
.wrap-news-show .relate a {
    line-height: 36px;
    position: relative;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e6cb';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-news-show .relate a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #00a5e7;
}
.wrap-news-show .relate .next {
    text-align: right;
}
@media (max-width: 991px) {
    .wrap-news-show .relate .next {
        text-align: left;
    }
}
.wrap-news-show .relate .next a:before {
    right: 0;
    left: auto;
    float: right;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 991px) {
    .wrap-news-show .relate .next a:before {
        right: auto;
        left: 0;
    }
}
.wrap-product .product {
    margin-top: -30px;
}
.wrap-product .product .itembox .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .itembox .note p:hover {
    color: #004098;
}
.wrap-product .product .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.wrap-product .product .item .pic {
    position: relative;
}
.wrap-product .product .item .img-box {
    padding-bottom: 82.35294118%;
}
.wrap-product .product .item .maskbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
}
.wrap-product .product .item .maskbg .mask {
    position: relative;
    height: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .7);
}
.wrap-product .product .item .maskbg .mask .text {
    overflow-y: auto;
    height: 100%;
    padding: 20px;
    border: 1px solid #fff;
}
.wrap-product .product .item .maskbg .mask .text::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}
.wrap-product .product .item .maskbg .mask .text::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product .product .item .maskbg .mask .text::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product .product .item .maskbg .mask .text h4 {
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}
.wrap-product .product .item .maskbg .mask .text p {
    line-height: 2.14285714;
    margin: 0;
}
.wrap-product .product .item .maskbg .mask .text span.more {
    font-weight: bold;
    display: block;
    margin-top: 6%;
    color: #102446;
}
.wrap-product .product .item .maskbg .mask .text span.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #102446;
}
.wrap-product .product .item .maskbg .mask .text span.more:hover {
    color: #004098;
}
.wrap-product .product .item .maskbg .mask .text span.more:hover:after {
    border-color: transparent transparent transparent #004098;
}
@media (min-width: 1200px) {
    .wrap-product .product .item:hover .maskbg {
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
    }
}
.wrap-product-show {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
    padding-right: 139px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 128px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 116px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 82.35294118%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
    padding: 14px;
    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for {
        padding: 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
    position: absolute;
    top: 6px;
    right: 0;
    width: 139px;
    height: 100%;
    padding-left: 9px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        width: 128px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        top: -2px;
        width: 116px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 4px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #e1e1e1;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #102446;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: none !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    background: none;
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow {
        top: 50%;
        left: 0;
        display: block !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px;
    content: '\e9f9';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #eee;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    top: auto;
    bottom: 12px;
    text-align: right;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        bottom: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '\e9f8';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
    color: #fff;
    background-color: #102446;
}
.wrap-product-show .carousel-wrap .carousel:hover .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .info-box {
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-left: 0;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 30px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #888;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        line-height: 2;
    }
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 70px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .share {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .share span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.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 .fun-btn {
    display: inline-block;
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a {
    line-height: 50px;
    display: inline-block;
    min-width: 192px;
    height: 50px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 0 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #102446;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 30px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 10px;
        padding: 0 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a.addcart {
    background-color: #004098;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a:hover {
    background-color: #154493;
}
.wrap-product-show .carousel-wrap .info-box .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video img {
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .carousel-wrap .info-box .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 .info-box .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .info-box .video p {
    font-size: 14px;
    line-height: 46px;
    margin: 0;
    padding-right: 30px;
}
.wrap-product-show .carousel-wrap .info-box .video .play {
    line-height: 46px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    content: '\e630';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video .play:hover {
    color: #102446;
}
.wrap-product-show .carousel-wrap .info-box .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-product-show .describtion,
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 60px;
}
.wrap-product-show .describtion .text,
.wrap-product-show .parameter .text {
    margin-top: 28px;
}
.wrap-product-show .describtion .text p,
.wrap-product-show .parameter .text p {
    line-height: 2.14285714;
    margin: 0;
    color: #777;
}
.wrap-product-show .describtion .text img,
.wrap-product-show .parameter .text img {
    max-width: 100%;
}
.wrap-product-show .inquiry .message {
    margin-top: 12px;
}
.wrap-product-show .inquiry .message p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 16px; 
    padding: 10px 20px;
    background: none;
    background-color: #ededed;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    background-color: #d8d8d8;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .submit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    display: block;
    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004098;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #154493;
}
.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 #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child {
    background-color: #b5b5b5;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.wrap-inquiry {
    padding-top: 0;
}
.wrap-inquiry .title-all-inquiry {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d5d5d5;
}
.wrap-inquiry .title-all-inquiry b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-inquiry .title-all-inquiry .all-inquiry {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 0;
}
.wrap-inquiry .title-all-inquiry .all-inquiry input {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
    border-color: #d5d5d5;
    background-color: #e6e6e6;
}
.wrap-inquiry .bar .item {
    position: relative;
    display: block;
    margin-top: 30px;
    padding: 0 34px;
}
.wrap-inquiry .bar .item .pic {
    position: relative;
}
.wrap-inquiry .bar .item .pic .J-shoping-close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.wrap-inquiry .bar .item .pic .J-shoping-close:after {
    font-family: 'iconfont' !important;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    content: '\e8d0';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #102446;
}
.wrap-inquiry .bar .item .pic .J-shoping-close:hover:after {
    background-color: #154493;
}
.wrap-inquiry .bar .item .Each {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-color: #d5d5d5;
    background-color: #e6e6e6;
}
.wrap-inquiry .bar .item .img-box {
    padding-bottom: 82.35294118%;
}
.wrap-inquiry .bar .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 14px 0 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-inquiry .title-inquiry b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-inquiry .inquiry {
    padding-top: 45px;
}
.wrap-inquiry .inquiry .message {
    margin-top: 12px;
}
.wrap-inquiry .inquiry .message p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 10px 20px;
    background: none;
    background-color: #ededed;
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input {
    background-color: #d8d8d8;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .submit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    display: block;
    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004098;
}
.wrap-inquiry .inquiry .submit:hover {
    background-color: #154493;
}
.wrap-contact .contact {
    padding-bottom: 60px;
    border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 1200px) {
    .wrap-contact .contact .text ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact .text ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: '';
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text ul {
        font-size: 0;
    }
}
.wrap-contact .contact .text ul li {
    display: inline-block;
    max-width: 380px;
    min-height: 72px;
    list-style: none;
    text-align: left;
    vertical-align: top;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .text ul li {
        max-width: 280px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .text ul li {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .text ul li {
        width: 100%;
        max-width: 100%;
    }
}
.wrap-contact .contact .text .item {
    position: relative;
    padding-top: 10px;
    padding-left: 90px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item {
        padding-left: 70px;
    }
}

.wrap-contact .contact .text .item-address span{ background: url(../images/add.png) center center no-repeat #102446; background-size:22px;   width: 70px;
    height: 70px;
    text-align: center; position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    border-radius: 50%;
}


.wrap-contact .contact .text .item-email span{ background: url(../images/eml.png) center center no-repeat #ffad55; background-size:22px;   width: 70px;
    height: 70px;
    text-align: center; position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    border-radius: 50%;
}


.wrap-contact .contact .text .item-tel span{ background: url(../images/tel.png) center center no-repeat #335694; background-size:22px;   width: 70px;
    height: 70px;
    text-align: center; position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.wrap-contact .contact .text .item-website span{ background: url(../images/web.png) center center no-repeat #004098; background-size:22px;   width: 70px;
    height: 70px;
    text-align: center; position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.wrap-contact .contact .text .item-address:hover span ,.wrap-contact .contact .text .item-email:hover span ,.wrap-contact .contact .text .item-tel:hover span ,.wrap-contact .contact .text .item-website:hover span{
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}







.wrap-contact .contact .text .item:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 70px;
   
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #102446;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item:before {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

.wrap-contact .contact .text .item b {
    font-size: 18px;
    line-height: 1.66666667;
    display: block;
    color: #333;
}
.wrap-contact .contact .text .item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #555;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item p {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item a:hover {
    text-decoration: underline;
    color: #102446;
}

.wrap-contact .message {
    padding-top: 70px;
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-contact b {
    font-size: 24px;
    line-height: 1;
    display: block;
    color: #102446;
}
.wrap-contact .message form {
    overflow: hidden;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-contact .message form {
        margin-bottom: 40px;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
    line-height: 24px;
    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    padding: 15px 20px;
    background: #f0f0f0;
}
@media (max-width: 767px) {
    .wrap-contact .message form input,
    .wrap-contact .message form textarea {
        padding: 15px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #888;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #888;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form .submit {
    font-weight: bold;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: #102446;
}
.wrap-contact .message form .submit:hover {
    background-color: #154493;
}
.wrap-contact .map {
    height: 370px;
    margin-top: 30px;
}
.wrap-contact .wrap-map {
    padding-left: 40px;
}
@media (max-width: 991px) {
    .wrap-contact .wrap-map {
        padding-left: 0;
    }
}
.page {
    margin-top: 50px;
    text-align: center;
}
.page li {
    display: inline-block;
    vertical-align: top;
}
.page li a {
    font-size: 14px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #666;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.page li a {
    display: block;
}
.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #004098;
    background-color: #004098;
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.BMapLabel {
    max-width: none;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    height: 80px !important;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, .15);
}
@media (max-width: 1199px) {
    .stuck {
        height: 70px !important;
    }
}
.stuck .logo {
    top: 0;
    height: 80px;
}
@media (max-width: 1199px) {
    .stuck .logo {
        height: 70px;
    }
}
.stuck .nav .nav-list1>li>a {
    line-height: 80px;
}
.stuck .find {
    line-height: 80px;
}

.stuck .find img{ width:18px; padding-right:3px; }
@media (max-width: 1199px) {
    .stuck .find {
        line-height: 70px;
    }
}
.stuck .cart a {
    line-height: 80px;
}
@media (max-width: 1199px) {
    .stuck .cart a {
        line-height: 70px;
    }
}
.share button {
    outline: none;
}
@media(max-width: 1400px) {
    .footer .foot .foot-left .copyright p a {
        margin-left: 4px;
    }
}
.header .header-top .share {
    font-size: 0;
    display: inline-block;
    float: right;
    height: 50px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .header-top .share {
        height: 30px;
    }
}
.header .header-top .share ul li {
    display: inline-block;
    margin: 0 10px;
    /*  margin: 10px; */
}
@media (max-width: 1199px) {
    .header .header-top .share ul li {
        /* margin: 5px; */
        margin: 0 5px;
    }
}
.header .header-top .share ul li a {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}
.header .header-top .share ul li a:before {
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    width: 20px;
    height: 50px;
    content: '\e615';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    /* background-color: #131a6f; */
}
@media(max-width: 1199px) {
    .header .header-top .share ul li a:before {
        line-height: 30px;
        height: 30px;
    }
}
.header .header-top .share ul li.twitter a:before {
    content: '\e60b';
}
.header .header-top .share ul li.linkedin a:before {
    content: '\e6f0';
}
.header .header-top .share ul li.instagram a:before {
    font-size: 18px;
    content: '\e63b';
}
.header .header-top .share ul li.youtube a:before {
    content: '\e6d7';
}
.header .header-top .share ul li.google a:before {
    font-size: 12px;
    content: '\e60c';
}
.header .header-top .share ul li.amazon a:before {
    content: '\e6c1';
}
.header .header-top .share ul li:hover a {
    background-color: rgba(255, 255, 255, .15);
}
.footer .share {
    font-size: 0;
    display: inline-block;
    float: right;
    height: 30px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .share {
        height: 30px;
    }
}
.footer .share ul li {
    display: inline-block;
    margin: 0 10px;
    /*  margin: 10px; */
}
@media (max-width: 1199px) {
    .footer .share ul li {
        /* margin: 5px; */
        margin: 0 5px;
    }
}
.footer .share ul li a {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}
.footer .share ul li a:before {
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    width: 20px;
    height: 30px;
    content: '\e615';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    /* background-color: #131a6f; */
}
@media(max-width: 1199px) {
    .footer .share ul li a:before {
        line-height: 30px;
        height: 30px;
    }
}
.footer .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .share ul li.instagram a:before {
    font-size: 18px;
    content: '\e63b';
}
.footer .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .share ul li.google a:before {
    font-size: 12px;
    content: '\e60c';
}
.footer .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .share ul li:hover a {
    /* background-color: rgba(255, 255, 255, .15); */
}
.header .language {
    display: inline-block;
    float: right;
    margin-top: 12px;
}
@media(max-width: 1199px) {
    .header .language {
        margin-top: 3px;
        margin-left: 0;
    }
}