 



.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');

    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');

}

@-ms-viewport {

    width: auto !important;

}

body {

    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;

    font-size: 16px;

    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 (max-width: 767px) {

    .col-xs-6:nth-child(2n+1) {

        padding-right: 7.5px;

    }

    .col-xs-6:nth-child(2n) {

        padding-left: 7.5px;

    }

}



.online-wrap .btn {

    line-height: 36px;

    position: fixed;

    z-index: 9;

    right: 0;

    bottom: 0;

    width: 40px;

    height: 40px;

    padding: 0;

    -webkit-transform-origin: center center;

    -ms-transform-origin: center center;

    transform-origin: center center;

    text-align: center;

    border-radius: 0;

    background-color: rgba(0, 0, 0, .7);

}

@media (min-width: 992px) {

    .online-wrap .btn {

        display: none;

    }

}

.online-wrap .btn:before {

    font-family: 'iconfont' !important;

    font-size: 18px;

    display: inline-block;

    content: '\e6d2';

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

    transition: -webkit-transform .3s;

    transition: transform .3s;

    transition: transform .3s, -webkit-transform .3s;

    color: #fff;

}

.online-wrap .btn.active:before {

    -webkit-transform: rotateZ(225deg);

    -ms-transform: rotate(225deg);

    transform: rotateZ(225deg);

}

.online-wrap .code-pic {

    position: fixed;

    z-index: 101;

    right: 45px;

    bottom: 180px;

    display: none;

    max-width: 120px;

}

.online-wrap .code-pic .pic-box {

    padding: 5px;

    background-color: #fff;

}

.online-wrap .code-pic img {

    display: block;

    max-width: 100%;

}

.online-wrap .online {

    position: fixed;

    z-index: 8;

    right: 0;

    bottom: 10%;

    /*bottom: 23%;*/

    -webkit-transition: right .3s;

    transition: right .3s;

}

@media (max-width: 991px) {

    .online-wrap .online {

        right: -68px;

        bottom: 90px;

    }

    .online-wrap .online.active {

        right: 0;

    }

}

.online-wrap .online a {

    line-height: 30px;

    position: relative;

    display: block;

    width: 68px;

    height: 68px;

    margin: 2px 0;

    padding-top: 10px;

    -webkit-transition: all .4s;

    transition: all .4s;

    text-align: center;

    border-radius: 6px 0 0 6px;

    background-color: #1798fc;

}

.online-wrap .online a:before {

    font-size: 26px;

    color: #fff;

}

@media (max-width: 767px) {

    .online-wrap .online a:before {

        font-size: 16px !important;

    }

}

@media (min-width: 992px) {

    .online-wrap .online a:hover {

        background-color: #005bac;

    }

}

@media (max-width: 767px) {

    .online-wrap .online a {

        line-height: 20px;

        width: 50px;

        height: 50px;

    }

}

.online-wrap .online a i {

    font-size: 12px;

    font-style: normal;

    line-height: 20px;

    display: block;

    color: #fff;

}

@media (min-width: 992px) {

    .online-wrap .online .icon-phone:hover .phone-num {

        right: 100%;

    }

}

.online-wrap .online .icon-phone .phone-num {

    position: absolute;

    z-index: -1;

    top: 0;

    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;

    transition: right .3s;

    white-space: nowrap;

}

.online-wrap .online .icon-phone .phone-num p {

    line-height: 68px;

    margin: 0;

    padding: 0 10px;

    color: #fff;

    background-color: #005bac;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);

}

.online-wrap .online .code:before {

    font-size: 24px;

}

@media (max-width: 767px) {

    .online-wrap .online .code:before {

        font-size: 22px;

    }

}

.online-wrap .online .code .mask {

    position: absolute;

    z-index: 10;

    top: 0;

    right: 100%;

    display: none;

    width: 130px;

    height: 130px;

    padding-right: 5px;

}

.online-wrap .online .code .mask .mask-box {

    border: 1px solid #e5e5e5;

    background-color: #000;

}

.online-wrap .online .code .mask img {

    display: block;

    width: 100%;

}

.online-wrap .online .code .mask p {

    font-size: 13px;

    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;

}

.online-wrap .icon-qq:before {

    font-family: 'iconfont' !important;

    content: '\e62d';

}

.online-wrap .icon-join:before {

    font-family: 'iconfont' !important;

    content: '\e650';

}

.online-wrap .icon-weixin:before {

    font-family: 'iconfont' !important;

    font-size: 28px !important;

    content: '\e604';

}

.online-wrap .icon-message:before {

    font-family: 'iconfont' !important;

    content: '\e826';

}

.online-wrap .icon-skype:before {

    font-family: 'iconfont' !important;

    content: '\e6b7';

}

.online-wrap .icon-whatsapp:before {

    font-family: 'iconfont' !important;

    content: '\e751';

}

.online-wrap .icon-phone:before {

    font-family: 'iconfont' !important;

    content: '\e61c';

}

.online-wrap .icon-arrow-top {

    line-height: 54px !important;

}

@media (max-width: 767px) {

    .online-wrap .icon-arrow-top {

        line-height: 34px !important;

    }

}

.online-wrap .icon-arrow-top:before {

    font-family: 'iconfont' !important;

    content: '\e622';

}

.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%;

    }

}

@media (max-width: 767px) {

    .banner .slickbanner {

        width: 160%;

        max-width: 160%;

        margin-left: -30%;

    }

}

.banner .slick-dots {

    position: absolute;

    bottom: 40px;

    width: 100%;

    padding: 0 15px;

    text-align: center;

}

@media (max-width: 991px) {

    .banner .slick-dots {

        bottom: 20px;

    }

}

.banner .slick-dots li {

    position: relative;

    display: inline-block;

    width: 4px;

    height: 4px;

    margin: 0 20px;

    cursor: pointer;

    border-radius: 50%;

    background-color: #fff;

}

@media (max-width: 991px) {

    .banner .slick-dots li {

        margin: 0 10px;

    }

}

.banner .slick-dots li:before {

    position: absolute;

    top: -7px;

    left: -7px;

    display: block;

    width: 18px;

    height: 18px;

    content: '';

    opacity: 0;

    border: 1px solid #fff;

    border-radius: 50%;

}

.banner .slick-dots li.slick-active:before {

    opacity: 1;

}

.banner .slick-dots li button {

    opacity: 0;

}

.banner img {

    display: block;

    width: 100%;

}

.banner .img-box {

    padding-bottom: 36.45833333%;

}

@media (max-width: 991px) {

    .banner-in .slickbanner {

        width: 140%;

        max-width: 140%;

        margin-left: -20%;

    }

}

@media (max-width: 767px) {

    .banner-in .slickbanner {

        width: 160%;

        max-width: 160%;

        margin-left: -30%;

    }

}

.banner-in .img-box {

    padding-bottom: 23.4375%;

}

.box {

    overflow: hidden;

    padding: 10px 0;

}

@media (max-width: 991px) {

    .box {

        padding: 60px 0;

    }

}

.title,

.title-in {

    text-align: center;

}

.title b,

.title-in b {

    font-size: 24px;

    line-height: 30px;

}

@media (max-width: 991px) {

    .title b,

    .title-in b {

        font-size: 20px;

    }

}

.title b:before,

.title-in b:before,

.title b:after,

.title-in b:after {

    display: inline-block;

    width: 36px;

    height: 15px;

    content: '';

    vertical-align: bottom;

}

.title b:before,

.title-in b:before {

    margin-right: 10px;

    background: url(../images/line-1.png) no-repeat center;

}

.title b:after,

.title-in b:after {

    margin-left: 10px;

    background: url(../images/line-2.png) no-repeat center;

}

.title p,

.title-in p {

    line-height: 1.71428571;

    max-width: 660px;

    margin: 0 auto;

    margin-top: 14px;

    color: #999;

}

.box-about {

    overflow: hidden;

}

.box-about .text {

    margin-top: 40px;

    text-align: center;

}

.box-about .text p {

    line-height: 2;

    margin: 0;

    color: #666;

}

.box-about .about {

    margin-top: 30px;

}

.box-about .about>ul {

    overflow: hidden;

}

.box-about .about>ul>li {

    float: left;

    width: 16.66666667%;

}

@media (max-width: 991px) {

    .box-about .about>ul>li {

        width: 33.33333333%;

    }

    .box-about .about>ul>li .item {

        padding: 30px 10px;

    }

}

.box-about .about>ul>li .item {

    display: block;

    padding: 40px 15px 60px 15px;

    text-align: center;

    background-color: #fbfbfb;

}

@media (max-width: 480px) {

    .box-about .about>ul>li {

        width: 50%;

    }

}

.box-about .about>ul>li:nth-child(2n) .item {

    background-color: #f6f6f6;

}

@media (max-width: 480px) {

    .box-about .about>ul>li:nth-child(2n) .item {

        background-color: #fbfbfb;

    }

}

.box-about .about>ul>li:nth-child(2n) .item:before {

    color: #005bac;

    background: none;

}

@media (max-width: 480px) {

    .box-about .about>ul>li:nth-child(4n+2) .item {

        background-color: #f6f6f6;

    }

    .box-about .about>ul>li:nth-child(4n+3) .item {

        background-color: #f6f6f6;

    }

}

.box-about .about>ul>li .item:before {

    font-family: 'iconfont' !important;

    font-size: 54px;

    line-height: 80px;

    display: block;

    width: 80px;

    height: 80px;

    margin: 0 auto;

    content: '\e67d';

    text-align: center;

    color: #005bac;

    /* border: 1px solid #005bac; */

    border-radius: 50%;

    /* background-color: #005bac; */

}

@media (max-width: 480px) {

    .box-about .about>ul>li .item:before {

        font-size: 50px;

        line-height: 70px;

        width: 70px;

        height: 70px;

    }

}

.box-about .about>ul>li .item-xilie:before {

    content: '\e74b';

}

.box-about .about>ul>li .item-yanfa:before {

    font-size: 48px;

    content: '\e6e4';

}

@media (max-width: 480px) {

    .box-about .about>ul>li .item-yanfa:before {

        font-size: 48px;

    }

}

.box-about .about>ul>li .item-shengchan:before {

    font-size: 48px;

    content: '\e683';

}

@media (max-width: 480px) {

    .box-about .about>ul>li .item-shengchan:before {

        font-size: 44px;

    }

}

.box-about .about>ul>li .item-renyuan:before {

    font-size: 50px;

    content: '\e7d8';

}

@media (max-width: 480px) {

    .box-about .about>ul>li .item-renyuan:before {

        font-size: 48px;

    }

}

.box-about .about>ul>li .item-fuwu:before {

    font-size: 50px;

    content: '\e6c3';

}

@media (max-width: 480px) {

    .box-about .about>ul>li .item-fuwu:before {

        font-size: 48px;

    }

}

.box-about .about>ul>li b {

    font-size: 30px;

    font-weight: normal;

    display: block;

    margin-top: 30px;

}

@media (max-width: 480px) {

    .box-about .about>ul>li b {

        font-size: 24px;

        margin-top: 20px;

    }

}

.box-about .about>ul>li p {

    font-size: 15px;

    line-height: 2;

    margin: 4px 0 0 0;

    color: #666;

}

@media (max-width: 480px) {

    .box-about .about>ul>li p {

        font-size: 14px;

        line-height: 24px;

    }

}

.box-about .about>ul>li:hover:before {

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

    animation: swing 1s 0s ease both;

}

.box-about .more {

    margin-top: 40px;

    text-align: center;

}

.box-about .more a {

    line-height: 40px;

    display: inline-block;

    height: 40px;

    padding: 0 20px 0 60px;

    -webkit-transition: all .4s;

    transition: all .4s;

    color: #fff;

    background-color: #005bac;

}

.box-about .more a:after {

    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 40px;

    content: '\e827';

    vertical-align: middle;

}

.box-about .more a:hover {

    background-color: #044783;

}

.box-video {

    overflow: hidden;

    display: none;

}

.box-video .video {

    position: relative;

    overflow: hidden;

    height: 200px;

}

.box-video .video img {

    height: 100%;

    margin-left: 50%;

    -webkit-transition: all .4s;

    transition: all .4s;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    opacity: .2;

}

.box-video .video .video-box {

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    overflow: hidden;

    width: 100%;

    height: 100%;

    text-align: center;

}

.box-video .video .iframe {

    display: none;

    width: 100% !important;

    height: 100% !important;

}

.box-video .video .play {

    font-size: 18px;

    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%);

    text-transform: uppercase;

}

@media (max-width: 767px) {

    .box-video .video .play {

        font-size: 16px;

    }

}

.box-video .video .play:before {

    font-family: 'iconfont';

    font-size: 60px;

    font-weight: normal;

    display: block;

    content: '\e632';

    color: #005bac;

}

@media (max-width: 991px) {

    .box-video .video .play:before {

        font-size: 50px;

    }

}

.box-video .video:hover img {

    opacity: .4;

}

.box-solution {

   position: relative;
  z-index: 9;
  padding-top: 0;
  width: 1320px;
  adding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

.box-solution .item {

    position: relative;

    margin-top: 50px;

}

.box-solution .item .img-box {

    padding-bottom: 184.21052632%;

}

.box-solution .item .maskbg {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transition: all .4s;

    transition: all .4s;

  

}

.box-solution .item .maskbg .mask {

    position: absolute;

    top: 50%;

    width: 100%;

    padding: 0 12%;

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

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

    transform: translateY(-50%);

    text-align: center;

    color: #000;

}

.box-solution .item .maskbg .mask b {

    font-size: 18px;

    font-weight: normal;

}

.box-solution .item .maskbg .mask p {

    font-size: 14px;

    line-height: 2;

    display: -webkit-box;

    overflow: hidden;

    height: 56px;

    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}

.box-solution .item .maskbg .mask span {

    font-size: 12px;

    line-height: 30px;

    display: inline-block;

    height: 30px;

    margin-top: 50px;

    padding: 0 26px;

    border: 1px solid #fff;

}

.box-solution .item:hover .maskbg {

    background-color: rgba(0, 91, 172, .6);
}

.box-solution .slick-arrow {

    position: absolute;

    z-index: 9;

    top: 50%;

    left: 0;

    padding: 0;

    cursor: pointer;

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

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

    transform: translateY(-50%);

    color: #fff;

    background: none;

}

.box-solution .slick-arrow:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    line-height: 130px;

    display: inline-block;

    width: 44px;

    height: 130px;

    content: '\e601';

    background-color: rgba(0, 91, 172, .8);

}

@media (max-width: 1560px) {

    .box-solution .slick-arrow:before {

        width: 38px;

    }

}

@media (max-width: 767px) {

    .box-solution .slick-arrow:before {

        line-height: 80px;

        width: 24px;

        height: 80px;

    }

}

.box-solution .slick-arrow.slick-next {

    right: 0;

    left: auto;

}

.box-solution .slick-arrow.slick-next:before {

    content: '\e827';

}

.box-solution .slick-arrow:hover:before {

    background-color: rgba(0, 0, 0, .5);

}

.box-product {

    padding-top: 0;

}

.box-product .product {

    margin-top: 50px;

}

.box-product .list {

    padding: 0;

}

.box-product .item {

    position: relative;

   

}

.box-product .item .img-box {

    padding-bottom: 60.46511628%;

}

.box-product .item .img-box img {

    -webkit-transition: all 1s;

    transition: all 1s;

    opacity: .4;

}

.box-product .item .mask {

    position: absolute;

    top: 50%;

    width: 100%;

    padding: 0 10px;

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

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

    transform: translateY(-50%);

    text-align: center;

}

.box-product .item .mask:after {

    font-family: 'iconfont' !important;

    line-height: 40px;

    display: block;

    width: 40px;

    height: 40px;

    margin: 0 auto;

    margin-top: 20px;

    content: '\e64a';

    color: #fff;

    border: 1px solid #fff;

    border-radius: 50%;

}

@media (max-width: 767px) {

    .box-product .item .mask:after {

        font-size: 12px;

        line-height: 24px;

        width: 24px;

        height: 24px;

        margin-top: 10px;

    }

}

.box-product .item .mask p {

    font-size: 16px;

    line-height: 24px;

    display: -webkit-box;

    overflow: hidden;

    height: 24px;

    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

@media (max-width: 767px) {

    .box-product .item .mask p {

        font-size: 14px;

    }

}

.box-product .item:hover .img-box img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    opacity: .95;

}

.box-join {

    overflow: hidden;

    padding: 90px 0 130px;

    background: url(../images/join_bg.jpg) no-repeat center;

    background-size: cover;

}

@media (max-width: 767px) {

    .box-join {

        padding: 60px 0;

        background: url(../images/join_bg.jpg) no-repeat right;

        background-size: cover;

    }

}

.box-join .join {

    padding-left: 50%;

}

@media (max-width: 767px) {

    .box-join .join {

        padding-left: 0;

    }

}

.box-join .join .title-join:before {

    display: inline-block;

    width: 96px;

    height: 96px;

    margin-right: 14px;

    content: '';

    vertical-align: middle;

    background: url(../images/title-join.png) no-repeat;

    background-size: cover;

}

@media (max-width: 767px) {

    .box-join .join .title-join:before {

        width: 80px;

        height: 80px;

    }

}

.box-join .join .title-join b {

    font-size: 56px;

    display: inline-block;

    vertical-align: middle;

    letter-spacing: .5px;

    color: #fff;

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

}

@media (max-width: 991px) {

    .box-join .join .title-join b {

        font-size: 36px;

    }

}

@media (max-width: 767px) {

    .box-join .join .title-join b {

        font-size: 24px;

    }

}

.box-join .join .text {

    margin-top: 30px;

    color: #fff;

}

.box-join .join .text b {

    font-size: 24px;

    font-weight: normal;

    line-height: 1.66666667;

    display: block;

    margin-top: 14px;

    letter-spacing: .5px;

}

@media (max-width: 767px) {

    .box-join .join .text b {

        font-size: 16px;

    }

}

.box-join .join .text p {

    font-size: 18px;

    line-height: 1.66666667;

    position: relative;

    margin: 20px 0 0 0;

    padding-left: 46px;

}

@media (max-width: 767px) {

    .box-join .join .text p {

        font-size: 14px;

    }

}

.box-join .join .text p:before {

    font-family: 'iconfont' !important;

    font-size: 24px;

    line-height: 14px;

    position: absolute;

    top: 5px;

    left: 0;

    width: 20px;

    height: 20px;

    content: '\e626';

    text-indent: 2px;

    color: #b30000;

    border: 1px solid #fff;

}

.box-join .join .text a.more {

    line-height: 40px;

    display: inline-block;

    margin-top: 30px;

    padding: 0 30px;

    -webkit-transition: all .2s;

    transition: all .2s;

    color: #005bac;

    border-radius: 3px;

    background-color: #fff;

    box-shadow: 0 3px 0 #9a9494;

}

.box-join .join .text a.more:hover {

    background-color: #dbdbdb;

}

.box-attestation {

    position: relative;

    z-index: 2;

}

.box-attestation .attestation {

    margin-top: -100px;

    padding: 30px;

    background-color: #fff;

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

}

@media (max-width: 767px) {

    .box-attestation .attestation {

        padding: 30px 0;

    }

}

.box-attestation .attestation .list ul {

    overflow: hidden;

}

.box-attestation .attestation .list ul li {

    float: left;

    width: 12.5%;

    /*width: 16.666666667%;*/

    margin-top: 30px;

    padding: 0 2%;

}

@media (max-width: 991px) {

    .box-attestation .attestation .list ul li {

        padding: 0 8px;

    }

}

@media (max-width: 767px) {

    .box-attestation .attestation .list ul li {

        width: 33.33333333%;

        margin-top: 20px;

        padding: 0 8px;

    }

}

.box-news {

    margin-top: 90px;

    padding-top: 50px;

    background: url(../images/news_bg.jpg) no-repeat center fixed;

}

@media (max-width: 1199px) {

    .box-news {

        background: url(../images/news_bg.jpg) no-repeat center;

        background-size: cover;

    }

}

@media (max-width: 991px) {

    .box-news {

        margin-top: 60px;

    }

}

.box-news .title b {

    color: #fff;

}

.box-news .news {

    margin-top: 30px;

    padding: 60px 45px;

    background: url(../images/news_bgin.png) repeat;

}

@media (max-width: 991px) {

    .box-news .news {

        padding: 40px 20px;

    }

}

@media (max-width: 767px) {

    .box-news .news {

        padding: 30px 0;

    }

}

.box-news .news .item {

    padding: 0 15px;

}

.box-news .news .item .news-top {

    position: relative;

    z-index: 2;

    padding-left: 44px;

}

.box-news .news .item .news-top span {

    line-height: 44px;

    position: absolute;

    bottom: 0;

    left: 0;

    display: block;

    width: 44px;

    height: 44px;

    text-align: center;

    color: #fff;

    background-color: #01539c;

}

.box-news .news .item .news-top .pic {

    max-width: 140px;

    vertical-align: bottom;

}

.box-news .news .item .news-top .pic .img-box {

    padding-bottom: 60.60606061%;

}

.box-news .news .item .text {

    margin-top: -44px;

    padding: 70px 24px 24px 24px;

    -webkit-transition: all .2s;

    transition: all .2s;

    background-color: #fff;

}

.box-news .news .item .text a {

    display: inline-block;

}

.box-news .news .item .text b {

    font-size: 18px;

    font-weight: normal;

    line-height: 30px;

    display: block;

    display: -webkit-box;

    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

.box-news .news .item .text p {

    line-height: 30px;

    display: -webkit-box;

    overflow: hidden;

    height: 90px;

    margin: 4px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}

.box-news .news .item .text .more {

    margin-top: 10px;

}

.box-news .news .item .text .more span {

    display: inline-block;

    color: #999;

}

.box-news .news .item .text .more a {

    line-height: 26px;

    display: inline-block;

    float: right;

    height: 26px;

    padding: 0 10px;

    color: #999;

    background-color: #fff;

}

.box-news .news .item:hover .news-top span {

    color: #005bac;

    background-color: #fff;

}

.box-news .news .item:hover .text {

    background-color: #005bac;

}

.box-news .news .item:hover .text b,

.box-news .news .item:hover .text p {

    color: #fff;

}

.box-news .news .item:hover .text .more span {

    color: #fff;

}

.box-news .news .item:hover .text .more a {

    color: #005bac;

    background-color: #fff;

}

.box-news .slick-dots {

    width: 100%;

    margin-top: 24px;

    text-align: center;

}

.box-news .slick-dots li {

    position: relative;

    display: inline-block;

    width: 8px;

    height: 8px;

    margin: 0 10px;

    cursor: pointer;

    border-radius: 50%;

    background-color: #fff;

}

@media (max-width: 767px) {

    .box-news .slick-dots li {

        margin: 0 4px;

    }

}

.box-news .slick-dots li.slick-active {

    background-color: #005bac;

}

.box-news .slick-dots li button {

    opacity: 0;

}

.box-customer .slick-customer {

    margin-top: 30px;

}

.box-customer .item {

    margin: 10px;

    -webkit-transition: all .4s;

    transition: all .4s;

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

}

.box-customer .item .img-box {

    padding-bottom: 46.15384615%;

}

.box-customer .item:hover {

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

}

.box-customer .slick-arrow {

    position: absolute;

    z-index: 9;

    top: 50%;

    left: -10px;

    padding: 0;

    cursor: pointer;

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

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

    transform: translateY(-50%);

    color: #b2b2b2;

    background: none;

}

.box-customer .slick-arrow:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    display: inline-block;

    content: '\e601';

}

.box-customer .slick-arrow.slick-next {

    right: -10px;

    left: auto;

}

.box-customer .slick-arrow.slick-next:before {

    content: '\e827';

}

.box-customer .slick-arrow:hover:before {

    color: #005bac;

}

.footer {

    font-size: 0;

    position: relative;

    background-color: #2c3031;

}

.footer .foot {

    padding: 60px 0;

}

@media (max-width: 1199px) {

    .footer .foot {

        padding: 10px 0 30px;

    }

}

.footer .foot .container>ul {

    padding: 0;

    text-align: justify;

    text-justify: distribute-all-lines;

}

.footer .foot .container>ul:after {

    display: inline-block;

    overflow: hidden;

    width: 100%;

    height: 0;

    margin: 0;

    content: '';

}

@media (max-width: 1199px) {

    .footer .foot .container>ul:after {

        display: none;

    }

}

@media (max-width: 1199px) {

    .footer .foot .container>ul {

        display: block;

        overflow: hidden;

        margin: 0 -15px;

    }

}

@media (min-width: 1200px) {

    .footer .foot .container>ul>li {

        display: inline-block;

        vertical-align: top;

        word-break: break-all;

		padding: 30px;

    }

}

@media (max-width: 1199px) {

    .footer .foot .container>ul>li {

        display: inline-block;

        width: 33.33333333%;

        margin-right: -4px;

        padding: 0 15px;

        vertical-align: top;

    }

}

@media (max-width: 991px) {

    .footer .foot .container>ul>li {

        width: 100%;

    }

}

.footer .foot .container>ul>li h3 {

    font-size: 18px;

    line-height: 20px;

    margin: 0;

    color: #fff;

}

@media (max-width: 991px) {

    .footer .foot .container>ul>li h3 {

        font-size: 16px;

    }

    .footer .foot .container>ul>li h3:after {

        font-family: 'iconfont' !important;

        font-size: 14px;

        float: right;

        content: '\e628';

    }

}

.footer .foot .container>ul>li .item {

    text-align: left;

}

@media (max-width: 1199px) {

    .footer .foot .container>ul>li .item {

        margin-top: 30px;

    }

}

.footer .foot .container>ul>li .item-1 a {

    font-size: 14px;

    line-height: 2;

    display: block;

    -webkit-transition: all .4s;

    transition: all .4s;

    color: #7a7e7f;

}

.footer .foot .container>ul>li .item-1 a:hover {

    -webkit-transform: translateX(10px);

    -ms-transform: translateX(10px);

    transform: translateX(10px);

    color: #fff;

}

.footer .foot .container>ul>li .item-2 p {

    font-size: 14px;

    line-height: 2;

    margin: 0;

    color: #7a7e7f;

}

.footer .foot .container>ul>li .item-2 a:hover {

    text-decoration: underline;

    color: #fff;

}

.footer .foot .container>ul>li .item-3 {

    text-align: center;

}

@media (max-width: 767px) {

    .footer .foot .container>ul>li .item-3 {

        display: none;

    }

}

.footer .foot .container>ul>li .item-3 img {

    max-width: 90px;

}

.footer .foot .container>ul>li .item-3 p {

    font-size: 14px;

    line-height: 1.71428571;

    color: #fff;

}

.footer .foot .container>ul>li .info-down {

    margin-top: 20px;

}

@media (max-width: 991px) {

    .footer .foot .container>ul>li .info-down {

        display: none;

        padding-bottom: 10px;

    }

}

.footer .foot .container>ul>li .info-down img {

    max-width: 100%;

}

.footer .foot .container>ul>li.current .title-foot h3:after {

    content: '\e623';

}

.footer .foot-link {

    padding-bottom: 20px;

    text-align: center;

}

.footer .foot-link span {

    font-size: 16px;

    line-height: 28px;

    display: inline-block;

    color: #fff;

}

.footer .foot-link a {

    font-size: 14px;

    line-height: 28px;

    display: inline-block;

    padding: 0 10px;

    color: #7a7e7f;

}

.footer .foot-link a:hover {

    color: #fff;

}

.footer .copyright {

    padding: 20px 0;

    text-align: center;

    border-top: 1px solid #444849;

    background-color: #232424;

}

@media (max-width: 991px) {

    .footer .copyright {

        padding: 10px 0;

    }

}

.footer .copyright p {

    font-size: 14px;

    line-height: 30px;

    margin: 0;

    color: #7a7e7f;

}

.footer .copyright p a {

    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;

    transition: all .4s;

}

@media (max-width: 767px) {

    .footer .copyright p a {

        display: block;

        margin-left: 0;

    }

}

.footer .copyright p a:hover {

    text-decoration: underline;

    color: #fff;

}

.cart-icon {

    line-height: 30px;

    position: fixed;

    z-index: 10;

    right: 5px;

    bottom: 50px;

    display: none;

}

@media (max-width: 991px) {

    .cart-icon {

        z-index: 9;

        display: block;

    }

}

.cart-icon a {

    line-height: 40px;

    display: block;

    width: 40px;

    height: 40px;

    text-align: center;

    border-radius: 50%;

    background-color: #005bac;

}

.cart-icon a:before {

    font-family: 'iconfont' !important;

    font-size: 18px;

    content: '\e603';

}

.cart-icon span {

    font-size: 12px;

    line-height: 20px;

    position: absolute;

    z-index: 10;

    top: -6px;

    right: -3px;

    display: inline-block;

    width: 20px;

    height: 20px;

    vertical-align: super;

    color: #fff;

    border-radius: 50%;

    background-color: #333;

}

.cartpc-icon {

    top: 20%;

    bottom: auto;

    display: block;

}

@media (max-width: 991px) {

    .cartpc-icon {

        display: none !important;

    }

}

.wrapper {

    overflow: hidden;

}

.wrap {

    padding: 60px 0 80px;

}

@media (max-width: 991px) {

    .wrap {

        padding: 50px 0 60px;

    }

}

.title-in {

    padding: 34px 0;

    background: url(../images/title-in.png) no-repeat center;

}

@media (max-width: 991px) {

    .title-in {

        padding: 20px 0;

        background-size: auto 60px;

    }

}

.wrap-left {

    float: left;

    width: 26%;

}

@media (max-width: 1199px) {

    .wrap-left {

        width: 30%;

    }

}

@media (max-width: 991px) {

    .wrap-left {

        width: 100%;

    }

}

.wrap-left .title-side {

    padding: 20px 40px;

    color: #fff;

    background-color: #005bac;

}

@media (max-width: 991px) {

    .wrap-left .title-side {

        display: none;

    }

}

.wrap-left .title-side b {

    font-size: 30px;

    font-weight: normal;

    display: block;

}

.wrap-left .product-side {

    background-color: #f4f8fc;

}

@media (max-width: 991px) {

    .wrap-left .product-side {

        margin-top: -30px;

        margin-bottom: 30px;

        background: none;

    }

}

.wrap-left .product-side>ul>li {

    position: relative;

    border-bottom: 1px solid #fff;

}

.wrap-left .product-side>ul>li>a {

    font-size: 16px;

    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px;

    -webkit-transition: all .4s;

    transition: all .4s;

}

@media (max-width: 991px) {

    .wrap-left .product-side>ul>li>a {

        display: none;

    }

}

.wrap-left .product-side>ul>li.more>a:after {

    font-family: 'iconfont' !important;

    font-size: 12px;

    line-height: 60px;

    position: absolute;

    top: 0;

    right: 30px;

    display: block;

    content: '\e827';

    -webkit-transition: rotate .4s;

    transition: rotate .4s;

}

.wrap-left .product-side>ul>li ul.level-2 {

    display: none;

    padding: 20px 0;

}

@media (max-width: 991px) {

    .wrap-left .product-side>ul>li ul.level-2 {

        padding: 0;

    }

}

.wrap-left .product-side>ul>li ul.level-2 li {

    position: relative;

}

@media (max-width: 991px) {

    .wrap-left .product-side>ul>li ul.level-2 li {

        display: inline-block;

        vertical-align: top;

    }

}

.wrap-left .product-side>ul>li ul.level-2 a {

    font-size: 14px;

    line-height: 30px;

    position: relative;

    display: block;

    padding: 4px 40px 4px 60px;

    -webkit-transition: all .4s;

    transition: all .4s;

    color: #666;

}

@media (max-width: 991px) {

    .wrap-left .product-side>ul>li ul.level-2 a {

        padding: 4px 10px 4px 20px;

    }

}

.wrap-left .product-side>ul>li ul.level-2 a:before {

    position: absolute;

    top: 4px;

    left: 40px;

    width: 20px;

    content: '-';

    text-align: center;

}

@media (max-width: 991px) {

    .wrap-left .product-side>ul>li ul.level-2 a:before {

        left: 4px;

    }

}

.wrap-left .product-side>ul>li ul.level-2 a:hover,

.wrap-left .product-side>ul>li ul.level-2 a.active {

    text-decoration: underline;

    color: #005bac;

}

.wrap-left .product-side>ul>li.active>a,

.wrap-left .product-side>ul>li:hover>a {

    color: #fff;

    background-color: #005bac;

}

.wrap-left .product-side>ul>li.active>a:after,

.wrap-left .product-side>ul>li:hover>a:after {

    display: inline-block;

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}

.wrap-left .product-side>ul>li.active ul.level-2 {

    display: block;

}

.wrap-right {

    float: right;

    width: 74%;

    padding-left: 30px;

}

@media (max-width: 1199px) {

    .wrap-right {

        width: 70%;

    }

}

@media (max-width: 991px) {

    .wrap-right {

        width: 100%;

        padding-left: 0;

    }

}

.sidenav {

    position: relative;

    min-height: 80px;

}

@media (max-width: 1199px) {

    .sidenav {

        min-height: 60px;

    }

}

.sidenav:after {

    position: absolute;

    bottom: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 1px;

    content: '';

    background-color: #e5e5e5;

}

.sidenav .container {

    position: relative;

}

.sidenav .location {

    /*position: absolute;*/

    z-index: 3;

    top: 0;

    left: 0;

}

@media (max-width: 1199px) {

    .sidenav .location {

        position: relative;

        margin-top: 10px;

    }

}

.sidenav .location ul {

    display: inline-block;

}

.sidenav .location ul:before {

    font-family: 'iconfont' !important;

    font-size: 18px;

    margin-right: 10px;

    content: '\e651';

}

.sidenav .location ul li {

    font-size: 14px;

    display: inline-block;

}

.sidenav .location ul li:after {

    margin: 0 6px;

    content: '>';

}

.sidenav .location ul li:last-child:after {

    display: none;

}

.sidenav .location ul li a {

    line-height: 80px;

    display: inline-block;

    color: #666;

}

@media (max-width: 1199px) {

    .sidenav .location ul li a {

        line-height: 30px;

    }

}

.sidenav .location ul li a:hover {

    color: #005bac;

}

.sidenav .sub-box {

    position: relative;

    z-index: 2;

    overflow: hidden;

    text-align: right;

}

@media (max-width: 1199px) {

    .sidenav .sub-box {

        text-align: center;

    }

}

@media (max-width: 991px) {

    .sidenav .sub-box {

        margin-top: 0;

    }

}

@media (max-width: 991px) {

    .sidenav .sub-box {

        padding: 0;

    }

}

.sidenav .sub-box .category {

    position: relative;

    width: 100%;

    height: 80px;

}

@media (max-width: 1199px) {

    .sidenav .sub-box .category {

        height: 60px;

    }

}

.sidenav .sub-box .category>ul {

    font-size: 0;

    position: absolute;

    left: 0;

    margin: 0 -30px;

    white-space: nowrap;

}

@media (max-width: 991px) {

    .sidenav .sub-box .category>ul {

        margin: 0 -14px;

    }

}

.sidenav .sub-box .category>ul>li {

    position: relative;

    display: inline-block;

    height: 80px;

    margin-left: -3px;

    padding: 0 30px;

}

@media (max-width: 1199px) {

    .sidenav .sub-box .category>ul>li {

        height: 60px;

    }

}

@media (max-width: 991px) {

    .sidenav .sub-box .category>ul>li {

        padding: 0 16px;

    }

}

.sidenav .sub-box .category>ul>li>a {

    font-size: 14px;

    line-height: 80px;

    position: relative;

    z-index: 2;

    display: inline-block;

    height: 80px;

    -webkit-transition: all .2s;

    transition: all .2s;

}

@media (max-width: 1199px) {

    .sidenav .sub-box .category>ul>li>a {

        line-height: 60px;

        height: 60px;

    }

}

.sidenav .sub-box .category>ul>li>a:after {

    position: absolute;

    z-index: 2;

    bottom: 0;

    left: 0;

    display: block;

    width: 0;

    height: 2px;

    content: '';

    -webkit-transition: all .4s;

    transition: all .4s;

    background-color: #005bac;

}

.sidenav .sub-box .category>ul>li.active a {

    color: #005bac;

}

.sidenav .sub-box .category>ul>li.active a:after {

    width: 100%;

}

@media (min-width: 1200px) {

    .sidenav .sub-box .category>ul>li:hover a {

        color: #005bac;

    }

    .sidenav .sub-box .category>ul>li:hover a:after {

        width: 100%;

    }

}

.sidenav .sub-box.pro-sub-box {

    display: none;

}

@media (max-width: 1199px) {

    .sidenav .sub-box.pro-sub-box {

        display: block;

    }

    .sidenav .sub-box.pro-sub-box .category .level-2 {

        position: absolute;

        left: 0;

        width: 100%;

    }

    .sidenav .sub-box.pro-sub-box .category .level-2 a {

        font-size: 14px;

        line-height: 2;

    }

}

.wrap-about .text {

    margin-top: 20px;

}

.wrap-about .text p {

    line-height: 2.14285714;

    margin: 0;

    color: #666;

}

.wrap-about .pic {

    margin-top: 40px;

}


.wrap-join .advantage .info ul li:nth-child(2) img {

    margin-left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

.wrap-join .advantage .info ul li:first-child .item,

.wrap-join .advantage .info ul li:nth-child(3) .item {

    position: relative;

    z-index: 2;

    min-height: 110px;

    padding-right: 130px;

}

@media (max-width: 991px) {

    .wrap-join .advantage .info ul li:first-child .item,

    .wrap-join .advantage .info ul li:nth-child(3) .item {

        margin-top: 30px;

        padding-right: 0;

        padding-left: 130px;

    }

}

.wrap-join .advantage .info ul li:first-child .item .title-item,

.wrap-join .advantage .info ul li:nth-child(3) .item .title-item {

    position: absolute;

    top: 0;

    right: 0;

    display: block;

    width: 110px;

    height: 110px;

    border-radius: 50%;

    background-color: #4695d7;

}

@media (max-width: 991px) {

    .wrap-join .advantage .info ul li:first-child .item .title-item,

    .wrap-join .advantage .info ul li:nth-child(3) .item .title-item {

        right: auto;

        left: 0;

    }

}

.wrap-join .advantage .info ul li:first-child .item .title-item b,

.wrap-join .advantage .info ul li:nth-child(3) .item .title-item b {

    font-size: 20px;

    line-height: 28px;

    display: block;

    width: 50px;

    margin: 0 auto;

    margin-top: 26px;

    text-align: center;

    color: #fff;

}

@media (max-width: 767px) {

    .wrap-join .advantage .info ul li:first-child .item .title-item b,

    .wrap-join .advantage .info ul li:nth-child(3) .item .title-item b {

        font-size: 18px;

    }

}

.wrap-join .advantage .info ul li:first-child .item .note,

.wrap-join .advantage .info ul li:nth-child(3) .item .note {

    padding-top: 20px;

}

.wrap-join .advantage .info ul li:first-child .item .note p,

.wrap-join .advantage .info ul li:nth-child(3) .item .note p {

    line-height: 2;

    margin: 0;

    color: #666;

}

.wrap-join .advantage .info ul li:first-child .item:nth-child(2),

.wrap-join .advantage .info ul li:nth-child(3) .item:nth-child(2) {

    margin-top: 20%;

}

@media (max-width: 991px) {

    .wrap-join .advantage .info ul li:first-child .item:nth-child(2),

    .wrap-join .advantage .info ul li:nth-child(3) .item:nth-child(2) {

        margin-top: 30px;

    }

}

.wrap-join .advantage .info ul li:first-child .item-huanbao .title-item,

.wrap-join .advantage .info ul li:nth-child(3) .item-huanbao .title-item {

    background-color: #f29b76;

}

.wrap-join .advantage .info ul li:nth-child(3) .item {

    padding-right: 0;

    padding-left: 130px;

}

.wrap-join .advantage .info ul li:nth-child(3) .item .title-item {

    right: auto;

    left: 0;

    background-color: #acd598;

}

.wrap-join .advantage .info ul li:nth-child(3) .item-fuwu .title-item {

    background-color: #556fb5;

}

.wrap-join .power {

    margin-top: 60px;

}

.wrap-join .power .list {

    padding: 30px;

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

}

@media (max-width: 767px) {

    .wrap-join .power .list {

        padding: 30px 0;

    }

}

.wrap-join .power .list ul {

    overflow: hidden;

}

.wrap-join .power .list ul li {

    float: left;

    width: 12.5%;

    /*width: 16.666666667%;*/

    margin-top: 30px;

    padding: 0 2%;

}

@media (max-width: 991px) {

    .wrap-join .power .list ul li {

        padding: 0 8px;

    }

}

@media (max-width: 767px) {

    .wrap-join .power .list ul li {

        width: 33.333333%;

        margin-top: 20px;

        padding: 0 8px;

    }

}

.wrap-join .adsense {

    margin-top: 50px;

    padding: 100px 0 80px;

    background: url(../images/ad_bg.jpg) no-repeat top center;

    background-size: cover;

}

@media (max-width: 767px) {

    .wrap-join .adsense {

        padding: 80px 0 60px;

    }

}

.wrap-join .adsense .text {

    display: inline-block;

    text-align: center;

}

.wrap-join .adsense .text b {

    font-size: 36px;

    line-height: 1.38888889;

    display: block;

    letter-spacing: 7px;

    color: #fff;

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

}

@media (max-width: 991px) {

    .wrap-join .adsense .text b {

        font-size: 30px;

    }

}

@media (max-width: 767px) {

    .wrap-join .adsense .text b {

        font-size: 24px;

    }

}

.wrap-join .adsense .text p {

    font-size: 24px;

    font-weight: bold;

    line-height: 30px;

    display: inline-block;

    margin: 34px 0 0 0;

    padding: 15px 40px;

    color: #f46135;

    border-radius: 50px;

    background-color: #fff;

}

@media (max-width: 991px) {

    .wrap-join .adsense .text p {

        font-size: 20px;

    }

}

@media (max-width: 767px) {

    .wrap-join .adsense .text p {

        font-size: 18px;

        margin-top: 20px;

        padding: 10px 20px;

    }

}

.wrap-join .adsense .text p a:hover {

    text-decoration: underline;

}

.wrap-join .mainproduct {

    overflow: hidden;

    padding: 80px 0;

}

@media (max-width: 991px) {

    .wrap-join .mainproduct {

        padding: 60px 0;

    }

}

.wrap-join .mainproduct .item {

    margin-top: 30px;

    border: 1px solid #e5e5e5;

}

.wrap-join .mainproduct .item .img-box {

    padding-bottom: 97.82608696%;

}

.wrap-join .mainproduct .item p {

    font-size: 16px;

    line-height: 30px;

    display: -webkit-box;

    overflow: hidden;

    height: 30px;

    margin-bottom: 18px;

    text-align: center;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

@media (max-width: 767px) {

    .wrap-join .mainproduct .item p {

        font-size: 14px;

    }

}

.wrap-join .application .list {

    margin-top: 30px;

}

.wrap-join .application .list ul {

    font-size: 0;

    overflow: hidden;

    margin: 0 -2px;

}

.wrap-join .application .list ul li {

    display: inline-block;

    width: 14.28571429%;

    padding: 0 2px;

    vertical-align: top;

}

.wrap-join .application .list ul li:nth-child(2n) {

    margin-top: 28px;

}

@media (max-width: 991px) {

    .wrap-join .application .list ul li:nth-child(2n) {

        margin-top: 18px;

    }

}

@media (max-width: 991px) {

    .wrap-join .application .list ul li {

        width: 25%;

    }

}

.wrap-join .application .list .item {

    position: relative;

    background-color: #000;

}

.wrap-join .application .list .item .img-box {

    padding-bottom: 250%;

}

.wrap-join .application .list .item .img-box img {

    opacity: .4;

}

.wrap-join .application .list .item .mask {

    font-size: 20px;

    position: absolute;

    top: 30%;

    left: 50%;

    width: 30px;

    margin-left: -15px;

    text-align: center;

    color: #fff;

}

@media (max-width: 767px) {

    .wrap-join .application .list .item .mask {

        font-size: 20px;

        top: 20%;

    }

}

.wrap-join .service {

    margin-top: 50px;

    padding: 80px 0 100px;

    text-align: right;

    background: url(../images/add_bg.jpg) no-repeat bottom center;

    background-size: cover;

}

@media (max-width: 767px) {

    .wrap-join .service {

        padding: 60px 0 80px;

    }

}

.wrap-join .service .text {

    display: inline-block;

    text-align: center;

}

.wrap-join .service .text b {

    font-size: 36px;

    line-height: 1.38888889;

    display: block;

    letter-spacing: 7px;

    color: #fff;

    text-shadow: 0 0 4px rgba(0,0, 0, .7);

}

@media (max-width: 991px) {

    .wrap-join .service .text b {

        font-size: 30px;

    }

}

@media (max-width: 767px) {

    .wrap-join .service .text b {

        font-size: 24px;

    }

}

.wrap-join .service .text p {

    font-size: 24px;

    font-weight: bold;

    line-height: 30px;

    display: inline-block;

    margin: 34px 0 0 0;

    padding: 15px 40px;

    color: #f46135;

    border-radius: 50px;

    background-color: #fff;

}

@media (max-width: 991px) {

    .wrap-join .service .text p {

        font-size: 20px;

    }

}

@media (max-width: 767px) {

    .wrap-join .service .text p {

        font-size: 18px;

        margin-top: 20px;

        padding: 10px 20px;

    }

}

.wrap-join .service .text p a:hover {

    text-decoration: underline;

}

.wrap-join .support {

    padding: 50px 0;

}

.wrap-join .support .item {

    margin-top: 40px;

    padding: 50px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;

    border-radius: 10px;

}

@media (max-width: 991px) {

    .wrap-join .support .item {

        margin-top: 20px;

        padding: 30px 10px;

    }

}

.wrap-join .support .item:before {

    font-family: 'iconfont' !important;

    font-size: 60px;

    line-height: 80px;

    display: inline-block;

    content: '\e630';

    color: #005bac;

}

.wrap-join .support .item b {

    font-size: 16px;

    display: block;

    margin-top: 30px;

}

.wrap-join .support .item p {

    font-size: 13px;

    line-height: 1.71428571;

    margin: 14px 0 0 0;

}

.wrap-join .support .item-peixun:before {

    content: '\e64b';

}

.wrap-join .support .item-wuliao:before {

    font-size: 70px;

    content: '\e647';

}

.wrap-join .support .item-guanggao:before {

    font-size: 70px;

    content: '\e63d';

}

.wrap-join .support .item-quyu:before {

    content: '\e64c';

}

.wrap-join .support .item-dianmian:before {

    content: '\e6c2';

}

.wrap-join .support .item-touzi:before {

    content: '\e63c';

}

.wrap-join .support .item-zijin:before {

    content: '\e642';

}

.wrap-join .support .item:hover:before {

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

    animation: swing 1s 0s ease both;

}

.wrap-join .process {

    padding: 50px 0;

    background-color: #f7f7f7;

}

.wrap-join .process .list {

    margin-top: 30px;

    text-align: center;

}

@media (max-width: 991px) {

    .wrap-join .process .list {

        text-align: left;

    }

}

.wrap-join .process .list ul {

    font-size: 0;

}

.wrap-join .process .list ul li {

    display: inline-block;

}

@media (max-width: 991px) {

    .wrap-join .process .list ul li {

        margin-top: 10px;

    }

}

.wrap-join .process .list ul li:after {

    display: inline-block;

    width: 82px;

    height: 28px;

    content: '';

    vertical-align: middle;

    background: url(../images/arrow.png) no-repeat center;

}

@media (max-width: 991px) {

    .wrap-join .process .list ul li:after {

        width: 60px;

    }

}

@media (max-width: 767px) {

    .wrap-join .process .list ul li:after {

        width: 40px;

    }

}

@media (max-width: 375px) {

    .wrap-join .process .list ul li:after {

        width: 24px;

        background-size: contain;

    }

}

.wrap-join .process .list ul li:last-child:after {

    display: none;

}

.wrap-join .process .list ul li .item {

    display: inline-block;

    width: 86px;

    height: 86px;

    padding: 5px;

    vertical-align: middle;

    border: 3px solid #005bac;

    border-radius: 50%;

}

.wrap-join .process .list ul li .item p {

    font-size: 16px;

    line-height: 1.5;

    display: block;

    width: 70px;

    height: 70px;

    margin: 0;

    padding-top: 10px;

    text-align: center;

    color: #fff;

    border-radius: 50%;

    background-color: #005bac;

}

@media (max-width: 767px) {

    .wrap-join .process .list ul li .item p {

        font-size: 14px;

        padding-top: 14px;

    }

}

.wrap-join .message {

    padding-top: 80px;

}

.wrap-join .message .info {

    overflow: hidden;

    padding: 20px 10px 60px 10px;

    background: url(../images/message_bg.jpg) no-repeat center;

    background-size: cover;

}

.wrap-join .message .info .left {

    float: left;

    width: 60%;

    text-align: center;

}

@media (max-width: 991px) {

    .wrap-join .message .info .left {

        width: 50%;

    }

}

@media (max-width: 767px) {

    .wrap-join .message .info .left {

        width: 100%;

    }

}

.wrap-join .message .info .left img {

    max-width: 100%;

}

.wrap-join .message .info .left b {

    font-size: 34px;

    display: block;

    letter-spacing: 7px;

    color: #005bac;

    text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;

}

@media (max-width: 991px) {

    .wrap-join .message .info .left b {

        font-size: 28px;

    }

}

@media (max-width: 767px) {

    .wrap-join .message .info .left b {

        font-size: 20px;

        letter-spacing: 0;

    }

}

.wrap-join .message .info .left p {

    font-size: 18px;

    font-weight: bold;

    line-height: 30px;

    display: inline-block;

    margin: 20px 0 0 0;

    padding: 12px 40px;

    color: #f46135;

    border-radius: 50px;

    background-color: #fff;

}

@media (max-width: 767px) {

    .wrap-join .message .info .left p {

        font-size: 14px;

        margin-top: 20px;

        padding: 10px 20px;

    }

}

.wrap-join .message .info .left p a:hover {

    text-decoration: underline;

}

.wrap-join .message .info .right {

    float: left;

    width: 34%;

    margin-top: 30px;

    padding: 30px 40px;

    background-color: rgba(255, 255, 255, .6);

}

@media (max-width: 991px) {

    .wrap-join .message .info .right {

        width: 50%;

        padding: 30px 15px;

    }

}

@media (max-width: 767px) {

    .wrap-join .message .info .right {

        width: 100%;

    }

}

.wrap-join .message .info .right form {

    margin-top: 10px;

}

.wrap-join .message .info .right form input,

.wrap-join .message .info .right form textarea {

    font-size: 14px;

    line-height: 30px;

    width: 100%;

    min-height: 50px;

    margin-top: 20px;

    padding: 10px 20px;

    background-color: #fff;

}

@media (max-width: 767px) {

    .wrap-join .message .info .right form input,

    .wrap-join .message .info .right form textarea {

        margin-top: 10px;

    }

}

.wrap-join .message .info .right form input::-webkit-input-placeholder,

.wrap-join .message .info .right form textarea::-webkit-input-placeholder {

    color: #999;

}

.wrap-join .message .info .right form input:-o-placeholder,

.wrap-join .message .info .right form textarea:-o-placeholder {

    color: #999;

}

.wrap-join .message .info .right form input::-moz-placeholder,

.wrap-join .message .info .right form textarea::-moz-placeholder {

    color: #999;

}

.wrap-join .message .info .right form input:-ms-input-placeholder,

.wrap-join .message .info .right form textarea:-ms-input-placeholder {

    color: #999;

}

.wrap-join .message .info .right form input:focus::-webkit-input-placeholder,

.wrap-join .message .info .right form textarea:focus::-webkit-input-placeholder {

    color: #c5c5c5;

}

.wrap-join .message .info .right form input:focus::-o-placeholder,

.wrap-join .message .info .right form textarea:focus::-o-placeholder {

    color: #c5c5c5;

}

.wrap-join .message .info .right form input:focus::-moz-placeholder,

.wrap-join .message .info .right form textarea:focus::-moz-placeholder {

    color: #c5c5c5;

}

.wrap-join .message .info .right form input:focus::-ms-input-placeholder,

.wrap-join .message .info .right form textarea:focus::-ms-input-placeholder {

    color: #c5c5c5;

}

.wrap-join .message .info .right form .send {

    margin-top: 20px;

    text-align: center;

}



.wrap-join .message .info .right form .send .submit:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e641';

    vertical-align: middle;

}

.wrap-join .message .info .right form .send .submit:hover {

    background-color: #044783;

}

.wrap-industry .industry>ul>li {

    font-size: 0;

    overflow: hidden;

    border-bottom: 1px solid #e2e2e2;

}

.wrap-industry .industry>ul>li .item {

    font-size: 0;

    display: block;

    padding: 30px 0;

}

@media (max-width: 991px) {

    .wrap-industry .industry>ul>li .item {

        padding: 15px 0;

    }

}

.wrap-industry .industry>ul>li p {

    font-size: 18px;

    line-height: 30px;

    display: inline-block;

    overflow: hidden;

    width: 80%;

    height: 30px;

    margin: 0;

    vertical-align: middle;

}

@media (max-width: 991px) {

    .wrap-industry .industry>ul>li p {

        font-size: 16px;

    }

}

.wrap-industry .industry>ul>li .date {

    display: inline-block;

    width: 20%;

    text-align: right;

    vertical-align: middle;

}

.wrap-industry .industry>ul>li .date span {

    font-size: 14px;

    line-height: 2;

    display: block;

    letter-spacing: .5px;

    color: #999;

}

.wrap-industry .industry>ul>li .date i {

    font-size: 14px;

    font-style: normal;

    line-height: 2;

    display: block;

    margin-top: 24px;

    color: #999;

}

@media (max-width: 991px) {

    .wrap-industry .industry>ul>li .date i {

        margin-top: 10px;

    }

}

@media(max-width: 767px) {

    .wrap-industry .industry>ul>li p {

        width: 100%;

    }

    .wrap-industry .industry>ul>li .date {

        width: 100%;

        text-align: left;

    }

    .wrap-industry .industry>ul>li .date span {

        display: inline-block;

        margin-right: 14px;

    }

    .wrap-industry .industry>ul>li .date i {

        display: inline-block;

    }

}

.wrap-industry .industry>ul>li:hover p {

    color: #005bac;

}

.wrap-industry-show .title-industry,

.wrap-news-show .title-industry,

.wrap-industry-show .title-news,

.wrap-news-show .title-news {

    margin-top: 20px;

    text-align: center;

}

.wrap-industry-show .title-industry h1,

.wrap-news-show .title-industry h1,

.wrap-industry-show .title-news h1,

.wrap-news-show .title-news h1 {

    font-size: 28px;

    font-weight: bold;

    line-height: 1.53846154;

    margin: 0 0 20px 0;

}

@media (max-width: 991px) {

    .wrap-industry-show .title-industry h1,

    .wrap-news-show .title-industry h1,

    .wrap-industry-show .title-news h1,

    .wrap-news-show .title-news h1 {

        font-size: 18px;

        margin-bottom: 14px;

    }

}

.wrap-industry-show .title-industry span,

.wrap-news-show .title-industry span,

.wrap-industry-show .title-news span,

.wrap-news-show .title-news span {

    font-size: 16px;

    color: #005bac;

}

@media (max-width: 991px) {

    .wrap-industry-show .title-industry span,

    .wrap-news-show .title-industry span,

    .wrap-industry-show .title-news span,

    .wrap-news-show .title-news span {

        font-size: 14px;

    }

}

.wrap-industry-show .text,

.wrap-news-show .text {

    margin-top: 50px;

}

@media (max-width: 991px) {

    .wrap-industry-show .text,

    .wrap-news-show .text {

        margin-top: 30px;

    }

}

.wrap-industry-show .text p,

.wrap-news-show .text p {

    line-height: 2.42857143;

    margin: 0;

    color: #666;

}

.wrap-industry-show .text img,

.wrap-news-show .text img {

    max-width: 100%;

    margin-top: 10px;

    height: auto !important;

}

.wrap-industry-show .relate,

.wrap-news-show .relate {

    margin-top: 40px;

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

}

@media (max-width: 991px) {

    .wrap-industry-show .relate,

    .wrap-news-show .relate {

        margin-top: 30px;

        padding: 10px 0;

    }

}

.wrap-industry-show .relate a,

.wrap-news-show .relate a {

    line-height: 50px;

    position: relative;

    display: inline-block;

    display: -webkit-box;

    overflow: hidden;

    height: 50px;

    padding: 0 40px;

    -webkit-transition: all .2s;

    transition: all .2s;

    color: #999;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

.wrap-industry-show .relate a:before,

.wrap-news-show .relate a:before {

    font-family: 'iconfont' !important;

    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e665';

    -webkit-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    transform: rotate(-90deg);

    vertical-align: middle;

}

@media (max-width: 991px) {

    .wrap-industry-show .relate a,

    .wrap-news-show .relate a {

        line-height: 40px;

        height: 40px;

        padding: 0 10px;

    }

}

.wrap-industry-show .relate a:hover,

.wrap-news-show .relate a:hover {

    color: #005bac;

}

.wrap-industry-show .relate .next a,

.wrap-news-show .relate .next a {

    text-align: right;

}

@media (max-width: 991px) {

    .wrap-industry-show .relate .next a,

    .wrap-news-show .relate .next a {

        text-align: left;

    }

}

.wrap-industry-show .relate .next a:before,

.wrap-news-show .relate .next a:before {

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}

.wrap-news .news .item {

    margin-top: 40px;

    padding: 30px;

    border: 1px solid #dcdcdc;

    background-color: #f9f9f9;

}

@media (max-width: 991px) {

    .wrap-news .news .item {

        margin-top: 30px;

        padding: 20px 10px;

    }

}

.wrap-news .news .item .img-box {

    margin-top: 20px;

    padding-bottom: 60.60606061%;

}

.wrap-news .news .item .img-box img {

    -webkit-transition: all 1s;

    transition: all 1s;

}

.wrap-news .news .item b {

    font-size: 18px;

    font-weight: normal;

    line-height: 28px;

    display: -webkit-box;

    overflow: hidden;

    height: 56px;

    margin: 0 0 14px 0;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}

@media (max-width: 991px) {

    .wrap-news .news .item b {

        font-size: 15px;

        line-height: 24px;

        display: -webkit-box;

        overflow: hidden;

        height: 24px;

        margin-bottom: 10px;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 1;

    }

}

.wrap-news .news .item span {

    display: block;

    color: #999;

}

.wrap-news .news .item p {

    font-size: 14px;

    line-height: 28px;

    display: -webkit-box;

    overflow: hidden;

    height: 56px;

    margin: 14px 0 0 0;

    padding: 0 10px;

    color: #999;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}

@media (max-width: 991px) {

    .wrap-news .news .item p {

        padding: 0;

    }

}

.wrap-news .news .item p a {

    display: inline-block;

}

.wrap-news .news .item .more {

    text-align: center;

}

.wrap-news .news .item .more a {

    line-height: 40px;

    display: inline-block;

    height: 40px;

    margin-top: 20px;

    padding: 0 36px;

    -webkit-transition: all .4s;

    transition: all .4s;

    color: #fff;

    background-color: #005bac;

}

@media (max-width: 991px) {

    .wrap-news .news .item .more a {

        margin-top: 20px;

    }

}

.wrap-news .news .item:hover .img-box img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

}

.wrap-news .news .item:hover .more a {

    background-color: #044783;

}

.wrap-product,

.wrap-solution {

    overflow: hidden;

}

.wrap-product .product,

.wrap-solution .product,

.wrap-product .solution,

.wrap-solution .solution {

    margin-top: -40px;

}

@media (max-width: 767px) {

    .wrap-product .product,

    .wrap-solution .product,

    .wrap-product .solution,

    .wrap-solution .solution {

        margin-top: -20px;

    }

}

.wrap-product .product .item,

.wrap-solution .product .item,

.wrap-product .solution .item,

.wrap-solution .solution .item {

    margin-top: 40px;

    border: 1px solid #e5e5e5;

}

@media (max-width: 767px) {

    .wrap-product .product .item,

    .wrap-solution .product .item,

    .wrap-product .solution .item,

    .wrap-solution .solution .item {

        margin-top: 20px;

    }

}

.wrap-product .product .item .img-box,

.wrap-solution .product .item .img-box,

.wrap-product .solution .item .img-box,

.wrap-solution .solution .item .img-box {

    padding-bottom: 97.82608696%;

}

.wrap-product .product .item .img-box img,

.wrap-solution .product .item .img-box img,

.wrap-product .solution .item .img-box img,

.wrap-solution .solution .item .img-box img {

    -webkit-transition: all 1s;

    transition: all 1s;

}

.wrap-product .product .item p,

.wrap-solution .product .item p,

.wrap-product .solution .item p,

.wrap-solution .solution .item p {

    font-size: 16px;

    margin: 0;

    -webkit-transition: all .4s;

    transition: all .4s;

    text-align: center;

    color: #666;

    border-top: 1px solid #e5e5e5;

}

@media (max-width: 991px) {

    .wrap-product .product .item p,

    .wrap-solution .product .item p,

    .wrap-product .solution .item p,

    .wrap-solution .solution .item p {

        font-size: 14px;

    }

}

.wrap-product .product .item p a,

.wrap-solution .product .item p a,

.wrap-product .solution .item p a,

.wrap-solution .solution .item p a {

    line-height: 58px;

    position: relative;

    display: block;

    display: -webkit-box;

    overflow: hidden;

    height: 58px;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}

@media (max-width: 991px) {

    .wrap-product .product .item p a,

    .wrap-solution .product .item p a,

    .wrap-product .solution .item p a,

    .wrap-solution .solution .item p a {

        line-height: 48px;

        height: 48px;

    }

}

.wrap-product .product .item:hover .img-box img,

.wrap-solution .product .item:hover .img-box img,

.wrap-product .solution .item:hover .img-box img,

.wrap-solution .solution .item:hover .img-box img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

}

.wrap-product .product .item:hover p,

.wrap-solution .product .item:hover p,

.wrap-product .solution .item:hover p,

.wrap-solution .solution .item:hover p {

    color: #fff;

    background-color: #005bac;

}

.wrap-solution .solution .item .img-box {

    padding-bottom: 66.66666667%;

}

.wrap-solution .solution .item p {

    font-size: 14px;

}

.wrap-solution .solution .item p a {

    line-height: 50px;

    height: 50px;

}

.wrap-product-show {

    overflow: hidden;

}

.wrap-product-show .product-show {

    overflow: hidden;

}

.wrap-product-show .product-show .proleft {

    float: left;

    overflow: hidden;

    width: 60%;

    border: 1px solid #e5e5e5;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proleft {

        width: 100%;

    }

}

.wrap-product-show .product-show .proleft .img-box {

    /* padding-bottom: 97.82608696%;*/

}

.wrap-product-show .product-show .proright {

    float: left;

    width: 40%;

    padding-top: 50px;

    padding-left: 30px;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proright {

        width: 100%;

        padding-left: 0;

    }

}

.wrap-product-show .product-show .proright .title-pro h1 {

    font-size: 30px;

    font-weight: normal;

    line-height: 1.5;

    margin: 0;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proright .title-pro h1 {

        font-size: 20px;

    }

}

.wrap-product-show .product-show .proright .text {

    margin-top: 30px;

}

.wrap-product-show .product-show .proright .text b {

    font-size: 18px;

    display: block;

    margin-bottom: 14px;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proright .text b {

        font-size: 16px;

    }

}

.wrap-product-show .product-show .proright .text p {

    line-height: 2;

    margin: 0;

    color: #666;

}

.wrap-product-show .product-show .proright .btn-pro ul li {

    display: inline-block;

    margin-top: 50px;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proright .btn-pro ul li {

        margin-top: 30px;

    }

}



.wrap-product-show .product-show .proright .btn-pro ul li a:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e698';

    vertical-align: middle;

}

.wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate {

    margin-right: 0;

    color: #333;

    background-color: #eee;

}

@media (max-width: 991px) {

    .wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate {

        margin-right: 0;

    }

}

.wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate:before {

    font-family: 'iconfont' !important;

    content: '\e642';

}

.wrap-product-show .product-show .proright .btn-pro ul li a:hover {

    background-color: #044783;

}

.wrap-product-show .product-show .proright .prev-next {

    margin-top: 50px;

}

.wrap-product-show .product-show .proright .prev-next ul li {

    margin-top: 10px;

}

.wrap-product-show .product-show .proright .prev-next ul li a {

    line-height: 30px;

    color: #666;

}

.wrap-product-show .product-show .proright .prev-next ul li a:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e646';

    vertical-align: middle;

}

.wrap-product-show .product-show .proright .prev-next ul li.prev a:before {

    content: '\e62c';

}

.wrap-product-show .product-show .proright .prev-next ul li:hover a {

    color: #005bac;

}

.wrap-product-show .product-show .proright .prev-next ul li:hover a:before {

    color: #005bac;

}

.wrap-product-show .parameter {

    margin-top: 70px;

}

@media (max-width: 991px) {

    .wrap-product-show .parameter {

        margin-top: 50px;

    }

}

.wrap-product-show .parameter ul.prosort {

    padding: 10px;

    background-color: #005bac;

}

.wrap-product-show .parameter ul.prosort li {

    display: inline-block;

}

.wrap-product-show .parameter ul.prosort li a {

    font-size: 16px;

    line-height: 40px;

    display: block;

    padding: 0 30px;

    color: #fff;

    border-radius: 6px;

}

@media (max-width: 991px) {

    .wrap-product-show .parameter ul.prosort li a {

        font-size: 14px;

        line-height: 30px;

        margin: 4px 0;

        padding: 0 18px;

    }

}

.wrap-product-show .parameter ul.prosort li.active a {

    color: #005bac;

    background-color: #fff;

}

.wrap-product-show .parameter .text {

    padding: 30px;

    border: 1px solid #e5e5e5;

}

@media (max-width: 991px) {

    .wrap-product-show .parameter .text {

        padding: 30px 15px;

    }

}

.wrap-product-show .parameter .text p {

    line-height: 2.14285714;

    margin: 0;

    color: #666;

}

.wrap-product-show .parameter .text img {

    max-width: 100%;

}

.wrap-product-show .inquiry {

    margin-top: 80px;

}

@media (max-width: 991px) {

    .wrap-product-show .inquiry {

        margin-top: 50px;

    }

}

.wrap-product-show .inquiry .title-inquiry {

    padding: 0 36px;

    border-bottom: 1px solid #eee;

    background-color: #005bac;

}

@media (max-width: 991px) {

    .wrap-product-show .inquiry .title-inquiry {

        padding: 0 10px;

    }

}

.wrap-product-show .inquiry .title-inquiry b {

    font-size: 16px;

    font-weight: normal;

    line-height: 60px;

    display: block;

    margin: 0;

    color: #fff;

}

.wrap-product-show .inquiry .info {

    padding: 30px 40px;

    border: 1px solid #e5e5e5;

}

@media (max-width: 991px) {

    .wrap-product-show .inquiry .info {

        padding: 30px 10px;

    }

}

.wrap-product-show .inquiry .info .row {

    margin: 0 -10px;

}

.wrap-product-show .inquiry .info .row .item {

    padding: 0 10px;

}

.wrap-product-show .inquiry .info input,

.wrap-product-show .inquiry .info textarea {

    line-height: 30px;

    width: 100%;

    min-height: 50px;

    margin-top: 20px;

    padding: 10px 20px;

    border: 1px solid #e5e5e5;

    background-color: #fdfdfd;

}

@media (max-width: 991px) {

    .wrap-product-show .inquiry .info input,

    .wrap-product-show .inquiry .info textarea {

        margin-top: 12px;

        padding: 10px;

    }

}

.wrap-product-show .inquiry .info input::-webkit-input-placeholder,

.wrap-product-show .inquiry .info textarea::-webkit-input-placeholder {

    color: #999;

}

.wrap-product-show .inquiry .info input:-o-placeholder,

.wrap-product-show .inquiry .info textarea:-o-placeholder {

    color: #999;

}

.wrap-product-show .inquiry .info input::-moz-placeholder,

.wrap-product-show .inquiry .info textarea::-moz-placeholder {

    color: #999;

}

.wrap-product-show .inquiry .info input:-ms-input-placeholder,

.wrap-product-show .inquiry .info textarea:-ms-input-placeholder {

    color: #999;

}

.wrap-product-show .inquiry .info input:focus::-webkit-input-placeholder,

.wrap-product-show .inquiry .info textarea:focus::-webkit-input-placeholder {

    color: #c5c5c5;

}

.wrap-product-show .inquiry .info input:focus::-o-placeholder,

.wrap-product-show .inquiry .info textarea:focus::-o-placeholder {

    color: #c5c5c5;

}

.wrap-product-show .inquiry .info input:focus::-moz-placeholder,

.wrap-product-show .inquiry .info textarea:focus::-moz-placeholder {

    color: #c5c5c5;

}

.wrap-product-show .inquiry .info input:focus::-ms-input-placeholder,

.wrap-product-show .inquiry .info textarea:focus::-ms-input-placeholder {

    color: #c5c5c5;

}

.wrap-product-show .inquiry .info .read input::-webkit-input-placeholder,

.wrap-product-show .inquiry .info .read textarea::-webkit-input-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:-o-placeholder,

.wrap-product-show .inquiry .info .read textarea:-o-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input::-moz-placeholder,

.wrap-product-show .inquiry .info .read textarea::-moz-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:-ms-input-placeholder,

.wrap-product-show .inquiry .info .read textarea:-ms-input-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:focus::-webkit-input-placeholder,

.wrap-product-show .inquiry .info .read textarea:focus::-webkit-input-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:focus::-o-placeholder,

.wrap-product-show .inquiry .info .read textarea:focus::-o-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:focus::-moz-placeholder,

.wrap-product-show .inquiry .info .read textarea:focus::-moz-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .read input:focus::-ms-input-placeholder,

.wrap-product-show .inquiry .info .read textarea:focus::-ms-input-placeholder {

    color: #333;

}

.wrap-product-show .inquiry .info .send {

    text-align: center;

}



.wrap-product-show .inquiry .info .submit:before {

    font-family: 'iconfont' !important;

    font-size: 20px;

    display: inline-block;

    margin-right: 14px;

    content: '\e641';

    vertical-align: middle;

}

.wrap-product-show .inquiry .info .submit:hover {

    background-color: #044783;

}

.wrap-solution-show .solution-show {

    padding-top: 40px;

}

@media (max-width: 991px) {

    .wrap-solution-show .solution-show {

        padding-top: 0;

    }

}

.wrap-solution-show .solution-show .pic {

    float: right;

    width: 58%;

    margin-left: 30px;

}

@media (max-width: 991px) {

    .wrap-solution-show .solution-show .pic {

        float: none;

        width: 100%;

        margin-left: 0;

    }

}

.wrap-solution-show .solution-show .pic img {

    max-width: 100%;

}

.wrap-solution-show .solution-show h1 {

    font-size: 30px;

    font-weight: bold;

    margin: 0;

}

@media (max-width: 991px) {

    .wrap-solution-show .solution-show h1 {

        font-size: 20px;

        margin-top: 30px;

    }

}

.wrap-solution-show .solution-show h3 {

    font-size: 18px;

    font-weight: bold;

    margin: 14px 0;

    color: #005bac;

}

.wrap-solution-show .solution-show p,

.wrap-solution-show .solution-show b {

    line-height: 2.57142857;

    display: block;

    margin: 0;

    color: #666;

}

.wrap-contact .contact .item {

    margin-top: 20px;

    padding: 30px 15px;

    text-align: center;

    background-color: #aadb99;

}

.wrap-contact .contact .item:before {

    font-family: 'iconfont' !important;

    font-size: 24px;

    line-height: 58px;

    display: block;

    width: 60px;

    height: 60px;

    margin: 0 auto;

    content: '\e63b';

    color: #fff;

    border: 1px solid #fff;

    border-radius: 50%;

}

.wrap-contact .contact .item-address {

    background-color: #99bfe6;

}

.wrap-contact .contact .item-address:before {

    content: '\e62e';

}

.wrap-contact .contact .item-production {

    background-color: #efb084;

}

.wrap-contact .contact .item-production:before {

    font-size: 28px;

    content: '\e641';

}

.wrap-contact .contact .item p {

    line-height: 2;

    margin: 20px 0 0 0;

    color: #fff;

}

.wrap-contact .map {

    height: 460px;

    margin-top: 80px;

}

.wrap-message .message form {

    max-width: 1070px;

    margin: 0 auto;

}

.wrap-message .message input,

.wrap-message .message textarea {

    font-size: 14px;

    line-height: 30px;

    width: 100%;

    min-height: 50px;

    margin-top: 30px;

    padding: 10px 20px;

    border: 1px solid #dcdcdc;

}

@media (max-width: 991px) {

    .wrap-message .message input,

    .wrap-message .message textarea {

        margin-top: 20px;

    }

}

.wrap-message .message input::-webkit-input-placeholder,

.wrap-message .message textarea::-webkit-input-placeholder {

    color: #999;

}

.wrap-message .message input:-o-placeholder,

.wrap-message .message textarea:-o-placeholder {

    color: #999;

}

.wrap-message .message input::-moz-placeholder,

.wrap-message .message textarea::-moz-placeholder {

    color: #999;

}
























.wrap-message .message input:-ms-input-placeholder,

.wrap-message .message textarea:-ms-input-placeholder {

    color: #999;

}

.wrap-message .message input:focus::-webkit-input-placeholder,

.wrap-message .message textarea:focus::-webkit-input-placeholder {

    color: #c5c5c5;

}

.wrap-message .message input:focus::-o-placeholder,

.wrap-message .message textarea:focus::-o-placeholder {

    color: #c5c5c5;

}

.wrap-message .message input:focus::-moz-placeholder,

.wrap-message .message textarea:focus::-moz-placeholder {

    color: #c5c5c5;

}

.wrap-message .message input:focus::-ms-input-placeholder,

.wrap-message .message textarea:focus::-ms-input-placeholder {

    color: #c5c5c5;

}



.wrap-message .message .submit:before {

    font-family: 'iconfont' !important;

    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e641';

    vertical-align: middle;

}



.wrap-message .message .send {

    text-align: center;

}

.wrap-job .job .title-job {

    font-size: 0;

    background-color: #005bac;

}



@media (max-width: 1199px) {

    .wrap-job .job .title-job p {

        padding: 10px;

    }

}



@media (max-width: 767px) {

    .wrap-job .job .title-job p {

        font-size: 14px;

    }

}

@media (max-width: 767px) {

    .wrap-job .job .title-job p:nth-child(2) {

        text-align: center;

    }

}

.wrap-job .job ul li {

    font-size: 0;

    border-bottom: 1px solid #e5e5e5;

}










.lazy {

    background-image: url(../images/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;

}

.stuck {

    position: fixed;

    z-index: 10;

    top: 0;

    width: 100%;

    height: 60px !important;

    background-color: #fff;

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

}

.stuck .logo {

    height: 36px;

    margin-top: 12px;

}

@media (max-width: 1199px) {

    .stuck .logo {

        height: 30px;

        margin-top: 15px;

    }

}

.stuck .nav .nav-list1>li>a {

    line-height: 60px;

}

.stuck .find {

    line-height: 60px;

}

.table-box {

    overflow: auto;

    width: 100%;

    max-width: 100%;

}

table {

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 0;

    border-spacing: 0;

    border-collapse: collapse;

    text-align: center;

}

table tr,

table td {

    width: auto !important;

    height: auto !important;

    vertical-align: middle;

}

table tr:nth-child(odd) {

    background-color: #f2f2f2;

}

table td {

    padding: 8px !important;

    border: 1px solid #ccc !important;

}






table tr p,

table tr span {

    margin: 0 !important;

    padding: 0 !important;

    background: none !important;

}

.act {

    text-decoration: underline !important;

    color: #005bac !important;

}

.wrap-industry-show .relate,

.wrap .relate {

    margin-top: 40px;

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

}

@media (max-width: 991px) {

    .wrap-industry-show .relate,

    .wrap .relate {

        margin-top: 30px;

        padding: 10px 0;

    }

}



.wrap-industry-show .relate a:before,

.wrap .relate a:before {

    font-family: 'iconfont' !important;

    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e665';

    -webkit-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    transform: rotate(-90deg);

    vertical-align: middle;

}

@media (max-width: 991px) {

    .wrap-industry-show .relate a,

    .wrap .relate a {

        line-height: 40px;

        height: 40px;

        padding: 0 10px;

    }

}

.wrap-industry-show .relate a:hover,

.wrap .relate a:hover {

    color: #005bac;

}

.wrap-industry-show .relate .next a,

.wrap .relate .next a {

    text-align: right;

}

@media (max-width: 991px) {

    .wrap-industry-show .relate .next a,

    .wrap .relate .next a {

        text-align: left;

    }

}

.wrap-industry-show .relate .next a:before,

.wrap .relate .next a:before {

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}





.fancybox-slide--iframe .fancybox-content {

    width: 800px;

    height: 600px;

    max-width: 80%;

    max-height: 50%;

    margin: 0;

}

.fancybox-slide--video {}

.fancybox-slide--video video {

    padding: 0;

    width: 80%;

}

@media (max-width: 767px) {

    .fancybox-slide--video video {

        width: 95%;

    }

}

#maximg img{ max-width:100%; height:auto !important}



.pagebar { padding:20px; overflow:hidden; clear:both}

.pagebar .pagination {

  display: flex;

  justify-content: center;

  margin-top: 10px;

}

.pagination a {

  background: #fff;

  border: 1px solid #ccc;

  color: #333;

  font-size: 12px;

  padding: 8px 10px;

  margin: 0 2px;

  border-radius: 3px; line-height:100%

}

.pagination span {

    color: #333;

    font-size: 12px;

    padding: 7px 2px;

    margin: 0 2px;

    border-radius: 3px;

}

.pagination a:hover {

  color: #333;

  border: 1px solid #333;

}

.pagination a.page-num-current {

  color: #fff;

  background: #333;

  border: 1px solid #333;

}

.pagination .st{ font-family:宋体}

.text-secondary{ text-align:center; padding:20px 0}