@charset "utf-8";
/* 内页banner */
.page-banner {
    height: 600px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .page-banner {
        height: 520px;
    }
}
@media (max-width: 960px) {
    .page-banner {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .page-banner {
        height: 360px;
    }
}
@media (max-width: 500px){
    .page-banner {
        height: 200px;
    }
}
/* 面包屑 */
.page-path {
    margin: 20px 0;
}
.page-path p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #ccc;
}
.page-path i {
    margin-right: 8px;
}
.page-path a {
    font-size: 14px;
    color: #ccc;
}
.page-path b {
    display: inline-block;
    margin: 0 4px;
}
.page-path a:hover{
    color: #fe6b08;
}
.page-path span:last-child{
    color: #fe6b08;
}
@media (max-width: 768px) {
    .page-path a {
        font-size: 12px;
    }
    .page-path span {
        font-size: 12px;
    }
}
.page-bg .page-path {
    margin: 0;
    padding: 20px 0;
}
.page-title{
	padding: 70px 0 35px;
}
.page-title>h3{
    color: #333;
    text-align: center;
    font-size: 48px;
    font-weight: normal;
}
.page-title>p{
	color: #777;
    text-align: center;
    font-size: 18px;
	margin-top: 10px;
}
@media (max-width: 1200px){
    .page-title{
        padding: 50px 0 25px;
    }
    .page-title>h3{
        font-size: 36px;
    }
}
@media (max-width: 768px){
    .page-title>h3{
        font-size: 30px;
    }
	.page-title>p{
		font-size: 16px;
	}
}
@media (max-width: 500px){
    .page-title{
        padding: 20px  0;
    }
    .page-title>h3{
        font-size: 26px;
    }
}
/* 关于我们 */
/* 鼎沪简介 */
.page-abstract{
	padding-bottom: 110px;
}
.page-abstract .page-title{
	padding: 45px 0 35px;
}
.abstract-content{
	display: flex;
	justify-content: space-between;
}
.abstract-content .abstract-right{
	width: 100%;
}
.abstract-content .abstract-right h3{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 65px 0 30px;
}
.abstract-content .abstract-right p{
	color: #777;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 38px;
}
@media (max-width: 1200px){
	.abstract-content .abstract-left{
		width: 40%;
	}
	.abstract-content .abstract-left img{
		width: 100%;
	}
	.abstract-content .abstract-right h3{
		font-size: 30px;
		font-weight: bold;
		margin: 30px 0 25px;
	}
	.abstract-content .abstract-right p{
		font-size: 18px;
		margin-bottom: 30px;
	}
}
@media (max-width: 960px){
	.page-abstract .page-title{
		padding: 30px 0;
	}
	.abstract-content .abstract-right h3{
		font-size: 28px;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.abstract-content .abstract-right p{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.page-abstract{
		padding-bottom: 60px;
	}
}
@media (max-width: 768px){
	.page-abstract .page-title{
		padding: 20px 0 30px;
	}
	.abstract-content{
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		align-items: center;
	}
	.abstract-content .abstract-left{
		width: 60%;
	}
	.abstract-content .abstract-right{
		width: 90%;
	}
}
@media (max-width: 500px){
	.page-abstract .page-title{
		padding: 15px 0 20px;
	}
	.abstract-content .abstract-right h3{
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.abstract-content .abstract-right p{
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.page-abstract{
		padding-bottom: 40px;
	}
}
/* 鼎沪文化 */
.page-culture{
	padding-top: 90px;
	background-image: url(../images/culture_bg.jpg);
}
.culture-content{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.culture-content .narrow{
	width: 27.5%;
}
.culture-content .wide{
	width: 45%;
}
.culture-content .culture-img{
    overflow: hidden;
}
.culture-content .culture-img img{
	width: 100%;
}
.culture-content .culture-img img:hover{
    transform: scale(1.1);
}
.culture-content .culture-one{
	padding-top: 25px;
}
.culture-content .culture-one h3{
	font-size: 48px;
}
.culture-content .culture-one p{
	font-size: 18px;
	margin-top: 10px;
}
.culture-content .culture-tow{
	background-image: url(../images/culture_bg01.jpg);
	padding-top: 37px;
	padding-left: 50px;
}
.culture-content .culture-tow h4{
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 14px;
}
.culture-content .culture-tow p{
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	line-height: 30px;
}
.culture-content .culture-four{
	background-image: url(../images/culture_bg02.jpg);
}
.culture-content .culture-six{
	background-image: url(../images/culture_bg03.jpg);
	
}
.culture-content .culture-four,
.culture-content .culture-six{
	padding-top: 55px;
	padding-left: 40px;
}
.culture-content .culture-four h4,
.culture-content .culture-six h4{
	font-size: 30px;
	margin: 18px 0;
}
.culture-content .culture-four p,
.culture-content .culture-six p{
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
}
@media (max-width: 1200px){
	.culture-content .culture-one h3{
		font-size: 36px;
	}
	.culture-content .culture-tow{
		background-size: cover;
		background-position: center;
		padding-top: 20px;
    	padding-left: 30px;
	}
	.culture-content .culture-tow h4{
		font-size: 28px;
		margin: 12px 0;
	}
	.culture-content .culture-tow p{
		font-size: 16px;
		line-height: 28px;
	}
	.culture-content .culture-four,
	.culture-content .culture-six{
		background-size: cover;
		background-position: center;
		padding-top: 30px;
		padding-left: 25px;
	}
	.culture-content .culture-four h4, 
	.culture-content .culture-six h4{
		font-size: 28px;
		margin: 12px 0;
	}
	.culture-content .culture-four p, 
	.culture-content .culture-six p{
		font-size: 16px;
	}
}
@media (max-width: 960px){
	.page-culture{
		padding-top: 40px;
	}
	.culture-content .culture-img{
		display: none;
	}
	.culture-content .culture-one.narrow{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.culture-content .culture-tow h4{
		font-size: 26px;
	}
	.culture-content .culture-four h4, 
	.culture-content .culture-six h4{
		font-size: 26px;
	}
	.culture-content .culture-four img, 
	.culture-content .culture-six img{
		height: 48px;
	}
}
@media (max-width: 768px){
	.page-culture{
		padding-top: 20px;
	}
	.culture-content{
		justify-content: center;
	}
	.culture-content .wide{
		width: 90%;
	}
	.culture-content .narrow{
		width: 45%;
	}
	.culture-content .culture-one h3{
		font-size: 30px;
	}
	.culture-content .culture-one p{
		font-size: 16px;
	}
	.culture-content .culture-tow{
		padding-bottom: 20px;
	}
	.culture-content .culture-four, 
	.culture-content .culture-six{
		padding-bottom: 20px;
	}
}
@media (max-width: 500px){
	.page-culture{
		padding-top: 0;
	}
	.culture-content .culture-one h3{
		font-size: 26px;
	}
	.culture-content .culture-tow{
		padding-left: 15px;
	}
	.culture-content .culture-tow h4{
		font-size: 24px;
	}
	.culture-content .culture-four, 
	.culture-content .culture-six{
		padding-top: 20px;
		padding-left: 15px;
	}
	.culture-content .culture-four h4, 
	.culture-content .culture-six h4{
		font-size: 24px;
	}
	
	.culture-content .culture-four p, 
	.culture-content .culture-six p{
		padding-right: 10px;
	}
}
/* 鼎沪团队 */
.page-team{
	padding-bottom: 100px;
}
.team-content{
    position: relative;
}
.team-content .team-item{
    height: 340px;
    text-align: center;
    padding-top: 85px;
    transition: all 0s;
}
.team-content .team-item img{
    width: 130px;
}
.team-content .team-item h3{
    color: #333;
    font-size: 28px;
    margin: 20px 0 10px;
}
.team-content .team-item p{
    color: #999;
    font-size: 18px;
}
.swiper-slide-active .team-item,
.swiper-slide-duplicate-active .team-item{
    border: 1px solid #eee;
    border-top: 3px solid #fe6b08;
    border-bottom: 3px solid #fe6b08;
    padding-top: 70px;
}
.swiper-slide-active .team-item img,
.swiper-slide-duplicate-active .team-item img{
    transform: scale(1.2);
}
.swiper-slide-active .team-item h3,
.swiper-slide-duplicate-active .team-item h3{
    margin-top: 35px;
}
.team-content .team-detail{
    display: none;
    color: #fff;
    background-image: linear-gradient(to right, #ff8b25,#ff514f); 
    margin-top: 40px;
    padding: 30px 100px 45px 95px;
    position: relative;
}
.team-content .team-detail h3{
    font-size: 30px;
    font-weight: bold;
}
.team-content .team-detail h3 span{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-left: 15px;
}
.team-content .team-detail p{
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}
.team-content .team-detail::before{
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: #fff;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.swiper-slide-active .team-detail,
.swiper-slide-duplicate-active .team-detail{
    width: 300%;
    display: block;
    transform: translateX(-33.33333333%);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}
.swiper-button-next, .swiper-button-prev{
    width: 35px;
    height: 35px;
    color: #8e8e8e;
    border: 1px solid #8e8e8e;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #fff;
    border: 1px solid #0258fe;
    background: #0258fe;
}
.swiper-button-next i, .swiper-button-prev i{
    font-size: 20px;
    transform: rotate(-45deg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -65px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -42px;
}
@media (max-width: 1440px){
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 10px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 10px;
    }
}
@media (max-width: 960px){
    .page-team{
        padding-bottom: 60px;
    }
    .team-content .team-item{
        height: 260px;
        padding-top: 60px;
    }
    .team-content .team-item img{
        width: 100px;
    }
    .team-content .team-item h3{
        font-size: 24px;
    }
    .team-content .team-item p{
        font-size: 16px;
    }
    .swiper-slide-active .team-item, 
    .swiper-slide-duplicate-active .team-item{
        padding-top: 42px;
    }
    .team-content .team-detail{
        padding: 30px 80px 40px;
    }
    .team-content .team-detail h3{
        font-size: 26px;
    }
    .team-content .team-detail h3 span{
        font-size: 16px;
    }
    .team-content .team-detail p{
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper-slide-active .team-detail, 
    .swiper-slide-duplicate-active .team-detail{
        width: 200%;
        transform: translateX(-25%);
    }
}
@media (max-width: 500px){
    .page-team{
        padding-bottom: 40px;
    }
    .page-team .page-title{
        padding-top: 30px;
    }
    .team-content .team-item{
        height: 190px;
        padding-top: 40px;
    }
    .team-content .team-item img{
        width: 80px;
    }
    .team-content .team-item h3{
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .team-content .team-item p{
        font-size: 14px;
    }
    .swiper-slide-active .team-item, 
    .swiper-slide-duplicate-active .team-item{
        padding-top: 27px;
    }
    .swiper-slide-active .team-item h3, 
    .swiper-slide-duplicate-active .team-item h3{
        margin-top: 25px;
    }
    .team-content .team-detail{
        padding: 25px;
        margin-top: 20px;
    }
    .team-content .team-detail h3{
        font-size: 22px;
    }
    .team-content .team-detail h3 span{
        font-size: 14px;
    }
    .team-content .team-detail p{
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
    }
    .team-content .team-detail::before{
        width: 30px;
        height: 30px;
        top: -15px;
    }
}
/* 资质荣誉 */
.page-honor{
	background-image: url(../images/honor_bg.jpg);
	padding-bottom: 100px;
}
.honor-content{
	display: flex;
	justify-content: space-between;
}
.honor-content .honor-item{
	width: 22%;
	/* border: 2px solid #fff;
	padding: 8px; */
}
/* .honor-content .honor-item .img-box{
	border: 1px solid #fff;
	padding: 4px;
} */
.honor-content .honor-item .img-box img{
	width: 100%;
}
@media (max-width: 768px){
	.page-honor{
		padding-bottom: 50px;
	}
	.honor-content{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.honor-content .honor-item{
		width: 45%;
		margin-bottom: 20px;
	}
}
@media (max-width: 500px){
	.page-honor{
		padding-bottom: 30px;
	}
}
/* 加入我们 */
.page-join{
    background: url(../images/join_bg.jpg) no-repeat;
    padding-bottom: 100px;
}
.page-join .page-title h3{
    color: #fff;
}
.page-join .page-title p{
	color: #fff;
}
.join-content .join-list{
    color: #fff;
    display: flex;
}
.join-content .join-list .join-item{
    text-align: center;
}
.join-content .join-list .join-item>h4{
    font-size: 22px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 17px;
}
.join-content .join-list .join-item>p{
    line-height: 30px;
    padding: 0 65px;
}
.join-content .join-list .swiper-slide:nth-child(2) .join-item{
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}
.join-content .join-jobs{
    color: #333;
    background: #fff;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    padding-bottom: 86px;
    margin-top: 80px;
}
.join-content .join-jobs .jobs-title{
    font-size: 36px;
    text-align: center;
    padding: 55px 0 35px;
}
.join-content .join-jobs .jobs-content{
    margin: 0 40px;
    position: relative;
}
.join-content .join-jobs .jobs-content .swiper-slide{
    display: flex;
    border:1px solid #eee;
    padding: 50px 10px 50px 30px;
}
.join-content .join-jobs .jobs-content .jobs-left img{
    width: 160px;
}
.join-content .join-jobs .jobs-content .jobs-right{
    margin-left: 30px;
}
.join-content .join-jobs .jobs-content .jobs-right>h4{
    font-size: 26px;
    margin-bottom: 15px;
}
.join-content .join-jobs .jobs-content .jobs-right span{
    color: #666;
    margin-right: 5px;
    line-height: 26px;
}
.join-content .join-jobs .jobs-content .jobs-right span:last-child{
    margin-right: 0;
}
.join-content .join-jobs .jobs-content .jobs-right .jobs-btn{
    display: inline-block;
    padding: 0 47px;
    line-height: 46px;
    border: 1px solid #999;
    margin-top: 30px;
}
.join-content .join-jobs .jobs-content .jobs-right .jobs-btn:hover{
    color: #fff;
    background:#0258fe;
    border: 1px solid #0258fe;
}
.page-join .swiper-pagination{
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}
.page-join .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 4px;
    border-radius: 0;
    margin: 0 5px;
}
.page-join .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
    background: #0258fe;
}
@media (max-width: 1200px){
	.join-content .join-list .join-item>img{
        width: 100px;
    }
    .join-content .join-list .join-item>p{
        padding: 0 30px;
    }
    .join-content .join-list .join-item>h4{
        margin-top: 35px;
    }
    .join-content .join-jobs{
        margin-top: 40px;
    }
    .join-content .join-jobs .jobs-content{
        margin: 0 30px;
    }
    .join-content .join-jobs .jobs-title{
        padding: 40px 0;
    }
    .join-content .join-jobs .jobs-content .swiper-slide{
        padding: 30px 10px 30px 30px;
    }
    .join-content .join-jobs .jobs-content .jobs-left{
        display: flex;
        align-items: center;
    }
    .join-content .join-jobs .jobs-content .jobs-left>img{
        width: 120px;
    }
    .join-content .join-jobs .jobs-content .jobs-right{
        margin-left: 40px;
    }
    .join-content .join-jobs .jobs-content .jobs-right>h4{
        font-size: 22px;
        margin: 10px 0;
    }
    .join-content .join-jobs .jobs-content .jobs-right .jobs-btn{
        margin-top: 25px;
        padding: 0 40px;
    }
}
@media (max-width: 960px){
    .page-join{
        padding-bottom: 60px;
    }
    .join-content .join-jobs{
        padding-bottom: 160px;
    }
    .join-content .join-list .join-item>img{
        width: 80px;
    }
    .join-content .join-jobs .jobs-content{
        margin:  0 80px;
    }
}
@media (max-width: 768px){
    .join-content .join-list .join-item>h4{
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .join-content .join-jobs{
        margin-top: 40px;
    }
    .join-content .join-jobs .jobs-title{
        font-size: 28px;
    }
    .join-content .join-jobs .jobs-content{
        margin: 0 40px;
    }
    .join-content .join-jobs .jobs-content .jobs-right>h4{
        font-size: 20px;
    }
    .join-content .join-jobs .jobs-content .jobs-right .jobs-btn{
        line-height: 40px;
    }

}
@media (max-width: 500px){
    .page-join{
        padding-bottom: 40px;
    }
    .page-join .swiper-pagination{
        bottom: -30px;
    }
    .join-content .join-list .join-item>img{
        width: 70px;
    }
    .join-content .join-list .join-item>h4{
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .join-content .join-list .join-item>p{
        font-size: 14px;
        line-height: 25px;
    }
    .join-content .join-jobs{
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .join-content .join-jobs .jobs-title{
        font-size: 24px;
        padding: 25px;
    }
    .join-content .join-jobs .jobs-content{
        margin: 0 20px;
    }
    .join-content .join-jobs .jobs-content .swiper-slide{
        padding: 15px 10px 15px 10px;
    }
    .join-content .join-jobs .jobs-content .jobs-left>img{
        width: 100px;
    }
    .join-content .join-jobs .jobs-content .jobs-right{
        margin-left: 30px;
    }
    .join-content .join-jobs .jobs-content .jobs-right>h4{
        font-size: 18px;
    }
    .join-content .join-jobs .jobs-content .jobs-right>p>span{
        font-size: 14px;
        display: block;
    }
    .join-content .join-jobs .jobs-content .jobs-right .jobs-btn{
        font-size: 14px;
        line-height: 35px;
        padding: 0 25px;
        margin-top: 15px;
    }
}
/* 联系我们 */
.page-contact{
    color: #333;
    margin-bottom: 80px;
}
.page-abstract .contact-content .contact-item{
    display: block;
    text-align: center;
    padding: 0px 60px 0;
    margin-top: 20px;
}
.page-abstract .contact-content .contact-item>h4{
    font-size: 26px;
    padding: 36px 0 20px;
}
.page-abstract .contact-content .contact-item>p{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 1200px){
    .page-abstract .contact-content .contact-item{
        padding: 0 30px 0;
    }
    .page-abstract .contact-content .contact-item>img{
        width: 120px;
    }
    .page-abstract .contact-content .contact-item>h4{
        font-size: 24px;
    }
    .page-abstract .contact-content .contact-item>p{
        font-size: 16px;
    }
}
@media (max-width: 960px){
    .page-contact{
        margin-bottom: 40px;
    }
    .page-abstract .contact-content .contact-item>h4{
        font-size: 22px;
    }
    .page-abstract .contact-content .contact-item{
        padding: 0;
        padding-right: 10px;
    }
    .page-abstract .contact-content .contact-item:last-child{
        padding-right: 0;
    }
}
@media (max-width: 768px){
    .page-abstract .contact-content .contact-item>h4{
        font-size: 20px;
        padding: 20px 0;
    }
    .page-abstract .contact-content .contact-item>p{
        line-height: 28px;
    }
}
@media (max-width: 500px){
    .page-contact{
        margin-bottom: 30px;
    }
    .page-abstract .contact-content .contact-item>img{
        width: 80px;
    }
    .page-abstract .contact-content .contact-item>h4{
        font-size: 16px;
        padding: 15px 0;
    }
    .page-abstract .contact-content .contact-item>p{
        font-size: 14px;
        line-height: 25px;
    }
}
/* 地图 */
.page-map img{
    width: 100%;
}

/* 工商服务 */
/* 工商注册 公司注销服务*/
.page-login,
.page-logout{
    padding-bottom: 100px;
}
.login-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.login-content.in{
    position: relative;
}
.login-content .login-item{
    width: 31.66667%;
    text-align: center;
    box-shadow: 0 0 10px 10px #fafafa;
    background: #fff;
    padding: 40px 0 30px;
}
.login-content .swiper-slide{
    padding: 10px;
}
.login-content .swiper-slide .login-item{
    width: 100%;
}
.login-content .swiper-slide .login-item .item-img{
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}
.login-content .swiper-slide .login-item .item-img img{
    height: 100%;
    object-fit: cover;
}
.login-content .swiper-slide .login-item h4,
.login-content .swiper-slide .login-item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-content .login-item h4{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.login-content .login-item p{
    color: #666;
}
.login-content .login-item a{
    display: inline-block;
    color: #fe6b08;
    border: 1px solid #fe6b08;
    padding: 8px 27px;
    margin-top: 30px;
}
.login-content .login-item a:hover{
    color: #fff;
    background: #fe6b08;
}
.login-content.in .login-item:hover{
    background: #fe6b08;
}
.login-content.in .login-item:hover h4{
    color: #fff;
}
.login-content.in .login-item:hover p{
    color: #fff;
}
.login-content.in .login-item:hover a{
    color: #fe6b08;
    background: #fff;
    border: 1px solid #fff;
}

@media (max-width: 1200px){
    .page-logout .login-content .login-item p{
        min-height: 39px;
    }
}
@media (max-width: 960px){
    .page-login,
    .page-logout{
        padding-bottom: 60px;
    }
    .login-content .login-item{
        padding: 25px 10px;
    }
    .login-content .login-item h4{
        font-size: 20px;
    }
    .login-content .login-item p{
        font-size: 14px;
    }
    .login-content .login-item a{
        font-size: 14px;
        margin-top: 20px;
        padding: 6px 22px;
    }
}
@media (max-width: 768px){
    .login-content .login-item{
        width: 48%;
        margin-top: 20px;
    }
}
@media (max-width: 500px){
    .login-content .swiper-slide .login-item .item-img{
        width: 80px;
        height: 80px;
    }
    .page-login,
    .page-logout{
        padding-bottom: 30px;
    }
    .login-content .login-item{
        padding: 20px 10px;
    }
    .login-content .login-item img{
        width: 80px;
    }
    .login-content .login-item h4{
        font-size: 18px;
    }
    .login-content .login-item p{
        min-height: 39px;
    }
    .page-logout .login-content .login-item p{
        min-height: 57px;
    }
    .login-content .login-item a{
        margin-top: 10px;
    }
}
/* 工商变更  工商开户*/
.page-change{
    background: #f7f7f7;
    padding-bottom: 100px;
}
.page-account{
    background-image: url(../images/service/account_bg.jpg);
    padding-bottom: 100px;
}
.page-account .page-title h3,
.page-account .page-title p{
    color: #fff;
}
.change-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.change-content .change-item{
    width: 19.16667%;
    text-align: center;
    background: #fff;
    padding: 30px 22px 25px;
}
.page-change .change-content .change-item{
    width: 31.3333%;
}
.change-content .change-item h4{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.change-content .change-item p{
    color: #666;
    line-height: 24px;
    min-height: 48px;
}
.change-content .change-item .btn{
    margin-top: 15px;
    position: relative;
}
.change-content .change-item .btn a{
    display: inline-block;
    color: #fff;
    background: #fe6b08;
    padding: 8px 27px;
    opacity: 0;
}
.change-content .change-item .btn div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0s;
}
.change-content .change-item .btn div span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dddddd;
    margin: 0 5px;
}
.change-content .change-item:hover .btn a{
    opacity: 1;
}
.change-content .change-item:hover .btn div{
    z-index: -999;
}
@media (max-width: 1200px){
    .change-content .change-item{
        padding: 20px;
    }
    .change-content .change-item h4{
        font-size: 20px;
    }
    .change-content .change-item p{
        min-height: 72px;
    }
}
@media (max-width: 960px){
    .page-change,
    .page-account{
        padding-bottom: 60px;
    }
    .change-content .change-item{
        width: 48%;
        margin-top: 20px;
    }
    .change-content .change-item p{
        min-height: 24px;
    }
}
@media (max-width: 768px){
    .change-content .change-item p{
        font-size: 14px;
    }
    .change-content .change-item .btn a{
        font-size: 14px;
        padding: 6px 22px;
        opacity: 1;
    }
    .change-content .change-item .btn div{
        display: none;
    }
}
@media (max-width: 500px){
    .page-change,
    .page-account{
        padding-bottom: 30px;
    }
    .change-content .change-item img{
        width: 80px;
    }
    .change-content .change-item h4{
        font-size: 18px;
    }
    .change-content .change-item p{
        min-height: 48px;
    }
}
/* 选择我们的四大理由 */
.page-choose{
    background: #f7f7f7;
    padding-bottom: 100px;
}
.choose-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choose-content .choose-item{
    width: 49.16667%;
    margin-top: 20px;
    border-radius: 6px;
    display: flex;
    padding: 45px 40px 40px 20px;
}
.choose-content .choose-item.blue{
    background-image: linear-gradient(to right, #5167fb,#2fb8ef); 
}
.choose-content .choose-item.red{
    background-image: linear-gradient(to right, #ff1b58,#fe8445); 
}
.choose-content .choose-item .item-right{
    color: #fff;
    margin-left: 20px;
}
.choose-content .choose-item .item-right h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.choose-content .choose-item .item-right p{
    line-height: 30px;
}
@media (max-width: 960px){
    .page-choose{
        padding-bottom: 60px;
    }
    .choose-content .choose-item .item-right h4{
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .choose-content{
        justify-content: center;
    }
    .choose-content .choose-item{
        width: 90%;
    }
}
@media (max-width: 500px){
    .page-choose{
        padding-bottom: 30px;
    }
    .choose-content .choose-item{
        align-items: center;
        padding: 25px 20px;
    }
    .choose-content .choose-item .item-left img{
        width: 90px;
    }
    .choose-content .choose-item .item-right h4{
        font-size: 18px;
    }
    .choose-content .choose-item .item-right p{
        font-size: 14px;
        line-height: 28px;
    }
}
.page-flow{
    padding-bottom: 80px;
}
.flow-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.flow-content .flow-item{
    width: 18%;
    text-align: center;
}
.flow-content .flow-item h4{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.flow-content .flow-item p{
    color: #666;
    line-height: 24px;
}
.flow-consult{
    text-align: center;
}
@media (max-width: 960px){
    .page-flow{
        padding-bottom: 60px;
    }
    .flow-content{
        justify-content: left;
    }
    .flow-content .flow-item{
        width: 31%;
        margin-top: 20px;
        margin-right: 2%;
    }
    .flow-content .flow-item h4{
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .flow-content{
        margin-bottom: 30px;
    }
    .flow-consult a{
        width: 80%;
        display: inline-block;
    }
    .flow-consult a img{
        width: 100%;
    }
}
@media (max-width: 500px){
    .page-flow{
        padding-bottom: 30px;
    }
    .flow-content{
        justify-content: space-between;
    }
    .flow-content .flow-item{
        width: 48%;
        margin-right: 0;
    }
    .flow-content .flow-item img{
        width: 90px;
    }
    .flow-content .flow-item h4{
        font-size: 18px;
        margin: 15px 0;
    }
    .flow-content .flow-item p{
        font-size: 14px;
    }
    .flow-consult a{
        width: 90%;
    }
}
.page-papers{
    background-image: url(../images/service/papers_bg.jpg);
    padding-bottom: 100px;
}
.page-papers .page-title h3,
.page-papers .page-title p{
    color: #fff;
}
.papers-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.papers-content .papers-item{
    width: 25%;
    text-align: center;
}
.papers-content .papers-item img{
    width: 100%;
}
.papers-content .papers-item p{
    color: #fff;
    font-size: 24px;
    padding: 0 22px;
}
@media (max-width: 960px){
    .page-papers{
        padding-bottom: 60px;
    }
    .papers-content .papers-item p{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .papers-content .papers-item{
        width: 48%;
    }
}
@media (max-width: 500px){
    .papers-content .papers-item p{
        font-size: 18px;
    }
}
.page-other{
    padding-bottom: 120px;
}
.other-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other-content .other-item{
    width: 18.3333%;
    text-align: center;
    box-shadow: 0  0 10px 10px #fafafa;
    padding-top: 40px;
    padding-bottom: 40px;
}
.other-content .other-item h4{
    color: #333;
    font-size: 24px;
    margin-top: 25px;
}
.other-content .other-item a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: #fe6b08;
    padding: 8px 14px;
    border-radius: 4px;
    opacity: 0;
}
@media (max-width: 960px){
    .page-other{
        padding-bottom: 80px;
    }
    .other-content .other-item h4{
        font-size: 22px;
    }
    .other-content .other-item img{
        width: 90px;
    }
}
@media (max-width: 768px){
    .other-content .other-item{
        width: 48%;
        padding: 30px 0;
        margin-top: 20px;
    }
    .other-content .other-item img{
        width: 70px;
    }
    .other-content .other-item h4{
        font-size: 18px;
        margin-top: 15px;
    }
    .other-content .other-item a{
        font-size: 16px;
        padding: 6px 10px;
        opacity: 1;
        margin-top: 10px;
    }
    /* .other-content .other-item:hover a{
        transform: translateY(0);
    } */
}
@media (max-width: 500px){
    .page-other{
        padding-bottom: 50px;
    }
    .other-content .other-item{
        padding: 20px 0;
    }
    .other-content .other-item h4{
        font-size: 16px;
    }
    /* .other-content .other-item:hover h4{
        font-size: 16px;
    } */
}
.page-reg{
    padding-bottom: 100px;
}
.page-reg .page-title{
    padding-top:0px ;
}
.reg-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reg-content .reg-item{
    width: 32%;
}
.reg-content .reg-item .item-head{
    text-align: center;
    padding: 32px 0;
    border-radius: 6px 6px 0 0;
}
.reg-content .reg-item .item-head.blue{
    background-image: url(../images/agent/registration01.jpg);
}
.reg-content .reg-item .item-head.red{
    background-image: url(../images/agent/registration02.jpg);
}
.reg-content .reg-item .item-head.yellow{
    background-image: url(../images/agent/registration03.jpg);
}
.reg-content .reg-item .item-head h3{
    color: #fff;
    font-size: 30px;
}
.reg-content .reg-item .item-content{
    border: 1px solid #ebedf3;
    border-top: none;
    padding: 25px 30px 20px;
}
.reg-content .reg-item .item-content p{
    color: #333;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
.reg-content .reg-item .item-content p::before{
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    background: url(../images/agent/right.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}
.reg-content .reg-item .item-content span{
    color: #666;
}
.reg-content .reg-item .item-content span strong{
    font-size: 36px;
    color: #fe6b08;
    font-weight: normal;
}
.reg-content .reg-item .item-content a{
    display: block;
    color: #fe6b08;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fe6b08;
    border-radius: 4px;
    background: #fff7f2;
    padding: 10px 0;
    margin-top: 25px;
}
.reg-content .reg-item .item-content a:hover{
    color: #fff;
    background: #fe6b08;
}
@media (max-width: 1200px){
    .reg-content .reg-item .item-head h3{
        font-size: 26px;
    }
    .reg-content .reg-item .item-content p{
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 0;
    }
    .reg-content .reg-item .item-content a{
        margin-top: 15px;
    }
}
@media (max-width: 960px){
    .page-reg{
        padding-bottom: 60px;
    }
    .reg-content .reg-item .item-head{
        padding: 28px 0;
    }
    .reg-content .reg-item .item-head h3{
        font-size: 22px;
    }
    .reg-content .reg-item .item-content{
        padding: 20px;
    }
    .reg-content .reg-item .item-content p{
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
    }
    .reg-content .reg-item .item-content span{
        font-size: 14px;
    }
    .reg-content .reg-item .item-content span strong{
        font-size: 30px;
    }
}
@media (max-width: 768px){
    .reg-content{
        justify-content: center;
    }
    .reg-content .reg-item{
        width: 80%;
        margin-top: 20px;
    }
    .reg-content .reg-item .item-content p{
        font-size: 16px;
        line-height: 26px;
        min-height: 40px;
    }
    .reg-content .reg-item .item-content a{
        font-size: 16px;
        padding: 8px 0;
    }
}
@media (max-width: 500px){
    .page-reg{
        padding-bottom: 30px;
    }
    .reg-content .reg-item{
        width: 90%;
    }
    .reg-content .reg-item .item-head{
        padding: 25px 0;
    }
}
/* 详细的服务内容 满足代账需求 */
.page-services{
    background: #f7f7f7;
    padding-bottom: 80px;
}
.services-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.services-content .services-item{
    width: 23.33333%;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 20px;
    padding: 20px 20px 20px 30px;
}
.services-content .services-item p{
    font-size: 22px;
    margin-left: 10px;
}
@media (max-width: 1200px){
    .services-content .services-item{
        padding: 20px;
    }
    .services-content .services-item p{
        font-size: 20px;
    }
}
@media (max-width: 960px){
    .page-services{
        padding-bottom: 60px;
    }
    .services-content{
        margin-bottom: 40px;
    }
    .services-content .services-item{
        width: 31%;
    }
}
@media (max-width: 768px){
    .services-content .services-item{
        width: 48%;
    }
}
@media (max-width: 500px){
    .page-services{
        padding-bottom: 30px;
    }
    .services-content{
        margin-bottom: 30px;
    }
    .services-content .services-item p{
        font-size: 16px;
    }
}
/* 代理记账流程 */
.page-process{
    padding-bottom: 100px;
    background-image: url(../images/agent/process_bg.jpg);
}
.page-process .page-title h3,
.page-process .page-title p{
    color: #fff;
}
.process-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process-content .process-item{
    width: 16.666667%;
    text-align: center;
    background: #fff;
    padding: 35px 0 40px;
    position: relative;
}
.process-content .process-item img{
    height: 48px;
}
.process-content .process-item h4{
    color: #333;
    font-size: 24px;
    margin-top: 25px;
}
.process-content .process-item span{
    display: inline-block;
    color: #fe6b08;
    font-size: 24px;
    white-space:nowrap;
    background: #ffe59e;
    border-radius: 20px;
    padding: 6px 19px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.process-content .process-item span::before{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffe59e;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}
.process-line{
    width: 83.33333%;
    height: 2px;
    background: #ffe59e;
    margin: 50px auto 0;
}
@media (max-width: 1200px){
    .process-content .process-item h4{
        font-size: 22px;
    }
    .process-content .process-item span{
        font-size: 22px;
    }
}
@media (max-width: 960px){
    .page-process{
        padding-bottom: 70px;
    }
    .process-content .process-item h4{
        font-size: 20px;
    }
    .process-content .process-item span{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .process-line{
        display: none;
    }
    .process-content .process-item span::before{
        display: none;
    }
    .process-content .process-item{
        width: 48%;
        margin-top: 30px;
    }
    .process-content .process-item h4{
        font-size: 18px;
    }
    .process-content .process-item span{
        font-size: 18px;
        padding: 5px 15px;
        bottom: -15px;
    }
}
@media (max-width: 500px){
    .page-process{
        padding-bottom: 40px;
    }
}
/* 需要准备的资料 */
.page-data{
    padding-bottom: 100px;
}
.data-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.data-content .data-item{
    width: 18%;
    text-align: center;
}
.data-content .data-item img{
    width: 100%;
}
.data-content .data-item h4{
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}
@media (max-width: 1200px){
    .data-content .data-item h4{
        font-size: 22px;
    }
}
@media (max-width: 960px){
    .page-data{
        padding-bottom: 60px;
    }
    .data-content .data-item h4{
        font-size: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .data-content .data-item{
        width: 48%;
        margin-top: 20px;
    }
    .data-content .data-item img{
        width: auto;
    }
}
@media (max-width: 500px){
    .page-data{
        padding-bottom: 30px;
    }
    .data-content .data-item img{
        width: 140px;
    }
    .data-content .data-item h4{
        font-size: 18px;
    }
}
/* 代记账后得到的文件 */
.page-file{
    padding-bottom: 100px;
    background: #f7f7f7;
}
.file-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.file-content .file-item{
    width: 23.75%;
    background: #fff;
}
.file-content .file-item .item-img{
    width: 100%;
    overflow: hidden;
}
.file-content .file-item .item-img img{
    width: 100%;
}
.file-content .file-item:hover .item-img img{
    transform: scale(1.1);
}
.file-content .file-item .item-content{
    padding: 35px 25px 15px 30px;
    position: relative;
}
.file-content .file-item .item-content h4{
    width: 79%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #fe6b08;
    padding: 5px 20px ;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.file-content .file-item .item-content p{
    color: #666;
    line-height: 24px;
}
@media (max-width: 1200px){
    .file-content .file-item .item-content h4{
        width: 90%;
        font-size: 22px;
    }
}
@media (max-width: 960px){
    .page-file{
        padding-bottom: 60px;
    }
    .file-content .file-item .item-content{
        padding: 25px 25px 15px;
    }
    .file-content .file-item .item-content h4{
        font-size: 18px;
        padding: 5px 15px ;
    }
}
@media (max-width: 768px){
    .file-content .file-item{
        width: 48%;
        margin-top: 20px;
    }
}
@media (max-width: 500px){
    .page-file{
        padding-bottom: 30px;
    }
    .file-content .file-item .item-content h4{
        font-size: 16px;
        top: -15px;
    }
    .file-content .file-item .item-content p{
        font-size: 14px;
    }
}
.page-why{
    background-image: url(../images/agent/why_bg.jpg);
    padding-bottom: 100px;
}
.page-why .page-title h3,
.page-why .page-title p{
    color: #fff;
}
.why-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.why-content .why-item{
    width: 48.33333%;
    background: #fff;
    border-radius: 10px;
    padding: 35px 80px 45px;
}
.why-content .why-item .item-head{
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    background: #fe6b08;
    padding: 25px 25px 20px;
}
.why-content .why-item.bad .item-head{
    background: #aaadb4;
}
.why-content .why-item .item-head .head-right{
    margin-left: 25px;
}
.why-content .why-item .item-head .head-right h4{
    font-size: 30px;
    font-weight: bold;
}
.why-content .why-item .item-head .head-right p{
    font-size: 14px;
    margin-top: 5px;
}
.why-content .why-item .item{
    border-bottom: 1px dashed #e8e8e9;
    padding: 30px 25px 20px;
}
.why-content .why-item .item h5{
    color: #333;
    font-size: 22px;
    position: relative;
}
.why-content .why-item .item h5::before{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #fe6b08;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
}
.why-content .why-item.bad .item h5::before{
    border: 1px solid #aaadb4;
}
.why-content .why-item .item p{
    color: #999;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 5px;
}
.why-content .pk{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-content .top{
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-content .bottom{
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1200px){
    .why-content .why-item{
        padding: 35px 40px;
    }
    .why-content .why-item .item-head{
        padding: 20px;
    }
    .why-content .why-item .item-head .head-right h4{
        font-size: 26px;
    }
    .why-content .why-item .item{
        padding: 20px 25px 10px;
    }
    .why-content .why-item .item h5{
        font-size: 20px;
    }
    .why-content .pk,
    .why-content .top,
    .why-content .bottom{
        width: 90px;
    }
}
@media (max-width: 960px){
    .page-why{
        padding-bottom: 60px;
    }
    .why-content{
        justify-content: center;
    }
    .why-content .why-item{
        width: 90%;
        margin-top: 30px;
    }
    .why-content .pk,
    .why-content .top,
    .why-content .bottom{
        display: none;
    }
    .why-content .why-item .item{
        padding: 20px 25px;
    }
    .why-content .why-item .item p{
        min-height: auto;
    }
}
@media (max-width: 500px){
    .page-why{
        padding-bottom: 30px;
    }
    .why-content .why-item{
        padding: 30px;
    }
    .why-content .why-item .item-head{
        padding: 10px 20px;
    }
    .why-content .why-item .item-head .head-right h4{
        font-size: 20px;
    }
    .why-content .why-item .item{
        padding: 15px 20px;
    }
    .why-content .why-item .item h5{
        font-size: 18px;
    }
    .why-content .why-item .item p{
        font-size: 14px;
    }
}
.page-advantage{
    padding-bottom: 100px;
    background: #f7f7f7;
}
.adv-content{
    display: flex;
    flex-wrap: wrap;
}
.adv-content .adv-item{
    width: 25%;
    background: #fff;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}
.adv-content .adv-item:first-child{
    border-left:1px solid #e6e6e6;
}
.adv-content .adv-item .item-img{
    text-align: center;
    padding: 40px 0 25px;
}
.adv-content .adv-item .item-img img{
    height: 60px;
}
.adv-content .adv-item .item-img h4{
    color: #fe6b08;
    font-size: 22px;
    margin-top: 20px;
}
.adv-content .adv-item .item-content{
    text-align: center;
    padding: 30px 25px 40px;
}
.adv-content .adv-item .item-content p{
    color: #484a4f;
    line-height: 26px;
}
.adv-content .adv-item:hover .item-img{
    background: url(../images/agent/advantage01_bg.jpg) no-repeat center center/cover;
}
.adv-content .adv-item:hover .item-img h4{
    color: #fff;
}
.adv-content .adv-item:hover .item-img img{
    filter: grayscale(100%) brightness(200%);
}
@media (max-width: 1200px){
    .adv-content .adv-item .item-img{
        padding: 30px 0 20px;
    }
    .adv-content .adv-item .item-img h4{
        font-size: 20px;
    }
    .adv-content .adv-item .item-content{
        padding: 25px 25px 30px;
    }
}
@media (max-width: 768px){
    .page-advantage{
        padding-bottom: 60px;
    }
    .adv-content .adv-item{
        width: 50%;
    }
    .adv-content .adv-item:first-child,
    .adv-content .adv-item:nth-child(2){
        border-bottom: none;
    }
    .adv-content .adv-item:nth-child(3){
        border-left:1px solid #e6e6e6;
    }
}
@media (max-width: 500px){
    .page-advantage{
        padding-bottom: 30px;
    }
    .adv-content .adv-item .item-img{
        padding: 20px;
    }
    .adv-content .adv-item .item-img img{
        height: 50px;
    }
    .adv-content .adv-item .item-img h4{
        font-size: 18px;
    }
    .adv-content .adv-item .item-content{
        padding: 10px 20px;
    }
    .adv-content .adv-item .item-content p{
        font-size: 14px;
    }
}
/* 政策法规 */
.gray{
    background: #f7f7f7;
}
.news-navs{
    display: flex;
    background: #fff;
    margin-bottom: 22px;
}
.news-navs li{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 17px 32px ;
    position: relative;
}
.news-navs li::after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/news/tab01.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: absolute;
    left: 32px;
}
.news-navs li:nth-child(2)::after{
    background-image: url(../images/news/tab02.png);
}
.news-navs li:nth-child(3)::after{
    background-image: url(../images/news/tab03.png);
}
.news-navs li:nth-child(4)::after{
    background-image: url(../images/news/tab04.png);
}
.news-navs li.current-cat::after{
    filter: grayscale(100%) brightness(1000%);
}
.news-navs li a{
    color: #333;
    font-size: 20px;
    margin-left: 35px;
}
.news-navs li.current-cat{
    background: #fe6b08;
    position: relative;
}
.news-navs li.current-cat::before{
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: #fe6b08;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) rotate(45deg);
}
.news-navs li.current-cat a{
    color: #fff;
}
.news-content{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.news-content .news-left{
    width: 70%;
}
.news-content .news-left .content-item{
    display: none;
    background: #fff;
}
.news-content .news-left .content-item.show{
    display: block;
}
.news-content .news-left .content-item .news-item a{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 0 20px;
}
.news-content .news-left .content-item .news-item:last-child a{
    border-bottom: none;
}
.news-content .news-left .content-item .news-item .item-left{
    width: 27.75%;
    overflow: hidden;
}
.news-content .news-left .content-item .news-item .item-left img{
    width: 100%;
}
.news-content .news-left .content-item .news-item .item-right{
    width: 67.5%;
}
.news-content .news-left .content-item .news-item .item-right h3{
    color: #333;
    font-size: 22px;
    margin: 15px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-content .news-left .content-item .news-item .item-right p{
    color: #999;
    line-height: 24px;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-content .news-left .content-item .news-item .item-right .time{
    color: #999;
    display: flex;
    align-items: center;
}
.news-content .news-left .content-item .news-item .item-right .time span{
    margin-left: 10px;
    margin-right: 15px;
}
.news-content .news-left .content-item .news-item a:hover .item-left img{
    transform: scale(1.1);
}
.news-right{
    width: 29%;
}
.news-right .answer{
    background: #fff;
}
.news-right .answer .answer-head{
    color: #fff;
    background-image: linear-gradient(to right, #ff2b48,#ff8039); 
    padding: 13px 20px;
}
.news-right .answer .answer-head h4{
    font-size: 22px;
    font-weight: bold;
}
.news-right .answer .answer-head p{
    font-size: 14px;
}
.news-right .answer .answer-content{
    padding: 20px;
}
.news-right .answer .answer-content label{
    position: relative;
}
.news-right .answer .answer-content label select{
    width: 100%;
    color: #999;
    font-size: 14px;
    border: 1px solid #eee;
    outline: none;
    background: url(../images/news/consult.png) no-repeat;
    background-position:15px 50% ;
    padding: 9px 35px;
    appearance: none;
    -webkit-appearance: none;
}
.news-right .answer .answer-content label i{
    color: #999;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.news-right .answer .answer-content input{
    display: block;
    width: 100%;
    color: #999;
    font-size: 14px;
    background: url(../images/news/o-phone.png) no-repeat;
    background-position:15px 50% ;
    border: 1px solid #eee;
    padding: 9px 35px;
    margin-top: 10px;
}
.news-right .answer .answer-content input::placeholder{
    color: #999;
}
.news-right .answer .answer-content button{
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    background: #fe6b08;
    margin-top: 20px;
}
.news-right .answer .answer-content button:hover{
    box-shadow: 0  4px 10px  #999;
}
.news-right .recommend{
    background: #fff;
    padding: 20px 20px 10px;
}
.news-right .recommend h4{
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.news-right .recommend .recommend-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-right .recommend .recommend-content .recommend-img{
    width: 38%;
    overflow: hidden;
}
.news-right .recommend .recommend-content .recommend-img img{
    width: 100%;
}
.news-right .recommend .recommend-content h5{
    width: 56%;
    color: #333;
    font-size: 18px;
    line-height: 24px;
}
.news-right .recommend .recommend-content:hover .recommend-img img{
    transform: scale(1.1);
}
.news-right .recommend .recommend-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}
.news-right .recommend .recommend-item:hover{
    background: #f7f7f7;
}
.news-right .recommend .recommend-item h5{
    width: 75%;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
}
.news-right .recommend .recommend-item h5::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
}
.news-right .recommend .recommend-item span{
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
}
.news-right>a{
    display: block;
    margin-top: 10px;
}
.news-right>a:hover img{
    transform: translateY(-5px);
}
.news-right .contact{
    margin-top: 10px;
    background: #fff;
}
.news-right .contact .contact-content{
    padding: 25px 30px 35px;
}
.news-right .contact .contact-content h4{
    color: #333333;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-right .contact .contact-content .contact-item{
    display: flex;
    color: #333;
    line-height: 30px;
    align-items:flex-start;
    margin-top: 10px;
}
.news-right .contact .contact-content .contact-item img{
    margin-top: 3px;
}
.news-right .contact .contact-content .contact-item span{
    flex-shrink: 0;
    margin-left: 15px;
}
@media (max-width: 1200px){
    .news-right>a img{
        width: 100%;
    }
    .news-right .contact>img{
        width: 100%;
    }
}
@media (max-width: 960px){
    .news-content .news-left{
        width: 100%;
    }
    .news-right{
        display: none;
    }
}
@media (max-width: 768px){
    .news-navs li{
        padding: 10px;
    }
    .news-navs li a{
        font-size: 16px;
        margin-left: 25px;
    }
    /* .news-navs li img{
        width: 20px;
    } */
    .news-navs li::after{
        width: 20px;
        height: 20px;
        background-size: cover;
        left: 12px;
    }
    .news-navs li.current-cat::before{
        width: 10px;
        height: 10px;
        bottom: -5px;
    }
    .news-content .news-left .content-item .news-item .item-left img{
        width: 100%;
    }
    .news-content .news-left .content-item .news-item .item-right h3{
        font-size: 18px;
    }
    .news-content .news-left .content-item .news-item .item-right p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .news-content .news-left .content-item .news-item .item-right .time span{
        font-size: 14px;
    }
}
@media (max-width: 500px){
    .news-navs{
        margin-bottom: 15px;
    }
    .news-navs li{
        padding: 8px;
    }
    .news-navs li a{
        font-size: 12px;
        margin-left: 15px;
    }
    .news-navs li::after{
        width: 15px;
        height: 15px;
        left: 5px;
    }
    .news-content{
        margin-bottom: 30px;
    }
    .news-content .news-left .content-item .news-item .item-left img{
        height: 110px;
        object-fit: cover;
    }
    .news-content .news-left .content-item .news-item .item-right h3{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .news-content .news-left .content-item .news-item .item-right p{
        margin-bottom: 15px;
    }
}

.pagination {
    /* margin: 20px 0 100px; */
    padding: 20px 0 100px;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li {
    margin: 0 5px;
    border: 1px solid #eaeaea;
    transition: all .3s;
}
.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #999;
}
.pagination ul li a span{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.pagination ul li a span::before{
    content: "\e660";
}
.pagination ul li:last-child a span::before{
    content: "\e65f";
}
.pagination ul li:hover,.pagination ul li a.active {
    background-color:#0258fe;
    border: 1px solid #0258fe;
}
.pagination ul li:hover a,.pagination ul li a.active  {
    color: #fff;
}
@media (max-width: 768px) {
    .pagination{
        margin: 10px 0 30px;
    }
    .pagination ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .pagination ul li.prev span, .pagination ul li.next span {
        background-size: 14px;
    }
}
.pagination ul li.prev span,.pagination ul li.next span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination ul li.prev span,
.pagination ul li.next span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li:hover span i,.pagination ul li.active span {
    color: #fff;
}
/* 政策法规详情 */
.page-details{
    margin-top: 65px;
    /* margin-bottom: 60px; */
    padding-bottom: 60px;
}
.page-details .container{
    display: flex;
    justify-content: space-between;
}
.details-left{
    width: 70%;
}
.news-details{
    background: #fff;
    padding: 0 40px;
}
.news-details .news-top{
    text-align: center;
    background: #fff;
    padding:40px 0;
    border-bottom:1px solid #eee;
}
.news-details .news-top h1{
    color: #333;
    font-size: 36px;
}
.news-details .news-top .news-meta{
    color: #888;
    margin-top: 20px;
}
.news-details .news-top .news-meta>span{
    margin: 0 5px;
}
.news-details .editor{
    background: #fff;
    padding-bottom: 20px;
}
.news-details #tinymce p{
    font-size: 18px;
}
.news-details #tinymce img{
    width: 90%;
}
.detail-nextpage{
    background: #fff;
    padding: 24px 40px;
    margin: 10px 0;
}
.detail-nextpage ul{
    color: #333;
    display: flex;
    justify-content: space-between;
}
.detail-related{
    background: #fff;
    padding: 30px 40px;
}
.detail-related h3{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail-related .related-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}
.detail-related .related-item:hover{
    background: #f7f7f7;
}
.detail-related .related-item h4{
    width: 75%;
    color: #333;
    font-size: 18px;
    padding-left: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
}
.detail-related .related-item h4::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fe6b08;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
}
.detail-related .related-item span{
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
}
@media (max-width: 1200px){
    .news-details .news-top h1{
        font-size: 32px;
    }
    .detail-nextpage ul{
        flex-direction: column;
    }
    .detail-nextpage ul a{
        display: block;
        margin-top: 10px;
    }
}
@media (max-width: 960px){
    .details-left{
        width: 100%;
    }
    .detail-nextpage ul{
        flex-direction: row;
    }
    .detail-nextpage ul a{
        margin-top: 0;
    }
}
@media (max-width: 768px){
    .news-details .news-top h1{
        font-size: 28px;
    }
    .news-details .news-top .news-meta>span{
        font-size: 14px;
    }
    .news-details #tinymce p{
        font-size: 16px;
    }
    .news-details #tinymce img{
        width: auto;
    }
    .detail-nextpage ul{
        flex-direction: column;
    }
    .detail-nextpage ul a{
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
    .detail-related h3{
        font-size: 22px;
    }
    .detail-related .related-item h4{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .page-details{
        margin-top: 30px;
        padding-bottom: 30px;
        /* margin-bottom: 30px; */
    }
    .news-details{
        padding: 0 30px;
    }
    .news-details .news-top{
        padding: 30px 0;
    }
    .news-details .news-top h1{
        font-size: 24px;
    }
    .news-details #tinymce p{
        font-size: 14px;
    }
    .detail-nextpage{
        padding: 15px 30px;
    }
    .detail-related{
        padding: 30px;
    }
    .detail-related h3{
        font-size: 20px;
    }
    .detail-related .related-item{
        padding: 15px 0;
    }
}
