body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	
	margin:auto;
	overflow-x:hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	}
html{scroll-behavior: smooth}
@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--cf-000-e, #CF000E);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}

.header{
	width:100%;
	float:left;
	display: flex;
	padding: 0.75rem 5.2vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--Color-2, #F9FAFB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.logo{
	
	display: flex;
	align-items: center;
}
.logo img{
	max-width:100%;
	height:30px;

}
.blog{
	width:auto;
	display: flex;
	align-items: center;
}
.blog a{
	padding: 0.75rem 0;
	width: 12.5rem;
	border-radius: 2rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 50px 100px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inban{
	width:100%;
	float:left;
	margin-top:7.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 5.2vw;
}
.inban .pic{
	width:50%;
	border-radius: 1rem;
	position:relative;
	overflow:hidden;
}
.inban .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inban .pic:hover img{
	transform: scale(1.05);
}
.inban .tex{
	width:47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inban .tex .a01{
	width:100%;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inban .tex .a01 dl dt{
	color: var(--Color-3, #FC992C);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inban .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inban .tex .sm{
	width:100%;
	display:flex;
	align-items: center;
}
.inban .tex .sm .b1{
	display: flex;
	padding: 1.28rem 1.78rem 1.28rem 1.81rem;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 25px 50px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: zt4;
	margin-right:1.0rem;
}
.inban .tex .sm .b1::after{
	margin-left:1.09rem;
	width:1.5rem;
	height:1.5rem;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inban .tex .sm .b2{
	display: flex;
	padding: 1.28rem 2.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	border: 1px solid var(--6-b-7280, #6B7280);
	color: var(--6-b-7280, #6B7280);
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background: var(--Color-2, #F9FAFB);
}
.intit{
	width:100%;
	float:left;
	text-align:center;
	color: var(---333, #333);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit.texl{
	text-align:left;
}
.intit.white{
	color:#FFF;
}
.index01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .idea{
	width:32.5%;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.03);
	padding:3.16rem;
	padding-right:5.56rem;
}
.index01 .idea h1{
	color: var(---333, #333);
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.index01 .idea ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .idea ul li{
	width:100%;
	display: flex;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.5rem;
}
.index01 .idea ul li img{
	max-width:3.125rem;
	min-width:3.125rem;
	margin-right:1.25rem;
}
.index01 .acum{
	width:32.5%;
	border-radius: 1.25rem;
	background: var(--Color, #2563EB);
	/* Drop Shadow */
	box-shadow: -15px 50px 100px 0 rgba(0, 43, 255, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	padding: 3.16rem 1.88rem 2.5rem 1.88rem;
}
.index01 .acum h2{
	color: var(---white, #FFF);
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
	line-height: normal;
}
.index01 .acum ul{
	margin-top:2.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .acum ul li{
	width:calc(50% - 0.47rem);
	border-radius: 1rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding: 1.25rem 1.81rem 1.44rem 1.25rem;
}
.index01 .acum ul li dl dt{
	color: var(--Color-3, #FC992C);
	
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .acum ul li dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .acum .sm{
	margin-top:1.25rem;
	border-radius: 1rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	padding: 0.88rem 4.44rem 0.88rem 1.25rem;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.075rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .acum .sm img{
	margin-right:1.06rem;
	max-width:1.9375rem;
}
.index01 .mediul{
	width:32.5%;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.03);
	padding:2.5rem 3.13rem;
}
.index01 .mediul h3{
	color: var(---333, #333);
	text-align: center;
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .mediul ul{
	margin-top:2.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .mediul ul li{
	width:45%;
}
.index01 .mediul ul li .pic{
	overflow:hidden;
}
.index01 .mediul ul li .pic img{
	max-width:3.75rem;
}
.index01 .mediul ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1.32rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .mediul ul li dl dd{
	margin-top:1.0rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innum ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	max-width:16.8%;
	text-align:center;
}
.innum ul li dl dt{
	color: var(---333, #333);
	
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dt i{
	font-size: 2.2rem;
	text-transform: capitalize;
}
.innum ul li dl dd{
	margin-top:1.25rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.premii{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.premii h4{
	color: var(--6-b-7280, #6B7280);
	text-align: center;
	
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.premii ul{
	margin-top:1.3rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.premii ul li{
	width:auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.premii ul li img{
	width:auto;
	height:auto;
	max-width:8.875rem;
}
.premii ul .sx{
	width:1px;
	height: 5.1875rem;
	background: #E0E0E0;
	margin-left:4.75rem;
	margin-right:4.75rem;
}

.inwrap2{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	margin-top:10rem;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Derul{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	/* 0-10-40-0.03 */
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
}
.Derul-l{
	width:44.4%;
	border-radius: 1rem;
	overflow:hidden;
}



.Derul-r{
	width: 55.6%;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.Derul-r h5{
	margin-top:0.62rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.Derul-r ul{
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Derul-r ul li{
	width:100%;
	margin-top:1.88rem;
}
.Derul-r ul li dl dt{
	color: var(--6-b-7280, #6B7280);
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.Derul-r ul li dl dd{
	margin-top:1.25rem;
}
.Derul-r ul li .sm{
	display: flex;
	padding: 1.0625rem 9.6875rem 1.0625rem 1.25rem;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--Color-2, #F9FAFB);
	color: var(--6-b-7280, #6B7280);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bk{
	width:100%;
	padding: 1.125rem 0.625rem 1.0625rem 0.625rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--6-b-7280, #6B7280);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
select{
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
	outline:none;
}
input{
	outline: none;
}

.radio,.checkbox {
	width: 1.2rem;
	height: 1.2rem;
	min-width:1.2rem;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
	margin-right:1.0rem;
}
.checkbox {
	border-radius: 0.3rem;   /**复选框的圆角要小一些**/
}
.error-input{ border:1px solid #FC992C}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background-color: #FC992C;
	border: solid 1px #FC992C;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.djanniu{
	width:100%;
	display:flex;
	margin-top:2.5rem;
}
.djanniu a{
	width:100%;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 25px 50px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	display: flex;
	padding: 1.28125rem 0;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.swiper{
	width: 100%;
	height: auto;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cespun01{
	width:100%;
	border-radius: 1rem;
	background: var(--Color-2, #F9FAFB);
	padding: 3.75rem 1.5625rem;
	border: 1px solid var(--Color-2, #F9FAFB);
	transition: all 0.6s;
}
.cespun01 dl dt{
	color: var(--6-b-7280, #6B7280);
	font-size: 1.325rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cespun01 dl dd{
	margin-top:2.5rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	
	font-size: 1.325rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun01 dl dd img{
	margin-right:0.62rem;
	max-width:3.75rem;
}
.cespun01:hover{
	border: 1px solid var(--Color-3, #FC992C);
	background: var(--Color-4, rgba(252, 153, 44, 0.10));
}
.cespun01:hover dl dd{
	color: var(--Color-3, #FC992C);
}

.cespun02{
	width:100%;
	transition: all 0.6s;
}
.cespun02 dl dt{
	overflow:hidden;
	border-radius: 1rem;
}
.cespun02 dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cespun02:hover dl dt img{
	transform: scale(1.05);
}
.cespun02 dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	
	font-size: 2.0875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun02:hover dl dd{
	color:var(--Color, #2563EB);
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	border-radius: 2.5rem 2.5rem 0 0;
	background: var(---dark, #212426);
	padding:5.0rem 8.33vw;
	padding-bottom:10rem;
	text-align: center;
}
.foot .dblogo{
	overflow:hidden;
	margin-bottom:2.5rem;
}
.foot dl dt{
	margin-top:0.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot dl dt p{
	margin-top:0.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot dl dd{
	margin-top:3.75rem;
	color: var(--6-b-7280, #6B7280);
	
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.foot dl dd a{
	margin-left:0.31rem;
	margin-right:0.31rem;
	color: var(--6-b-7280, #6B7280);
}

.nymain{
	width:100%;
	float:left;
	padding:0 12.5vw;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.prolist ul li .pic{
	width:27.3%;
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li .pic:hover img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:66.4%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding-top:2.5rem;
	position:relative;
}
.prolist ul li .tex .sm{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.prolist ul li .tex::before{
	width:0px;
	height:3px;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:var(--Color-3, #FC992C);
	transition: all 0.6s;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.prolist ul li .tex .more{
	display:flex;
	margin-top:0;
	height:0;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li .tex .more a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.5rem;
	background: var(--Color-3, #FC992C);
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.prolist ul li:hover .tex .more{
	margin-top:2.5rem;
	height:auto;
}
.prolist ul li:hover .tex::before{
	width:100%;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #2563EB);
	background: var(--Color, #2563EB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #2563EB);
	background: var(--Color, #2563EB);
	color:#FFF;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding: 3.75rem 7.5rem;
	border-radius: 1.5rem;
	background: var(--Color-2, #F9FAFB);
}
.newtit{
	width:100%;
	float: left;
	color: var(---333, #333);
	
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newdate{
	width:100%;
	float:left;
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.newtex{
	width:100%;
	float:left;
	margin-top:5.0rem;
	color: var(---666, #666);
	
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.Share{
	width:100%;
	margin-top:3.75rem;
	float:left;
	text-align:center;
}
.Share dl dt{
	color: var(---black, #000);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.Share dl dd{
	margin-top:0.94rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Share dl dd a{
	margin-left:0.47rem;
	margin-right:0.47rem;
	display:flex;
}
.Share dl dd a img{
	max-width:2.0rem;
}


.back{
	width:3.125rem;
	position:fixed;
	right:2.25rem;
	bottom:6.88rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.28rem 6.4rem;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 25px 50px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width:22rem;
}

.show{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.show h1{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.75rem;
}
.show ul li{
	width:49%;
	margin-top:2.5rem;
}
.show ul li dl dt{
	color: var(--6-b-7280, #6B7280);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show ul li dl dd{
	margin-top:1.25rem;
}
.show ul li.w100{
	width:100%;
}
.show .sm{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	height: 4rem;
	padding: 0 1.25rem;
	align-items: center;
	color: var(--6-b-7280, #6B7280);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.5rem;
	background: var(--Color-2, #F9FAFB);
}


.radio-group {
            display: flex;
            flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
        }
		.theme-primary{
			width:32.4%;
		}
        
        /* 隐藏原生单选框 */
        .radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        /* 自定义单选框容器 - 添加外边框 */
        .radio-option {
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 1.25rem;
            border-radius: 0.5rem;
            border: 1px solid #e0e0e0;
            background-color: #fff;
            position: relative;
        }
        
        /* 选中时的外边框颜色变化 */
        .radio-input:checked ~ .radio-option {
            border-color: var(--Color-3, #FC992C);
            background: var(--Color-4, rgba(252, 153, 44, 0.10));
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
        }
        
        /* 悬停效果 */
        .radio-option:hover {
           border-color: var(--Color-3, #FC992C);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* 选中时的悬停效果 */
        .radio-input:checked ~ .radio-option:hover {
            border-color: var(--Color-3, #FC992C);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.15);
        }
        
        /* 禁用状态 */
        .radio-input:disabled ~ .radio-option {
            opacity: 0.6;
            cursor: not-allowed;
            background-color: #f5f5f5;
            border-color: #e0e0e0;
        }
        
        .radio-input:disabled ~ .radio-option:hover {
            transform: none;
            border-color: #e0e0e0;
            box-shadow: none;
        }
        
        /* 自定义单选框样式 */
        .custom-radio {
            position: relative;
            width: 1.0rem;
            height: 1.0rem;
            border: 1px solid #bdc3c7;
            border-radius: 0.25rem;
            margin-right: 1.25rem;
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }
        
        /* 选中时的单选框颜色变化 */
        .radio-input:checked ~ .radio-option .custom-radio {
            border-color: var(--Color-3, #FC992C);
        }
        
        /* 选中时的内部圆点 */
        .custom-radio::after {
            content: '';
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .custom-radio::after {
            background-color: var(--Color-3, #FC992C);
        }
        
        .radio-label-content {
            display: flex;
            align-items: center;
            color: var(--6-b-7280, #6B7280);
			
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
            user-select: none;
        }
        
        .label-text {
            flex-grow: 1;
        }
        
        /* 选中时的标签文字样式 */
        .radio-input:checked ~ .radio-option .radio-label-content {
            color: var(--6-b-7280, #6B7280);
        }
        
        /* 选中指示器 */
        .selected-indicator {
            position: absolute;
            top: -10px;
            right: 15px;
            background-color: var(--Color-3, #FC992C);
            color: white;
            font-size: 0.9rem;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 10px;
            opacity: 0;
            transform: translateY(5px);
            transition: all 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .selected-indicator {
            opacity: 1;
            transform: translateY(0);
        }
        
        
        
        

        

        

        
        /* 响应式调整 */
        @media (max-width: 768px) {
      
            
            .content {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
        
            
            .radio-option {
                padding: 12px 15px;
            }
        }


.bdan{
	width:100%;
	float:left;
	text-align:center;
	margin-top:6.25rem;
}
.bdan dl dt{
	color: var(--Color-3, #FC992C);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.bdan dl dd{
	margin-top:2.5rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:6.25rem;
}
.bdan img{
	max-width:39%;
}


.fudong{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background: var(--Color, #2563EB);
	padding:1.0rem 5.2vw;
	
	color:#FFF;
	font-size:1.5rem;
	text-align:center;
	z-index:99;
}
.fudong a{
	color:#FFF;
}
.fudong .gb01{
	width:2.0rem;
	height:2.0rem;
	position: fixed;
	bottom:2.0rem;
	right:0.1rem;
	z-index:9999;
	background-image:url(../img/Vector.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	cursor:pointer;
}

.derlm{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.derlm .a01{
	width:50%;
	display: flex;
	height: 4.5rem;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #E0E0E0 0%, #FFF 100%);
	color: var(---333, #333);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.derlm .a01::after{
	width: 2.5rem;
	height: 0.125rem;
	background: var(--Color, #2563EB);
	position:absolute;
	bottom:0;
	left:calc(50% - 1.25rem);
	z-index:1;
	opacity:0;
	content:'';
	display:inline-block;
}
.derlm .a01:hover::after{
	opacity:1;
}
.derlm .a01.cur::after{
	opacity:1;
}
.derlm .a01.cur{
	background:#FFF;
}
.dertex{
	width:100%;
	padding:5.0rem 5.0rem 0rem 7.0rem;
}

.innews{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innews ul{
	display: flex;
	flex-wrap: wrap;
}
.innews ul li{
	width:calc(33.9% - 1.88rem);
	margin-right:1.88rem;
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.03);
	background-color:#FFF;
	border-radius:1.25rem;
	overflow:hidden;
}
.innews ul li:nth-child(3n){
	margin-right:0px;
}
.innews ul li .pic{
	overflow:hidden;
}
.innews ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innews ul li:hover .pic img{
	transform: scale(1.05);
}
.innews ul li .tex{
	padding:2.5rem;
}
.innews ul li .tex dl dt{
	font-size:1.0rem;
	color:var(--Color-3, #FC992C);
	line-height:100%;
}
.innews ul li .tex dl dd{
	margin-top:0.62rem;
	font-size:1.25rem;
	line-height:150%;
}
.innews ul li .tex dl dd i{
	font-size:1.0rem;
}

.inmore2{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:3.75rem;
}
.inmore2 a{
	padding:0.75rem 2.5rem;
	border-radius:0.62rem;
	color:var(--Color-3, #FC992C);
	border:1px solid var(--Color-3, #FC992C);
	font-size:1.0rem;
}



.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart2{
	margin-top:2.5rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart10{
	margin-top:10rem;
}
.red{
	color: var(--da-2122, #DA2122);
}
.gree{
	color: var(---Green-1, #219653);
}
.blue{
	color: var(--Color, #2563EB);
}

.tanc{
	left:0; 
	top:0rem;
	position: fixed;
	width:100%;
	height:100%;
	z-index:99999;
	display: none;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(0,0,0,0.3);
}
.tanc01 .con{
	width:60%;
	position:absolute;
	left:20%;
	top:3vh;
	z-index:99;
	background-color:#FFF;
	padding:2.0rem;
	height:94vh;
	overflow-y:scroll;
}
.tanc01 .con .show{
	position:relative;
}
.tanc01 .con .show .gb{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	top:0rem;
	right:0rem;
	z-index:5;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ybtp{ width:88px; position:fixed; top:5rem;left:10px; }
.ybtp img{ width:100%;}







.pc{
	display: block;
}
.moblie{
	display: none;
}



}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){






	
}

@media (min-width:1000px) and (max-width:1360px){


















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}

.main{
	width: 100%;
	float:left;
	padding:0px 5.5vw;
}
.header{
	width:100%;
	float:left;
	display: flex;
	padding: 2.5rem 5.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	background: var(--Color-2, #F9FAFB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position:relative;
}
.logo{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img{
	max-width:90%;
	max-height:5rem;
}
.blog{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0;
	display:none;
}
.blog a{
	padding: 0.5rem 1.0rem;
	border-radius: 4rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -30px 100px 200px 0 rgba(255, 153, 0, 0.20), -40px 80px 200px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inban{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 5.5vw;
	margin-top:2.0rem;
	position: relative;
}
.inban .pic{
	width:100%;
	border-radius: 1rem;
	position:relative;
	overflow:hidden;
}
.inban .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inban .pic:hover img{
	transform: scale(1.05);
}
.inban .tex{
	width:calc(100% - 11vw);
	position:absolute;
	left:5.5vw;
	top:0;
	z-index:2;
	padding:3.0rem 1.38rem;
}
.inban .tex .a01{
	width:100%;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inban .tex .a01 dl dt{
	color: var(--Color-3, #FC992C);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inban .tex .a01 dl dd{
	margin-top:1.25rem;
	color: #fff;
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inban .sm{
	width:100%;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inban .sm .b1{
	width:100%;
	display: flex;
	padding: 1.0rem 1.78rem;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 25px 50px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: zt4;
	margin-right:1.0rem;
}
.inban .sm .b1::after{
	margin-left:1.09rem;
	width:1.5rem;
	height:1.5rem;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inban .sm .b2{
	width:100%;
	display: flex;
	padding: 1.0rem 2.25rem;
	justify-content: center;
	align-items: center;
	color: var(--6-b-7280, #6B7280);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	padding:3rem 5.5vw;
	background: var(--Color-2, #F9FAFB);
}
.intit{
	width:100%;
	float:left;
	text-align:center;
	color: var(---333, #333);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit.texl{
	text-align:center;
}
.intit.white{
	color: var(--Color-3, #FC992C);
}
.index01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .idea{
	width:100%;
	margin-top:2.0rem;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.03);
	padding:3.16rem;
}
.index01 .idea h1{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.index01 .idea ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .idea ul li{
	width:100%;
	display: flex;
	color: var(--6-b-7280, #6B7280);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
}
.index01 .idea ul li img{
	max-width:3.125rem;
	min-width:3.125rem;
	margin-right:1.25rem;
}
.index01 .acum{
	width:100%;
	margin-top:1.5rem;
	border-radius: 1.25rem;
	background: var(--Color, #2563EB);
	/* Drop Shadow */
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
	padding: 3.16rem 1.88rem 2.5rem 1.88rem;
}
.index01 .acum h2{
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
	line-height: normal;
}
.index01 .acum ul{
	margin-top:2.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .acum ul li{
	width:calc(50% - 0.47rem);
	border-radius: 1rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding: 1.25rem 1.81rem 1.44rem 1.25rem;
}
.index01 .acum ul li dl dt{
	color: var(--Color-3, #FC992C);
	
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .acum ul li dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .acum .sm{
	margin-top:1.25rem;
	border-radius: 1rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	padding: 0.88rem 4.44rem 0.88rem 1.25rem;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .acum .sm img{
	margin-right:1.06rem;
	max-width:1.9375rem;
}
.index01 .mediul{
	width:100%;
	margin-top:1.5rem;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.03);
	padding:2.5rem 3.13rem;
}
.index01 .mediul h3{
	color: var(---333, #333);
	text-align: center;
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .mediul ul{
	margin-top:2.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .mediul ul li{
	width:45%;
}
.index01 .mediul ul li .pic{
	overflow:hidden;
}
.index01 .mediul ul li .pic img{
	max-width:3.75rem;
}
.index01 .mediul ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .mediul ul li dl dd{
	margin-top:1.0rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innum ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	max-width:45%;
	text-align:center;
	margin-top:2.0rem;
}
.innum ul li dl dt{
	color: var(---333, #333);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dt i{
	font-size: 1rem;
	text-transform: capitalize;
}
.innum ul li dl dd{
	margin-top:1.0rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.premii{
	width:100%;
	float:left;
	margin-top:5rem;
}
.premii h4{
	color: var(--6-b-7280, #6B7280);
	text-align: center;
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.premii ul{
	margin-top:1.13rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.premii ul li{
	width:auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.premii ul li img{
	width:auto;
	height:auto;
	max-width:3.5rem;
}
.premii ul .sx{
	width:1px;
	height: 2.1875rem;
	background: #E0E0E0;
	margin-left:1.5rem;
	margin-right:1.5rem;
}

.inwrap2{
	width:100%;
	float:left;
	margin-top:2rem;
	background: var(--Color-2, #F9FAFB);
	padding-top:2.5rem;
}
.Derul{
	width:100%;
	float:left;
	margin-top:2.25rem;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
}
.Derul-l{
	width:100%;
	overflow:hidden;
	padding:0 5.5vw;
}



.Derul-r{
	width: 100%;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.0rem;
}
.Derul-r p{
	padding:0 5.5vw;
	text-align:center;
}
.Derul-r h5{
	margin-top:0.62rem;
	padding:0 5.5vw;
	text-align:center;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.Derul-r ul{
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1rem 5.5vw;
	padding-bottom:5.0rem;
	border-radius: 3rem 3rem 0 0;
	background: var(---white, #FFF);
}
.Derul-r ul li{
	width:100%;
	margin-top:1.88rem;
}
.Derul-r ul li dl dt{
	color: var(--6-b-7280, #6B7280);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.Derul-r ul li dl dd{
	margin-top:1.25rem;
}
.Derul-r ul li .sm{
	display: flex;
	padding: 1.0625rem 1.25rem;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--Color-2, #F9FAFB);
	color: var(--6-b-7280, #6B7280);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.bk{
	width:100%;
	padding: 0.625rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--6-b-7280, #6B7280);
	font-size: 0.87rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
select{
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
	background-size:1.0rem auto;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
	outline:none;
}

input{
	outline: none;
}
.radio,.checkbox {
	width: 1.2rem;
	height: 1.2rem;
	min-width:1.2rem;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
	margin-right:1.0rem;
}
.checkbox {
	border-radius: 0.3rem;   /**复选框的圆角要小一些**/
}
.error-input{ border:1px solid #FC992C}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background-color: #FC992C;
	border: solid 1px #FC992C;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.djanniu{
	width:100%;
	display:flex;
	margin-top:2.5rem;
}
.djanniu a{
	width:100%;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 15px 20px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	display: flex;
	padding: 1.3rem 0;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.swiper{
	width: 100%;
	height: auto;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cespun01{
	width:100%;
	border-radius: 1rem;
	background: var(--Color-2, #F9FAFB);
	padding: 2.5rem 1.5rem;
	border: 1px solid var(--Color-2, #F9FAFB);
	transition: all 0.6s;
}
.cespun01 dl dt{
	color: var(--6-b-7280, #6B7280);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cespun01 dl dd{
	margin-top:2.5rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun01 dl dd img{
	margin-right:0.62rem;
	max-width:3.75rem;
}
.cespun01:hover{
	border: 1px solid var(--Color-3, #FC992C);
	background: var(--Color-4, rgba(252, 153, 44, 0.10));
}
.cespun01:hover dl dd{
	color: var(--Color-3, #FC992C);
}

.cespun02{
	width:100%;
	transition: all 0.6s;
}
.cespun02 dl dt{
	overflow:hidden;
	border-radius: 1rem;
}
.cespun02 dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cespun02:hover dl dt img{
	transform: scale(1.05);
}
.cespun02 dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cespun02:hover dl dd{
	color:var(--Color, #2563EB);
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	border-radius: 1.5rem 1.5rem 0 0;
	background: var(---dark, #212426);
	padding:3.0rem 5.5vw;
	padding-bottom:10rem;
}
.foot .dblogo{
	overflow:hidden;
	margin-bottom:2.5rem;
}
.foot .dblogo img{
	max-width:50%;
}
.foot dl dt{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot dl dt p{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot dl dd{
	margin-top:3.75rem;
	color: var(--6-b-7280, #6B7280);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot dl dd div{
	width:100%;
}
.foot dl dd a{
	color: var(--6-b-7280, #6B7280);
}

.nymain{
	width:100%;
	float:left;
	padding:0 5.5vw;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.prolist ul li .pic{
	width:27.3%;
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li .pic:hover img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	width:66.4%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding-top:1.5rem;
	position:relative;
}
.prolist ul li .tex .sm{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.prolist ul li .tex::before{
	width:0px;
	height:3px;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:var(--Color-3, #FC992C);
	transition: all 0.6s;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.prolist ul li .tex .more{
	display:flex;
	margin-top:0;
	height:0;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li .tex .more a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.5rem;
	background: var(--Color-3, #FC992C);
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.prolist ul li:hover .tex .more{
	margin-top:2.5rem;
	height:auto;
}
.prolist ul li:hover .tex::before{
	width:100%;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #2563EB);
	background: var(--Color, #2563EB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #2563EB);
	background: var(--Color, #2563EB);
	color:#FFF;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding: 1.75rem 2.0rem;
	border-radius: 1.0rem;
	background: var(--Color-2, #F9FAFB);
}
.newtit{
	width:100%;
	float: left;
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newdate{
	width:100%;
	float:left;
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(---666, #666);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.Share{
	width:100%;
	margin-top:3.75rem;
	float:left;
	text-align:center;
}
.Share dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.Share dl dd{
	margin-top:0.94rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Share dl dd a{
	margin-left:0.47rem;
	margin-right:0.47rem;
	display:flex;
}
.Share dl dd a img{
	max-width:2.0rem;
}


.back{
	width:2.125rem;
	position:fixed;
	right:1.25rem;
	bottom:6.88rem;
	z-index:9;
}
.back img{
	max-width:100%;
}
.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	width:100%;
	padding: 1.0rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	background: var(--Color-3, #FC992C);
	box-shadow: -15px 25px 50px 0 rgba(255, 153, 0, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width:22rem;
}

.show{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:5.0rem;
}
.show h1{
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.show ul li{
	width:100%;
	margin-top:1.5rem;
}
.show ul li dl dt{
	color: var(--6-b-7280, #6B7280);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show ul li dl dd{
	margin-top:1.25rem;
}
.show ul li.w100{
	width:100%;
}
.show .sm{
	width:100%;
	margin-top:1.5rem;
	display: flex;
	padding: 1.25rem;
	align-items: center;
	color: var(--6-b-7280, #6B7280);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.5rem;
	background: var(--Color-2, #F9FAFB);
}


.radio-group {
            display: flex;
            flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
        }
		.theme-primary{
			width:32.4%;
            display: flex;
			flex-wrap: wrap;
		}
        
        /* 隐藏原生单选框 */
        .radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        /* 自定义单选框容器 - 添加外边框 */
        .radio-option {
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 0.5rem;
            border-radius: 0.5rem;
            border: 1px solid #e0e0e0;
            background-color: #fff;
            position: relative;
			width:100%;
        }
        
        /* 选中时的外边框颜色变化 */
        .radio-input:checked ~ .radio-option {
            border-color: var(--Color-3, #FC992C);
            background: var(--Color-4, rgba(252, 153, 44, 0.10));
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
        }
        
        /* 悬停效果 */
        .radio-option:hover {
           border-color: var(--Color-3, #FC992C);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* 选中时的悬停效果 */
        .radio-input:checked ~ .radio-option:hover {
            border-color: var(--Color-3, #FC992C);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.15);
        }
        
        /* 禁用状态 */
        .radio-input:disabled ~ .radio-option {
            opacity: 0.6;
            cursor: not-allowed;
            background-color: #f5f5f5;
            border-color: #e0e0e0;
        }
        
        .radio-input:disabled ~ .radio-option:hover {
            transform: none;
            border-color: #e0e0e0;
            box-shadow: none;
        }
        
        /* 自定义单选框样式 */
        .custom-radio {
            position: relative;
            width: 1.0rem;
            height: 1.0rem;
            border: 1px solid #bdc3c7;
            border-radius: 0.25rem;
            margin-right: 1.25rem;
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }
        
        /* 选中时的单选框颜色变化 */
        .radio-input:checked ~ .radio-option .custom-radio {
            border-color: var(--Color-3, #FC992C);
        }
        
        /* 选中时的内部圆点 */
        .custom-radio::after {
            content: '';
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 50%;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .custom-radio::after {
            background-color: var(--Color-3, #FC992C);
        }
        
        .radio-label-content {
            display: flex;
            align-items: center;
			flex-wrap: wrap;
            color: var(--6-b-7280, #6B7280);
			
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
            user-select: none;
        }
        
        .label-text {
            flex-grow: 1;
			margin-top:1.0rem;
			width:100%;
        }
        
        /* 选中时的标签文字样式 */
        .radio-input:checked ~ .radio-option .radio-label-content {
            color: var(--6-b-7280, #6B7280);
        }
        
        /* 选中指示器 */
        .selected-indicator {
            position: absolute;
            top: -10px;
            right: 15px;
            background-color: var(--Color-3, #FC992C);
            color: white;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 10px;
            opacity: 0;
            transform: translateY(5px);
            transition: all 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .selected-indicator {
            opacity: 1;
            transform: translateY(0);
        }
        
        
        
        

        

        

        
        /* 响应式调整 */
        @media (max-width: 768px) {
      
            
            .content {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
        
        }


.bdan{
	width:100%;
	float:left;
	text-align:center;
	margin-top:3.25rem;
}
.bdan dl dt{
	color: var(--Color-3, #FC992C);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.bdan dl dd{
	margin-top:1.5rem;
	color: var(--6-b-7280, #6B7280);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.25rem;
}
.bdan img{
	max-width:100%;
}


.tanc{
	left:0; 
	top:0rem;
	position: fixed;
	width:100%;
	height:100%;
	z-index:99999;
	display: none;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(0,0,0,0.3);
}
.tanc01 .con{
	width:90%;
	position:absolute;
	left:5%;
	top:5vh;
	z-index:99;
	background-color:#FFF;
	padding:2.0rem;
	height:90vh;
	overflow-y:scroll;
}

.tanc01 .con .show{
	position:relative;
}
.tanc01 .con .show .gb{
	width:1.0rem;
	height:1.0rem;
	position:absolute;
	top:-1rem;
	right:-1rem;
	z-index:5;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.ybtp{ width:60px; left:5px; top:5rem; position:fixed; z-index:9999999;}
.ybtp img{ width:100%;}


.fudong{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background: var(--Color, #2563EB);
	padding:1.0rem 5.2vw;
	
	color:#FFF;
	font-size:1.5rem;
	text-align:center;
	z-index:99;
}
.fudong a{
	color:#FFF;
}
.fudong .gb01{
	width:2.0rem;
	height:2.0rem;
	position: fixed;
	bottom:2.0rem;
	right:0.1rem;
	z-index:9999;
	background-image:url(../img/Vector.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	cursor:pointer;
}

.innews{
	width:100%;
	float:left;
	margin-top:2.5rem;
}

.inmore2{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:2.5rem;
}
.inmore2 a{
	padding:0.5rem 1.5rem;
	border-radius:0.5rem;
	color:var(--Color-3, #FC992C);
	border:1px solid var(--Color-3, #FC992C);
	font-size:0.875rem;
}












.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:1.5rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart6{
	margin-top:2.25rem;
}
.mart10{
	margin-top:3rem;
}
.red{
	color: var(--da-2122, #DA2122);
}
.gree{
	color: var(---Green-1, #219653);
}
.blue{
	color: var(--Color, #2563EB);
}




}












































