* {
	padding: 0;
	margin: 0;
}

/* 案例列表 */
.anli_body {
	background: #F7F7F7;
	padding-top: 0.7rem;
	padding-bottom: 1rem;
}

.anli_body .main15 {
	display: flex;
	justify-content: space-between;
}
.anli_fl{
    position: relative;
    width: 3rem;
    margin-right: 0.73rem;
}
.anli_nav {
	width: 3rem;
	border-radius: 0.6rem 0.1rem 0rem 0rem;
	overflow: hidden;
	box-sizing: border-box;
	position: sticky;
	top: 0rem;
}

.anli_nav .anli_name {
	width: 100%;
	padding: 0.37rem 0;
	box-sizing: border-box;
	background: #204FA9;
	font-weight: bold;
	font-size: 0.3rem;
	color: #FFFFFF;
	text-align: center;
}

.anli_nav .anli_url {
	padding: 0 0.27rem 0.47rem;
	background: #FFFFFF;
}

.anli_nav .anli_url a {
	width: 100%;
	border-bottom: 0.01rem solid #EDEDED;
	padding-bottom: 0.14rem;
	padding-top: 0.18rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	cursor: pointer;
	position: relative;
}

.anli_nav .anli_url a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	border-top: 0.01rem solid #DF5527;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.anli_nav .anli_url a i {
	width: 0.04rem;
	height: 0.16rem;
	background: #DDD;
	margin-right: 0.08rem;
}

.anli_nav .anli_url a:hover,
.anli_nav .anli_url a.act {
	font-weight: bold;
	color: #204FA9;
}

.anli_nav .anli_url a:hover i,
.anli_nav .anli_url a.act i {
	background: #DF5527;
}

.anli_nav .anli_url a:hover::before,
.anli_nav .anli_url a.act::before {
	width: 100%;
}

.anli_list {
	width: calc(100% - 3.73rem);
}

.anli_list .anli_content {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.anli_list .anli_item {
	width: 3.55rem;
	height: 3.08rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	overflow: hidden;
}


.anli_list .anli_item .anli_img {
	width: 100%;
	height: 2.37rem;
	overflow: hidden;
}

.anli_list .anli_item .anli_title {
	width: 100%;
	height: calc(100% 2.37rem);
	padding: 0.23rem 0.21rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	text-align: center;
}

.anli_list .anli_item:hover {
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
}

.anli_list .anli_item:hover .anli_title {
	color: #204FA9;
	font-weight: bold;
}





/* 案例详情 */
.view_body {
	width: 100%;
	margin-top: 1rem;
	padding-top: 0.64rem;
	background: #F7F7F7;
	padding-bottom: 1.14rem;
}




.tuandui_body {
	width: 100%;
	position: relative;
	padding-bottom: 0.8rem;
	box-sizing: border-box;
}

.tuandui_body .anli_view {
	position: absolute;
	width: 6.64rem;
	height: auto;
	top: 0.34rem;
	right: 0;
}

.tuandui_body .anli_view .view_title {
	font-weight: bold;
	font-size: 0.35rem;
	color: #204FA9;
	width: 100%;
	margin-bottom: 0.16rem;
}

.tuandui_body .anli_view .view_type b {
	color: #8E8E8E;
	font-weight: 400;
}

.tuandui_body .anli_view .view_type {
	font-weight: 400;
	font-size: 0.18rem;
	color: #DF5527;
	margin-bottom: 0.45rem;
}

.tuandui_body .anli_view .view_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #DF5527;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	cursor: pointer;
}
.tuandui_body .anli_view .view_more:hover{
	background: #204FA9;
}






.tuandui_body .anli_view .view_hr {
	width: 6.64rem;
	height: 0rem;
	border-top: 0.01rem dashed #E2E2E2;
	margin: 0.25rem 0;
}

.tuandui_body .anli_view .view_list .view_li {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #8E8E8E;
	margin-bottom: 0.11rem;
	width: 100%;
}

.tuandui_body .anli_view .view_list .view_li img {
	max-width: 0.2rem;
	max-height: 0.2rem;
	object-fit: contain;
	margin-right: 0.07rem;
}

.tuandui_txt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.tuandui_txt .content-container {
	position: relative;
	overflow: hidden;
	width: 7.5rem;
	height: 5rem;
}

.tuandui_txt .content-slider {
	display: flex;
	height: 5rem;
	transition: transform 0.3s ease;
}

.tuandui_txt .content-container .content-slide {
	width: 7.5rem;
	overflow: hidden;
	position: relative;
	flex: 0 0 100%;
	height: 5rem;
}

.tuandui_txt .tab-container {
	position: relative;
	width: 6.64rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tuandui_txt .tab-container .tab-wrapper {
	width: 6.05rem;
	overflow: hidden;
}

.tuandui_txt .tab-container .tab-wrapper .tab-slider {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}

.tuandui_txt .tab-container .tab-slide {
	width: 1.13rem !important;
	height: 0.77rem;
	overflow: hidden;
	margin-right: 0.1rem;
	flex: 0 0 auto;
	padding: 0.05rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tuandui_txt .tab-container .tab-slide:last-child {
	margin-right: 0;
}

.tuandui_txt .tab-container .tab-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tuandui_txt .tab-container .tab-slide.active {
	border: 0.01rem solid #DF5527;
}

.tuandui_txt .prev,
.tuandui_txt .next {
	/* position: absolute; */
	width: 0.13rem;
	height: 0.07rem;
	border: none !important;
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.tuandui_txt .prev {
	background: url(../img/left.png) center no-repeat;
	background-size: contain;
}

.tuandui_txt .next {
	background: url(../img/right.png) center no-repeat;
	background-size: contain;
}

.tuandui_txt .prev:hover,
.tuandui_txt .next:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}




.view_about {
	width: 15rem;
	height: auto;
	border-radius: 0.1rem;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	background: #fff url(../img/index_bg2.png) center bottom no-repeat;
	background-size: contain;
}
.view_lanmu1{
	width: 100%;
	justify-content: center;
}
.view_lanmu1 .view_namecn {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.45rem;
	color: #000000;
	line-height: 0.62rem;
	margin-bottom: 0.16rem;
}

.view_lanmu1 .view_namecn span {
	position: relative;
}

.view_lanmu1 .view_namecn span::before {
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 0.38rem;
	background: url(../img/index_about_icon.png) center no-repeat;
	right: -0.34rem;
	top: -0.2rem;
}

.view_lanmu1 .view_nameen {
	width: 100%;
	text-align: center;
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #AFAFAF;
	line-height: 0.3rem;
	text-transform: uppercase;
}

.view_body .view_cont1 {
	width: 100%;
	font-weight: 300;
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	margin-top: 0.54rem;
}

.jiance_body {
	display: flex;
	gap: 0.32rem;
	margin-bottom: 1.2rem;
}

.jiance_item {
	width: 4.79rem;
	min-height: 6.2rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.05);
	border-radius: 0.2rem;
	margin-top: 1.1rem;
	position: relative;
}

.jiance_item:hover {
	background: #fff url(../img/logo_icon.png) center bottom no-repeat;
	background-size: 2.42rem 3.04rem;
}

.jiance_item .jiance_bor {
	position: absolute;
	width: 0.91rem;
	height: 0.91rem;
	border: 0.01rem dashed #204FA9;
	top: -0.45rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.jiance_item .jiance_icon {
	position: absolute;
	width: 0.75rem;
	height: 0.75rem;
	background: #204FA9;
	border-radius: 50%;
	top: -0.37rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans-Semibold;
	font-weight: 600;
	font-size: 0.3rem;
	color: #FFFFFF;
	z-index: 9;
}

.jiance_item:hover .jiance_bor {
	border: 0.01rem dashed #DF5527;
}

.jiance_item:hover .jiance_icon {
	background: #DF5527;
}

.jiance_item .jiance_list {
	position: relative;
	padding: 0.82rem 0.39rem 0.76rem;
	box-sizing: border-box;
	/* background: #fff; */
}

.jiance_item .jiance_list .jiance_li {
	width: 100%;
	border-bottom: 0.01rem dashed #D8D8D8;
	padding-bottom: 0.2rem;
	margin-bottom: 0.23rem;
	cursor: pointer;
}

.jiance_item .jiance_list .jiance_li:hover {
	border-bottom: 0.01rem dashed #204FA9;
}

.jiance_item .jiance_list .jiance_li .jiance_title {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 0.2rem;
	color: #000000;
}

.jiance_item .jiance_list .jiance_li:hover .jiance_title {
	color: #204FA9;
}

.jiance_item .jiance_list .jiance_li .jiance_title i {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #DF5527;
	margin-right: 0.1rem;
	border-radius: 50%;
}

.jiance_item .jiance_list .jiance_li .jiance_cont {
	font-weight: 400;
	font-size: 0.16rem;
	color: #555555;
	line-height: 0.25rem;
	padding-top: 0.13rem;
}

.about_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.72rem;
	width: 100%;
	margin-bottom: 0.65rem;
}

.about_txt .about_img {
	width: 6.4rem;
	height: 4.1rem;
	overflow: hidden;
	border-radius: 0.2rem 0.2rem 0.2rem 0.8rem;
}

.about_txt .about_img img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.about_txt .about_img:hover img {
	transform: scale(1.1);
}

.about_txt .about_body {
	width: 6.66rem;
	height: auto;
}

.about_txt .about_body .about_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.25rem;
	color: #204FA9;
	line-height: 0.35rem;
	margin-bottom: 0.22rem;
}

.about_txt .about_body .about_cont {
	width: 100%;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	line-height: 0.35rem;
	text-align: justify;
	margin-bottom: 0.43rem;
}

.about_txt .about_body .about_more {
	width: 1.6rem;
	height: 0.5rem;
	background: #204FA9;
	border-radius: 0.07rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_txt .about_body .about_more i {
	display: block;
	width: 0.14rem;
	height: 0.07rem;
	background: url(../img/more_jiantou.png) center no-repeat;
	background-size: contain;
	margin-left: 0.13rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.about_txt .about_body .about_more:hover {
	background: #DF5527;
}

.about_txt .about_body .about_more:hover i {
	margin-left: 0.2rem;
}

.about_num {
	display: flex;
	justify-content: space-between;
}

.about_num .stat-item .stat-value,
.about_num .stat-item .stat-value .scroll_num {
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.8rem;
	color: #DF5527;
	line-height: 0.67rem;
	position: relative;
}

.about_num .stat-item .stat-value .stat-unit {
	font-weight: bold;
	font-size: 0.16rem;
	color: #DF5527;
	position: absolute;
	top: -0.2rem;
	margin-left: 0.15rem;
}

.about_num .stat-item .stat-title {
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.16rem;
}






.anli_tuijian{
	margin-top: 1.28rem;
}
.anli_tuijian .tuijian_name{
	font-weight: bold;
	font-size: 0.45rem;
	color: #204FA9;
	margin-top: 0.6rem;
}
#lists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
	gap: 0.26rem;
}



.anli_content .anli_item {
	width: 3.55rem;
	height: 3.08rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	overflow: hidden;
}



.anli_content .anli_item .anli_img {
	width: 100%;
	height: 2.37rem;
	overflow: hidden;
}

.anli_content .anli_item .anli_title {
	width: 100%;
	height: calc(100% 2.37rem);
	padding: 0.23rem 0.21rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.25rem;
	text-align: center;
}

.anli_content .anli_item:hover {
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
}

.anli_content .anli_item:hover .anli_title {
	color: #204FA9;
	font-weight: bold;
}





.view_body form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.2rem 0.5rem 0.72rem;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0.1rem;
	margin-top: 0.97rem;
}
.view_body form .view_cont1{
	margin-bottom: 0.77rem;
}
.user_list2{
	width: 100% !important;
}
.user_list {
	width: 4.38rem;
	height: auto;
	margin-bottom: 0.41rem;
	margin-right: 0.43rem;
}

.user_list:nth-child(3n) {
	margin-right: 0;
}

.user_title {
	width: 100%;
	font-weight: 600;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.38rem;
	margin-bottom: 0.13rem;
}

.user_title b {
	color: #FF0000;
	padding-right: 0.04rem;
}
.user_input input {
	width: 100%;
	height: 0.56rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333;
	display: block;
	padding-left: 0.15rem;
	box-sizing: border-box;
	background: rgba(255,255,255,0.46);
	border: 0.01rem solid #E5E5E5;
}

.user_input input::placeholder {
	color: #9A9A9A;
}

.user_text {
	width: 100%;
	float: left;
}

.user_text textarea {
	width: 100%;
	height: 2rem;
	background: rgba(255, 255, 255, 0.46);
	border: 0.01rem solid #E5E5E5;
	padding: 0.15rem 0.12rem;
	box-sizing: border-box;
}

.user_text textarea::placeholder,
.user_input input::placeholder {
	color: #9A9A9A;
	font-weight: 400;
	font-size: 0.16rem;
}

.submit {
	width: 1.6rem;
	height: 0.5rem;
	background: #204FA9;
	border-radius: 0.05rem;
	font-weight: bold;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	display: block;
	margin: 0.41rem auto 0rem;
	cursor: pointer;
}
.submit:hover{
	background: #DF5527;
}









/* 单选按钮 */
.radio {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}

.radio-container {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 0.16rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 1.12rem;
}

.radio-container:last-child {
	margin-right: 0;
}

/* Hide the browser default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	border: 0.01rem solid #707070;
	margin-right: 0.11rem;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
	background: #DF5527;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background: #DF5527;
	border: 0.01rem solid #DF5527;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 0.07rem;
	left: 0.04rem;
	width: 0.07rem;
	height: 0.07rem;
	background: #FFFFFF;
	border-radius: 50%;
}




