/* banner */
.banner1 {
	width: 100%;
	background: #F7F8FA;
}

.banner1 img {
	width: 100%;
}

.container {
	width: 100%;
}

.heng {
	width: 100%;
	height: 65px;
	/* transform: scaleY(-1); */
	background: #F7F8FA;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    position: -webkit-sticky;
}

.heng_conter {
	width: 1200px;
	margin: 0 auto;
}

/* 展示导航 */
/*.zhan_nav {*/
/*	width: 352px;*/
/*}*/

.zhan_nav .menu4 {
	display: flex;
	/*justify-content: space-between;*/
	margin: 0 0 30px 0;
}

.menu4 li {
	width: 176px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	/*border-bottom: solid 3px #ffffff;*/
	position: relative;
}

.menu4 span {
	width: 1px;
	height: 1px;
	color: #ABABAB;
	line-height: 65px;
    position: absolute;
    right: 0;
    top: -3px;
}

.menu4 a {
	color: #000000;
}

.menu4 li .active {
	width: 100%;
	height: 100%;
	display: block;
	color: #1A39D6;
	border-bottom: solid 3px #1A39D6;
}

.menu4 li .active:hover {
	color: #1A39D6;
	border-bottom: solid 3px #1A39D6;
}

/* 展示图片 */
.zhan_tu {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.zhan_all {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.zhan_one {
	margin-bottom: 50px;
	width: 32%;
	margin-right: 2%;
}
.zhan_one:nth-child(3n){
    margin-right: 0;
}
.zhan_tushang {
	width: 100%;
	/*max-height: 260px;*/
}

.zhan_tushang img {
	width: 100%;
	height: 100%;
}

.zhan_tuxia {
	width: 100%;
	/*height: 125px;*/
}

.zhan_tuxia h4 {
	font-size: 18px;
	padding: 15px 20px 0;
	width: 100%;
	/*height: 50px;*/
	margin: 0 auto;
	/* font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500; */
	color: #282828;
	box-sizing: border-box;
}

.zhan_tuxia .ri_geng {
	padding: 5px 20px 20px 20px;
	display: flex;
	justify-content: space-between;
}

.zhan_tuxia .riqi {
	font-size: 14px;
	color: #A8A8A8;
	line-height: 30px;
}

.zhan_tuxia .liaojie {
	width: 90px;
	height: 30px;
	background: #F5F5F5;
	border-radius: 20px;
}

.zhan_tuxia .liaojie a {
	font-size: 14px;
	color: #787878;
	padding: 0 15px;
	line-height: 30px;
}

.zhan_tuxia:hover {
	background: #0038FF;
}

.zhan_tuxia:hover h4 {
	color: #ffffff;
}

.zhan_tuxia:hover .riqi {
	color: #ffffff;
}

.zhan_tuxia:hover .liaojie {
	color: #ffffff;
}

.zhan_tuxia:hover a {
	color: #0038FF;
}

/* 查看更多 */
.chakan {
	width: 296px;
	height: 70px;
	background: #0038FF;
	border-radius: 40px;
	margin: 0px auto 50px;
}

.button {
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
	letter-spacing: 1px;
	text-align: center;
}
@media(max-width:1600px){
    .zhan_tuxia h4{
        font-size: 16px;
    }
    .zhan_tuxia .ri_geng {
        padding: 20px 20px 20px 20px;
        flex-wrap: wrap;
    }

}
@media(max-width:1199px){
    
}
@media(max-width:768px){
    .zhan_one{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .zhan_one:nth-child(3n){
        margin-right: 4%;
    }
    .zhan_one:nth-child(2n){
        margin-right: 0%;
    }
    .zhan_tuxia h4{
        font-size: 15px;
        padding: 10px 0 0 10px;
    }
    .zhan_tuxia .ri_geng {
        padding: 10px 10px 10px 10px;
        flex-wrap: wrap;
    }
}
@media(max-width:640px){
    .zhan_nav .menu4{
        justify-content: center;
    }
    .menu4 li{
        width: 50%!important;
    }
    .zhan_tu{
        padding-top:30px;
    }
    .zhan_tuxia h4{
        font-size: 14px;
        padding: 10px 5px 0  10px;
        width: 100%;
        height:auto;
    }
    .zhan_tuxia .ri_geng {
        padding: 5px 5px 10px;
        width:100%;
    }
}
@media(max-width:420px){
    .zhan_one{
        /*width: 100%;*/
        /*margin-right: 0%;*/
        margin-bottom: 20px;
    }
    /*.zhan_one:nth-child(3n){*/
    /*    margin-right: 0%;*/
    /*}*/
}