.topimg{
    width: 100%;
    min-width: 1280px;
    height: 560px;
    padding-top: 100px;
}
.topimg_main{
	min-width:1280px;
    width: 1440px;
    height: 300px;
    margin: auto;
    margin-top: 210px;
}
.topimg_bg{
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -1;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	min-width: 1280px;
	-webkit-animation-name: bgzoom;
    -webkit-animation-duration: 8s; 
}
.topimg_main_txt1{
	color: #c70068;
    font-size: 26px;
	-webkit-animation-name:txtup;
    -webkit-animation-duration:1.1s;
}
.topimg_main_txt2{
	font-size: 40px;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
	-webkit-animation-name:txtup;
    -webkit-animation-duration:1.2s;
}
.topimg_main_txt3{
	margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
    max-width: 430px;
	color: #fff;
	-webkit-animation-name:txtup;
    -webkit-animation-duration:1.3s;
}
.news{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.news_main{
    max-width: 1440px;
    min-width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;	
    padding-bottom: 80px;
}
.news_main_tit{
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.news_main_tit h4 {
    font-size: 16px;
    color: #c70067;
}
.news_main_tit h3 {
    font-size: 48px;
    padding-bottom: 25px;
}
.news_tpye{
    float: right;
    max-width: 70%;
    height: 121px;
    overflow: hidden;
	-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.news_tpye li{
	float: left;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    height: 45px;
    line-height: 45px;
    border-radius: 32px;
    margin-left: 15px;
    transition: 0.1s;
	background: #fff;
	margin-top: 33px;
	border: 1px solid #e3e3e3;
}
.news_tpye li.cur {
	background: #c70068;
    border-color: #c70068;
    color: #fff;
    transition: 0.1s;
}
.news_tpye li:hover{
	background: #c70068;
    border-color: #c70068;
    color: #fff;
    transition: 0.1s;
}
.news_main_li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
		-webkit-animation-name: txtup;
    -webkit-animation-duration: 1s;
}
.news_main_li a{ 
    float: left;
    width: 32%;
    height: auto;
    cursor: pointer;
    margin-bottom:20px;
	margin-right:2%;
}
.news_main_li a:nth-child(3n+3) { 
	margin-right:0;
}

.news_main_li li{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.news_main_li_ioc{
	float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
	background:#fff;
}
.news_main_li_ioc img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.5s;
}
.news_main_li a:hover .news_main_li_ioc img{
	transform: scale(1.2);
    transition: 0.5s;
}

.news_main_li_tm{
    float: left;
    width: 90%;
    height: 50px;
    line-height: 60px;
    padding: 0 5%;
    font-size: 15px;
    background: #fff;
    color: #c70067;
}
.news_main_li_name{
    float: left;
    width: 90%;
    height: auto;
    padding: 0 5%;
    font-size: 15px;
    background: #fff;
    padding-bottom: 10px;
}
.news_main_li_name h1{
    float: left;
    width: 100%;
    height: auto;
    min-height: 45px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_main_li a:hover .news_main_li_name h1{
	color:#c70067;
}
.news_main_li a:hover .news_main_li_bottom em{
	color:#c70067;
}
.news_main_li_xx{
    float: left;
    width: 90%;
    height: auto;
    padding: 0 5%;
    font-size: 15px;
    background: #fff;
    padding-bottom: 10px;	
}
.news_main_li_xx h2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #989696;
}
.news_main_li_bottom{
    float: left;
    width: 90%;
    padding:0 5%;
	background:#fff;
	padding-bottom:10px;
	
}
.news_main_li_bottom em{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    color: #000;
	border-top:1px solid #ddd;
	padding-top:10px;
}
.news_main_li_bottom span{
	float: right;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background: url(../image/zmue_left_b.png) center right no-repeat;
	padding-top:10px;
    background-size: 23px;
	border-top:1px solid #ddd;
}
.news_main_li a:hover .news_main_li_bottom span{
	float: right;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background: url(../image/zmue_left.png) center right no-repeat;
	padding-top:10px;
    background-size: 23px;
	border-top:1px solid #ddd;
}