
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    color: #000;
}

input{  
	background:none;  
	outline:none;  
	border:0px;
}
.main{
    width: 100%;
    overflow-x: hidden;
}
li{
    list-style: none;
}

/* 头部 */
.top{
    width: 7.5rem;
    position: relative;
}
.header{
    width: 100%;
    height:1rem;
    display: flex;
    align-items: center;
    line-height:1rem;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header01 {
    background-color:#3B7DC1;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
}
.qiehuan{
    width: 0.45rem;
    height: 0.32rem;
}
.logoa{
    width: 3.2rem;
}

/* * 底部 */
.footer{
    width:100%;
    margin: 0 auto;
    padding: 0.5rem;
    background-color:#F5F8FF;
    display:flex;
    flex-direction: column;
}
.footer_top{
    width: 2.51rem;
    margin-bottom: 0.4rem;
}
.footer_text{
    font-size: 0.23rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
    opacity: 0.76;
    margin-bottom: 0.4rem;
}
.footer_ewm{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem dashed #BFBFBF;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
}
.footer_ewm_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.42rem;
}
.footer_ewm_item img{
    width: 1.56rem;
    height: 1.54rem;
    margin-bottom: 0.15rem;
}
.footer_ewm_item span{
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161E3A;
}
.footer_hz{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem dashed #BFBFBF;
    margin-bottom: 0.4rem;
    padding-bottom: 0.5rem;
}
.footer_hz p{
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.2rem;
}
.footer_hz span{
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.5rem;
    opacity: 0.83;
}

.bot{
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: scale(0.9);
}
.bot div{
    font-size: 0.21rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 0.5rem;
}
/* 右侧导航 */
.nva{
    position: fixed;
    bottom: 0.5rem;
    right: 0.2rem;
    width: 1rem;
    border-radius: 0.6rem;
    background-color: #faa000;
    height: 3.72rem;
    -webkit-transition: height .4s;
    transition: height .4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}
.nva-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nva-item span{
    display: block;
    font-size:0.26rem;
    letter-spacing:0.01rem;
    color: #fff;
}
.kf{
    width: 0.7rem;
    height: 0.7rem;
}
.sy{
    width: 0.3rem;
    height: 0.35rem;
}
.cancel{
    width: 0.25rem;
    height:0.25rem;
}
/* 弹窗 */
/* 分栏 */
.fenLan{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}
.fenLan-add{
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0; 
}
.fenLanTop{
    width: 100%;
    height:3.2rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
    line-height: 1rem;
    justify-content: space-between;
    padding: 0 1.5rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fen_logoa{
    width:6rem;
}
.cha{
    width: 1.05rem;
}
.fenLan{
    width: 7.5rem;
    height:100vh;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}
.fenLan-add{
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0; 
}
.fenLanTop{
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0.05rem 0.1rem 0 rgb(37 43 58 / 6%);
    line-height: 1rem;
    justify-content: space-between;
    padding: 0 0.5rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fen_logoa{
    width: 1.92rem;
    height: 0.51rem;
    object-fit: contain;
}
.cha{
    width: 0.34rem;
    height: 0.34rem;
}
.fenLanList{
    width:0;
    height: 100%;
    margin-left: 2rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-top: 0.96rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
}
.fenLanList_sp01{
    width: 100%;
    height: 8.8rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.fenLanItem{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
    flex-direction: column;
}
.fenLanItemSp1{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    padding: 0.34rem 0 0.34rem 0.58rem;
}
.fenLanItemSp1 a{
    display: flex;
}
.fenLanItemSp1 a:focus{
    color: rgb(166, 160, 160);
    cursor: pointer;
}
.fenLanItem-to{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fenLanItem-h{
    margin-right: 0.39rem;
}
.al-right {
    width: 0.3rem;
    height: 0.3rem;
    background: url(/wapimages/add.png) no-repeat;
    background-size: 100% 100%;
}
.al-right2 {
    width: 0.3rem;
    height: 0.05rem;
    background: url(/wapimages/jian.png) no-repeat;
    background-size: 100% 100%;
}
.fenLanItemEji{
    width: 100%;
    background: #F2F3F7;
    display: flex;
    flex-direction: column;
    display:none;
}
.fenLanItemEji span{
    font-size: 0.3rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #272727;
    opacity: 0.76;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.8rem;
}
.fenLanList_sp02{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.34rem;
    box-shadow: 0 -0.05333rem 0.10667rem 0 rgb(37 43 58 / 6%);
}
.fenLanBtn{
    width: 4.45rem;
    height: 0.76rem;
    background-color: #0d54d1;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
    border: none;
    margin: 0.5rem auto;
}
.fenLanBtn01{
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #0d54d1 !important;
    color: #0d54d1;
    background: #fff;
    border-radius: 0.38rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 0.33rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.fenLanPhone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.45rem;
    height: 0.76rem;
    border: 0.01rem solid #0d54d1 !important;
    border-radius: 0.38rem;
    margin: 0 auto;
    margin-bottom: 0.36rem;
    margin-top: 0.7rem;
}
.phone1{
    width: 0.33rem;
    height: 0.36rem;
    margin: 0 0.3rem 0 0;
}
.fenLanPhoneS{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0d54d1;
}
.fenLanPhoneS a{
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0d54d1;
}
.fenLanItem:last-child{
    border-bottom: none;
}
.fenLanItem:focus{
    color: #cac7c7;
    cursor:pointer;
}
.fenLanItemEji span:hover{
    background-color: #595959;
    cursor: pointer;
}
/* 右侧导航 */
.nav{
    width: 2.82rem;
    /* height: 0.9rem; */
    border-radius: 50%;
    display: flex;
    position: fixed;
    right: 1.1rem;
    bottom: 38%;
    z-index: 999;
}
.nav img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner_icon{
    display: none;
}
.fg_count {
    position: relative;
    display: flex;
    align-items: center;
    color: #2469F3 !important;
}
.fg_count .banner_icon{
    width: 0.34rem;
    display: block !important;
    margin-right:0.15rem;
}
.fg_count::after{
    content: '';
    width: 1.66rem;
    height: 0.04rem;
    background: #0487E4;
    position: absolute;
    bottom: 0;
    left: 0.1rem;
}


/* 新闻 */
.news-sec1 .swiper-pagination-bullet{
    width: 0.25rem !important;
    height: 0.05rem !important;
    opacity: 0.2 !important;
    border-radius: 0.1rem;
    background: #000 !important;
}
.news-sec1 .swiper-pagination-bullet-active{
    width: 0.35rem !important;
    height: 0.06rem !important;
    background:linear-gradient(-90deg, #01c7de 0%, #015de7 100%), linear-gradient(#000000, #000000) !important;
    opacity: 1 !important;
}
.news-sec1 .swiper-pagination{
    display: flex;
    width: 50%;
    margin: 0 auto;
    margin-top: 0.4rem;
    align-items: center;
    justify-content: space-evenly;
    position: inherit !important;
}