body,html{
   
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fff;
	position: relative;
}
.newsinfo{
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/casebg.png);
 	position: relative;
 	z-index: 2;
 	    background-size: inherit;
 }
.menu_a>a {
	color: rgba(181, 185, 189, 1);
}
.header_left .menu_a .active_menu {
	color: rgba(60, 64, 66, 1)
}
nav.menu_a>a:nth-of-type(1){
	color: rgba(60, 64, 66, 1) !important;
}
nav.menu_a>a:last-child{
	color: rgba(113, 118, 122, 1);
	font-size: .16rem;
	background: rgba(247, 247, 247, 1);
	border-radius: .06rem;
}
nav.menu_a>a:nth-of-type(2){
	padding-right: .14rem;
	background: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/service_grey.png) no-repeat;
	background-position: 100% center;
	background-size: .12rem .12rem;
	
}
.banners{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.newsinfos_content{
	width: 100%;
	margin: .8rem auto 0;
	position: relative;
}
/*.font_details{
	display: block;
	width: 4.86rem;
	margin-left: 1.5rem;
}*/
.title_box{
	width: 2.85rem;
	margin-left: 1.5rem;
	position: relative;
	z-index: 2;
}
._title_box{
	display: table;
	position: relative;
}
._title_box img{
	display: block;
	width: 3rem;
}
.font_details{
	display: block;
	
}
.new_title {
	color: rgba(60, 64, 66, 1);
	font-weight: bold;
	font-size: .4rem;
}
.circle_{
	display: block;
	width: .26rem;
	height: .26rem;
	position: absolute;
	right: -.4rem;
	bottom: .15rem;
	border-radius: 100%;
	background: rgba(32, 151, 97, 1);
	margin-left: .5rem;
	animation: moveY_circle .6s 1.2s ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}
@-webkit-keyframes moveY_circle{
	0%{transform: translate3d(0,-200px,0) scale(1,1);opacity: 0;}
	30%{transform: translate3d(0,0,0) scale(1,1);opacity: 1;}
	33%{transform: translate3d(0,0,0) scale(1.4,.7);opacity: 1;}
	50%{transform: translate3d(0,-100px,0) scale(1,1);opacity: 1;}
	65%{transform: translate3d(0,0,0) scale(1,1);opacity: 1;}
	75%{transform: translate3d(0,-20px,0) scale(1,1);opacity: 1;}
	100%{transform: translate3d(0,0,0) scale(1,1);opacity: 1;}
	
}

._item_infobox{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
._item_c_l{
	width: calc(100% - 5rem);
	position: relative;
}
._mode1_l{
	position: relative;
	margin-top: -.6rem;
}
._mode1_2{
	position: relative;
	width: 100%;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/timeico.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
._mode1_l_title{
	position: absolute;
	top: 77%;
	left: 1.5rem;
	width: calc(100% - 3.04rem);
	transform: translateY(-50%);
}
._mode1_l_title h1{
	color: rgba(10, 10, 10, 1);
	font-size: .34rem;
	max-width: 66%;
	position: relative;
}
._mode1_l_title h1:before{
	content: "";
	display: block;
	width: .3rem;
	height: .3rem;
	border-radius: 100%;
	background: rgba(32, 151, 96, 1);
	position: absolute;
	top: -.35rem;
	left: 0;
}
.p_activityname{
	font-size: .24rem;
	padding-bottom: 1rem;
	margin-left: 1.5rem;
}
._mode1_l_title .tag_time{
	display: flex;
	align-items: center;
	position: relative;
	margin-top: .27rem;
}
._mode1_l_title .tag_time span{
	background: rgba(32, 151, 96, 1);
	font-size: .12rem;
	color: #fff;
	line-height: 1.2;
	padding:.05rem .1rem;
	border-radius: .05rem;
}
._mode1_l_title .tag_time time{
	font-size: .14rem;
	color: rgba(0, 0, 0, 0.65);
	padding-left: .2rem;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/timeico.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: .2rem .2rem;
	margin-left: .2rem;
}
.modebg1{
	display: block;
	width: 100%;
	position: relative;
}
._richtext{
    font-size: .16rem;
    width: calc(100% - 1.2rem);
    margin-left: .6rem;
}
._mode2_l{
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/newsinfobg2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*padding-bottom: .24rem;*/
}
._item_c_r{
	position: absolute;
	right: .4rem;
	top:1.1rem;
	z-index: 2;
	margin-top: 5%;
}
._item_c_r.fix-b {
    position: absolute;
    bottom: 0;
    top: auto;
	margin-top: 0;
}
._item_c_r.fix-s {
    position: fixed;
	margin-top: 0;
}
._item_c_r ._mode1_r{
	width: 5rem;
	border-radius: .4rem;
	min-height: 4.14rem;
	margin-bottom: .4rem;
	opacity: 1;
	background: rgba(32, 151, 96, 1);
box-shadow: inset 1px 1px 1px 0px rgba(0,57,142,0.24), inset -1px -1px 1px 0px rgba(255,255,255,0.12), 12px 12px 24px 0px rgba(0,57,142,0.16), -12px -12px 24px 0px #FFFFFF, 10px 10px 16px 0px rgba(0,57,142,0.16), -10px -10px 16px 0px #FFFFFF;}
._item_c_r ._mode1_r .menu_btns{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
._item_c_r ._mode1_r .menu_btns a{
	display: block;
	cursor: pointer;
}
._item_c_r ._mode1_r .menu_btns a img{
	display: block;
	width: .6rem;
	height: .6rem;
}
._item_c_r ._mode1_r .menu_btns a p{
	font-size: .16rem;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	margin-top: .14rem;
}
._item_c_r ._mode1_r .menu_btns a:hover p{
	color: rgba(255, 255, 255, 1);
}

._item_c_r ._mode1_r .fangwenWz{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.2rem;
	line-height: .56rem;
	background:rgba(255, 255, 255, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.90);
	border-radius: .12rem;
	margin: .5rem auto 0;
	font-size: .18rem;
	color: rgba(255, 255, 255, 1);
}

._item_c_r ._mode1_r .fangwenWz img{
	display: block;
	width: .22rem;
	margin-right: .06rem;
}
h2.free_jianz{
	color: rgba(255, 255, 255, 1);
	font-size: .32rem;
	width: 4.2rem;
	margin: 0 auto .4rem;
}
.case_zixun{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.2rem;
	line-height: .56rem;
	background:rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: .12rem;
	font-size: .18rem;
	color: rgba(10, 10, 10, 1);
	margin: 0 auto .2rem;
}
.case_zixun:hover{
	background:rgba(255, 255, 255, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.90);
	color: #fff;
}
.case_tel{
	display: flex;
	align-items: center;
	width: 4.2rem;
	margin: 0 auto .3rem;
	color: width: 4.2rem;
	font-size: .2rem;
	color: #fff;
}
.case_tel img{
	display: block;
	width: .32rem;
	margin-right: .06rem;
}
.case_tel1{
	color: #fff;
	font-size: .16rem;
	line-height: .21rem;
	width: 4.2rem;
	margin: 0 auto;
	margin-bottom: .16rem;
}

.fixedbg{
	width: 100%;
	height: 3rem;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/index_mode5-bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
}
.title_box_more{
	margin-left: 1.5rem;
	position: relative;
	z-index: 2;
}
._title_box_more{
	display: table;
	position: relative;
}
._title_box_more img{
	display: block;
	width: 2.8rem;
}
.font_more{
	display: block;
	
}
.new_title_more {
	color: rgba(60, 64, 66, 1);
	font-weight: bold;
	font-size: .4rem;
	text-align: left;
}
.more_case{
	width: 100%;
	text-align: center;
	padding-top: .44rem;
}
.more_case h2{
	color: rgba(10, 10, 10, 1);
	font-size: .24rem;
}
.more_case h1{
	color: rgba(10, 10, 10, 1);
	font-size: .66rem;
}
.case_list {
	width: calc(100% - 3rem);
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin: .5rem auto 1.5rem;
}

.case_list .case_list_item {
	width: 5.1rem;
	position: relative;
	margin-top: .4rem;
	margin-right: .45rem;
	cursor: pointer;
	text-align: left;
}

.case_list .case_list_item:nth-of-type(3n) {
	margin-right: 0;
}

.case_list .case_list_item ._item_caseCover {
	width: 100%;
	border-radius: .2rem;
	overflow: hidden;
	height: 2.87rem;
	position: relative;
	box-shadow: 4px 4px 14px 2px rgba(15,85,181,0.1);
}

.case_list .case_list_item ._item_caseCover img {
	display: block;
	width: 100%;
	    transition: all .3s linear;
    transform: scale(1);
}

.case_list .case_list_item ._item_caseName {
	color: rgba(10, 10, 10, 1);
	font-size: .18rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .16rem;
}

.case_list .case_list_item ._item_caseDec {
	color: rgba(0, 0, 0, 0.65);
	font-size: .14rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .06rem;
}

.r_title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: .5rem;
	padding-bottom: .16rem;
}
.r_title h1{
	color: rgba(10, 10, 10, 1);
	font-size: .24rem;
	text-align: center;
	padding: 0 .2rem;
}
.r_title span{
	position: relative;
	display: block;
	width:.7rem;
	height: 2px;
}
 .r_title span.line_l{
	background: linear-gradient(to right,#fff,#269964);
}
.r_title span.line_r{
	background: linear-gradient(to right,#269964,#fff);
}
.r_title span.line_l::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #269964;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.r_title span.line_r::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #269964;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
