/* banner */
.banner1 {
	width: 100%;
}

.banner1 img {
	width: 100%;
}

.container {
	width: 100%;
}

.heng {
	width: 100%;
	height: 65px;
	/* transform: scaleY(-1); */
	background: #F7F8FA;
}

.heng_conter {
	max-width: 1200px;
	width: 100%;
	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 {
	max-width: 1200px;
	width: 100%;
	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;
	position: relative;
	width: 48%;
}

.zhan_tushang {
	width: 72px;
	height: 70px;
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 40px;
}

.zhan_tushang img {
	width: 100%;
	height: 100%;
}

.zhan_tuxia {
	width: 100%;
	height: 142px;
	background: #F7F8FA;
}

.zhan_tuxia h4 {
	font-size: 18px;
	/* 
	width: 340px;
	height: 50px; */
	/* font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500; */
	color: #282828;
	padding: 20px 0px 0px 149px;
}

.zhan_tuxia .ri_geng {
	display: flex;
	justify-content: space-between;
	padding-right: 40px;
}

.zhan_tuxia .riqi {
	padding: 0px 0px 0px 149px;
	font-size: 14px;
	color: #A8A8A8;
	line-height: 33px;
}

.zhan_tuxia .riqi1 {
	padding: 0px 0px 0px 149px;
	font-size: 14px;
	color: #A8A8A8;
	line-height: 1.6;
}

.zhan_tuxia .liaojie {
	width: 134px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 20px;
}

.zhan_tuxia .liaojie a {
	line-height: 36px;
	padding: 0 20px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #060606;

}
.zhan_one:hover .zhan_tushang img{
    transform: scale(1)!important;
}
.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 .riqi1 {
	color: #ffffff;
}

/* 查看更多 */
.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;
}
.zhan_tuxia .liaojie a span{
    display: none;
    font-size: 14px;
    color:#787878;
}

@media(max-width:1600px){

}
@media(max-width:1199px){
    .zhan_nav{
        margin:0 auto;
    }
    .zhan_all{
        margin-top:25px;
    }

}
@media(max-width:768px){
    .menu4 a{
        font-size: 16px;
    }
    .zhan_one{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .zhan_tuxia h4{
        font-size: 16px;
    }
}
@media(max-width:767px){
    .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;
    }
    .menu4 span{
        line-height:55px;
    }
    .zhan_tushang{
        top: 20px;
        left: 15px;  
    }
    .zhan_tuxia{
        height: auto;
    }
    .zhan_tushang img{
        max-width: 50px;
    }
    .zhan_tuxia{
        text-align: left;
        justify-content: flex-start;
        flex-direction: inherit;
        align-items: flex-start;
        min-height: auto;
    }
    .zhan_tuxia h4 {
    	padding: 15px 0px 0px 80px;
    	justify-content: flex-start;
    	height: auto;
    }
    .zhan_tuxia .ri_geng {
    	/*flex-wrap: wrap;*/
    	padding-right: 0px;
    	padding-left: 0;
    	margin-top: 2px;
    }
    .zhan_tuxia .liaojie{
        /*margin-left: 80px;*/
        /*margin-bottom: 15px;*/
        line-height: 22px;
        height: 22px;
        width:100px;
        margin-right: 10px;
    }
    .zhan_tuxia .liaojie a{
        font-size: 12px;
        padding:0;
        line-height: 22px;
        text-align: center;
    }
    .zhan_tuxia .liaojie a font{
        display: none;
    }
    .zhan_tuxia .liaojie a span{
        display: block;
    }
    .zhan_tuxia .liaojie a img{
        display: none;
    }
    .zhan_tuxia .riqi {
    	padding: 0px 0px 0px 80px;
    	line-height: 22px;
    }   
    .zhan_tuxia .riqi1{
        padding: 5px 0px 10px 80px;
        /* display: none; */
        line-height: 1;
        /* display: none; */
    }
}