﻿@charset"utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    transition: all .4s
}

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0
}

img, input {
    border: 0;
    vertical-align: middle
}

body {
    font-family: Source Han Sans CN;
    font-size: 16px;
    color: #000;
    background: #fff
}

html {
    overflow-y: scroll
}

ul, ol {
    list-style-type: none
}

th, td, input {
    font-size: 12px
}

a, button {
    border: 0;
    cursor: pointer;
    font-size: 16px;
    background-color: transparent
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px
}

.container {
    width: 1200px;
}

.glyphicon-chevron-left:before {
    content: none;
}

.glyphicon-chevron-right:before {
    content: none;
}

.glyphicon-chevron-right img {
    width: 60px;
    height: auto;
}

.glyphicon-chevron-left img {
    width: 60px;
    height: auto;
}


.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.clearfix {
    zoom: 1
}

a:link, a:visited {
    text-decoration: none
}

a:hover, a:active {
    text-decoration: none;
    cursor: pointer
}

.header_top {
    background: url(../images/daohangbk.png) no-repeat;
    height: 30px;
    background-size: 100% 100%
}

.navbar-brand {
    height: auto
}

.header_top .header_topleft span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0;
    color: #fff
}

    .header_top .header_topleft span b a {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 0;
        color: #fff;
        line-height: 30px
    }

.header_topright .top_weixin img {
    max-width: 100%
}

.header_topright {
    display: flex;
    justify-content: flex-end
}

    .header_topright > div {
        padding: 0 15px;
        color: #fff;
        line-height: 30px;
        position: relative
    }

    .header_topright .dianhuabai:hover {
        content: url('../images/dianhuahong.png');
        cursor: pointer
    }

    .header_topright .weixinbai:hover {
        content: url('../images/weixinhong.png');
        cursor: pointer
    }

    .header_topright .qqbai:hover {
        content: url('../images/qqhong.png');
        cursor: pointer
    }

.QR-code {
    width: 130px;
    height: 140px;
    background: url(../images/qcode_bk.png);
    background-size: 100%;
    position: absolute;
    display: none;
    text-align: center;
    left: -45px;
    z-index: 2
}

    .QR-code img {
        padding: 20px 0
    }

.top_weixin:hover .QR-code {
    display: block
}

.QR-codephone p {
    background: red;
    width: auto
}

    .QR-codephone p a {
        color: white
    }

.QR-codephone {
    width: 130px;
    height: 140px;
    background-size: 100%;
    position: absolute;
    display: none;
    text-align: center;
    left: -45px;
    z-index: 2
}

.top_weixin:hover .QR-codephone {
    display: block
}

.searchbox {
    border: 1px solid #d70c25;
    min-width: 550px
}

    .searchbox .import {
        width: 100%;
        height: 50px;
        border: 0;
        outline: 0;
        text-indent: 1rem
    }

.searchbox {
    border: 1px solid #d70c25;
    min-width: 550px;
    position: relative;
    z-index: 7;
    clear: both;
    width: 40%;
    margin: 0 auto;
    padding: 0 100px;
    height: 53px
}

.mod_select {
    border-right: 1px solid #e3e3e3
}

    .mod_select .select_box .option {
        background-color: #fff;
        border: 1px solid #d70c25
    }

.searchbox .btn-search {
    background-color: #d70c25
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    right: 0
}

    .cd-header-buttons li {
        display: inline-block
    }

.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 25px;
    height: 24px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 7
}

.cd-header-buttons .cd-search-trigger {
    padding: 0 0 0 5px
}

.cd-search-trigger::before, .cd-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-search-trigger::before {
    top: 4px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 7
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 8px;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #df1415
}

    .cd-search-trigger span::before, .cd-search-trigger span::after {
        content: '';
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 22px;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -11px;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        -moz-transition: opacity .3s,-moz-transform .3s;
        transition: opacity .3s,transform .3s
    }

    .cd-search-trigger span::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cd-search-trigger span::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
    opacity: 0
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
    opacity: 1
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden
}

    .cd-search form {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 1;
        background: #ccc;
        padding: 30px 0
    }

    .cd-search input {
        border: 1px solid #d70c25;
        background: #fff;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        margin: 0 auto
    }

        .cd-search input::-webkit-input-placeholder {
            color: #777
        }

        .cd-search input::-moz-placeholder {
            color: #777
        }

        .cd-search input:-moz-placeholder {
            color: #777
        }

        .cd-search input:-ms-input-placeholder {
            color: #777
        }

        .cd-search input:focus {
            outline: 0
        }

    .cd-search.is-visible {
        opacity: 1;
        visibility: visible
    }

.mod_select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    border-right: 1px solid #e3e3e3
}

    .mod_select .select_box {
        position: relative;
        width: 100px;
        height: 50px
    }

        .mod_select .select_box .select_txt {
            display: inline-block;
            width: 98px;
            height: 50px;
            padding-left: 28px;
            overflow: hidden;
            line-height: 50px;
            font-size: 14px;
            cursor: pointer
        }

        .mod_select .select_box .select-icon {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(0,-50%);
            width: 10px;
            height: 10px;
            background: url(../images/xiala.png) no-repeat;
            background-size: 100% 100%
        }

        .mod_select .select_box .option {
            display: none;
            position: absolute;
            top: 51px;
            left: -1px;
            width: 100px;
            background-color: #fff;
            border-top: 0
        }

            .mod_select .select_box .option li {
                text-align: center;
                font-size: 14px;
                line-height: 2;
                cursor: pointer
            }

.searchbox .import {
    width: 100%;
    border: 0;
    outline: 0;
    text-indent: 1rem
}

.searchbox .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 51px;
    color: #fff;
    border: 0
}

.mod_select .select_box .option {
    background-color: #fff;
    border: 1px solid #d70c25
}

    .mod_select .select_box .option li {
        border-bottom: 1px solid #d70c25
    }

.navbar {
    height: 83px;
    background: #fff;
    border: 0
}

.navbar-nav {
    padding: 0;
    margin: 0 0 0 34px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin: 0;
    border: 1px solid transparent
}

a.navbar-brand.col-lg-3.navbar-brandleft {
    width: 15%
}

ul.col-lg-9.nav.navbar-nav {
    width: 81%
}

.navbar li {
    padding: 0
}

    .navbar li a {
        line-height: 60px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #333
    }

.navbar-brand img {
    width: 100%;
    height: auto
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px
}

.navbar-brandtxt {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333;
    padding-left: 5px
}

.navbar-brandleft {
    display: flex
}

.navbar-brandleft {
    padding: 20px 0
}

.bar {
    width: 100%;
    height: 2px;
    background: #d70c25;
    margin: 0;
    display: none
}

.nav li:hover .bar {
    display: block
}

.nav .active .bar {
    display: block
}

.swiper7 {
    height: 435px
}

    .swiper7 .xiangqing_titleright .icon {
        width: 13px;
        height: 22px;
        margin: -4px 0
    }

.index_tltle {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

    .index_tltle img {
        width: 28px;
        height: 28px;
        margin: 27px 10px
    }

    .index_tltle h2 {
        font-size: 36px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333
    }

.index_tltlep {
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 47px;
    color: #333
}

.e-switch-c {
    position: relative;
    height: auto;
    box-sizing: border-box
}

    .e-switch-c .switch-btn {
        position: absolute;
        left: -20px;
        bottom: -54px;
        width: 100%;
        text-align: center;
        font-size: 0
    }

        .e-switch-c .switch-btn li {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px;
            background-color: rgba(73,163,255,0.3);
            cursor: pointer
        }

            .e-switch-c .switch-btn li:hover {
                background-color: rgba(73,163,255,0.2)
            }

            .e-switch-c .switch-btn li.active {
                background-color: red;
                border-radius: 6px;
                width: 35px;
                height: 12px
            }

    .e-switch-c .switch-in {
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        width: 100%;
        height: 100%
    }

        .e-switch-c .switch-in > li {
            width: 100%;
            height: 100%;
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            box-sizing: border-box;
            vertical-align: top
        }

.indexpro_box {
    width: 370px;
    height: auto;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    margin: 0 9px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative
}

    .indexpro_box .indexpro_imgb {
        width: 340px;
        height: 340px;
        opacity: 1;
        border-radius: 10px;
        overflow: hidden
    }

    .indexpro_box h3 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25282f;
        margin-top: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .indexpro_box p {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333
    }

        .indexpro_box p .icon {
            width: 12px;
            height: 12px;
            margin-left: 10px
        }

.index_portxt {
    margin-top: 20px
}

.indexpro_box:hover h3 {
    color: #ff3030
}

.indexpro_box:hover .index_portxt img {
    content: url(../images/quanred.png)
}

.indexpro_box p span {
    margin-left: 120px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666
}

.indexpro_imgb img {
    width: 100%
}

.wrap {
    margin-bottom: 20px
}

.swiper1 {
    margin-bottom: 100px
}

    .swiper1 .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto
    }

.sgy_wrap {
    overflow: hidden
}

.swiper_txtbox {
    display: none
}

.swiper-slide-active .swiper_txtbox {
    width: 440px;
    height: 130px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 9;
    bottom: -68px;
    left: 14%;
    position: absolute;
    padding: 26px 24px;
    display: block
}

    .swiper-slide-active .swiper_txtbox h4 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 0;
        color: #25282f
    }

    .swiper-slide-active .swiper_txtbox p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 24px;
        color: #333;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

.swiper_txttele {
    display: flex;
    justify-content: space-between
}

.swiper-wrapper .swiper-slide .swiper_txttele img {
    width: 20px;
    height: 20px;
    margin: 0 8px
}

.swiper_txtbox:hover h4 {
    color: #ff3030
}

.xc_chbox {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 250px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    text-align: center;
    padding: 27px 8px
}

.xianc_chui {
    margin-top: 50px
}

    .xianc_chui .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
        top: auto
    }

.xc_chbox img {
    width: 60px;
    height: 58px
}

.xc_chbox h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f;
    margin: 40px 0 0 0
}

.xc_chbox .barrer {
    width: 36px;
    height: 2px;
    background: #666;
    border-radius: 10px;
    margin: 16px auto
}

.xc_chbox p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.xc_chbox2 {
    padding: 27px 40px
}

.xc_chbox3 {
    padding: 27px 33px
}

.swiper2 {
    --swiper-pagination-color: #ff3030
}

.swiper2 {
    height: 350px !important
}

.swiper-pagination-bullet-active {
    border-radius: 6px;
    width: 30px;
    height: 12px
}

.changuan_box {
    background: url(../images/anli4.png);
    width: 280px;
    height: 374px;
    opacity: 1;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    padding: 60px 0;
    margin-left: 10px
}

.changuan_box2 {
    background: url(../images/anli1.png)
}

.changuan_box3 {
    background: url(../images/anli2.png)
}

.changuan_box4 {
    background: url(../images/anli3.png)
}

.cangjia_box .col-lg-6 {
    margin-top: 80px
}
.cangjia_box .col-lg-6 video
{
width: 100%;
    height: 100%;
}
.cangjia_left h2 {
    margin: 50px 90px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333
}

.cangjia_left p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #333;
    text-align: justify
}

#span1, #span2, #span3 {
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f
}

.cangjia_leftbox {
    margin-top: 40px
}

.cangjia_right {
    width: 570px;
    height: 400px;
    opacity: 1;
    overflow: hidden
}

    .cangjia_right img {
        transition: all 1s
    }

.cangjia_box:hover #span2, .cangjia_box:hover #span1, .cangjia_box:hover #span3 {
    color: #ff3030
}

.cangjia_box:hover .cangjia_right img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.indexnews_left {
    width: 580px;
    height: 500px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px
}

.indexnews_leftxt h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f
}

.indexnews_leftxt p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.indexnews_img {
    width: 580px;
    height: 326px;
    overflow: hidden;
    border-radius: 10px
}

    .indexnews_img img {
        transition: all 1s;
        width: 100%
    }

.indexnews_left:hover .indexnews_img img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.indexnews_leftxt button {
    border: 1px solid #333;
    padding: 3px 30px;
    float: right
}

    .indexnews_leftxt button a {
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333
    }

.indexnews_leftxt {
    padding: 0 32px
}

.indexnews_left:hover .indexnews_leftxt h3 {
    color: #ff3030
}

.indexnews_left:hover .indexnews_leftxt button, .indexnews_left:hover .indexnews_leftxt button a {
    background: #ff3030;
    color: white
}

.indexnews_right {
    margin-top: 15px;
    padding: 0 30px
}

    .indexnews_right .indexnews_righttxt .news_yuan {
        width: 6px;
        height: 6px;
        background: #ff3030;
        border-radius: 50%;
        margin: 8px
    }

.indexnews_righttxt {
    display: flex;
    border-bottom: 2px solid #bdbaba;
    justify-content: space-between;
    padding: 35px 0 8px 0
}

.indexne {
    display: flex
}

.indexnews_righttxt span {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999
}

.indexnews_righttxt .indexne p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.indexnews_righttxt:hover .indexne p {
    font-weight: 900;
    color: #ff3030
}

.liuyan_warp {
    background: url(../images/dapinpai.png) no-repeat;
    background-size: 100% 100%;
    width: 1520px;
    height: 350px;
    position: absolute;
    z-index: 1000000
}

.liyan_box {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 82%
}

.dapinpai p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff
}

.dapinpai span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 80px;
    color: #fff
}

.liuyanBox .name, .liuyanBox .tel {
    width: 80%;
    height: 50px;
    padding: 0 15px;
    border-radius: 4px
}

.name_boc {
    text-align: center
}

    .name_boc:nth-child(2) {
        margin-left: -50px
    }

.liuyanBox .col-lg-3 select {
    width: 80%;
    height: 50px;
    padding: 0 15px;
    margin-top: 20px;
    border-radius: 4px
}

.liuyanBox .btn {
    width: 140px;
    height: 120px;
    background: linear-gradient(180deg,#ff3030 0,#c40000 100%);
    border-radius: 4px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff
}

.index_footer {
    height: 380px;
    width: 100%;
    background: #f2f2f2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 0 40px 0 0;
    position: relative;
    margin-top: 260px
}

.index_footerbox {
    padding-top: 160px
}

    .index_footerbox .posui_left li img {
        width: 8px;
        height: 8px;
        margin: 2px 5px
    }

.posui_left ul h5 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px
}

.posui_left ul li a {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666
}

.posui_left ul li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

    .posui_left ul li a:hover {
        color: #ff3030
    }

.footer_logobox {
    border-left: 1px solid black;
    padding-left: 34px
}

.footer_logotxt {
    margin-top: 30px
}

.footer_logotxt {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

    .footer_logotxt p a {
        color: #333
    }

        .footer_logotxt p a:hover {
            color: #ff3030
        }

.footer_icon img {
    margin-right: 20px
}

.about_banner img {
    width: 100%
}

.about_onebox {
    margin-top: 40px
}

.about_leftbox {
    padding: 25px 45px
}

    .about_leftbox p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333;
        text-align: justify
    }

    .about_leftbox h4 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333;
        margin: 40px 0 20px 0
    }

.about_rightbox {
    overflow: hidden
}

    .about_rightbox img {
        width: 100%;
        transition: all 1s
    }

.about_onebox:hover .about_rightbox img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.about_onebox:hover .about_leftbox h4 {
    color: #ff3030
}

.about_rongyubox {
    background: url(../images/about_rouyubk.png) no-repeat;
    background-size: 100% 100%;
    height: 520px;
    margin-top: 60px
}

.swiper3 .swiper-wrapper .swiper-slide img {
    width: 280px;
    height: 198px;
    opacity: 1
}

.swiper3 {
    height: 320px
}

    .swiper3 .swiper-wrapper {
        margin-top: 40px
    }

.rouyu_bk {
    background: url(../images/about_rongyubk.png) no-repeat;
    height: 130px;
    width: 77%;
    background-size: 100% 100%;
    margin: -90px auto 0 auto
}

:root {
    --swiper-theme-color: #ff3030
}

.swiper4 {
    height: 760px;
    position: relative;
    color: #000;
    margin: 0;
    padding: 0
}

    .swiper4 .swiper-wrapper .swiper-slide img {
        width: 360px;
        height: 540px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16)
    }

    .swiper4 .swiper-slide-active, .swiper4 .swiper-slide-duplicate-active {
        transform: scale(1.2)
    }

    .swiper4 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

.about_01 {
    margin-top: -50px;
    margin-left: -17px;
    position: absolute
}

.yinliangcrad {
    width: 360px;
    height: 480px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding: 20px 20px;
    margin-left: 9px;
    position: relative;
    margin-top: 20px
}

    .yinliangcrad .imgbox {
        width: 320px;
        height: 320px;
        overflow: hidden
    }

        .yinliangcrad .imgbox img {
            width: 100%;
            height: auto;
            transition: all 1s
        }

    .yinliangcrad:hover .imgbox img {
        -webkit-transform: scale(1.2);
        transition: all 1s
    }

.yinliangcrad_box .yinliangcrad p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-top: 50px
}

.cj_img {
    width: 100%;
    height: auto;
    margin-top: 40px
}

.about_footer .index_footerbox {
    padding: 60px 0 17px 0
}

.about_footer .index_footer {
    height: auto;
    width: 100%;
    background: #f2f2f2;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 0;
    position: relative;
    margin-top: 50px
}

.dibu {
    text-align: center;
    background: #25282f;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding: 20px 0 10px 0
}

    .dibu p a {
        color: #fff
    }

        .dibu p a:hover {
            color: #ff3030
        }

.posiimg {
    position: relative;
    width: 100%
}

.posuileft p {
    position: absolute;
    top: 0;
    background: #ff3030;
    width: 262px;
    height: 60px;
    background: #ff3030;
    text-align: center;
    line-height: 60px
}

    .posuileft p a {
        color: #fff;
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold
    }

.posuileft .chankan {
    text-align: center;
    position: absolute;
    color: #fff;
    width: 35%;
    line-height: 36px;
    bottom: 40px;
    background: #ff3030
}

.posuileft .xiangqing {
    background-color: rgba(0,0,0,0.5);
    left: 25px
}

.posuileft .xiangqing {
    background-color: rgba(0,0,0,0.5);
    left: 25px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400
}

.posuileft .xunjia {
    background: #ff3030;
    right: 25px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400
}

.posuileft .xiangqing:hover {
    background: #ff3030
}

.posuiright h3 {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #25282f
}

.posuiright .posui_txt {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #25282f;
    opacity: 1;
    line-height:1.6;
}

.product_centerlist {
    margin-top: 60px
}

.posuiright {
    padding: 20px 30px
}

    .posuiright .posuirighimg img {
        width: 100%;
        height: auto;
        opacity: 1;
        border-radius: 0
    }

    .posuiright .posuirighimg p {
        text-align: center;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25282f;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

.posuirighimg:hover p {
    color: #ff3030
}

.banner .productcenter_bnner {
    width: 100%
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background: #e5e5e5;
    border-radius: 4px
}

    .breadcrumb a {
        color: #333
    }

        .breadcrumb a:hover {
            color: #ff3030
        }

.posui_title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    margin-top: 60px
}

    .posui_title p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333
    }

    .posui_title img {
        margin-top: -10px;
        margin-right: 10px
    }

.posui_listwrap {
    text-align: center;
    position: relative;
    padding: 20px 0
}

    .posui_listwrap .posui_listtxt {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25282f;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 0;
    }

    .posui_listwrap .beijing {
        display: none;
        background: rgba(255,48,48,.9);
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        text-align: center;
        padding: 70px 45px;
        transition: all 1s;
        width: 100%
    }

    .posui_listwrap:hover .beijing {
        display: block;
        transition: all 2s
    }

.beijing h2 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    transition: all 1s
}

.beijing p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 50px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.index_portxt span svg {
    width: 29px;
    height: 15px
}

.index_portxt span {
    right: 30px;
    margin-top: -28px;
    position: absolute;
    color: #444
}

.beijing .xiangqing {
    padding: 10px 20px;
    border: 2px solid #fff;
    font-size: 14px;
    margin-top: 10px;
    color: #fff
}

.posui_listwrap img {
    width: 280px;
    height: 280px
}

.case_centerwrap {
    position: relative
}

.bacbmianb ul {
    margin-left: 10px;
    border-radius: 20px;
    width: 100%;
    height: 80px
}

.backul {
    border-radius: 20px;
    background-size: 100% 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%)
}

.fenye {
    text-align: center;
    margin: 50px 0 0 0
}

.pagination > .active > a {
    background-color: #ff3030;
    border-color: #ff3030
}

.bacbmianb li {
    float: left;
    width: 213px;
    opacity: 1;
    text-align: center;
    line-height: 44px;
    background-color: #fff;
    overflow: hidden;
    border-right: 2px solid #333;
    margin-top: 15px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-left: 12px;
    margin: 17px 9px 0 11px;
    color: #333
}

    .bacbmianb li.on {
        color: #ff3030
    }

.clear {
    clear: both
}

.anli_probox {
    width: 380px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding: 15px;
    margin-left: 10px;
    margin-top: 30px
}

#tab-con .anli_proboxwrap {
    display: none
}

#tab-con .on {
    display: block;
    background-color: #dedede
}

.anli_weizhi {
    width: 18px;
    height: 20px;
    margin: -6px 0 0 -16px
}

.bacbmianbli.on img {
    content: url(../images/anli_weizhi.png)
}

.anli_probox span .icon {
    width: 20px;
    height: 12px
}

.anli_probox h3 {
       font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.anli_probox p {
    height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.anli_probox span {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0;
    color: #666;
    margin-left: 290px
}

.imgbox {
    overflow: hidden
}

    .imgbox img {
        width: 100%
    }

.quanquan {
    display: flex
}

    .quanquan img {
        width: 8px;
        height: 8px;
        margin-top: 5px;
        margin-right: 5px
    }

.anli_probox:hover h3 {
    color: #ff3030
}

.anli_probox:hover .imgbox img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.anli_probox:hover .quanquan img {
    content: url(../images/quanred.png)
}

.mianbao .breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background: #e5e5e5;
    border-radius: 4px
}

.bacbmianb li:hover {
    color: #ff3030;
    cursor: pointer
}

    .bacbmianb li:hover img {
        content: url(../images/anli_weizhi.png)
    }

.product_debanner {
    width: 100%;
    background: #e9f1fb;
    position: relative
}

.swiper5 {
    height: 460px
}

    .swiper5 .swiper-slide img {
        width: 600px;
        height: auto;
        margin: 60px 0px;
    }

.product_debanner .col-lg-6 .txtbox {
    display: flex
}

    .product_debanner .col-lg-6 .txtbox img {
        width: 10px;
        height: 10px;
        margin-top: 7px;
        margin-right: 15px
    }

.ljbj_bk {
    background: url(../images/cpxq_bkbai.png) no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 40px;
    padding: 0 28px;
    margin-top: 13px;
    margin-right: 20px
}

    .ljbj_bk a {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 40px;
        color: #ff3030
    }

.product_debanner .col-lg-6 .txtxbox, .txtxiang {
    display: flex
}

.txtxbox {
    margin-top: 50px;
    display: flex;
}

.txtxiang img {
    width: 36px;
    height: 35px;
    margin: 15px
}

.product_debanner h1 {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f;
    margin-bottom: 20px
}

.product_debanner .txtbox p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #333
}

.product_debannerleft2 .swiper5 .swiper-slide img {
    width: 600px;
    height: auto;
    margin: 60px 0px;
}

.product_debanner .product_debannerleft2 h1 {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f;
    margin-bottom: 20px
}

.product_debanner .product_debannerleft2 .txtbox p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #333
}


.case_deba .col-lg-6 .ljbj_bk {
    background: url(../images/cpxq_bkbaik.png) no-repeat;
    padding: 0 19px;
    width: 136px;
    height: 40px;
    background-size: 100% 100%;
}

.product_debanner .product_debannerright {
    padding: 60px 50px 60px 40px;
}

.ljbj_bk:hover {
    background: url(../images/cpxq_bkred.png) no-repeat;
    background-size: 100% 100%
}

    .ljbj_bk:hover a {
        color: white
    }

.black_nav {
    height: 80px;
    background: #333
}

    .black_nav ul li {
        float: left;
        border-left: 1px solid white;
        padding: 6px 40px;
        margin-top: 24px;
        color: #fff !important
    }

        .black_nav ul li a {
            font-size: 18px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #fff
        }

    .black_nav .container ul li img {
        width: 18px;
        height: 18px;
        margin: -7px 15px 0 0
    }

.news_centerboxtxt .anli_probox span {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0;
    color: #333;
    margin-left: 0
}

.news_centerboxtxt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px
}

.fenye .pagination .shouye .page-link {
    margin-right: 20px !important;
    padding: 6px 40px
}

.fenye .pagination .zuojiantou .page-link {
    margin-right: 10px !important;
    padding: 6px 10px
}

.fenye .pagination .youjiantou .page-link {
    margin-left: 10px !important;
    padding: 6px 10px
}

.fenye .pagination .moye .page-link {
    margin-left: 20px !important;
    padding: 6px 40px
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination > li > a {
    color: #333
}

.zongye {
    margin: 5px;
    margin: 17px;
    line-height: 43px
}

.index_portxt b {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    line-height: 24px;
    color: #333
}

.black_nav li:hover .imgcon1 {
    content: url(../images/xiangqingred1.png)
}

.black_nav li:hover .imgcon2 {
    content: url(../images/xiangqingred2.png)
}

.black_nav li:hover .imgcon3 {
    content: url(../images/xiangqingred3.png)
}

.black_nav li:hover .imgcon4 {
    content: url(../images/xiangqingred4.png)
}

.black_nav li:hover .imgcon5 {
    content: url(../images/xiangqingred5.png)
}

.black_nav li:hover .imgcon6 {
    content: url(../images/xiangqingred6.png)
}

.container .xiangqing_img img {
    max-width: 100%;
    height: auto
}

.xiangqing_img p {
    /* text-align: center; */

}

.xiangqing_box {
    width: 380px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    padding: 18px 20px;
    margin-left: 38px
}

.xiangqing_titleleft {
    display: flex
}

    .xiangqing_titleleft img {
        width: 35px;
        height: 30px;
        margin: 5px
    }

.xiangqing_titleright .icon {
    width: 13px;
    height: 22px;
    margin: 9px
}

.xingqingpro_wrap {
    margin-top: 60px
}

.xiangqing_img {
    width: 750px
}

.xiangqing_titleright {
    display: flex
}

.xiangqing_title {
    display: flex;
    justify-content: space-between
}

.swiper6 {
    width: 100%;
    height: 477px
}

    .swiper6 .swiper-wrapper .swiper-slide .index_portxt {
        margin-top: 0
    }

    .swiper6 .swiper-wrapper .swiper-slide h4 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25282f
    }

.xiangqing_titleleft h4 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333
}

.xiangqing_titleright a span {
    height: 12px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 42px;
    color: #666
}

.xiangqing_box:hover .swiper-slide h4 {
    color: #ff3030
}

.xiangqing_box .swiper-slide a p {
    color: #333
}

.img_boxxq {
    overflow: hidden;
    height: 340px;
    border-radius: 10px
}

    .img_boxxq img {
        width: 100%;
        height: auto;
        transition: all 1s
    }

.xiangqing_box:hover .img_boxxq img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.black_nav ul li:hover a {
    color: #ff3030
}

.xiangqing_box:hover .butwon button {
    background: #ff3030;
    color: white
}

.butwon button {
    padding: 1px 10px;
    border: 1px solid #333;
    margin: -40px 0 0 251px;
    position: absolute;
    color: #333
}

.xiangqing_box {
    margin-top: 30px
}

.swiper7 .index_portxt p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.xiangqing_titleright {
    float: right
}

.swiper7 .img_boxxq {
    overflow: hidden;
    height: 260px;
    border-radius: 10px
}

    .swiper7 .img_boxxq img {
        height: 260px
    }

.swiper7 h4 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #25282f
}

.news_centerwrap .bacbmianb li {
    float: left;
    width: 270px
}

    .news_centerwrap .bacbmianb li:nth-child(4) {
        border-right: 0
    }

.news_detailswrap {
    margin-top: 20px
}

.xwxq_iconbox {
    position: relative;
    margin: 10px 0;
    display: flex
}

.news_detailsleft h1 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px
}

.news_detailsleft .xwxq_iconbox .shijian .icon {
    width: 20px;
    height: 20px
}

.news_detailsleft .xwxq_iconbox .shijian span {
    position: absolute;
    margin: -1px 10px
}

.shijian {
    margin-right: 110px
}

.news_detailsleft p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #333;
    text-align: justify;
    margin-top: 20px
}

.xwxq_txt {
    text-align: center
}

    .xwxq_txt img {
       // width: 100%;
        height: auto
    }

.tuisong {
    width: 100%;
    height: 60px;
    background: #eee;
    margin-top: 50px
}

.tuisongleft {
    width: 50%;
    height: 60px;
    display: flex;
    border-right: 1px solid #dbdbdb
}

.tuisongright {
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: end;
}

.tuisongleft .shang {
    width: 80px;
    height: 60px;
    background: #dbdbdb;
    line-height: 60px
}

.tuisong .col-lg-6 {
    padding: 0
}

.tuisongleft a, .tuisongright a {
    line-height: 60px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    padding: 0 0 0 7px
}

.tuisongleft a {
    padding: 0
}

.shang .icon {
    width: 14px;
    height: 12px
}

.shangtxt a {
    padding-left: 7px
}

.tuisongright .shang {
    width: 80px;
    height: 60px;
    background: #dbdbdb
}

.shangtxt:hover a {
    color: #ff3030
}

.shang:hover a {
    color: #ff3030
}

.shangtxt a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.shangtxt {
    width: 295px;
    line-height: 60px;
    padding: 0 10px
}

.news_detailswrap .col-lg-8 {
    width: 62.666667%
}

.news_detailswrap .xiangqing_box {
    margin-left: 50px
}

.zhishi_box {
    display: flex
}

.xiangqing_titleright .icon {
    width: 13px;
    height: 22px;
    margin: -4px 0
}

.lianxitxt a {
    color: #333
}

    .lianxitxt a:hover {
        color: red
    }

.tuisongright .shang {
    width: 80px;
    height: 60px;
    background: #dbdbdb;
    line-height: 60px
}

.zhishi_box .yuan {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff3030;
    margin-top: 11px
}

.zhishi_box a .txtzhishi {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    opacity: 1;
    width: 300px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

    .zhishi_box a .txtzhishi:hover {
        color: #ff3030
    }

.epc_wrap h4 {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    margin: 30px 0
}

.epc_titletxt {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #333
}

.epc_cardbox {
    width: 370px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px;
    margin-left: 20px;
    padding: 20px
}

.epc_cardimg {
    overflow: hidden
}

    .epc_cardimg img {
        width: 100%
    }

.epc_cardbox:hover .epc_cardimg img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.epc_cardbox p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    opacity: 1;
    text-align: center
}

.epc_wrap .epc_cardbox h4 {
    margin-top: 20px
}

.epc_cardbox:hover p {
    color: #ff3030
}

.epc_cardbox:hover h4 {
    color: #ff3030
}

.epc_twowrap {
    background: #eee;
    margin-top: 30px;
    padding-bottom: 30px
}

.epc_twoleft {
    width: 563px;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
    padding: 20px;
    margin-right: 20px;
    display: flex;
    margin-top: 20px
}

    .epc_twoleft .epc_twoleftimg {
        width: 220px;
        height: 220px;
        overflow: hidden;
        border-radius: 10px
    }

.epc_twoleftimg img {
    border-radius: 10px;
    width: 220px;
    height: 220px
}

.epc_twoleftxt {
    padding: 0 0 0 20px;
    text-align: justify
}

    .epc_twoleftxt p {
        width: 280px;
        height: 114px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 1.6;
        color: #333
    }

    .epc_twoleftxt h3 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 40px;
        color: #000
    }

.epc_twoleft:hover .epc_twoleftimg img {
    -webkit-transform: scale(1.1);
    transition: all 1s
}

.epc_twoleft:hover .epc_twoleftxt h3 {
    color: #ff3030
}

.epc_fuwu {
    background: url(../images/fuwu1.png);
    width: 274px;
    height: 355px;
    border-radius: 10px
}

.epc_fuwu2 {
    background: url(../images/fuwu2.png);
    width: 274px;
    height: 355px;
    border-radius: 10px
}

.epc_fuwu3 {
    background: url(../images/fuwu3.png);
    width: 274px;
    height: 355px;
    border-radius: 10px
}

.epc_fuwu4 {
    background: url(../images/fuwu4.png);
    width: 274px;
    height: 355px;
    border-radius: 10px
}

.epc_wrap .epc_fuwu2 {
    padding: 0
}

.epc_wrap .epc_fuwu3 {
    padding: 0
}

.epc_wrap .epc_fuwu4 {
    padding: 0
}

.epc_fuwu2:hover .epc_txtbox {
    background: #ff3030;
    opacity: 1
}

.epc_fuwu3:hover .epc_txtbox {
    background: #ff3030;
    opacity: 1
}

.epc_fuwu4:hover .epc_txtbox {
    background: #ff3030;
    opacity: 1
}

.epc_fuwu2:hover .epc_txtbox h3, .epc_fuwu2:hover .epc_txtbox p {
    color: #fff
}

.epc_fuwu3:hover .epc_txtbox h3, .epc_fuwu3:hover .epc_txtbox p {
    color: #fff
}

.epc_fuwu4:hover .epc_txtbox h3, .epc_fuwu4:hover .epc_txtbox p {
    color: #fff
}

.epc_txtbox {
    width: 100%;
    height: 160px;
    background: #fff;
    opacity: .8;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 10px
}

.epc_wrap .epc_fuwu {
    padding: 0
}

.epc_txtbox h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333
}

.epc_txtbox p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #333
}

.epc_fuwu:hover .epc_txtbox h3, .epc_fuwu:hover .epc_txtbox p {
    color: #fff
}

.epc_fuwu:hover .epc_txtbox {
    background: #ff3030;
    opacity: 1
}

.epc_anlileft {
    background: #fff;
    border-radius: 10px
}

.epc_alimgb {
    border-radius: 10px;
    overflow: hidden
}

    .epc_alimgb img {
        width: 100%;
        transition: all 1s
    }

.epc_wrap .epc_anlileft {
    padding: 0 0 20px 0;
    width: 570px
}

.epc_anlilefttxt {
    padding: 0 34px
}

    .epc_anlilefttxt p {
        margin-bottom: 2px;
        color: #333;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height:2;
    }

    .epc_anlilefttxt h3 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25282f
    }

.epc_anlileft:hover .epc_alimgb img {
    -webkit-transform: scale(1.2);
    transition: all 1s
}

.epc_anlileft:hover .epc_anlilefttxt h3 {
    color: #ff3030
}

.boxetc {
    display: flex;
    justify-content: space-between
}

.epc_fuwubox {
    display: flex;
    justify-content: space-between
}

.zhishiepc .yuan {
    width: 6px;
    height: 6px;
    background: #ff3030;
    border-radius: 50%;
    margin: 7px 10px 0 0
}

.zhishiepc {
    display: flex
}

.bacbmianb li a {
    color: #333;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold
}

.bacbmianb li.on a {
    color: #ff3030
}

.anli_qiyu:hover a {
    color: #ff3030
}

.epc_zhishi {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    float: left;
    margin-left: 50px
}

    .epc_zhishi span {
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 33px;
        color: #999
    }

.zhishiepc p {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.zhishiepc a p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.epc_zhishi:hover .zhishiepc p {
    color: #ff3030
}

.epc_zhishi:hover span {
    color: #ff3030
}

.case_deba {
    background: 0
}

    .case_deba .ljbj_bk {
        background: url(../images/cpxq_bkbaik.png) no-repeat;
        padding: 0 27px;
        width: 150px;
        height: 40px
    }

    .case_deba .txtxbox {
        margin-top: 20px
    }

    .case_deba .ljbj_bk:hover {
        background: url(../images/cpxq_bkredk.png) no-repeat;
        background-size: 100% 100%
    }

    .case_deba .jianjiecase {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000
    }

.txtxiang span {
    font-size: 24px;
    font-family: Impact;
    font-weight: 400;
    color: #ff3030
}

    .txtxiang span a {
        color: #333
    }

        .txtxiang span a:hover {
            color: #ff3030
        }

.txtxiang p {
    margin: 0
}

.epc_wrapcase {
    background: #eee;
    padding-bottom: 70px;
    margin-top: 30px;
}

    .epc_wrapcase .posui_listwrap {
        background: #fff;
        margin-left: 15px;
        width: 274px;
        margin-bottom: 20px;
    }

.posui_listwrap img {
    width: 274px;
    height: 280px
}

.epc_wrap .epc_ptxt {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 32px;
    color: #333
}

.epc_wrapkehu {
    padding-bottom: 60px
}

.epc_wrapjingp p {
    text-align: center;
    line-height: 61px
}

.jingp_imhbox img {
    width: 100%;
    transition: all 1s
}

.jingp_imhbox {
    width: 270px;
    overflow: hidden
}

.epc_wrapjingp:hover .jingp_imhbox img {
    -webkit-transform: scale(1.1);
    transition: all 1s
}

.epc_wrapjingp:hover p {
    color: #ff3030
}

.epc_wrapjingp p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        word-break: break-all;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 0;
}

.lianxi_banner {
    background: url(../images/contactbanner.jpg);
    background-size: 100% 100%;
    height: 600px;
    position: relative
}

    .lianxi_banner .txtxiang p {
        color: #fff
    }

    .lianxi_banner .txtxbox {
        position: absolute;
        bottom: 98px;
        left: 25%;
        display: flex;
        background: #507adc;
        padding: 18px;
    }












.rxdh_img {
    width: 72px;
    height: 72px;
    background: #ff3030;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px
}

    .rxdh_img img {
        margin: 0 auto
    }

.lianxileft {
    display: flex;
    margin-top: 10px
}

.lianxitxt {
    margin-left: 30px
}

.kuai_box .kuai {
    width: 10px;
    height: 30px;
    background: #ff3030;
    margin-top: 5px
}

.liuyan {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333;
    margin-left: 20px
}

.kuai_box {
    display: flex;
    margin-top: 50px
}

.zaixian .name, .zaixian .tel, .cdwl {
    width: 560px;
    height: 40px;
    background: #eee;
    border: 1px solid #d2d2d2;
    opacity: 1;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 20px
}

    .cdwl .text1 {
        height: 30px !important
    }

.text1:hover {
    background-color: #b3c0ce;
    color: aliceblue
}

.fuxunk {
    margin: 30px 0
}

.zaixinbtn {
    width: 560px;
    height: 40px;
    background: #ff3030;
    left: 25%;
    margin-top: 60px;
    color: #fff;
    border-radius: 10px
}

.map_box {
    border: 10px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.map_wrap {
    margin: 20px auto
}

.jirjue_title {
    text-align: center
}

    .jirjue_title h2 {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000;
        margin-top: 55px;
        margin-bottom: 10px
    }

    .jirjue_title p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000
    }

.jiejone_box {
    width: 380px;
    height: 285px;
    padding: 20px 0;
    text-align: center;
    margin-top: 15px
}

    .jiejone_box h3 {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #fff
    }

    .jiejone_box p {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #fff;
        margin-bottom: 5px
    }

    .jiejone_box button {
        background: #ff3030;
        border-radius: 50px;
        padding: 10px 20px;
        display: none;
        margin: 20px auto
    }

        .jiejone_box button a {
            font-size: 18px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #fff
        }

    .jiejone_box:hover button {
        display: block
    }

.jjdaone_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.qtsb_bk {
    background: url(../images/jiejuebak.png) no-repeat;
    background-size: 100% 100%;
    height: 360px;
    margin-top: 60px;
    position: relative
}

.qtsb_title h2 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff
}

.qtsb_title {
    display: flex;
    justify-content: space-around
}

    .qtsb_title button {
        background: #fff;
        padding: 5px 20px;
        border-radius: 50px;
        margin-top: 26px
    }

        .qtsb_title button a {
            color: #d70c25
        }

.qtsb_txtbox {
    position: absolute;
    left: 47%;
    top: 25%
}

.qtsb_iconbox {
    margin-left: 80px
}

.qtsb_icon {
    width: 99px;
    height: 77px
}

    .qtsb_icon p {
        font-size: 10px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #fff
    }

.qtsb_icon {
    text-align: center
}

.qtsb_txtbox .qtsb_icon {
    float: left
}

.danwei_span span:nth-child(2) {
    margin-left: 90px
}

.danwei_span span {
    line-height: 50px;
    margin-left: 116px;
    color: #fff
}

.yizhanshi {
    margin-top: 60px;
    background: url(../images/yizhanshibk.png);
    height: 860px
}

    .yizhanshi .jirjue_title h2 {
        color: #fff;
        margin-top: 55px
    }

.yzssj span {
    margin-top: -22px;
    position: absolute;
    margin-left: 59px
}

.yzssj p {
    margin-top: 20px
}

.yzssj {
    color: #fff
}

.yzs_shijian {
    display: flex;
    justify-content: space-around
}

.footer_icon .top_weixin {
    float: left
}

.footer_icon .QR-code {
    width: 130px;
    height: 140px;
    background: url(../images/qcode_bk.png);
    background-size: 100%;
    position: absolute;
    text-align: center;
    left: 18px;
    z-index: 2
}

    .footer_icon .QR-code img {
        padding: 22px 12px 0 11px;
        width: 133px
    }

.footer_icon .QR-codephone {
    width: 130px;
    height: 140px;
    background-size: 100%;
    position: absolute;
    text-align: center;
    left: -13px;
    z-index: 2
}

.yzssj2 span {
    margin-top: -22px;
    position: absolute;
    margin-left: 110px
}

.yzssj2 p {
    margin-top: 20px
}

.yzssj2 {
    color: #fff
}

.yzs_shijian {
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px
}

.imgbox_sj .imgbox {
    width: 320px;
    height: 180px;
    overflow: hidden
}

    .imgbox_sj .imgbox img {
        transition: all 1s
    }

.imgbox_sj {
    display: flex
}

    .imgbox_sj:hover .imgbox img {
        -webkit-transform: scale(1.1);
        transition: all 1s
    }

.imgbox_sjbox {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    flex-wrap: wrap
}

.yizhans_btn {
    text-align: center
}

    .yizhans_btn button a {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #ff3030
    }

    .yizhans_btn button {
        padding: 5px 20px;
        background: #fff;
        border: 2px solid #ff3030;
        opacity: 1;
        border-radius: 20px;
        margin: 30px
    }

        .yizhans_btn button:hover {
            background: #ff3030
        }

            .yizhans_btn button:hover a {
                color: white
            }

.jjanli_box {
    width: 380px;
    height: 285px;
    opacity: 1;
    position: relative;
    margin-top: 20px;
    float: left !important;
    margin-left: 10px;
}

    .jjanli_box p {
        width: 380px;
        height: 60px;
        background: rgba(255,255,255,0.6);
        text-align: center;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        font-weight: bold;
        line-height: 60px;
        color: #25282f;
        font-size: 18px
    }

    .jjanli_box:hover p {
        background: #ff3030;
        opacity: 1;
        color: #fff
    }

.jjanli_box2 {
    width: 380px;
    height: 590px;
    margin-top: 20px
}

.jj_youshiwrap {
    width: 100%;
    height: 520px;
    background: #eee;
    margin: 50px 0
}

.youshibox {
    width: 140px;
    height: 140px;
    border: 5px solid #999;
    border-radius: 50%;
    padding: 24px 25px;
    margin-left: 10px
}

.youshiioc {
    margin-top: 30px
}

    .youshiioc p {
        text-align: center;
        margin-top: 20px
    }

.jj_youshibox {
    position: relative
}

.youshi_red {
    width: 200px;
    height: 270px;
    background: #ff3030;
    opacity: 1;
    position: absolute;
    display: none;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    transition: all 1s;
    top: 0
}

    .youshi_red span {
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 18px;
        color: #fff
    }

    .youshi_red p {
        margin: 30px 0 10px 0
    }

.jj_youshibox:hover .youshi_red {
    display: block;
    transition: all 1s
}

.huagangyan h1 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 0;
    color: #333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px
}

.huagangyan {
    text-align: center
}

.huagang_left img {
    width: 555px;
    height: 555px
}

.huagang_bkbox {
    background: url(../images/huagangyanbk1.png);
    background-size: 100%;
    padding: 30px
}

.xgcp_bor .col-lg-5 {
    padding: 62px 30px
}

.haugang_icbox img {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 10px
}

.huagang_bkbox h3 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000;
    margin: 0 0 40px 0
}

.haugang_icbox p b {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000
}

.hgsxinxi_wrap {
    width: 600px;
    height: 310px;
    background: #eee;
    border-radius: 0 20px 20px 0;
    padding-left: 50px;
    position: relative
}

.peizhixx {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px 20px 0 0;
    padding: 5px 30px;
    position: absolute;
    margin-top: 30px;
    z-index: 1;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000
}

.hgsxinxi_txt {
    width: 440px;
    background: #eee;
    opacity: 1;
    border-radius: 20px;
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    margin-left: 32px;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000
}
    .hgsxinxi_txt .zz_txt {
        width:50%;
        text-align: center;
    }

    .huagang_bkbox2 {
        padding: 26px;
    }

.huagang_bkbox2 h3{
    margin: 0 0 20px 0;
}

.huagang_bkbox2 .haugang_icbox span{
    line-height: 24px;

}




.hgykc {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 24px;
    color: #ff3030;
    margin: 30px 50px
}

    .hgykc span {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #ff3030
    }

.hgsxinxi_box {
    width: 500px;
    height: 220px;
    background: #fff;
    opacity: 1;
    border-radius: 0 20px 0 0;
    position: absolute;
    margin-top: 50px
}

.hgy_scx {
    background: url(../images/huagangbk2.png) no-repeat;
    background-size: 100% 100%;
    padding: 1px 0;
    margin-top: 55px
}

    .hgy_scx img {
        width: 100%
    }

    .hgy_scx .yizhans_btn {
        margin-top: 50px
    }

.swiper8 {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

    .swiper8 .swiper-pagination .swiper-pagination-bullet {
        width: 220px;
        height: 50px;
        background: #fff;
        border: 1px dashed #707070;
        border-radius: 0;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .swiper8 .swiper-pagination-bullet-active {
        background: #333 !important;
        color: floralwhite
    }

    .swiper8 .swiper-horizontal > .swiper-pagination-bullets, .swiper8 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper8 .swiper-pagination-custom, .swiper8 .swiper-pagination-fraction {
        top: 0;
        left: 0;
        width: 100%
    }

    .swiper8 .swiper-pagination-bullet {
        opacity: 1 !important
    }

    .swiper8 .swiper-wrapper {
        margin-top: 110px
    }

.xgcp_bor {
    border: 4px solid #ff3030;
    width: 700px;
    height: 360px;
    margin-left: 90px;
    padding: 30px 6px
}

    .xgcp_bor .col-lg-6 img {
        width: 300px;
        height: auto
    }

    .xgcp_bor .col-lg-6 h3 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000
    }

.bee {
    width: 80px;
    height: 4px;
    background: #ff3030;
    margin-bottom: 10px
}

.beetxt {
    display: flex;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #000
}

    .beetxt .woliao {
        width: 140px
    }

.jinliao {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 35px;
    color: #999;
    margin-top: 20px;
    text-align: center;
    width: 170px;
    border-right: 1px dashed #707070
}

.jinliao_box {
    display: flex
}

.jinliao p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ff3030
}

.jinliao:nth-child(2) {
    border-right: 0
}

.swiper8 .kcx {
    width: 240px;
    height: 60px;
    border: 4px solid #ff3030;
    margin-left: 30px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 56px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .swiper8 .kcx:hover {
        background: #ff3030;
        color: #fff
    }

.swiper8 .swiper-pagination {
    z-index: 0 !important
}

.hgy_khal {
    background: url(../images/huagangbk2.png) no-repeat;
    height: 840px
}

.hn_ly img {
    margin-left: 45px;
    width: 560px;
    height: 439px
}

.hn_lytxt {
    background: #fff;
    margin-left: -60px;
    padding: 48px 60px 102px
}

    .hn_lytxt h4 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 50px;
        color: #25282f
    }

.swiper9 {
    margin-top: 46px;
    position: relative
}

    .swiper9 .swiper-pagination .swiper-pagination-bullet {
        width: 205px;
        height: 50px;
        background: #fff;
        border: 1px dashed #707070;
        border-radius: 0;
        line-height: 50px
    }

    .swiper9 .swiper-pagination-bullet-active {
        background: #ff3030 !important;
        color: floralwhite;
        border: none !important
    }

    .swiper9 .swiper-horizontal > .swiper-pagination-bullets, .swiper9 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper9 .swiper-pagination-custom, .swiper9 .swiper-pagination-fraction {
        top: 0;
        left: 0;
        width: 100%
    }

    .swiper9 .swiper-pagination-bullet {
        opacity: 1 !important
    }

    .swiper9 .swiper-wrapper {
        margin-top: 110px
    }

.hgy_zaixian {
    background: url(../images/hgy_zaixian.png) no-repeat;
    background-size: 100% 100%;
    height: 450px;
    border-radius: 10px;
    padding: 67px 60px
}

.form-control {
    background: #eee;
    border: 1px solid #d2d2d2;
    opacity: 1;
    border-radius: 10px;
    width: 98%
}

.hgy_zaixianle .zaixian .name, .hgy_zaixianle .zaixian .tel {
    width: 227px;
    height: 48px;
    background: #eee;
    opacity: 1;
    border-radius: 0;
    margin-bottom: 20px
}

.hgy_zaixianle {
    height: 310px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 10px
}

.zaixian_hagangshi {
    width: 100%;
    background: #f2f2f2;
    padding: 1px 0;
    margin: 30px 0 0 0
}

.hgy_zaixianle .form-control {
    background: #eee;
    border: 1px solid #d2d2d2;
    opacity: 1;
    border-radius: 10px;
    width: 96%;
    margin-top: 30px;
    height: 140px;
    border-radius: 0
}

.hgy_zaixianle .zaixinbtn {
    width: 176px;
    height: 40px;
    background: #ff3030;
    left: 25%;
    margin-top: 20px;
    margin-right: 18px;
    color: #fff;
    border-radius: 0;
    float: right
}

.hgy_zaixianle span {
    line-height: 80px
}

.hgy_zaixianrig {
    color: #fff;
    padding: 0 70px
}

    .hgy_zaixianrig .haugang_icbox {
        margin-top: 10px;
        display: flex
    }

        .hgy_zaixianrig .haugang_icbox img {
            margin-left: 20px
        }

    .hgy_zaixianrig h3 {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #fff;
        margin: 0 auto
    }

    .hgy_zaixianrig h2 {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #ff3030;
        margin-bottom: 30px
    }

.tuisongright .shangtxtwu {
    text-align: end
}

.hgy_zaiewm {
    text-align: center
}

.gzh_sm {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff
}

.hgy_zaiewm p {
    color: #fff;
    font-size: 12px
}

    .hgy_zaiewm p span {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: bold
    }

.hgy_zaiewm .gzh_sm {
    color: #ff3030
}

.about_footer2 .index_footer {
    height: auto;
    width: 100%;
    background: #f2f2f2;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    margin-top: 0
}

.peizhixxfv {
    float: left;
    margin-top: 20px;
    margin-left: 10px
}

.peizhikkk {
    margin-left: 250px
}

.hgsxinxi_box2 {
    padding: 0 20px
}

    .hgsxinxi_box2 img {
        margin: 30px 10px 10px 17px
    }

    .hgsxinxi_box2 p {
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #000
    }

.peizhixx2 {
    position: absolute;
    width: 180px;
    height: 40px;
    background: #ff3030;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    opacity: 1;
    border-radius: 0 0 20px 10px;
    bottom: -10px;
    right: 0;
    color: #fff;
    padding: 9px 30px
}

.wudamukuai {
    background: #eee;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px
}

#tab_wrap li {
    list-style-type: none
}

#tab_wrap .tab_list ul span {
    background: #ff3030;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    padding: 10px 10px 5px 10px
}

#tab_wrap .tab {
    width: 978px;
    display: flex
}

#tab_wrap .tab_list li {
    line-height: 39px;
    cursor: pointer;
    display: flex;
    margin-left: 41px;
    position: relative;
    margin-bottom: 26px
}

#tab_wrap .item img {
    width: 680px;
    height: 400px
}

#tab_wrap .tab_list .current .ppp {
    background: #ff3030
}

#tab_wrap .current .ppp {
    color: #fff
}

#tab_wrap .item_info {
    padding: 20px 0 0 20px
}

#tab_wrap .item {
    display: none
}

#tab_wrap .ppp {
    width: 370px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 59px;
    padding: 0 20px;
    background: #fff;
    color: #333
}

#tab_wrap .tab_list .ppp:hover {
    background: #ff3030;
    color: #fff
}

#tab_wrap .tab_list li img {
    position: absolute;
    left: -67px;
    display: none;
    margin-top: 9px
}

#tab_wrap .tab_list .current img {
    display: block;
    width: 46px
}

.qidayous_box {
    width: 280px;
    height: 280px;
    background: #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 50%;
    padding: 20px;
    position: relative
}

.qidayous_imgbox {
    background: #fff;
    width: 240px;
    height: 240px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 50%;
    opacity: 1
}

.qidayous_box:hover .qidayous_imgbox img {
    -webkit-transform: scale(1.12);
    transition: all 1s
}

.qidayous_imgbox img {
    margin-top: -6px;
    margin-left: -9px
}

.qidayous_box {
    float: left;
    margin-left: 12px
}

.youshibaibox {
    position: absolute;
    top: 63%;
    left: 0;
    z-index: 100
}

.qida_yswrap2 {
    margin-left: 150px
}

.gufei_gaozhi {
    background: url(../images/gufei_bg.png)no-repeat;
    height: 670px;
    background-size: 100% 100%;
    margin-top: 110px;
    padding: 120px 0;
    text-align: center
}

    .gufei_gaozhi p {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 60px;
        color: #fff
    }

    .gufei_gaozhi span {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 24px;
        color: #ff3030
    }

.gaozhi_hua {
    width: 380px;
    height: 160px;
    background: #fff;
    text-align: left;
    padding: 20px 50px;
    float: left;
    margin-top: 50px;
    margin-left: 10px
}

    .gaozhi_hua span {
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 79px;
        color: #333
    }

    .gaozhi_hua img {
        margin-top: -113px
    }

    .gaozhi_hua h3 {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold
    }

    .gaozhi_hua:hover {
        background: #ff3030
    }

        .gaozhi_hua:hover h3 {
            color: #fff
        }

        .gaozhi_hua:hover span {
            color: #fff
        }

        .gaozhi_hua:hover img {
            content: url(../images/gufei_rb1.png)
        }

.gaozhi_hua2:hover img {
    content: url(../images/gufei_rb2.png)
}

.gaozhi_hua3:hover img {
    content: url(../images/gufei_rb3.png)
}

.gaozhi_huawrap {
    margin-top: 50px
}

.wuda_gongn {
    height: 900px;
    background: #eee;
    margin-top: 50px
}

.yuqi img {
    width: 100%;
    transition: all 1s
}

.yuqi {
    position: relative
}

.yuqi_img {
    width: 751px;
    height: 570px;
    overflow: hidden
}

.yuqi p {
    background: rgba(255,255,255,0.8);
    height: 40px;
    width: 96.4%;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    margin: 0
}

.yuqi:hover img {
    -webkit-transform: scale(1.12);
    transition: all 1s
}

.hungez_bpx p {
    background: rgba(255,255,255,0.8);
    height: 40px;
    width: 100%
}

.jishuchu img {
    width: 100%;
    margin: 69px 0 0 0
}

.hungez_bpx img {
    width: 100%;
    transition: all 1s
}

.hungez_bpx {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px
}

    .hungez_bpx p {
        background: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        margin: 0;
        text-align: center;
        line-height: 40px;
        color: #333
    }

    .hungez_bpx:hover img {
        -webkit-transform: scale(1.12);
        transition: all 1s
    }

.contaibox {
    margin-top: 60px
}

.hgsxinxi_box3 {
    width: 500px;
    height: 170px;
    background: #fff;
    opacity: 1;
    border-radius: 0 20px 0 0;
    position: absolute;
    margin-top: 50px
}

.hgsxinxi_box2 .hgsxinxi_txt {
    margin-left: 12px
}

.hgsxinxi_wrap2 {
    height: 260px
}

.peizhikkk2 {
    margin-left: 300px
}

.wudagg {
    width: 100%
}

.wudamukuai1 img {
    width: 100%;
    height: 350px
}

.huaganpp {
    background: #fff;
    border-radius: 20px;
    padding: 20px
}

.huaganppbox {
    border: 1px dashed #537cbe;
    opacity: 1;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px
}

.huaganpp p {
    margin: 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.yd_yous {
    background: #fff;
    opacity: 1;
    border-radius: 0
}

.huagan_img img {
    width: 270px;
    margin-left: 12px;
    margin-bottom: 40px
}

.huagan_img2 {
    margin-left: 140px
}

.xianfg, .epc_wrap4 {
    background: #eee;
    padding-bottom: 50px
}

.hgy_khal22 {
    background: #fff
}

.zaixian_hagangshi2 {
    background: #fff
}

.bacbmianb .backul2 li:nth-child(4) {
    border-right: none !important
}

.bacbmianb .backul1 li:nth-child(5) {
    border-right: none !important
}

.footer_logoimg img {
    width: 68%;
    height: auto
}

.jjanli_box img {
    width: 100%
}

.qtsb_icon2 img {
    height: 60px
}

.danwei_span {
    margin-top: 80px
}

.container222 {
    width: fit-content !important;
}

.huagangyan h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 0;
    color: #333;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px
}

@media screen and (min-width:1240px) and (max-width:1500px) {
    .huagangyan h1 {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 0;
        color: #333;
        text-align: center;
        margin-top: 36px;
        margin-bottom: 50px
    }
    /* .news_detailswrap .col-lg-8 {
        width: 85%;
        margin: 0 auto;
        float: inherit;
    } */
    .qtsb_bk {
        background: url(../images/jiejuebak.png) no-repeat;
        background-size: 100% 100%;
        height: 318px;
        margin-top: 60px;
        position: relative
    }

    .swiper-slide-active .swiper_txtbox {
        left: 3%
    }

    .lianxi_banner .txtxbox {
        position: absolute;
        bottom: 62px;
        left: 22%;
        display: flex
    }

    .lianxi_banner {
        background: url(../images/contactbanner.jpg);
        background-size: 100% 100%;
        height: 430px;
        position: relative
    }

    .liuyan_warp {
        background: url(../images/dapinpai.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 350px;
        position: absolute;
        z-index: 1000000
    }
}

.found {
    background: url(../images/found.png);
    background-size: 100% 100%;
    width: 100%;
    height: 1080px;
    text-align: center
}

    .found img {
        margin-top: 180px
    }

    .found p {
        font-size: 60px;
        font-family: Source Han Sans CN-Bold,Source Han Sans CN;
        font-weight: bold;
        color: #333;
        margin-top: 104px;
        margin-bottom: 50px
    }

    .found a {
        padding: 10px 30px;
        background: #ff3030;
        color: #fff
    }

    .found span {
        font-size: 24px;
        font-family: Source Han Sans CN-Regular,Source Han Sans CN;
        font-weight: 400;
        color: #666
    }

    .found button {
        margin-top: 100px
    }

.fixed-swt {
    width: 166px;
    height: 390px;
    position: fixed;
    right: 10px;
    bottom: 20%;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 99999999
}

.fixed-swtren {
    position: absolute;
    left: 46px;
    top: -76px
}

.zaixian_sw {
    background: #ff3030;
    border-radius: 20px 20px 20px 0;
    width: 160px;
    position: absolute;
    top: 59px;
    text-align: center
}

    .zaixian_sw p a {
        font-size: 20px;
        font-family: Source Han Sans CN-Regular,Source Han Sans CN;
        font-weight: 400;
        color: #fff
    }

    .zaixian_sw p {
        padding: 10px 0
    }

.zaixomg {
    position: absolute;
    left: -171px;
    top: 50px;
    display: none
}

.zaixian_sw .zaixdianh:hover .zaixomg {
    display: block
}

.zaixian_sw p:hover {
    margin-left: 15px
}

.zaixian_sw .heng {
    width: 120px;
    height: 1px;
    background: #fff;
    border-radius: 0;
    opacity: .2;
    width: 120px;
    height: 1px;
    background: #fff;
    border-radius: 0;
    opacity: .2;
    margin: 0 auto
}

#LRfloater0 {
    display: none
}

.zz_txt2 {
    margin-left: 15px;
}

.product_debannerleft {
    width: 610px;
}

.swiper5 .swiper-slide img {
    width: 600px;
    height: auto;
    margin: 30px 8px;
}

.product_debanner .container {
    display: flex;
    justify-content: space-between;
}

.product_debanner .product_debannerright {
    padding: 60px 50px 60px 40px;
    width: 580px;
}

.swiper5 .swiper-button-prev, .swiper5 .swiper-button-next {
    display: none;
}

.product_debanner:hover .swiper-button-prev {
    display: block;
}

.product_debanner:hover .swiper-button-next {
    display: block;
}
/* 新闻留言板 */
/* .news_detailsleft .xwxq_txt  .news_liuyan form p{
   color: #ff3030 !important;
   font-size: 30px !important;
   text-align: center !important;
   font-weight: 800;
   margin: 40px 0 40px 0;
}
.news_detailsleft  .xwxq_txt .news_liuyan form input{
    border: 1px solid #ccc;
    padding: 10px 30px;
}

.news_detailsleft  .xwxq_txt .news_liuyan form span{
    text-align: left;
    font-size: 18px;
    margin-right: 10px;
}
.news_detailsleft  .news_liuyan form button{
    background:#ff3030 ;
    color: aliceblue;
    margin-top: 30px;
} */

.news_detailsleft  .xwxq_txt .news_liuyan{
    background: #dbdbdb;
    padding: 10px 0 20px 0;
}

/* 结束 */
.xiangqing_box {
  display: none;
}

/* .news_detailswrap .col-lg-8 {
    width: 90%;
    margin: 0 auto;
    float: inherit;
} */

.xingqingpro_wrap .col-lg-8 {
    width: 90%;
    margin: 0 auto;
    float: inherit;
}

@media screen and (min-width:1240px) and (max-width:1500px) {
    .huagangyan h1 {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 0;
        color: #333;
        text-align: center;
        margin-top: 36px;
        margin-bottom: 50px
    }
    /* .news_detailswrap .col-lg-8 {
        width: 70%;
        margin: 0 auto;
        float: inherit;
    } */
    .qtsb_bk {
        background: url(../images/jiejuebak.png) no-repeat;
        background-size: 100% 100%;
        height: 318px;
        margin-top: 60px;
        position: relative
    }

    .swiper-slide-active .swiper_txtbox {
        left: 3%
    }

    .lianxi_banner .txtxbox {
        position: absolute;
        bottom: 62px;
        left: 22%;
        display: flex
    }

    .lianxi_banner {
        background: url(../images/contactbanner.jpg);
        background-size: 100% 100%;
        height: 430px;
        position: relative
    }

    .liuyan_warp {
        background: url(../images/dapinpai.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 350px;
        position: absolute;
        z-index: 1000000
    }
}

.news_detailswrap .xiangqing_box {
    margin-left: 50px;
    display: block !important;
}








