@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family: zt3;*/
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
     Arial, Helvetica, sans-serif;
  }
}

.apple-os body {
  font-family:Arial, Helvetica, sans-serif
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family:Arial, Helvetica, sans-serif;
    }
  }
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	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:#FEDD00;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background: var(---black, #000);
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}


.header.yanse .intop{
	padding:0 8.3vw;
}
.header.yanse.yanse01 .intop{
	padding:0 2.6vw;
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width:100%;
	float:left;
	padding:0px 12.5vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:99996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
	transition: all 0.6s;
}

.logo{
	width: 10rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	text-transform: none;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.innav ul li a{
	width:100%;
	position:relative;
	height:5.0rem;
	display: flex;
	align-items: center;
	color:#FFF;
	transition: all 0.0s;
}
.innav ul li a i{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	background-color:var(---white, #FFF);
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.header.yanse .innav ul li.cur a i{
	width:100%;
}

.header.yanse.yanse01 .innav ul li.cur a i{
	width:100%;
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:3;
	background-color:#FFF;
	opacity:0;
	visibility: hidden;
	padding:3.75rem 8.3vw;
	display: flex;
	flex-wrap: wrap;
	padding-top:1.87rem;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01{
	width:calc(20.1% - 1.88rem);
	margin-right:1.88rem;
	margin-top:1.88rem;
}
.innav ul li .xiala .a01 a{
	display:inline-block;
}
.innav ul li .xiala .a01:nth-child(5n){
	margin-right:0px;
	transition: all 0.0s;
}
.innav ul li .xiala .a01:hover .pic{
	border: 2px solid var(--fedd-00, #FEDD00);
	/* 扩展投影 */
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.innav ul li .xiala .a01 .pic{
	height:16.7rem;
	border:2px solid #F1F1F2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#F1F1F2;
}
.innav ul li .xiala .a01 .pic img{
	max-width:100%;
	max-height:90%;
}
.innav ul li .xiala .a01 dl dt{
	margin-top:1.27rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.top-r .zyw img{
	max-width:100%;
}
.top-r .zyw a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.top-r .zyw:hover{
	background: var(--fedd-00, #FEDD00);
}
.top-r .zyw .pic01{
	display:inline-block;
}
.top-r .zyw .pic02{
	display: none;
}
.top-r .zyw:hover .pic01{
	display:none;
}
.top-r .zyw:hover .pic02{
	display:inline-block;
}

.top-r .qiu{
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	margin-right:0.62rem;
	
	border-radius: 2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0rem 1.25rem;
	height:2.5rem;
	overflow:hidden;
}
.top-r .qiu form{
	display: flex;
	justify-content: center;
	align-items: center;
}

.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}

.intit{
	width:100%;
	float:left;
}
.intit.jz{
	text-align:right;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inso{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inso ul{
	display: flex;
	flex-wrap: wrap;
}
.inso ul li{
	width:20%;
	padding:3.94rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.inso ul li:nth-child(2n){
	background: #F9F9F9;
}
.inso ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inso ul li dl dt img{
	max-width:8.0rem;
}
.inso ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: center;
	padding-bottom:1.94rem;
	position:relative;
}
.inso ul li dl dd::after{
	width: 1.5rem;
	height: 0.125rem;
	position:absolute;
	left:calc(50% - 0.75rem);
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #FEDD00;
}
.inso ul li:hover dl dd::after{
	width:7.5rem;
	left:calc(50% - 3.75rem);
}

.insp{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap{
	width:100%;
	float: left;
	margin-top:10rem;
	background-image:url(../img/ibj.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom:13.5rem;
}

.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.inpro .pic{
	width:49.3%;
	position:relative;
	overflow:hidden;
}
.inpro .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.inpro .tex{
	width:50.7%;
	padding:5.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inpro .tex dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro .tex dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.5rem;
}
.inpro .tex .more{
	display:flex;
	margin-top:3.5rem;
}
.inpro .tex .more a{
	width:100%;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	padding: 1rem 0;
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.inprolist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inprolist ul{
	display: flex;
	flex-wrap: wrap;
}
.inprolist ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	background-color:#FFF;
	text-align:center;
	padding-bottom:2.5rem;
	padding-top: 1.5rem;
}
.inprolist ul li:nth-child(4n){
	margin-right:0px;
}
.inprolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.inprolist ul li .pic img{
	width: 90%;
    margin: auto;
	height:auto;
	display: block;
}
.inprolist ul li .pic .gwc{
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	z-index:2;
	opacity:0;
	transition: all 0.6s;
}
.inprolist ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inprolist ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inprolist ul li:hover .pic .gwc{
	opacity:1;
}
.inmore{
	width:100%;
	float:left;
	display:flex;
	justify-content:center;
	margin-top:3.75rem;
}
.inmore a{
	padding: 1rem 2.8125rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.incase{
	width:100%;
	float:left;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase.ny ul li{
	margin-top:3.75rem;
}
.incase ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
}
.incase ul li:nth-child(3n){
	margin-right:0px;
}
.incase ul li .pic{
	overflow:hidden;
}
.incase ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.incase ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incase ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.index01{
	width:100%;
	float:left;
	margin-top:8.75rem;
	padding:8.0rem 8.3vw;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index01 dl dt{
	color: #FFF;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 dl dd{
	margin-top:0.62rem;
	color: var(--fedd-00, #FEDD00);
	font-family: Arial;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .more{
	display:flex;
	margin-top:2.5rem;
}
.index01 .more a{
	padding: 1rem 2.8125rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}

.foot{
	width:100%;
	float:left;
	padding:6.25rem 8.3vw;
	background: var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:25%;
}
.foot-l h1{
	overflow:hidden;
}
.foot-l dl dt{
	margin-top:4.25rem;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
}
.foot-l dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.foot-l .wlink{
	margin-top:7.0rem;
	display:flex;
	align-items: center;
}
.foot-l .wlink a{
	margin-right:1.21rem;
}

.foot-r{
	width:64%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-r dl{
	width:auto;
	max-width:25%;
}
.foot-r dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot-r dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.foot-r dl dd a{
	color: var(---white, #FFF);
}
.foot02{
	width:100%;
	float:left;
	padding:1.0rem 8.3vw;
	background: #151515;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gwc2{
	width:100%;
	float:left;
	margin-top:11.38rem;
	padding:0 2.6vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-l{
	width:34%;
}
.gwc-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-l ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.gwc-l ul li:first-child{
	margin-top:0px;
}
.gwc-l ul li .pic{
	width:8.0rem;
	height:9.0rem;
	background: #F1F1F2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gwc-l ul li .pic img{
	max-width:100%;
	max-height:80%;
}
.gwc-l ul li .tex{
	width:calc(100% - 9.88rem);
}
.gwc-l ul li .tex .tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-l ul li .tex .subtx{
	margin-top:1.42rem;
	display: flex;
	flex-wrap: wrap;
}
.gwc-l ul li .tex .subtx i{
	margin-right:0.31rem;
	padding: 0.5rem 1.25rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.5rem;
}
.gwc-l ul li .tex .price{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.58rem;
}
.gwc-l ul li .tex .price em{
	margin-top:0.3rem;
}
.gwc-l ul li .tex .price .a01{
	display: flex;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.gwc-l ul li .tex .price .a01 .x01{
	width:2.0rem;
	height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
	outline:none;
	background-color:transparent;
	color: var(---333, #333);
}
.gwc-l ul li .tex .price .a01 .x02{
	width:1.6rem;
	height:2.0rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top:0.1rem;
	border:0px;
	outline:none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]{ -moz-appearance: textfield; } /* Firefox */


.gwc-r{
	width:46%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-r h1{
	margin-bottom:1.44rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.gwc-r ul{
	margin-top:1.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-r ul.mart0{
	margin-top:0px;
}
.gwc-r ul.mart0 li:first-child{
	margin-top:0px;
}
.gwc-r ul.mart0 li:nth-child(2){
	margin-top:0px;
}
.gwc-r ul li{
	width:48%;
	padding-bottom:1.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.gwc-r ul li.w100{
	width:100%;
}
.gwc-r ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-r ul li dl dd{
	margin-top:1.56rem;
}
.gwbk{
	width:100%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	border:0px;
	outline:none;
}
.anniu{
	display:flex;
	margin-top:3.75rem;
}
.anniu a{
	padding: 1rem 3rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	display: flex;
	justify-content: center;
	align-items: center;
	border:0px;
	cursor:pointer;
	color: var(--231815, #231815);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.anniu a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.weiz{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:0.7rem 8.3vw;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.weiz a{
	color: var(---666, #666);
}
.weiz img{
	margin-top:-0.2rem;
}
.sxtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.sxtj ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxtj ul li{
	width:19.5%;
}
.sxtj ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.sxtj ul li dl dd{
	margin-top:1.25rem;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 1px solid var(---Gray-5, #E0E0E0);
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/arrow.svg") no-repeat scroll center right 1.25rem transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:1.0rem 1.25rem;
	width:100%;
	outline:none;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cpcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpcon-l{
	width:19.1%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.cpcon-l h1{
	background: var(--fedd-00, #FEDD00);
	padding:1.4rem 1.25rem;
	color: var(---black, #000);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.cpcon-l ul{
	padding:1.88rem 1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:1.25rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display:flex;
	justify-content: space-between;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.6s;
}
.cpcon-l ul li:first-child{
	margin-top:0px;
}
.cpcon-l ul li::after{
	width: 0.5625rem;
	height: 1.1875rem;
	min-width:0.5625rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.cpcon-l ul li:hover::after{
	opacity:1;
}
.cpcon-l ul li.cur{
	color: var(---333, #333);
	font-weight:bold;
}
.cpcon-l ul li.cur::after{
	opacity:1;
}
.cpcon-l ul li a:hover{
	color: var(---333, #333);
	font-weight:bold;
}
.cpcon-l ul li:hover{
	color: var(---333, #333);
	font-weight:bold;
}


.cpcon-r{
	width:79.6%;
	float:right;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist.ny ul li{
	width:calc(20% - 1.19rem);
	margin-top:2.5rem;
	margin-bottom:0px;
}
.prolist.ny ul li:nth-child(4n){
	margin-right:1.19rem;
}
.prolist.ny ul li:nth-child(5n){
	margin-right:0px;
}
.prolist ul li{
	width:calc(25.3% - 1.19rem);
	margin-right:1.19rem;
	background-color:#FFF;
	margin-bottom:3.75rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
	padding:2.0rem 3.35rem;
}
.prolist ul li .pic dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.prolist ul li .pic dl dt img{
	max-width:100%;
	height:auto;
}
.prolist ul li .pic dl dd{
	margin-top:0.95rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.prolist ul li .pic .gwc{
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	z-index:2;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li .tex dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li:hover .pic .gwc{
	opacity:1;
}

.fy{
	width:100%;
	float:left;
}
.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{
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #FEDD00);
	background: var(--fedd-00, #FEDD00);
	color:#333;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #FEDD00);
	background: var(--fedd-00, #FEDD00);
	color:#333;
}

.proshow{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	/*width:40%;*/
	position:relative;
	display:flex;
	width:40%;
	
}
.proshow-l .bq{
	width:auto;
	display: flex;
	padding: 0.375rem 1.25rem;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: var(---white, #FFF);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	border-radius: 1.25rem;
	background: var(---black, #000);
}

.proshow-r{
	/*width:calc(100% - 660px);
	
	max-width:calc(100% - 700px);
	*/
	width:48%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .time{
	margin-top:0.65rem;
	position:relative;
	height:6rem;
}
.proshow-r .time ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	position:absolute;
	z-index:991;
	left:0;
	top:0;
}
.proshow-r .time ul li{
	width:49%;
	display:flex;
	align-items: center;
	border-radius: 0.5rem;
	background: #FFF;
	padding:0.65rem 1.25rem;
}
.proshow-r .time ul li img{
	margin-right:1.62rem;
}
.proshow-r .time ul li dl dt{
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .time ul li dl dd{
	margin-top:0.44rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .xxiang{
	margin-top:0.8rem;
	position:relative;
	height:4.5rem;
	
}
.proshow-r .xxiang dl{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
}
.proshow-r .xxiang dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow-r .xxiang dl dd{
	margin-top:0.65rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theme-primary{
	width:31.5%;
}
/* 隐藏原生单选框 */
        .radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        /* 自定义单选框容器 - 添加外边框 */
        .radio-option {
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 10px 20px;
            border: 2px solid #fff;
            background-color: #fff;
            position: relative;
        }
        
        /* 选中时的外边框颜色变化 */
        .radio-input:checked ~ .radio-option {
            border-color: var(--fedd-00, #FEDD00);
        }
        
        /* 悬停效果 */
        .radio-option:hover {
            border-color: var(--fedd-00, #FEDD00);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* 选中时的悬停效果 */
        .radio-input:checked ~ .radio-option:hover {
            border-color: var(--fedd-00, #FEDD00);
        }
        
        /* 禁用状态 */
        .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: 18px;
            height: 18px;
            border: 2px solid #bdc3c7;
            border-radius: 50%;
            margin-right: 15px;
            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(--fedd-00, #FEDD00);
        }
        
        /* 选中时的内部圆点 */
        .custom-radio::after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .custom-radio::after {
            background-color: var(--fedd-00, #FEDD00);
        }
        
        .radio-label-content {
            display: flex;
            align-items: center;
            font-size: 0.875rem;
            font-weight: 400;
            color: #333;
            user-select: none;
        }


.proshow-r .price{
	margin-top:2.5rem;
}
.proshow-r .price dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r .price dl dd{
	color: var(---black, #000);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	display:flex;
	align-items: center;
}
.proshow-r .price dl dd b{
	margin-right:1.38rem;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.proshow-r .join{
	display:flex;
	margin-top:3.75rem;
}
.proshow-r .join a{
	width:80%;
	padding:1.0rem 0;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	transition: all 0.0s;
	
	color: var(--231815, #231815);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt2;
}
.proshow-r .join a:hover{
	background: var(--fedd-00, #000);
	color:#FEDD00;
	transition: all 0.0s;
}
.cpxh{
	margin-top:0.25rem;
	z-index:99999;
}
.cpxh h1{
	font-size:1.25rem;
}
.proshow-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-r ul li{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	margin-top:1.0rem;
}
.proshow-r ul li .a01{
	width:6.0rem;
}
.proshow-r ul li .a02{
	width:calc(100% - 6.0rem);
	display:flex;
	align-items: center;
}
.proshow-r ul li .a02 i{
	padding:0.5rem 1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-right:0.32rem;
}
.proshow-r ul li .a02 i:hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.proshow-r ul li .a02  a:hover{
	color:#E0E0E0;
}
.proshow-r ul li .a02 i.cur{
	color:#fff;
	background:#000;
	border:1px solid #000;
}

.proshow-r ul li .a03{
	width:auto;
	display: flex;
	align-items: center;
	background-color:#FFF;
}
.proshow-r ul li .a03 .x01{
	width: 4rem;
	height: 2.55rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
	outline:none;
	background-color: #FFF;
	color: var(---333, #333);
	font-size: 1.25rem;
}
.proshow-r ul li .a03 .x01:hover{
	border:2px solid  #FEDD00;
	transition: all 0.0s;
}
.proshow-r ul li .a03 .x02{
	width: 3.1875rem;
	height: 2.55rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top:0.1rem;
	border:0px;
	outline:none;
}

.cpnr2{
	width:100%;
}
.cpnr2 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpnr2 ul li{
	width:100%;
	padding:0.75rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit.hsbj{
	color: var(---333, #000);
	background:#FEDD00;
	line-height:5.0rem;
	padding-left:1rem;
	

}
.cpxq{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.cpxq ul li{
	width:15rem;
	float:left;
	margin-right:1.5rem;
}
.cpxq ul li .pic{
	padding:2.56rem 0.88rem;
	position:relative;
	text-align:center;
}
.cpxq ul li .pic .gwc{
	width: 2.5rem;
	height: 2.5rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:1;
}
.cpxq ul li .pic dl dt{
	overflow:hidden;
}
.cpxq ul li .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cpxq ul li .pic dl dd{
	margin-top:1.5rem;
	color: var(---black, #000);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.cpxq ul li .tex{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.cplm{
	width:100%;
	float:left;
	padding:0 12.5vw;
}
.cplm ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:7.0rem;
	display:flex;
}
.cplm ul li a{
	padding: 1.875rem 0;
	position:relative;
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.cplm ul li a::after{
	width:0;
	height:4px;
	background-color:var(---black, #000);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.cplm ul li a:hover::after{
	width:100%;
}
.cplm ul li a.cur::after{
	width:100%;
}
.cptex{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptex .tex{
	width:60%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.cptex .pic{
	width:36%;
	overflow:hidden;
}
.cptex .pic img{
	width:100%;
	height:auto;
	display:block;
}
table, .ke-zeroborder {
    width: 100%;
    border-collapse: collapse;
}
table, .ke-zeroborder th {
   color: var(--Color, #000);
    font-size: 1rem;
    font-weight: 400;
    padding: 1.05rem 0;
    font-style: normal;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
table, .ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 0.95rem;
    font-style: normal;
    padding: 0.85rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);}
.sp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp::before{
	width:7.4rem;
	height:7.4rem;
	position:absolute;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 3.7rem);
	top:calc(50% - 3.7rem);
	z-index:1;
}
.apptit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apptit div{
	width:49.6875%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.apptit a{
	padding: 1rem 3rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.applist{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:3.0rem;
	border-bottom: 3px solid var(---Gray-6, #F2F2F2);
	position:relative;
}
.applist::after{
	width: 31.0%;
	height: 0.1875rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: #000;
}
.applist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applist ul li{
	width:49%;
}
.applist ul li .pic{
	overflow:hidden;
}
.applist ul li .pic img{
	width:100%;
	height: auto;
	display:block;
}
.applist ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.applist ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.xzlm{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xzlm ul{
	display:flex;
	flex-wrap: wrap;
}
.xzlm ul li{
	width:auto;
	display:flex;
	margin-right:0.31rem;
}
.xzlm ul li a{
	padding: 1rem 1.75rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlm ul li a.cur{
	background: var(--000, #000);
	color: var(---FEDD00, #FEDD00);
	
}
.xzlist{
	width:100%;
	float:left;
	margin-top:4.37rem;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.88rem;
	position:relative;
}
.xzlist ul li::after{
	width:0;
	height:2px;
	background-color:var(---black, #000);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.xzlist ul li:hover::after{
	width:100%;
}
.xzlist ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .a01{
	width:auto;
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .a01 img{
	margin-left:2.56rem;
}

.newsm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
}
.newsm div{
	width:50%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	float:left;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:3.75rem;
	padding:2.5rem 0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .pic{
	width:18%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .tex{
	width:calc(82% - 3.75rem);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex dl{
	max-width:65%;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.newlist ul li .tex dl dd{
	margin-top:1.58rem;
	display:flex;
}
.newlist ul li .tex dl dd a{
	padding: 1rem 2.8125rem;
	border-radius: 0.25rem;
	background: var(---black, #000);
	color: var(--fedd-00, #FEDD00);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newlist ul li .tex dl dd a:hover{
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
}
.newlist ul li .tex .date{
	width:auto;
	max-width:35%;
	color: var(---666, #666);
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 7.2rem */
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlink{
	width:3.0rem;
}
.nlink ul{
	display:flex;
	flex-wrap: wrap;
}
.nlink ul li{
	width:100%;
	height:3.0rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:0.12rem;
}
.nlink ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nlink ul li a img{
	max-width:100%;
}
.newcon-l{
	width:59.75%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.52rem;
	color: var(--0-e-3-c-7-b, #0E3C7B);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.8rem;
	color: var(---666, #666);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.newnext ul{
	display:flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display:flex;
	padding-bottom:1.5rem;
	margin-top:2.5rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.newnext ul li b{
	width:10rem;
	min-width:10rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newnext ul li a{
	color: var(---666, #666);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r{
	width:23.4%;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li .tex{
	padding:1.75rem 1.25rem;
}
.newcon-r ul li .tex dl dt{
	display:flex;
}
.newcon-r ul li .tex dl dt i{
	padding: 0.375rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--231815, #231815);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newcon-r ul li .tex dl dd{
	margin-top:0.81rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: center;
}
.back a{
	padding: 1rem 3.25rem 1rem 3.3125rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.nab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:5.0rem;
}
.abtit{
	width:100%;
	float:left;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 4.05rem */
}
.abdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: none;
}
.abdate b{
	margin-right:1.25rem;
}
.abdate a{
	display:flex;
}
.abdate img{
	margin-right:0.71rem;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:1.31rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.44rem;
	padding-bottom:1.0rem;
}
.subNav div{
	display:flex;
	align-items: center;
}
.subNav b{
	margin-right:1.37rem;
	color: var(---Gray-5, #E0E0E0);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav::after{ 
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	border-bottom:0px;
}
.currentDd b{
	color: var(---333, #333);
}

.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.navContent .a01{
	width:100%;
	display:flex;
	align-items: center;
}
.navContent  b{
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:1.5rem;
}
.navContent .a01 div{
	width:50%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:26.6%;
}
.lx01-l dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.44rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.lx01-l ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:9rem;
}
.lx01-l ul li{
	width:100%;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.lx01-r{
	width:52.8%;
}

.map{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx02 h1{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.lx02 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.12rem 2.5rem;
	padding-bottom:4.19rem;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li dl dt{
	padding-bottom:1.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%;
}



.index_zhuanjia{ width:100rem; overflow:hidden; float: left;}
.index_zhuanjia_pic{
	width:88rem;
	height:29rem;
	overflow:hidden;
	float:left;
	position:relative;
}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{
	width:88rem;
	height:29rem;
	overflow:hidden;
	position:relative;
	float:left; 
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.index_zhuanjia_pic li .pic{
	width:46%;
	margin-right:6%
}
.index_zhuanjia_pic li .pic img{
	max-width:100%;
}
.index_zhuanjia_pic li .tex{
	width:40%;
}
.index_zhuanjia_pic li .tex dl dt{
	padding-bottom:2.12rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index_zhuanjia_pic li .tex dl dd{
	padding:1.0rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;left:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:20px;top:calc(50% - 24px); cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../images/float_left_inc2.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:6.25rem;height:33rem; overflow:hidden; float:right; margin-right:4rem;}

.index_zhuanjia_lists{width:6.25rem; height:28rem; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:6.25rem; height:25rem;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:6.25rem; height:6.25rem; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd{border:1px #FEDD00 solid;}
.index_zhuanjia_lists ul li dd{
	width:6.25rem;
	height:6.25rem;
	overflow:hidden;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border:1px #F2F2F2 solid;
}
.index_zhuanjia_lists ul li dd img{
	max-width:80%;
	max-height:80%;
}
.index_zhuanjia_pre{ width:6.25rem; height:1.5rem; overflow:hidden; cursor:pointer;background:#F2F2F2 url(../img/sjt.svg) no-repeat center;}
.index_zhuanjia_next{
	width:6.25rem;
	height:1.5rem;
	overflow:hidden;
	cursor:pointer;
	background:#F2F2F2 url(../img/sjt.svg) no-repeat center;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.jiaj{ padding:0px 10px; font-size:20px;}
.slys{line-height:25px; width:30px; text-align:center;display: flex; justify-content:center;}


.fudong{
	width:3.125rem;
	position:fixed;
	top:15.0rem;
	right:1.25rem;
	z-index:9;
}
.fudong ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display:flex;
	position:relative;
	margin-top:0.38rem;
}
.fudong ul li .num{
	width:1.1875rem;
	height:1.1875rem;
	position:absolute;
	border-radius: 0.625rem;
	background: var(--da-2122, #DA2122);
	color: #FFF;
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	right:-0.59375rem;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fudong ul li a{
	width:100%;
	height:3.125rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 50%;
	background: var(--fedd-00, #FEDD00);
}
.fudong ul li a img{
	max-width:100%;
}
.fudong ul li .xl{
	width:12rem;
	position:absolute;
	top:0;
	left:-12rem;
	background: var(--fedd-00, #FEDD00);
	border-radius: 3.125rem;
	height:3.125rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#000;
	opacity:0;
	visibility:hidden;
	font-size:1.0rem;
}
.fudong ul li .xl.k16{
	width:16rem;
	left:-16rem;
}
.fudong ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cpxbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:1.6rem 0;
}
.cptit2{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.cpwrap2{
	width:100%;
	float:left;
	background: #F3F6F9;
	padding-bottom:6.25rem;
}
.cptit3{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpsp{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpsp img{
	width:100%;
	height:auto;
	display:block;
}

.cpgdt{
	width:100%;
	float:left;
	position:relative;
}
.swiper {
      width: 100%;
	  float:left;
	  margin-top:3.75rem;
    }

.swiper-slide {
      text-align: center;
}


.swiper-slide .pic dl dt{
	overflow:hidden;
	height:18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0.5rem;
}
.swiper-slide .pic dl dt img{
	max-width:80%;
	max-height:70%;
}
.swiper-slide .pic dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.swiper-button-next:hover{
	background: var(--fedd-00, #FEDD00);
	color:#000;
}

.swiper-button-prev:hover{
	background: var(--fedd-00, #FEDD00);
	color:#000;
}
.swiper-button-next:after{
	content: "\2192";
}
.swiper-button-prev:after{
	content: "\2190";
}
container{
	width:100%;
	float:left;
}













.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.jz{
	justify-content:center;
}
.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:10rem;
}
.mart8{
	margin-top:8.75rem;
}
.mart6{
	margin-top:6.25rem;
}



.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}
.xiang{ width:100%; float:left; margin-top:30px;}
}

@media (min-width:2000px){

.inprolist ul li{
	width:calc(25.1% - 1.25rem);
}
.incase ul li{
	width:calc(33.4% - 1.25rem);
}
.index_zhuanjia{
	width:1850px;
}
.index_zhuanjia_pic{
	width:1630px;
}
.index_zhuanjia_pic li{
	width:1630px;
}
.lx02 ul li{
	width:calc(33.4% - 1.25rem);
}
.prolist ul li{
	width:calc(25.1% - 1.19rem);
}
.cpxq ul li{
	width:calc(14.3% - 1.5rem);
}


}



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


.innav ul li .xiala{
	padding-top:1.0rem;
}
.innav ul li .xiala .a01{
	margin-top:1.0rem;
}
.innav ul li .xiala .a01 .pic{
	height:12rem;
}
.index_zhuanjia{
	width:1400px;
}
.index_zhuanjia_pic{
	width:1180px;
}
.index_zhuanjia_pic li{
	width:1180px;
}
.proshow-r .time ul li{
	padding:0.65rem 0.65rem;
}
.proshow-r .time ul li dl dd{
font-size:0.9rem;
}

	
}

@media (min-width:1000px) and (max-width:1680px){
.innav ul li{
	margin-left:1.3rem;
	margin-right:1.3rem;
}	

.innav ul li .xiala{
	padding-top:1.0rem;
}
.innav ul li .xiala .a01{
	margin-top:1.0rem;
}
.innav ul li .xiala .a01 .pic{
	height:12rem;
}

.index_zhuanjia{
	width:1300px;
}
.index_zhuanjia_pic{
	width:1080px;
}
.index_zhuanjia_pic li{
	width:1080px;
}























}


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

.main{
	padding:0px 12.5vw;
}
.innav ul li{
	margin-left:0.8rem;
	margin-right:0.8rem;
	font-size:0.75rem;
}
.logo{
	width:6.0rem;
}
.chaxbk{
	width:5.0rem;
}
.foot-l h1 img{
	max-width:70%;
}
.foot-l dl dt{
	font-size:1.25rem;
}
.foot-l dl dd{
	font-size:0.75rem;
}
.foot-r dl dt{
	font-size:0.875rem;
}
.foot-r dl dd{
	font-size:0.75rem;
}

.innav ul li .xiala{
	padding-top:1.0rem;
}
.innav ul li .xiala .a01{
	width:calc(20.1% - 1.0rem);
	margin-right:1.0rem;
	margin-top:0.5rem;
}
.innav ul li .xiala .a01 .pic{
	height:8.0rem;
}
.innav ul li .xiala .a01 dl dt{
	margin-top:0.5rem;
	font-size:0.75rem;
}
.innav ul li .xiala .a01 dl dd{
	font-size:0.65rem;
	margin-top:0.15rem;
}
.inso ul li dl dt img{
	max-height:5.0rem;
}
.gwc-r h1{
	font-size:1.5rem;
}
.gwc-r{
	font-size:1.0rem;
}

.cpxq ul li .pic dl dd{
	font-size:0.875rem;
}
.cpxq ul li .pic .gwc{
	width:2.0rem;
	height:2.0rem;
}
.cpxq ul li .pic .gwc img{
	max-width:100%;
}
.prolist ul li .pic{
	padding:2.0rem;
}
.prolist ul li .pic .gwc{
	width:2.0rem;
	height:2.0rem;
}
.prolist ul li .pic .gwc img{
	max-width:100%;
}
.newlist ul li .tex .date{
	font-size:3.0rem;
}


.index_zhuanjia{
	width:1100px;
}
.index_zhuanjia_pic{
	width:880px;
}
.index_zhuanjia_pic li{
	width:880px;
}

.proshow-r .time ul{
	position:static;
}
.proshow-r .time{
	height:auto;
}
.proshow-r .time ul li{
	width:100%;
	margin-bottom:0.5rem;
}
.theme-primary{
	width:100%;
	margin-bottom:0.5rem;
}

.proshow-r .xxiang{
	height:auto;
}
.proshow-r .xxiang dl{
	position:static;
}
.cptit2{
	font-size:2.5rem;
}



	
}

@media (min-width:1000px) and (max-width:1200px){
.index_zhuanjia{
	width:900px;
}
.index_zhuanjia_pic{
	width:680px;
}
.index_zhuanjia_pic li{
	width:680px;
}
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(---black, #000);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo a{
}
.logo img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	/*text-transform: uppercase;*/
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:85%;
	float:right;
	background-color:#FFF;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	display: flex;
	align-items: center;
	justify-content: center;
	background:var(---black, #000);  
}

.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #FEDD00; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.intit{
	width:100%;
	float:left;
}
.intit.jz{
	text-align:right;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inso{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inso ul{
	display: flex;
	flex-wrap: wrap;
}
.inso ul li{
	width:50%;
	padding:2.5rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.inso ul li:nth-child(2){
	background: #F9F9F9;
}
.inso ul li:nth-child(3){
	background: #F9F9F9;
}
.inso ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inso ul li dl dt img{
	max-width:4.0rem;
}
.inso ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: center;
	padding-bottom:1.94rem;
	position:relative;
}
.inso ul li dl dd::after{
	width: 1.5rem;
	height: 0.125rem;
	position:absolute;
	left:calc(50% - 0.75rem);
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #FEDD00;
}
.inso ul li:hover dl dd::after{
	width:7.5rem;
	left:calc(50% - 3.75rem);
}
.inso ul li:last-child{
	width:100%;
}

.insp{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.inwrap{
	width:100%;
	float: left;
	margin-top:5rem;
	background-image:url(../img/ibj.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:6.5rem;
}

.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.inpro .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.inpro .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.inpro .tex{
	width:100%;
	padding:2.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inpro .tex dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inpro .tex .more{
	display:flex;
	margin-top:3.5rem;
}
.inpro .tex .more a{
	width:100%;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	padding: 1rem 0;
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.inprolist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.inprolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inprolist ul li{
	width:48%;
	background-color:#FFF;
	text-align:center;
	padding-bottom:1.5rem;
	padding-top:1.5rem;
	margin-top:1.0rem;
}
.inprolist ul li:nth-child(4n){
	margin-right:0px;
}
.inprolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.inprolist ul li .pic img{
	width:100%;
	height:auto;
	display: block;
}
.inprolist ul li .pic .gwc{
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	z-index:2;
	opacity:0;
	transition: all 0.6s;
}
.inprolist ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inprolist ul li dl dd{
	margin-top:0.62rem;
	padding:0 0.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inprolist ul li:hover .pic .gwc{
	opacity:1;
}
.inmore{
	width:100%;
	float:left;
	display:flex;
	justify-content:center;
	margin-top:3.75rem;
}
.inmore a{
	padding: 0.5rem 1.5rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.incase{
	width:100%;
	float:left;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase.ny ul li{
	margin-top:3.75rem;
}
.incase ul li{
	width:100%;
	margin-top:2.5rem;
}
.incase ul li:nth-child(3n){
	margin-right:0px;
}
.incase ul li .pic{
	overflow:hidden;
}
.incase ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.incase ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incase ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.index01{
	width:100%;
	float:left;
	margin-top:4.75rem;
	padding:4.0rem 8.3vw;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index01 dl dt{
	color: #FFF;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 dl dd{
	margin-top:0.62rem;
	color: var(--fedd-00, #FEDD00);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.index01 .more{
	display:flex;
	margin-top:2.5rem;
}
.index01 .more a{
	padding: 0.5rem 1.5rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}

.foot{
	width:100%;
	float:left;
	padding:3.25rem 8.3vw;
	background: var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:100%;
}
.foot-l h1{
	overflow:hidden;
}
.foot-l h1 img{
	max-width:50%;
}
.foot-l dl dt{
	margin-top:2.25rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
}
.foot-l dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.foot-l .wlink{
	margin-top:3.0rem;
	display:flex;
	align-items: center;
}
.foot-l .wlink a{
	margin-right:1.21rem;
}

.foot-r{
	width:64%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot-r dl{
	width:auto;
	max-width:25%;
}
.foot-r dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot-r dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.foot-r dl dd a{
	color: var(---white, #FFF);
}
.foot02{
	width:100%;
	float:left;
	padding:1.0rem 8.3vw;
	background: #151515;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gwc2{
	width:100%;
	float:left;
	margin-top:8.38rem;
	padding:0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-l{
	width:100%;
}
.gwc-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-l ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.gwc-l ul li:first-child{
	margin-top:0px;
}
.gwc-l ul li .pic{
	width:8.0rem;
	height:8.0rem;
	background: #F1F1F2;
	display:flex;
	align-items: center;
	justify-content: center;
}
.gwc-l ul li .pic img{
	max-width:100%;
	max-height:80%;
}
.gwc-l ul li .tex{
	width:calc(100% - 9.0rem);
}
.gwc-l ul li .tex .tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-l ul li .tex .subtx{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
}
.gwc-l ul li .tex .subtx i{
	margin-right:0.31rem;
	padding: 0.5rem 1.25rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.5rem;
}
.gwc-l ul li .tex .price{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.58rem;
}
.gwc-l ul li .tex .price em{
	margin-top:0.3rem;
}
.gwc-l ul li .tex .price .a01{
	display: flex;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.gwc-l ul li .tex .price .a01 .x01{
	width:2.0rem;
	height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
	outline:none;
	background-color:transparent;
	color: var(---333, #333);
}
.gwc-l ul li .tex .price .a01 .x02{
	width:1.6rem;
	height:2.0rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top:0.1rem;
	border:0px;
	outline:none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]{ -moz-appearance: textfield; } /* Firefox */


.gwc-r{
	width:100%;
	margin-top:3.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-r h1{
	margin-bottom:1.44rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.gwc-r ul{
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-r ul.mart0{
	margin-top:0px;
}
.gwc-r ul.mart0 li:first-child{
	margin-top:0px;
}
.gwc-r ul.mart0 li:nth-child(2){
	margin-top:0px;
}
.gwc-r ul li{
	width:48%;
	padding-bottom:1.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.5rem;
}
.gwc-r ul li.w100{
	width:100%;
}
.gwc-r ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.gwc-r ul li dl dd{
	margin-top:1.0rem;
}
.gwbk{
	width:100%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	border:0px;
	outline:none;
}
.anniu{
	display:flex;
	margin-top:2.0rem;
}
.anniu a{
	padding: 0.5rem 2rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	display: flex;
	justify-content: center;
	align-items: center;
	border:0px;
	cursor:pointer;
	color: var(--231815, #231815);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.anniu a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.weiz{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:0.7rem 1.3vw;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	display: flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.weiz a{
	color: var(---666, #666);
}
.weiz img{
	margin-top:-0.2rem;
}
.sxtj{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.sxtj ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxtj ul li{
	width:48%;
	margin-top:1.0rem;
}
.sxtj ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.sxtj ul li dl dd{
	margin-top:1.0rem;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 1px solid var(---Gray-5, #E0E0E0);
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/arrow.svg") no-repeat scroll center right 1.25rem transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:0.5rem 1.25rem;
	width:100%;
	outline:none;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cpcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpcon-l{
	width:19.1%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:none;
}
.cpcon-l h1{
	background: var(--fedd-00, #FEDD00);
	padding:1.4rem 1.25rem;
	color: var(---black, #000);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.cpcon-l ul{
	padding:1.88rem 1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:1.25rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.6s;
}
.cpcon-l ul li:first-child{
	margin-top:0px;
}
.cpcon-l ul li::after{
	width: 0.5625rem;
	height: 1.1875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.cpcon-l ul li:hover::after{
	opacity:1;
}
.cpcon-l ul li.cur{
	color: var(---333, #333);
	font-weight:bold;
}
.cpcon-l ul li.cur::after{
	opacity:1;
}
.cpcon-l ul li a:hover{
	color: var(---333, #333);
	font-weight:bold;
}
.cpcon-l ul li:hover{
	color: var(---333, #333);
	font-weight:bold;
}


.cpcon-r{
	width:100%;
	float:right;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist.ny ul li{
	width:48%;
	margin-top:1.5rem;
	margin-bottom:0px;
}
.prolist ul li{
	width:48%;
	background-color:#FFF;
	margin-bottom:2.0rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
	padding:2.0rem 2.35rem;
}
.prolist ul li .pic dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.prolist ul li .pic dl dt img{
	max-width:100%;
	height:auto;
}
.prolist ul li .pic dl dd{
	margin-top:0.95rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.prolist ul li .pic .gwc{
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	z-index:2;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li .pic .gwc img{
	max-width:100%;
}
.prolist ul li .tex dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li:hover .pic .gwc{
	opacity:1;
}

.fy{
	width:100%;
	float:left;
}
.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, #FEDD00);
	background: var(--fedd-00, #FEDD00);
	color:#333;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #FEDD00);
	background: var(--fedd-00, #FEDD00);
	color:#333;
}

.proshow{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	position:relative;
	display:flex;
}
.proshow-l .bq{
	width:auto;
	display: flex;
	padding: 0.375rem 1.25rem;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: var(---white, #FFF);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	border-radius: 1.25rem;
	background: var(---black, #000);
}

.proshow-r{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .time{
	margin-top:1.25rem;
	position:relative;
	height:auto;
}
.proshow-r .time ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-r .time ul li{
	width:100%;
	display:flex;
	align-items: center;
	border-radius: 0.5rem;
	background: #FFF;
	padding:1.25rem;
}
.proshow-r .time ul li img{
	margin-right:1.62rem;
}
.proshow-r .time ul li dl dt{
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .time ul li dl dd{
	margin-top:0.44rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-r .xxiang{
	height:auto;
	margin-top:1.0rem;
	
}
.proshow-r .xxiang dl{
	width:100%;
}
.proshow-r .xxiang dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow-r .xxiang dl dd{
	margin-top:1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theme-primary{
	width:100%;
	margin-bottom:1.0rem;
}
/* 隐藏原生单选框 */
        .radio-input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        
        /* 自定义单选框容器 - 添加外边框 */
        .radio-option {
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 20px;
            border: 2px solid #fff;
            background-color: #fff;
            position: relative;
        }
        
        /* 选中时的外边框颜色变化 */
        .radio-input:checked ~ .radio-option {
            border-color: var(--fedd-00, #FEDD00);
        }
        
        /* 悬停效果 */
        .radio-option:hover {
            border-color: var(--fedd-00, #FEDD00);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* 选中时的悬停效果 */
        .radio-input:checked ~ .radio-option:hover {
            border-color: var(--fedd-00, #FEDD00);
        }
        
        /* 禁用状态 */
        .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: 18px;
            height: 18px;
            border: 2px solid #bdc3c7;
            border-radius: 50%;
            margin-right: 15px;
            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(--fedd-00, #FEDD00);
        }
        
        /* 选中时的内部圆点 */
        .custom-radio::after {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: transparent;
            transition: background-color 0.3s ease;
        }
        
        .radio-input:checked ~ .radio-option .custom-radio::after {
            background-color: var(--fedd-00, #FEDD00);
        }
        
        .radio-label-content {
            display: flex;
            align-items: center;
            font-size: 0.875rem;
            font-weight: 400;
            color: #333;
            user-select: none;
        }


.proshow-r .price{
	margin-top:2.5rem;
}
.proshow-r .price dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r .price dl dd{
	color: var(---black, #000);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	display:flex;
	align-items: center;
}
.proshow-r .price dl dd b{
	margin-right:1.38rem;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.proshow-r .join{
	display:flex;
	margin-top:3.75rem;
}
.proshow-r .join a{
	width:80%;
	padding:1.0rem 0;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	transition: all 0.0s;
	
	color: var(--231815, #231815);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt2;
}
.proshow-r .join a:hover{
	background: var(--fedd-00, #000);
	color:#FEDD00;
}
.cpxh{
	margin-top:0.25rem;
}
.cpxh h1{
	font-size:1.25rem;
}
.proshow-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-r ul li{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.proshow-r ul li .a01{
	width:6.0rem;
}
.proshow-r ul li .a02{
	width:calc(100% - 6.0rem);
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.proshow-r ul li .a02 i{
	padding:0.5rem 1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-right:0.32rem;
	margin-bottom:0.32rem;
	float:left;
}

.proshow-r ul li .a02 i:hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}
.proshow-r ul li .a02  a:hover{
	color:#E0E0E0;
}
.proshow-r ul li .a02 i.cur{
	color:#fff;
	background:#000;
	border:1px solid #000;
}

.proshow-r ul li .a03{
	width:auto;
	display: flex;
	align-items: center;
	background-color:#FFF;
}
.proshow-r ul li .a03 .x01{
	width:2.0rem;
	height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0px;
	outline:none;
	background-color:transparent;
	color: var(---333, #333);
}
.proshow-r ul li .a03 .x02{
	width:1.6rem;
	height:2.0rem;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top:0.1rem;
	border:0px;
	outline:none;
}
.cpnr2{
	width:100%;
}
.cpnr2 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpnr2 ul li{
	width:100%;
	padding:0.75rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpxq{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.cpxq ul li{
	width:10rem;
	float:left;
	margin-right:1.0rem;
}
.cpxq ul li .pic{
	padding:2.56rem 0.88rem;
	position:relative;
	text-align:center;
}
.cpxq ul li .pic .gwc{
	width: 2.0rem;
	height: 2.0rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:1;
}
.cpxq ul li .pic dl dt{
	overflow:hidden;
}
.cpxq ul li .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cpxq ul li .pic dl dd{
	margin-top:1.5rem;
	color: var(---black, #000);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.cpxq ul li .tex{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cplm{
	width:100%;
	float:left;
	padding:0 2.3vw;
}
.cplm ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:1rem;
	display:flex;
}
.cplm ul li a{
	padding: 1.5rem 0;
	position:relative;
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: none;
}
.cplm ul li a::after{
	width:0;
	height:2px;
	background-color:var(---black, #000);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.cplm ul li a:hover::after{
	width:100%;
}
.cplm ul li a.cur::after{
	width:100%;
}
.cptex{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptex .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	overflow-x: scroll;
}
table, .ke-zeroborder {
    width: 550px;
    border-collapse: collapse;
}
table, .ke-zeroborder th {
   color: var(--Color, #000);
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.9rem 0;
    font-style: normal;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
table, .ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 0.825rem;
    font-style: normal;
    padding: 0.75rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);}
.cptex .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.5rem;
}
.cptex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.sp{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp::before{
	width:7.4rem;
	height:7.4rem;
	position:absolute;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 3.7rem);
	top:calc(50% - 3.7rem);
	z-index:1;
}
.apptit{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.apptit div{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.apptit a{
	padding: 0.5rem 2rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	margin-top:2.0rem;
}
.applist{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding-bottom:3.0rem;
	border-bottom: 2px solid var(---Gray-6, #F2F2F2);
	position:relative;
}
.applist::after{
	width: 31.0%;
	height: 0.15rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: #000;
}
.applist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applist ul li{
	width:49%;
}
.applist ul li .pic{
	overflow:hidden;
}
.applist ul li .pic img{
	width:100%;
	height: auto;
	display:block;
}
.applist ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.applist ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.xzlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xzlm ul{
	display:flex;
	flex-wrap: wrap;
}
.xzlm ul li{
	width:auto;
	display:flex;
	margin-right:0.31rem;
	margin-top:0.5rem;
}
.xzlm ul li a{
	padding: 0.5rem 1.0rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist{
	width:100%;
	float:left;
	margin-top:2.37rem;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.88rem;
	position:relative;
}
.xzlist ul li::after{
	width:0;
	height:2px;
	background-color:var(---black, #000);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.xzlist ul li:hover::after{
	width:100%;
}
.xzlist ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .a01{
	width:auto;
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .a01 img{
	margin-left:1.56rem;
	max-height:1.25rem;
}

.newsm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
}
.newsm div{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display:flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	float:left;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.75rem;
	padding:1.5rem 0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .pic{
	width:38%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newlist ul li .tex{
	width:calc(62% - 1.75rem);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex dl{
	max-width:100%;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.newlist ul li .tex dl dd{
	margin-top:1.0rem;
	display:flex;
}
.newlist ul li .tex dl dd a{
	padding: 0.5rem 1.5rem;
	border-radius: 0.25rem;
	background: var(---black, #000);
	color: var(--fedd-00, #FEDD00);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newlist ul li .tex dl dd a:hover{
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
}
.newlist ul li .tex .date{
	width:auto;
	max-width:35%;
	color: var(---666, #666);
	font-size: 4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 7.2rem */
	display:none;
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlink{
	width:3.0rem;
}
.nlink ul{
	display:flex;
	flex-wrap: wrap;
}
.nlink ul li{
	width:100%;
	height:3.0rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:0.12rem;
}
.nlink ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nlink ul li a img{
	max-width:100%;
}
.newcon-l{
	width:calc(100% - 4.0rem);
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.52rem;
	color: var(--0-e-3-c-7-b, #0E3C7B);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.8rem;
	color: var(---666, #666);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.12rem;
}
.newnext ul{
	display:flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display:flex;
	padding-bottom:1.0rem;
	margin-top:1.5rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.newnext ul li b{
	width:5rem;
	min-width:5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newnext ul li a{
	color: var(---666, #666);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r{
	width:23.4%;
	display:none;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li .tex{
	padding:1.75rem 1.25rem;
}
.newcon-r ul li .tex dl dt{
	display:flex;
}
.newcon-r ul li .tex dl dt i{
	padding: 0.375rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--231815, #231815);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.newcon-r ul li .tex dl dd{
	margin-top:0.81rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
	justify-content: center;
}
.back a{
	padding: 0.5rem 1.5rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #FEDD00);
	color: var(---black, #000);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.nab{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
}
.abtit{
	width:100%;
	float:left;
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.05rem */
}
.abdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	text-transform: none;
}
.abdate b{
	margin-right:1.25rem;
}
.abdate a{
	display:flex;
}
.abdate img{
	margin-right:0.71rem;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:1.31rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:2.44rem;
	padding-bottom:1.0rem;
}
.subNav div{
	display:flex;
	align-items: center;
}
.subNav b{
	margin-right:1.37rem;
	color: var(---Gray-5, #E0E0E0);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav::after{ 
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	border-bottom:0px;
}
.currentDd b{
	color: var(---333, #333);
}

.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.navContent .a01{
	width:100%;
	display:flex;
	align-items: center;
}
.navContent  b{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:1.5rem;
}
.navContent .a01 div{
	width:100%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
}
.lx01-l ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3rem;
}
.lx01-l ul li{
	width:100%;
	margin-top:0.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.lx01-r{
	width:100%;
	margin-top:1.0rem;
}

.map{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.lx02{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.lx02 h1{
	color: var(---333, #333);
	font-family: Arial;
	font-size:1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.5rem;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 2.0rem;
}
.lx02 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02 ul li dl dt{
	padding-bottom:1.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%;
}
















.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.jz{
	justify-content:center;
}
.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:5rem;
}
.mart8{
	margin-top:4.75rem;
}
.mart6{
	margin-top:3.25rem;
}



.w100{
	width:100%;
}
.fl{
	float:left;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}
.xiang{ width:100%; float:left; margin-top:0px;}

.fudong{
	width:3.125rem;
	position:fixed;
	top:15.0rem;
	right:1.25rem;
	z-index:9;
}
.fudong ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display:flex;
	position:relative;
	margin-top:0.38rem;
}
.fudong ul li .num{
	width:1.1875rem;
	height:1.1875rem;
	position:absolute;
	border-radius: 0.625rem;
	background: var(--da-2122, #DA2122);
	color: #FFF;
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	right:-0.59375rem;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.fudong ul li a{
	width:100%;
	height:3.125rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 50%;
	background: var(--fedd-00, #FEDD00);
}
.fudong ul li a img{
	max-width:100%;
}
.fudong ul li .xl{
	width:12rem;
	position:absolute;
	top:0;
	left:-10rem;
	background: var(--fedd-00, #FEDD00);
	border-radius: 3.125rem;
	height:3.125rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color:#000;
	opacity:0;
	visibility:hidden;
	font-size:1.0rem;
}
.fudong ul li .xl k16{
	width:12rem;
}
.fudong ul li:hover .xl{
	opacity:1;
	visibility:visible;
}








.cpwrap{
	width:100%;
	float:left;
	background-image:url(../img/cpxbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.25rem 0;
}
.cptit2{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.cpwrap2{
	width:100%;
	float:left;
	background: #F3F6F9;
	padding-bottom:6.25rem;
}
.cptit3{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpsp{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.cpsp img{
	width:100%;
	height:auto;
	display:block;
}

.cpgdt{
	width:100%;
	float:left;
	position:relative;
}
.swiper {
      width: 100%;
	  float:left;
	  margin-top:3.75rem;
    }

.swiper-slide {
      text-align: center;
}


.swiper-slide .pic dl dt{
	overflow:hidden;
	height:18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0.5rem;
}
.swiper-slide .pic dl dt img{
	max-width:80%;
	max-height:70%;
}
.swiper-slide .pic dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.swiper-button-next:hover{
	background: var(--fedd-00, #FEDD00);
	color:#000;
}

.swiper-button-prev:hover{
	background: var(--fedd-00, #FEDD00);
	color:#000;
}
.swiper-button-next:after{
	content: "\2192";
}
.swiper-button-prev:after{
	content: "\2190";
}

container{
	width:100%;
	float:left;
}

}
































