.newser2_content {
	margin-bottom: 25px;
}
.newser2_content .newser2_content_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.newser2_content .newser2_content_top .content_top_img {
	width: 49%;
}
.newser2_content .newser2_content_top .content_top_img img {
	width: 100%;
	height: 401px;
	object-fit: cover;
}
.newser2_content .newser2_content_top .content_top_txt {
	width: 49%;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list {
	background: #f8f8f8;
	padding: 15px 22px;
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
	cursor: pointer;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:last-child {
	margin-bottom: 0px;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_title .list_title_dd {
	font-size: 16px;
	font-weight:600;
	color: #333;
	width: 80%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_title .list_title_dt {
	font-size: 15px;
	color: #999;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover {
	background: #008744;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover .txt_list_title .list_title_dd {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover .txt_list_title .list_title_dt {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover .txt_list_p {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_bottom .content_bottom_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 46px;
	border-bottom: 1px dashed #efefef;
	cursor: pointer;
}
.newser2_content .newser2_content_bottom .content_bottom_list .bottom_list_title {
	font-size: 16px;
	color: #333;
	width: 80%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newser2_content .newser2_content_bottom .content_bottom_list .bottom_list_time {
	font-size: 15px;
	color: #999;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_bottom .content_bottom_list:hover {
	border-bottom: 1px dashed #008744;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_bottom .content_bottom_list:hover .bottom_list_title {
	color: #008744;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_bottom .content_bottom_list:hover .bottom_list_time {
	color: #008744;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .list_title_dt {
	width: 14%;
	text-align: center;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .list_title_dt dd {
	font-size: 45px;
	color: #008744;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .list_title_dt dt {
	font-size: 14px;
	color: #333;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_title {
	display: block;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 85%;
	border-left: 1px solid #dcdcdc;
	padding-left: 4%;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list .txt_list_title .list_title_dd {
	margin-bottom: 12px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 12px;
	width: 100%;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover .list_title_dt dd {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.newser2_content .newser2_content_top .content_top_txt .top_txt_list:hover .list_title_dt dt {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
/*案例样式*/
.IndexCase{
	padding-top:4%;
	
	}
.IndexCase .IndexCase_content .IndexCase_content_list {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	position: relative;
}
.IndexCase .IndexCase_content .IndexCase_content_list:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0%;
	left: 0;
	background:#008744;
	bottom: -1px;
	height: 1px;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3n) {
	margin-right: 0px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon {
	color: #ff7019;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
	overflow: hidden;
	position: relative;
	background: #000;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a {
	display: inline-block;
	width: 100%;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
	margin-top: 25px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
	width: 88%;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
	font-size: 16px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
	font-style: inherit;
	padding: 0px 15px;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
	color: #999999;
	font-size: 13px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	font-size: 35px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	display: none;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
}
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr img {
	width: auto;
	height: auto;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img img {
	opacity: .6;
	transition: all 0.5s ease;
	-webkit-transform: all 0.5s ease;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dd {
	opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
	opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dt {
	opacity: 1;
}
.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
	-webkit-transform: rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation {
from {
-webkit-transform:rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
.IndexCase_more {
	text-align: center;
	margin-top: 15px;
}
.IndexCase_more a {
	background: #eeeeee;
	display: inline-block;
	width: 185px;
	line-height: 64px;
	text-transform: capitalize;
	font-size: 16px;
	color: #999999;
	font-weight: bolder;
	position: relative;
}
.IndexCase_more a:hover {
	color: #fff;
}
.IndexCase .IndexCase_more a:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: rgba(255,112,25,1);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.IndexCase_more a.on {
	color: #fff;
}
.IndexCase_more a.on:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: rgba(255,112,25,1);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.IndexCase_more a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(255,112,25,0);
	border-radius: 100%;
	left: 50%;
	opacity: 0;
	top: 50%;
	-webkit-transform: all 0.5s ease 0s;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s ease 0s;
}
.IndexCase_more a span {
	position: relative;
	z-index: 1;
}
 @media (max-width: 1480px) {
.newser2_content .newser2_content_bottom .content_bottom_list:nth-child(5), .newser2 .newser2_content .newser2_content_bottom .content_bottom_list:nth-child(6), .newser2 .newser2_content .newser2_content_bottom .content_bottom_list:nth-child(4) {
	display: none;
}
}
@media screen and (max-width: 1500px){
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    height: 264px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
	margin-right: 2%;
}
}

@media (max-width: 1200px) {
.newser2_content .newser2_content_top {
	display: block;
}
.newser2_content .newser2_content_top .content_top_img {
	margin-bottom: 25px;
}
.newser2_content .newser2_content_top .content_top_img, .newser2_content .newser2_content_top .content_top_txt {
	width: 100%;
}
.newser2_content .newser2_content_top .content_top_img img {
	height: auto;
}
.newser2_content .newser2_content_bottom .content_bottom_list .bottom_list_title {
	width: 61%;
	font-size: 15px;
}
.newser2_content .newser2_content_bottom .content_bottom_list .bottom_list_time {
	font-size: 13px;
}
.IndexCase_content{
	margin-left:2%}
.IndexCase .IndexCase_content .IndexCase_content_list {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	position: relative;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
	margin-right: 2%;
}
}
@media screen and (max-width: 414px){
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    height: 134px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
	margin-right: 2%;
}
}
@media screen and (max-width: 375px){
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    height: 121px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
	margin-right: 2%;
}
}
@media screen and (max-width: 320px){
.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    height: 103px;
}
.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3n) {
	margin-right:2%;
}
}