.f-content {
    height: 40px;
    width: 100%;
    background: #fff
}

.f-content div {
    max-width: 1200px;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto
}

.f-content i {
    color: #898989;
    margin-left: 10px;
    margin-right: 10px
}

.f-content a {
    font-size: 14px;
    color: #898989;
    line-height: 20px
}

.content {
    padding-bottom: 78px;
    background: #F3F5F9;
}

.swiperBox {
    width: 90%;
	display:flex;
	flex-wrap:wrap;
    max-width: 1200px;
    margin: 40px auto 30px;
}

.swiper-container {
    width: 90%;
    max-width: 1092px;
    height: 100%;
}
.swiper-slide:last-child{
	margin-right:0
}
.swiper-slide {
	margin-right:10px;
	padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #333333;
}

.swiper-slide.active {
    cursor: pointer;
	border-radius: 8px;
    background: #266EED;
    color: #FFFFFF;
}

.mySwiper{
	display:flex
}

.dealDetail {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 67px;
    background: #FFFFFF;
    border-radius: 8px;
}

.detailTitle {
    padding-top: 41px;
    margin: 0 51px 34px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    padding-bottom: 34px;
    border-bottom: 1px solid #d8d8d8;
}

.detail {
    margin-left: 83px;
    margin-right: 92px;
}

.detail p {
    font-size: 16px;
    color: #666666;
}

.DetailDown {
    background: #FCFBFB;
    margin-top: 34px;
    padding-bottom: 1px;
    margin-left: 52px;
    margin-right: 50px;
    border-radius: 8px;
    border: 1px solid #D9E7FF;
}

.downTitle {
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #266EED;
    margin-left: 30px;
    margin-bottom: 31px;
}

.downLeft p {
    font-size: 16px;
    color: #333333;
}

.icon img {
    width: 26px;
    display: none;
    height: 26px;
}

.icon .block {
    display: block;
}

.downLi:hover .none {
    display: block;
}

.downLi:hover .block {
    display: none;
}

.downLeft span {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}

.downList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 28px;
    margin-right: 28px;
}

.downLi {
    width: 46%;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.downLi:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4px;
    height: 34px;
    background: #266EED;
    left: -15px;
    border-radius: 3px;
    transform: translateY(-50%);
}

.UnveiltheList {
    width: 90%;
    padding-top: 60px;
    margin: auto;
    max-width: 1200px;
}

.UnveiltheList>div {
    display: flex;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px 29px 22px 25px;
}

.UnveiltheLi:hover .UnveiltheLiLeft {
    color: #266EED;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .5s;
}

.content .DirectorMailbox {
    width: 100%;
    height: 199px;
    background: url(../images/headerBg.png) left top/100% 100%;
    overflow: hidden;
}

.content .DirectorMailbox-Con {
    width: 90%;
    max-width: 1200px;
    margin: 46px auto 0;
    display: flex;
    justify-content: space-between;
}

.content .DirectorMailbox-Con .DirectorMailbox-ConLeft {
    text-indent: 70px;
}

.content .DirectorMailbox-Con .DirectorMailbox-ConLeft .name {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    font-weight: bold;
    color: #FFFFFF;
}

.content .DirectorMailbox-Con .DirectorMailbox-ConLeft .name1 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 17px;
}

.content .DirectorMailbox-Con .search {
    width: 442px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.content .DirectorMailbox-Con .search input {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    height: 44px;
    text-indent: 20px;
    width: 100%;
}

.content .DirectorMailbox-Con .search #theme {
    width: 114px;
    position: relative;
}

.content .DirectorMailbox-Con .search #theme::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #333333;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content .DirectorMailbox-Con .search #number {
    width: 200px;
}

.content .DirectorMailbox-Con .search .clickSearch {
    width: calc(100% - 320px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .DirectorMailbox-Con .search .clickSearch .img {
    width: 15px;
    margin-right: 5px;
}

.content .DirectorMailbox-Con .search .clickSearch .anniu {
    font-size: 16px;
    color: #266EED;
}

.UnveiltheLiRight img {
    width: 7px;
    height: 12px;
    margin-left: 7px;
}

.UnveiltheLi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.UnveiltheLiRight {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #266EED;
}

.UnveiltheList>:last-child {
    margin-bottom: 0;
}

.UnveiltheLeft {
    flex: 1;
}

.UnveiltheTime {
    font-size: 14px;
    margin-left: 20px;
    color: #C0C5CC;
}

.UnveiltheName {
    font-size: 16px;
    font-weight: 500;
    color: #192D46;
    transition: .5s;
    margin-bottom: 18px;
}

.UnveiltheDetails {
    font-size: 14px;
    color: #87909A;
}

.UnveiltheLi1:hover .UnveiltheName {
    color: #266EED;
    transition: .5s;
}

.UnveiltheLi:hover .UnveiltheLiLeft {
    color: #266EED;
    transition: .5s;
}

.UnveiltheLiLeft {
    flex: 1;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    transition: .5s;
}

.UnveiltheLiRight img {
    width: 7px;
    height: 12px;
    margin-left: 7px;
}

.UnveiltheLiRight {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #266EED;
}

.el-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 82px;
}

.el-pager .number {
    width: 65px;
    height: 34px;
    margin: 0 6px;
    line-height: 34px;
    border-radius: 6px!important;
    border: 1px solid #f6f7f9
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #266eed;
    border: none
}

.el-pagination button {
    width: 65px;
    height: 34px;
    margin: 0 6px;
    border-radius: 6px!important;
    border: 1px solid #f6f7f9
}

.el-pager .el-icon {
    width: 65px;
    height: 34px!important;
    border-radius: 6px!important;
    border: 1px solid #f6f7f9
}

.el-pager .more::before {
    line-height: 34px
}

@media (max-width: 800px) {
    .content{
        min-height: calc(100vh - 65px - 82px);
    }
    .swiper-container{
        width: 82%;
    }
    .swiper-slide{font-size: 14px;}
    .swiper-slide.active{font-size: 16px;}
    .detailTitle{
        width: 95%;
        font-size: 20px;
        margin: 0 auto  34px;
    }
    .detail{
        width: 90%;
        margin: auto;
    }
    .dealDetail{
        width: 95%;
    }
    .swiperBox{
        width: 95%;
    }
    .DetailDown{
        width: 95%;
        margin:34px auto ;
    }
    .downLi{
        width: 100%;
    }
    .downTitle{
        margin-left: 20px;
    }
    .downList{
        margin: 0 20px;
    }
    
}


.navBox{


	    width: 90%;
	display:flex;
	flex-wrap:wrap;
    max-width: 1200px;
    margin: 40px auto 30px;
	justify-content: space-between;
}
.navBox a{
	width:23%;
	height:80px;
	line-height:80px;
	border-radius:5px;
	display:block;
	margin-bottom:10px;
	color:#ffffff;
	padding:0;
	margin-right:0;
	text-align:center;
}
.navBox a:nth-child(1){
	background:#266EED;
}
.navBox a:nth-child(2){
		background:#30a47e;
}
.navBox a:nth-child(3){
		background:#3ca6fe;
}
.navBox a:nth-child(4){
		background:#efa20b;
}.navBox a:nth-child(5){
		background:#8592a2;
}.navBox a:nth-child(6){
		background:#3072a4;
}
.navBox a:nth-child(7){
		background:#5f79a7;
}
.navBox a:nth-child(8){
		background:#e68a7e;
}