/* 内页banner */
.innerBanner {
	width: 100%;
	/*height: 503px; */
	height: 403px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.innerBanner .innerBanImg {
	width: 1920px;
	/*height: 503px; */
	height: 403px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	z-index: 1;
}

.innerBanner .BanTitle {
	/* position: absolute;
	left: 50%;
	margin-left: -810px;
	top: 194px;
	z-index: 8;
	width: 400px;
	height: 200px;
	display: inline-block; */
    position: relative;
    margin-top: 154px;
	/* margin-top: 194px; */
    z-index: 3;
    text-align: left;
}
.innerBanner .BanTitle img{
	width: auto;
	height: auto;
	animation: sunBanH 1.2s ease both;
}
@keyframes sunBanH{0%{opacity: 0;transform: scale(0);}100%{opacity: 1;transform: scale(1);}}

.innerBanner .center {
	position: relative;
}
.innerBanImgMb{
    display: none;
}

/* 面包屑导航 */
.path{
	margin: 30px 0;
    background: #fff;
	line-height: 48px;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
}
.path.fixed{
    position: fixed;
    top: 66px;
    padding: 10px 0;
    width: 96%;
	z-index:9;
}
.grayBg{
    background-color: #eeefee;
}
.path.grayBg .center{
    text-align: left;
    line-height: 64px;
}
.path a{
	color: #000;
}
.path span{
	font-style: normal;
	display: inline-block;
	margin: 0 20px;
	color: #999;
}
.path em{
	font-style: normal;
	color: #be3838;
}


/* 党建设列表 */
.partyList{}
.partyList ul{
	width: 100%;
	padding: 0;
	margin: 0;
}
.partyList li{
	width: 100%;
	margin: 25px 0;
	overflow: hidden;
	position: relative;
}
.partyList li .left{
	width: 134px;
	height: 134px;
	text-align: center;
	background: #eaeaea;
	margin-right: 42px;
	display: inline-block;
	left: 0;
	top: 0;
	position: absolute;
}
.partyList li .left b{
	display: block;
	font-size: 45px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.partyList li .left span{
	font-size: 18px;
	color: #666;
	display: block;
}

.partyList li .right{
	text-align: left;
	padding-left: 176px;
}
.partyList li .right h4{
	font-size: 26px;
	margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.partyList li .right h4 a{
	color: #333;
	line-height: 24px;
}
.partyList li .right h4 a:hover{
	color: #be3838;
}
.partyList li .right h5{
	color: #666;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.partyList li .right p{
	text-align: right;
}


/* 公告公示 */
.publicList{
    width: 100%;
    overflow: hidden;
}
.publicList li{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    overflow: hidden;
    background: url(20240110_list_icon1.png) no-repeat 0 15px;
}
.publicList li .left{
    flex: 1;
    text-align: left;
    max-width: 86%;
}
.publicList li .right{
    text-align: right;
    /* width: 120px; */
    display: inline-block;
}
.publicList li a{
    color: #000;
    display: block;    
    width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.publicList li a:hover{
    color: #be3838;
}

/* 分页 */
.pageBox{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.pageBox .leftTotal{
    color: #999;
    font-size: 14px;
}
.pageBox .rightNumber{
    font-size: 14px;
    color: #666;
}

.pageBox .rightNumber a{background:#f0f0f0;   height:33px; line-height:33px; color:#333; margin:0 5px 0 0; font-size:14px; display:inline-block; padding:0 10px;border-radius: 4px;}
.pageBox .rightNumber a:hover,.pageBox .rightNumber a.hover{ text-decoration:none;background:#be3838; color:#fff;}
.pageBox .rightNumber span {
    background: #be3838;
    height: 33px;
    line-height: 33px;
    color: #FFF;
    margin: 0 5px 0 0;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
}



.rightNumber .number{
    border: 1px solid #d7d7dd;
    border-radius: 4px;
    line-height: 34px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    
}
.rightNumber .number a{
    display: inline-block;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.page-prev,.page-next{
    color: #666;
}
.rightNumber .number a:hover,
.rightNumber .number a.actived{
    background: #be3838;
    color: #fff;
    border-radius: 4px;
}
.rightNumber .jumpNum{
    border: 1px solid #d7d7dd;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    width: 32px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.rightNumber .jump{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.jumpSelect{
    border: 1px solid #d7d7dd;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}


/* 荣誉资质 */
.honorList{
    width: 100%;
    overflow: hidden;
}
.honorList ul{
    width: 105%;
    overflow: hidden;
}
.honorList ul li{
    width: 353px;
    padding: 8px;
    height: 507px;
    background: #f6f0eb;
    float: left;
    margin: 0 25px 32px 0;
    transition: ease .2s;
}
.honorList ul li:hover{
    background-color: #e4dad2;
}
.honorList ul li span,
.honorList ul li b{
    display: block;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.honorImg{
    padding: 9px 9px 7px 9px;
    margin-bottom: 10px;
    background: url(20240110_bg_honor.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.honorImg img{
    width: 100%;
    height: auto;
    max-height: 394px;
}



/* 社会责任 */
.socialList{}
.socialList ul{}
.socialList ul li{
    display: flex;
    padding: 42px 0;
    overflow: hidden;
    width: 100%;
}
.socialList ul li .socialImg{
    width: 400px;
    height: 247px;
    margin-right: 30px;
}
.socialList ul li .socialImg img{
    width: 100%;
    height: 100%;
}
.socialList ul li .right{
    flex: 1;
    text-align: left;
}
.socialList ul li .right h3{
    font-size: 24px;
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.socialList ul li .right h3 a{
    flex: 1;
    color: #000;
}
.socialList ul li .right h3 span{
    font-weight: normal;
    margin-left: 15px;
    font-size: 18px;
    color: #666;
}
.socialList ul li .right h4{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: normal;
    height: 106px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px;
}
.socialList ul li .right h5{
    margin: 0 15px;
}


/* 关于我们 */
.aboutContainer{
    text-align: left;
    margin-top: 30px;
}
.aboutContainer p{
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    /* text-indent: 2em;*/
}
.aboutBg{
    background: url(20240110_bg_about.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

/* 联系我们 */
.contactContainer{
    display: flex;
}
.contactContainer .left{
    height: 430px;
    flex: .5;
    background: url(20240110_bg_contact.jpg) no-repeat center center;
    background-size: cover;
    text-align: left;
    padding: 190px 72px 20px 72px;
    padding: 130px 72px 20px 72px \0;
    height: 360px\0;
}
.contactContainer .left p{
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}
.contactContainer .right{
    flex: .5;
}
.contactContainer .right img{
    max-width: 100%\0;
}

/* 新闻中心 */
.newsList{
    width: 100%;
    overflow: hidden;
}
.newsList ul{
    width: 100%;
    display: grid;
    overflow: hidden\0;
    gap: 20px;
    grid-template-columns: 32% 32% 32%;

}
.newsList ul li{
    width: 500px;
    text-align: left;
    height: 530px;
    border: 1px solid #ececec;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 30px;
    transition: ease .2s;
    float: left\0;
    margin-right: 20px\0;
}
.newsList ul li:hover{
    background-color: #ececec;
}
.newsList ul li img{
    width: 100%;
    height: 100%;
}
.newsList ul li .newsImg{
    margin-bottom: 40px;
    max-height: 297px;
}
.newsList ul li h3{
    font-size: 18px;
    margin: 0 20px 24px 20px;
}
.newsList ul li h3 a{
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsList ul li h3 a:hover{
    color: #be3838;
}
.newsList ul li h4{
    font-size: 16px;
    color: #666;
    margin: 0 20px;
    line-height: 32px;
    font-weight: normal;
}
.newsList ul li .operate{
    display: flex;
    margin: 0 20px;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 22px;
    color: #666;
}
.operate .tags span{
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ababab;
    padding: 5px 15px;
    margin-right: 10px;
}

/* 业务模块 - 详情 */
.businessList{
    width: 100%;
    display: table;
}
.businessList ul{
    margin: 0;
    padding: 0;
}
.businessList ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 48px 0;
}
.businessList ul li .busImg{
    margin-right: 56px;
    max-width: 769px;
    
}
.businessList ul li .busImg img{
    width: 100%;
    height: auto;
}
.businessList ul li .intro{
    flex: 1;
    text-align: left;
}
.businessList ul li .intro h3{
    font-size: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 36px 0;
    border-bottom: 1px solid #d4d4d4;
}
.businessList ul li .intro h4{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin: 48px 6px 10px 6px;
    font-weight: normal;
}

/* 公告详情 */
.public-detail{
    padding: 30px 0;
    overflow: hidden;
    text-align: left;
}
.detail-header{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
}
.detail-header h2{
    font-size: 30px;
    line-height: 48px;
    color: #000;
}
.detail-header h3{
    margin-top: 20px;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
}
.detail-header h3 span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.detail-content{
    font-size: 18px;
    line-height: 48px;
    padding: 50px 6px;
}
.detail-content p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 48px;
}
.share-ico{
    display: inline-block;
    vertical-align: middle;
}

/* 业务板块 */
.bg-business{
    background: url(20240110_map_bg.jpg) no-repeat center center;
}
.bus-List{
    height: 900px;
}
.bus-List ul{
    text-align: center;
    margin-top: 200px;
}
.bus-List ul li{
    width: 363px;
    height: 363px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 0px 73px ;
    border: 1px solid #d7d7dd;
    overflow: hidden;
    position: relative;
}
.bus-List ul li:nth-child(4),
.bus-List ul li:nth-child(5){
    margin-top: -73px;
}
.bus-List ul li::before{
    content: '';
    width: 240px;
    height: 240px;
    display: inline-block;
    position: absolute;
    top: -450px;
    background: #d44343;
    left: 50px;
    z-index: 4;
    transition: ease .3s;
    border-radius: 100%;
}
.bus-List ul li::after{
    content: '';
    display: block;
    width: 515px;
    height: 515px;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    transition: ease .3s;
    transform: rotate(-45deg) translateY(-108px);
}
.bus-list-img{
    width: 515px;
    height: 515px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: rotate(-45deg) translateY(-108px);
}
.bus-inner{
    width: 100%;
    height: 100%;
    transform: rotate(-45deg) translateY(0px);
    position: absolute;
    z-index: 6;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 363px;
    left: 0;
    top: 0;
}
.bus-inner a{
    color: #fff;
}
.bus-inner-mid{
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}
.bus-inner-mid h2{
    font-size: 32px;
    line-height: 48px;
    transform: translateY(35px);
    transition: ease .3s;
}
.bus-inner-mid p{
    font-size: 18px;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(50%);
    transition: ease .3s;
    overflow: hidden;
}
.bus-List ul li:hover .bus-inner-mid h2{
    transform: translateY(0);
}
.bus-List ul li:hover .bus-inner-mid p{
    transform: translateY(0);
    opacity: 1;
}
.bus-List ul li:hover::after{
    background: rgba(192, 56, 56, 1);
}
.bus-List ul li:hover::before{
    top: -150px;
    background: rgba(212, 67, 67, 1);
}



/* 响应式 */
@media screen and (min-width:1376px) and (max-width:1590px) {
    .newsList ul{
        gap: 20px;
    }
    .newsList ul li{
        width: auto;
        width: 410px\0;
    }
    .bus-List ul li{
        width: 254px;
        height: 254px;
        margin: 0px 50px 20px 50px;
    }
    .bus-List ul li::before{
        width: 168px;
        height: 168px;
        top: -425px;
        left: 50px;
    }
    .bus-List ul li::after{
        width: 360px;
        height: 360px;
        left: 0;
        top: 0;
        transition: ease .3s;
        transform: rotate(-45deg) translateY(-76px);
    }
    .bus-list-img{
        width: 360px;
        height: 360px;
        transform: rotate(-45deg) translateY(-70px);
    }
    .bus-inner{
        line-height: 254px;
    }

    .bus-inner-mid h2{
        font-size: 28px;
    }

    .honorList ul li{
        width: 22%;
        margin: 0 12px 32px 0;
        height: 450px;
    }

    .businessList ul li .busImg{
        max-width: 450px;
        margin-right: 30px;
    }
    .businessList ul li .intro h3{
        padding-bottom: 20px;
    }
    .businessList ul li .intro h4{
        margin-top: 20px;
    }
	.bus-List{
		height: auto;
		padding-bottom: 100px;
	}
	.bus-List ul{
		margin-top:100px;
	}
    .contactContainer .left{
        height: 385px\0;
        padding: 50px 72px 110px 72px\0;
        height: auto\0;
    }

}

@media screen and (min-width:1181px) and (max-width:1375px) {
    .newsList ul{
        gap: 10px;
    }
    .newsList ul li{
        width: auto;
        width: 360px\0;
        height: 460px\0;
    }
    .socialList ul li .right h4{
        height: 103px;
    }
    .contactContainer{
        flex-direction: column;
        display: inline-block;
        width: 100% \0;
    }
    .contactContainer .left{
        flex: 1;
        height: 530px;
        padding: 90px 72px 120px 72px;
        width: 100%\0;
        height: auto\0;
    }
    .contactContainer .right{
        flex: 1;
        width: 100%\0;;
    }
    .contactContainer .right img{
        width: 100%\0;
    }

    .bus-List{
		height: auto;
		padding-bottom: 100px;
	}
	.bus-List ul{
		margin-top:100px;
	}
    .bus-List ul li{
        width: 254px;
        height: 254px;
        margin: 0px 50px 20px 50px;
    }
    .bus-List ul li::before{
        width: 168px;
        height: 168px;
        top: -425px;
        left: 50px;
    }
    .bus-List ul li::after{
        width: 360px;
        height: 360px;
        left: 0;
        top: 0;
        transition: ease .3s;
        transform: rotate(-45deg) translateY(-76px);
    }
    .bus-list-img{
        width: 360px;
        height: 360px;
        transform: rotate(-45deg) translateY(-70px);
    }
    .bus-inner{
        line-height: 254px;
    }

    .bus-inner-mid h2{
        font-size: 28px;
        line-height: 32px;
    }
    .bus-List ul li:hover .bus-inner-mid h2{
        transform: translateY(30px);
    }
    .bus-List ul li:hover .bus-inner-mid p {
        transform: translateY(10px);        
    }

    .honorList ul li{
        width: 21%;
        margin: 0 12px 32px 0;
        height: 400px;
    }

    .businessList ul li .busImg{
        max-width: 420px;
        margin-right: 30px;
    }
    .businessList ul li .intro h3{
        padding-bottom: 20px;
    }
    .businessList ul li .intro h4{
        margin-top: 20px;
    }
}

@media screen and (min-width:1025px) and (max-width:1180px) {
    .newsList ul{
        gap: 10px;
    }
    .newsList ul li{
        width: auto;
        width: 310px\0;
        height: 420px\0;
    }
    .socialList ul li .right h4{
        height: 75px;
    }
    .socialList ul li .socialImg{
        width: 300px;
        height: 185px;
    }
    .contactContainer{
        flex-direction: column;
        display: table\0;
    }
    .contactContainer .left{
        flex: 1;
        height: 530px;
        padding: 90px 72px 120px 72px;
        width: 100%\0;
        height: auto\0;
    }
    .contactContainer .right{
        flex: 1;
        width: 100%\0;
    }
    .bus-List{
        height: auto;
        padding-bottom: 100px;
    }

	.bus-List ul{
		margin-top:100px;
	}

    .bus-List ul li{
        width: 203px;
        height: 203px;
        margin: 0px 40px 30px 40px;
    }
    .bus-List ul li::before{
        width: 134px;
        height: 134px;
        top: -405px;
        left: 50px;
    }
    .bus-List ul li::after{
        width: 288px;
        height: 288px;
        left: 0;
        top: 0;
        transition: ease .3s;
        transform: rotate(-45deg) translateY(-60px);
    }
    .bus-list-img{
        width: 288px;
        height: 288px;
        transform: rotate(-45deg) translateY(-50px);
    }
    .bus-inner{
        line-height: 160px;
    }
    .bus-inner-mid h2{
        font-size: 24px;
        line-height: 32px;
    }
    .bus-inner-mid p{
        line-height: 24px;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        transform: translateY(30%);
    }
    .bus-List ul li:hover .bus-inner-mid h2{
        transform: translateY(20px);
    }
    .bus-List ul li:hover .bus-inner-mid p {
        transform: translateY(27px);        
    }

    .honorList ul li{
        width: 21%;
        margin: 0 12px 32px 0;
        height: 360px;
    }

    .businessList ul li .busImg{
        max-width: 360px;
        margin-right: 30px;
    }
    .businessList ul li .intro h3{
        padding-bottom: 20px;
    }
    .businessList ul li .intro h4{
        margin-top: 20px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .newsList ul{
        gap: 10px;
        grid-template-columns: 48% 48%;
    }
    .newsList ul li{
        width: auto;
        height: 470px;
    }
    .socialList ul li .right h4{
        height: 75px;
    }
    .socialList ul li .socialImg{
        width: 200px;
        height: 124px;
    }
    .contactContainer{
        flex-direction: column;
        display: table\0;
    }
    .contactContainer .left{
        flex: 1;
        height: 530px;
        padding: 90px 72px 120px 72px;
        width: 100%\0;
        height: auto\0;
    }
    .contactContainer .right{
        flex: 1;
        width: 100%\0;
    }

.bus-List{
		height: auto;
		padding-bottom: 100px;
	}
	.bus-List ul{
		margin-top:100px;
	}
    .bus-List ul li{
        width: 203px;
        height: 203px;
        margin: 0px 60px 100px 60px;
    }
    .bus-List ul li::before{
        width: 134px;
        height: 134px;
        top: -405px;
        left: 50px;
    }
    .bus-List ul li::after{
        width: 288px;
        height: 288px;
        left: 0;
        top: 0;
        transition: ease .3s;
        transform: rotate(-45deg) translateY(-60px);
    }
    .bus-list-img{
        width: 288px;
        height: 288px;
        transform: rotate(-45deg) translateY(-50px);
    }
    .bus-inner{
        line-height: 160px;
    }
    .bus-inner-mid h2{
        font-size: 24px;
        line-height: 32px;
    }
    .bus-inner-mid p{
        line-height: 24px;
        font-size: 16px;
        margin-top: 15px;
    }
    .bus-List ul li:nth-child(4), .bus-List ul li:nth-child(5){
        margin-top: 0;
    }
    .bus-List ul li:hover .bus-inner-mid h2{
        transform: translateY(30px);
    }
    .bus-List ul li:hover .bus-inner-mid p {
        transform: translateY(27px);        
    }

    .honorList ul li{
        width: 25%;
        margin: 0 10px 32px 0;
        height: 320px;
    }

    .businessList ul li{
        flex-direction: column;
    }
    .businessList ul li .intro h4{
        margin-top: 15px;
    }
}

@media screen and (max-width:768px) {
    .innerBanner{
        height: auto;
    }
    .innerBanner .BanTitle{
		margin-top: 66px;
        text-align: left;
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 6;
	}
	.innerBanner .BanTitle img{
		width: auto;
        margin-left: 30px;
	}
    .innerBanImg{
        display: none;
    }
    .innerBanImgMb{
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .newsList ul{
        gap: 0px;
        grid-auto-rows: auto;
        grid-auto-columns: 10px;
        grid-template-columns: 100%;
    }
    .path{
        margin: 10px 0;
    }
    .innerBox{
        padding: 10px;
    }
    .socialList ul li .right h3{
        height: auto;
        flex-direction: column;
    }
    .socialList ul li .right h3 span{
        margin-left: 0;
        margin-top: 10px;
    }
    .socialList ul li{
        padding: 0 0 30px 0;
    }
    .newsList ul li{
        width: auto;
        height: auto;
        padding-bottom: 20px;
    }
    .newsList ul li .newsImg{
        max-height: initial;
        margin-bottom: 15px;
    }
    .newsList ul li h3{
        margin: 0 10px 14px 10px;
    }
	 .newsList ul li h3 a{
		white-space: initial;
	}
    .newsList ul li h4{
        margin: 0 10px;
	line-height:24px;
    }
    .newsList ul li .operate{
        margin-top: 10px;
    }
    .socialList ul li .right h4{
        height: 75px;
        padding: 10px;
    }
    .socialList ul li .socialImg{
        width: 300px;
        height: 185px;
    }
    .contactContainer{
        flex-direction: column;
    }
    .contactContainer .left{
        flex: 1;
        height: 530px;
        padding: 30px 32px 32px 32px;
    }
    
    .contactContainer .right{
        flex: 1;
    }
    .contactContainer .right img{
        max-width: 100%;
    }
    .bus-List{
        height: auto;
        padding-bottom: 80px;
    }

    .businessList ul li .busImg{
        margin-right: 0;
    }
    .businessList ul li{
        flex-direction: column;
        padding: 10px 0 20px 0;
    }
    .businessList ul li .intro h4{
        margin-top: 15px;
    }
    .businessList ul li .intro h3{
        padding-bottom: 10px;
        white-space:initial;
    }
    
    

    .honorList ul li{
        width: 40%;
        margin: 0 20px 32px 0;
        height: auto;
    }

	 .publicList li {	
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
	}

    .publicList li .left{
        max-width: 100%;
    }

 	 .publicList li a{
		white-space:initial;
	}

	 .publicList li .right{
		text-align:left;
		color:#999;
		
	}


    .pageBox{
        flex-direction: column;
    }
    .pageBox .rightNumber{
        margin: 10px;

    }
    .bus-List{
        height: auto;
        padding-bottom: 30px;
    }
    .bus-List ul{
        margin-top: 80px;
    }
    .bus-List ul li{
        width: 203px;
        height: 203px;
        margin: 0px 60px 100px 60px;
    }
    .bus-List ul li::before{
        width: 134px;
        height: 134px;
        top: -405px;
        left: 50px;
    }
    .bus-List ul li::after{
        width: 288px;
        height: 288px;
        left: 0;
        top: 0;
        transition: ease .3s;
        transform: rotate(-45deg) translateY(-60px);
    }
    .bus-list-img{
        width: 288px;
        height: 288px;
        transform: rotate(-45deg) translateY(-50px);
    }
    .bus-inner{
        line-height: 160px;
    }
    .bus-inner-mid h2{
        font-size: 24px;
        line-height: 32px;
    }
    .bus-inner-mid p{
        line-height: 24px;
        font-size: 16px;
        margin-top: 15px;
    }
    .bus-List ul li:nth-child(4), .bus-List ul li:nth-child(5){
        margin-top: 0;
    }
    .bus-List ul li:hover .bus-inner-mid h2{
        transform: translateY(30px);
    }
    .bus-List ul li:hover .bus-inner-mid p {
        transform: translateY(27px);        
    }

    .socialList ul li{
        flex-direction: column;
    }
    .socialList ul li .socialImg{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .partyList li .left{
        width: 100px;
        height: 100px;
    }
    .partyList li .right{
        padding-left: 120px;
    }
    .partyList li .left b{
        margin-top: 8px;
        margin-bottom: 0;
    }

	 .partyList li .right h4{
		white-space: initial;
		font-size:20px;
	}

	 .partyList li .right h5{
		font-size:16px;
		line-height: 20px;
	}

	.a-more{
		width:90px;
		height: 28px;
		line-height:28px;
	}


    .detail-header h2{
        line-height: 36px;
    }
    .detail-content p{
        line-height: 36px;
    }
    .detail-content p img{
        max-width: 100%;
    }

    .businessList{
        width: auto;
        display: block;
        overflow: hidden;
    }

	.path.fixed{
		top: 86px;
		width: 100%;
		padding:0px;
	}
	
}