.page3{
	background-image:url(/statics/fer/images/p3_bg.jpg)
}
.page3_t {
    overflow: hidden;
    padding: 0px 40px;
	background:white;
	margin:0;
	padding-top:50px;
	width:calc(100% - 80px);
	padding-bottom: 30px;
}
.page3_t .logo,.page4_t .logo{
	height:75px;
	margin-left:100px;
}

.page3_t .btn{
	margin-right: 60px;
}
.page3_t .btn img{
	width:60px;height:60px;
	
}
.page3_t .btn,.page4_t .btn{
	float:right;
	font-size: initial;
	position: relative;
}
.page3_t .btn div{
	margin:0 10px;
	display: inline-grid;
	    position: absolute;
	z-index:9999;
	width:70px;
}
.page3_t .btn :first-child{
	right:100px;
}
.page3_t .btn :last-child{
	right:20px;
}
.page3_t .btn .active{
	color:#e5005f;
}

.page4_t {
    overflow: hidden;
    padding: 0px 40px;
	background:white;
	margin:0;
	padding-top:50px;
	width:calc(100% - 80px);
	padding-bottom: 30px;
	height:90px;
}

.page4_t .btn a {
	display:block;
	border:1px solid #e5005f;
	color:#e5005f;
	padding:10px 20px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 120px;
}
.page4_c{
	margin: 0px 140px;
}
.page4_c .info{
	width:45%;
	float: left;
}
.info_img{
	position:relative;
}
.info .info_img img{
	height:22vw;
    object-fit: cover;
}
.info_img .date{
	position:absolute;
	bottom:0;
	right:0;
	padding:3px 10px;
	background:#ff6b00;
    font-size: 14px;
	color:#fff
}
.list-head{display:flex;justify-content: space-between;}
.list-head .info{ 
	width: calc( 49% - 10px ) !important;
	padding: 0 20px;
}
.list-info{
	margin-top: 40px;
}
.list-info a:hover{color: #e5005f !important;}
.list-info .sp3{
	color: #666;float:right;
}
.list-head .info img{
	height:13vw;
	object-fit:cover;
}
.list-info div{
	font-size: larger;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #b7b7b7;
}
.page4_c .list{
	width:55%;
	float:right;
	display: inline-block;
}
.page4_c .info .info_img img{width:100%}
.page4_c .info .info_title{
	font-weight: bold;
    font-size: large;
	width:100%;
	display:block;
}
.info_title a,.list-info a{
	color:#000 !important;
}
.page4_c .info .info_des{margin-top:10px;font-size: larger;}
.page3c_slide{margin-left:20px;width:100%;margin-top:100px}
@media screen and (max-width: 1300px){
	.page3c_slide{margin-top: 120px;}
}

@media screen and (max-width: 1000px)
{
	.page4_c .info,.page4_c .list{
	    width: 100%;
	}
	.page4_c .list{margin-top:30px;}
}