@charset "utf-8";
html, body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}    
a:hover{
    text-decoration: none;
}
.flex{
    display: flex;
}
.box{
    width: 92%;
    margin: 0 auto;
}
.cimg{
    overflow: hidden;
}
.cimg img{
    width: 100%;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.bgf{
    background-color: #fff;
}
.bgf2{
    background-color: #f2f2f2;
}
.bgf5{
    background-color: #f5f5f5;
}
.bgf9{
    background-color: #f9f9f9;
}
.w100{
    width: 100%;
}
*, :not(.swiper-*){
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.dh{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.dhUp {
/* -webkit-transform: translateY(-100px);
    transform: translateY(-100px);*/
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}
   
.dhDown {
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, .88);
    z-index: 3;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .58);
}
.header_logo .logo{
    height: 63px;
}
.guphead{
    display: block;
    height: 80px;
    font-size: 0;
}
.header_menu{
    display: flex;
}
.header_menu .menu_item{
    margin: 0 5px;
}
.header_menu .menu_item a{
    display: inline-block;
    padding: 6px 10px;
    color: #666;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
}
.header_menu .menu_item a:hover{
    color: #0050C3;
}
.header_menu .menu_item a.active{
    color: #0050C3;
    border-bottom: 2px solid #0050C3;
}

.menu_sun_box{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #f8f6f7;
    z-index: 3;
    height: 0;
    overflow: hidden;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.menu_sun_box.active{
    height:120px;
}
.menu_sun{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    text-align:center;
}
.menu_sun .menu_sun_item{
    width:12%;
}
.menu_sun .menu_sun_item a{
    display: block;
    color: #333;
    font-size: .9rem;
}
.menu_sun .menu_sun_item .icon{
    margin-bottom: 12px;
}
.menu_sun .menu_sun_item .icon img{
    width: 30%;
}

footer{
    background-color: #2e2e2e;
    padding-top: 3.5rem;
    padding-bottom: 1rem;
    color: #fff;
}
.footer_linker{
    display: flex;
}
.footer_linker a{
    display: inline-block;
    margin: 0 5px;
    padding:5px 15px 5px 0px;
    color: #ccc;
}
.footer_linker a:hover{
    color:#fff;
}
.footer_qrcode_box{
    margin-top: 20px;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer_qrcode{
    margin-right: 20px;
}
.footer_qrcode img{
    width: 80px;
    height: 80px;
    border-radius: 6px;
}
.footer_tel{
    line-height: 40px;
    color: #ccc;
}
.footer_bq{
    margin-top: 30px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bq p{
    margin-bottom: 8px;
}
.footer_bq .footer_bq_l a{
    color: #ccc;
}
.footer_bq .footer_bq_r{
    text-align: right;
}

.in_ldzl_wrap{
    position: relative;
    background-image: url('../images/indx_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding: 5rem 0;
}
.in_ldzl_wrap::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .28);
    z-index: 0;
}
.in_ldzl_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.in_ldzl_box .in_ldzl_l{
    width: 55%;
    color: #fff;
}
.in_ldzl_box .in_ldzl_l h4{
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 15px;
}
.in_ldzl_box .in_ldzl_l h4::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
}
.in_ldzl_box .in_ldzl_l p{
    margin-left: 16px;
}
.in_ldzl_box .in_ldzl_l .in_ldzl_desc{
    margin-top: 6rem;
}
.in_ldzl_box .in_ldzl_l .in_ldzl_desc .hide{
    display: none;
}
.in_ldzl_box .in_ldzl_l .in_ldzl_desc .hide.active{
    display: block;
}
.in_ldzl_box .in_ldzl_l .in_ldzl_btn{
    display: inline-block;
    margin-top: 5rem;
    border:1px solid #fff;
    color:#fff;
    padding: 5px 20px;
    border-radius: 2rem;
}
.in_ldzl_box .in_ldzl_l .in_ldzl_btn:hover{
    background-color: #fff;
    color: #0050C3;
}
.in_ldzl_box .in_ldzl_r{
    width: 40%;
}
.in_ldzl_box .in_ldzl_r .in_ldzl_img{
    position: relative;
}
.in_ldzl_box .in_ldzl_r .in_ldzl_img > img{
    width: 100%;
}
.in_ldzl_img .in_ldzl_da{
    position: absolute;
    top:10%;
    left:10%;
    width:80%;
    height:80%;
    border:1px solid #fff;
    border-radius: 100%;
}
.in_ldzl_img .in_ldzl_da::after{
    position: absolute;
    content:"";
    width: 10%;
    height: 10%;
    left: -5%;
    top: 44%;
    background-color: #d8d8d8;
    border-radius:100%;
}
.in_ldzl_img .in_ldzl_zh{
    position: absolute;
    top:26%;
    left:26%;
    width:48%;
    height:48%;
    border:1px solid #fff;
    border-radius: 100%;
}
.in_ldzl_img .in_ldzl_zh::before{
    position: absolute;
    content:"";
    width: 10%;
    height: 10%;
    left: 15%;
    bottom: 5%;
    background-color: #d8d8d8;
    border-radius:100%;
}
.in_ldzl_img .in_ldzl_zh::after{
    position: absolute;
    content:"";
    width: 6%;
    height: 6%;
    right: -1%;
    top: 62%;
    background-color: #d8d8d8;
    border-radius:100%;
}
.dai_kuai{
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 24%;
    height: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dai_kuai.active{
    background-color: #0050C3;
    color: #fff;
}
.dai_kuai a{
    display: block;
    color: #333;
}
.dai_kuai a:hover{
    color: #0050C3;
}
.dai_kuai.active a{
    color: #fff;
}
.in_ldzl_img .in_ldzl_da .dai_kuai.in_ldzl_da1{
    left: 43%;
    top: -12%;
}
.in_ldzl_img .in_ldzl_da .dai_kuai.in_ldzl_da2{
    left: -3%;
    bottom: 12%;
}
.in_ldzl_img .in_ldzl_da .dai_kuai.in_ldzl_da3{
    right: -4%;
    bottom: 12%;
}
.in_ldzl_img .in_ldzl_zh .dai_kuai{
    width: 30%;
    height: 30%;
}
.in_ldzl_img .in_ldzl_zh .dai_kuai.in_ldzl_zh1{
    left: -6%;
    top: 8%;
}
.in_ldzl_img .in_ldzl_zh .dai_kuai.in_ldzl_zh2{
    right: -10%;
    top: 17%;
}
.in_ldzl_img .in_ldzl_zh .dai_kuai.in_ldzl_zh3{
    left: 45%;
    bottom: -12%;
}

.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:2rem 0 1rem 0;
}
.tit h4{
    position: relative;
    padding-left: 15px;
    color:#333;
    font-size: 1.5rem;
}
.tit h4::before{
    position: absolute;
    content: '';
    left: 0;
    top:0;
    width: 5px;
    height: 100%;
    background-color: #0050C3;
    border-radius: 3px;
}
.al_nav{
    list-style: none;
    padding: 0;
    display: flex;
}
.al_nav a{
    display: block;
    margin: 0 15px;
    padding: 3px 8px;
    border-bottom: 2px solid transparent;
    color: #666;
}
.al_nav li.on a{
    border-bottom: 2px solid #0050C3;
    color: #0050C3;
}

.banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner img{
    width: 100%;
}
.banner h4{
    position: absolute;
    top: 50%;
    left: 8%;
    width: 92%;
    font-size: 2.8rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
}
.tit_h4{
    text-align: center;
    font-size: 1.2rem;
}

.al_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.al_box .al_item{
    width: 31%;
}

.page{
    margin: 3rem 0;
}

.mb_show{
    display: none;
}
.pc_show{
    display: block;
    overflow: hidden;
}

.mb_header{
    position: relative;
    width: 100%;
    background:#f7f7f7;
    box-shadow: 0 0 5px rgba(0,0,0,0.38);
    z-index: 3;
    overflow: hidden;
}
.mb_heaer_logo{
    position: relative;
}
.mb_heaer_logo .logo{
    margin-left: 15px;
    height: 40px;
}
.header_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    background-color: #0050C3;
}
.header_icon span {
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	-moz-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	-ms-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	-o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 100%;
    height: 3px;
    transition-duration: 500ms
}
.header_icon.hui span {
	background-color: #424242;
}

.header_icon span:nth-child(1) {
    top: 12px;
    left: 13px;
    width: calc(100% - 26px)
}

.header_icon span:nth-child(2) {
	width: calc(100% - 26px);
    top: 23px;
    left: 13px;
    opacity: 1;
}

.header_icon span:nth-child(3) {
	width: calc(100% - 26px);
    bottom: 12px;
    left: 13px;
}

.header_icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}

.header_icon.open span:nth-child(2) {
    opacity: 0;
}

.header_icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
    top: 13px;
}
.header_icon.open span {
	background-color: #fff;
}

.pagination{
    justify-content: center;
}
.pagination li a, .pagination li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.pagination li a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.pagination li a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.pagination li.active a, .pagination li.active span {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.pagination li.disabled span,  .pagination li.disabled a{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.cat_nav{
    width: 100%;
    background-color: #e8e8e8;
    overflow: hidden; /* 隐藏默认滚动条 */
    position: relative; /* 必须为 滚动条 父容器设置定位 */
    margin: 0 auto;
    padding: 0;
    margin-bottom: 2rem;
}
.cat_nav ul{
    list-style: none;
    padding-left: 0;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center; */
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
}
.cat_nav ul li{
    float: left;
    /* padding: 0 5px; */
    padding: 0 15px;
    text-align: center;
}
.cat_nav ul li a{
    position: relative;
    display: block;
    padding: 10px 5px;
    color: #666;
    font-size: 1.1rem;
}
.cat_nav ul li a.active::after{
    position: absolute;
    content: '';
    bottom: 5px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 4px;
    background-color: #005CD7;
    border-radius: 4px;
}

.wpsidebar-fkf {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translate(0,-50%);z-index:9999;
}
.fkf{
    list-style: none;
    padding: 0;
}
.fkf-item {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.fkf-item a{
    position: relative;
}
.fkf-item img { width: 30px; height: 30px;}
.fkf-item img.hover { display: none;}
.fkf-item:hover>img, .fkf-item:hover>a>img { display: none;}
.fkf-item:hover img.hover { display: block;}
.fkf-cart>span { position: absolute; display: block; width: 24px; height: 24px; border-radius: 50%; background-color: #ff6600; color: #fff; left: -12px; top: -12px; text-align: center; line-height: 24px;}
.fkf-item-right{ position: absolute; right: 35px; padding-right: 25px; top: -15px; display: none;}
.fkf-item:hover .fkf-item-right { display: block;}
.fkf-item-right-content{ width: 350px; border: 1px solid #ccc;   border-top: 4px solid #ff6800;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative; }
.fkf-item-right-content .arrow, .right-content-ewm .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    top: 23px;
    z-index: 20;
}
.fkf-item-right-content-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 66px;
    border-bottom: 1px solid #ccc;
    position: relative;
    white-space: nowrap;overflow:hidden;
    line-height:22px;
}
.fkf-item-right-content-top img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
}
.fkf-item-right-content-top h2 {
    /*margin-bottom: 8px;*/
    color: #ff6800;
    font-size: 22px;
    word-wrap: break-word;
    white-space: initial;
}
.fkf-item-right-content-bottom p {
    padding-top: 15px;
    padding-bottom: 15px;}
.fkf-item-right-content-bottom .content-bottom-item { display: inline-block; width: 32%; margin-bottom: 8px;
    overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;
}
.content-bottom-item img { width: 25px; height: 25px; margin-right: 5px; background-color: #333; vertical-align: top;}
.content-bottom-item span { display: inline-block; line-height: 25px;}
.content-bottom-item:hover img { background-color: #ff6800;}
.content-bottom-item:hover span { color: #ff6800}
.right-content-tele { width: 300px;}
.right-content-tele .fkf-item-right-content-top:last-child { border-bottom: 0; padding-bottom: 0; padding-top: 10px;}
.right-content-ewm { padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
    display:flex;
    flex-direction:row;
    width: max-content;
}
.right-content-ewm .ewm div {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 10px}
.right-content-ewm .ewm div img { width: 100px; height: 100px; margin-top: 15px; margin-left: 15px; background: #fff;}
.right-content-ewm .ewm p { text-align: center; font-size: 16px; color: #ff6800;}
.fkf-item-right-ewm { top: initial; bottom: -15px;}
.right-content-ewm .arrow { top: initial; bottom: 23px;}


@media screen and (max-width: 768px) {
    .mb_show{
        display: block;
        overflow: hidden;
    }
    .pc_show{
        display: none !important;
    }
    .header{
        padding: 0;
    }
    .guphead{
        height: 50px;
    }
    .mb_heaer_logo{
        padding: 5px 0;
    }
    .mb_header_menu{
        position: fixed;
        top: 50px;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .48);
        text-align:center;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .mb_header_menu.active{
        left: 0%;
    }
    .mb_header_menu .menu_item{
        margin: 15px 0;
        font-size: 1.4rem;
    }
    .mb_header_menu .menu_item a{
        color: #fff;
        padding: 10px 0;
        display: block;
    }
    .mb_header_menu .menu_item a.active{
        background-color: #0050C3;
    }
    .mb_foot{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .58);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }
    .mb_foot .mb_foot_item{
        width: 33.33%;
        text-align: center;
    }
    .mb_foot .mb_foot_item a{
        color: #666;
        font-size: 14px;
    }
    .mb_foot .mb_foot_item a.acitve{
        color: #0050C3;
    }
    .mb_foot .mb_foot_item a i{
        display: block;
        font-size: 26px;
        text-align: center;
        margin-bottom: -5px;
    }
    footer{
        padding-top: 1.5rem;
        margin-bottom: 55px;
        text-align:center;
    }
    footer p{
        margin-bottom: 0;
        line-height: 1.8;
        font-size: .9rem;
        color: rgba(255, 255, 255, .7);
    }
    footer p.f16{
        font-size: 1rem;
    }
    footer p a{
        color: rgba(255, 255, 255, .7);
    }
    footer .erm_box{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .erm_box img{
        width: 25%;
        margin: 10px 15px;
    }
    .tit{
        flex-wrap: wrap;
    }
    .tit h4{
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
        color:#666;
    }
    .tit h4::before{
        display: none;
    }
    .tit h4 span{
        display: block;
        font-size: 1rem;
        color:#999;
        margin-top: 5px;
    }
    .al_navbox {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 0;
    }
    .al_nav{
        display: block;
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
    }
    .al_nav li{
        display: inline-block;
        padding: 0;
    }
    .al_nav li a{
        display: inline-block;
        padding: 5px 15px;
        margin: 0;
    }
    .banner{
        position: relative;
        height:320px;
    }
    .banner img{
        height: 100%;
        width:auto;
    }
    .banner h4{
        left: 4%;
        font-size: 1.8rem;
    }
    .in_ldzl_wrap{
        padding: 3rem 0;
        background-size: cover;
        background-position: center;
    }
    .in_ldzl_box{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .in_ldzl_box .in_ldzl_l{
        width:100%;
    }
    .in_ldzl_box .in_ldzl_r{
        width:100%;
    }
    .in_ldzl_box .in_ldzl_r h4{
        font-size: 1.2rem;
        color:#fff;
        text-align:center;
        margin-bottom: 2rem;
    }
    .dai_kuai a{
        font-size: .8rem;
        padding: 0 6px;
    }
    .in_ldzl_box .in_ldzl_l .in_ldzl_desc{
        margin-top: 1rem;
    }
    .my-5{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    .cat_nav{
        background-color: transparent;
        margin-bottom: 1rem;
    }
    .cat_nav ul li{
        /*width: 100px;*/
    }
    .cat_nav ul li a{
        padding: 10px 5px;
    }
    
    .al_box{
        flex-wrap: wrap;
    }
    .al_box .al_item{
        width: 100%;
        margin-bottom: 1rem;
    }
    .wpsidebar-fkf.wpsidebar02{
        display: none;
    }
}