.wraper {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0;
}

.container1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.container table {
    border: 1px solid #fb7b40;
    width: 95% !important;
    margin: 0 auto;
}

.container table td {
    text-align: center;
    border: 1px solid #708db5;
}

.container table tr:nth-child(1) {
    background: #708db5;
    font-weight: bolder;
    color: #fff;
}

.container table tr {
    background: #d9e5f5;
    border: 1px solid black;
}

.transition {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.transition1 {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.red {
    color: red;
}

.blue {
    color: #0452bc;
}

.bg_wraper {
    background-color: #f8f8f8;
}


/* 首页 */

.banner img {
    width: 100%;
}

.banner_news_swiper img {
    width: 1.05rem;
}


/* 顶部 */

.icon_list {
    float: right;
    height: 40px;
    margin-left: .35rem;
    position: relative;
    font-size: 14px;
    line-height: 40px;
}

.icon_list a {
    font-size: 14px;
}


/* .icon_list img {
    height: 26px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fff;
}

.icon_list:nth-child(5)>img {
    border-radius: 50%;
} */

.erweima_hover {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    /* display: none; */
    background-color: #fff;
    width: 1.4rem;
    height: 0;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    z-index: 10000000;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    transition: .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.erweima_hover div {
    padding: .1rem;
    text-align: center;
}

.erweima_hover img {
    float: left;
    width: 1.2rem;
    height: 1.2rem;
}

.topban img {
    vertical-align: middle;
}

.erweima_hover span {
    padding-top: 5px;
    display: inline-block;
    color: #000;
}

.icon_list:hover .erweima_hover {
    height: 145px;
    border-bottom: 2px solid #ff001e;
}

.top2_wraper {
    height: 40px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d8d8d8;
}

.top2_wraper a:hover {
    color: #0452bc !important;
}

.top2_wraper .item {
    display: inline-block;
    /* float: left; */
    color: #000;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
}

.top2_wraper .item>a {
    color: #000;
    font-size: 14px;
    line-height: 40px;
}

.top2_wraper li.rel>div {
    top: 40px;
    right: 25px;
    height: 0;
    width: 144px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 999999;
}

.item_hover>div li {
    height: 40px;
}

.item_hover>div a {
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.top2_wraper .item.fr::before {
    content: "|";
    margin: 0 .2rem;
}


/* .top2_wraper .item:nth-child(4):after {
    float: left;
    content: "";
    height: 0;

}

.top2_wraper .item:nth-child(4) i {
    margin-right: .05rem;
    font-size: .18rem;
    color: #0452bc;
}

.top2_wraper .item:nth-child(4) a {
    color: #0452bc;
} */

.top2_wraper li.item_hover:hover div {
    height: 210px;
    border-bottom: 2px solid #ff001e;
}


/* 头部导航 */

header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #f8f8f8;
    z-index: 1000;
}


/* s-nav */

header .container {
    text-align: left !important;
    line-height: 54px;
}

.logo_box {
    width: 24%;
    height: auto;
}

.logo_box a {
    display: block;
}

.logo_box a img {
    max-width: 100%;
}

.top_right {
    margin: 11px 40px 0;
    width: 51%;
    display: inline-block;
}

.nav {
    width: 100%;
    height: 44px;
    margin: 0 auto;
}

.nav_ul {
    width: 100%;
    margin: 0;
}

.nav_item {
    position: relative;
}

.nav_item>a {
    position: relative;
    display: block;
    /* padding: 0 14px; */
    line-height: 54px;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.nav_item>a>i {
    display: block;
    position: absolute;
    left: -2%;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* transform: skewX(-10deg);
    transform-origin: 50% 50%; */
}

.menu_open {
    display: none;
}

.search_icon {
    margin-top: 11px;
}

.search_icon>i {
    line-height: 54px;
}

@media screen and (min-width:1001px) {
    .nav_item.active>a {
        color: #fff;
    }
    .nav_item.active>a,
    .nav_item:hover>a {
        color: #fff;
        background-color: #0452bc;
    }
    .nav_item.active>a>i,
    .nav_item:hover>a>i {
        /* background-color: #0452bc; */
    }
    .nav_item_open {
        width: auto;
    }
    .nav_ul {
        display: table;
    }
    .nav_item {
        display: table-cell;
    }
    .nav_item:nth-child(4) {
        position: unset;
    }
}

.nav_item_open {
    /* min-width: 110px; */
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    z-index: 10;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(0, 12, 49, 0.5);
    background: #fff;
    /* border-radius: 4px; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 0px 10px #cecece;
}

@media screen and (min-width:1001px) {
    .nav_item:nth-child(2):hover .nav_item_open {
        height: 163px;
    }
    .nav_item:nth-child(3):hover .nav_item_open {
        height: 163px;
    }
    .nav_item:nth-child(6):hover .nav_item_open {
        height: 81px;
    }
    .nav_item2:hover a {
        background-color: #0452bc;
        color: #fff !important;
    }
    .nav_item2 {
        border-bottom: 1px solid #ebe9e9;
    }
}

.subopen {
    display: none;
}

.nav_item2 {
    width: auto;
}


/* .nav_item2:last-child {
    border-bottom: none;
    
} */

.nav_item2 a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
    white-space: nowrap;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.hcover {
    display: none;
}

@media screen and (max-width:1279px) {
    .nav_item>a {
        font-size: 15px;
    }
}

@media screen and (max-width:1023px) {
    .nav_item>a {
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    header {
        padding: 0 .1rem;
    }
    .logo_box {
        width: 40%;
    }
    .logo_box img {
        width: 100%;
    }
    .top_right {
        width: 60%;
        margin: 0;
    }
    .search_icon {
        display: none;
    }
    .menu_open {
        display: block;
        float: right;
        width: 24px;
        /* height: 20px; */
        margin-top: 5px;
        margin-right: 3%;
    }
    .menu_open i {
        height: 2px;
        width: 100%;
        background: #000;
        display: block;
        margin-bottom: 7px;
    }
    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 100;
        overflow: hidden;
        background: #333;
        color: rgba(255, 255, 255, .6);
    }
    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 101;
    }
    .nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 20px;
        text-align: left;
    }
    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
    }
    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin-left: 20px;
    }
    .nav_item>a {
        display: block;
        margin: 0;
        /* font-size: 14px; */
        line-height: 1.8;
        color: inherit;
        padding: 10px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 40px;
    }
    .nav_item i {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
    }
    .nav_item i:before {
        content: '';
        display: block;
        height: 100%;
        border-left: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav_item i:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin-bottom: -5px;
        border: 2px solid rgba(255, 255, 255, .3);
        border-top: 0;
        border-left: 0;
        position: absolute;
        bottom: 50%;
        right: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background: #333;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
    }
    .subopen {
        display: block;
        /* width: 110px; */
        /* float: left; */
    }
    .subopen a {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 30px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* font-size: 14px; */
        color: rgba(255, 255, 255, .3);
        background: rgba(0, 0, 0, .1);
        text-indent: 20px;
        position: relative;
    }
    .subopen a:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        position: absolute;
        bottom: 50%;
        left: 22px;
        margin-bottom: -15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 2px solid rgba(255, 255, 255, .3);
        border-right: 0;
        border-bottom: 0;
    }
    .nav_item2 {
        position: relative;
    }
    .nav_item2 a {
        display: block;
        overflow: hidden;
        margin: 0;
        /* font-size: 14px; */
        line-height: 1.8;
        padding: 10px 10px 10px 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: inherit;
    }
    .nav_item2:after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .nav_item>a,
    .nav_item2 a,
    .subopen a {
        font-size: 18px;
    }
    .menu_open {
        width: 30px;
        margin-top: 10px;
    }
    .menu_open i {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:450px) {
    .menu_open {
        width: 24px;
        margin-top: 17px;
    }
    .menu_open i {
        margin-bottom: 6px;
    }
    .nav_item>a,
    .nav_item2 a,
    .subopen a {
        font-size: 14px;
    }
}


/* 产品中心下拉 */

.nav_item_100vw {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 0;
    transition: 0.6s;
    background: rgba(255, 255, 255, .9);
    border-bottom: none;
    box-shadow: none;
}

#topline {
    width: 1420px;
    margin: 0 auto;
    position: unset;
    height: 429px;
    box-shadow: none;
    border: none !important;
    animation-delay: .1s;
    display: table;
}

#topline li {
    display: table-cell;
    /* float: left; */
    /* width: 234px !important; */
    margin-right: 0px;
    /* height: 38px; */
    position: relative;
    line-height: 38px;
    font-size: 14px;
    padding-top: 12px;
    border: none !important;
    text-align: center;
    /* margin-left: 50px; */
}

#topline h3 {
    color: #0452bc;
    font-size: 17px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

#topline li h5 {
    margin: .03rem 0;
    text-align: center;
    height: .25rem;
    line-height: .25rem;
}

#topline li h5 a {
    line-height: .25rem;
}

#topline li h5 i {
    display: inline-block;
    margin-left: .05rem;
    width: .2rem;
    height: .2rem;
    background: url(/img/hot.png) no-repeat 0 0;
    background-size: contain;
}

#topline li a:link,
#topline li a:visited {
    color: #fff;
}

#topline li a {
    width: 100% !important;
}

#topline li img {
    width: auto;
    max-height: 100%;
    border-radius: 15px;
    padding-top: 14px;
}

#topline li h5 a {
    color: #404040 !important;
    height: 29px;
    font-size: 14px;
    text-align: center;
}

#topline li h6 {
    font-size: 12px;
    text-align: center;
    color: #0452bc;
}

.nav_item:hover .nav_item_100vw {
    height: 490px;
}


/* e-nav */


/* 搜索框 开始 */

.search_box {
    position: absolute;
    box-sizing: content-box;
    top: 100%;
    /* left: calc(50% - 300px); */
    width: 100%;
    background: rgba(255, 255, 255, .5);
    /* padding: 10px 0;  */
    transition: all .3s;
    height: 0;
    overflow: hidden;
    /* margin:0 auto; */
}

.searchss {
    width: 40%;
    padding: 20px 0 0;
    margin: 0 auto;
    border-bottom: 1px solid #666;
}

.drow {
    background-color: #fff;
    padding-left: 10px;
}

.drow-c>input {
    width: calc(100% - 100px);
    height: 40px;
    outline: none;
    border: none;
    line-height: 40px;
    font-size: 14px;
    text-indent: 10px;
}

.drow-c button {
    outline: none;
    border: none;
    background: #fff;
    font-size: 14px;
}

.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 28%;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}


/* 搜索框 结束 */

.hottel {
    margin-top: 11px;
}

.hottel .left {
    height: 54px;
    margin-right: 10px;
    margin-top: -5px;
}

.hottel .left i {
    line-height: 54px;
    height: 54px;
}

.hottel .right {
    padding-top: 5px;
    line-height: 1;
}

.hottel .right a:hover {
    color: red;
}

.hottel .right p {
    margin-bottom: 4px;
}

.banner_news {
    position: absolute;
    width: 100vw;
    max-width: 1520px;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
    z-index: 99999;
}

@media screen and (min-width:1520px) {
    .banner_news {
        margin-left: -810px;
    }
}

.col_ist {
    position: relative;
}

.col_list:nth-child(3n+1) {
    padding-left: 0;
}

.col_list:nth-child(3n) {
    padding-right: 0;
}

.threeCol .col_list:nth-child(3n+2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.banner_news li .listInner {
    background-color: rgba(255, 255, 255, .7);
    border-top: 5px solid #0452bc;
    padding: .3rem .4rem .4rem;
}

.banner_news li:last-child .listInner {
    padding-bottom: .14rem;
}

.listInner {
    position: absolute;
    bottom: 0;
    width: calc(100% - 15px);
}

.listInner h3 {
    margin: 0 0 .25rem;
}

.col_ist:last-child h3 {
    margin-bottom: .15rem;
}

.banner_news_swiper {
    height: 71px;
}

.listInner:hover h3 {
    margin: 0 0 .4rem;
    color: #0452bc;
}

.banner_news_swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #000;
    opacity: 1;
}

.banner_news_swiper .swiper-pagination-bullet-active {
    height: 9px;
    background-color: #0452bc;
}

.main_title {
    padding: .48rem 0 .18rem;
    color: #3b3b3b;
}

.main_title h2 {
    display: inline-block;
    font-size: .3rem;
    letter-spacing: 4px;
    line-height: 1.4;
}

.main_title>p {
    font-size: .2rem;
    /* margin-top: .2rem; */
    /* text-align: center; */
}

.index_zhuanjia_wraper {
    padding-bottom: .45rem;
    background: url(https://www.ghfilter.com/img/banner_bg1.jpg) no-repeat 0 0;
}

.youshi {
    display: flex;
    flex-wrap: wrap;
    margin: .2rem 0 .4rem;
}

.youshi_list {
    color: #666;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}

.youshi_list:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: .8rem;
    background-color: #666;
}

.youshi_list:last-child:after {
    opacity: 0;
}

.youshi_list .bold {
    line-height: 1;
    margin-right: .05rem;
}

.text-top {
    vertical-align: top;
}

.lianjie {
    margin: .6rem 0 .5rem;
}

.lianjie a {
    margin-right: .5rem;
}

.lianjie a i {
    font-size: .22rem;
    margin-right: .05rem;
}

.link {
    padding-left: .3rem;
    
}

.link>a {
    display: inline-block;
    line-height: .4rem;
    width: 2rem;
    margin-right: .28rem;
    text-align: center;
    border: 1px solid #999;
    letter-spacing: 1px;
    border-radius: 6px;
}

.link>a.active,
.link>a:hover {
    background-color: #0452bc;
    color: #fff;
    border-color: #0452bc;
}


/* 产品 */

.index_chanpin {
    margin-top: .3rem;
}

.index_chanpin .index_cp_list {
    margin-bottom: .2rem;
}

.index_chanpin .index_cp_list>div {
    background: #f8f8f8;
    /* box-shadow: 0 0 6px 4px #eeeded; */
}

.index_chanpin .index_cp_list img {
    width: 100%;
    object-fit: cover;
}

.index_chanpin .index_cp_list:nth-child(1),
.index_chanpin .index_cp_list:nth-child(4) {
    padding-left: 0;
    padding-right: .1rem;
}

.index_chanpin .index_cp_list:not(:first-child)>div {
    padding: 0;
}


/* .index_chanpin .index_cp_list:nth-child(2),
.index_chanpin .index_cp_list:nth-child(3) {
    background: url(https://www.ghfilter.com/img/shuiyin.png) no-repeat .5rem 0;
} */

.index_chanpin .index_cp_list:nth-child(2),
.index_chanpin .index_cp_list:nth-child(3),
.index_chanpin .index_cp_list:nth-child(5) {
    padding-right: 0;
    padding-left: .1rem;
}


/* .index_chanpin .index_cp_list:nth-child(4) img,
.index_chanpin .index_cp_list:nth-child(5) img {
    width: unset;
    height: 100%;
} */

.item_text {
    left: .4rem;
    top: .3rem;
}

.index_chanpin .index_cp_list:nth-child(4) .item_text,
.index_chanpin .index_cp_list:nth-child(5) .item_text {
    left: unset;
    right: .4rem;
    top: 0;
}

.item_text h3 {
    margin: .5rem 0 .5rem;
}

.item_text>p>a {
    display: inline-block;
    width: 1.2rem;
    padding-left: .15rem;
    font-size: .16rem;
    line-height: .45rem;
    letter-spacing: .05rem;
    border: 1px solid #666;
}

.item_text>p>a:nth-child(1) {
    margin-right: .2rem;
}

.xiang {
    opacity: 0;
}

.index_cp_list:hover>div {
    background-color: #fcfafa;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1);
}

.index_cp_list:hover .xiang {
    opacity: 1;
}

.index_fangan_wraper {
    background-color: #0452bc;
}

.index_fangan_wraper .main_title {
    margin-bottom: 3.7rem;
}


/* 方案 */

.index_fanganc_wraper {
    margin-top: -3.5rem;
}

.solution_tab {
    border-bottom: 5px solid #0452bc;
    margin-bottom: 0;
}

.tabBar {
    float: left;
    width: 20%;
    padding: .1rem;
    color: #000;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar p {
    line-height: 1.6;
    margin-bottom: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.tabBar:hover,
.tabBar.active {
    background: #0452bc;
}

.tabBar:hover p,
.tabBar.active p {
    color: #fff;
}

.tab_lists {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.tab_list {
    display: none;
}

.tab_list:first-child {
    display: block;
}

.index_fangan_list {
    width: 18%;
    float: left;
    overflow: hidden;
    position: relative;
}

.index_fangan_list:first-child {
    width: 28%;
}

.img_box img {
    width: 100%;
    /* height: 5rem; */
}

.index_fangan_list .ceng {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    /* background-image: -webkit-linear-gradient(top, rgba(22, 73, 241, 0), rgba(22, 73, 241, 0), rgba(22, 73, 241, 0.1), rgba(22, 73, 241, 0.5));
    background-image: -moz-linear-gradient(top, rgba(22, 73, 241, 0), rgba(22, 73, 241, 0), rgba(22, 73, 241, 0.1), rgba(22, 73, 241, 0.5));
    background-image: -o-linear-gradient(top, rgba(22, 73, 241, 0), rgba(22, 73, 241, 0), rgba(22, 73, 241, 0.1), rgba(22, 73, 241, 0.5)); */
}

.line {
    position: absolute;
    top: 100%;
    left: calc(50% - .3rem);
    width: .6rem;
    height: 3px;
    background-color: #fff;
}

.index_fangan_list .fangan_hy {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    /* font-weight: bold; */
}

.fangan_title {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.fangan_link {
    position: absolute;
    top: 100%;
    left: 35%;
    width: 30%;
    color: #fff;
    text-align: center;
    line-height: 2;
    border: 1px solid #fff;
}

.fangan_link:hover {
    color: #fff;
}

.fanan_des {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: .3rem .6rem;
    text-align: left;
    font-size: .14rem;
    /* display: none; */
}

@media screen and (min-width:769px) {
    .index_fangan_list:first-child .ceng {
        background-color: rgba(22, 73, 241, 0.5);
    }
    .index_fangan_list:first-child .fangan_hy {
        display: none;
    }
    .index_fangan_list:first-child .fangan_title {
        top: 18%;
    }
    .index_fangan_list:first-child .line {
        top: 30%;
    }
    .index_fangan_list:first-child .fanan_des {
        top: 36%;
    }
    .index_fangan_list:first-child .fangan_link {
        top: 80%;
    }
}


/* 新闻 */

.index_new_box {
    padding: 0;
}

.index_new_box:nth-child(2) {
    padding-right: .15rem;
}

.index_new_box .title,
.hudong_wraper .title {
    padding: 0 .15rem;
    background: url(https://www.ghfilter.com/img/bg1.jpg) no-repeat 0 center;
    background-size: contain;
    font-size: .26rem;
    line-height: .28rem;
    margin: .3rem 0;
}

.more {
    color: #666;
    padding: 0 .1rem;
    font-size: .16rem;
    line-height: .28rem;
    border-radius: .06rem;
    border: 1px solid #999;
}

.more:hover {
    color: #666;
    border-color: #0452bc;
    box-shadow: 1px 2px 3px 3px #999;
}


/* 新闻版块 */

.new_first {
    padding: 0;
}


/* 动画边框 开始 */

.spbq {
    position: relative;
    overflow: hidden;
}

.biankuang {
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    /*background: black;*/
}

.biankuang_1 {
    height: 0px;
    top: 0px;
    left: 0px;
    border-left: 3px solid #0452bc;
}

.biankuang_2 {
    width: 0px;
    bottom: -0px;
    left: 0px;
    border-top: 3px solid #0452bc;
}

.biankuang_3 {
    height: 0px;
    bottom: 0px;
    right: 0px;
    border-right: 3px solid #0452bc;
}

.biankuang_4 {
    width: 0px;
    top: -0px;
    right: 0px;
    border-bottom: 3px solid #0452bc;
}


/* 动画边框 结束 */

.img_box1>img {
    width: 100%;
}

@media screen and (min-width:769px) {
    .new_first .img_box1 {
        height: 3.31rem;
        overflow: hidden;
    }
}

.new_first:hover .new_title {
    color: #0452bc;
}

.new_con {
    background-color: #f8f8f8;
    padding: .15rem .3rem .2rem;
    height: 2.4rem;
}

.new_con .new_time {
    margin-bottom: .1rem;
}

.new_con .new_title {
    line-height: 1.7;
    margin-bottom: .1rem;
    font-weight: bold;
}

.new_title {
    color: #000;
}

.new_des {
    line-height: 1.8;
    max-height: 237.5px;
}

.new_lists {
    padding: 0 .38rem;
}

.index_new_list {
    height: 1.31rem;
    padding: .1rem;
    overflow: hidden;
    line-height: 1.6;
    border-bottom: 1px dashed #999;
    margin-bottom: .15rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.index_new_list .fr {
    width: calc(100% - .7rem);
    line-height: 1.8;
}

.index_new_list .new_time {
    margin-bottom: .1rem;
}

.index_new_list .new_time>p {
    line-height: 1.4;
    margin-bottom: 0;
}

.index_new_list .new_title {
    margin: -.05rem 0 .08rem;
    font-weight: bold;
}

.index_new_list:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
}

.index_new_list:hover .new_title {
    color: #0452bc;
}

.main_title>p span {
    float: right;
}

.main_title>p a {
    font-size: .16rem;
}

.main_title>p a:after {
    content: "/";
    margin: 0 .2rem;
}

.main_title>p a:last-child:after {
    content: '';
}

.sdzx {
    padding-left: 1.2rem;
}

.sdzx_list>a {
    display: block;
    overflow: hidden;
    /* box-shadow: 4px 4px 4px 1px rgb(185 185 185); */
}

.sdzx_list img {
    width: 100%;
    /* box-shadow: .04rem .05rem .03rem 1px #a1a1a1; */
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.sdzx_list:hover img {
    transform: scale(1.03);
}

.sdzx_list>a>p {
    top: 50%;
    left: 0;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-top: -.25rem;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 3px 3px 3px #464646;
}

.index_about_wraper {
    padding: .8rem 0;
}

.about_list>div {
    background: #fff;
    box-shadow: 0 0 6px 4px #eeeded;
    overflow: hidden;
}

.about_list .txt {
    padding: .2rem .3rem;
}

.about_list .txt>.fs16 {
    height: .84rem;
    margin-bottom: .2rem;
}

.about_list img {
    width: 100%;
}

.about_list .link {
    padding-left: 0;
}

.about_list .link>a {
    width: 1.2rem;
    line-height: 2;
}

.about_list:hover>div {
    box-shadow: 0 0 6px 4px #dddcdc;
}

.about_list:hover img {
    transform: scale(1.05);
}

.about_list:hover .link>a {
    background-color: #0452bc;
    color: #fff;
    border-color: #0452bc;
}

.youlian {
    padding: .3rem 0 .15rem 0;
    margin-bottom: 0;
    font-size: .16rem;
    color: #666;
}

.youlian>a {
    margin-right: .3rem;
    font-size: .16rem;
    color: #666;
}


/* 底部 */

.footer {
    background: url(https://www.ghfilter.com/img/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #666;
    padding: .4rem 0 0;
    border-top: 3px solid #595959;
}

.footer_left {
    padding-left: 0;
    position: relative;
}

.footer_left:after {
    position: absolute;
    right: .6rem;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(180, 179, 179);
}

.footer .foot_nav dd {
    padding: 0;
    margin-bottom: .18rem;
}

.footer a {
    color: #333;
}

.footer a:hover {
    color: #0452bc;
}

.footer dt {
    font-size: .18rem;
    margin-bottom: .25rem;
}

.footer dt>a {
    color: #000;
}

.footer dd>a {
    color: #666;
}

.footer dd {
    font-size: .14rem;
    margin-bottom: .18rem;
}

.info {
    text-align: center;
}

.info p {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: .15rem;
}

.info img {
    /* margin-top: .2rem; */
    margin-bottom: .2rem;
}

.info .zixun {
    line-height: 2;
    padding: .1rem .4rem;
    background-color: #0452bc;
    color: #fff;
}

.info .zixun:hover {
    color: #fff;
}

.share {
    width: 63%;
    margin: .2rem auto;
    background-color: #ececec;
    border-radius: 8px;
    text-align: center;
}

.share .icon_list {
    display: inline-block;
    float: none;
    margin: 0 .04rem;
    padding-top: 0;
}

.share .icon_list>img {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
}

.share .icon_list .erweima_hover {
    transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
}

.share .icon_list:hover .erweima_hover {
    height: 2rem;
    border-bottom: 2px solid #0452bc;
    top: -2.15rem;
    left: 0;
}

.search_box1 {
    width: 45%;
    /* float: right; */
    margin: .3rem 0 0;
}

.search_box1 input {
    width: calc(100% - .72rem);
    height: .4rem;
    outline: none;
    border: 1px solid #c8c8c8;
    color: #666;
    line-height: .4rem;
    font-size: .16rem;
    text-indent: .1rem;
}

.search_box1 button {
    width: .72rem;
    height: .4rem;
    cursor: pointer;
    outline: none;
    border: none;
    background: #0452bc;
    font-size: 14px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer .container:nth-child(2) {
    padding: .1rem 0;
    font-size: .14rem;
}

.footer .container:nth-child(2) a {
    margin-right: .1rem;
    color: #666;
}


/* 关于我们页面 */

.crumbs {
    background-color: #eeeeee;
}

.crumbs_white {
    background-color: #fff;
}

.crumbs a {
    color: #000;
    line-height: .50rem;
}

.crumbs a.fr {
    display: inline-block;
    padding: 0 15px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.crumbs a.active,
.crumbs a.fr:hover {
    background-color: #fff;
}

.FloorNavBar {
    /* padding-top: .5rem; */
    border-bottom: 1px solid #999;
}

.FloorNavBar .container {
    width: 100%;
    max-width: 1520px;
    /* top: 0;
    left: 0; */
    font-size: .16rem;
    line-height: .3rem;
    /* padding: .1rem 0; */
    color: #666;
}

@media screen and (min-width:1520px) {
    /* .FloorNavBar .container {
        left: 50%;
        margin-left: -810px;
    } */
}

.FloorNavBar .container ul {
    margin-bottom: 0;
}

.FloorNavBar li {
    display: inline-block;
    line-height: .5rem;
}

.FloorNavBar li span {
    padding-bottom: .14rem;
    border-bottom: 2px solid transparent;
    /* line-height: .5rem; */
}

.FloorNavBar li:after {
    content: "|";
    margin: 0 .2rem;
}

.FloorNavBar li:last-child:after {
    content: "";
}

.FloorNavBar li.active span,
.FloorNavBar li:hover span {
    color: #0452bc;
    border-bottom: 2px solid #0452bc;
}

.jianjie {
    margin-bottom: .2rem;
}

.jianjie p {
    text-indent: 2em;
    letter-spacing: 1px;
}

.tuandui img {
    width: 100%;
}

.tuandui ul {
    margin: -2rem 0 .4rem;
}

@media screen and (min-width:769px) {
    .tuandui_list {
        padding: 0 62.5px;
    }
}

.tuandui_list {
    margin-bottom: .4rem;
}

.tuandui_list>div:hover {
    transform: translateY(-.1rem);
    box-shadow: 1px 1px 5px 3px #8d8c8c;
}

.tuandui_list p {
    bottom: 0;
    width: 100%;
    line-height: 2;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: rgba(48, 77, 241, .5);
}

.qylc_swiper_father {}

.qylc_swiper {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 2.6rem;
}

.qylc_swiper .swiper-slide {
    height: 3rem;
    overflow: hidden;
    border-radius: .1rem;
}

.qylc_swiper .swiper-slide img {
    float: left;
    width: 41.1%;
}

.qywh{
    margin-bottom: .5rem;
}
.lc_tet,.qywh_list_txt{
    float: left;
    width: 58.9%;
    height: 100%;
    background-color: #fff;
    padding: 0 .9rem 0;
}
.qywh_list img,.qywh_list_txt{
    float: left;
    width: 50%;
}
.qywh_list_txt h2 {
    margin: .6rem 0;
}

.lc_tet h2 {
    margin: .35rem 0 .2rem;
}

.lc_tet h2 span {
    border-bottom: 1px solid #999;
}

.lc_tet h2 em {
    font-style: normal;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1.3rem;
    /* position: relative; */
}

.swiper-container-horizontal>.swiper-pagination-bullets::before {
    position: absolute;
    top: 51%;
    left: 15.5%;
    content: "";
    width: 68%;
    height: 1px;
    background-color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .8rem;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:after {
    position: absolute;
    bottom: -.6rem;
    left: -.75rem;
    content: "";
    width: 1.6rem;
    height: auto;
    color: #fff;
    font-size: .18rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    position: absolute;
    bottom: -1rem;
    left: -.1rem;
    content: "";
    width: 0;
    height: 0;
    border: .2rem solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-left-width: .1rem;
    border-right-width: .1rem;
    display: none;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):after {
    content: '2011-2012';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):after {
    content: '2013-2014';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):after {
    content: '2015-2017';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4):after {
    content: '2018-2020';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5):after {
    content: '2021';
}


/* .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(6):after {
    content: '2017';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7):after {
    content: '2018';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(8):after {
    content: '2019';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(9):after {
    content: '2020';
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(10):after {
    content: '2021';
} */

.qylc_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.qylc_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .5);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    display: block;
}

.qylc_swiper .swiper-pagination-bullet-active:after {
    transform: scale(1.2);
}

.qylc_swiper .swiper-pagination-bullet span {
    margin: 0 .7rem;
}

.qylc_swiper_father .swiper-button-prev,
.qylc_swiper_father .swiper-button-next {
    width: .61rem;
    height: .65rem;
    top: unset;
    bottom: 1.15rem;
    outline: none;
}

.qylc_swiper_father .swiper-button-prev {
    left: 1rem;
    background: url(https://www.ghfilter.com/img/left-arrow.png) no-repeat 0 0;
    background-size: contain;
}

.qylc_swiper_father .swiper-button-next {
    right: 1rem;
    background: url(https://www.ghfilter.com/img/right-arrow.png) no-repeat 0 0;
    background-size: contain;
}

.qywh_list {
    background-color: #f8f8f8;
}

.qywh_list_txt {
    background-color: #f8f8f8;
}

.qywh_list_txt h2 {
    padding-left: .4rem;
    line-height: 1.2;
    letter-spacing: 2px;
}

.qywh_list:first-child h2 {
    background: url(https://www.ghfilter.com/img/qyjs_icon.png) no-repeat 0 0;
    background-size: contain;
}

.qywh_list:nth-child(2) h2 {
    background: url(https://www.ghfilter.com/img/fzln_icon.png) no-repeat 0 0;
    background-size: contain;
}

.goodness {
    margin-bottom: .58rem;
}

.goodness li:first-child {
    padding-left: 0;
}

.goodness li:last-child {
    padding-right: 0;
}

.goodness li>div {
    background-color: #f8f8f8;
    text-align: center;
    padding-bottom: .52rem;
}

.goodness li>div>img {
    width: 1rem;
    margin: .28rem 0 .6rem;
}

.goodness li>div>p {
    line-height: 1;
    margin-bottom: 0;
    font-size: .26rem;
    color: #000;
}

.foot_sd {
    padding: .6rem 0;
    background: url(https://www.ghfilter.com/img/sd_bg.jpg) no-repeat 0 0;
}

.foot_sd .col_ist {
    padding: 0 .27rem;
}

.foot_sd .col_ist:first-child {
    padding-left: 0;
    padding-right: .54rem;
}

.foot_sd .col_ist:last-child {
    padding-right: 0;
    padding-left: .54rem;
}

.foot_sd .col_ist>div {
    padding: .36rem .26rem;
    background-color: rgba(255, 255, 255, .3);
}

.foot_sd .col_ist>div h2 {
    margin-bottom: .7rem;
}

.foot_sd .col_ist>div>p {
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: justify;
}

.foot_sd .col_ist>div:hover h2 {
    color: #0452bc;
}


/* 解决方案 页面 */

.solution_wraper {
    padding: .9rem 0;
}

.solution {
    padding-top: .8rem;
}

.solution_wraper .solution_list {
    padding: 0 0 .3rem 0;
    margin-bottom: .5rem;
}

.solution_wraper .solution_list .solution_title {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin-bottom: .1rem;
}

.solution_wraper .solution_list .m_hide {
    margin-bottom: .1rem;
}

.solution_list {
    background-color: #f8f8f8;
}

.solution_list>.fr {
    width: calc(100% - 4.3rem);
    height: 2.7rem;
    padding: .2rem 0 0 0;
}

.img_b {
    width: 4rem;
    text-align: center;
    overflow: hidden;
}

.img_b>img {
    width: 100%;
}

.solution_con .left {
    width: calc(100% - 1rem);
}

.link_solution_detail {
    bottom: 0;
    right: .8rem;
}

.bottom_line {
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0452bc;
}

.solution_list:hover {
    border-color: #fff;
    box-shadow: 0 0 6px 4px #dddcdc;
}

.solution_list:hover .solution_title,
.solution_list:hover .index_new_time>p:first-child,
.solution_list:hover .link_solution_detail {
    color: #0452bc;
}

.solution_list:hover .bottom_line {
    width: 100%;
}

.solution_list:hover .link_solution_detail>a:first-child {
    background-color: #0452bc;
    color: #fff;
}

.khxq {
    margin-bottom: .5rem;
}


/* 分页 */


/*pages*/

.pagination-wrapper {
    margin: .2rem 0 .4rem;
    text-align: center;
}

.pagination {
    height: 34px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    line-height: 34px;
    font-size: .16rem;
    padding: 0 12px;
    /* border: 1px solid #dddddd; */
    color: #555555;
    vertical-align: top;
    background-color: #cdcdcd;
}

.pagination li a {
    float: left;
    display: block;
    padding: 0;
    line-height: 34px;
    color: #555555;
    border: none;
    text-decoration: none;
    background-color: #cdcdcd;
    ;
}

.pagination>li>span {
    background-color: unset;
    border: none;
}

.pagination li:hover {
    background: #0452bc;
    color: #fff;
}

.pagination li:hover a,
.pagination li a:hover {
    background: #0452bc;
    color: #fff;
}

.pagination li.thisclass {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: .16rem;
    border: 1px solid #0452bc;
    background: #0452bc;
    color: #fff;
    vertical-align: top;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
    background: transparent;
    border-color: #0452bc;
    color: #fff;
    cursor: default;
}


/* 网站地图页面 */

.sitemap_container {
    padding: .35rem 0;
}

.sitemap_list {
    padding-bottom: .15rem;
}

.sitemap_title {
    padding-left: 25px;
    background: url(https://www.ghfilter.com/img/title_bg.png) no-repeat 0 2px;
    background-size: .25rem .25rem;
    line-height: 1;
    margin: .5rem 0 .45rem;
    letter-spacing: 2px;
    color: #000;
    border-bottom: 1px solid #818181;
}

.sitemap_title p {
    margin: .2rem 0 .1rem;
}

.sitemap_title p>a {
    font-size: .22rem;
    line-height: 1;
}

.sitemap_list dl {
    padding-left: .25rem;
    margin-bottom: 0;
}

.sitemap_list dl>dd {
    float: left;
    width: 20%;
    margin-bottom: .3rem;
}

.sitemap_list li>p>a,
.sitemap_list dl>dd a {
    font-size: .2rem;
    color: #000;
}

.sitemap_list li {
    padding-left: .25rem;
    margin-bottom: .2rem;
}

.sitemap_list li>p {
    padding-bottom: .05rem;
    margin: .2rem 0 .1rem;
    /* border-bottom: 1px solid #818181; */
}

.sitemap_list li dl>dd {
    margin-bottom: 0;
}

.sitemap_list li dl>dd a {
    display: inline-block;
    width: 85%;
    font-size: .16rem;
    line-height: 3;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c3c3;
    /* text-decoration: underline !important; */
}

.sitemap_list li dl>dd a:hover {
    border-color: #0452bc;
}


/* 产品中心页面 */

.proc_list {
    padding: 1rem 0 .6rem;
}

.proc_list .proc_right>div {
    margin-bottom: .2rem;
}

.proc_list:nth-child(2n-1) .proc_right>div {
    background-color: #f8f8f8;
}

.proc_list:nth-child(2n) .proc_right>div {
    background-color: #fff;
}

.proc_list:nth-child(2n) {
    background-color: #f8f8f8;
}

.proc_list h2 {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    font-size: .5rem;
    text-align: center;
    color: #fff;
    letter-spacing: .08rem;
    text-shadow: 3px 3px 3px #464646;
}

.proc_list:nth-child(2) h2 {
    font-size: .44rem;
    letter-spacing: 4px;
}

.proc_list .img_box img {
    width: 100%;
}

.proc_right {
    padding-left: .6rem;
    padding-right: 0;
    color: #000;
}

.proc_right .img_box {
    padding: 0;
    /* padding-right: .65rem; */
}

.proc_right .proc_text {
    padding: .1rem 0 0 .4rem;
}

.proc_text h3 {
    padding: 0 .5rem .1rem 0;
    letter-spacing: .02rem;
    margin: 0 0 .3rem;
    border-bottom: 1px solid #999;
}

.canshu li>span:first-child {
    display: inline-block;
    width: 22%;
    text-align: justify;
    line-height: 1.5;
    vertical-align: top;
    /* position: relative; */
}


/* .canshu li>span:first-child:after {
    content: '';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
    
} */

.canshu li>span:last-child {
    display: inline-block;
    width: 75%;
    line-height: 1.3;
}

.proc_text li {
    padding: 0;
}

.cp_link {
    float: left;
    width: 23%;
    padding-left: 0;
    margin: 0 2.66% .1rem 0;
}

.cp_link>a {
    display: -webkit-box;
    width: 100%;
    margin: 0;
    line-height: 2.2;
    color: #000;
    border: 1px dashed #999;
}

.cp_link:nth-child(4n) {
    margin-right: 0;
}

.service_wraper {
    margin-bottom: .58rem;
}

.service_wraper .container {
    padding: .4rem 1rem;
}

.service_wraper .container h3 {
    margin: 0 0 .6rem;
}

.link_white>a {
    width: auto;
    padding: .1rem .2rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    margin: 0 0 0 .1rem;
}

.link_white>a:hover {
    background-color: #fff;
    color: #0452bc;
}

.prolist_box {
    margin-bottom: .4rem;
}

.pro_list {
    padding: .1rem;
    margin-bottom: .5rem;
}

@media screen and (min-width:768px) {
    .fangan_type h2 {
        padding-left: 27px;
    }
    .pro_list {
        padding: 0 15px;
    }
}

.pro_list>a {
    display: block;
    background: #f8f8f8;
    box-shadow: 0px 0px 6px 3px rgb(180, 180, 180);
    overflow: hidden;
    border-bottom-right-radius: .3rem;
    /*background: url(https://www.ghfilter.com/img/xiexian_bg.png) no-repeat 0 0;*/
}

.pro_list .img_box {
    overflow: hidden;
}

.pro_list .img_box img {
    width: 100%;
    transition: .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.pro_list .teet {
    display: block;
    padding: .17rem .25rem .17rem;
}

.pro_list .teet>h3 {
    font-size: .26rem;
    margin: .2rem 0;
    letter-spacing: 2px;
}

.pro_list>a:hover {
    transform: translateY(-.1rem);
}

.pro_list .teet p {
    font-size: .16rem;
    line-height: 1.3;
    height: .54rem;
    font-weight: 200;
    margin-bottom: 0;
    color: #000;
}

.pro_list>a:hover .teet {
    background-color: #0452bc;
    background-size: cover;
}

.pro_list>a:hover .teet p {
    color: #fff;
}

.proDetail_wraper .img_box {
    padding: 0;
}

.proDetail_wraper table,
.proDetail_wraper img {
    max-width: 100%;
    height: auto !important;
    margin: .1rem 0;
}

@media screen and (min-width:769px) {
    .proDetail_wraper video {
        width: 900px !important;
        height: auto !important;
    }
}

@media screen and (max-width:768px) {
    .proDetail_wraper video {
        width: 100% !important;
        height: auto !important;
    }
}

.proDetail_wraper .img_box img {
    width: 100%;
    border-radius: .2rem;
}

.proDetail_wraper .proc_text {
    padding: 0 0 0 1.2rem;
}

.proDetail_wraper .proc_text h3 {
    font-size: .26rem;
}

.proDetail_wraper .proc_text .canshu {
    padding: .2rem;
    background: #f7f7f7;
    border-radius: .1rem;
    box-shadow: inset 0 0 6px 4px #e0dfdf;
    margin-bottom: .3rem;
}

.proDetail_wraper .proc_text .canshu li {
    font-size: .16rem;
    max-height: 50px;
    margin-bottom: 0;
}

.proDetail_wraper .proc_text .canshu li>span:first-child {
    width: 16%;
    height: .35rem;
    line-height: .35rem;
    color: #777;
}

.proDetail_wraper .proc_text .canshu li>span i {
    display: inline-block;
    width: .07rem;
    height: .07rem;
    border-radius: .04rem;
    background: #777;
    margin-right: .1rem;
}

.proDetail_wraper .proc_text .canshu li>span:last-child {
    width: 82%;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
}

.proDetail_wraper .link {
    padding-left: 0;
}

.proDetail_wraper .link>a {
    font-size: .18rem;
    border-radius: 5px;
    width: auto;
    min-width: 2.5rem;
    /* padding: .06rem .2rem; */
}

.proDetail_wraper .link>a:first-child {
    border: 1px solid #0452bc;
    color: #0452bc;
}

.proDetail_wraper .link>a:first-child:hover {
    color: #fff;
}

.proDetail_wraper .FloorNavBar {
    background-color: #f8f8f8;
    border-bottom: none;
}

.proDetail_wraper .FloorNavBar li {
    width: 19%;
    text-align: center;
    font-size: .18rem;
    border-top: 4px solid #fff;
    line-height: 3;
    margin: 0;
    padding: 0;
}

.proDetail_wraper .FloorNavBar li:after {
    content: "";
    margin: 0;
}

.proDetail_wraper .FloorNavBar li span {
    border-bottom: none;
}

.proDetail_wraper .FloorNavBar li.active span,
.proDetail_wraper .FloorNavBar li:hover span {
    color: #0452bc;
    border-bottom: none;
}

.proDetail_wraper .FloorNavBar li.active,
.proDetail_wraper .FloorNavBar li:hover {
    border-top: 4px solid #0452bc;
    background-color: #fff;
}

.proDetail_wraper .FloorNav_list:nth-child(even) {
    background-color: #f8f8f8;
}

.FloorNav_list {
    letter-spacing: 2px;
    padding-bottom: .5rem;
    border-top: 1px solid #fff;
}

.proDetail_wraper .FloorNav_list h3,
h3#cptj{
    font-size: .24rem;
    margin: .25rem 0;
    letter-spacing: 2px;
    font-weight: bold;
    text-indent: 1em;
    background: url(https://www.ghfilter.com/img/title_bg.jpg) no-repeat 0 .05rem;
}

.proDetail_wraper .FloorNav_list p {
    text-indent: 0;
    letter-spacing: 2px;
}

.proDetail_wraper .FloorNav_list span,
.proDetail_wraper .FloorNav_list strong {
    font-size: 0.16rem !important;
}

.jscs .canshu li {
    border-bottom: 1px solid #818181;
    line-height: 1;
    margin-bottom: .25rem;
}

.jscs .canshu li span {
    float: left;
    line-height: 1.3;
}

.jscs .canshu li>span:first-child {
    width: 20%;
}

.jscs .canshu li>span:last-child {
    padding-left: .2rem;
}

.industry {
    flex-wrap: wrap;
    justify-content: space-around;
}

.industry {
    padding: .3rem 0;
}

.industry_list {
    width: 25%;
    text-align: center;
    padding: 0 .75rem;
    margin-bottom: .5rem;
    position: relative;
}

.industry_list:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #c9c7c7;
}

@media screen and (min-width:769px) {
    .industry_list:nth-child(4):after,
    .industry_list:last-child:after {
        width: 0;
    }
}

.industry_list .img_bo {
    margin-bottom: .1rem;
}

.industry_list .iconfont {
    color: #0452bc;
}

.industry_list p {
    height: .7rem;
    font-size: .16rem;
    word-break: break-all;
}

.fourCol {
    padding: 0 .16rem;
}

@media screen and (min-width:769px) {
    .fourCol:first-child {
        padding-left: 0;
        padding-right: .32rem;
    }
    .fourCol:last-child {
        padding-right: 0;
        padding-left: .32rem;
    }
}

.khal_list>div {
    display: block;
    background-color: #f8f8f8;
    margin-bottom: .4rem;
}

.khal_list img {
    width: 100%;
}

.khal_list .text {
    padding: .1rem .2rem;
}

.khal_list .text p {
    margin-bottom: 0;
    font-size: .16rem;
}

.khal_list .text p:nth-child(3) {
    padding-bottom: .1rem;
}

.khal_list .text p:nth-child(4) {
    line-height: .3rem;
}

.border-b {
    border-bottom: 1px dashed #c9c7c7;
}

.weizhi {
    padding: .05rem 0;
}

.khal_list .iconfont {
    margin-right: .1rem;
    line-height: .3rem;
}

.khal_list>div:hover {
    box-shadow: 0px 0px 4px 2px rgb(207, 205, 205);
    ;
}

.khal_list>div:hover h2 {
    color: #0452bc;
}

.cptj_title {
    font-size: .30rem;
    margin: .5rem 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.cptj_box {
    margin-bottom: .6rem;
}

.cptj_list {}

.cptj_list>a {
    display: block;
    box-shadow: 1px 1px 10px 3px #9e9e9e;
    position: relative;
}

.cptj_list>a>img {
    width: 100%;
}

.cptj_list>a>.pro_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .6rem;
    overflow: hidden;
    margin-bottom: 0;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    background-color: rgba(4, 82, 188, .7);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.cptj_list:hover .pro_name {
    height: 100%;
    padding-top: 38%;
    line-height: 1.6;
    background-color: rgba(4, 82, 188, .7);
}

.cptj_list .iconfont {
    display: none;
}

.cptj_list:hover .iconfont {
    display: block;
}

.fwrx_crad li {
    margin-bottom: .45rem;
}

@media screen and (min-width:769px) {
    /* .fwrx_crad li {
        padding: 0;
    } */
    /* .fwrx_crad li:nth-child(odd) {
        padding-right: .2rem;
    }

    .fwrx_crad li:nth-child(even) {
        padding-left: .2rem;
    } */
}

.fwrx_crad li .box {
    background: #f8f8f8;
    padding: .2rem .25rem .2rem;
    line-height: 1;
    border-radius: 6px;
}


/* .fwrx_crad li .box {
    padding: 1px;
    line-height: 1;
    border-radius: 32px 0 32px 0;
    box-shadow: 6px 6px 4px 1px rgb(185, 185, 185);
    background-image: -webkit-linear-gradient(top, #c40018 0%, #000 100%);
    background-image: -moz-linear-gradient(top, #c40018 0%, #000 100%);
    background-image: linear-gradient(top, #c40018 0%, #000 100%);
} */


/* .fwrx_crad .box>div {
    padding: .55rem .4rem;
    border-radius: 32px 0 32px 0;
} */

.fwrx_crad li h2 {
    font-size: .26rem;
    margin: 0 0 .4rem;
    letter-spacing: 2px;
}

.fwrx_crad li p {
    font-size: .17rem;
    margin: .15rem 0;
}

.box.flex {
    height: 1.56rem;
}

.box.flex h2 {
    margin-bottom: 0;
}

#allmap {
    width: 100%;
    height: 5.5rem;
    margin-bottom: .3rem;
}


/* 留言 */

.message {
    background-color: #f8f8f8;
    margin: .6rem 0 0;
    padding-bottom: .4rem;
}

.message .flex {
    align-items: flex-end;
}

.message .left {
    width: 85%;
}

.message .right {
    width: calc(13% - .2rem);
    margin-left: .2rem;
}

.message .layui-form-item {
    padding: 0 .15rem;
    clear: unset;
    margin-bottom: .2rem;
}

.layui-form-item .layui-input-inline {
    width: 100%;
}

.layui-form-item .layui-input-inline .layui-textarea,
.layui-form-item .layui-input-inline .layui-input,
.layui-form-item .layui-input-inline .layui-textarea:focus,
.layui-form-item .layui-input-inline .layui-input:focus {
    border-color: #464646 !important;
    color: #464646;
    background-color: #f8f8f8;
}

.layui-form-item .layui-input-inline .layui-textarea:focus,
.layui-form-item .layui-input-inline .layui-input:focus {
    box-shadow: 2px 2px 5px 3px #c0bfbf;
}

.layui-form-item .layui-input-inline .layui-textarea::placeholder,
.layui-form-item .layui-input-inline .layui-input::placeholder {
    color: #464646;
}

.contact_message .layui-form-item.col-md-12 {
    padding-right: 0;
    padding-left: .15rem;
}

.contact_message .layui-form-item .layui-input-inline input,
.contact_message .layui-form button[type="submit"] {
    font-size: .16rem;
}

.message .layui-form-item.layui-form-text {
    width: 100%;
    padding: 0 .15rem;
}

.contact_message .right .layui-form-item {
    width: 100%;
}

.contact_message .layui-form button[type="submit"] {
    width: 100%;
    background-color: #0452bc;
}

.message h2 {
    padding: .48rem 0 .6rem;
    font-size: .3rem;
    letter-spacing: 2px;
}

.zxyy_wraper {
    padding: .35rem 1.3rem .5rem 0;
    background: url(https://www.ghfilter.com/img/zxyy_bj.jpg) no-repeat 100% 100%;
    background-size: cover;
    margin-bottom: .4rem;
}

.zxyy_wraper h2 {
    margin-bottom: .8rem;
    letter-spacing: 8px;
}

.zxyy_wraper .link>a {
    letter-spacing: 10px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: .24rem;
    margin-right: 0;
    line-height: 2.2;
    width: 2.5rem;
}

.pic_box .col_list {
    margin-bottom: .3rem;
}

.pic_box .img_box {
    padding: .1rem;
    /* max-height: 3.5rem; */
    overflow: hidden;
}

.pic_box1 .img_box {
    max-height: unset;
}

.pic_box .img_box img {
    width: 100%;
    box-shadow: 0 0 6px 3px #cecccc;
}

.pic_box a {
    display: block;
    line-height: 2;
    padding: 0;
    letter-spacing: 2px;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-dialog img {
    width: 100%;
}

.modal-dialog .close {
    right: .2rem;
}

@media screen and (min-width:769px) {
    .pic_box .col_list:nth-child(3n+1) {
        padding-left: 0;
        padding-right: .54rem;
    }
    .pic_box .col_list:nth-child(3n) {
        padding-right: 0;
        padding-left: .54rem;
    }
    .pic_box .col_list:nth-child(3n+2) {
        padding-right: .2701rem;
        padding-left: .2701rem;
    }
}


/* 视频展厅 */

.video_box {
    padding: .2rem 0 .8rem;
}

.video_box>div {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: .5rem;
    padding: .05rem;
    text-align: center;
    overflow: hidden;
}

.video_box>div>div {
    display: block;
    height: 100%;
    /* padding-top: .2rem; */
    box-shadow: 0px 0px 4px 3px #d8d8d8;
    /* border: 1px solid #d8d8d8; */
}

.video_box>div>div i {
    position: absolute;
    top: 30%;
    left: 45%;
    color: #0452bc;
    font-size: .8rem;
    line-height: 1;
}

@media screen and (min-width:769px) {
    .video_box>div:nth-child(3n) {
        padding-left: .2rem;
        padding-right: 0;
    }
    .video_box>div:nth-child(3n-2) {
        padding-right: .2rem;
        padding-left: 0;
    }
    .video_box>div:nth-child(3n-1) {
        padding-left: .1rem;
        padding-right: .1rem;
    }
}

.video_box>div p {
    padding: .1rem .2rem;
    font-size: .2rem;
    /*font-weight: bold;*/
    text-align: center;
}

.video_box img {
    width: 100%;
    box-shadow: none;
}

/*.video_box>div>div:hover i {*/
/*    color: #0452bc;*/
/*}*/

.modal-header {
    padding: .1rem .15rem;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 1rem auto 0;
    }
    #imgModal .modal-header {
        padding: .2rem .15rem;
    }
    .modal-body {
        width: auto;
        padding: 0;
    }
    .modal-body video,
    .modal-body img {
        width: 100%;
        height: auto;
    }
}

.modal-header .close {
    margin-top: 2px;
    right: 2%;
    z-index: 100;
}


/* 新闻中心页面 */

.news_wraper .container {
    max-width: 1520px;
}

.news_wraper .main_title {
    width: 97%;
}

.news_wraper .main_title h1 {
    width: 70%;
    float: left;
    font-size: .38rem;
    font-weight: bold;
}

.news_wraper .main_title a {
    line-height: .54rem;
}

@media screen and (min-width:769px) {
    .news_wraper .left {
        padding: 0 .6rem 0 0;
    }
    .news_wraper .right {
        padding: 0 0 0 .6rem;
    }
}

.news_wraper .new_first .spbq {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .3);
}

.news_wraper .new_first .new_con {
    height: 2rem;
}

.news_wraper .index_new_list {
    height: 1.46rem;
    margin-bottom: .16rem;
}

.new_list>div {
    background-color: #fff;
    margin-bottom: .15rem;
    padding: .1rem .2rem;
    vertical-align: text-bottom;
    line-height: .6rem;
}

.new_list a {
    /* display: block; */
    width: 75%;
    line-height: .6rem;
    float: left;
}

.new_list span {
    display: block;
    width: 20%;
    text-align: right;
    float: right;
}

@media screen and (min-width:769px) {
    .news_wraper .img_box1 {
        height: 4.33rem;
    }
    .new_list:nth-child(2n-1) {
        padding: 0 .6rem 0 0;
    }
    .new_list:nth-child(2n) {
        padding: 0 0 0 .6rem;
    }
}

.new_list>div:hover a {
    padding-left: .1rem;
}

.news_wraper .new_jswd_list {
    /* padding: .3rem .35rem .3rem 0; */
    border-bottom: 1px solid #cecece;
}

@media screen and (min-width:769px) {
    .news_wraper .new_jswd_list:nth-child(2n+1) {
        padding: .3rem .6rem .3rem 0;
    }
    .news_wraper .new_jswd_list:nth-child(2n) {
        padding: .3rem 0 .3rem .6rem;
    }
}

.news_wraper .new_jswd_list .new_title {
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.new_jswd_list>.fr {
    width: calc(100% - 3.85rem);
    height: 2.5rem;
    /* margin-right: .25rem; */
    background-color: #fff;
    padding: .2rem 0 0 0;
}

.new_jswd_list .img_b {
    width: 1.86rem;
    height: 1.86rem;
    text-align: center;
    overflow: hidden;
    box-shadow: none;
}

.img_b>img {
    width: 100%;
}

.new_jswd_list {
    margin-bottom: .4rem;
}

.new_jswd_list .new_con {
    padding: .1rem .2rem;
    width: calc(100% - 1.86rem);
    height: 1.86rem;
}

.new_jswd_list .new_con .new_title {
    margin-top: .1rem;
}


/* .new_jswd_list .new_con p {
    line-height: 1.5;
    margin-bottom: .05rem;
} */


/* .new_jswd_list .new_con .new_time {
    margin: .3rem 0;
} */

.link_new_detail {
    bottom: 0;
    left: 0;
}

.new_jswd_list .tet .new_time {
    /* margin-bottom: .3rem; */
}

.bottom_line {
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #0452bc;
}

.new_jswd_list:hover {
    border-color: #fff;
}

.new_jswd_list:hover .new_title,
.new_jswd_list:hover .index_new_time>p:first-child,
.new_jswd_list:hover .link_new_detail {
    color: #0452bc;
}

.new_jswd_list:hover .bottom_line {
    width: 100%;
}


/* 新闻列表页面 */

.new_first_list {
    border-color: #fff;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
    padding: 0;
    margin-bottom: .6rem;
    border-bottom: none;
}

.new.news_list_wraper .new_jswd_lists_list_wraper .new_jswd_list.new_first_list .new_con {
    /* padding-top: 0; */
    background-color: #f8f8f8;
}

.news_list_wraper .new_jswd_list.new_first_list .img_b {
    width: 5.3rem;
    height: 3rem;
}

.news_list_wraper .new_jswd_list.new_first_list .new_con {
    width: calc(100% - 5.3rem);
    height: 3rem;
    /* padding: .3rem;
    background-color: #fff; */
}

.news_list_wraper .new_jswd_list {
    /* height: 2.38rem; */
    overflow: hidden;
    padding: .4rem 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #818181;
}

.news_list_wraper .new_jswd_list .img_b {
    width: 3.57rem;
    height: 2.38rem;
}

.news_list_wraper .new_jswd_list .new_con {
    width: calc(100% - 3.57rem);
    height: 2.38rem;
    padding: .3rem;
    background-color: #fff;
}

.news_list_wraper .new_jswd_list .new_con p {
    margin: .15rem 0 .15rem;
    line-height: 1.8;
}

.news_list_wraper .bottom_line {
    bottom: 0;
}

.news_list_wraper .new_jswd_list:hover {
    border-color: #fff;
    background-color: #f8f8f8;
}

.news_list_wraper .new_jswd_list:hover .new_con {
    background-color: #f8f8f8;
}

.new_wraper .container {
    /* padding: 0 .3rem; */
}

.new-ny {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: .4rem 0 0;
    /* text-align: center; */
    border-bottom: 1px dashed #c2c0c0;
    margin-bottom: .25rem;
}

.new-ny h3 {
    font-size: .26rem;
    color: #333;
    text-align: center;
    line-height: 1.6;
}

.new-ny>p {
    margin: .2rem 0;
    text-align: center;
}

.new-ny>p>span {
    display: inline-block;
    color: #4b4a4a;
    margin: .1rem;
    font-size: .14rem;
}

.new-ny .img_text {
    font-size: .15rem;
    text-align: center;
    margin-bottom: .2rem;
}

.new-ny div p {
    /* text-indent: 2em; */
    line-height: 1.8;
    color: #4b4a4a;
    font-size: .17rem;
    text-align: left;
    /* text-align: justify; */
}

.new-ny p img {
    text-indent: inherit;
    max-width: 100%;
    display: block;
    margin: .2rem auto;
}

.new_footer {
    /* margin-bottom: .8rem; */
}

.new_footer p {
    width: 49.5%;
    display: inline-block;
    font-size: .16rem;
    color: #4b4a4a;
    margin-bottom: .15rem;
}

.new_footer p:last-child {
    text-align: right;
}

.detail_news_wraper {
    margin-bottom: .5rem;
}

.detail_news_wraper .main_title h3 {
    font-size: .3rem;
    text-indent: 20px;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    background: url(https://www.ghfilter.com/img/title_bg.jpg) no-repeat 0 .07rem;
    /* background-size: 100%; */
}

.cptj_module h2 {
    margin-bottom: .2rem;
}

.cptj_module .cptj_title {
    display: unset;
    font-size: .24rem;
    line-height: 1.4;
    margin: .25rem 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.detail_news_wraper .main_title a {
    line-height: 3;
}

.detail_news_wraper .new_lists {
    padding: 0;
}

.detail_news_wraper .new_list {
    border-bottom: 1px dashed #c2c0c0;
}

.detail_news_wraper .new_list>div {
    margin: .1rem 0;
    padding: 0 .2rem 0 0;
}

@media screen and (min-width:769px) {
    .detail_news_wraper .container>.col-md-6:nth-child(1) {
        padding-left: 0;
        padding-right: .6rem;
    }
    .detail_news_wraper .container>.col-md-6:nth-child(2) {
        padding-right: 0;
        padding-left: .6rem;
    }
    .detail_news_wraper .new_list:nth-child(2n-1) {
        padding: 0 0 0 0;
    }
    .detail_news_wraper .new_list:nth-child(2n) {
        padding: 0 0 0 0;
    }
}

.yinhao {
    line-height: .29rem;
    height: .29rem;
    margin-bottom: 0;
}

.yinhao.left {
    background: url(https://www.ghfilter.com/img/yinhao_left.png) no-repeat 0 0;
    background-size: contain;
}

.yinhao.right {
    background: url(https://www.ghfilter.com/img/yinhao_right.png) no-repeat right 0;
    background-size: contain;
}

.hyxq {
    padding: .35rem .4rem;
    background-color: #f8f8f8;
}

.hyxq p.fs20 {
    padding: .1rem 1rem;
}

#hxsb .content .left .img_box img {
    max-width: 100%;
    /* height: 5.5rem; */
}

#hxsb .content .right li {
    width: 45%;
    float: left;
    background-color: #fff;
    border-top: 3px solid #0452bc;
    padding: 0 .2rem;
    margin-bottom: .2rem;
}

#hxsb .content .right li h4 {
    margin: .2rem 0 .1rem;
}

#hxsb .content .right li p {
    margin-top: .2rem;
    height: .9rem;
    text-align: justify;
    overflow: hidden;
}

#hxsb .content .right li:nth-child(odd) {
    margin-right: 5%;
}

#hxsb .content .right li:nth-child(even) {
    margin-left: 5%;
}

#hxsb .link {
    padding: .4rem 0;
}

#hxsb .link a {
    line-height: 3;
    padding: 0 1rem;
    width: auto;
    letter-spacing: .05rem;
    background-color: #fff;
}

#hxsb .link a:hover {
    background-color: #0452bc;
}

.xctp_img img {
    margin-bottom: .21rem;
}

.xctp_img img.col-md-6 {
    padding-left: 0;
}

.xctp_img img:nth-child(2),
.xctp_img img:nth-child(4),
.xctp_img img:nth-child(4) {
    padding: 0 .075rem;
}

.xctp_img img:nth-child(3),
.xctp_img img:nth-child(5) {
    padding: 0 0 0 .15rem;
}

.cptj_box>li {
    margin-bottom: .5rem;
}

.cptj_box>li>a {
    background-color: #f8f8f8;
}


/* @media screen and (max-width:768px) {
    .cptj_box>li:nth-child(2n-1) {
        padding-left: 0;
        padding-right: .3rem;
    }

    .cptj_box>li:nth-child(2n) {
        padding-right: 0;
        padding-left: .3rem;
    }
} */

.cptj_box .proc_text {
    color: #666;
    padding: .15rem .15rem 0 0;
}

.cptj_box .proc_text h3 {
    padding: 0;
    margin: 0 0 .1rem;
    line-height: 2;
}

.cptj_box .img_box {
    padding: 0 .3775rem 0 0;
}

.cptj_box .canshu {
    margin-bottom: .1rem;
}

.cptj_box .canshu li>span:first-child {
    width: auto;
    line-height: 1.9;
}

.canshu li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .15rem;
    overflow: hidden;
    margin-bottom: 0.02rem;
}

.cptj_box .canshu li>span:last-child {
    width: auto;
    line-height: 1.9;
}

.cptj_box .canshu li>span:first-child:after {
    display: none;
}

.cptj_box .link>span {
    display: inline-block;
    font-size: .14rem;
    margin-right: 0;
    line-height: .35rem;
    width: auto;
    padding: 0 .2rem;
    border-radius: 4px;
    border: 1px solid #666;
}

.cptj_box>li>div:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
    ;
}

.cptj_box>li>div:hover .link>a {
    background-color: #0452bc;
    color: #fff;
}


/* 右侧浮窗 */

.float_zoosnet a {
    text-decoration: none;
}

.float_zoosnet img {
    max-width: 100%;
    width: auto;
}

.float_Qr,
.float_mess,
.float_retrun,
.float_tell {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #006cff;
    border-radius: 5px;
    margin-bottom: 2px;
    transition: all .2s ease-in-out;
    -wekbit-transition: all .2s ease-in-out;
    position: fixed;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    text-decoration: none;
}


/* .float_tell {
    width: 200px;
    right: -130px
} */


/* .float_mess {
    width: 164px;
    right: -94px
} */

.float_mess {
    bottom: 346px;
}

.float_Qr {
    bottom: 222px;
}

.float_retrun {
    bottom: 160px;
}


/*.float_zoosnet .float_mess:hover,.float_zoosnet .float_tell:hover{right:0;transition:all .2s ease-in-out;-wekbit-transition:all .2s ease-in-out}*/


/* .float_mess,
.float_tell {
    overflow: hidden;
} */

.float_tell {
    bottom: 284px;
}

.float_mess img,
.float_tell img {
    float: left;
}

.float_mess p,
.float_tell p {
    color: #fff;
    /* font-size: 19px;
    font-weight: 600; */
    line-height: 60px;
}

.float_fair_img img,
.float_tell_img img,
.float_Qr_img img {
    max-width: none;
}

.float_tell_img {
    position: fixed;
    right: 60px;
    overflow: hidden;
    bottom: 284px;
    width: 0;
    height: 60px;
    transition: all .2s ease-in-out;
    -wekbit-transition: all .2s ease-in-out;
    /* z-index: -1; */
}

.float_tell_img img {
    width: 100%;
    height: 100%;
}

.float_tell_img span,
.float_tell_img b {
    display: block;
    width: 150px;
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: .18rem;
}

.float_tell_img span {
    top: 2px;
}

.float_tell_img b {
    bottom: 4px;
}

.float_Qr_img {
    position: fixed;
    bottom: 160px;
    right: 60px;
    overflow: hidden;
    width: 0;
    /* padding: .1rem; */
    transition: all .2s ease-in-out;
    -wekbit-transition: all .2s ease-in-out;
    background: url(https://www.ghfilter.com/img/float_bg2.png) no-repeat 0 0;
    background-size: cover;
    margin-bottom: 0;
    overflow: hidden;
    /* display: none; */
}

.float_Qr_img li {
    width: 202px;
}

.float_Qr_img a {
    font-size: .18rem;
    line-height: 2.2;
    color: #fff;
}

.float_Qr_img li:hover a {
    color: #0452bc;
}

.float_mess .float_img_move,
.float_tell .float_img_move,
.float_Qr .float_img_move,
.float_retrun .float_img_move {
    position: relative;
    z-index: 100;
    width: 120px;
    overflow: hidden;
    margin-bottom: 0;
}

.float_mess .float_img_move {
    width: 60px;
    padding-top: 10px;
    color: #fff;
    font-size: .16rem;
    line-height: 1.4;
    text-align: center;
}

.float_img_move img {
    width: 50%;
}

.float_mess .float_img_move img:first-child,
.float_tell .float_img_move img:first-child,
.float_Qr .float_img_move img:first-child,
.float_retrun .float_img_move img:first-child {
    transition: all .2s linear;
}

.float_mess:hover .float_img_move img:first-child,
.float_tell:hover .float_img_move img:first-child,
.float_Qr:hover .float_img_move img:first-child,
.float_retrun:hover .float_img_move img:first-child {
    margin-left: -60px;
}

.float_Qr:hover .float_Qr_img {
    width: 202px;
    padding: .1rem;
}

.float_tell:hover .float_tell_img {
    width: 160px;
}

ins#nb_icon_wrap *,
ins.nb-icon-inner-wrap,
ins.nb-icon-inner-wrap * {
    display: none !important;
}

@media (max-width: 759px) {
    .float_mess {
        /*bottom:235px*/
        bottom: 189px;
    }
    .float_tell {
        /*bottom:189px;*/
        display: none
    }
    .float_Qr {
        display: none
    }
    .float_retrun {
        bottom: 143px;
    }
    .float_mess,
    .float_tell,
    .float_Qr,
    .float_retrun {
        width: 45px;
        height: 45px;
        right: 0;
    }
    .float_mess .float_img_move {
        width: 45px;
        font-size: .28rem;
        padding-top: .05rem;
    }
    .float_img_move img {
        width: 45px；
    }
    .float_mess:hover .float_img_move img:first-child,
    .float_tell:hover .float_img_move img:first-child,
    .float_Qr:hover .float_img_move img:first-child,
    .float_retrun:hover .float_img_move img:first-child {
        margin-left: -45px;
    }
}

.back {
    display: block;
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: .2rem;
    width: .6rem;
    height: .6rem;
    padding: .1rem;
    line-height: .2rem;
    /* border: 1px solid #818181; */
    border: 1px solid #ff001e;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto .8rem;
    font-size: .16rem;
    color: #ff001e;
}

.article {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}

.article .article-left {
    float: left;
    width: 220px;
}

.article .article-left #nav {
    position: relative;
    z-index: 1;
    width: 100%;
}

.article .article-left #nav .mainCate {
    position: relative;
    padding: 10px 20px;
    zoom: 1;
}

.article .article-left #nav .nav_h2 {
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    background: #e70012;
    margin-bottom: 8px;
    box-shadow: 4px 4px 10px #666;
    text-align: center;
}

.article .article-left #nav li {
    background: #5e5e5e;
    border-top: 1px solid #727272;
}

.article .article-left #nav h3 {
    line-height: 28px;
    font-size: 16px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-weight: 100
}

.article .article-left #nav h3 a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

.article .article-left #nav h3 span {
    width: 18px;
    height: 15px;
    line-height: 32px;
    font-weight: 200;
    font-size: 12px;
    float: right;
}

.article .article-left #nav p {
    height: 20px;
    line-height: 20px;
}

.article .article-left #nav p a {
    margin-right: 10px;
    color: #666;
}

.article .article-left #nav .subCate {
    display: none;
    background: #363c44;
    position: absolute;
    left: 220px;
    top: 0;
    text-align: center;
    width: 220px;
    color: #333;
}

.article .article-left #nav .subCate h4 {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    line-height: 26px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}

.article .article-left #nav .subCate h4:hover {
    padding-left: 20px;
    background: #848484;
}

.article .article-left #nav .subCate h4 a {
    font-weight: 100;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

.article .article-left #nav .subCate ul {
    width: 230px;
    float: left;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.article .article-left #nav .subCate li {
    width: 230px;
    float: left;
    display: inline;
}

.article .article-left #nav .subCate li a {
    display: block;
    float: left;
    padding: 0 5px;
    line-height: 25px;
    color: #666;
    word-break: keep-all;
    white-space: nowrap;
}

.article .article-left #nav .subCate #sub-ul-1 {
    width: 100%;
}

.article .article-left #nav .on {
    background: #848484;
    color: #fff;
}

.article .article-left #nav .on h3 a,
#nav .on p a {
    text-decoration: none;
    color: #fff;
}

.article .article-left #nav .on .subCate {
    display: block !important;
}

.article .article-left #mainCate-4 .subCate {
    top: -100px
}

.article .article-left #mainCate-5 .subCate {
    top: -164px;
}

.article .article-left #mainCate-6 .subCate {
    top: auto;
    bottom: 0;
}

.article .article-left .article_con {
    width: 100%;
    margin-top: 20px;
}

.article .article-left .article_con h3 {
    background: #e70012;
    box-shadow: 4px 4px 10px #666;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}

.article .article-left .article_con .article_lian {
    padding: 10px;
    background: #ececec;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.article .article-left .article_con .article_lian li {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
}

.article .article-left .article_con .article_lian img {
    width: 100%;
    height: 80px;
}

.article .article-right {
    float: right;
    width: 930px;
}

.article .article-right .article_title {
    overflow: hidden;
}


/* 4.26改版产品列表页面 */

.prolist_wraper {
    background-color: #f8f8f8;
}

.container2 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wsc-layoutCon {
    position: relative;
    padding: .4rem 0 .6rem;
}

.layout-side {
    position: sticky;
    top: 10px;
    width: 280px;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Arial", sans-serif;
    color: #333333;
    /* background: #fff; */
    border-radius: 2px;
}
.layout-side .catebtn {
    display: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #0452bc;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.layout-side .catebtn:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 18px;
    height: 18px;
}

.layout-side .close {
    display: none;
    position: absolute;
    top: 90px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    z-index: 10000000;
}

.prod-bar {}

.proNav-head {
    padding: 0 20px;
    font-size: 24px;
    color: #617080;
    line-height: 60px;
}

.proNav-head i {
    font-size: 24px;
    margin-right: 5px;
}

.panel-group {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.panel-group .panel+.panel {
    margin-top: 4px;
}

.sideNav {
    background: #fff;
    padding: 10px 10px 20px;
}

.sn-list-item,
.sn-list-item .panel-body {
    border: none !important;
}

.panel-default>.panel-heading {
    padding: 0;
    border: none !important;
    background-color: transparent;
}

.sn-item-tit span {
    font-size: 20px;
}

.sn-item-tit {
    overflow: hidden;
    font-size: 16px;
    color: #617080;
    background: #f5f5f5;
    position: relative;
}


/* .sn-item-tit .ico {
    position: absolute;
    padding: 0 20px;
    top: 0;
    right: 0;
} */

.list-wraper .panel .panel-title a,
.list-wraper .panel .panel-title a .fa {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}

.sn-item-tit>a:before {
    position: absolute;
    left: 0;
    top: 23%;
    content: "";
    width: 4px;
    height: .25rem;
    background-color: #f5f5f5;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.sn-item-tit.in>a:before,
.sn-item-tit>a:hover:before,
.sn-item-tit a[aria-expanded="true"]:before {
    background-color: #006cff;
}

.sn-item-tit>a:hover,
.sn-item-tit.in>a,
.sn-item-tit a[aria-expanded="true"] {
    background-color: transparent;
    color: #006cff;
}

.sn-list-item .collapse:hover,
.sn-list-item .collapse.active {
    color: #006cff;
}

.sn-item-tit a {
    float: left;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    font-size: 16px;
    color: #617080;
    transition: 0.3s;
}

.sn-list-item .panel-body {
    background-color: #fff;
}


/* .sideNav ul {
    display: none;
} */

.collapse {
    border: none !important;
}

.pro_nav_list {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #617080;
    position: relative;
}

.pro_nav_list a {
    color: #617080;
}

.sideNav li .pro-nav2 {
    color: #617080;
    display: block;
    padding-left: 30px;
}

.layout-content {
    float: right;
    width: 880px;
}

.prodList .Atitem.wsc-relate {
    margin-top: 0;
    padding-top: 0px;
}

.prodList .Atitem .rlist-style3 {
    padding: 0;
    overflow: hidden;
    margin-top: 0px;
}

.Atitem .rlist-style3 .rListCon {
    zoom: 1;
}

.prodList .Atitem .wsc-pro .rlist-imgitem {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 .1rem;
    margin-bottom: .2rem;
}

.Atitem .wsc-pro .rlist-img {
     height: 2.8rem; 
    overflow: hidden;
    margin: 0;
    float: none;
    border: 0;
    box-sizing: border-box;
    background-color: #E9ECF0;
    border-radius: 2px 2px 0px 0px;
    /* border-bottom: 1px solid #f5f5f5; */
}

.Atitem .wsc-pro .rlist-img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.rlist-style3 .rlist-img img {
    width: 100%;
    height: auto;
    transition: 0.36s;
}

.rlist-imgitem:hover .rlist-img img {
    transform: scale(1.08);
}

.Atitem .wsc-pro .rlist-info {
    overflow: hidden;
    padding: 20px;
    border-top: 0;
    border-radius: 0px 0px 2px 2px;
    background-color: #fff;
}

.Atitem .wsc-pro .rlist-tit {
    font-size: 16px;
    line-height: 24px;
    color: #304255;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.wsc-pro .rlist-attr {
    height: 51px;
    overflow: hidden;
}

.wsc-pro .rlist-attr p {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 14px;
    color: #97A1AC;
    line-height: 24px;
}

.wsc-pro .rlist-attr p em {
    font-size: 14px;
    color: #617080;
    line-height: 24px;
}

.wsc-pro .list-btn {
    margin-top: 15px;
    font-size: 0;
    text-align: center;
}

.wsc-pro .list-btn .btn {
    display: inline-block;
    width: 105px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    /* line-height: 35px; */
    font-size: 14px;
    border-radius: 17px;
}

.btn-orangebd {
    background: rgb(252, 246, 246);
    border: 1px solid red;
    color: red;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.36s;
    text-align: center;
}

.wsc-pro .list-btn .btn-bluebdn {
    margin-left: 16px;
}

.btn-bluebdn {
    border: 1px solid #006cff;
    background: rgba(245, 248, 250, 1);
    color: #006cff;
}

.prodList .Atitem .wsc-pro .rlist-imgitem>div:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .1);
}

.pro_contact {
    background-color: #fff;
    padding: 30px 20px;
}

.pro_contact_list {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .3rem;
}

.pro_contact_list .icon {
    float: left;
    width: .5rem !important;
    height: .5rem !important;
    text-align: center;
    line-height: .5rem;
    border-radius: .25rem;
    border: 1px solid #006cff;
    background-color: #d4e4fa;
    color: #006cff;
}

.pro_contact_list .teet {
    float: left;
    width: calc(100% - .5rem);
    padding: 0 0 0 .15rem;
}

.pro_contact_zxzx {
    display: block;
    width: 90%;
    height: .42rem;
    font-size: .18rem;
    line-height: .42rem;
    letter-spacing: 5px;
    text-align: center;
    border-radius: .21rem;
    background: rgb(252, 246, 246);
    border: 1px solid red;
    color: red;
    margin: .4rem auto 0;
}

@media screen and (max-width:768px) {
    .layout-side,
    .layout-content {
        width: 100%;
    }
    .pro_nav_list {
        display: inline;
        margin-right: 5px;
    }
    .prodList .Atitem .wsc-pro .rlist-imgitem {
        width: calc(50%);
    }
    .Atitem .wsc-pro .rlist-info {
        padding: 5px;
    }
    .wsc-pro .list-btn .btn {
        width: calc(48% - 5px);
        padding: 0;
        height: .52rem;
        line-height: .52rem;
        border-radius: .26rem;
    }
    .pro_contact_zxzx {
        width: 50%;
        height: 0.52rem;
        line-height: .52rem;
        border-radius: .26rem;
        font-size: 14px;
    }
}


/* 2022.7.27新增 */

.shaojie_module {
    padding: .8rem 0 0;
    line-height: 1;
}

.module_title {
    font-size: .46rem;
    margin-top: 0;
    margin-bottom: .85rem;
    letter-spacing: 1px;
}

.module_title span {
    position: relative;
    z-index: 0;
}

strong {
    color: #0081e4;
}

.module_title span:before {
    content: "";
    position: absolute;
    top: -.08rem;
    left: -.1rem;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    box-shadow: 0 0 0 5px inset #51c0f5;
    z-index: -1;
}

@media screen and (min-width:1200px) {
    .dy_jianjie {
        height: 413px;
    }
}

@media screen and (max-width:1199px) and (min-width:769px) {
    .dy_jianjie {
        height: 35.17vw;
    }
}

.jianjie_img {
    padding-left: 0;
    padding-right: .15rem;
}

.jianjie_img>div:after {
    position: absolute;
    top: -.2rem;
    left: -.25rem;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #0bc2fb;
    border-image: -webkit-linear-gradient(to right, #0bc2fb, #018ae7) 5 5;
    border-image: -moz-linear-gradient(to right, #0bc2fb, #018ae7) 5 5;
    border-image: linear-gradient(to right, #0bc2fb, #018ae7) 5 5;
}

.jianjie_img img {
    width: 100%;
    border-radius: .1rem;
}

.jianjie_txt {
    height: 100%;
    justify-content: space-between;
}

.jianjie_txt>p {
    text-indent: 0;
    line-height: 1.7;
    padding: .10rem .22rem .05rem .15rem;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
}

.jianjie_txt>p strong {
    color: unset;
}

.jianjie_txt>p:nth-child(odd) {
    color: #fff;
    background-color: #0086ec;
}

.jianjie_txt>p:nth-child(odd) strong {
    color: #fff;
}

.jianjie_txt>p:nth-child(even) {
    background-color: #e5f3fd;
}

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

.advantage_list {
    width: 31%;
    border-top-right-radius: .7rem;
    border-bottom-left-radius: .7rem;
    border-bottom-left-radius: .7rem;
    overflow: hidden;
    margin-bottom: .35rem;
    /* transform: translate(0,0); */
}

.advantage_list .abs {
    top: 0;
    left: 0;
    font-size: .2rem;
    font-weight: bold;
    color: #FFF;
    width: .9rem;
    height: .9rem;
    padding: .1rem 0 0 .1rem;
    line-height: 1.4;
    border-radius: 0 0 .9rem 0;
    background-image: -moz-linear-gradient(to bottom, #0bc2fb, #018ae7);
    background-image: -webkit-linear-gradient(to bottom, #0bc2fb, #018ae7);
    background-image: linear-gradient(to bottom, #0bc2fb, #018ae7);
}

.advantage_list:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .1);
}

.advantage_list:hover .abs {
    width: 1.1rem;
    height: 1.1rem;
    padding: .1rem 0 0 .2rem;
    border-radius: 0 0 1.1rem 0;
}

.xxt {
    height: 1.48rem;
    background-color: #fff;
    padding: .18rem;
    font-size: .15rem;
    line-height: 1.6;
    color: #0052a5;
}

.shaojie_canshu {
    margin-top: .1rem;
}

.shaojie_canshu.table {
    font-size: .16rem;
    font-weight: bold;
    background-color: #ebebeb;
    /* border: 1px dashed #252525; */
}

.shaojie_canshu.table>thead>tr>th,
.shaojie_canshu.table>tbody>tr>td {
    vertical-align: middle;
    border-color: #fff;
}

.shaojie_canshu th,
.shaojie_canshu td {
    text-align: center;
}

.shaojie_canshu thead {
    background: #ecf6ff;
}

.module_xiaozi {
    font-size: .16rem;
    line-height: 1.8;
    margin-bottom: .3rem;
}

.shaoje_gongyi {
    padding-bottom: 1rem;
}

.shaoje_gongyi>div {
    box-shadow: 0 0 10px 3px rgba(0, 117, 197, .5);
    background-image: -moz-linear-gradient(to bottom, #018ae7, #0bc2fb);
    background-image: -webkit-linear-gradient(to bottom, #018ae7, #0bc2fb);
    background-image: linear-gradient(to bottom, #018ae7, #0bc2fb);
}

.gongyi_txt {
    padding: 0;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 1px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    /* background-image: -moz-linear-gradient(to right, #018ae7, #0bc2fb);
    background-image: -webkit-linear-gradient(to right, #018ae7, #0bc2fb);
    background-image: linear-gradient(to right, #018ae7, #0bc2fb); */
}

.gongyi_txt>div {
    width: 50vw;
    padding: .37rem .2rem;
}

@media screen and (min-width:1200px) {
    .gongyi_txt>div {
        width: 600px;
    }
}

.gongyi_txt_title {
    margin-bottom: .2rem;
}

.gongyi_img {
    padding: 0;
    overflow: hidden;
}

.shaojie_chanpin {
    border-radius: 0.15rem;
    overflow: hidden;
    box-shadow: 0 0 7px 8px rgba(0, 117, 197, .12);
}

.shaojie_chanpin>.fs30 {
    line-height: 2.7;
    background-image: -moz-linear-gradient(to right, #0bc2fb, #018ae7);
    background-image: -webkit-linear-gradient(to right, #0bc2fb, #018ae7);
    background-image: linear-gradient(to right, #0bc2fb, #018ae7);
}

.shaojie_chanpin_box {
    padding: .5rem .2rem 0;
    flex-wrap: wrap;
    background-color: #f0f8fd;
    margin-bottom: 0;
}

.shaojie_chanpin_list {
    padding: 0 .1rem;
    margin-bottom: .5rem;
}

.shaojie_chanpin_list_img {
    width: 30%;
    text-align: center;
}

.shaojie_chanpin_list .teet {
    width: 70%;
    padding-left: .35rem;
    color: #0086ec;
}

.shaojie_chanpin_list .chanpin_tit {
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .1rem;
    position: relative;
}

.shaojie_chanpin_list .chanpin_tit:before {
    position: absolute;
    content: "";
    top: .09rem;
    left: -.3rem;
    width: .25rem;
    height: .25rem;
    background-color: transparent;
    border: 7px solid #4cc1f5;
    /* border-image: -webkit-linear-gradient(to bottom, #0bc2fb, #018ae7) 7 7;
    border-image: -moz-linear-gradient(to bottom, #0bc2fb, #018ae7) 7 7;
    border-image: linear-gradient(to bottom, #0bc2fb, #018ae7) 7 7; */
    border-radius: 50%;
}

.shaojie_chanpin_list .chanpin_text {
    font-size: .16rem;
    line-height: 1.7;
    color: #0052a5;
}

.shaojie_xuanze {
    margin-bottom: .9rem;
}

.shaojie_zhuanli {
    background: url(/img/rongyuqiang_bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: .5rem;
}

.shaojie_xuanze .flex-x-between,
.shaojie_zhuanli .flex-x-between {
    flex-wrap: wrap;
}

.shaojie_xuanze .flex-x-between img,
.shaojie_zhuanli .flex-x-between img {
    margin-bottom: .2rem;
}

.shaojie_zhuanli .chakan {
    padding: 0 .2rem;
    margin-top: .25rem;
    width: auto;
    border-color: #fff;
}

.shaojie_anli_box .left {
    width: 46.92%;
}

.shaojie_anli_box .right {
    width: 53.08%;
    padding-left: .1rem;
}

.shaojie_anli_box .right>img:nth-child(2) {
    margin: 0 0 .1rem 0;
}


/* .shaojie_anli_box img {
    float: left;
} */

.shaojie_anli_box .last {
    width: 358px;
    height: 240px;
    padding: .3rem .35rem;
    background-color: #0081e4;
    /* justify-content: space-around; */
    /* align-items: center; */
}

.shaojie_anli_box .last img {
    margin-bottom: .25rem;
}

.shaojie_anli .link {
    margin-top: .25rem;
    padding-left: 0;
}

.shaojie_anli .link>a {
    display: inline-block;
    width: 46%;
    line-height: 1;
    padding: .1rem;
    margin: 0 .05rem;
    border-color: #fff;
}

.shaojie_liuyan {
    margin-bottom: .45rem;
}

.shaojie_liuyan .module_title span:before {
    top: .02rem;
    left: unset;
    right: -.08rem;
}

.shaojie_liuyan form {
    padding-top: .5rem;
}

.shaojie_liuyan label {
    width: 100%;
    font-size: .18rem;
    color: #818181;
    line-height: 1.7;
    font-weight: normal;
}

.shaojie_liuyan input,
.shaojie_liuyan textarea {
    width: 100%;
    line-height: .5rem;
    border-radius: 6px;
    border: 1px solid #818181;
}

.shaojie_liuyan input {
    margin-bottom: .16rem;
}

.shaojie_liuyan input:focus,
.shaojie_liuyan textarea:focus {
    border-color: #0081e4;
}

.bg_button {
    display: inline-block;
    width: 1.9rem;
    margin-right: .22rem;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    border: none;
}

.bg_button:link,
.bg_button:hover,
.bg_button:active,
.bg_button:visited {
    color: #fff;
}

.btn_green {
    background-color: #009944;
}

.btn_blue {
    background-color: #0081e4;
}

.btn_sky_blue {
    background-color: #00b7ee;
}
.main_title h2 {
    font-size: .4rem;
    letter-spacing: 4px;
    line-height: 1.4;
}

.jianjie {
    margin-bottom: .2rem;
}

.jianjie p {
    letter-spacing: 1px;
}

.about_img {
    width: 100%;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 4px 4px 10px 6px rgba(0, 0, 0, .2);
}

.about-video a {
    display: inline-block;
    width: 2.5rem;
    line-height: .9rem;
    margin-bottom: .5rem;
    background: url(/img/about-video.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: .22rem;
    text-indent: -.4rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.youshi_list .bold {
    font-family: Impact;
}

.qysm_wraper {
    margin-bottom: .8rem;
}

.shiming_text {
    width: 100%;
    top: 30%;
    letter-spacing: 3px;
}

.shiming_text h2 {
    margin: 0 0 .4rem;
    letter-spacing: 10px;
}

.about1 {
    max-width: 1300px;
    margin-bottom: .2rem;
}

.about1 ul {
    width: 102%;
    margin-left: -1.2%;
}

.about1 ul li {
    float: left;
    width: 25%;
    background: url(/img/about-rwbg.png) center top no-repeat;
    background-size: 100% 100%;
    padding: .65rem 2.2% 1.09rem;
    text-align: center;
    position: relative;
}

.about1 ul li img {
    max-width: 100%;
}

.about1 ul li strong {
    display: block;
    font-size: .26rem;
    color: #21252d;
    margin: .4rem 0 .18rem;
}

.about1 ul li span {
    font-size: .22rem;
    color: #21252d;
    display: block;
    margin: .18rem 0 .22rem;
}

.about1 ul li p {
    font-size: .16rem;
    line-height: .3rem;
    color: #66686c;
    padding: 0 4%;
}

.about1 ul li i {
    width: .28rem;
    height: .28rem;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #66686c;
    text-align: center;
    line-height: 28px;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 50px;
    box-shadow: 0 3px 10px rgb(157 163 167 / 90%);
}

.about2 {
    max-width: 1300px;
    margin-bottom: .6rem;
}

.about2 .main_title p {
    font-size: .15rem;
    color: #66686c;
}

.global_img {
    width: 100%;
}