.topimg{
    width: 100%;
    min-width: 1280px;
    height: 560px;
    padding-top: 100px;
}
.topimg_main{
	min-width: 1200px;
    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_tis{
	width:  100%;
    height: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom:30px;
}
.news_tis_main{
    min-width: 1260px;
    max-width: 1440px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    overflow: hidden;
}

.news{
    min-width: 1260px;
	max-width: 1440px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.news_main{
	width: 90%;
    height: auto;
    overflow: hidden;
    padding: 3% 5% 2% 5%;
    background: #fff;
    margin-bottom: 5%;
}
.news_left_tit{
    width: 100%;
    height: auto;
    line-height: 60px;
    background: #fff;
    overflow: hidden;
}
.news_left_tit h1{
	width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news_left_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 20px;
	padding-bottom:20px;
	padding-top:20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
	background:#fff;
}
.news_left_main p{
	white-space: normal !important;
    font-size: 16px;
    line-height: 35px;
}
.news_left_main span{
    white-space:normal !important;
}
.news_left_main p img{
    max-width: 100% !important;
    height: auto !important;
}
.news_left_main video{
	width: 100%;
    height: 420px;
    display: inline-block;
}
.news_left_main_up{
    width: 70%;
    height: auto;
    text-align: center;
    float: left;
}
.news_left_main_up a{
    width: 100%;
    overflow: hidden;
	height: 40px;
	line-height:40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
}
.news_left_main_up a:hover {
    color: #c70068;
    text-decoration: underline;
}
.news_left_main_back{
	margin-top: 18px;
    float: right;
    background: #f0f0f0;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
    padding: 0 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.news_left_main_back:hover {
    color: #fff;
    background: #c70068;
}