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

.banner1 img {
	width: 100%;
}

.container {
	width: 100%;
}

.heng {
	width: 100%;
	/*height: 65px;*/
	/* transform: scaleY(-1); */
	background: #F7F8FA;
}

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

/* 展示导航 */
.zhan_nav {
	max-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 rgba(255,255,255,.0);
}

.menu4 span {
	width: 1px;
	height: 1px;
	color: #ABABAB;
	line-height: 65px;
}

.menu4 a {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	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: auto;
}

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

.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 17px;
	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;
        padding:10px 12px 0;
    }
    .zhan_tuxia .ri_geng {
        padding: 5px 12px 12px;
    }
}
@media(max-width:1199px){
    
}
@media(max-width:768px){
    .heng{
        margin-bottom:30px;
    }
    .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%;
    }
    .menu4 a {
        font-size: 16px;
    }
}
@media(max-width:640px){
    .zhan_nav .menu4{
        justify-content: center;
    }
    .menu4 li{
        width:32%!important;
        height: 55px!important;
        line-height: 55px!important;
    }
    .menu4 span:nth-child(6){
        display: none;
    }  
    .menu4 a {
        font-size: 15px;
    }
    .zhan_tu{
        padding:0!important;
    }
}
@media(max-width:420px){
    .zhan_one{
        /*width:100%;*/
        /*margin-right: 0%;*/
        margin-bottom:20px;
    }
    .zhan_one:nth-child(3n){
        margin-right: 0%;
    }
    .zhan_tuxia h4 {
        font-size: 15px;
        padding: 5px 10px 0;
        line-height:1.6;
    }
    .zhan_tuxia .ri_geng{
        flex-wrap: wrap;
    }
    .zhan_tuxia .riqi{
        width: 100%;
    }
}