@import url(swiper.css);
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
/* @import url(iconfont.css); */
@import url(all.css);
@import url(//at.alicdn.com/t/c/font_4693537_cfjvok7v68.css);


@media (min-width: 1400px) {
      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
        max-width: 1400px;
      }
    }
.neirong{
    /* background-color: #008cd7; */
    height: 500px;
}
body{
    /* background-color: #eee; */
    line-height: 1.6;
    font: 14px/1.5 Arial, 'PingFang SC','Microsoft YaHei', sans-serif;
    color: #000;
    font-weight: 400;

}

.header{
    background: #E2E2E2;
    background-color: #fff;
    /* display: flex;
    align-items: center;
    box-shadow: #E2E2E2 1px 1px 0px 1px;
    margin-bottom: 40px; */
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    height: auto;
    max-width: 100%;
}
.logo  a{
    display: block;
}
/* head_weizhi */
.head_weizhi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    position: relative;

}
.weizhi_box{
    /* height: 100%; */
}

.fenzhan_btn{
    /* display: flex;
    height: 100%;
    align-items: center; */
    cursor: pointer;
}
.fenzhan_btn i{
    margin-right: 10px;
    font-size: 34px;
    color: #008cd7;

}
/* .head_weizhi .fenzhan_btn:hover~.fenzhan{
    display: block;
    opacity: 1;
    z-index: 1000;
}
.fenzhan:hover{
    display: block;
    opacity: 1;
    z-index: 1000;
} */
.fenzhan{
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0;
    right: 0;
    width: 250%; */
    /* z-index: 1000; */
    background-color: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.237); */
    /* opacity: 0; */
    /* z-index: -1; */
    transition: .5s;
    /* padding: 10px; */
    /* padding-top: 0; */
    /* transform: translatex(-38.5%); */

}
.fenzhan a{
}
.fenzhan a:hover{
    color: #1e58b4;
}
.fenzhan_row{
    display: flex;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.fenzhan_sheng{
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 0 5px;
}
.fenzhan_sheng a{
    padding: 5px 0;
    width: 3em;

}
.fenzhan_shi{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    width: 90%;
    flex: 1;
}
.fenzhan_shi li{
    margin-left: 10px;
}
/* head_phone */
.head_phone{
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: right;
    color: #008cd6;
    font-weight: bolder;
}
.head_phone i{
    font-size: 40px;
    margin-right: 10px;
    color: #008cd6;
    font-weight: bolder;


}
.phone_row{
    display: flex;
    align-items: center;
}
.phone_box{
    display: flex;
    flex-direction: column;
    margin: 0;
}

.phone_text{
    font-size: 18px;
    color: #008cd6;

}
.phone_num{
    font-size: 18px;
    color: #008cd6;

}
.sousuo_form {
    display: flex;
}

.head_input:focus-visible{
    border: #f0f0f000;
}
.head_input {
    padding: 10px;
    outline-style: none;
    flex: 1 auto;

}
.head_search{
    background-color: #fff !important;
}
.head_search .search{
    background: #fff;
    border-radius: 30px;
    border: #f7f8f9 2px solid;
}
.phone_search{
    padding: 0 5px !important;
}
.phone_search .search{
    width: 100%;
}
.phone_phone{
    margin-top: 20px;
    text-align: center;
    display: flex !important;
    justify-content: center;
}
/* menu */
.menu{
    background: #1d2088;
    box-shadow: #E2E2E2 1px 1px 0px 1px;
    display: flex;
    align-items: center;
}
.index_active>a{
    background: #1e58b4;
    color: #fff;
}
.phone_active>a{
    background: #1e58b4;
    color: #fff;
}

.menu_list{
    display: flex;
    /* background: red; */
    /* background: #1d2088; */
    /* border-radius: 0 0px 30px 30px; */
    /* padding:  0 30px; */
    height: 100%;
    justify-content: space-between;
    width: 100%;

}
.menu_list .head_list{
    position: relative;
    font-size: 14px;
    font-weight: bolder;

}
.menu_list .head_list>a{
    color: #fff;
    display: block;
    padding: 20px 30px;
    /* background-color: red; */
    height: 100%;
}

.menu_list .head_list:hover .lsit_child{
    opacity: 1;
    z-index: 100;
    top: 100%;
    transition: .5s;

}
.lsit_child li a{
    display: block;
    padding: 10px 0px;

}
.lsit_child li a:hover{
    color: #262df7;
}
.inline {
    display: inline;
}

.lsit_child{
    position: absolute;
    right: 0;
    top: 110%;
    background-color:#fff;

    width: 100%;
    box-shadow: 1px 1px 1px 1px #eee;
    border: 1px solid #eee;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.lsit_child a{
    font-size: 14px;
}
/* banner_swiper */
.banner_swiper{
    /* border-radius: 0 0px 40% 40%; */

}
.banner_swiper img{
    /* display: block;
    margin: 0 auto; */
    width: 100%;
}

/* .swiper-pagination{

}
.swiper-pagination span{
    width:auto;
    height: auto;
    border-radius: 0;
    padding: 30px;
} */
.banner-row{
    position: relative;
}
.banner-row .banner_box{
    position: absolute;
    background: rgba(1, 4, 82, 0.285);
    background: rgba(255, 255, 255, 0.285);
    width: 100%;
    height: 100%;
    top: 0;

}
/* left_memu */

/* container_box */

.container_box{
    /* position: relative; */
    margin-top: 10px;
}
.container_box .right_news{
    position: absolute;
    top: 0;
    right: calc(var(--bs-gutter-x) * .5);
    right: 0;
    /* padding-right: 0; */

}

/* alfx */
.alfx_swiper{
    box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 0.34);
    border-radius: 5px ;
    overflow: hidden;
}
.alfx_swiper .swiper-slide{
    position: relative;
    background: #fff;
    height: 100%;
}
.alfx_swiper .alfx_text{
    /* position: absolute; */
    bottom: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.461); */
    width: 100%;
}
.alfx_swiper .alfx_text h5{
    color: #fff;
    margin: 0;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.237);
    width: 100%;
    font-size: 16px;
}
.alfx_text span{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #1d2088;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 5px;
}
.alfx_swiper p{
    margin: 0;
    font-size: 16px;
    padding: 10px 5px;
    height: 100%;

}
.alfx_swiper p a{
    color: #000;

}
.alfx_row img{
    width: 100%;
}
.alfx_swiper .swiper-slide a{
    display: block;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.alfx_swiper .swiper-slide{
    height: 100%;
    display: flex;
    flex-direction: column;

}
/* faqw */

.faqw{
    height: 100%;
    display: flex;
    flex-direction: column;

}
.flqw_box{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 auto;
    /* box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 0.34); */
    /* padding: 0 5px; */
    border-radius: 5px;
    overflow: hidden;
}
.flqw_box li{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;

}
.flqw_box a .text_container{
    font-size: 16px;
}

.flqw_box a .text_container::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    margin-right: 10px;

}
.text_miaoshu{
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;

}
.text_miaoshu div{
    display: flex;
}
.text_miaoshu p a{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
}
.text_miaoshu a{
    display: block;
}
.text_miaoshu a img{
    border-radius: 5px;
}
.text_miaoshu .text_img img{
    /* height: 100%; */
    width: 100%;
}
/* .text_miaoshu .text_p {
    display: flex;
    align-items: center;
} */
.text_miaoshu .text_p p{
    margin: 0;
}

.text_container{
    flex: 1;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.flqw_box>li>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer{
    font-size: 14px;
}


.open{
    flex: 1;
}
.open .text_miaoshu{
    flex: 1 auto;

}
.open>a{
    padding-bottom: 10px;
}

/* qsnfl */
.qsnfl{

}

.qsnfl img{
    width: 100%;
}
.qsnfl_list{
    /* padding-bottom: 20px; */
    margin-bottom: 10px;
}
.qsnfl_list h3{
    margin: 10px 5px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1 auto;
}

.qsnfl_list p{
    padding: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.qsnfl_list p{
    width: 100%;
}
.qsnfl_list span{
    display: flex;
    align-items: end;
}
.qsnfl_list a{
    display: flex;
    height: 100%;
    flex-direction: column;
    border-bottom: 1px solid #eee;

}
.qsnfl_list a:hover img{
    transform: rotate(20deg) scale(1.5);

}
.qsnfl_list a:hover .qsnfl_list{
    /* transform: scale(1.5) ; */

}
.qsnfl_img{
    border-radius: 5px;
    overflow: hidden;
}
.qsnfl_list img{
    transition: .5s;
}
/* hdzx */
.swiper_hdxz{
    height: 100%;
}
.hdzx_click{
    padding-bottom: 10px;
}
.hdzx_click p{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.hdzx_click .hdzx_A{
    border-bottom: 1px dashed #000;
}
.hdzx_click span{
    border:1px solid #1d2088;
    background: #fff;
    display: block;
    flex: 1 auto;
    box-sizing: border-box;
}
.hdzx_li{
    display: flex;
    align-items: end;
}
.hdzx_li .hdzx_Q::before{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    background: url(/skin/img/Q.png) no-repeat center center;
    background-size: cover;

}
.hdzx_li p span{
    border-radius: 5px;
    padding: 20px ;
    width: 70%;
    position: relative;
    font-size: 16px;
}
.hdzx_li .hdzx_A::after{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-left: 30px;
    background: url(/skin/img/A.png) no-repeat center center;
    background-size: cover;

}

.hdzx_li .hdzx_Q span::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    left: calc(0px - 15px/2 - 1px/2 );
    top: calc(50% - 15px/2 - 1px/2 );
    transform: rotate(45deg);
    border: 1px solid  #fff ;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.hdzx_li .hdzx_A span::after{
    content: '';
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    right: calc(0px - 15px/2 - 1px/2 );
    top: calc(50% - 15px/2 - 1px/2 );
    transform: rotate(45deg);
    border: 1px solid #fff ;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
/* fljt */
.fljt_list a{
    display: flex;
    margin-top: 20px;
    border: 2px solid #eee;
    border-radius: 5px;
    overflow: hidden;

}
.fljt_list a:hover{

}
.fljt_list:nth-child(1) a{
    margin-top: 0;
}
.fljt_img{
    height: 130px;
}
.fljt_img img{
    height: 100%;
    width: auto;
}
.fljt_text{
    padding-left: 10px;
    margin-left: 10px;
    /* border-left: #1d2088 1px solid; */
}
.fljt_text h3{
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}
.fljt_text p{
    font-size: 14px;
    color: #020202;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.fljt_text span{
    font-size: 14px;
    color: #020202;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;


}
/* qyfw */
/* .qyfw img{
    width: 100%;
} */
/* flzx */
.flzx{

}
.flzx_list img{
    width: 100%;
}

/* flzx_div */
.flzx_div{
    height: 100%;
}

.flzx_row .flzx_ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flzx_row .flzx_lsit{
    border-radius: 5px;
    border-bottom: 1px solid #eee;
}
.flzx_row .flzx_lsit a{
    padding: 10px 0;
    margin: 0;
    display: flex;
    margin: 0 10px;
    align-items: center;


}

.flzx_row .flzx_lsit span{
    transition: .5s;
}

.flzx_row .flzx_lsit h5{
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.flzx_div .list_flzx_fis h5{
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    /* text-align: center; */
}
.list_flzx_fis img{
    width: 100%;
    border-radius: 5px;
}

.flzx_row .flzx_lsit a:hover span{
    margin-left: 20px;
}

.flzx_row .flzx_lsit a:hover{
    color: #4046f9;
    transition: .5s;
}
/* qyzx */
.qyzx{
}
.qyzx .qyzx_li img{
    width: 100%;
}
.qyzx_box{
    /* background-color: #eee; */
    /* border-radius: 5px; */
}
.qyzx_box a{
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}
.qyzx_box p{
    display: flex;
    margin: 0;
    justify-content: space-between;
    padding:  5px 5px;
    font-size: 12px;
    align-items: center;

}
.qyzx_box p button{
    border: 1px solid #eee;
    padding:  5px 10px;
    font-size: 14px;
    background-color: #fff;
    transition: .5s;
    border-radius: 5px;
}
.qyzx_box p button:hover{
    background:#262df7;
    color: #fff;
}
.qyzx_box h5{
    margin: 0;
    padding: 10px 5px;
    font-size: 16px;
}
.qyzx_li p{
}
/* faqw_swiper */
.faqw_swiper img{
    width: 100%;
}
.faqw_box{
    position: relative;
    display: block;

}
.faqw_box:hover .faqw_content{
    box-shadow: 0px -0px 0px 0px rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);

}
.faqw_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.824);
    box-shadow: 0px -16px 19px 13px rgba(255, 255, 255, 0.831);
    transition: .5s;

}
.faqw_content .this_{
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: -70px;
}
.faqw_content h5{
    font-size: 16px;
    padding: 10px;
    margin: 0;
}
.faqw_content p{
    font-size: 14px;
}
/* right_news */
.right_on{
    box-shadow: 0 0 4px 2px #eee;
    height: 100%;

}

.left_title{
    color: #1d2088;
    font-weight: 900;

}

.right_title{
    color: #f2be13;
    font-weight:500;
}
.foot_lit{
    display: flex;
    flex-direction: column;
}


/* footer */
.footer{
    background: #f7f8f9;
}
.foot_top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot_logo a{
    display: block;
}
.foot_logo img{
    max-height: 4rem;
    padding-bottom: 10px;

}
.foot_logo h4{
    font-size: 14px;
}
.foot_lit h4{
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #008cd7;
    font-weight: bolder;
}
.foot_contact h4{
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    color: #008cd7;
    font-weight: bolder;


}
.foot_news a{
    display: flex;
}
.foot_news_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;

}
.foot_news_time{
    flex: 1 auto;
    text-wrap: nowrap;
}
/* footer_icp */
.footer_icp{
    background: #020202;
}
/* phone_foot */
.phone_foot {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 1000;

}
.phone_foot .foot_left,.phone_foot .foot_right{
    width: 50%;
    text-align: center;
    line-height: 40px;

}
.phone_foot a{
    color: #fff;
}
.phone_foot .foot_left{
    background-color: #1d2088;
}
.phone_foot .foot_right{
    background-color: #f2be13;

}
.phone_logo{
    display: flex;
}
.phone_logo img{
    width: 100%;
}
.phone_logo button{
    padding: 0 5px;
}
.phone_logo button i{
    font-size: 24px;
    color: #008cd6;
}

.phone_list {
    text-align: center;
}
.phone_list a{
    display: block;
    padding: 10px 0 ;

}

.show_news{

}
.show_news h2{
    font-size: 24px;
    font-weight: bold;
}
.mywh-txt-contr{
    margin-top: 20px;
}
.mywh-txt-contr p{
    margin: 0;
}
.mywh-txt-contr img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}



/* foot_bg */
.foot_bg{
    background: url(/skin/img/banner_three.jpg) no-repeat center center;
    background-size: cover;
}

.foot_bg_color {
    background: rgba(0, 0, 0, 0.60);
    padding: 0 10px;
    padding-top: 50px;


}
.foot_bg .foot_text *{
    color: #fff;
    text-align: center;
}
.foot_text h3{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.foot_text h6{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.foot_text h6 span{
    padding: 0 5px;
}
.foot_text button{
    font-size: 14px;
    line-height: 1;
    padding: 0 12px;
    height: 38px;
    border-radius: 5px;
    background-color: #f2be13;
}

.foot_ul{
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.foot_ul .foot_li{
    display: flex;
    align-items: center;

}
.foot_ul .foot_li .left_text{
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    background-color: #f2be13;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}
.foot_li .right_container span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.foot_li .right_container p{
    color: #fff;
    margin: 0;
    font-size: 16px;
}

@media(min-width:992px) {
    .lsit_child{
        opacity: 0;
        z-index: -1;
    }
}
@media(max-width:992px) {
    .lsit_child{
        height: 0;
        overflow: hidden;
    }
    .sjxdtn_swiper{
        height: 550px;
    }
    .left_memu{
        display: none;
    }
    .menu_list{
        display: none;
    }

    .open a{
        padding: 0;
    }
    .fljt_img{
        height: 100px;
    }
    .fljt_text p{
        margin-bottom: 5px;
    }
    .fljt_text h3{
        padding: 0;
    }
    .fljt_text span{
        margin: 5px 0;
    }
    .head_weizhi{
        display: none;
    }
    /* .head_phone{
        display: none;
    } */
    .footer {
        display: none;
    }
    .phone_foot{
        display: flex;
    }
    .search_row{
        display: flex !important;
    }
    .phone_row{
        display: none;
    }
    .head_search{
        display: none;
    }
    .p_h100{
        height: 100%;

    }
    .logo img{
        height: 100%;
        width: auto;
        padding: 5px 0;
    }
    .index_flzx .bottom{
        position: relative;
    }
    .list_left_cover{
        display: none;
    }
    .header{
        box-shadow: 0px 2px 3px rgba(87, 87, 87, 0.452);

    }
}



/* list_left */
.left_middle .box{
      padding: 15px 10px;
      border-radius: 6px;
      background-color: #f7f8f9;
      margin-bottom: 50px;
    }
    .left_middle .box h4{
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .left_middle .box .cover{
      margin-bottom: 15px;
    }
    .left_middle .box .cover .img{
      border-radius: 4px;
      position: relative;
      overflow: hidden;
    }
    .left_middle .box .cover img{
      max-width: 100%;
      border-radius: 4px;
      transition: all .4s ease-in-out;
    }
    .left_middle .box .cover .img:hover img{
      transform: scale(1.08);
    }
    .left_middle .box .cover h5{
      position: absolute;
      bottom: 0;
      width: 100%;
      font-weight: bold;
      background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.5) 100%);
      margin-bottom: 0;
    }
    .left_bottom .box{
      padding: 15px 10px;
      border-radius: 6px;
      background-color: #f7f8f9;
    }
    .left_bottom .box h4{
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .left_bottom .box p{
      margin-bottom: 10px;
      font-size: 14px;
    }
    .left_bottom .box p:last-child{
      margin-bottom: 0;
    }
    .left_bottom .box p a{
      transition: all .4s ease;
    }
    .left_bottom .box p a:hover{
      padding-left: 8px;
      color: #1d2088;
    }


    .container-fluid{
        padding: 0;
    }
    
    
/*style。*/