body{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.wraper,
.container {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

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

.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: #c40018;
}

.black {
    color: black;
}

.bg_wraper {
    background-color: #f8f8f8;
}

/* 首页 */
/* 顶部 */

.icon_list {
    float: right;
    height: 40px;
    margin-left: .1rem;
    padding-top: 3px;
    position: relative;
}

.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.7rem;
    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.5rem;
    height: 1.5rem;
}

.topban img {
    vertical-align: middle;
}

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

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

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

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

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

}

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

.top2_wraper .item:after {
    content: "|";
    color: #000;
    font-size: 14px;
    margin: 0 20px;
}

/* .top2_wraper .item.item.item_last:after {
    content: "";
} */
.top2_wraper .item:nth-child(3) {
    float: right;
}

.top2_wraper .item:nth-child(4) {
    float: right;
    /* width: 120px; */
    text-align: center;
}

.top2_wraper .item.item:nth-child(2):after,
.top2_wraper .item.item:nth-child(3):after {
    float: left;
    content: "";
    height: 0;
    margin: 0;
}

.top2_wraper .item:nth-child(4) i {
    font-size: .2rem;
}

.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:nth-child(5) {
    float: right;
    margin-right: -.08rem;

}

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

} */

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

.top2_wraper .item:nth-child(5) a {
    color: #c40018;
}

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

/* 头部导航 */
header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background-color: #f8f8f8;
    z-index: 1000;
}

/* s-nav */
header .container {
    text-align: left !important;
}

.logo_box {
    width: 370px;
    height: auto;
}

.logo_box a {
    display: block;
}

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

.top_right {
    margin-left: 40px;
    width: 780px;
    display: inline-block;
}

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

.nav_ul {
    width: 100%;
}

.nav_item {
    position: relative;
}

.nav_item>a {
    position: relative;
    display: block;
    /* padding: 0 14px; */
    line-height: 44px;
    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>i {
    line-height: 44px;
}

@media screen and (min-width:1001px) {
    .nav_item.active>a {
        color: #fff;

    }

    .nav_item.active>a,
    .nav_item:hover>a {
        color: #fff;
        background-color: #c40018;
    }

    .nav_item.active>a>i,
    .nav_item:hover>a>i {
        /* background-color: #c40018; */
    }

    .nav_item_open {
        width: auto;
    }

    .nav_ul {
        display: table;
    }

    .nav_item {
        display: table-cell;
    }

    .nav_item:nth-child(2) {
        position: unset;
    }
}

.nav_item_open {
    /* min-width: 110px; */
    position: absolute;
    left: 0;
    top: calc(100% + 18px);
    z-index: 10;
    width: 130px;
    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(1):hover .nav_item_open {
        height: 245px;
    }

    .nav_item:nth-child(3):hover .nav_item_open,
    .nav_item:nth-child(5):hover .nav_item_open {
        height: 163px;
    }



    .nav_item2:hover a {
        background-color: #c40018;
        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: .1rem;
    }

    .logo_box {
        width: 50%;
    }

    .logo_box img {
        width: 100%;
    }

    .top_right {
        width: 50%;
        margin-left: 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: 7px;
    }

    .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, .8);
    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;
}

#topline li {
    display: block;
    float: left;
    width: 184px !important;
    margin-right: 0px;
    height: 38px;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    padding-top: 12px;
    border: none !important;
    margin-left: 100px;
}

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

#topline li h5 {
    text-align: center;
}

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

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

#topline li img {
    width: 93%;
    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: #ef011c;
}

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

/* 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 {
    float: right;
    font-size: .24rem;
    color: #c40018;
    line-height: 44px;
    margin-left: 25px;
}

.banner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}

.banner-swiper .swiper-pagination-bullet {
    width: .4rem;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
    background-color: #c40018;
}

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

.main_title h1 {
    font-size: .44rem;
    letter-spacing: 4px;
}

.main_title>p {
    font-size: .16rem;
    margin-top: .3rem;
    text-align: center;
}

.index_about {
    color: #636363;
    text-indent: 2em;
    letter-spacing: 2px;
    margin-bottom: .55rem;
    text-align: justify;
}

.index-swiper-father {
    width: 100%;
    max-width: 1460px;
    position: relative;
    margin: 0 auto .1rem;
}

.index_pro_swiper {
    padding: 10px 0;
}

.index_pro_swiper .swiper-slide {
    width: 12.5%;
    text-align: center;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.index_pro_swiper .swiper-slide.active,
.index_pro_swiper .swiper-slide:hover {
    transform: translateY(-.1rem);
}

.index_pro_swiper .swiper-slide.active p,
.index_pro_swiper .swiper-slide:hover p {
    color: #c40018;
}

.index_pro_swiper .swiper-slide>.img_box {
    height: 1.28rem;
    text-align: center;
}

.img_box>img {
    vertical-align: middle;
}

.index_pro_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 2;
}

.swiper-button-prev,
.swiper-button-next {
    width: 20px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 30px;
    outline: none;
}

.pro_wraper {
    padding: .4rem 0 0;
    background: url(http://weixin.lefilter.com/images/index_bg2.jpg) no-repeat center center;
}

.pro_wraper .container {
    width: 100%;
    max-width: 1225px;

}

.pro_name_box {
    padding-top: 4rem;
    margin-bottom: .4rem;
}

.pro_name {
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, .7);
}

.pro_name span {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: .15rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.pro_name.active {}

.pro_name.active span {
    /* transform: scale(1.5); */
    border-left: 2px solid #fff;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.index_pro_tab {}

.index_pro_item {
    display: none;
}

.index_pro_item.active {
    display: block;

}

.index_pro_item .img_box {
    padding-top: .2rem;
}

.index_pro_item .img_box img {
    max-width: 100%;
}

.img_box {
    display: block;
    animation-duration: 1500ms;
}

.item_text>p>a {
    display: inline-block;
    width: 1.2rem;
    padding-left: .15rem;
    color: #fff;
    font-size: .22rem;
    line-height: .5rem;
    letter-spacing: .1rem;
    border: 1px solid #fff;
}

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

.video_wraper>.txt {
    top: 30%;
    width: 100%;
    padding: .2rem 0;
    font-size: .2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.video_wraper h1 {
    font-size: .46rem;
    letter-spacing: .05rem;
    margin-bottom: .3rem;
    /* font-weight: bold; */
}

.video_wraper p {
    padding: 0 3rem;
    text-align: center;
}

.index_fangan_wraper .main_title {
    padding-bottom: .48rem;
}

.index_fangan_list {
    float: left;
    width: calc(20% - .04rem);
    margin: 0 .025rem;
    overflow: hidden;
}

.index_fangan_list:first-of-type {
    margin-left: 0;
}

.index_fangan_list:first-of-type {
    margin-right: 0;
}

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

.index_fangan_list .ceng {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

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

.icon_box,
.icon1_box {
    position: absolute;
    top: 1.0rem;
    left: calc(50% - .5rem);
    width: 1rem;
    height: 1rem;
}

.icon_box>img,
.icon1_box>img {
    width: 100%;
}

.icon_box {
    z-index: 100;
    height: 0;
    overflow: hidden;
}

.icon1_box {
    z-index: 99;


}

.index_fangan_list .fangan_hy {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .34rem;
    /* font-weight: bold; */
}

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

.index_fangan_list:hover {
    transform: translateY(-.1rem);
}

.index_fangan_list:hover .ceng {
    background-color: rgba(0, 0, 0, .5);
}

.index_fangan_list:hover .icon_box {
    height: 1rem;
}

.index_fangan_list:hover .line {
    background-color: #c40018;
}

.index_fangan_list:hover .fangan_hy {
    display: none;
}

.index_fangan_list:hover .fanan_des {
    top: 55%;
}

/* 新闻模块 */
.index_new_box {
    padding: 0;
}

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

.index_new_box:nth-child(3) {
    padding-left: .15rem;
}

.index_new_box .title,
.hudong_wraper .title {
    padding: 0 .15rem;
    background: url(http://weixin.lefilter.com/images/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: #c40018;
    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 #c40018;
}

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

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

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

/* 动画边框 结束 */
.img_box1>img {
    width: 100%;
}

.new_first:hover .new_title {
    color: #c40018;
}

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

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

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

.new_title {
    color: #000;
}

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

.new_lists {
    padding: 0 .2rem;
}

.index_new_list {
    height: 1.16rem;
    overflow: hidden;
    line-height: 1.6;
    border-bottom: 1px dashed #999;
    margin-bottom: .15rem;
}

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

.index_new_list .new_time {
    width: .6rem;
    height: .6rem;
    background: #c1c1c1;

}

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

.index_new_list .new_title {
    margin: -.05rem 0 .08rem;

}

.index_new_list:hover .new_time {
    background-color: #c40018;
}

.index_new_list:hover .new_title {
    color: #c40018;
}

/* 互动平台 */
.hudong_wraper {
    margin-bottom: .7rem;
}

.hudong_list>div {
    height: 2rem;
    padding: .2rem .4rem .2rem .2rem;
    color: #fff;
}

.hudong_list:nth-child(2) div {
    color: #000;
}

.hudong_list:first-of-type>div {
    background: url(http://weixin.lefilter.com/images/hudong1.jpg) no-repeat 0 0;
    background-size: cover;
}

.hudong_list:nth-child(2)>div {
    background: url(http://weixin.lefilter.com/images/hudong2.jpg) no-repeat;
    background-size: cover;
}

.hudong_list:nth-child(3)>div {
    background: url(http://weixin.lefilter.com/images/hudong3.jpg) no-repeat 0 0;
    background-size: cover;
}

.hudong_list img {
    height: 1.6rem;
    width: 1.6rem;
}

.hudong_list .txt {
    width: calc(100% - 2rem);
}

.hudong_list:hover {
    transform: translateY(-.1rem);
    /* color: #000; */
}

/* 底部 */
.footer {
    background: url(http://weixin.lefilter.com/images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: .4rem 0 .2rem;
}

.foot_nav {
    padding: 0;
}

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

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #c40018;
}

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

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

.info dl {
    border-bottom: 1px dashed #fff;
    margin-bottom: .2rem;
}

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

.share .icon_list {
    float: left;
    margin-right: .3rem;
    margin-left: 0;
    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 #ff001e;
    top: -2.2rem;
    left: 0;

}

/* .share a {
    
}

.share a:last-of-type {
    margin-right: 0;
}

.share a img {
    
} */

.footer .container:nth-child(1) {
    border-bottom: 1px solid #fff;
}

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

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

/* 产品中心页面 */
.proc_banner img {
    object-position: 20%;
}

.crumbs {
    height: .5rem;
    background-color: #eeeeee;
}

.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: #c40018;
    color: #fff;
}

.icon-zhuye {
    color: #000;
    line-height: .50rem;
    font-size: .14;
    margin-right: .05rem;
}

.proc_list {
    padding: .58rem 0 0;
}

.fangan_type:nth-child(1) .proc_title,
.proc_list:nth-child(1) .proc_title {
    background: url(http://weixin.lefilter.com/images/num01.png) no-repeat 0 0;
    background-size: contain;
}

.fangan_type:nth-child(2) .proc_title,
.proc_list:nth-child(2) .proc_title {
    background: url(http://weixin.lefilter.com/images/num02.png) no-repeat 0 0;
    background-size: contain;
}

.fangan_type:nth-child(3) .proc_title,
.proc_list:nth-child(3) .proc_title {
    background: url(http://weixin.lefilter.com/images/num03.png) no-repeat 0 0;
    background-size: contain;
}

.fangan_type:nth-child(4) .proc_title,
.proc_list:nth-child(4) .proc_title {
    background: url(http://weixin.lefilter.com/images/num04.png) no-repeat 0 0;
    background-size: contain;
}

.fangan_type:nth-child(5) .proc_title,
.proc_list:nth-child(5) .proc_title {
    background: url(http://weixin.lefilter.com/images/num05.png) no-repeat 0 0;
    background-size: contain;
}

.proc_title {
    height: 1.2rem;
    letter-spacing: .05rem;
    margin-bottom: .4rem;
}

.proc_title p {
    bottom: 0;
    line-height: 1;
    margin-bottom: 0;
}

.proc_list .text {
    font-size: .15rem;
    margin-bottom: .77rem;
    text-indent: 2em;
}

.proc_list_box .list {
    margin-bottom: .5rem;
}

.proc_list_box .list a {
    display: block;
    padding: 0 .05rem;
    background: url(http://weixin.lefilter.com/images/proc_bg.jpg) no-repeat 0 0;
    background-size: cover;
    box-shadow: 0 2px 8px 2px rgb(185, 184, 184);
}

.proc_list_box .list a img {
    margin-top: -.3rem;
    width: 100%;
    box-shadow: 0 2px 8px 2px rgb(185, 184, 184);
}

.proc_list_box .list a p {
    color: #000;
    line-height: 3;
    font-size: .18rem;

}

.proc_list_box .list a:hover {
    background: #c40018;
    transform: translateY(-.1rem);
}

.proc_list_box .list a:hover img {
    box-shadow: none;
}

.proc_list_box .list a:hover p {
    color: #fff;
    font-weight: bold;
}

.proc_list_box .list1 {
    width: 20%;
    float: left;
    padding: 0 15px;
    margin-bottom: .2rem;
}

@media(max-width:768px) {
    .proc_list_box .list1 {
        width: 33.33%;
    }
}

@media(max-width:450px) {
    .proc_list_box .list1 {
        width: 50%;
    }
}

.proc_list_box .list1 a:hover {
    transform: translateY(-.05rem);
}

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

.proc_wraper {
    margin-bottom: .3rem;
}

/* 董事长致词 */

.zc_wraper {
    padding-bottom: 1.5rem;
    color: #555;
    background: url(http://weixin.lefilter.com/images/zc_bg.jpg) no-repeat 0 0;
}

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

.zc_wraper p {
    font-size: .18rem;
    margin-bottom: .2rem;
    font-weight: 300;
    line-height: 2;
    text-indent: 2em;
}

.sdzx_container {
    padding: .47rem 0 .7rem;
}

.sdzx_title {
    height: .58rem;
    background: url(http://weixin.lefilter.com/images/Morewonderful.png) no-repeat .15rem 0;
    margin-bottom: .6rem;
    background-size: contain;
}

.sdzx_title p {
    background: url(http://weixin.lefilter.com/images/bg1.jpg) no-repeat 0 0;
    background-size: contain;
    color: #000;
    font-size: .3rem;
    padding-left: .15rem;
    margin-bottom: 0;
}

.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.08);
}

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

}

.cptj_swiper {
    width: 100%;
    max-width: 1770px;
    margin-bottom: .7rem;
    padding: .1rem 0;
}

.cptj_swiper .swiper-slide {
    width: calc(20% - 16px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.cptj_swiper .swiper-slide:hover {
    transform: translateY(-.1rem);
}

.cptj_swiper img {
    width: 100%;
    box-shadow: .04rem .04rem .05rem 1px #cecdcd;
}

.cptj_swiper a {
    display: block;
}

/* 发展历程 */
.zzzs_wraper {
    padding: 1.1rem 0 .5rem;
}

.progress_wraper {
    padding-top: 1.1rem;
}

.progress_tab {
    border-bottom: 5px solid #c40018;
    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: #c40018;
}

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

.tab_list.progress_tab_list:first-child {
    display: none;
}

.tab_list.progress_tab_list:last-child {
    display: block;
}

.progress_tab_list {
    color: #000;
}

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

.progress_tab_list>div:first-child {
    padding: .5rem .55rem 0 0;
}

.progress_tab_list>div:last-child {
    padding: .5rem 0;
    border-left: 2px solid #9a9a9a;
}

.progress_tab_list>div>h1 {
    margin-bottom: .15rem;
}

.progress_list {
    /* margin-bottom: .1rem; */
}

.progress_list h1 {
    padding-left: .4rem;
    margin-bottom: 0;
    line-height: 1.4;
    border-bottom: 2px solid #9a9a9a;
    position: relative;
}

.progress_list h1:before {
    position: absolute;
    bottom: -.05rem;
    left: -.1rem;
    content: '';
    width: .2rem;
    height: .1rem;
    border-radius: 50%;
    background-color: #9a9a9a;
}

.jishi {
    padding: .3rem 0 .2rem .4rem;
}

.jishi>img {
    width: 43%;
    padding-right: .2rem;
}

.jishi>p {
    width: 57%;
    font-size: .16rem;
}

.tab_list .big_img {
    width: 100vw;
    object-fit: none;
    object-position: center 0;
}

.tab_list .small_img {
    width: 100%;
}


.zzzs_title {
    height: .58rem;
    background: url(http://weixin.lefilter.com/images/qualifications.png) no-repeat .15rem 0;
    background-size: contain;

}

.zzzs_wraper .tab_list {
    padding-top: .1rem;
}

.zzzs_title p {
    font-size: .36rem;
}

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

.zzzs_tab .tabBar {
    border-bottom: 3px solid #c40018;
    margin-right: 5px;
    width: auto;
    padding: .1rem .5rem;
}

.zzzs_tab_lists .tab_list>div {
    display: block;
    float: left;
    width: calc(20% - 13.6px);
    margin-bottom: .75rem;
    margin-right: 13.6px;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

/* .zzzs_tab_lists .tab_list a:hover {
    transform: translateY(-.1rem);
} */

@media (min-width:769px) {
    .zzzs_tab_lists .tab_list>div:nth-child(5n) {
        margin-right: 0;
    }
}

.zzzs_tab_lists .tab_list {
    /* padding: .1rem; */
}

.zzzs_tab_lists .tab_list img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 4px 4px 4px #999;
}

/* 企业介绍 */
.qyjs_title {
    height: .63rem;
    background: url(http://weixin.lefilter.com/images/EnterpriseIntroduction.png) no-repeat .15rem 0;
    /* margin-bottom: .6rem; */
    background-size: contain;
}

.qyjs {
    font-size: .17rem;
    margin-bottom: .7rem;
}

.qyjs p {
    text-indent: 2em;

}

.four_list {
    padding-bottom: .1rem;
    position: relative;
}

.goodness .four_list>.tet {
    position: absolute;
    bottom: 0;
    padding: 0 .35rem .3rem .2rem;
}

.goodness .four_list>.tet>h3 {
    letter-spacing: 2px;
    font-size: .24rem;
}

.goodness .four_list>.tet>p {
    line-height: 1.5;
    margin-bottom: 0;
    height: .88rem;
    /* letter-spacing: 1px; */
}

.four_list img {
    width: 100%;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 6px 6px 4px 1px rgb(211, 210, 210);
}

.four_list:hover {
    transform: translateY(-.1rem);
}

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

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

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

.jtxw_title {
    height: .63rem;
    background: url(http://weixin.lefilter.com/images/GroupNews.png) no-repeat .15rem 0;
    background-size: contain;
    margin-top: 1rem;
}

.group_news .new_first {
    padding: 0 4px;
}

/* .group_news .new_first>div {
    border-bottom: 5px solid #fff;
} */

.group_news .new_first>div:hover {
    /* transform: translateY(-.1rem); */

}

.fangan_wraper {
    background: url(http://weixin.lefilter.com/images/fangan_bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: .8rem;
}

.fangan_wraper .main_title {
    padding-bottom: .7rem;
}

.fangan_wraper .main_title h1 {
    margin-bottom: .4rem;
}

/* 方案列表 */
.fangan_type {
    padding-top: 60px;
}

.fangan_type h2 {
    margin-bottom: .3rem;
}

.fangan_list:not(:last-child) {
    margin-bottom: .4rem;

}

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

    .fangan_list {
        padding: 0 27px;
    }
}

.fangan_list>a {
    display: block;
    background: #f8f8f8;
    box-shadow: 4px 4px 4px #999;
    overflow: hidden;
}

.fangan_list .img_box {
    height: 2.98rem;
    /* border-bottom: 5px solid #005792; */
    overflow: hidden;
}

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

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

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

.fangan_list>a:hover {
    transform: translateY(-.1rem);
    /* box-shadow: 1px 1px 5px 4px #dddbdb; */
}

/* .fangan_list>a:hover img{
    transform: scale(1.05);
} */
.fangan_list>a:hover .teet {
    background: url(http://weixin.lefilter.com/images/xiexian_bg.png) no-repeat 0 0;
    background-size: cover;
}

.fangan_list .teet p {
    font-size: .16rem;
    height: .6rem;
    color: #000 !important;
}

/* 联系我们页面 */
.lxwm_wraper {
    padding-top: .93rem;
}

@media screen and (min-width:769px) {
    .lxwm_wraper {
        background: url(http://weixin.lefilter.com/images/contact.jpg) no-repeat;
        background-position: right top;
    }
}


.lxwm_wraper .txt {
    width: 100%;
    max-width: 860px;
    padding: 0 10px;

}

.lxwm_title {
    height: .63rem;
    background: url(http://weixin.lefilter.com/images/contactUs.png) no-repeat .15rem 0;
    background-size: contain;
}

.lxwm_wraper .txt .lxwm_title p {
    font-size: .36rem;
    line-height: 1;
}

.lxwm_wraper .txt .pp p {
    font-size: .17rem;
    line-height: 2.2;
    color: #000;
    margin-bottom: .7rem;
    letter-spacing: 1px;
}

.fwrx_title {
    height: .63rem;
    background: url(http://weixin.lefilter.com/images/ServiceHotline.png) no-repeat .15rem 0;
    background-size: contain;
}

.fwrx_title p {
    font-size: .36rem;
}

.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: .4rem .58rem .2rem;
    height: 2.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-bottom: .15rem;
}

.zjl_card .box>div {
    padding: .2rem 0 0.1rem;
}

.zjl_card .box h2 {
    margin: .1rem 0 .2rem;
    text-align: center;
}

.weizhi_title {
    background: url(http://weixin.lefilter.com/images/OurPosition.png) no-repeat .15rem 0;
    background-size: contain;
}

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

.sm_wraper {
    padding: .6rem;
}

.sm_wraper h1 {
    margin: 0 0 .4rem;
}

@media screen and (min-width:769px) {
    .sm_wraper p {
        width: 50%;
        margin: 0 auto .77rem;
    }
}

.shemei_list p {
    margin: .15rem auto 0;
}

.shemei_list img {
    width: 1.2rem;
}

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


.online {
    padding: .84rem 0 0 0;
}

.massage_title {
    height: .63rem;
    background: url(http://weixin.lefilter.com/images/OnlineMessage.png) no-repeat .15rem 0;
    background-size: contain;
}

/* 留言表单 */
.layui-form-item .layui-inline {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}

.layui-form-label {
    width: 1.2rem;
    padding: 0;
    line-height: .45rem;
    margin-bottom: 0;
    color: #000;
    font-size: .16rem;
}

.layui-form-label.layui-required:after {
    content: "*";
    color: red;
    position: absolute;
    top: 5px;
    left: .3rem;
}

.layui-form-item .layui-input-inline {
    width: calc(100% - 1.2rem);
    margin-right: 0;

}

.layui-input {
    width: 100%;
    height: .45rem;
    line-height: .45rem;
    font-size: .16rem;
    border: #818181 1px solid;
    outline: none;
    color: #000;
    background-color: #fcfcfc;
    text-indent: .1rem;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

.layui-form-select dl dd.layui-this {
    background-color: #c40018;
}

.layui-input-block {
    margin-left: 1.2rem;
    min-height: .4rem;

}

.layui-input-block textarea {
    border: #818181 1px solid;
    outline: none;
    color: #000;
    background-color: #fcfcfc;
    text-indent: .1rem;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

.layui-btn {
    width: 1.5rem;
    float: left;
    margin-left: 1.2rem;
    background: #c40018;
    height: .45rem;
    line-height: .45rem;
    color: #fff;
    border: none;
    margin-bottom: .3rem;
    cursor: pointer;
    font-size: .18rem;
    letter-spacing: .1rem;
    text-align: center;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

.ly-li:last-of-type label {
    vertical-align: top;
}

.zxly-ny {
    margin-bottom: .3rem;
    width: calc(100% - 1rem);
    height: 2rem;
    font-size: .18rem;
    padding-top: 4px;
    background-color: #fcfcfc;
    border: #818181 1px solid;
    outline: none;
    color: #000;
    text-indent: .1rem;
    outline: none;
    box-shadow: 3px 3px 4px 1px #d1d0d0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

.module_wraper {
    padding: 0 .1rem;
    margin-bottom: .9rem;
}

.module_wraper .sdzx_list>a {
    border-radius: 8px;
    overflow: hidden;
}

/* new1 页面 */
.jtxw_banner_text {
    bottom: 0;
    left: 12.8%;
    width: 4.3rem;
    background: rgba(22, 22, 22, 0.75);
    color: rgba(255, 255, 255, .7);
    padding: 0 0 .17rem .3rem;
    letter-spacing: .05rem;
}

.jtxw_banner_text h1 {
    color: #fff;
    letter-spacing: .15rem;
    margin-bottom: .3rem;
}

.jtxw_title {
    background: url(http://weixin.lefilter.com/images/GroupNews.png) no-repeat .15rem 0;
    background-size: contain;
}

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

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

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

}

.img_b {
    width: 3.5rem;
    height: 2.5rem;
    text-align: center;
    overflow: hidden;
    box-shadow: 4px 4px 4px 1px rgb(185 185 185);
}

.img_b>img {
    width: 100%;

}


.index_new_time {
    width: .8rem;
    height: .8rem;
    color: #000;
    line-height: 1;
    padding-top: .05rem;

}

.new_con .left {
    width: calc(100% - 1.5rem);

}

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

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

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

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

.new_list:hover .new_title,
.new_list:hover .index_new_time>p:first-child,
.new_list:hover .link_new_detail {
    color: #c40018;
}

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

/* 分页 */
/*pages*/
.pagination-wrapper {
    margin: 20px 0;
    text-align: center;
}

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

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

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

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

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

/* 新闻中心页面 */
.news_banner {
    background: url(http://weixin.lefilter.com/images/news_banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: .59rem;
}

.news_banner .container {
    padding: 0 .6rem;

}

.news_banner .container>h1 {
    margin-bottom: .3rem;
    letter-spacing: 5px;
}

.news_banner .container>p {
    margin-bottom: .7rem;
    letter-spacing: 2px;
}

.newBannerBox {
    margin-bottom: 0;
}

.newList {
    padding: 0 .45rem;
}

.newList>div {
    background: #fff;
}

.newList .img_box {
    height: 2.34rem;
    overflow: hidden;

}

.newList .img_box>img {
    width: 100%;
}

.newList .bottom_line {
    height: 3px;
}

.newList .clamp2 {
    /* display: block; */
    /* height: ; */
    padding: .1rem .17rem;
    font-size: .17rem;
    /* line-height: 2; */
}

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

.hyzx_wraper {
    background: url(http://weixin.lefilter.com/images/hyzx_bg.jpg) no-repeat;
    background-size: cover;
}

.hyzx_wraper .title {
    margin: .83rem 0 1.1rem;
    position: relative;
}

.hyzx_wraper .title:before,
.hyzx_wraper .title:after {
    display: block;
    position: absolute;
    width: 44%;
    height: 0.05rem;
    height: 5px;
    top: calc(50% - 2.5px);
    content: " ";
    border-radius: 2px;

}

.hyzx_wraper .title:before {
    left: 0;
    background: #000;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), #c40018);
}

.hyzx_wraper .title:after {
    right: 0;
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), #c40018);
}

.hyzx_wraper .swiper-wrapper {
    padding-bottom: 1rem;
}

.hyzx_wraper .new_first {
    padding: 0 .2rem;
}

.hyzx_wraper .new_con {
    background: unset;
    color: #fff;
    padding-left: .3rem;
    padding-right: .3rem;
}

.hyzx_wraper .new_title {
    color: #fff;
}

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

.hyzx_wraper .swiper-pagination {
    bottom: .3rem !important;
}

.hyzx_wraper .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    background: #fff;
    opacity: 1;
    margin: 0 .1rem !important;
}

.hyzx_wraper .swiper-pagination-bullet-active {
    background: #c40018;
}

.more1 {
    height: .35rem;
    line-height: .35rem;
    padding: 0 .15rem 0 .2rem;
    border-radius: .2rem;
    border: 1px solid #666;
    vertical-align: middle;
    margin-top: .13rem;
}

.ztbd_title {
    background: url(http://weixin.lefilter.com/images/SpecialReport.png) no-repeat .15rem 0;
    background-size: contain;
    margin-top: 1rem;
}

.ztbd_wraper .new_list {
    margin-bottom: .5rem;
}

@media screen and (min-width:769px) {
    .ztbd_wraper .new_list:nth-child(2n-1) {
        padding-right: .504rem;
    }

    .ztbd_wraper .new_list:nth-child(2n) {
        padding-left: .504rem;

    }
}

.ztbd_wraper .new_list>div {
    background-color: #eeeeee;
    box-shadow: 4px 4px 4px 1px #d8d8d8;
}

.ztbd_wraper .img_b {
    width: 2rem;
    height: 1.4rem;
    border-radius: .2rem;
    overflow: hidden;
    margin-top: -.15rem;
    margin-left: -.15rem;

}

.ztbd_wraper .new_list>div>.fr {
    width: calc(100% - 2rem);
    height: 1.4rem;
    padding: .1rem .4rem 0 .2rem;
}

.ztbd_wraper .bottom_line {
    height: 4px;
    background-color: unset;
    background-image: -webkit-linear-gradient(left, #c40018, rgba(255, 255, 255, .1));
}

.qygg_title {
    background: url(http://weixin.lefilter.com/images/EnterpriseAnnouncement.png) no-repeat .15rem 0;
    background-size: contain;
    margin-top: 1rem;
}

.qygg_box {
    margin: .2rem 0 .3rem;
}

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

.qygg_list>a {
    display: block;
    width: 3.2rem;
    height: 2rem;
    overflow: hidden;
}

.qygg_list>a>img {
    width: 3.2rem;
    object-fit: cover;
}

.qygg_list>a>p {
    left: 0;
    bottom: 0;
    padding: 0 .15rem;
    font-size: .32rem;
}

.qygg_list:hover {
    transform: translateY(-.1rem);
}

/* 视频展厅页面 */
.spzt_banner {
    background: url(http://weixin.lefilter.com/images/video_banner.jpg) no-repeat center bottom;
    background-size: cover;
    /* padding-top: .59rem; */
}

.spzt_banner .container {
    height: 5.5rem;
}

.banner_video {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 5.98rem;
    border-bottom: 1px solid #000;
}

.banner_video img {
    width: 100%;
}

.banner_video p {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 .15rem;
    font-size: .24rem;
    letter-spacing: 2px;
    color: #fff;
    line-height: 2;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .8);
}

.spzt_wraper {
    padding: 1.2rem 0 .3rem;
}

.spzt_wraper .swiper-container {
    padding-bottom: .4rem;
}

.spzt_tabBar {
    width: calc(25% - 5px);
    border-bottom: 3px solid #c40018;
    margin-right: 5px;
    padding: .1rem .5rem;
}

.spzt_tabBar:hover,
.spzt_tabBar.active {
    background: #c40018;
}

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

.spzt_tab_lists {
    padding: .2rem 0 0;
}

.spzt_tab_lists .swiper-slide>div {
    width: 50%;
    margin-right: 0;
    margin-bottom: .5rem;
    padding: 0;
}

.spzt_tab_lists .swiper-slide>div>div {
    box-shadow: 2px 2px 2px 1px #d8d8d8;

}

@media screen and (min-width:769px) {
    .spzt_tab_lists .swiper-slide>div:nth-child(2n) {
        padding-left: .3rem;
    }

    .spzt_tab_lists .swiper-slide>div:nth-child(2n-1) {
        padding-right: .3rem;
    }
}


.spzt_tab_lists .swiper-slide>div p {
    padding: .1rem .2rem;
    font-size: .26rem;
}

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

.spzt_wraper .swiper-pagination-bullet {
    width: .15rem;
    height: .08rem;
    background: #000;
    opacity: 1;
    margin: 0 .05rem !important;
    border-radius: .04rem;
}

.spzt_wraper .swiper-pagination-bullet-active {
    width: .35rem;
    background: #c40018;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 660px;
        margin: 0 auto;
    }

    #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;
}

/* 产品详情页 */

.proDetail_crumbs {
    background-color: #fff;
}

.proDscp_wraper {
    background-color: #f8f8f8;
}

.prod_img {
    padding: 0;
    text-align: center;
}

.prod_img img {
    width: 100%;
    /* object-fit: contain;
    object-position: center; */
}

.prod_txt {
    padding: 0;
}

.prod_txt h1 {
    margin: .6rem 0;
    font-size: .4rem;
}

.gs {
    font-size: .16rem;
    margin-bottom: .33rem;
}

.gs span {
    display: inline-block;
    letter-spacing: 1px;
    color: #000;
    text-align: justify;
}

.gs>span:nth-child(1) {
    width: .87rem;
    vertical-align: top;
}

.gs>span:nth-child(2) {
    width: calc(100% - 1rem);
}

.tx_bar {
    border-bottom: 2px solid #818181;
    margin-bottom: 0;
}

.tx_bar>a {
    font-size: .18rem;
    line-height: 3;
    margin-right: .3rem;
    color: #000;
}

.cptx_module .title {
    margin: .6rem 0 .4rem;
    font-size: .34rem;
    letter-spacing: 4px;
    color: #000;
    padding-left: .2rem;
    background: url(http://weixin.lefilter.com/images/bg1.jpg) no-repeat;
    background-size: contain;
    line-height: 1;
}


.nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
    height: auto;
}

.nav-tabs>li>a {
    color: #000;
    font-size: .22rem;
    line-height: 2.5;
    padding: 0 .25rem;
    background-color: #f8f8f8;
    margin-right: .1rem;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #f8f8f8;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background-color: #f8f8f8;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 2px solid #c40018;
    box-shadow: 3px 4px 3px #a1a1a1;
}

.tab-content {
    background-color: #f8f8f8;
    padding: .35rem 0 .2rem;
}
.link{
    height: 32px;
    line-height: 32px;
    border-radius: 17px;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.proDscp_wraper .link {
    padding-left: 0;
    text-align: center;
}

.proDscp_wraper .link>a {
    font-size: .26rem;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: .25rem;
    width: auto;
    min-width: 3rem;
    padding: .08rem .4rem;
    margin-top: 0;
}

.proDscp_wraper .link a {
    background-color: #d60202;
    color: #fff;
    border: 1px solid #d60202;
    margin-right: .2rem;
}




.canshu {
    padding-top: .1rem;
}

.canshu table {
    margin-bottom: .6rem;
}

.canshu table {
    font-size: .16rem;
}

.table>thead:first-child>tr:first-child>th,
.table-bordered>thead>tr>th {
    border: 1px solid #252525;
}


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

.canshu thead {
    background: #3a3838;
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(231, 229, 229);
}

.xinghao {
    margin-bottom: .3rem;
    font-size: .16rem;
}

.xinghao>p.col-xs-1 {
    padding: 0;
}

.canshu>p.red {
    letter-spacing: 3px;
}

.yl_text {
    padding: 0 .3rem;
    color: #000;
}

.yl_img {
    padding-top: .3rem;
}

.yl_img img {
    max-width: 100%;
}

.cpmd {
    background: #f8f8f8;
}

.md_list>div {
    background: #fff;
    border-radius: 6px;
    margin-bottom: .48rem;
    padding: .25rem 1.7rem .25rem .4rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.md_list>div img {
    margin-right: 1rem;
    border-radius: 50%;
}

.md_list:nth-child(odd) {
    padding: 0 .25rem 0 0;
}

.md_list:nth-child(even) {
    padding: 0 0 0 .25rem;
}

.md_list>div>p {
    font-size: .16rem;
    margin-bottom: 0;
}

.md_list>div:hover {
    background: #c40018;
    color: #fff;
    box-shadow: 3px 4px 3px #a1a1a1;
}

.sptj_tab {
    border-bottom: 2px solid #c40018;
    margin-bottom: .7rem;
}

.sptj_tab .tabBar {
    border: none;

}

.sptj_tab .tabBar:hover,
.sptj_tab .tabBar.active {
    background-image: -webkit-linear-gradient(top, #fff, #c40018);
    background-image: -moz-linear-gradient(top, #fff, #c40018);
    background-image: -o-linear-gradient(top, #fff, #c40018);
}

.sctp_tab_lists img {
    margin-bottom: .21rem;

}

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

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

.sctp_tab_lists img:nth-child(6) {
    padding: 0 .15rem 0 0;
}

.sctp_tab_lists img:nth-child(7) {
    padding: 0 .15rem 0 .0rem;
}

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

.cpyy_module .table-bordered {
    border: 0px;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #b8b6b6;
    padding: .2rem .2rem .2rem .28rem;
}

.cpyy_module td h4 {
    font-size: .22rem;
    margin-bottom: .2rem;
    letter-spacing: 3px;
}

.cpyy_module td p {
    font-size: .16rem;
}

.cptj_module {
    background-color: #f8f8f8;
}

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

.cptj_list {
    float: left;
    width: calc(20% - .432rem);
    margin-right: .54rem;
    box-shadow: 4px 4px 4px #a1a1a1;
}

.cptj_list:last-of-type {
    margin-right: 0;
}

.cptj_list>a {
    display: block;
    position: relative;
}

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

.cptj_list>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .4rem;
    margin-bottom: 0;
    line-height: .4rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    letter-spacing: 3px;
    background-color: #c40018;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.cptj_list:hover p {
    height: 100%;
    line-height: 3.5rem;
    background-color: rgba(0, 0, 0, .5);
}

/* .go_top{
   position: fixed;
   bottom: 1.5rem;
   right: .5rem;
} */
#totop {
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    z-index: 999;
    width: .4rem;
    cursor: pointer;
    display: none;
}


#totop a {
    display: block;
    outline: none;
    width: .4rem;
    height: .4rem;
    background: url(../icon/totop2.png) no-repeat;
    background-size: contain;

}

#totop a.cur {
    text-decoration: none;
    color: #c40018;
}

/* 企业文化页面 */
.guolvbei {
    width: 100%;
    /* height: 832px; */
    background: url("../Images/jiagongbei.jpg") no-repeat top center;
}

.jiagong {
    width: 100%;
    max-width: 1420px;
    /* height: 8.32rem; */
    padding-top: .45rem;
    margin: 0 auto;
}

.hongxuan {
    background: #c40018;
    /* height: 5.95rem; */
    border-bottom: 5px solid #000;
    width: 100%
}

.jiagong h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
}

.jiagong h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: .16rem;
    padding-top: 10px;
}

.jiagong p {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: .2rem;
    font-size: .14rem;
}

.jiagong>h2,
.jiagong>h3,
.jiagong>p {
    color: #000;
}

.jiagong h2 span {
    font-size: .3rem;
    font-weight: bold;
    padding: 0 20px;
}

.shiming {
    width: 100%;
    /* height: 278px; */
}

.shiming01 {
    /* width: 350px; */
    padding: .3rem;
    float: left;
}

.shiming01 h2 {
    text-align: left;
}

.shiming01 p {
    text-align: left;
    padding: 0;
    line-height: 1.8;
    margin-top: .1rem;
    font-size: .16rem;
}

.shiming02 {
    float: left;
    margin-top: .56rem;
    /* width: 300px; */
    /* height: 1.76rem; */
    overflow: hidden;
}

.shiming02 img {
    /* width: 300px; */
    /* height: 1.76rem; */
    transition: 1s;
}

.shiming02 img:hover {
    transform: scale(1.2);
}

.shiming03 {
    /* width: 550px; */
    padding: .3rem 0 0 .3rem;
    float: left;
}

.shiming03 h2 {
    text-align: left;
}

.shiming03 p {
    text-align: left;
    padding: 0;
    line-height: .3rem;
    margin-top: .1rem;
    font-size: .16rem;
    margin-bottom: .09rem;
}

.shiming03 ul li {
    float: left;
    /* width: 160px; */
    /* margin-right: .1rem; */
    text-align: center;
    color: #fff
}

.shiming03 ul li .youyou {
    /* width: 160px; */
    /* height: 1rem; */
    overflow: hidden;
}

.shiming03 ul li .youyou img {
    width: 100%;
    /* height: 1rem; */
    transition: 1s;
}

.shiming03 ul li .youyou img:hover {
    transform: scale(1.2);
}

.shiming03 ul li span {
    line-height: .25rem;
    position: relative;
    top: -.25rem;
    display: inline-block;
    width: 100%;
    font-size: .18rem;
    background: rgba(0, 0, 0, 0.65);
}

.xintai {
    width: 100%;
    /* height: 3.12rem; */
}

.xintai h2 {
    /* display: inline-block; */
    width: 3.5rem;
    text-align: left;
    text-indent: .3rem;
}

.baitaiodd {
    width: 100%;
    height: auto;
    position: relative;
}

.baitaiodd:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: calc(100% - 3.5rem);
    /* width:8rem; */
    height: 1px;
    background-color: #fff;


}

/* .baitaio {
    float: right;
    width: 885px;
    height: 1px;
    background: #fff;
    margin-top: 14px;
} */

.xintai ul {
    width: 100%;
    /* height: 2.86rem; */
}

.xintai ul li {
    /* width: 25%; */
    float: left;
    margin-top: .36rem;
}

.xintai ul li p {
    text-align: left;
    line-height: 1.5;
    padding: .3rem;
}

.xintai ul li span {
    display: inline-block;
    text-align: center;
    margin-left: 35%;
    background: #fff;
    color: #e63521;
    border-radius: 50%;
    width: .65rem;
    height: .65rem;
    font-size: .5rem;
    line-height: .65rem;
}

.qiguppp {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    height: auto;
}

.qiguppp h2 {
    padding-top: .45rem;
    margin: 0;
    color: #434343;
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
}

.qiguppp h3 {
    padding-bottom: .45rem;
    margin: 0;
    color: #959595;
    text-align: center;
    font-size: .16rem;
    padding-top: .1rem;
}

.qiguppp h2 span {
    font-size: .3rem;
    font-weight: bold;
    padding: 0 20px;
}

.qiguppp ul li {
    /* float: left; */
    /* width: 366px; */
    /* height: 472px; */


    /* margin-left: 50px; */
}

.qiguppp ul li>div {
    padding: .12rem;
    border: 1px solid #eee;
}

/* .qiguppp ul li:nth-child(1) {
    margin-left: 0;
} */

.qiguppp ul li img {
    width: 100%;
}

.linglu {
    width: 100%;
    height: 3.04rem;
    overflow: hidden;
}

.linglu img {
    width: 100%;
    height: 3.04rem;
    object-fit: cover;
    transition: 1s;
}

.linglu img:hover {
    transform: scale(1.2);
}

.qig.linglu img {
    width: 100%;
    height: 2.32rem;
}

.qiguppp ul li>div>a {
    font-weight: bold;
    font-size: .16rem;
    line-height: .4rem;
}

.qiguppp ul li p {
    font-size: .14rem;
    line-height: .3rem;
    height: 1.2rem;
}

.jiancai {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-bottom: .5rem;
}

.jiancai h2 {
    padding-top: .45rem;
    margin: 0;
    color: #434343;
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
}

.jiancai h3 {
    padding-bottom: .45rem;
    margin: 0;
    color: #959595;
    text-align: center;
    font-size: .16rem;
    padding-top: .1rem;
}

.jiancai h2 span {
    font-size: .3rem;
    font-weight: bold;
    padding: 0 .2rem;
}

.jiancai img {
    object-fit: cover;
    margin-bottom: .3rem;
}

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

.new-ny {
    width: 100%;
    margin: 0 auto;
    height: auto;
    /* padding: .4rem 0 .8rem; */
    border-bottom: 1px solid #c2c0c0;
    margin-bottom: .8rem;
}

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

.new-ny>p {
    margin-bottom: .2rem;
    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 {
    line-height: 1.8;
    font-size: .17rem;
    text-align: left;
    /* text-align: justify; */

}

.new-ny  img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: .2rem auto;
}

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

.new_footer p {
    font-size: .16rem;
    color: #4b4a4a;
    margin-bottom: .15rem;
}

/* .new_footer p a{
    font-size: .16rem;
    color: #666;
} */
.site_map_crumbs {
    background-color: #c1c1c1;
}

.sitemap_container {
    padding: .35rem 0;
}

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

.sitemap_title {
    padding-left: .25rem;
    background: url(http://weixin.lefilter.com/images/bg1.jpg) no-repeat 0 0;
    line-height: 1;
    margin: .5rem 0 .45rem;
    letter-spacing: 2px;
    color: #000;
}

.sitemap_title p {
    margin-bottom: 0;
}

.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 {
    margin: .2rem 0 .1rem;
}

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

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

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

/* 方案详情页 */
.fangan_title {
    margin-bottom: .2rem;
}

.fangan_title>p {
    padding-right: .2rem;
    text-align: right;
}
.fangand_wraper{
    margin-top: 60px;
}
.fangand_wraper .tet {
    padding: .2rem;
    margin-bottom: .2rem;
}

.fangand_wraper .tet_bg {
    background: #f8f8f8;
}

.fangand_wraper {
    letter-spacing: 2px;
}

.fangand_wraper .tet.contant {
    padding: .2rem 0;
}

.fangand_wraper .tet.contant h4 {
    margin-bottom: .3rem;
}

.sy_pro_wraper {
    letter-spacing: 2px;
    background: #f8f8f8;
    padding-bottom: .35rem;
}

.sy_pro_title {
    margin: .4rem 0;

}
.sy_pro_wraper img{
    max-width: 100%;
}
.sy_pro_wraper .col-md-3 {
    padding-left: 0;
}

.sy_pro_wraper .col-md-3 img {
    width: 100%;
}

.sy_pro_wraper .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 .1rem;
    justify-content: space-between;

}

.sy_pro_wraper .col-md-6 img {
    width: 1.25rem;
    height: 1.25rem;
    margin: .15rem 0;
}

.yuanli {
    padding: .55rem 0 .7rem;
    /* margin-bottom: .4rem; */
}

.yuanli h4 {
    margin: 0 0 .4rem;
}

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

.yuanli img {
    max-width: 100%;
}

.yuanli table {
    width: 100%;
}

.yuanli .table-bordered>tbody>tr>td {
    padding: .1rem;
    vertical-align: middle;
    border: 1px solid #3a3838;
}

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

.shebei_tj h4 {
    margin-bottom: .3rem;
}

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

.tuijian .img_box {
    padding: 0 .7rem 0 0;
}

.tuijian .img_box img {
    max-width: 100%;
}

.tuijian .prod_txt {
    padding: 0;
}

.tuijian .prod_txt h1 {
    margin: .2rem 0 .6rem;
    font-size: .26rem;
}

.cricle {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background-color: #c40018;
    color: #fff;
    line-height: .9rem;
    text-align: center;
    font-size: .4rem;
}

.tuijian .item>a {
    position: absolute;
    right: 13%;
    bottom: 3%;
    display: block;
    width: 55%;
    color: #fff;
    background-color: #c40018;
    line-height: .5rem;
    padding: 0 .1rem;
    text-align: right;
    letter-spacing: 2px;
    /* z-index: -1; */
}

.kehu {
    background: url(http://weixin.lefilter.com/images/fangan_bg2.jpg) no-repeat 0 0;
    background-size: cover;
}

.main_title1 {
    padding-bottom: .5rem;
}

.main_title1 h1 {
    font-size: .3rem;
    font-weight: bold;
    margin: 0;
}

.kehu .swiper-slide {
    position: relative;
    width: calc(33.33% - 20px);
    /* height: 3.5rem; */
}

.kehu .swiper-slide img {
    width: 100%;
    height: auto;
}

.kehu .swiper-slide .teet {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: .4rem;
    z-index: 100;
    letter-spacing: 2px;
}

.kehu .swiper-slide .teet h5 {
    font-size: .18rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    margin: 0;
}

.kehu .swiper-slide .teet p {}

.kehu .swiper-slide:hover .teet {
    height: 100%;
    padding: .5rem .3rem;
}

.kehu .swiper-slide:hover .teet h5 {
    margin-bottom: .3rem;
}


/* .kehu--button-prev,
.kehu-button-next {
    left: 0;
    width: .7rem;
    height: .7rem;
    background-color: #fff;
    color: #fff;
    text-align: center;
    background-image: unset;
}

.kehu-button-next {
    left: unset;
    right: 0;
}

.kehu--button-prev i,
.kehu-button-next i {
    font-size: .4rem;
    line-height: .7rem;
    color: #000;
}

.kehu-button-next i {
    font-size: .44rem;
}

.kehu--button-prev:hover,
.kehu-button-next:hover {
    background-color: #c40018;
}

.kehu--button-prev:hover i,
.kehu-button-next:hover i {
    color: #fff;
} */

.more_pro_tj {
    padding: .3rem 0 .5rem;
    border-bottom: 1px dashed #808080;
}

.more_pro_tj .main_title1 p {
    text-align: left;
    text-indent: 2em;
}

.more_pro img {
    width: 100%;
    margin-bottom: .1rem;
}

.more_pro p {
    line-height: 2;
}

.more_pro .col-md-3:nth-child(odd) {
    padding-left: 0;
    padding-right: .15rem;
}

.more_pro .col-md-3:nth-child(even) {
    padding-left: .15rem;
    padding-right: 0;
}

.fangan_news {
    padding-bottom: .4rem;
}

.fangan_news .index_new_list {
    padding: 0 .2rem 0 0;
    border-bottom: none;
}

.fangan_news .index_new_list:nth-child(even) {
    padding: 0 0 0 .2rem;
}

.fangan_news .index_new_list>div {
    padding: .2rem;
    background-color: #f8f8f8;
}

.fangan_news .index_new_list .new_des {
    width: 90%;
}

.touzizhe {
    height: 4.73rem;
    margin: .9rem auto .55rem;
}

.touzizhe>div:nth-child(1) {
    padding: 0;
}

.touzizhe>div img {
    width: 100%;
}

.tzzgx {
    background: #1d2089;
    color: #fff;
    height: 4.73rem;
    padding: .4rem;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 2;
}

.dm {
    line-height: 2;
    color: #000;
    margin-bottom: 1rem;
}

.dm p {
    margin-bottom: 0;
    letter-spacing: 1px;
}

/* 新增人力资源 */
.renli {
    margin: .95rem auto 1.1rem;
}

.renli_list:hover {
    transform: translateY(-.1rem);
}

.renli_list img {
    width: 100%;
}

.renli_list p {
    bottom: 0;
    font-size: .34rem;
    text-shadow:  2px 2px #464646;
    text-indent: 1em;
}
.zhiwei_title{
    margin-bottom: .2rem;
}
.zhiwei {
    background-color: #fff;
    padding: 0 .2rem;
    margin-bottom: .4rem;
}
.tit{padding: .1rem 0;
    border-bottom: 1px dashed #999;
}
.tit span {
    display: inline-block;
}

.panel {
    border: none;
    border-radius: 0;
}

.collapse.in {
    /* box-shadow: 0px 0px 5px 3px rgba(0,0,0,.2); */
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-bottom: 1px dashed #999;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel:first-child .panel-title a .arrow>img,
.panel .panel-title a[aria-expanded=true] .arrow>img {
    transform: rotate(180deg);
}

.panel:first-child .panel-title a[aria-expanded=false] .arrow>img {
    transform: rotate(360deg);
}

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

.zhaopinliucheng img {
    max-width: 100%;
    margin-bottom: .25rem;
}

.zhaopinliucheng p {
    letter-spacing: 2px;
}

.zp_container {
    height: 5rem;
}

.zp_massage {
    width: 43.66%;
    padding: .3rem .5rem;
    background-color: #efefef;
}

.zp_container h3 {
    margin: .2rem 0;
    letter-spacing: 3px;
}

.zp_massage input,
.zp_massage textarea {
    display: block;
    width: 100%;
    font-size: .16rem;
    color: #666;
    margin-bottom: .2rem;
    outline: none;
    border-bottom: 1px solid #666;
    background-color: #efefef;
}

.zp_massage input {
    border-top: none;
    border-left: none;
    border-right: none;
    height: .5rem;
}

.zp_massage label {
    font-weight: normal;
    line-height: .5rem;
}

.zp_massage textarea {
    height: 1rem;
}

.zp_massage button {
    display: block;
    width: 1.5rem;
    height: 40px;
    line-height: 40px;
    margin: .35rem auto 0;
    background-color: #0d3586;
    outline: none;
    border: none;
    font-size: .16rem;
    color: #fff;
    border-radius: 4px;

}

.zp_lxfs {
    width: 56.34%;
    background: url(http://weixin.lefilter.com/images/zplx_bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    color: rgb(233, 231, 231);
    padding: .5rem 0;
}

.zp_lxfs>p,
.zp_lxfs>p>a {
    color: white;
    font-size: .31rem;
    line-height: 2.5;
    margin-bottom: 0;
}

.zp_lxfs h3 {
    margin-bottom: .31rem;
    /* letter-spacing: 0; */
}

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

.ask .main_title {
    margin: .45rem 0;
}

.ask_list {
    float: left;
    width: calc(50% - .15rem);
    margin-right: .15rem;
    padding: .35rem;
    height: 3.2rem;
    border-radius: 5px;
    border: 1px solid #666;
    position: relative;
    margin-bottom: .3rem;
}

.ask_list:nth-child(even) {
    margin-left: .15rem;
    margin-right: 0;
}

.ask_list:after {
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: auto;
    height: auto;
    content: attr(num);
    font-size: 2rem;
    line-height: 1;
    color: #e8f7ff;
    font-weight: bold;
}

.ask_list h3,
.ask_list p {
    position: relative;
    z-index: 100;
    line-height: 2;
    margin-top: 0;
}

/* 人才理念 */
.linian_text h1 {
    margin-bottom: .5rem;
    letter-spacing: 5px;
}

.linian_text p {
    letter-spacing: 1px;
    margin-bottom: .6rem;
}

.fuli {
    top: 0;
    left: 0;
}

@media screen and (min-width:1420px) {
    .fuli {
        left: 50%;
        margin-left: -710px;
    }
}

.fuli_wraper {
    margin-bottom: 2.5rem;
}

.fuli h3 {
    margin: .6rem 0 .88rem;
    letter-spacing: 2px;
}

.fuli_list li {
    margin-bottom: .54rem;
    padding: 0;
}

.fuli_list li:nth-child(odd) {
    padding-left: 0;
    padding-right: .3rem;
}

.fuli_list li:nth-child(even) {
    padding-right: 0;
    padding-left: .3rem;
}

.fuli_list li img {
    width: 100%;
}

.fuli_list .txt {
    bottom: .2rem;
    padding: 0 .25rem;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
}

.fuli_list .txt h5 {
    font-size: .18rem;
    font-weight: bold;
}

.fuli_list .txt p {
    font-size: .16rem;
    margin: 0;
}

.rcpy {
    margin-bottom: .85rem;
}

.renli_title {
    margin: .7rem 0 .6rem;
}

.renli_title h3 {
    margin: 0 0 .38rem;
}

.rcpy_con {
    background-color: #efefef;
}

.rcpy_con .left {
    width: 58.87%;
    padding: .28rem .56rem .28rem .28rem;
    font-size: .16rem;
}

.ycpy_list {
    padding: .1rem 0;
    border-bottom: 1px dashed #666;
    color: #666;
}

.ycpy_list h4 {
    color: #000;
    font-weight: bold;
}

.rcpy_con .top_right {
    width: 41.13%;
}

.ygfc {
    background: url(http://weixin.lefilter.com/images/ygfc_bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: .68rem;
}

.ygfc .left {
    width: 36.06%;
    margin-right: 2.18%;
}

.ygfc .right {
    width: 61.76%;
}

.ygfc img {
    width: 100%;
}

