.title {
    width: 100%;

}

.title-center {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.ti-img{
width: 60%;


}
.ti-img>img{ width: auto
  
}

.ri-top {
    display: flex;
    padding: 10px 0;
}

.ri-top span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    border-right: 1px solid #919191;
}

.ri-top :last-child {
    border-right: 0px solid #fff;
}

.ri-top>span>a {
    color: #0061B2;
}

.ri-bo-right {
    color: #0061B2;
    font-size: 28px;
    display: flex;
    font-weight: 600;
    margin-left: 15px;
}




.navigation {
    width: 100%;
    background: url("../img/img_pc/navs.png") center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;


}

.na-left {
    width: 15%; display: none
}

.na-right {
    width: 1200px; margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.na-right>span {
    width: 10%;
    display: block;
    padding: 15px 0;
    position: relative;
    text-align: center;

}

.na-right>span>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}


/* //遮罩层 */
.title-mask {
    position: absolute;
    top: 55px;
    width: 200%;
    text-align: center;
    /* transition: 11s; */
    border-radius: 4px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    /* padding: 0 1rem; */
    /* height: 0; */
    display: none;
    text-align: left;
 



}

.title-mask li {
    padding: 6px 0;
    font-size: 15px;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    padding: 8px 0;

}

.title-mask li a {
    color: #fff;
    padding-left: 15px;
}

.title-mask li:hover {
    background-color: #0061b2;
}

/* .Thelight:hover>a {
    color: #f5d45c;
} */


/* 轮播图 */
.swiper1 {
    width: 100%;
    height: 450px;
}

.add img {
    width: 100%;
    height: 100%;
}


.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#006db8;border:#006db8 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.active a{background:#006db8;border:#006db8 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}