.wraper {
    width: 100%;
}

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

.container1 {
    width: 100%;
    max-width: 1320px;
    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;
}


/* 首页 */


/* 头部导航 */

header {
    position: relative;
    left: 0;
    width: 100%;
    padding: 18px 0;
    z-index: 1000;
}


/* s-nav */

header .container {
    text-align: left !important;
    width: 100% !important;
    max-width: 1520px;
}

.logo_box {
    width: 24%;
    height: auto;
    margin-top: 11px;
    vertical-align: bottom;
}

.logo_box a {
    display: block;
}

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

.top_right {
    width: 52%;
    display: inline-block;
    padding-left: 90px;
    margin-top: 15px;
    vertical-align: bottom;
}

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

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

.nav_item {
    position: relative;
}

.nav_item>a {
    position: relative;
    display: block;
    /* padding: 0 14px; */
    line-height: 44px;
    vertical-align: baseline;
    font-size: 18px;
    font-weight: bold;
    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: #ffa500;
    }
    .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(3) {
        position: unset;
    }
}

.nav_item_open {
    /* min-width: 110px; */
    position: absolute;
    left: 0;
    top: calc(100% + 18px);
    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: 245px;
    }
    .nav_item:nth-child(4):hover .nav_item_open,
    .nav_item:nth-child(5):hover .nav_item_open {
        height: 80px;
    }
    .nav_item2:hover a {
        background-color: #ffa500;
        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: 100% !important;
    height: 0;
    transition: 0.6s;
    background: rgba(255, 255, 255, .8);
    border-top: 1px solid #c1c1c1;
    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;
}

.donghua {
    position: absolute;
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .9);
    box-shadow: 0px 0px 10px #cecece;
    list-style: none;
    transition: 1s;
}

.donghuabofang {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    position: unset;
    list-style: none;
}

.donghuabofang li {
    -webkit-animation: PCSUL 1s ease-in-out 1 alternate both;
    animation: PCSUL 1s ease-in-out 1 alternate both;
}

.PCS_ul1 {
    padding: .4rem 0;
}

.PCSUL_li01 {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 0 0 .3rem;
}

.PCSUL_li01:first-child {
    border-right: 1px solid #d8d7d7;
}

.PCSUL_li01 .img_box {
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
}

.PCSUL_li01 .nav_con {
    float: left;
    width: 75%;
    padding-left: .4rem;
    text-align: left;
}

.PCSUL_li01 h4 {
    font-size: .2rem;
    color: #002373;
    margin-top: 0;
}


/* .PCSUL_li01 h4:hover {
    transform: scale(1.1);
} */

.PCSUL_li01 ul {
    /* width: 80%;
    float: left; */
    height: 100%;
}

.PCSUL_li01 ul li {
    float: left;
    width: 48.75%;
    height: auto;
    animation: PCSUL 3s 1 alternate;
    -webkit-animation: PCSUL 3s 1 alternate;
    -moz-animation: PCSUL 3s 1 alternate;
    -o-animation: PCSUL 3s 1 alternate;
    -ms-animation: PCSUL 3s 1 alternate;
    /* font-size: .14rem; */
}

.nav_con p {
    font-size: .14rem;
    color: #999;
    margin-bottom: .2rem;
}

.PCSUL_li01-ul-li02 {
    /* margin: .1rem 0; */
    font-size: .14rem;
    line-height: 2.2;
    animation: PCSUL 3s 1 alternate;
    -webkit-animation: PCSUL 3s 1 alternate;
    -moz-animation: PCSUL 3s 1 alternate;
    -o-animation: PCSUL 3s 1 alternate;
    -ms-animation: PCSUL 3s 1 alternate;
}

@-webkit-keyframes PCSUL {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes PCSUL {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

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


/* e-nav */


/* 搜索框 开始 */


.hottel {
    float: right;
    font-size: .3rem;
    font-weight: bold;
    color: #ffa500;
    margin: 10px 0 0 25px;
    vertical-align: text-bottom;
}

.hottel img {
    margin-top: -15px;
}

.hottel span {
    vertical-align: bottom;
    color: #ffa500;
}

.hottel:hover span,
.hottel:visited span {
    color: #ffa500;
}
/*搜索框*/
.search-box{
   width: 17%; 
}
.search {
    background-color: #fff;
    padding: 0 1em;
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid #000;
    line-height: 40px;
    overflow: hidden;
}

.search input {
    float: left;
    width: calc(100% - 40px);
    line-height: 40px;
    border: none;
}

.search button {
    float: right;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
}
.banner img {
    width: 100%;
    min-height: 100px;
    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: #ffa500;
}

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

.main_title h2 {
    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;
}

.resou {
    padding: .2rem 0 .12rem;
    border-bottom: 1px solid #dcdbdb;
}

.resou a {
    margin-left: .27rem;
}

.goodness {
    margin: .55rem 0 .5rem;
}

.goodness li {
    width: 25%;
}

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

.goodness li>div {
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #a9a9a9;
}

.goodness li:last-child>div {
    border-right: 1px solid #a9a9a9;
}

.goodness li>div>img {
    /* width: .91rem; */
    margin: 0 0 .25rem;
}

.goodness li>div>p {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: .15rem;
    color: #666;
    /* height: 3em; */
}

.goodness li>div>h3 {
    line-height: 1;
    margin: 0 0 .28rem;
    font-size: .24rem;
    color: #333;
    letter-spacing: 2px;
}

.goodness li>div>h3 span {
    padding-bottom: .06rem;
    border-bottom: 3px solid #0061bc;
}

.index_solution {
    background: url(/img/index_fangan_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.index_solution .tab {
    padding: .2rem 0;
    border-top: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
    text-align: center;
    margin-bottom: .75rem;
}

.index_solution .tab li {
    display: inline-block;
    padding: 0 .42rem;
    font-size: .16rem;
    position: relative;
}

.index_solution .tab .tabBar:after {
    position: absolute;
    content: "|";
    right: 0;
}

.index_solution .tab .tabBar.active {
    color: #0061bc;
}

.solution_lists {
    width: 100%;
    max-width: 1520px;
    height: 5.41rem;
    margin-bottom: .45rem;
}

.index_solution .tab_list {
    position: absolute;
    max-width: 1520px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    margin-bottom: .45rem;
}

.index_solution .tab_list {}

.index_solution .tab_list .left {
    padding: 0 .85rem .45rem 1.05rem;
}

.index_solution .tab_list .left h2 {
    /* height: ; */
    line-height: 3.8;
    position: relative;
    z-index: 10;
    margin-bottom: .35rem;
}

.index_solution .tab_list .left h2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: attr(data-bg);
    font-size: 1.1rem;
    color: #eceaea;
    line-height: 1;
    z-index: -1;
}

.index_solution .tab_list .left .txt p {
    margin-bottom: .25rem;
    letter-spacing: 1px;
}

.index_solution .tab_list .right {
    padding: 0;
    overflow: hidden;
}

.index_solution .tab_list .right img {
    font-size: 0;
    width: 100%;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.index_solution .tab_list .right:hover img {
    transform: scale(1.1);
}

.link {
    padding: .1rem .3rem;
    background-color: #0061bc;
    color: #fff;
    border-radius: 8px;
}

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

.tab_list {
    display: none;
}

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


/* 产品展示 轮播 */

.index_pro {
    padding-bottom: .38rem;
    margin-bottom: 1rem;
    background: url(/img/index_bg2.png) no-repeat 0 bottom;
    background-size: contain;
}

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

.index_pro_wraper .swiper-slide {
    /* height: 3rem; */
    overflow: hidden;
}

.index_pro_wraper .swiper-slide .imgBox {
    float: left;
    width: 50%;
    text-align: center;
}

.index_pro_wraper .swiper-slide img {
    height: 100%;
}

.index_pro_wraper .swiper-slide a:hover p {
    color: #4b4a4a;
}

.lc_tet,
.qywh_list_txt {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 1rem 0 .5rem;
}

.qywh_list_txt h2 {
    margin: .6rem 0;
}

.lc_tet h4 {
    margin: .45rem 0;
}

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

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

.index_pro_wraper_father .swiper-button-prev,
.index_pro_wraper_father .swiper-button-next {
    width: .95rem;
    height: .95rem;
    /* top: unset; */
    /* bottom: 1.15rem; */
    outline: none;
}

.index_pro_wraper_father .swiper-button-prev {
    left: 0rem;
    background: url(/img/arrow_left.png) no-repeat 0 0;
    background-size: contain;
}

.index_pro_wraper_father .swiper-button-next {
    right: 0rem;
    background: url(/img/arrow_right.png) no-repeat 0 0;
    background-size: contain;
}

.pro_name_box {
    width: 80%;
    margin: .55rem auto 0;
    text-align: center;
}

.pro_name {
    display: inline-block;
    padding: .08rem .22rem;
    background-color: #0061bc;
    color: #fff;
    font-size: .18rem;
    margin: 0 .19rem;
    border-radius: 4px;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.pro_name.active {
    transform: scale(1.2);
}

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

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

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

.index_hzpp img {
    width: 100%;
    max-width: 1520px;
}


/* 新闻模块 */

.index_news {
    margin-bottom: 1.35rem;
}

.index_new_box {
    padding: 0;
}

.index_new_box:nth-child(2) {
    padding: 0;
}

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

.index_new_box .title,
.hudong_wraper .title {
    font-size: .26rem;
    line-height: .28rem;
    margin-bottom: .3rem;
}

.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: #0061bc;
    box-shadow: 1px 2px 3px 3px rgb(201, 200, 200);
}


/* 新闻版块 */

.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 #0061bc;
}

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

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

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


/* 动画边框 结束 */

.index_news .new_first {
    background-color: #e6e6e6;
}

.index_new_box .img_box1 {
    float: left;
    width: 50%;
}

.index_new_box .img_box1>img {
    width: 100%;
}

.index_new_list:hover .new_title,
.new_first:hover .new_title {
    color: #0061bc;
}

.new_con {
    float: left;
    width: 50%;
    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;
}

.index_new_list {
    padding: .2rem;
    line-height: 1.6;
    margin-top: .2rem;
    background-color: #e6e6e6;
}

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

.index_new_list .new_title {
    font-size: .18rem;
    margin: -.05rem 0 .08rem;
}

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

.index_news .right {
    padding: 0;
}

@media screen and (min-width:1001px) {
    .index_news .right {
        padding-left: .88rem;
    }
}

.index_new_lists {
    font-size: .18rem;
    height: .66rem;
    line-height: .66rem;
    background-color: #e6e6e6;
    padding: 0 .3rem;
    margin-bottom: .13rem;
}

.index_new_lists p a {
    width: 85%;
}

.index_new_lists:hover p {
    padding-left: .2rem;
}

.youlian_wraper {
    border-top: 1px solid #c1c1c1;
}

footer {
    background: url(/img/footer_bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    padding: .4rem 0 0;
}

footer ul {
    margin-bottom: .8rem;
}

footer a,
footer a:link,
footer a:visited {
    color: #fff;
}

footer dt,
footer dt a {
    font-size: .18rem;
    margin-bottom: .3rem;
}

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

footer dd a {
    font-size: .14rem;
}

footer dd img {
    max-width: 100%;
}


/* 关于我们页面 */

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

.crumbs a {
    color: #000;
    line-height: .35rem;
    font-size: .14rem;
}

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

.gsjj_wraper {
    padding: .8rem 0 .8rem;
    /* background-image: url(http://www.lefilter.com.cn/img/qyjj_bg.jpg); */
    background-repeat: no-repeat;
    background-position: right 0;
}

.gsjj_wraper .txt {
    padding: .55rem .4rem 0 0;
    background: url(/img/xian.jpg) no-repeat right center;
    /* background-size: contain; */
}

.gsjj_wraper .txt p {
    letter-spacing: 1px;
    border: none;
}

.gsjj_wraper .pic {
    padding-left: 74px;
    padding-right: 0;
}

.main_title1 h2 {
    color: #002c7d;
}

.main_title2 h2 {
    color: #f4b533;
}

.main_bg_title h2 {
    background: url(/img/title_bg.png) no-repeat 0 0;
    margin: 0;
    /* background-size: contain; */
}

.youshi_wraper {
    padding: .45rem 0 0;
    background: url(/img/youshi_bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.youshi_wraper .main_title {
    margin: 0 0 .2rem;
}

.youshi_wraper .main_title h2 {
    margin: 0;
}

.youshi_list {
    margin-bottom: .55rem;
    padding: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.youshi_list span {
    float: left;
    display: block;
    width: .8rem;
    height: .8rem;
    margin-right: .15rem;
    color: #fff;
    font-size: .5rem;
    font-weight: bold;
    line-height: .8rem;
    text-align: center;
    background-color: #f4b533;
}

.youshi_list p {
    float: left;
    width: calc(100% - 1.5rem);
    color: #fff;
    padding-top: .1rem;
    margin-bottom: 0;
    line-height: 1.6;
    text-align: justify;
}

@media screen and (min-width:769px) {
    .image img {
        float: left;
        width: calc(50% - .17rem);
    }
    .image img:first-child {
        margin-right: .34rem;
    }
}

.youshi_list:hover {
    transform: scale(1.03);
}

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


/* 联系我们页面 */

.contact_wraper {
    background: url(/img/contact_bg1.jpg) no-repeat right bottom;
}

.main_bg_title2 h2 {
    background: url(/img/title_bg2.png) no-repeat center center;
}

.contact_wraper .text p {
    margin-bottom: .2rem;
}

.contact_wraper .text p:first-child {
    color: #000;
}

.contact_wraper .text p span:first-child {
    padding: 5px;
    background: #f4b533;
}

.contact_wraper .text p a:before,
.contact_wraper .text p span:last-child:before {
    content: "|";
    margin: 0 .26rem 0 .18rem;
}

.fwrx_crad li {
    padding: 0 .4rem;
}

.fwrx_crad li .box {
    padding: .2rem .7rem 1rem;
    height: auto;
    background: url(/img/contact_bg2.jpg) no-repeat 0 0;
    background-size: contain;
}

.fwrx_crad .box>div {
    padding: 0 .1rem;
}


/* .fwrx_crad li {
    margin-bottom: .2rem;
} */

.fwrx_crad li p {
    font-size: .15rem;
    line-height: 1;
    margin-bottom: .18rem;
}

.fwrx_crad li h2 {
    font-size: .26rem;
    font-weight: bold;
    padding: 0;
    margin: .2rem 0 .2rem;
    /* text-align: center; */
}

#allmap {
    width: 100%;
    height: 6rem;
    margin-bottom: 1.3rem;
}


/* 新闻中心页面 */

.news_wraper {
    background: url(/img/news_bg.jpg) repeat 0 0;
}

.new_type {
    margin: .8rem 0;
}

.new_type>a {
    padding: .15rem .6rem;
    margin: 0 .2rem;
    border: 1px solid #002c7d;
    font-size: .3rem;
    color: #002c7d;
}

.new_type>a:hover,
.new_type>a.active {
    background-color: #002c7d;
    color: #fff;
}

.news_wraper .new_list {
    background-color: #e6e6e6;
    margin-bottom: .4rem;
}

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

.img_b img {
    width: 100%;
}

.new_list>.fr {
    float: right;
    width: calc(100% - 4.5rem);
    height: 3rem;
}

.new_con .left {
    width: calc(100% - 2.6rem);
    padding-right: .9rem;
    border-right: 2px solid #002c7d;
}

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

.news_wraper .index_new_time {
    margin: .4rem auto .6rem;
}

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

.news_wraper .tet>.fr {
    width: 2.6rem;
}

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

.link_new_detail {
    color: #002c7d;
}

.news_wraper .new_list:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .2);
}

.news_wraper .new_list:hover .new_title {
    color: #002c7d;
}

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

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

.new_list:hover img {
    transform: scale(1.1);
}


/* 分页 */


/*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:hover {
    background: #002c7d;
    color: #fff;
}

.pagination li:hover a,
.pagination li a:hover {
    background: #002c7d;
    color: #fff;
}

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

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

.pagination>li>a,
.pagination>li>span {
    background-color: #cdcdcd;
    border: none;
}

.fourCol {
    float: left;
    width: calc(25% - .1875rem);
    margin-right: .25rem;
}


/* 新闻详情 */

.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;
    font-size: .16rem !important;
    line-height: 2;
}

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

.new-ny>p {
    margin-bottom: .2rem;
    text-align: center;
    font-size: .14rem;
}

.new-ny div {
    font-size: .16rem !important;
}

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

.new-ny div span {
    font-size: .16rem !important;
}

.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 h2 {}

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

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

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


/* 方案页面 */

.solution_wraper {
    padding-top: 1rem;
}

.solution_wraper .new_list {
    background-color: #e6e6e6;
    margin-bottom: .4rem;
}

.solution_wraper .img_b {
    width: 5rem;
}

.solution_wraper .new_con {
    width: calc(100% - 5rem);
    padding: 0 .4rem 0 .25rem;
}

.solution_wraper .new_con .new_title {
    margin: .25rem 0 .5rem;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.solution_wraper .link_new_detail {
    display: block;
    bottom: .2rem;
    left: .38rem;
    width: 1.23rem;
    height: .3rem;
    background: url(/img/more.jpg) no-repeat 0 0;
    background-size: contain;
}

.solution_wraper .new_list:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, .2);
}

.solution_wraper .new_list:hover .new_title {
    color: #002c7d;
}

.solution_wraper .new_list:hover img {
    transform: scale(1.1);
}

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

.kehu_swiper {
    width: 90%;
}

.kehu_swiper .swiper-slide {
    width: 2rem;
    height: 1.37rem;
}

.kehu_swiper .swiper-slide img {
    width: 100%;
}


/* 产品中心 */

.pro_wraper {
    padding: .65rem 0;
}

.tyjh-prutre-left {
    position: sticky;
    top: 10px;
    width: 3rem;
    height: auto;
    float: left;
    /* border: #eee 1px solid; */
    background: #026ac1;
    text-align: center;
    /* padding-bottom: 30px; */
}

.tyjh-prutre-left h3 {
    font-size: .26rem;
    color: #fff;
    line-height: .6rem;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}


/* .tyjh-prutre-left p {
    font-size: 20px;
    color: #fff;
    display: inline-block;
} */


/* .tyjh-prutre-left b {
    font-size: 22px;
    color: #fff;
    line-height: 3;
    font-weight: normal;
    display: block;
} */

.tyjh-prutre-left strong {
    font-size: 28px;
    color: #fff;
    line-height: 1;
    display: block;
    margin: 0 0px 20px;
}

.tyjh-prutre-left a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 5px 35px;
}

.tyjh-prutre-left a {
    /* margin-bottom: 10px; */
}

.tyjh-cp-left {
    width: 240px;
    height: auto;
    float: left;
    background: #026ac1;
    /* background: #149eef; */
    padding: 20px;
}

.tyjh-cp-left h3 {
    font-size: 30px;
    color: #fff;
    padding: 0px 10px 20px;
}

.tyjh-cpleft-nav {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    /* padding: 20px 0px; */
}

.tyjh-cpleft-nav li {
    width: 94%;
    height: auto;
    float: left;
    padding: 0 3%;
    /* border-bottom:#ddd 1px solid; */
}

.tyjh-cpleft-nav li:last-child {
    border-bottom: none;
}

.tyjh-cpleft-nav li span {
    font-size: 16px;
    color: #026ac1;
    line-height: 30px;
    font-weight: bold;
    display: block;
}

.tyjh-cpleft-nav1 {
    width: 100%;
    height: auto;
    /* float: left; */
    background: #fff;
    /* padding: 10px 0px; */
    text-align: left !important;
}

.tyjh-cpleft-nav1 .layui-nav-tree {
    width: 100%;
    background-color: rgb(121, 124, 126);
}

.layui-nav {
    width: 100%;
    background-color: #fff;
    color: #666;
}

.layui-nav-tree .layui-nav-item>a {
    height: .6rem;
    line-height: .6rem;
}

.layui-nav .layui-nav-item a {
    color: #666;
}

.layui-nav-itemed>a {
    color: #666 !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: #fff;
    color: #026ac1;
}

.layui-nav .layui-nav-item a:hover,
layui-nav .layui-nav-item a:hover,
.layui-nav-itemed>a:hover {
    color: #026ac1;
}

.layui-nav-tree .layui-nav-item>a:hover {
    background-color: #fff;
}

.layui-nav-itemed>a {
    color: #026ac1 !important;
}

.layui-nav-itemed>.layui-nav-child {
    margin-bottom: 0;
    background-color: #e6e6e6 !important;
}

.layui-nav-itemed>.layui-nav-child dd {
    height: .4rem;
    line-height: .4rem;
}

.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #666;
}

.layui-nav .layui-nav-more {
    border-top-color: #666;
}

.layui-nav-tree .layui-nav-child a:hover {
    color: #026ac1;
}

.tyjh-cpleft-nav1 li {
    width: 100%;
    height: auto;
    float: left;
    /* padding: 5px 3%; */
    /* border-bottom:#ddd 1px solid; */
}

.layui-nav-tree .layui-nav-bar {
    background-color: #026ac1;
}

.tyjh-cpleft-nav1 li:last-child {
    border-bottom: none;
}

.tyjh-cpleft-nav1 li span {
    font-size: 16px;
    color: #026ac1;
    line-height: 30px;
    font-weight: bold;
    display: block;
}

.tyjh-cpleft-nav1 li span i {
    font-style: inherit;
    float: right;
    display: inline-block;
}

.tyjh-cpleft-nav1 a {
    font-size: 16px;
    color: #666;
    /* line-height: 34px; */
    display: block;
    /* text-align: center; */
    padding: 0 0 0 .3rem !important;
    border-bottom: 1px dashed rgb(197, 197, 197);
}

.layui-nav-item>a {
    padding-left: .2rem !important;
    font-size: 18px;
}

.tyjh-cpleft-nav1 a:hover {
    color: #026ac1;
}

.tyjh-cpleft-nav2 {
    border: 1px solid rgb(214, 212, 212);
}

.tyjh-cpleft-nav2 a {
    color: #666;
    font-size: 16;
    margin-bottom: 0;
    line-height: 2;
    border-bottom: 1px solid rgb(214, 212, 212);
    ;
}

.tyjh-cpleft-nav3 a {
    color: #666;
    line-height: 35px;
    border-top: 1px solid rgb(240, 240, 240);
    margin-bottom: 0;
}

.layui-nav-child i {
    color: #026ac1;
    font-size: .16rem;
    margin-right: .05rem;
}

.pro_box {
    float: right;
    width: calc(100% - 3.65rem);
}

.type_title {
    color: #026ac1;
    padding-bottom: .2rem;
    background: url(/img/tit_bg2.jpg) no-repeat 0 bottom;
    margin: 0 0 .6rem;
}

.pro_list {
    margin-bottom: .4rem;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .2);
}

.img_box {
    width: 4rem;
    height: 3rem;
    padding: .1rem 0;
    overflow: hidden;
}

.pro_list .img_box img {
    height: 100%;
    width: auto;
}

.con {
    width: calc(100% - 4rem);
    padding: 0 .4rem;
}

.con h4 {
    margin: .3rem 0 .4rem;
    color: #000f6c;
}

.con>p {
    text-indent: 2em;
}

.pro_list:hover .img {
    transform: scale(1.08);
}


/* 产品中心 */

.proc_wraper {
    margin-bottom: 0;
}

.proc_list {
    background-color: #0061bc;
    margin-bottom: 3px;
    height: 47.5vw;
}

.proc_list .left {
    width: 32.55%;
}

.proc_list .left h1 {
    font-size: .4rem;
    color: #000;
    letter-spacing: 2px;
}

.proc_list .left>a {
    top: .3rem;
    width: 100%;
}

.proc_list .right {
    width: 67.45%;
    height: 100%;
    padding: 4.5% 12% 0 4.8%;
    background: url(/img/proc_bg1.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

.proc_list .right a {
    display: block;
    color: #fff;
    height: 100%;
}

.description {
    margin-bottom: 4vw;
    text-align: justify;
}

.proc_cp_list {
    height: 8.85vw;
    line-height: 8.85vw;
    padding-right: 0;
    margin-bottom: 1vw;
    overflow: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.proc_cp_list .img_box {
    width: 44%;
    height: 100%;
    padding: 0;
}

.proc_cp_list .img_box img {
    /* height: 100%; */
    width: auto;
    max-height: 100%;
    vertical-align: top;
}

.proc_cp_list span {
    font-size: .24rem;
    margin-top: 30%;
    line-height: 7vw;
    /* vertical-align: middle; */
}

.proc_cp_list:hover {
    transform: scale(1.1);
}

.proc_list:nth-child(2) .right {
    height: 100%;
    padding: 5.5% 4% 0 12%;
    background: url(/img/proc_bg2.jpg) no-repeat 0 0;
}

.proc_list:nth-child(2) .proc_cp_list {
    padding: 0;
    height: 7vw;
}

.proc_list:nth-child(2) .proc_cp_list:last-child .img_box {
    width: 48%;
}

.proc_list:nth-child(3) .right {
    background: url(/img/proc_bg3.jpg) no-repeat 0 0;
}

.proc_list:nth-child(3) .proc_cp_list {
    line-height: 1.45rem;
    margin-bottom: 0;
}


/* 分页 */


/*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 a,
.pagination span {
    float: left;
    display: block;
    padding: 0 .12rem;
    line-height: 34px;
    color: #555555;
    border: 1px solid #555555;
    text-decoration: none;
    background-color: transparent;
    margin: 0 4px;
}

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

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

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

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


/* 7.30新增 */

.float_right {
    position: fixed;
    left: 0px;
    bottom: 1rem;
    background: #026ac1;
    width: 149px;
    height: auto;
    font-family: "Microsoft Yahei", Arial, Helvetica;
    padding-top: 0px;
}

.float_right .float_tit {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    border-bottom: 2px #FF0 solid;
    margin-bottom: 0;
}

.float_right .float_r_ul {
    display: block;
    background: #026ac1;
    margin: 0;
}

.float_right .float_r_ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.float_right .float_r_ul li a {
    display: block;
    height: 40px;
    color: #FFF;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.float_right .float_r_ul li a:hover {
    background: #218ce4;
    border-bottom: 1px solid #FFF;
}

.float_right .r_em {
    background: #FFF;
    width: 120px;
    height: 120px;
    padding: 0px 14px 0px 15px;
}


/* 右侧浮窗 */

.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: #e33b3b;
    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_mess {
    bottom: 346px;
}

.float_Qr {
    bottom: 222px;
}

.float_retrun {
    bottom: 160px;
}

.float_tell {
    bottom: 284px;
}

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

.float_mess p,
.float_tell p {
    color: #fff;
    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;
}

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

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

.float_tell_img a {
    /*top: 2px;*/
    line-height: 60px;
}

.float_tell_img a {
    bottom: 4px;
}

.float_Qr_img {
    position: fixed;
    bottom: 160px;
    right: 60px;
    overflow: hidden;
    width: 0;
    transition: all .2s ease-in-out;
    -wekbit-transition: all .2s ease-in-out;
    background: url(/img/float_bg2.png) no-repeat right 0;
    background-size: contain;
    margin-bottom: 0;
    overflow: hidden;
}

.float_Qr_img li {
    width: 182px;
    padding-left: .3rem;
}

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

.float_Qr_img li:hover a {
    color: #e33b3b;
}

.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: .1rem;
    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: 189px;
    }
    .float_tell {
        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_retrun .float_img_move {
        width: 90px;
    }
    .float_mess .float_img_move {
        width: 45px;
        padding-top: .15rem;
    }
    .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;
    }
}


/* 产品详情 */

.proDetail_wraper1 {
    background-size: cover;
}

.proDetail_wraper .pro_img_box {
    padding: 0 .45rem 0 0;
}

.pro-swiper .swiper-slide {
    padding: .2rem 0 .3rem;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.pro-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
}

.pro-swiper .swiper-pagination {
    bottom: 5px;
}

.pro-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ffa500;
    opacity: 1;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.pro-swiper .swiper-pagination-bullet-active {
    width: .35rem;
}

.proDetail_wraper .proc_text {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
}

.proDetail_wraper .proc_text h3 {
    font-size: .46rem;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 .5rem;
    text-shadow: 0 0px 15px rgba(0, 0, 0, 1);
    color: #fff;
}

.proDetail_wraper .proc_text .canshu {
    padding: .1rem;
    /* background-color: #f5f5f5; */
    background: url(/img/bg_canshu.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: .1rem;
    border-radius: 6px;
}

.proDetail_wraper .proc_text .canshu ul {
    padding: .15rem;
    border-radius: 6px;
    /* background-color: #fff; */
    /* box-shadow: 0 4px 20px rgb(0 0 0 / 20%) inset; */
    margin-bottom: 0;
}

.proDetail_wraper .proc_text .canshu li {
    font-size: .16rem;
    line-height: 2.7;
    padding: .1rem .3rem .1rem 0;
}

.proDetail_wraper .proc_text .canshu li .in {
    color: #000;
    font-weight: bold;
    padding-right: .1rem;
    background: url(/img/bg_canshu1.png) no-repeat right bottom;
    background-size: auto 100%;
}

.canshu li .glyphicon {
    color: #ff9c00;
}

.cs_name {
    float: right;
    font-weight: normal;
    color: #fff;
}

.proc_text .canshu p {
    margin-bottom: 0;
}

.zaixianzixun {
    margin-top: .4rem;
    justify-content: space-around;
    align-items: center;
}

.fw_list {
    font-size: .14rem;
    color: #fff;
    /* list-style: ; */
    list-style-type: disc;
    line-height: 2.5;
}

.pro_content_wraper .left {
    width: 70%;
    padding: .4rem .2rem 0 .4rem;
}

.floor_list {
    padding-top: .45rem;
}

.floor_list video {
    margin-bottom: .45rem;
}

.pro_content_wraper .left h2 {
    font-size: .24rem;
    color: #002373;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0 0 0 .4rem;
    background: url(/img/titlle_icon.png) no-repeat 0 center;
    background-size: auto 100%;
    margin: 0 0 .3rem -.4rem;
    font-weight: bold;
}

.pro_content_wraper .left p {
    font-size: .15rem;
    letter-spacing: 1px;
}

.pro_content_wraper .left img {
    max-width: 100%;
}

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

.xuanxing li {
    float: left;
    width: 25%;
    font-size: .15rem;
    color: #026ac1;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: .1rem;
    cursor: pointer;
}

.xuanxing li.active {
    color: red;
}

.pro_content_wraper table {
    max-width: 100%;
    overflow-x: scroll;
    /* display: unset; */
    /* font-family: "微软雅黑"; */
}

.tabList {
    display: none;
}

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

.pro_content_wraper td {
    padding: .03rem .03rem;
    border: 1px solid #888888;
    font-size: 12px;
}

.pro_content_wraper table tr:nth-child(2n) {
    background-color: #fff;
}

.pro_content_wraper table tr:nth-child(2n - 1) {
    background-color: #daf0fb;
}

.pro_content_wraper table thead tr {
    background-color: #2f75b5 !important;
    color: #fff;
    font-size: .16rem;
}


/* .youshi {
    padding-left: .4rem;
} */

.tt {
    line-height: 1;
    color: #0e529f;
    margin: .15rem 0;
}

.youshi li {
    padding-left: .45rem;
}

.youshi li:nth-child(1) {
    background: url(/img/one.jpg) no-repeat 0 0;
}

.youshi li:nth-child(2) {
    background: url(/img/two.jpg) no-repeat 0 0;
}

.youshi li:nth-child(3) {
    background: url(/img/three.jpg) no-repeat 0 0;
}

.youshi li:nth-child(4) {
    background: url(/img/four.jpg) no-repeat 0 0;
}

.youshi li:nth-child(5) {
    background: url(/img/five.jpg) no-repeat 0 0;
}
.youshi li:nth-child(6) {
    background: url(/img/six.jpg) no-repeat 0 0;
}
.youshi li:nth-child(7) {
    background: url(/img/seven.jpg) no-repeat 0 0;
}
.youshi li:nth-child(8) {
    background: url(/img/eight.jpg) no-repeat 0 0;
}
.youshi li:nth-child(9) {
    background: url(/img/nine.jpg) no-repeat 0 0;
}
.youshi li:nth-child(10) {
    background: url(/img/ten.jpg) no-repeat 0 0;
}

.pro_tuijian {
    background-color: #fff;
}

.pro_tuijian .col-four-list {
    width: calc(33.33% - .14rem);
    margin-right: .21rem;
}

.pro_tuijian .col-four-list:last-child {
    margin-right: 0;
}

.pro_tuijian .col-four-list .tc {
    padding: 0 .1rem;
}


/* .col-four-list:hover{
    margin-top: -.1rem;
} */

.col-four-list:hover .fs24 {
    color: #1998d3;
}

.shipei h4 {
    font-size: .18rem;
    margin: .3rem 0;
    letter-spacing: 3px;
}

.pro_content_wraper .proRight {
    padding-top: .85rem;
    background-color: #fff;
    top: 0;
    z-index: 1000;
}

@media screen and (min-width:1200px) {
    .pro_content_wraper .proRight {
        width: 352px;
        right: 50%;
        margin-right: -665px;
    }
}

@media screen and (max-width:1200px) {
    .pro_content_wraper .proRight {
        width: 23.64%;
        right: 0;
    }
}

.pro_content_wraper .table2 td {
    text-align: center;
    padding: .06rem .4rem;
    border: 2px solid #fff;
}

.pro_content_wraper .table2 tr,
.pro_content_wraper .table2 tr:first-child {
    background-color: #ddebf7;
    color: #000;
}

.table.left_bg tr>th:first-child,
.table.left_bg tr>td:first-child {
    background: #026ac1;
    color: #fff;
    border-color: #fff;
}

.proRight .tj_title {
    padding: 0 .1rem;
}

.proRight .tj_title span {
    display: block;
    color: #fff;
    background: url(/img/bg_tuijian.png) 0 0;
    background-size: 100% 100%;
}

.proRight>div {
    padding: .7rem .4rem .2rem;
    margin-top: -.4rem;
    background: url(/img/bg2_tuijian.png) 0 0;
    background-size: 100% 100%;
}

.pro_right {
    background-color: #fff;
    border: 1px solid #000 !important;
    margin-bottom: .2rem;
}

.pro_right .imgb {
    overflow: hidden;
}

.pro_right p {
    width: calc(100% - .02rem);
    left: .01rem;
    bottom: .01rem;
    /* padding: 0 0 0 .1rem; */
    color: #295095;
    line-height: 1.8;
    background-color: #bbe2f8;
    margin-bottom: 0;
    text-align: center;
}

.pro_right:hover img {
    transform: scale(1.1);
}

.back_list:hover {
    color: #1998d3;
}

.proRight .imgb img {
    width: 100%;
}

.FloorNavBar {
    width: 100%;
    z-index: 1000000;
    /* padding-top: .4rem; */
    /* position: fixed;
    top: 10%;
    left: 50%;
    display: none; */
}

.FloorNavBar ul {
    display: table;
    border-radius: .4rem;
    margin-top: -.4rem;
    overflow: hidden;
}


/* @media screen and (min-width:1370px) {
    .FloorNavBar {
        margin-left: -750px;
    }
}

@media screen and (max-width:1369px) {
    .FloorNavBar {
        display: none;
    }
} */

.FloorNavBar li {
    /* width: .5rem;
    height: .5rem; */
    /* display: inline-block; */
    display: table-cell;
    font-size: .18rem;
    line-height: .8rem;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
    color: #026ac1;
}

.FloorNavBar li.active,
.FloorNavBar li:hover {
    background-color: #026ac1;
    color: #fff;
}

.mySwiper2 {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.mySwiper {
    height: 1.1rem;
    box-sizing: border-box;
    padding: .1rem 0;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    /* width: 20%; */
    height: 100%;
    /* opacity: .4; */
}

.mySwiper .swiper-slide-active {
    opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img,
.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    object-position: center;
    /* height: 100%; */
    /* object-fit: cover; */
}

.khal_list {
    border: 2px solid #000;
    background-color: #c6ebff;
    margin-bottom: .2rem;
}

.khal_list:last-child {
    margin-bottom: 0;
}

.zaixianzixun img {
    margin-top: -.1rem;
}

.desc h4 {
    margin-bottom: .1rem;
    line-height: 1.5;
    color: #000;
}

.canshu table,
.canshu table td {
    border: 1px dashed #666;
}

.canshu table td {
    font-size: .14rem;
    text-align: center;
    vertical-align: middle !important;
}


/* .canshu table tr:first-child{
background: #0092ce;
color: #fff;
} */

.khal>img {
    width: 100%;
}

.khal_list:nth-child(2n) .imgbox {
    float: right;
}

.khal_list:nth-child(2n) .imgbox img {
    float: right;
}

.khal_list:nth-child(2n) .desc {
    float: left;
}

.khal_list:nth-child(2n - 1) .imgbox {
    float: left;
}

.khal_list:nth-child(2n - 1) .desc {
    float: right;
}

.khal_list .imgbox {
    width: 65.48%;
    overflow: hidden;
}

.desc {
    width: 34.52%;
    padding: .4rem .4rem 0;
    color: #565656;
}

.xiahuaxian {
    height: 5px;
    width: 45px;
    background-color: #ff9c00;
    border-radius: 2.5px;
    margin-bottom: .2rem;
}

.desc a {
    display: block;
    color: #003dae;
    text-align: right;
}

.desc .iconfont {
    vertical-align: middle;
}

.article_near {
    padding-top: .5rem;
}

.shangbiao {
    transform: scale(.6);
    text-align: top;
}

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

.txt p {
    border-bottom: 1px dashed #999;
}

.txt p span {
    padding-left: 0;
}


/* 产品中心 改版 */

.pro-index-top {
    padding: .56rem 0 0;
}

.content {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto .2rem;
}

.pro-index-top .title {
    font-size: .3rem;
    line-height: 1;
    text-align: center;
}

.pro-index-top .text {
    width: 820px;
    margin: .22rem auto 0;
    font-size: .14rem;
    line-height: .1.5;
    color: #888;
    text-align: center;
}

.i-pro-class {
    background: #f5f5f5;
    padding: .08rem;
    overflow: hidden;
    width: 100%;
    max-width: 1196px;
    border-radius: 4px;
    margin-top: .2rem;
}

.i-class-box {
    background: url(../images/pro01.jpg) no-repeat;
    width: calc(50% - 4px);
    float: left;
    margin-left: .08rem;
    padding-bottom: .16rem;
    border-radius: 4px;
    background-color: #fff;
    min-height: 3..4rem;
    position: relative;
}

.i-class-box:first-child {
    margin-left: 0;
}

.i-pro-class .gl4 {
    background: url(../images/pro01.jpg) no-repeat;
}

.i-class-box img {
    width: 100%;
}

.i-class-box>.clearfix {
    padding: .2rem 0;
    display: flex;
    align-items: center;
}

.i-class-box .left {
    float: left;
    width: 35%;
}

.i-class-box>div>.desk {
    float: left;
    width: 65%;
    padding-left: .1rem;
}

.i-class-tle {
    font-size: .24rem;
    line-height: .24rem;
    color: #555;
    text-align: center;
    padding-top: .28rem;
    padding-bottom: .08rem;
}

.i-class-inx {
    font-size: .14rem;
    color: #aaa;
    text-align: center;
}

.desk {
    height: 2rem;
    border-radius: 4px;
    transition: all .16s ease;
}

.desk-tle {
    color: #fff;
    font-size: .24rem;
    text-align: center;
    line-height: .24rem;
    padding-top: .28rem;
    padding-bottom: .15rem;
}

.desk li {
    float: left;
    width: 50%;
    font-size: .14rem;
    line-height: .3rem;
}

.pro-index-mid {
    padding: .56rem .1rem .2rem;
}

.head {
    height: .38rem;
}

.head .title {
    float: left;
    font-size: .3rem;
}

.pro-index-mid ul {
    margin-top: .28rem;
}

.pro-index-mid li {
    width: 291px;
    float: left;
    margin-right: .1rem;
    margin-bottom: .5rem;
}

.pro-index-mid li:nth-child(4n) {
    margin-right: 0;
}

.pro-index-mid .img-box {
    display: block;
    width: 100%;
    /* height: 280px; */
    position: relative;
}

.pro-index-mid .img-box img {
    display: block;
    max-width: 100%;
}

.pro-index-mid .info .title {
    display: block;
    font-size: .16rem;
    color: #222;
    line-height: 1;
    margin-top: .18rem;
    transition: all .4s;
}

.pro-index-mid .stands {
    width: 100%;
    overflow: hidden;
}

.pro-index-mid .info .attr {
    display: inline-block;
    font-size: .13rem;
    line-height: 1.2;
    color: #999;
    margin-top: .18rem;
}


/*.pro-index-mid .info .attr:nth-child(2) {*/


/*    margin-left: 10px;*/


/*}*/

.pro-index-mid .btns {
    margin-top: .15rem;
}

.pro-index-mid .btns a {
    display: block;
    float: left;
    padding: 0 .2rem;
    height: .28rem;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: .26rem;
    font-size: .14rem;
    color: #555;
    text-align: center;
    transition: all .4s;
    margin-left: 4px;
}

.pro-index-mid .btns a:first-child {
    margin-left: 0;
    background: #fff;
    color: #ffa500;
    border: 1px solid #ffa500;
}

.cs {
    margin-right: 2px;
    padding: 1px 2px;
    font-size: .12rem;
    border-radius: 2px;
    border: 1px solid #ffa500;
    color: #ffa500;
}

.pro-index-mid .btns a:hover {
    background-color: #ffa500;
    color: #fff;
    border: 1px solid #ffa500;
}

.backlist {
    display: block;
    width: 90%;
    font-size: .18rem;
    height: .4rem;
    color: #fff;
    background: #ffa500;
    letter-spacing: .05rem;
    line-height: .4rem;
    margin: 0 auto .2rem;
    text-align: center;
    border-radius: .25rem;
    /* border: 1px solid #ffa500; */
}

.backlist:hover {
    color: #fff;
}