body {
	background-color: transparent;
}
header{
	/*background: #209760;*/
}
nav.menu_a>a {
	color: rgba(255, 255, 255, 0.65);
}

nav.menu_a>a:last-child {
	color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, .3);
	font-size: .16rem;
	border-radius: .06rem;
}
.index_page {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
}

.mySwiper {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 3;
}

.swiper-slide {
	position: relative;
}

.banner_icon {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.banner_icon1 {
	display: block;
	width: 3.15rem;
	height: 3.15rem;
	position: absolute;
	left: 2.26rem;
	top: 1.23rem;
}

.banner_icon2 {
	display: block;
	width: 2.23rem;
	height: 2.23rem;
	position: absolute;
	right: 2.26rem;
	top: 4.29rem;
}

.banner_icon3 {
	display: block;
	width: 3.42rem;
	height: 2.75rem;
	position: absolute;
	left: 1.5rem;
	bottom: .2rem;
}

.banner_icon2-img {
	animation: suofang 4s 2s linear;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@-webkit-keyframes suofang {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.5)
	}
}

.banner_icon0 {
	animation: xuanzhuan 3s 2s linear;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@-webkit-keyframes xuanzhuan {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(45deg);
	}
}

.banner_icon3-img {
	animation: xuanzhuan1 3s 2s linear;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@-webkit-keyframes xuanzhuan1 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-45deg);
	}
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	color: #fff !important;
	width: 0.7rem !important;
	height: 0.7rem !important;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/jt_l.png) !important;
	box-shadow: 12px 12px 24px 0px rgba(0, 37, 11, 0.32), -12px -12px 24px 0px rgba(255, 255, 255, 0.16), 10px 10px 16px 0px rgba(0, 37, 11, 0.2), -10px -10px 16px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 1px 0px rgba(10, 78, 9, 0.12), inset -1px -1px 1px 0px rgba(28, 145, 91, 0.12);
	border-radius: 1rem;
	opacity: 1;
	left: .8rem !important;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .16rem .16rem !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	color: #fff !important;
	width: 0.7rem !important;
	height: 0.7rem !important;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/jt_r.png) !important;
	box-shadow: 12px 12px 24px 0px rgba(0, 37, 11, 0.32), -12px -12px 24px 0px rgba(255, 255, 255, 0.16), 10px 10px 16px 0px rgba(0, 37, 11, 0.2), -10px -10px 16px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 1px 0px rgba(10, 78, 9, 0.12), inset -1px -1px 1px 0px rgba(28, 145, 91, 0.12);
	opacity: 1;
	border-radius: 1rem !important;
	right: .8rem !important;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .16rem .16rem !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: .2rem !important;
}

.speciality_box {
	margin: 0 auto;
	position: relative;
}

.speciality {
	margin: 0 auto;
	height: 10.16rem;
	position: relative;
}

.speciality_content {
	position: relative;
	margin-top: 1.86rem;
	margin-left: 1.2rem;
}

.imgtitle {
	display: block;
	width: 4.99rem;
	margin-bottom: .6rem;
	position: relative;
	z-index: 2;
}

.imgtitle img {
	display: block;
	width: 4.29rem;
}

.circle_ {
	display: block;
	width: .26rem;
	height: .26rem;
	position: absolute;
	right: .3rem;
	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;
	}

}

.speciality_content .title {
	color: rgba(60, 64, 66, 1);
	font-size: .44rem;
	position: relative;
	z-index: 2;
}

.speciality_content .dec {
	color: rgba(0, 0, 0, 0.65);
	font-size: .14rem;
	margin-top: .3rem;
	width: 5.66rem;
	line-height: .28rem;
	position: relative;
	z-index: 2;
}

.rightbImg {
	position: absolute;
	right:-2rem;
	bottom: .64rem;
	width: 8rem;
}

.item_content {
	position: absolute;
	left: 0;
	bottom: 2.2rem;
	display: block;
	width: 7.94rem;
}

.item_content h1 {
	color: rgba(10, 10, 10, 1);
	font-size: .2rem;
	font-weight: 500;
}

.item_content h2 {
	color: rgba(10, 10, 10, 1);
	font-size: .24rem;
	margin-top: .36rem;
}

.item_content p {
	color: rgba(0, 0, 0, 0.65);
	font-size: .14rem;
	margin-top: .1rem;
}

._title_box {
	position: relative;
}

.showmoreCase {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(32, 151, 97, 1);
	font-size: .15rem;
	animation: moreMove 2s linear infinite;
	animation-direction: alternate;
	cursor: pointer;
}

@-webkit-keyframes moreMove {
	from {
		transform: translateX(-.2rem);
	}

	to {
		transform: translateX(.2rem);
	}
}

.showmoreCase img {
	display: block;
	width: .6rem;
}

.speciality_all {
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.speciality_content {
	flex: 1;
}

.speciality_menu {
	width: 5.97rem;
	height: 100%;
	position: relative;
}

.item_box {
	width: 3.69rem;
	position: absolute;
	top: 50%;
	left: 1.73rem;
	transform: translateY(-50%);
}

.checked_item_box_li {
	position: absolute;
	left: -1.2rem;
	top: 0.1rem;
	display: block;
	width: 1.2rem;
	transition: all .3s linear;
}

.item_box_li {
	margin-top: .6rem;
	cursor: pointer;
}

.item_box_li:nth-of-type(1) {
	margin-top: 0;
}

.item_box_li.hoverChecked .li_l_img h3 {
	color: rgba(32, 151, 96, 1) !important;
	transition: all .5s linear;
}

.speciality_menu .item_box_li .li_l_img {
	display: flex;
	align-items: center;
	position: relative;
}

.speciality_menu .item_box_li .li_l_img::before {
	content: '';
	display: block;
	width: 52%;
	height: .02rem;
	border-bottom: .01rem dashed rgba(0, 0, 0, 0.10);
	position: absolute;
	right: 0;
	bottom: 0;
}

.speciality_menu .item_box_li .li_l_img .img_small {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .24rem;
	position: relative;
	border-radius: .4rem;
}

.speciality_menu .item_box_li .li_l_img .img_small img {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
}

.item_box_li.hoverChecked .img_small::after {
	content: "";
	display: block;
	width: 1.44rem;
	height: 1.44rem;
	border: .03rem solid #209760;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: .4rem;
}

.speciality_menu .item_box_li .li_l_img .img_text h3 {
	color: rgba(10, 10, 10, 1);
	font-size: .2rem;
	margin-bottom: .15rem;
}

.speciality_menu .item_box_li .li_l_img .img_text p {
	color: rgba(0, 0, 0, 0.85);
	font-size: .14rem;
	line-height: .28rem;
}

.case_modes {
	margin: -.6rem auto 0;
	/*background: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/index_mode3-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	height: 15rem;
	position: relative;
}

.case_bgimg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	/*-webkit-filter: blur(6px);*/
}

.case_content {
	position: relative;
	width: calc(100% - 1.2rem);
	margin: 0 auto;
	z-index: 2;
}

.item_caseBox {
	padding-top: 2.4rem;
	margin-left: .9rem;
}

.img_title {
	width: 16.2rem;
}

.case_title {
	width: 5.5rem;
	margin-bottom: .67rem;
}

.case_title img {
	display: block;
	width: 4.8rem;
}

.case_title h1 {
	color: rgba(60, 64, 66, 1);
	font-size: .4rem;
}

.case_list {
	width: calc(100% - .9rem);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: .12rem;
}

.case_list .case_list_item {
	display: block;
	width: 5.1rem;
	position: relative;
	margin-bottom: .8rem;
	margin-right: calc((100% - 15.3rem) / 3);
	cursor: pointer;
}

.case_list .case_list_item:nth-of-type(3n) {
	margin-right: 0;
}

.case_modes .case_list .case_list_item ._item_caseCover {
	width: 5.1rem;
	border-radius: .24rem;
	overflow: hidden;
	height: 2.87rem;
	position: relative;
	box-shadow: 4px 4px 14px 2px rgba(15, 85, 181, 0.1);
		background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/logo_default.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: .6rem .6rem;
}

.case_list .case_list_item ._item_caseCover img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .2rem;
	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: .2rem;
	font-weight: bold;
}

.case_modes .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: .08rem;
}

.dodui_content {
	margin: 0 auto;
	height: 13.57rem;
	width: 100%;
	position: relative;

}

.bear {
	line-height: 13.57rem;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bear svg{
	width: 18.5rem;
	height: 13rem;
	margin: 0 0rem;
	margin-top: -.6rem;
}
#inside,#outside{
	font-size: .16rem;
	position: absolute;

}
#outside{
	left: .6rem;
}
.dodui_dongtai {
	position: relative;
	width: calc(100% - 1.2rem);
	/* margin: 0 1.2rem; */
	margin: 0 auto;
}

.dodui_title {
	font-size: .44rem;
	color: rgba(10, 10, 10, 1);
	text-align: center;
	padding-top: 2.8rem;
}

.dodui_dongtai_box {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: .4rem;
}

.dodui_dongtai_box ._item {
	width: 1.5rem;
	font-size: .18rem;
	line-height: .52rem;
	border-radius: .4rem;
	opacity: 1;
	border: 1px solid rgba(0, 0, 0, 0.16);
	text-align: center;
	color: rgba(0, 0, 0, 0.45);
	cursor: pointer;
}

.dodui_dongtai_box ._item:nth-of-type(1) {
	margin-right: .24rem;
}

.dodui_dongtai_box ._item.active_dongtai {
	background: #209760;
	border: 1px solid #209760;
	color: #fff;
}

.dodui_list {
	width: calc(100% - 1.8rem);
	margin: .2rem auto 0;
}

.dodui_list .case_list_item {
	display: block;
	position: relative;
	margin-top: .3rem;
	margin-right: .32rem;
	width: 3.8rem;
	margin-bottom: 0;
}

.dodui_list .case_list_item:nth-of-type(4n) {
	margin-right: 0 !important;
}

.dodui_list .case_list_item ._item_caseCover {
	width: 3.8rem;
	overflow: hidden;
	height: 2.6rem;
	border-radius: .16rem;
	position: relative;	
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/logo_default.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: .6rem .6rem;
}

.dodui_list .case_list_item ._item_caseCover img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s linear;
	transform: scale(1);
}

.dodui_list .case_list {
	width: 100%;
}

.dodui_list .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;
}

.hangye_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.hangye_list ._hangye_item {
	display: flex;
	align-items: center;
	width: 30%;
	margin-top: .4rem;
	cursor: pointer;
}

.hangye_list ._hangye_item:nth-of-type(3n-1) {
	margin-left: .78rem;
	margin-right: .78rem;
}

.hangye_list ._hangye_item i {
	display: block;
	width: .1rem;
	height: .1rem;
	border-radius: .1rem;
	opacity: 1;
	border: .02rem 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 time {
	color: rgba(0, 0, 0, 0.25);
	font-size: .16rem;
}

.hangye_list ._hangye_item:hover p {
	color: rgba(32, 151, 96, 1)
}

.doduiTime {
	width: 100%;
	height: 6.2rem;
	/*background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/body_bg02.png);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.doduiTime .doduiTime_content {
	color: #fff;
	left: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.doduiTime_ {
	height: 6.2rem;
	background-image: url(https://dodui-gw2023.oss-cn-hangzhou.aliyuncs.com/pc/index_mode5-bg.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.doduiTime .doduiTime_content .time_text1 {
	color: rgba(255, 255, 255, 1);
	font-size: .2rem;
}

.doduiTime .doduiTime_content .times {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-top: .6rem;
}

.doduiTime .doduiTime_content .times>div {
	width: .6rem;
	height: .76rem;
	background: #FFFFFF;
	border-radius: .12rem;
	opacity: 1;
	color: rgba(32, 151, 96, 1);
	font-size: .7rem;
	background: #fff;
	text-align: center;
	margin-right: .06rem;
	font-family: 'DIN';
	position: relative;
}

.doduiTime .doduiTime_content .times>div span {
	line-height: 1.3;
	font-size: .7rem;
}

.doduiTime .doduiTime_content .times label {
	color: rgba(255, 255, 255, 1);
	font-size: .36rem;
	margin-right: 0.06rem;
}

.doduiTime .doduiTime_content .time_text2 {
	color: rgba(255, 255, 255, 1);
	font-size: .26rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: .8rem;
}

.doduiTime .doduiTime_content .time_text2 span {
	text-decoration: underline;
	font-family: 'DIN_i';
}

.doduiTime .doduiTime_content .time_text2 img {
	display: block;
	width: .24rem;
	height: .24rem;
	padding: 0 .08rem;
}

.doduiTime .doduiTime_content .time_text3 {
	color: rgba(255, 255, 255, 1);
	font-size: .16rem;
	margin-top: .16rem;
}

.doduiTime .doduiTime_content .time_text4 {
	color: rgba(255, 255, 255, .9);
	font-size: .14rem;
	margin-top: .16rem;
}

.partners {
margin: auto;
    width: calc(100% - 3rem);
    position: relative;
    padding-bottom: .6rem;
    overflow: hidden;
}

.partners .partners_content h1 {
	color: rgba(10, 10, 10, 1);
	font-size: .44rem;
	padding-top: .8rem;
	margin-bottom: .52rem;
}
.mySwiper_partners .swiper-wrapper{
	flex-wrap: wrap;
    justify-content: space-between;
}
.mySwiper_partners .swiper-slide {
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 100%;
	    margin: .15rem;
}

.mySwiper_partners .swiper-slide a {
	display: block;
	border-radius: 1.9rem;
	width: 1.9rem;
	height: 1.9rem;
	position: relative;
}

.mySwiper_partners .swiper-slide a::before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 100%;
}

.mySwiper_partners .swiper-slide a img:nth-of-type(2) {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	-webkit-filter: grayscale(100%);
	border-radius: 1.9rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.mySwiper_partners .swiper-slide a img:nth-of-type(1) {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 1.9rem;
	position: relative;
	-webkit-filter: grayscale(0) !important;
}

.hoverCheckedLogo::before {
	content: "";
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border: 2px solid #209760 !important;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hoverCheckedLogo img {
	-webkit-filter: grayscale(0) !important;
}

.dodui_content .case_list .case_list_item {
	margin-right: .32rem;
}

.dodui_content .case_list .case_list_item:nth-of-type(4n) {
	margin-right: 0;
}

/*.dodui_content .case_list .case_list_item:nth-of-type(2n+1){
	margin-right: 3.2rem;
}*/
.dodui_content .logo_face_case {
	bottom: .6rem;
	left: .35rem;
	
}
.bear_animation{
	animation-name: bear_in;
	animation-duration: 500ms;
}
@keyframes bear_in{
	0%{
		transform: translate(-300%);
	}
	100%{
		transform: translate(0%);
	}
}
.case_modes .logo_face_case {
	bottom: .8rem;
}

.speciality .logo_face {
	bottom: .8rem !important;
}

.bottomFooter {
	margin: -.7rem auto 0 !important;
}
.hover_ceng{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.87rem !important;
    background: rgba(0, 0, 0, .45);
    z-index: 9;
    border-radius: 0.24rem;
}
