@charset "UTF-8";

.no-js .wow {
    visibility: visible !important;
}

/*第三方字体加载*/
@font-face {
    font-family: "Geometric 415 Black BT";
    src: url("../images/Geometric%20415%20Black%20BT.woff") format("woff"), url("../images/Geometric%20415%20Black%20BT.ttf") format("truetype"), url("../images/Geometric%20415%20Black%20BT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Berlin Sans FB Demi Bold";
    src: url("../images/Berlin%20Sans%20FB%20Demi%20Bold.woff") format("woff"), url("../images/Berlin%20Sans%20FB%20Demi%20Bold.ttf") format("truetype"), url("../images/Berlin%20Sans%20FB%20Demi%20Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*网站主题色*/
a:hover {
    color: #d01617;
}

/*定宽布局*/
.com-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    width: 95%;
}

@media (max-width: 1600px) {
    .com-width {
    }
}

@media (max-width: 1280px) {
    .com-width {
    }
}

@media (max-width: 1040px) {
    .com-width {
        width: 980px;
    }
}

@media (max-width: 980px) {
    .com-width {
        width: 93%;
    }
}

/*简易栅格化*/
.row {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1; }

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row>li, .row .item {
    margin: 1% 1%;
    width: 23% !important;
    float: left;
}

.row li img, .row .item img {
    max-width: 100%;
}

.row-2 li, .row-2 .item {
    width: 50%;
}

.row-3 li, .row-3 .item {
    width: 33.3333%;
    float: left;
    padding: 0;
}

.row-4>li, .row-4 .item {
    margin: 0;
    width: 25% !important;
}

.row-5 li, .row-5 .item {
    width: 20% !important;
}

.row-6 li, .row-6 .item {
    width: 16.6666%;
}

.row-8 li, .row-8 .item {
    width: 12.5%;
}

@media (max-width: 980px) {
    .row-3 li, .row-3 .item {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .row li, .row .item {
        width: 50% !important;
    }
}

/*去除swiper一些默认样式*/
.swiper-pagination-bullet:focus,.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}

.color-default {
    color: #d01617;
}
.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.mt6 {
    margin-top: 6px;
}

.com-pagination {
    margin-top: 60px;
    width: 100% !important;
    position: static !important;
}

.com-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 6px;
    background: #ececec;
    opacity: 1;
    text-align: center;
    margin: 0 5px;
    webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.com-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d01617;
    width: 34px;
}

/*头部*/
.header-wrap {
    width: 100%;
    height: 100px;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 89px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header.miss {
    top: -100px!important;
}

.header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header.fixed .logo a,.header-wrap .header .logo a {
    color: #333;
}

.header.fixed .nav-list li a,.header-wrap .header .nav-list li a {
    color: #666;
}

.header .logo {
    margin-top: 20px;
    font-size: 0;
    /*overflow: hidden;*/
}

.header .logo .pic {
    position: relative;
    display: inline-block;
    width: 170px;
}

.header.fixed .logo .pic,.header-wrap .header .logo .pic {
    background: url(../images/logo2.png) no-repeat center;
    background-size: 100%;
}

.header.fixed .logo .pic img,.header-wrap .header .logo .pic img {
    opacity: 0;
}

.header.fixed .search,.header-wrap .header .search {
    border-color: #666;
    color: #666;
}

.header.fixed .search input::-webkit-input-placeholder,.header-wrap .header .search input::-webkit-input-placeholder {
    color: #666;
}

.header .logo a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}

.header .logo a .slogan {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-size: 15px;
}

.header .nav-list {
    display: inline-block;
    line-height: 108px;
    height: 100px;
    margin-right: 80px;
}

.header .nav-list li {
    float: left;
    margin: 0 18px;
}

.header .nav-list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}

.header .nav-list li:hover a,.header .nav-list li.on a {
    color: #d01617;
}

.header .search {
    position: absolute;
    right: 40px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header .search input {
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
    line-height: 30px;
}

.header .search input::-webkit-input-placeholder {
    color: #fff;
}

.header .search input.inp {
    width: 80px;
    padding-left: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header .search:hover input.inp {
    width: 120px;
}

.header .search input.sub {
    width: 30px;
    height: 30px;
    background: url(../images/icon-s.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header.fixed .search input.sub,.header-wrap .header .search input.sub {
    background: url(../images/icon-s-black.png) no-repeat center;
}

.header .search input.sub:hover {
    background: url(../images/icon-s-on.png) no-repeat center;
}

.header.fixed .search input,.header-wrap .search input {
    color: #333;
}




.header_m {
    display:none;
    border-bottom: 1px solid #e2e8f0;
}


@media only screen and (max-width:990px) {
.header-wrap {display:none;}
.navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    z-index: 999;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link {
    font-size: 20px;
    font-weight: 400;
    color: #222;
}

.nav-link:hover {
    color: #482ff7;
}

.nav-logo {width: 150px;}
    .header {display:none;}
    .header_m {display:block;}
    .nav-menu {
        z-index: 9999;
        position: absolute;
        left: -120%;
        top: 56px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 30px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f3f4f6;
    }

    .nav-link {
        display: block;
        padding: 16px 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}


/*轮播*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-button-prev { display: none; }*/
.bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 10;
}

.ups-icon-videoplay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}

.ups-icon-videoplay:before {
    font-family: "upsicons";
    content: "\e680";
    font-size: 28px;
    color: white;
}

.stop-status.ups-icon-videoplay:before {
    content: "\e681";
}

#banner,#banner .swiper-wrapper {
    height: 100vh;
}

#banner .swiper-slide {
    height: 100%;
}

#banner .swiper-slide .img-inner {
    display: block;
    width: 100%;
    height: 100%;
    background-size:cover!important;
}

#banner .swiper-pagination {
    position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

#banner .swiper-pagination-bullet {
    width: 26px;
    height: 6px;
    background: transparent;
    opacity: 1;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 6px;
    vertical-align: middle;
    position: relative;
}

#banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #eee;
    font-size: 16px;
    font-family: "fangsong";
    font-weight: normal;
    line-height: 1;
}

#banner .swiper-pagination-bullet-active:before {
}


#banner .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 13px;
    height: 6px;
    background: #fff;
    margin-left: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50px;
}

#banner .swiper-pagination-bullet-active:after {
    background: #d01617;
    width: 33px;
    margin-left: 0;
}

#banner .swiper-button-next, #banner .swiper-button-prev {
    width: 75px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#banner .swiper-button-next {
    right: 60px;
    background: url(../images/icon-banner-next.png) no-repeat center;
}

#banner .swiper-button-prev {
    left: 60px;
    background: url(../images/icon-banner-prev.png) no-repeat center;
}

#banner .swiper-button-next:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

#banner .swiper-button-prev:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
@media screen and (max-width:1500px) {}

/*主体*/
.index-title {
    padding-top: 80px;
    padding-bottom: 55px;
    text-align: center;
}

.index-title.pbig {
    padding-top: 70px;
}

.index-title h3 {
    font-size: 36px;
    color: #2e2e2e;
    line-height: 1;
}

.index-title h3 span {
    font-weight: bold;
    text-transform: uppercase;
    color: #d01617;
}

.index-title h4 {
    margin-top: 16px;
    font-size: 13px;
    color: #4d4d4d;
    letter-spacing: 2px;
}

.index-title .tit-des {
    margin-top: 30px;
    font-size: 15px;
    color: #989898;
    line-height: 33px;
    letter-spacing: 1px;
}

.index-title .more {
    margin-top: 32px;
    display: inline-block;
    color: #d01617;
    border-bottom: 1px solid #d01617;
    line-height: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.index-title .more:hover {
    background: #d01617;
    color: #fff;
    padding: 0 20px;
}

.index-product {
    padding-bottom: 80px;
}

.index-product .content {
    position: relative;
}

.index-product-swiper {
    overflow: hidden;
}

.index-product .content .product-next,.index-product .content .product-prev {
    margin-top: -64px!important;
}

.index-product .content .product-next {
    right: -5%!important;
}

.index-product .content .product-prev {
    left: -5%!important;
}

.index-product .content .item-l {
    float: left;
    width: auto;
    margin-bottom: -20px;
    padding-right: 20px;
    padding-left: 12px;
}

.index-product-list li .box {
    padding-bottom: 25px;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-product-list li .box:hover,.index-product .content .item-r .box:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.index-product-list li .box .pic {
    padding: 0 33px;
    overflow: hidden;
}

.index-product-list li .box h5 {
    font-size: 13px;
    color: #333;
}

.index-product-list li .box p {
    display: block;
    font-size: 10px;
    margin-top: 2px;
    color: #666;
    height: 22px;
}

.index-product .content .item-r {
    display: none;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24%;
    height: 100%;
    /*background: url(../images/index-product-r-bg.jpg) no-repeat center;    background-size: cover;*/
    background: #fff;
}

.index-product .content .item-r .box {
    text-align: center;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-product .content .item-r .box .cont h5 {
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index-product .content .item-r .box .cont p {
    color: #333;
}

.index-product .content .item-r .box .cont .more {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #d01617;
    background: #d01617;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-product .content .item-r .box:hover .cont .more {
    padding: 0 10px;
}

.index-product .content .item-r .box:hover .com-back-btn {
    width: 140px;
}

.index-product .content .item-r .box .cont .pic {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 15px;
}


.index-about {
    padding-top: 199px;
    height: 500px;
}

/*数字滚动 风格2*/
.num-scroll-two {
    text-align: center;
    font-size: 0;
}

.num-scroll-two li {
    display: inline-block;
    width: 25%;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    min-width: 162px;
}

.num-scroll-two li .num {
    color: #ffffff;
    margin-right: 5px;
    font-size: 66px;
    font-family: "Geometric 415 Black BT","Impact", "Microsoft Yahei";
    line-height: 1;
}

.num-scroll-two.inner {
    background: #f9f9f9;
    padding: 2% 0 2%;
    margin-top: 4%;
}

.num-scroll-two.inner li {
    color: #333333;
}

.num-scroll-two.inner li .num {
    color: #333;
}

.num-scroll-two li .cont {
    display: inline-block;
    text-align: left;
}

.num-scroll-two li .num-tit {
    color: #e9e9e9;
}

.num-scroll-two.inner li .num-tit {
    color: #666;
}

.index-honor {
    position: relative;
    margin-bottom: 100px;
}

.index-honor-list {
    overflow: hidden;
}

.index-honor-list .item .box {
    background: #efeded;
    text-align: center;
    padding: 35px 20px 25px;
}

.index-honor-list .item .box .pic {
    height: 230px;
    line-height: 230px;
    font-size: 0;
    overflow: hidden;
}

.index-honor-list .item .box .pic img {
    max-height: 100%;
}

.index-honor-list .item .box h5 {
    margin-top: 20px;
    color: #666;
}

.index-honor .com-next {
    right: -80px;
    background-image: url(../images/icon-h-next.png);
    background-size: auto;
    background-position: center;
}

.index-honor .com-prev {
    left: -80px;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: center;
}

.index-honor .com-next, .index-honor .com-prev {
    width: 45px;
    height: 45px;
    background-color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-honor .com-next:hover, .index-honor .com-prev:hover {
    background-color: #d01617;
}

.index-news {
    padding-bottom: 100px;
}

.index-news-swiper {
    overflow: hidden;
}

.index-news-content {
    opacity: 0!important;
}

.index-news-content.swiper-slide-active {
    opacity: 1!important;
}

.index-news-content .item {
    float: left;
}

.index-news-content .item-l {
    float: left;
    width: 48%;
}

.index-news-content .item-l .pic {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.index-news-content .item-l .pic img {
    max-width: 100%;
    max-height: 100%;
}

.index-news-content .item-l h5 a {
    font-size: 20px;
    color: #333;
}

.index-news-content .item-l h5 a:hover,.index-news-content .item-l p .more:hover,.index-news-content .item-r ul li .box:hover h5 {
    color: #d01617;
}

.index-news-content .item-l h5,.index-news-content .item-r ul li .box h5 {
    font-size: 20px;
    color: #333;
}

.index-news-content .item-l p,.index-news-content .item-r ul li .box p {
    font-size: 15px;
    margin-top: 9px;
    color: #666;
    line-height: 29px;
}

.index-news-content .item-r {
    width: 49%;
    float: right;
}

.index-news-content .item-r ul li .box h5 {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item-r ul li .box h5:before {
}

.index-news-content .item-r ul li .box p {
    line-height: 23px;
    color: #b9b9b9;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.index-news-content .item-l p .more {
    display: inline-block;
    margin-left: 6px;
    color: #d01617;
}

.index-news-content .item-l p .more span {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item-l p .more:hover span {
    padding: 0 10px;
}

.index-news-content .item-r {
    padding-left: 0%;
    padding-top: 0px;
}

.index-news-content .item-r ul li .box {
    position: relative;
    padding: 2% 2%;
    background: #fff;
}

.index-news-content .item-r ul li .box .more {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #626262;
    line-height: 1.5;
    height: 21px;
    margin-top: 8px;
}

.index-news-content .item-r ul li .box .more .icon-more {
    position: absolute;
    width: 74px;
    height: 23px;
    overflow: hidden;
    right: 0;
    bottom: 0;
}

.index-news-content .item-r ul li .box .more .icon-more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-more2.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item-r ul li .box .more .icon-more:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-more3.png) no-repeat center #f5f5f5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item-r ul li .box:hover .more .icon-more:before {
    left: 0;
}

.index-news-content .item-r ul li .box:hover .more .icon-more:after {
    left: 100%;
}

.index-news-content .item-r ul li ~ li {
    margin-top: 2%;
}

.index-news-content .item-r ul li .box:hover h5 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*底部*/
.footer {
    padding: 35px 0;
    background: #222;
}


.foot-contact {
    margin-top: 20px;
}

.com-zx {
    display: inline-block;
    width: 168px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.com-zx:hover,.com-zx.zx1 {
    background: #d01617;
    border-color: #d01617;
}

.com-zx.zx1:hover {
    opacity: .9;
}

.com-zx .icon-zx,.com-zx.zx1 .icon-zx {
    position: relative;
    margin-right: 14px;
    margin-top: -2px;
    width: 23px;
    height: 21px;
    background: url(../images/icon-zx.png) no-repeat center;
}


.copyright {
    line-height: 47px;
    background: #2d2f2d;
    font-size: 12px;
}

.copyright .com-width {
    border-top: 1px solid #424442;
}

.copyright .focus-list a {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d5d5d5;
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.copyright .focus-list a:hover {
    background: #d01617;
}

.copyright .focus-list a .qr {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.copyright .focus-list a:hover .qr {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.copyright .focus-list a .icon {
    position: relative;
    top: -2px;
}

.copyright .focus-list a .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icon-tb {
    width: 22px;
    height: 18px;
    background: url(../images/foot-icon-tb.png) no-repeat center;
}

.icon-albb {
    margin-top: -4px;
    width: 27px;
    height: 14px;
    background: url(../images/foot-icon-albb.png) no-repeat center;
}

.icon-xcx {
    width: 20px;
    height: 19px;
    background: url(../images/foot-icon-xcx.png) no-repeat center;
}

.icon-qq {
    width: 15px;
    height: 22px;
    background: url(../images/foot-icon-qq.png) no-repeat center;
    background-size: contain;
}

.icon-wx {
    width: 20px;
    height: 20px;
    background: url(../images/foot-icon-wx.png) no-repeat center;
    background-size: contain;
}

.icon-tb:before {
    background-image: url(../images/foot-icon-tb-on.png);
    background-size: contain;
}

.icon-albb:before {
    background-image: url(../images/foot-icon-albb-on.png);
    background-size: contain;
}

.icon-xcx:before {
    background-image: url(../images/foot-icon-xcx-on.png);
    background-size: contain;
}

.icon-qq:before {
    background-image: url(../images/foot-icon-qq-on.png);
    background-size: contain;
}

.icon-wx:before {
    background-image: url(../images/foot-icon-wx-on.png);
    background-size: contain;
}

.copyright .focus-list a:hover .icon:before {
    opacity: 1;
}

.links-content {
    font-size: 12px;
    background: #2d2f2d;
    padding: 12px 0;
    line-height: 22px;
}

.links-content a {
    margin: 0 5px;
}

/*内页栏目图*/
.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner .pb-tit {
    position: absolute;
    left: 50%;
    top: 44%;
    margin-left: -700px;
}

.page-banner .pb-tit.center {
    top: 48%;
    margin-top: -33px;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.page-banner .pb-p-tit.center {
    margin-top: -60px;
}

.page-banner .pb-pic img {
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}

/*缩小停止*/
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }

    100% {
        transform: scale(.9, .9)
    }
}

.page-banner .pb-tit span {
    display: block;
    /* color: #fff !important; */
    line-height: 1;
    /* font-size: 25px !important; */
}

.page-banner .pb-tit .en {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: "Arial Black";
    text-transform: uppercase;
}

.page-banner .pb-tit .cn {
    color: #333;
    margin-top: 21px;
    font-size: 23px;
}

@media (max-width: 1440px) {
    .page-banner .pb-tit {
        font-size: 36px;
    }
}

.page-cate {
    height: 66px;
    font-size: 0;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.page-cate ul li {
    display: inline-block;
    width: 15%;
}

.page-cate a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 66px;
}

.page-cate ul li.on a,.news-cate li.on a {
    color: #d01617;
}

.page-cate a:before,.news-cate li a:before,.product-tit-tab li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d01617;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.page-cate li a:hover:before,.page-cate li.on a:before,.news-cate li.on a:before,.news-cate li a:hover:before,.product-tit-tab li.on:before,.product-tit-tab li:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

/*关于*/
.about-intro {
    position: relative;
    padding-top: 5%;
}

.about-intro .pic {
    width: 39%;
}

.about-intro .content {
    position: absolute;
    left: 9%;
    width: 49%;
}

.about-intro .content .com-des {
    line-height: 40px;
    font-size: 16px;
    padding-top: 0;
    margin-top: 4%;
}

.com-tit {
    font-size: 40px;
    color: #d01617;
    line-height: 1;
}

.com-tit-46 {
    font-size: 46px;
    color: #333;
    line-height: 1;
}

.com-tit-24 {
    font-size: 30px;
    color: #333;
    line-height: 1.3;
    font-weight: bold;
}


.about-partner {
    margin: 0 0 3%;
}

.about-partner .left {
}

.about-partner .left .com-zx {
}

.about-partner .right {overflow: hidden;}

.about-partner .right ul li {
    float: left;
    width: 16%;
    text-align: center;
    margin: 0.3%;
}

.honor-content {
    position: relative;
}

.honor-content .item-tit {
    width: 25%;
    height: 425px;
}



.honor-content .item-swiper ul li {
    float: left;
    width: 19%;
    margin: 0.5%;
}


.honor-content .item-swiper ul li .box {
    background: #fff;
    height: 425px;
    text-align: center;
    padding: 2%;
}

.honor-content .item-swiper ul li .box .pic {
    margin: 3%;
    height: 355px;
    line-height: 355px;
    font-size: 0;
}

.honor-content .item-swiper ul li .box .pic img {
    display: inline-block;
    max-height: 100%;
}

.honor-content .item-swiper ul li .box h5 {
    color: #666;
}

.inner-honor-list {width: 100%;overflow: hidden;}

.inner-honor-list .slick-dots {
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    text-align: center;
}

.inner-honor-list .slick-dots li {
    float: none;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #cacaca;
    margin: 0 6px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

.inner-honor-list .slick-dots li.slick-active {
    background: #d01617;
}

.inner-honor-list .slick-dots li button {
    font-size: 0;
}

.honor-content2 {
    margin-top: 130px;
}

.honor-content2 .item-tit,.honor-content2 .item-swiper {
    float: right;
}

.honor-content2 .item-tit .box {
    background: url(../images/honor-tit-bg2.jpg) no-repeat center;
    background-size: cover;
}

.com-tit-36 {
    font-weight: 700;
    font-size: 30px;
    color: #d01617;
    line-height: 1.3;
}

.com-des-16 {
    font-size: 16px;
    color: #666;
    margin-top: 35px;
    line-height: 30px;
}

/*联系*/
.contact-one {
    padding: 105px 0;
}

.contact-one-list {
    margin-top: 4%;
}

.contact-one-list li {
    padding: 3% 0;
    background: #f9f9f9;
    height: 163px;
}

.contact-one-list li .pic,.contact-one-list li .cont {
    display: inline-block;
    vertical-align: middle;
}

.contact-one-list li .pic {
    width: 36px;
    margin-right: 30px;
}

.contact-one-list li .cont {
    width: 297px;
    font-size: 16px;
    text-align: left;
}

.contact-one-list li .cont p span,.contact-one-list li .cont p a {
    font-size: 17px;
}

.contact-one-list li .cont p .f14 {
    font-size: 14px;
}

.contact-two {
    padding: 85px 0 90px;
}

.contact-two-list {
    margin-top: 70px;
}

.contact-two-list li .box {
    position: relative;
    background: #fff;
    height: 200px;
    padding: 55px 180px 55px 70px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-two-list li .box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.contact-two-list li .box h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.contact-two-list li .box p {
    line-height: 30px;
}

.contact-two-list li .box .zx-box {
    position: absolute;
    right: 90px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.contact-two-list li .box .zx-box a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #eaeaea;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact-two-list li .box .zx-box a:hover {
    background: #d01617;
}

.icon-qq2 {
    width: 100%;
    height: 100%;
    background: url(../images/foot-icon-qq-on.png) no-repeat center;
    background-size: 20px;
}

.icon-wx2 {
    width: 100%;
    height: 100%;
    background: url(../images/foot-icon-wx-on.png) no-repeat center;
    background-size: 20px;
}

.contact-two-list li .box .zx-box .wx .qr {
    position: absolute;
    left: 50%;
    top: -110px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-two-list li .box .zx-box .wx:hover .qr {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.news-cate {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 68px;
    font-size: 0;
}

.news-cate li {
    position: relative;
    display: inline-block;
    margin: 0 23px;
}

.news-cate li ~ li:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #6e6e6e;
}

.news-cate li a {
    display: inline-block;
    font-size:18px;
    line-height: 42px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}

.news-cate li a:before {
    bottom: -5px;
}

.news-one {
    position: relative;
    margin-bottom: 55px;
}

.news-one .pic {
    overflow: hidden;
    height: 450px;
    line-height: 450px;
    font-size: 0;
    text-align: center;
    background: #fff;
}

.news-one .pic img {
    max-height: 100%;
}

.news-one .item {
    float: right;
    width: 50%;
}

.news-one .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-one .cont .news-box {
    padding: 0 80px;
}

.news-one .cont .news-box h4 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news-one .cont .news-box p {
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.icon-news-more {
    margin-top: 38px;
    width: 28px;
    height: 11px;
    background: url(../images/icon-news-more.png) no-repeat center;
    background-size: cover;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news-one .cont .news-box .icon-news-more {
    margin-top: 95px;
}

.news-list {
    margin-left: -13px;
    margin-right: -13px;
}

.news-list li {
    width: 48% !important;
    padding: 0 0px;
    margin-bottom: 30px;
}

.news-list li .news-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 5% 5%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-list li .news-box:before,.news-one .cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d01617;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-list li .news-box:hover:before,.news-one .cont:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.news-list li .news-box .content,.news-one .cont .news-box {
    position: relative;
}

.news-list li .news-box .date {
    font-size: 12px;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news-list li .news-box .date em {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
}

.news-list li .news-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 25px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news-list li .news-box p {
    margin-top: 22px;
    color: #989898;
    line-height: 23px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news-list li .news-box:hover .date,.news-list li .news-box:hover h4,.news-list li .news-box:hover p,.news-one .cont:hover .date,.news-one .cont:hover h4,.news-one .cont:hover p {
    color: #fff;
}

.news-list li .news-box:hover .icon-news-more,.news-one .cont:hover .icon-news-more {
    background: url(../images/icon-news-more2.png) no-repeat center;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

/*解决方案*/
.solution-item {
    /*padding-top: 70px;*/
    text-align: center;
}

.solution-item h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}

.solution-item .des {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20%;
}

.solution-item .box {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.solution-item .box:before,.solution-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.solution-item .box:before,.solution-banner:before {
    opacity: 1;
}

.solution-item .box:hover:before {
    opacity: .8;
}

.solution-item .box .cont,.solution-banner .solution-cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -84px;
    text-align: center;
    z-index: 3;
}

.solution-item .box .cont {
    opacity: 1;
}

.solution-item .box .cont .icon-cloud,.page-banner .solution-cont .icon-cloud {
    width: 73px;
    height: 54px;
    background: url(../images/icon-cloud.png) no-repeat center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.solution-item .box .cont h4,.page-banner .solution-cont h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.page-banner .solution-cont h4 {
    font-size: 24px;
}

.solution-item .box .cont .more {
    display: inline-block;
    margin-top: 45px;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.solution-item .box .cont .icon-cloud,.solution-item .box .cont h4,.solution-item .box .cont .more,.page-banner .solution-cont .icon-cloud,.page-banner .solution-cont h4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.center-more {
    margin-top: 40px;
    font-size: 16px;
}

.icon-jt {
    margin-left: 6px;
    width: 20px;
    height: 10px;
    background: url(../images/icon-s-next.png) no-repeat center;
    margin-top: -1px;
}

.solution-more {
    margin-top: 60px;
    margin-bottom: 60px;
}

.solution-bg {
    margin-top: -65px;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

.solution-bg .des {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5%;
    text-align: left;
    /*text-indent: 2em;*/
}

.solution-bg .des p ~ p {
    margin-top: 10px;
}

.solution-bg ul {
    padding: 0 10%;
    margin-bottom: 90px;
}

.solution-bg ul li li {
    margin-bottom: 0;
}

.solution-bg ul li h4 {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 88px;
    line-height: 22px;
    padding-top: 22px;
    background: #d01617;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

.solution-bg ul li:first-child h4 {
    background: #000;
}

.solution-bg ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
}

.solution-bg .zx {
    display: inline-block;
}

.icon-s-more {
    width: 23px;
    height: 21px;
    background: url(../images/icon-s-more.png) no-repeat center;
    margin-top: -2px;
    margin-right: 10px;
}

.solution-detail {
    margin-top: 60px;
    padding: 60px;
    min-height: 300px;
    background: #fff;
}

.solution-detail .content {
    padding-top: 35px;
    font-size: 16px;
}

.solution-product {
    padding-top: 55px;
    padding-bottom: 90px;
}

.solution-product-content {
    margin-top: 35px;
    overflow: hidden;
}

.index-product-list .swiper-slide {
    padding: 0 10px;
}

.xg-case {
    padding-top: 70px;
    padding-bottom: 60px;
}

.xg-case-content {
    margin-top: 55px;
}

.xg-case-content ul li .box .pic {
    overflow: hidden;
}

.xg-case-content ul li .box .pic img {
    width: 100%;
}

.xg-case-content ul li h5 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

/*服务*/
.service-one {
    height: 894px;
    /*background: url(../images/service-map.jpg) no-repeat center #f5f5f5;*/
}

.service-one .left {
    float: left;
    padding-top: 170px;
}

.service-one .left h3 {
    font-size: 62px;
    color: #333;
    line-height: 1;
}

.service-one .left .p1 {
    font-size: 22px;
    margin-top: 18px;
}

.service-one .left .p2 {
    margin-top: 5px;
    font-size: 30px;
    color: #d01617;
}

.service-one .left .com-zx {
    margin-top: 370px;
    background: #d01617;
    border-color: #d01617;
}

.service-one .right {
    float: right;
}

.service-one .right .num-scroll-two {
    width: auto;
    padding: 170px 0 0;
}

.service-one .right .num-scroll-two li {
    display: block;
    padding: 40px 0;
    min-width: 100%;
    width: auto;
    position: relative;
}

.service-one .right .num-scroll-two li ~ li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

.service-one .right .num-scroll-two li .cont {
    text-align: center;
}

.service-auto {
    text-align: center;
    padding: 125px 0 145px;
}

.com-tit-18 {
    font-size: 18px;
    color: #333;
}

.service-auto-list {
    margin-top: 130px;
    font-size: 0;
    text-align: center;
}

.service-auto-list li .pic {
    display: inline-block;
    width: 104px;
    height: 104px;
    line-height: 104px;
    font-size: 0;
    background: #2d2f2d;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.service-auto-list li h5 {
    margin-top: 25px;
    font-size: 22px;
    color: #333;
}

.service-auto-list li p {
    font-size: 16px;
    color: #666;
}

.service-auto-list li .more {
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #9c9c9c;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-auto-list li .box:hover .pic {
    background: #d01617;
    box-shadow: 0 0 20px rgba(0,0,0,0.2)
}

.service-auto-list li .box:hover .more {
    color: #d01617;
    border-color: #d01617;
    padding: 0 10px;
}

.service-support {
    padding-top: 85px;
    background: #f5f5f5;
}

.support-content {
    margin-top: 45px;
}

.support-content .item {
    float: left;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}

.support-content .item .cont {
    position: absolute;
    left: 7%;
    top: 24%;
    margin-top: -65px;
}

.support-content .item .cont h5 {
    font-size: 41px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 6px;
    font-weight: 600;
}

.support-content .item .cont p {
    margin-top: 37px;
    font-size: 17px;
    color: #fff;
}

.support-tel {
    padding: 48px 0;
    text-align: center;
}

.support-tel li {
    display: inline-block;
    text-align: left;
    padding: 0 135px;
}

.support-tel li .pic {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 43px;
    background: url(../images/icon-s-tel.png) no-repeat center;
    vertical-align: middle;
}

.support-tel li .cont {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

.support-tel li .cont .tel {
    line-height: 1;
    font-size: 24px;
    color: #d01617;
}

.faq-content {
    padding: 95px 0 50px;
}

/*案例*/
.case-list {
    padding-top: 65px;
}

.case-item ~ .case-item {
    margin-top: 60px;
}

.case-item {
    position: relative;
}

.case-item .pic {
    float: left;
    width: 50%;
    overflow: hidden;
}

.case-item .cont {
    background: #f5f5f5;
    overflow: hidden;
    width: 50%;
}

.case-list .case-item .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-right: 14%;
    overflow: visible;
}

.case-list .case-item .cont:before {
    content: "";
    position: absolute;
    left: -8%;
    top: 0;
    width: 108%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.case-list .case-item .cont:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.case-list .case-item .cont .com-table {
    position: relative;
}

.case-item .cont h3 {
    color: #333;
}

.case-item .cont h4 {
    font-size: 21px;
    margin-top: 20px;
    color: #333;
}

.case-item .cont p {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}

.case-item .cont .more {
    display: inline-block;
    margin-top: 36px;
    font-size: 16px;
    color: #d01617;
    border-bottom: 1px solid #d01617;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.case-item .cont:hover .more {
    padding: 0 15px;
}

.case-detail-header {
    padding: 5% 0;
}

.case-detail-header .case-item .cont {
    padding-top: 3%;
    padding-left: 5%;
}

.case-detail-header .case-item .cont .des {
    margin-top: 7%;
    font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
}

.case-detail-header .case-item .cont .des p span {
    font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
}

.case-detail-header .case-item .cont .des::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.case-detail-header .case-item .cont .des::-webkit-scrollbar-button {
    background-color: #eee;
}

.case-detail-header .case-item .cont .des::-webkit-scrollbar-track {
    background: #eee;
}

.case-detail-header .case-item .cont .des::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

.case-detail-header .case-item .cont .des::-webkit-scrollbar-corner {
    background: #eee;
}

/*.case-detail-header .case-item .cont .des::-webkit-scrollbar-resizer  {*/
/*background:#FF0BEE;*/
/*}*/
.case-detail-header .case-item .cont .des p {
    margin-top: 10px;
}

.case-detail-header .case-item .cont .other {
    margin-top: 5%;
}


.case-detail-header .case-item .cont .other .com-zx {
    margin-right: 60px;
}

.case-detail-hezuo {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.case-detail-hezuo .content {
    line-height: 30px;
    font-size: 16px;
}

.case-detail-hezuo .content p ~ p {
    margin-top: 5px;
}

.case-detail-hezuo .com-tit-36 {
    margin-bottom: 65px;
}

.case-detail-hezuo .pic {
    overflow: hidden;
}

.case-detail-hezuo .cont {
    overflow: hidden;
    padding-left: 100px;
    padding-right: 40px;
    padding-top: 5px;
}

.case-detail-hezuo .cont ul li ~ li {
    margin-top: 60px;
}

.case-detail-hezuo .cont ul li h5 {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.case-detail-hezuo .cont ul li p {
    font-size: 15px;
    margin-top: 18px;
}

.case-detail-product {
    padding-top: 70px;
    padding-bottom: 60px;
}

.case-detail-product .index-product-list {
    margin-top: 60px;
}

/*研发*/
.yanfa {
    padding: 2%;
    background: #fff;
}

.yanfa ul li .box {
    position: relative;
    overflow: hidden;
}

.yanfa ul li .shipin-top {width: 100%;position: absolute;top: 40%;letter-spacing: 0px;font-weight: 600;}
.yanfa ul li .shipin-top p {background: #ffffffa1;color: #d01617;display: block;width: 100%;text-align: center;font-size: 24px;}


.yanfa .content {
    overflow: hidden;
    text-align: center;
}

.yanfa ul {
    margin-top: 3%;
}


.yanfa-intro {
    margin-top: 85px;
}


.pinzhi {
    position: relative;
    background: #fff;
    padding: 100px 80px;
}

.pinzhi .pic {
    padding-right: 80px;
    padding-top: 90px;
    border-right: 1px dashed #d5d5d5;
}

.pinzhi .cont {
    position: relative;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 30px;
}

.pinzhi .cont .com-des {
    padding-top: 30px;
    line-height: 30px;
}

.pinzhi .cont .pic-list {
    margin-top: 120px;
}

.pinzhi .cont .pic-list ul li {
    margin-bottom: 0;
}

.pinzhi .cont .pic-list ul li .box {
    overflow: hidden;
}

/*产品*/
.select-condition-wrap {
    padding: 3% 0 4%;
}

.select-condition {
    border: 1px solid #e6e5e6;
}

.select-condition dl {
    position: relative;
    line-height: 26px;
    /*overflow: hidden;*/
    font-size: 15px;
}

.select-condition dl~dl {
    border-top: 1px solid #f3f3f3;
}

.select-condition dl dt {
    padding-top: 1%;
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    height: 100%;
    color: #333;
    overflow: hidden;
    background: #f9f9f9;
    line-height: 50px;
    font-size: 0;
    font-weight: bold;
    text-align: center;
}

.select-condition.first-one dl:nth-child(1):before,.select-condition.first-one dl:nth-child(2):before,.select-condition.first-one dl:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 2px solid #f4f4f4;
    width: 100%;
    z-index: 2;
}

.select-condition dl dt span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
}

/*.select-condition.first-big dl dt {    line-height: 90px;    font-size: 18px;    font-weight: bold;}*/
.select-condition dl dd {
    float: right;
    width: 85%;
    line-height: 28px;
    overflow: hidden;
    padding: 20px 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select-condition dl dd span {
    color: #333;
}

.select-condition dl dd .cont {
    overflow: hidden;
}

.select-condition dl dd.on {
    height: 86px;
}

.select-condition.first-big dl dd {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 30px;
}

.select-condition dl dd a {
    font-size: 15px;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    width: 125px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    line-height: 45px;
}

.select-condition dl .ddlist1 a,#ddlist6 a {
    width: auto;
}

.select-condition dl dd a.hong:after {
    /*content: "+";    position: absolute;    right: -10px;    top: -12px;    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    -o-transform: rotate(45deg);    transform: rotate(45deg);*/
}

.select-condition dl dd a:hover {
    color: #d01617;
}

.select-condition dl dd a.hong {
    color: #d01617;
}

.select-condition.first-big dl dd a {
    position: relative;
    color: #333 !important;
}

.select-condition.first-big dl dd a {
    margin-right: 40px;
}

.select-condition.first-big dl dd a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #c9c9c9;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.select-condition.first-big dl dd a.hong:after {
    content: "";
    position: absolute;
    left: 2px;
    top: -3px;
    width: 28px;
    height: 28px;
    background: url(../images/icon-yse.png) no-repeat right top;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select-condition dl dd h1 {
    margin: 0 20px;
    display: inline-block;
    color: red;
}

.select-condition dl .more {
    display: none;
    position: absolute;
    right: 25px;
    top: 22px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-select-more.png) no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select-condition dl .more:hover {
    background: url(../images/icon-select-more-on.png) no-repeat;
}

.select-condition dl .more.on {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.more2 {
    display: block;
    overflow: hidden;
    /* position: absolute; */
    /* right: 40px; */
    /* top: 50%; */
    /* margin-top: -15px; */
    padding: 14px 48px;
    line-height: 26px;
    font-size: 16px;
    color: #d01617;
    border: 1px solid #d01617;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 70px;
    width: 257px;
    margin: 3% auto 0;
    text-align: center;
}

.more2:hover {
    background: #d01617;
    color: #fff;
}

.ok-bar {
    margin-top: 50px;
    text-align: center;
}

.ok-bar a {
    display: inline-block;
    margin: 0 10px;
    width: 140px;
    line-height: 40px;
    background: #ddd;
    color: #666;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ok-bar a:hover {
    opacity: .9;
}

.ok-bar .j-sub {
    background: #d01617;
    color: #fff;
}

.selected-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.selected-bar .tit {
    font-size: 16px;
    color: #333;
    font-style: normal;
}

.selected-bar .cur {
    display: inline-block;
    color: #d01617;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.selected-bar .fr .count-nun {
    color: #333;
}

.selected-bar .clearbtn {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    padding: 0px 6px;
    line-height: 18px;
    border-radius: 2px;
    position: relative;
    top: -1px;
    border: 1px solid #999;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.selected-bar .clearbtn:hover {
    color: #d01617;
    border-color: #d01617;
}

.search-bar {
    overflow: hidden;
    display: inline-block;
    margin-top: 3%;
    width: 600px;
    line-height: 50px;
    border-radius: 5px;
    /* box-shadow: 0 0 13px #00000026; */
    border-radius: 36px;
}

.search-bar .inp {
    float: left;
    width: 504px;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    background: #f9f9f9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
}

.search-bar .inp::-webkit-input-placeholder {
    color: #999;
}

.search-bar .sub {
    float: right;
    width: 96px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center #d01617;
    background-size: 26px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-bar .sub:hover {
    background-color: #fb5100;
}

.product-list .item .box {
    background: #fff;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-list .item {width:23% !important;}

.product-list .item .box:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.product-list .item .box .pic {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.product-list .item .box .cont {
    padding: 7%;
    overflow: hidden;
}

.product-list .item .box .cont h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.product-list .item .box .cont h4 {
    height: 23px;
    display: block;
    margin-top: 2px;
    font-size: 18px;
    color: #333;
}

.product-list .item .box .cont p {
    margin-top: 15px;
    color: #666;
}

.product-list .item .box .cont .more {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #d01617;
    border-bottom: 1px solid #d01617;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-list .item .box:hover .cont .more {
    padding: 0 10px;
}

.product-detail-header {
    position: relative;
    z-index: 2;
}

.product-detail-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52%;
    height: 184px;
    background: #d01617;
}

.product-detail-header .case-item .cont {
    padding-top: 6%;
    float: right;
}

.product-detail-header .case-item .cont h3 {
    border-left: 3px solid #d01617;
    line-height: 1;
    padding-left: 15px;
}
.product-detail-header .case-item .cont h3 span {
    margin-top: 3%;
    display: block;
    font-weight: 500;
    font-size: 20px;
}

.product-detail-header .case-item .cont .des {
    overflow: overlay;
    max-height: 300px;
    padding: 4% 5%;
    background: #fff;
}

.product-detail-header .case-item .pic {
    position: relative;
    overflow: visible;
}

.product-pic-swiper {
    position: relative;
    overflow: hidden;
}

.product-pic-swiper .swiper-slide {
    float: left;
}

.pagination-product {
    position: absolute !important;
    bottom: -56px !important;
    width: 100%;
}

.pagination-product .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #000000;
    opacity: 1;
    margin: 0 6px;
}

.pagination-product .swiper-pagination-bullet-active {
    background: #fff;
}

.product-detail {
    margin-top: 4%;
}

.product-detail-content {max-width: 1311px;margin: 0 auto;}

.product-xg {
    max-width: 1300px;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
}

.tit-bar {
    line-height: 85px;
    border-top: 2px solid #000;
    font-size: 24px;
    color: #333;
}

.product-tit-tab li {
    float: left;
    padding: 0 20px;
    position: relative;
    margin-right: 65px;
    cursor: pointer;
}

.product-tit-tab li:before {
    top: -2px;
}

.product-detail-content .content {
    background: #fff;
    padding: 3% 2%;
    font-size: 16px;
    margin: 0 auto;
}

.product-detail-content .content img {margin:0 auto;display: block;}
.product-detail-content .content .item ~ .item {
    display: none;
}

/*在线选配*/
.product-xp h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.product-xp .search-air {
    line-height: 52px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 0 15px;
    background: #fff;
}

.product-xp .search-air input {
    font-size: 16px;
    color: #666;
    width: 80%;
}

.product-xp .search-air .icon-sub {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
}

.search-air-table {
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    background: #fff;
}

.search-air-table tr {
    position: relative;
    height: 50px;
    border: 1px solid #e5e5e5;
}

.search-air-table.j-sat tr {
    cursor: pointer;
}

.search-air-table tr.on {
    border: 2px solid #d01617;
}

.search-air-table th {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}

.search-air-table th,.search-air-table td {
    border: 1px solid #e5e5e5;
    width: 20%;
}

.search-air-table td {
    border-top: 1px solid transparent;
}

.product-xp .tip {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.product-xg-list li {
    width: 20%;
    margin-bottom: 20px;
    float: left;
}

.page-go a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-go .prev {
    padding-left: 24px;
    background: url(../images/icon-p-prev.png) no-repeat left center;
}

.page-go .prev:hover {
    background: url(../images/icon-p-prev-on.png) no-repeat left center;
}

.page-go .next {
    padding-right: 24px;
    background: url(../images/icon-p-next.png) no-repeat right center;
}

.page-go .next:hover {
    background: url(../images/icon-p-next-on.png) no-repeat right center;
}

.page-go .list {
    margin: 0 15px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-list.png) no-repeat center;
    background-size: contain;
}

.page-go .list:hover {
    background: url(../images/icon-list-on.png) no-repeat center;
    background-size: contain;
}

/*调整 0913*/
.index-title .news-cate {
    margin-top: 30px;
    margin-bottom: 0;
}

.ajax-more {
    display: inline-block;
}

/*留言*/
.message-titbar {
    margin-top: 60px;
    text-align: center;
}

.message-titbar a {
    position: relative;
    font-size: 18px;
    color: #333;
    margin: 0 40px;
}

.message-titbar a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 9px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.message-titbar a:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d01617;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.message-titbar a.on:before {
    border-color: #d01617;
}

.message-titbar a.on:after {
    background: #d01617;
    opacity: 1;
}

.message-content {
    overflow: hidden;
}

.message-content .item ~ .item {
    display: none;
}

.com-content .item ~ .item {
    display: none;
}

/*下载页面*/
.download-list {
    padding: 83px 0 136px
}

.download-list-tit {
    font-size: 30px;
    color: #333;
    line-height: 89px
}

.download-list-box {
    width: 100%;
    padding-top: 0px;
}

.download-list-box ul {
    width: 100%
}

.download-list-box li {
    overflow: hidden;
    padding: 0 3%;
    width: 70%;
    background: #f7f7f7;
    margin: 1.5% auto;
    border-radius: 200px;
}

.download-list-box .title {
    width: 100%;
    cursor: pointer;
    padding-left: 64px;
    background: url(../images/down-icon2.png) no-repeat left center;
    line-height: 73px;
    font-weight: 600;
    font-size: 22px;
    color: #666;
    padding-right: 30px;
    /* border-bottom: 1px solid #e0e0e0; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.download-list-box .title:hover {
    /*border-bottom: 0;*/
    background: url(../images/down-icon1.png) no-repeat left center;
    color: #d01617
}

.download-list-box .time {
    font-size: 14px;
    color: #666;
    opacity: .5;
    filter: alpha(opacity=50)
}

.download-list-box .con {
    width: 100%;
    padding: 1.7%;
    background: #f7f7f7;
    display: none
}

.download-list-box dd {
    width: 100%;
    margin-bottom: 17px;
    background: #fff;
    padding: 39px 3.7% 49px
}

.download-list-box dd h2 {
    line-height: 44px;
    font-size: 24px;
    color: #333;
    margin-bottom: 14px
}

.download-list-box dd .line {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 40px
}

.download-list-box dd p {
    font-size: 15px;
    color: #666;
    line-height: 25px
}

.download-list-box .download {
    margin-top: 23px;
    width: 130px;
    height: 42px;
    padding-left: 37px;
    line-height: 42px;
    /*background: #d01617 url(../images/ser23.png) no-repeat 77px center;*/
    color: #fff;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 30px
}

.download-list-box .weima {
    display: block;
    width: 300px
}

.download-list-box .weima img {
    width: 60%;
    float: left
}

.download-list-box .weima p {
    width: 40%;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    float: right;
    margin-top: 18px
}

/*可检测气体*/
.air-content .item {
    background: #fff;
    height: 300px;
}

.air-content .item ~ .item {
    margin-top: 25px;
}

.air-content .item .icon {
    margin-bottom: 20px;
}

.icon-air1 {
    width: 39px;
    height: 69px;
    background: url(../images/air2-1.png) no-repeat center;
}

.icon-air2 {
    width: 95px;
    height: 89px;
    background: url(../images/air2-2.png) no-repeat center;
}

.icon-air3 {
    width: 55px;
    height: 75px;
    background: url(../images/air2-3.png) no-repeat center;
}

.icon-air4 {
    width: 83px;
    height: 83px;
    background: url(../images/air2-4.png) no-repeat center;
}

.air-content .item .tit {
    width: 15.5%;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 80px;
}

.air-content .item-1 .tit {
    background: #d01617;
}

.air-content .item-2 .tit {
    background: #71c746;
}

.air-content .item-3 .tit {
    background: #555454;
}

.air-content .item-4 .tit {
    background: #f54e33;
}

.air-content .item .tit h3 {
    color: #fff;
    font-size: 20px;
}

.air-content .item .cont {
    float: left;
    width: 84.5%;
    padding: 0 80px;
    height: 100%;
}

.air-content .item .cont a {
    display: inline-block;
    margin: 15px 8px;
    font-size: 16px;
}

/*轮播按钮*/
.index-solution .button-next, .index-solution .button-prev,.common-swiper-wrap .common-next,.common-swiper-wrap .common-prev {
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    background-color: #e3e3e3;
    z-index: 99;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-solution .button-next,.common-swiper-wrap .common-next {
    right: 5%;
    background-image: url(../images/icon-h-next.png);
    background-size: auto;
    background-position: center;
}

.index-solution .button-prev,.common-swiper-wrap .common-prev {
    left: 5%;
    background-image: url(../images/icon-h-prev.png);
    background-size: auto;
    background-position: center;
}

.index-solution .button-next:hover, .index-solution .button-prev:hover,.common-swiper-wrap .common-next:hover,.common-swiper-wrap .common-prev:hover {
    background-color: #d01617;
    opacity: 1;
}

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

.news-faq-list li .news-box h4 {
    margin-top: 0;
}

.news-faq-list li .news-box:before {
    background: #d01617;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.qr-content {
    text-align: center;
    float: right;
    margin-top: 20px;
}

.qr-content p {
    color: #999;
    margin-top: 5px;
}

.product-search-bar {
    border-top: 1px solid #e5e5e5;
}

.product-search-bar .pb-p-tit.center {
    display: inline-block;
    margin-top: 3%;
    position: static;
}

.product-search-bar .pb-tit span {
    color: #d01617 !important;
}



@media (max-width: 1600px) {
    
    .header .logo {
        margin-top: 25px;
        text-align: left;
    }

    .header .nav-list {
        margin-right: 100px;
    }

    .header .nav-list li {
        margin: 0 15px;
    }

    .foot-nav {
        /*margin-left: 60px;*/
    }

    .foot-logo img {
        width: 260px;
    }

    .page-banner .pb-tit, .about-intro .content, .about-ln .cont {
    }

    .about-intro .pic {
        width: 40%;
    }

    .about-intro.feature .cont {
        margin-right: -600px;
    }

    .pinzhi {
        padding: 80px 60px;
    }

    .chengguo {
        padding: 80px 60px 80px;
    }



    .case-detail-header .case-item .cont .other {
        margin-top: 50px;
    }

    .case-item .cont {
        padding-top: 75px;
    }

    .case-detail-header .case-item .cont {
        padding-top: 30px;
        padding-right: 0;
    }

    .case-item .pic {
        width: 50%;
    }

    .product-detail-header:before {
        width: 51%;
    }

    .case-detail-header .case-item .cont .other .com-zx {
        margin-right: 30px;
        width: 145px;
    }

    .case-detail-hezuo .cont {
        padding-left: 60px;
        padding-right: 0;
    }

    .case-detail-hezuo .cont ul li ~ li {
        margin-top: 38px;
    }

    .service-one {
        background: url(../images/service-map.jpg) no-repeat -90px bottom #f5f5f5;
    }

    .support-content .item .cont {
        top: 44%;
        left: 6%;
    }

    .support-content .item .cont h5 {
        font-size: 33px;
        line-height: 1.3;
    }

    .support-content .item .cont p {
        font-size: 14px;
        margin-top: 11px;
    }

    .contact-one-list li .cont p .f14 {
        display: inline-block;
        width: 190px;
        vertical-align: top;
    }

    .select-condition.first-big dl dd a {
        margin-right: 15px
    }

    .partner-content .item .cont ul li {
        width: 50%;
    }

    .partner-content .item .cont {
        height: 810px;
    }

    .news-one .pic {
        height: 385px;
        line-height: 385px;
    }

    .index-news-content .item-l .pic {
        /* height: 250px; */
    }

    .index-news-content .item-r ul li ~ li {
    }

    .about-intro .content {
        padding-top: 0;
    }


    .about-intro .content .com-des {
    line-height: 32px;
    font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .header .nav-list {
        margin-right: 100px;
    }

    .header .nav-list li {
        margin: 0 10px;
    }

    .header .search {
        right: 20px;
    }

    .header {
        padding: 0 20px;
    }

    #banner, #banner .swiper-wrapper {
    height: 85vh;
}

    .about-intro .content .com-des {
    line-height: 28px;
    font-size: 13px;
    }
}

@media (max-width: 1366px) {
    .about-intro .content .com-des {
    }

    .index-honor .com-next {right:0;}
    .index-honor .com-prev {left: 0;}
}

@media (max-width: 1300px) {
    .header .logo a .slogan {
        display:none;
    }

    .header .nav-list li a {
        font-size: 14px;
    }

    .about-intro .content .com-des {
    line-height: 25px;
    }

    #banner .swiper-pagination-bullet {margin: 0 10px;}
    #banner .swiper-pagination-bullet:before {
    font-size: 11px;
    font-weight: 100;}
    .about-intro .content {
    left: 5%;
    width: 56%;
}
.about-intro .pic {
    width: 37%;
}
}


@media (max-width: 1200px) {

#banner, #banner .swiper-wrapper {
    height: 70vh;
}

}


@media (max-width:900px) {
#banner, #banner .swiper-wrapper {height:53vh;}
#banner .swiper-pagination-bullet {display:none;}
.index-product .content .item-r {display:none;}
.index-product .content .item-l {float: none;width: 100%;padding: 0;}
.index-product-list li {width: 46% !important;margin: 2%;}
.index-product-list li .box h5 {font-size:13px;}
.index-product-list li .box p {margin-top: 5px;height: 40px;font-size:10px;}
.com-pagination {margin-top:10px;}
.index-title h3 {font-size: 17px;}
.index-title h4 {margin-top: 8px;font-size: 10px;}
.index-title {padding-top: 30px;padding-bottom: 20px;}
.index-product-list li .box .pic {padding:0;}
.index-product .content .product-prev {left: 0%!important;}
.index-product .content .product-next {right:0%!important;}
.index-solution .button-next, .index-solution .button-prev, .common-swiper-wrap .common-next, .common-swiper-wrap .common-prev{width:30px;height:30px;}
.index-product-list li .box {padding:0;}
#banner .swiper-button-next {right:0;}
#banner .swiper-button-prev {left:0;}
.index-product {padding-bottom: 28px;}
.index-honor-list .item .box {padding:9px;}
.index-honor-list .item .box .pic {
    height: 158px;
    line-height: 154px;}
.index-honor-list .item .box h5 {display:none;}
.index-news-content .item-l{padding: 10px 23px;float: none;width: 100%;}
.index-news-content .item-l .pic {
    height: auto;
    margin-bottom: 3px;
}
.index-news-content .item-l h5 a {
    font-size: 16px;}
.index-news-content .item-l h5, .index-news-content .item-r ul li .box h5 {
    font-size: 17px;}
.index-news-content .item-l p, .index-news-content .item-r ul li .box p {
    font-size: 11px;}
.index-news-content .item-r {
    width: 100%;
    float: none;
}
.index-news-content .item-r ul li ~ li {margin-top: 3%;}
.product-xg-list li {
    width: 46% !important;
    float: left;
    margin: 2%;
}
.tit-bar {
    line-height: 60px;
    border-top: 0px solid #000;
    font-size: 16px;
    color: #d01617;
}

.about-intro .content {
    left: 5%;
    width: 90%;
}
.about-intro .pic {
    position: relative;
    float: none;
    width: 83%;
    margin: 0 auto;
}
.about-intro .content {
    position: relative;}

.about-intro .content .com-des {
    line-height: 20px;
    font-size: 11px;
}
}

@media (max-width:700px) {
#banner, #banner .swiper-wrapper {
    height:23vh;
}
.row>li, .row .item {
    padding: 4px;
    margin: 1%;
}

.index-honor-list .item .box {
    padding: 2px;
}

.index-honor-list .item .box .pic {
    height: 113px;
    line-height: 113px;
}
.index-honor .com-next, .index-honor .com-prev {
    width: 25px;
    height: 25px;}

.index-about {
    padding-top: 70px;
    height: 400px;
}

.num-scroll-two li {
    margin: 6% 0;
    width: 50%;
    padding: 0 10px;
    color: #fff;
    font-size: 11px;
    min-width: 162px;
}
.num-scroll-two li .num {font-size: 24px;}
.index-about {
    padding-top: 24px;
    height: 269px;
}


}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-form {
    padding: 72px 0;
    background: url(../images/form-bg.jpg) no-repeat center;
    background-size: cover;
}

.foot-form .title {
    width: 40%;
    padding-top: 0px;
}

.foot-form .cont {
    width: 50%;
}

.foot-form .title h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
}

.foot-form .title h3 b {
    font-size: 48px;
}

.foot-form .title h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}

.foot-form .title .tel {
    margin-top: 45px;
}

.foot-form .title .tel b {
    font-size: 35px;
    line-height: 34px;
    color: #d01617;
    display: inline-block;
    vertical-align: middle;
    font-family: "Geometric 415 Black BT","Impact", "Microsoft Yahei";
}

.foot-form .title .tel i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 43px;
    color: #fff;
}

.foot-form .title .tel span {
    display: inline-block;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    color: #4d4d4d;
    margin-left: 4px;
    margin-right: 12px;
}

.foot-form .cont .form-list .inp {
    width: 49%;
    height: 50px;
    background-color: #ffffff;
    font-size: 14px;
    color: #888888;
    padding: 0 25px;
}

.foot-form .cont .form-list textarea {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    font-size: 14px;
    color: #888888;
    padding: 12px 25px;
    margin-top: 10px;
}

.foot-form .cont .form-list .sub {
    width: 200px;
    height: 50px;
    background-color: #d01617;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .foot-form .title h3 b {
        font-size: 39px;
        font-weight: 900;
    }

    .foot-form .title h3, .foot-form .title h4 {
        font-size: 20px;
    }
}


.jjfa {}
.jjfa ul {
    display: flex;
}
.jjfa ul li {}
.jjfa ul li a {
    line-height: 17px;
}
.jjfa ul li p {
    z-index: 9;
    line-height: 1.5;
    padding: 4% 5%;
    left: 0;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 35%;
    text-align: center;
    width: 75%;
    letter-spacing: 1px;
    webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    border: 1px solid #fff;
    margin: 0 12.5%;
}
.jjfa ul li {
    overflow: hidden;
    position: relative;
}
.jjfa .jjfa_top {
    padding-top: 8%;
    z-index: 99;
    bottom: -100%;
    position: absolute;
    background: #00000070;
    webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.jjfa .jjfa_top b {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 6%;
    display: block;
}
.jjfa .jjfa_top span {
    font-size: 15px;
    color: #fff;
    line-height: 2;
    display: block;
    background: #d01617;
    padding: 9% 9% 16%;
}
.jjfa ul li img {
    /* filter: grayscale(100%); */
    webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.jjfa ul li:hover p {top:-100%;}
.jjfa ul li:hover .jjfa_top {bottom:0;}
.jjfa ul li a:hover {color:#000;}
.jjfa ul li:hover img {
    filter: grayscale(0%);
}
@media (max-width: 1300px) {

.jjfa ul li p {
    font-size: 13px;
}

.jjfa .jjfa_top b {
    font-size: 15px;
}
.jjfa .jjfa_top span {
    font-size: 13px;
}

}


@media (max-width: 800px) {
.jjfa {}
.jjfa ul {
    flex-wrap: wrap;
    /* display: block; */
}
.jjfa ul li {}
.jjfa ul li a {}
.jjfa ul li p {
    display: none;
}
.jjfa ul li {height: 255px;width: 50%;}
.jjfa .jjfa_top {
    width: 100%;
    padding-top: 3%;
    bottom: 0;
}
.jjfa .jjfa_top b {
    width: 100%;
    margin-bottom: 3%;
    font-size: 12px;
    display: block;
}
.jjfa .jjfa_top span {
    display: none;
    padding: 5% 4% 8%;
    font-size: 12px;
}
.jjfa ul li img {
    filter: grayscale(0%);
    width: 100%;
}
.index-title .tit-des {
    margin-top: 9px;
    font-size: 9px;
    line-height: 21px;
}

}


.footer .foot-contact dl {}
.footer .foot-contact dl dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font: normal 14px/1 'gotham-medium';
    color: #fff;
    border-bottom: 1px solid #282828;
}
.footer .foot-contact dl dd i {
    width: 30px;
    height: 30px;
    display: block;
}
.footer .foot-contact dl .address {
    display: flex;
}
.footer .foot-contact dl .address span {
    font-size: 13px;
}

.footer .foot-contact dl .phone-number span {
    line-height: 25px;
    font-family: "Geometric 415 Black BT","Impact", "Microsoft Yahei";
    font-size: 24px;
    color: #fff;
}
.footer .foot-contact dl .phone-number {margin-bottom: 11px;display:flex;}
.footer .foot-contact dl .phone-number span a {
    line-height: 20px;
    color: #fff;
}
.footer .foot-contact dl .phone-number span a:hover {}


@media (max-width:900px) {

.footer .foot-contact dl {}
.footer .foot-contact dl dt {}
.footer .foot-contact dl dd i {}
.footer .foot-contact dl .address {}
.footer .foot-contact dl .address span {}

.footer .foot-contact dl .phone-number span {}
.footer .foot-contact dl .phone-number span a {}
.footer .foot-contact dl .phone-number span a:hover {}
.foot-form .title h3, .foot-form .title h4 {font-size: 13px;}
.foot-form .title h3 b {font-size: 20px;}
.foot-form .title .tel b {font-size: 22px;}
.foot-form .title .tel i {margin-right: 2px;width: 22px;}
.foot-form .title .tel {margin-top: 21px;}
.foot-form {padding: 22px 0;}
.foot-form .cont .form-list textarea {height: 82px;font-size: 11px;}
.foot-form .cont .form-list .inp {height: 36px;font-size: 11px;padding: 0px 9px;}
.foot-form .cont .form-list .sub {width: 89px;height: 31px;font-size: 11px;}

}


@media (max-width:750px){
.footer .foot-contact dl .phone-number {
    margin-bottom: 2px;}
.footer {
    padding: 17px 0;}
.foot-form .com-width {display:block;}
.foot-form .title {width:100%;margin-bottom:20px;}
.foot-form .cont {width:100%;}
.foot-form .title .tel {margin-top: 3px;}
.qr-content img {width: 80px;}
.footer .foot-contact dl .phone-number span {font-size:16px;}
.footer .foot-contact dl .address span {font-size: 10px;}
.footer .foot-contact dl dd i {
    width: 17px;
    height: 17px;}
.footer .foot-contact dl dd i img {width:69%;}
.footer .foot-contact dl dt {
    padding-bottom: 12px;
    margin-bottom: 5px;}
.qr-content {margin-top: 0;}
.copyright {
    line-height: 21px;
    background: #2d2f2d;
    font-size: 10px;
}
.links-content {
    font-size: 10px;
    background: #2d2f2d;
    padding: 6px 0;
    line-height: 19px;
}
}
@media (max-width:1400px) {
.news-cate li a {
    font-size: 15px;
    }
.com-tit {
    font-size: 30px;}
}


@media (max-width:1300px) {
.honor-content .item-swiper ul li {
    width: 24%;
}

.yanfa ul li .shipin-top p {font-size:19px}

}



@media (max-width:1100px) {
.select-condition dl dd {
    width: 85%;
    line-height: 28px;
    padding: 12px 12px;
}

.yanfa ul li .shipin-top p {font-size:15px}

}

@media (max-width: 900px) {
.yanfa ul li .shipin-top p {font-size:11px}

.product-search-bar {
    height: 150px;
    border: 0;
    padding-top: 46px;
}
.search-bar .inp {
    float: left;
    width: 239px;
    padding: 0 13px;
}
.support-content .item {width:100%;}
.support-tel li {
    width: 100%;
    padding: 10px 24px;
}
.com-tit {
    text-align: center;
    font-size: 19px;
    margin-top: 5%;
}
.download-list-box .title {
    background-size: 20px;
    padding-left: 35px;
    line-height: 45px;
    font-weight: 400;
    font-size: 13px;
    padding-right: 10px;
}
.download-list-box .title:hover {background-size: 21px;}
.download-list-box li {
    width: 100%;
    margin: 4.5% auto;
}

.case-item .pic {float:none;width: 100%;}
.product-detail-header .case-item .cont{float:none;width: 100%;}
.case-detail-header .case-item .cont {
    padding-left: 0%;
    padding-top: 109px;
    padding-right: 0px;
}
.product-detail-header:before {display:none;}
.product-detail-content {float:none;width: 100%;}
.product-xg {float:none;width: 100%;}
.product-detail-header .case-item .cont .des {height:300px;}
.com-tit-24 {font-size: 20px;}
.product-detail-header .case-item .cont h3 span {font-size:13px;}
.product-detail-content .content {
    background: #fff;
    padding: 10px 10px;
    font-size: 13px;
    margin-top: 10px;
}
.product-tit-tab li {
    padding: 0 10px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 13px;
}
.case-detail-header .case-item .cont .other .com-zx {
    margin-top: 3%;
    margin-right: 0px;
    width: 106px;
}
.com-zx {
    width: 168px;
    line-height: 32px;
    font-size: 12px;
}
.case-detail-header .case-item .cont .other {
    margin-top: 24px;
}

.contact-one-list li {
    padding: 5%;
    float: none;
    width: 90% !important;
    margin: 5%;
    height: auto;
}
.contact-one-list li .cont p {
    font-size: 13px;
}

.contact-one-list li .cont p a {
    font-size: 13px;
}

.contact-one-list li .pic {
    width: 26px;
    margin-right: 9px;
}
.pro-nav li {text-align: left;display:block;float:none;margin: 2% 13%;}
.pro-nav  li ~ li:before {border: 0;}
.com-tit-46 {
    font-size: 20px;}
.about-partner .right ul li {
    float: left;
    width: 24%;}
.honor-content .item-swiper ul li {
    width: 49%;
}

.page-cate a {font-size: 15px;padding: 0 5px;line-height:36px;}
.page-cate ul li {width: 26%;margin: 1% 0;}
.page-cate {height:auto;}
}

@media (max-width:700px) {
.page-cate a:before, .news-cate li a:before, .product-tit-tab li:before {height:1px;}
.search-bar {
    width:300px;
    line-height: 38px;
    height: 38px;
    margin-top: 7%;
}
.search-bar .inp {
    width: 254px;
    padding: 0 13px;
    font-size: 12px;
    line-height: 37px;
    height:38px;
}
.search-bar .sub {
    width: 46px;
    height: 38px;
    background-size: 17px;
}
.select-condition dl dt span {font-size:13px;}
.select-condition dl dt {
    position: relative;
    left: 0;
    width: 100%;
    line-height: 37px;
    padding: 0;
}

.select-condition dl dd {
    width: 100%;
    line-height: 20px;
    padding: 7px 6px;
}

.select-condition dl dd a {font-size: 10px;}
.select-condition dl dd span {
    font-size: 11px;
    color: #d01617;
}
.select-condition dl dd a {line-height: 15px;width: auto;margin: 3% 2%;font-size: 13px;}
.select-condition.first-big dl dd {
    font-size: 11px;
    padding: 5px 5px;
    line-height: 25px;
}

.more2 {
    padding: 10px 15px;
    line-height: 6px;
    font-size: 12px;
    width: 142px;
    margin: 5% auto 0;

}
.selected-bar .tit {
    font-size: 11px;line-height: 24px;}
.selected-bar span {
    font-size: 11px !important;
}
.select-condition.first-big dl dd a {
    margin-right: 8px;
}
.select-condition.first-big dl dd a:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 7px;}
.product-list .item {width: 48% !important;}
.product-list .item .box .cont h4 {font-size:11px;height: 17px;}
.product-list .item .box .cont .more {
    margin-top: 5px;
    font-size: 11px;}
.product-list .item .box .cont h3 {
    font-size: 14px;}
.product-list .item .box .cont {
    padding: 4%;}
.pb-80 {
    padding-bottom: 40px;
}
.pt-60 {
    padding-top: 30px;
}
.news-cate {
    margin-top: 10px;
    margin-bottom: 30px;
}
.news-cate li a {
    font-size: 15px;
    line-height: 26px;}
.news-one .cont .news-box {
    padding: 0 4px;
}
.news-one .item {
    float: none;
    width: 100%;
}
.news-one .cont {
    position: relative;
}
.news-one .pic {
    height: 250px;
    line-height: 250px;
}
.news-one .cont .news-box h4 {
    margin: 10px 0;
    font-size: 15px;}
.news-one .cont .news-box p {
    margin-top: 4px;
    font-size: 11px;}
.news-one .cont .news-box .icon-news-more {
    margin-bottom: 20px;
    margin-top: 20px;
}

.news-list li {width:100% !important;margin-bottom:19px;}

.news-list li .news-box p {
    margin-top: 10px;
    line-height:18px;
    font-size: 11px;}
.news-list li .news-box h4 {margin-top: 10px;font-size:15px;}
.news-list li .news-box .date em {font-size:14px;}
.icon-news-more {
    margin-top: 17px;}
.news-list li .news-box {padding:5%;}
.news-list {
    margin-left: 0;
    margin-right: 0;
}
.news-one {
    margin-bottom: 19px;
}
.pb-70 {
    padding-bottom:35px;
}
.com-tit-36 {
    font-size: 20px;}
.service-auto {
    text-align: center;
    padding: 25px 0 45px;
}
.service-auto-list {
    margin-top: 30px;}
.com-tit-18 {
    font-size: 11px;}
.service-auto-list li {
    padding: 6%;
    width: 50% !important;
}
.service-auto-list li .pic {
    padding: 6%;
    width: 60px;
    height: 60px;
    line-height: 41px;
}
.service-auto-list li .pic img {max-width: 75% !important;}
.service-auto-list li h5 {
    margin-top: 25px;
    font-size: 14px;}
.service-auto-list li p {
    font-size: 10px;}
.service-auto-list li .more {
    margin-top: 9px;
    font-size: 10px;}

.support-tel {
    padding: 8px 0;
}
.support-tel li .cont .tel {
    line-height: 1;
    font-size: 19px;
    color: #d01617;
}
.faq-list .gr-answer p {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 23px;
}
.faq-list .gr-answer {
    padding: 10px 10px;}
.faq-list .gr-question {
    font-weight: 300;
    font-size: 13px;
    height: auto;
    line-height: 35px;
    padding-left: 14px;
}
.faq-content {
    padding: 30px 0 12px;
}
.faq-list {
    margin-top: 20px;
}
.service-support {
    padding-top: 36px;}
.support-content .item .cont h5 {
    font-size: 28px;
    line-height: 1.3;
}

.honor-content .item-swiper ul li .box .pic {
    margin: 3%;
    height: 242px;
    line-height: 242px;
    font-size: 0;
}
.honor-content .item-swiper ul li .box {
    background: #fff;
    height: 292px;}
.pb-130 {
    padding-bottom:50px;
}
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #eee;
}
.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.handa_tubiao {
    margin: 3% 0;
}
.handa_tubiao ul {
    /* flex-wrap: wrap; */
    display: flex;
    justify-content: flex-start;
}
.handa_tubiao ul li {
    margin: 1%;
    width: 23%;
}
.handa_tubiao ul li img {
    display: block;
}
.handa_tubiao ul li b {
    display: block;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
}

@media only screen and (max-width:1300px){
.handa_tubiao ul li b {font-size: 13px;}
}

@media only screen and (max-width: 990px){
 .handa_tubiao ul {
    flex-wrap: wrap;
}   
}
