body,html{
    background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/casebg.png);
     background-position: 0 0;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     background-color: #fff;
     position: relative;
 }
.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: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(5){
	color: rgba(60, 64, 66, 1) !important;
}
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;
	
}
.newsinfos_content {
	/* background: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/casebg.png) no-repeat center center; */
	background-size: cover;
	width: 100%;
	margin: .8rem auto 0;
	position: relative;
}

.newsinfos_content .linkA {
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: .16rem;
	color: rgba(0, 0, 0, 0.45); 
}

.newsinfos_content .linkA img {
	display: block;
	width: .12rem;
	margin: 0 .06rem;
}

.newsinfos_content .linkA a {
	color: rgba(0, 0, 0, 0.45);
}

.newsinfos_content .linkA a:last-child {
	color: rgba(32, 151, 96, 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: -1rem;
}
.title_box{
	width: 2.85rem;
	position: absolute;
	left: 1.5rem;
	top: 76%;
	transform: translateY(-50%);
	z-index: 2;
}
._title_box{
	display: table;
	position: relative;
}
._title_box img{
	display: block;
	width: 3rem;
}
.font_news{
	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: .2rem;
	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;}
	
}
._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%;
	    margin-top: -0.4rem;
}

._mode1_l_title {
	position: absolute;
	top: 70%;
	left: 1.5rem;
	width: calc(100% - 2.7rem);
	transform: translateY(-50%);
}

._mode1_l_title h1 {
	color: rgba(10, 10, 10, 1);
	font-size: .34rem;
	max-width: 66%;
}

._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;
	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;
}



._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;
	padding-left: 1.5rem;
	min-height: 13rem;
	position: relative;
}

.news_nav {
	display: flex;
	padding-top: .8rem;
}

.news_nav_item {
	padding: .1rem .3rem;
	width: fit-content;
	border-radius: .36rem;
	border: .01rem solid rgba(229, 231, 233, 1);
	font-size: .16rem;
	margin-right: .2rem;
	color: rgba(181, 185, 189, 1);
	cursor: pointer;
}
.news_nav_item:hover{
	border: .01rem solid rgba(32, 151, 97, 1);
	color: rgba(32, 151, 97, 1);
}

.news_active {
	background-color: rgba(32, 151, 97, 1);
	color: rgba(255, 255, 255, 1);
}
.news_active:hover{
	background-color: rgba(32, 151, 97, 1);
	color: rgba(255, 255, 255, 1);
}
.news_box {
	margin-top: .6rem;
	display: flex;
	flex-wrap: wrap;
}

.news_item {
	border: .01rem solid rgba(240, 243, 245, 1);
	border-radius: .2rem;
	width: 3.34rem;
	height: 3.26rem;
	margin-bottom: .44rem;
	margin-right: .44rem;
}
.news_item:nth-child(3n){
  margin-right: 0;
}
.news_item:hover{
	box-shadow: 0 0 .2rem #e2e2e2;
	cursor: pointer;
}
.news_item:hover img{
	transform: scale(1.1);
	transition: all .2s linear;
}
.news_item:last-child {
	margin-bottom: 0;
}

.news_item .imgbox {
	width: 100%;
	height: 1.88rem;
	overflow: hidden;
	border-radius: .2rem .2rem 0 0;
}
.news_item .imgbox img{
	display: block;
	width: 100%;
}
.news_item_center {
	display: flex;
	justify-content: space-between;
}

.news_item_center_left,
.news_item_center_right {
	font-size: .14rem;
	color: rgba(181, 185, 189, 1);
	margin: .2rem;
}

.news_item_center_left {
	line-height: .3rem;
	width: .8rem;
	border: .01rem solid rgba(240, 243, 245, 1);
	border-radius: .36rem;
	text-align: center;
}

.news_item_center_right {
	line-height: .3rem;
	font-size: .14rem;
}

.news_item_msg {
	padding: 0 .2rem;
	font-size: .18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(60, 64, 66, 1);
	font-weight: 400;

}

.pagination {
	line-height: .32rem;
        display: flex;
    margin-top: 0.8rem;
    justify-content: center;
    width: calc(100% - 1.5rem);
}

.pagination_box {
	display: flex;
}

.pagination_item {
	background-color: rgba(240, 242, 245, 1);
	line-height: .32rem;
	width: .32rem;
	margin: 0 .04rem;
	font-size: .14rem;
	text-align: center;
	color: rgba(96, 98, 102, 1);
	position: relative;
	height: .32rem;
}
.pagination_item img{
	display: block;
	width: .14rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pagination_item_active{
	background-color: #209760;
	color: rgba(255, 255, 255, 1);
}
.pagination_item:last-child {
	margin-right: .16rem;
}

ul {
	list-style-type: none;
}

.pagination_go {
	font-size: .14rem;
	text-align: center;
	line-height: .32rem;
	height: .32rem;
	/*width: .28rem;*/
	color: rgba(96, 98, 102, 1);
}

.pagination_search_box {
	height: .32rem;
	margin: 0 .08rem;
}

.pagination_search {
	box-sizing: border-box;
	height: .32rem;
	width: .56rem;
	border: .01rem solid rgba(220, 223, 230, 1);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]:focus {  
	outline: none;  
	box-shadow: none;
  }
input[type="number"] {  
	text-align: center;
  }
._item_c_r {
	position: absolute;
	right: .4rem;
	top: .4rem;
	z-index: 2;

}

._item_c_r ._mode1_r,
._mode2_r {
	width: 5rem;
	border-radius: .4rem;
	/*min-height: 4.14rem;*/
	margin-bottom: .4rem;
	padding-bottom: .56rem;
	opacity: 1;
	box-shadow: 12px 12px 66px 0px rgba(0, 57, 142, 0.12), -12px -12px 66px 0px #FFFFFF, 10px 10px 44px 0px rgba(0, 57, 142, 0.12), -10px -10px 44px 0px #FFFFFF, inset 2px 2px 20px 0px rgba(138, 184, 253, 0.24), inset -4px -4px 20px 0px #FFFFFF;
}

.logoIp {
	position: absolute;
	right: .24rem;
	bottom: -.2rem;
	display: block;
	width: 1.73rem;
}


.r_title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: .5rem;
}

.r_title h1 {
	color: rgba(10, 10, 10, 1);
	font-size: .24rem;
	text-align: center;
	padding: 0 .2rem .08rem;
}

.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);
}

._mode1_r ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - .8rem);
	position: relative;
	margin: 0 auto;
	padding-bottom: .5rem;
}

._mode1_r ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.02rem;
	height: .8rem;
	margin-top: .2rem;
	border: 1px solid rgba(34, 131, 86, 0.1);
	border-radius: 14px;
}

._mode1_r ul li:hover img {
	transform: scale(1.1);
}

._mode1_r ul li:hover a .img-text h3 {
	color: #209760;
}

._mode1_r ul li a {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
}

._mode1_r ul li a img {
	display: block;
	width: .5rem;
	margin-right: .1rem;
	margin-left: .16rem;
}

._mode1_r ul li a .img-text {}

._mode1_r ul li a .img-text h3 {
	color: rgba(0, 0, 0, 0.85);
	font-size: .16rem;
}

._mode1_r ul li a .img-text p {
	color: rgba(0, 0, 0, 0.65);
	font-size: .12rem;
}

.hangye_list {
	width: calc(100% - .8rem);
	margin: 0 auto;
}

.hangye_list ._hangye_item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: .24rem;
	cursor: pointer;
}

.hangye_list ._hangye_item i {
	display: block;
	width: .06rem;
	height: .06rem;
	border-radius: .1rem;
	opacity: 1;
	border: .04rem solid #209760;
	margin-right: .16rem;
}

.hangye_list ._hangye_item p {
	color: rgba(0, 0, 0, 0.85);
	font-size: .16rem;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: .16rem;
}

.hangye_list ._hangye_item:hover p {
	color: rgba(32, 151, 96, 1)
}

.gzhBox {
	width: 2.2rem;
	height: 2.2rem;
	border: 2px solid rgba(32, 151, 96, 1);
	border-radius: .36rem;
	overflow: hidden;
	margin: .16rem auto 0;
	    padding: 0.1rem;
    position: relative;
    background: #fff;
}
.gzhBox img{
	display: block;
	    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .2rem;
}
.gzhBox::before{
	content: '';
	display: block;
	width: calc(100% - .2rem);
	height: calc(100% - .2rem);
	border: .02rem solid rgba(229, 231, 233, 1);
	 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .2rem;
    z-index: 2;
}