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

.banner1 img {
	width: 100%;
}

.container {
	width: 100%;
}

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

.heng_conter {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

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

.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;
}

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

.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;
}

/* 图片 */
.kaishui_content {
	width: 100%;
	margin-top: 50px;
}

.heng_all {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

/* 图片下字 */
.heng_one {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}
.heng_one:nth-child(3n){
    margin-right: 0;
}
.heng_tu {
	/*width: 100%;*/
    max-height: 500px;
}

.heng_tu img {
	width: 100%;
}

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

.slide_tuxia h4 {
	padding: 20px 0 0 20px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 25px;

}

.slide_tuxia .jieshao {
	padding: 15px 20px 20px 20px;
	display: flex;
	justify-content: space-between;
}

.slide_tuxia .neiring {
	
	font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 30px;
}

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

.slide_tuxia .liaojie3 a {
    padding: 0px 12px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #787878;
    line-height: 30px;
}

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

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

.slide_tuxia:hover .neiring {
	color: #ffffff;
}

.slide_tuxia:hover .liaojie3 {
	color: #ffffff;
}

.slide_tuxia:hover a {
	color: #000000;
}

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

.button {
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
	letter-spacing: 1px;
	text-align: center;
}
/* .disabled {
	cursor:not-allowed;
} */
.m_p_img_scroll{
    position: absolute;
    top:0;
    left:0;
    z-index: -99999;
    opacity: 0;
}
@media(max-width:1600px){
    .heng_one{
        margin-bottom: 30px;
    }
}
@media(max-width:768px){
    .kaishui_content{
        margin-top:30px;
    }
}
@media(max-width:640px){
    .tab3_1_img{
        display: none;
    }
    .m_p_img_scroll{
        position: relative;
        z-index: 9;
        opacity: 1;
    }
}