@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	/*font-family: zt3;*/
	  font-family: Arial,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
img {
  pointer-events: none !important;
  /* 可选：禁止选择 */
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; /* 禁用长按呼出菜单（iOS） */
}
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@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: BebasNeue;
	src: url('../font/BebasNeue-Regular.ttf'),
	url('../font/BebasNeue-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto Condensed Regular.ttf'),
	url('../font/Roboto Condensed 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:#D71F19;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: no-preference) {
#marquee-template--15141841502416__marquee_EyAQh6 .marquee-wrapper-track {
    animation: marquee-move-text 34s linear infinite ;
  }
  
  #marquee-template--15141841502416__marquee_EyAQh6:hover .marquee-wrapper-track {
    animation-play-state: paused;
  }
}


@media (min-width:1000px) {
	
.header.yanse{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(---black, #000);
	top:0;
}

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

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

.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:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 5.2vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:6.75rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:6.75rem;
	position:relative;
	transition: all 0.6s;
}

.logo{
	width: 14%;
	display: flex;
	align-items: center;
	height:6.75rem;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}

.innav{
	width: 70%;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	align-items: center;
    display: flex;
    vertical-align: middle;
    width: fit-content;
    min-width: auto;
    justify-content: center;
    height: 6.75rem;
    flex-shrink: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.innav ul li a{
	width:100%;
	/*display: flex;*/
	align-items: center;
	flex-wrap: wrap;
	
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.0s;
}
.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:6.75rem;
	left:0;
	z-index:5;
	background: #000;
	padding:2.13rem 5.2vw;
	opacity:0;
	visibility: hidden;
	transition: all 0.0s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
	transition: all 0.0s;
}
.innav ul li:hover .xiala a{
	transition: all 0.0s;
}
.xlpro{
	width:100%;
	float:left;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding:2.5rem 3.75rem;
	display: flex;
	flex-wrap: wrap;
}
.xlpro01{
	width:calc(12.5% - 0.8rem);
	margin-right:0.8rem;
}

.xlpro01:nth-child(8n){
	margin-right:0px;
}
.xlpro01 .pic{
	overflow:hidden;
	width:100%;
}
.xlpro01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.xlpro01:hover .pic img{
	transform: scale(1.05);
}
.xlpro01 dl{
	width:100%;
}
.xlpro01 dl dt{
	margin-top:1.62rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
}
.xlpro01 dl dd{
	margin-top:1.62rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	font-family: zt3;
}
.xlpro01:hover dl dt{
	color: var(--fdd-30-f, #FDD30F);
}

.top-r{
	width:7%;
	display: flex;
	align-items: center;
}

.top-r .qiu{
	display: flex;
	width: 3.375rem;
	height: 3.375rem;
	justify-content: center;
	align-items: center;
	margin-right:0.62rem;
	background: var(--Color, #2D2D2D);
}
.top-r .lmcd{
	display: flex;
	width: 3.375rem;
	height: 3.375rem;
	justify-content: center;
	align-items: center;
	background: var(--Color, #2D2D2D);
	position:relative;
}
.top-r .lmcd .a01{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.top-r .lmcd .xl{
	width:10rem;
	position:absolute;
	top:3.375rem;
	right:0;
	z-index:3;
	visibility: hidden;
	opacity:0;
	padding-top:1.7rem;
}
.top-r .lmcd:hover .xl{
	visibility:visible;
	opacity:1;
	
}
.top-r .lmcd .xl .xl02{
	width:100%;
	height:10rem;
	overflow-y:scroll;
	background: var(--Color, #2D2D2D);
}
.top-r .lmcd .xl dl dd{
	display:flex;
}
.top-r .lmcd .xl dl dd a{
	width:100%;
	padding:0.75rem 1.0rem;
	display:flex;
	align-items: center;
	font-size:0.875rem;
	color:#FFF;
}
.top-r .lmcd .xl dl dd a img{
	margin-right:0.5rem;
}
.top-r .lmcd .xl dl dd a:hover{
	background: var(--fdd-30-f, #FDD30F);
}

.chax{
	right:8.33vw; 
	top:6.75rem;
	position: absolute;
	width:15rem; 
	z-index:2;
	display: none;
}
.chax.marg{
	top:4.5rem;
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
	border: 0px;
	outline:none;
}

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


.inmore{
	display:flex;
}
.inmore a{
	width: 16.875rem;
	height: 3rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(---white, #FFF);
	
	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: capitalize;
}
.inmore.a1{
	justify-content: center;
}
.inmore.a1 a{
	border: 1px solid var(--0-b-367-a, #0B367A);
	color: var(--0-b-367-a, #0B367A);
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inmore a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.inmore a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--fdd-30-f, #FDD30F);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color: var(--0-b-367-a, #0B367A);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.inmore a.cur::after{
	width:100%;
}
.inmore a.cur{
	color: var(--0-b-367-a, #0B367A);
	border:1px solid var(--fdd-30-f, #FDD30F);
}

.ingdtex{
	width:100%;
	float:left;
}
.ingdtex a{
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.ingdtex h3{
	font-size:1.15rem;
	color:#333;
	font-weight:700;
	}
.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-r{
	width:66%;
	color: var(--0-b-367-a, #0B367A);
	text-align: right;
	font-family: BebasNeue;
	font-size: 11.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 10.125rem */
}
.inab-l{
	width:32.2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inab-l h1{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.inab-l .a01{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inab-l .a01 .inmore{
	margin-top:3.75rem;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:10rem;
	overflow:hidden;
}
.inabpic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabpic:hover img{
	transform: scale(1.05);
}
.intit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.incplm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.incplm ul{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	
	flex-wrap: wrap;
}
.incplm ul li{
	width:15.625%;
	display: flex;
	margin-right:1rem;
	align-items: center;
	margin-bottom:1rem;
}
.incplm ul li a{
	width:100%;
	padding: 0.75rem 0.9rem 0.75rem 1.475rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family:BebasNeue;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.incplm ul li a::after{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incplm ul li a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}
.incplm ul li a.cur{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(25.2% - 1.19rem);
	margin-right:1.19rem;
	margin-top:3.75rem;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	margin-top:1.94rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li dl dd{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:8px;
}
.insp{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.insp .pic{
	overflow:hidden;
}
.insp .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.insp:hover .pic img{
	transform: scale(1.05);
}
.insp .tex{
	width:100%;
	position:absolute;
	top:9%;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
	text-transform: uppercase;
}
.insp .tex .play{
	display:flex;
	margin-top:5.26rem;
}
.insp .tex .play .a01{
	width: 6.86rem;
	height: 6.86rem;
	display:flex;
}
.insp .tex .play .a01 a{
	width:100%;
	height:100%;
	display:flex;
	position:relative;
}
.insp .tex .play .a01 a::before{
	width:4.63rem;
	height:4.63rem;
	content:'';
	display:inline-block;
	position:absolute;
	top:calc(50% - 2.315rem);
	left:calc(50% - 2.315rem);
	z-index:2;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F) url(../img/play.svg) no-repeat center;
}
.rotating-circle {
	width: 6.86rem;
	height: 6.86rem;
	border-radius: 50%;
	background-image:url(../img/Rectangle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	animation: rotate 6s linear infinite;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inexp{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.inexp .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inexp:hover .pic img{
	transform: scale(1.05);
}
.inexp .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inexp .tex .a01{
	width:80%;
}
.inexp .tex .a01 .b1{
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-family: BebasNeue;
	font-size: 11rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
	text-transform: uppercase;
}
.inexp .tex .a01 .b2{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
}
.inexp .tex .a01 .b2 div{
	width:54%;
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}

.inprolist{
	width:100%;
	float:left;
	border-bottom: 1px solid var(--0-b-367-a, #0B367A);
}
.inprolist ul{
	display: flex;
	flex-wrap: wrap;
}
.inprolist ul li{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inprolist ul li .tex{
	width:50%;
	padding:0 5.2vw;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inprolist ul li .tex .tit{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}

.inprolist ul li .tex2{
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inprolist ul li .tex2 .a01{
	width:100%;
	padding:6.2rem 5.2vw;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.inprolist ul li .tex2 .a01:last-child{
	border-bottom:0px;
}
.inprolist ul li .tex2 .a01 dl dt{
	color: var(---999, #999);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.inprolist ul li .tex2 .a01 dl dd{
	margin-top:0.69rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	/*text-transform: capitalize;*/
}
.inprolist ul li .tex2 .a01:hover dl dt{
	color: var(--0-b-367-a, #0B367A);
}
.inprolist ul li .tex2 .a01:hover dl dd{
	color: var(---black, #000);
}

.inprolist ul li .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.inprolist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inprolist ul li .pic:hover img{
	transform: scale(1.05);
}
.intit2{
	width:100%;
	float: left;
	margin-top:10rem;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 11.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.innew{
	width:100%;
	float: left;
	margin-top:3.75rem;
	border-top:1px solid #E0E0E0;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:2.5rem;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
}
.innew ul li .num{
	width:auto;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.innew ul li .atit{
	width:30%;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
}
.innew ul li .atex{
	width:31%;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.innew ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.innew ul li a:hover .num{
	color: var(--0-b-367-a, #0B367A);
}
.innew ul li a:hover .atit{
	color: var(--0-b-367-a, #0B367A);
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:50%;
	padding:6.25rem 5.2vw;
	padding-bottom:3.38rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.foot-l .a01{
	width:100%;
	font-family: BebasNeue;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	text-transform: uppercase;
	background: var(--Linear, linear-gradient(180deg, #E4E4E4 9.52%, #8B8B8B 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.foot-l .a02{
	width:100%;
	display: flex;
	align-items: center;
}
.foot-l .a02 a{
	margin-right:0.94rem;
	display:flex;
}
.foot-r{
	width:50%;
	padding:6.25rem 5.2vw;
	padding-bottom:3.38rem;
	border-left:1px solid rgba(255, 255, 255, 0.30);
}
.foot-r .dbnav{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-r .dbnav dl dt{
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:0.5rem;
}
.foot-r .dbnav dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.06rem;
}
.foot-r .dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot-r .dbnav dl dd a:hover{
	color: var(---white, #FFF);
}
.foot-r .copy{
	width:100%;
	display:flex;
	margin-top:10rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.fudong{
	width:3.125rem;
	position:fixed;
	right:0;
	bottom:5.3rem;
	z-index:9;
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.38rem;
}
.fudong ul li a{
	width:100%;
	height:3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F);
}
.fudong ul li a img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nybanner:hover img{
	transform: scale(1.05);
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	padding:0 5.2vw;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: #FFF;
	font-family: BebasNeue;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 dl dd{
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 .inmore{
	margin-top:1.44rem;
}
.nybanner .tex .tex01 .inmore a{
	margin-right:0.62rem;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	margin-bottom:2.5rem;
}
.cpsm dl{
	width:83.7%;
}
.cpsm dl dt{
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.cpsm dl dd{
	margin-top:3.75rem;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #FDD30F);
	background: var(--fdd-30-f, #FDD30F);
	color:#000;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #FDD30F);
	background: var(--fdd-30-f, #FDD30F);
	color:#000;
}
.cpbanner{
	width:100%;
	float:left;
	margin-top:6.75rem;
	padding:4.56rem 5.2vw;
}
.cpbanner dl dt{
	color: var(--Color, #2D2D2D);
	font-family: BebasNeue;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 5.4rem */
}
.cpbanner dl dd{
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 11.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.cptit{
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
	margin-top:3.25rem;
	
}

.cpa01{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}

.cpa02{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	font-family: zt3;
}
.cpa03{
	margin-top:3.13rem;
	display: flex;
	flex-wrap: wrap;
}
.cpa03 a{
	width:100%;
	padding: 1rem 0;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #2D2D2D);
	color: var(--Color, #2D2D2D);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.62rem;
}
.cpa03 a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--Color, #2D2D2D);
	border: 1px solid var(--Color, #FDD30F);
}
.cpa03 a.cur{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--Color, #2D2D2D);
	border: 1px solid var(--Color, #FDD30F);
}
.cpa04{
	margin-top:5.94rem;
	font-size: 0.875rem;
	line-height:2;
}
.cpa04 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpa04 ul li{
	width:100%;
	margin-top:1.56rem;
	padding-bottom:0.94rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.cpa04 table{
	width:100%;
}
.cpa04 table td{
	width:auto;
	 padding: 0.56rem 0.3rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.cpa04.a01 ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpa04.a01 ul li div{
	width:50%;
}
.cptit2{
	margin-top:7.5rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
}
.cpshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpshow ul li{
	width:26rem;
	float:left;
	margin-right:1.19rem;
}
.cpshow ul li dl dt{
	overflow: hidden;
}
.cpshow ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpshow ul li dl dd{
	margin-top:1.94rem;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#demo img {  
} 
#indemo {
	float: left;
	width: 800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
} 
.showpic{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.showpic img{
	width:100%;
	height: auto;
	display:block;
}
.showpic .play{
	width: 6.86rem;
	height: 6.86rem;
	position:absolute;
	left:calc(50% - 3.43rem);
	top:calc(50% - 3.43rem);
	z-index:2;
}
.showpic .play .a01{
	width: 6.86rem;
	height: 6.86rem;
	display:flex;
}
.showpic .play .a01 a{
	width:100%;
	height:100%;
	display:flex;
	position:relative;
}
.showpic .play .a01 a::before{
	width:4.63rem;
	height:4.63rem;
	content:'';
	display:inline-block;
	position:absolute;
	top:calc(50% - 2.315rem);
	left:calc(50% - 2.315rem);
	z-index:2;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F) url(../img/play.svg) no-repeat center;
}
.rotating-circle {
	width: 6.86rem;
	height: 6.86rem;
	border-radius: 50%;
	background-image:url(../img/Rectangle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	animation: rotate 6s linear infinite;
}

.xzsm{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.xzlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:3.75rem;
	padding-bottom:1.5rem;
	border-bottom: 1px solid var(--Color, #2D2D2D);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li .tit{
	width:34.375%;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .date{
	width:25%;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .size{
	width:25%;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .down{
	width:15.625%;
	display:flex;
}
.xzlist ul li .down a{
	width:100%;
	display: flex;
	padding: 0.75rem 1rem 0.75rem 1.875rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family: BebasNeue;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.xzlist ul li .down a::after{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xzlist ul li .down a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}

.fwsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
}
.fwsm div{
	width:87.7%;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.fwlist{
	width:100%;
	float:left;
	margin-top:10rem;
}
.fwlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid var(--0-b-367-a, #0B367A);
}
.fwlist ul li .tex{
	width:40%;
	padding:0 5.2vw;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fwlist ul li .tex h1{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.fwlist ul li .tex h1:hover{
	color: var(--0-b-367-a, #0B367A);
}
.fwlist ul li .tex .more{
	display:flex;
	margin-top:6.25rem;
}
.fwlist ul li .tex .more a{
	width: 24.125rem;
	height: 3rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #2D2D2D);
	
	color: var(--Color, #2D2D2D);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlist ul li .tex .more a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.fwlist ul li .tex .more a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--fdd-30-f, #FDD30F);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li .tex .more a:hover::after{
	width:100%;
}
.fwlist ul li .tex .more a:hover{
	color: var(--Color, #2D2D2D);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.fwlist ul li .tex .more a.cur::after{
	width:100%;
}
.fwlist ul li .tex .more a.cur{
	color: var(--Color, #2D2D2D);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.fwlist ul li .pic{
	width:60%;
	overflow:hidden;
	position:relative;
}
.fwlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
    
}
.fwlist ul li:hover .pic img{
	filter: grayscale(0%);
	transform: scale(1.05);
    
}
.fwlist ul li .pic:hover img{
	transform: scale(1.05);
}

.nwrap{
	width:100%;
	float:left;
	margin-top:6.75rem;
	position:relative;
}
.nwrap::before{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:11.37rem;
	background: #000;
	content:'';
	display:inline-block;
	z-index:-1;
}
.newcon{
	width:100%;
	float:left;
	background: var(--fdd-30-f, #FDD30F);
	padding:5.0rem;
	margin-top:5.12rem;
}
.newdate{
	width:100%;
	float:left;
	display:flex;
}
.newdate i{
	padding: 0.25rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(--0-b-367-a, #0B367A);
	color: var(--0-b-367-a, #0B367A);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.newlink{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
	align-items: center;
}
.newlink a{
	display:flex;
	margin-right:1.25rem;
}
.newtex{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:5.0rem;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
	display: inline-block;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:49.8%;
	display:flex;
}
.newnext ul li a{
	width:100%;
	padding: 2.25rem 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a:hover{
	background: var(--0-b-367-a, #0B367A);
	color: var(---white, #FFF);
}

.nab01{
	width:100%;
	float:left;
	margin-top:10rem;
}
.nab01 dl dt{
	color: var(--Color, #2D2D2D);
	font-family: BebasNeue;
	font-size: 11.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.nab01 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01 dl dd .a01{
	width:44%;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 11.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.nab01 dl dd .a02{
	width:52.3%;
	color: var(---333, #333);
	text-align: right;
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.nab02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:8.0rem;
	overflow:hidden;
}
.nab03 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab03:hover img{
	transform: scale(1.05);
}

.abnum{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:3.75rem;
}
.abnum ul li dl dt{
	overflow:hidden;
}
.abnum ul li dl dt img{
	max-height:3.75rem;
}
.abnum ul li dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li .sz{
	width:auto;
	color: var(--0-b-367-a, #0B367A);
	text-align: right;
	font-family: BebasNeue;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab04{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.nab04 img{
	width:100%;
	height:auto;
	display:block;
}
.nab04 .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:3.75rem;
	z-index:2;
	padding:0 5.2vw;
	display:flex;
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nab04 .tex div{
	width:42.5%;
}

.nab05{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.nab05 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab05:hover .pic img{
	transform: scale(1.05);
}
.nab05 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nab05 .tex .a01{
	width:60%;
}
.nab05 .tex .a01 .b1{
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab05 .tex .a01 .b2{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
}
.nab05 .tex .a01 .b2 div{
	width:50%;
	color: var(---black, #000);
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inmore2{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
}
.inmore2 a{
	width: 16.875rem;
	height: 3rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(---black, #000);
	
	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: capitalize;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inmore2 a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.inmore2 a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(---black, #000);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore2 a:hover::after{
	width:100%;
}
.inmore2 a:hover{
	color: var(---white, #FFF);
}
.inmore2 a.cur::after{
	width:100%;
}
.inmore2 a.cur{
	color: var(---white, #FFF);
}

.map{
	width:100%;
	float:left;
	margin-top:6.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}




.zym{
	display:none;
}





























.mart0{
	margin-top:0rem;
}
.mart12{
	margin-top:12.5rem;
}
.mart1{
	margin-top:0.94rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.mobile{display: none;}
}

@media (min-width:2000px){




}


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

.incplm ul li{
	width: 19%;
	}
.incplm ul li:nth-child(5){
	margin-right: 0rem;
	}



}

@media (min-width:1000px) and (max-width:1700px){
.nab01 dl dt{
	font-size:8.0rem;
}
.nab01 dl dd .a01{
	font-size:8.0rem;
}
.nab01 dl dd .a02{
	font-size:3.0rem;
}
.nab05 .tex .a01 .b1{
	font-size:5.0rem;
}
.inprolist ul li .tex2 .a01{
	padding:4.2rem 5.2vw;
}
.inprolist ul li .tex .tit{
	font-size:3.0rem;
}
.inprolist ul li .tex2 .a01 dl dt{
	font-size:3.0rem;
}
.intit2{
	font-size:8.0rem;
}
.inab-r{
	font-size:8.0rem;
}
.insp .tex{
	font-size:8.0rem;
}
.inexp .tex .a01 .b1{
	font-size:8.0rem;
}
.cpbanner dl dd{
	font-size:8.0rem;
}
.cpbanner dl dt{
	font-size:5.0rem;
}
.incplm ul li {
    width: 18.3%;
}















	
}

@media (min-width:1000px) and (max-width:1360px){
.header.yanse.yanse01 .intop{
	padding:0 5.2vw;
}
.zlm{
	padding:0 5.2vw;
}
.xlpro01 dl dt{
	font-size: 0.75rem;
	}
.header.yanse .intop{
	padding:0 5.2vw;
}
.main{
	padding:0 5.2vw;
}
.innav ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.innav ul li a{
	font-size:1.25rem;
}
.foot-l .a01{
	font-size:4.0rem;
}
.foot-r .dbnav dl dd{
	font-size:0.75rem;
}
.foot-r .dbnav dl dt{
	font-size:1.5rem;
}
.nab01 dl dt{
	font-size:5.0rem;
}

.nab01 dl dd .a01{
	font-size:5.0rem;
}
.nab01 dl dd .a02{
	font-size:2.0rem;
}
.abnum ul li .sz{
	font-size:5.0rem;
}
.nab04 .tex{
	font-size:2.0rem;
}
.nab05 .tex .a01 .b1{
	font-size:3.0rem;
}
.nab05 .tex .a01 .b2 div{
	width:70%;
}
.inprolist ul li .tex2 .a01{
	padding:2rem 5.2vw;
}

.inprolist ul li .tex2 .a01 dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inprolist ul li .tex2 .a01 dl dt{
	font-size:2.0rem;
}
.inprolist ul li .tex .tit{
	font-size:2.0rem;
	margin-bottom:2.0rem;
}
.inprolist ul li .tex{
	font-size:0.75rem;
}
.newtit{
	font-size:3.0rem;
}
.intit2{
	font-size:6.0rem;
}

.nybanner .tex .tex01 dl dt{
	font-size:5.0rem;
}
.fwlist ul li .tex h1{
	font-size:3.0rem;
	margin-bottom:2.0rem;
}
.fwlist ul li .tex p{
	font-size:0.875rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fwlist ul li .tex .more a{
	width:16rem;
}
.incplm ul li a{
	font-size:0.875rem;
}
.xzlist ul li .down a{
	font-size:0.75rem;
}
.xzlist ul li .tit{
	font-size:1.25rem;
}
.inab-r{
	font-size:5.0rem;
}
.insp .tex{
	font-size:6.0rem;
}
.inexp .tex .a01 .b1{
	font-size:5.0rem;
}
.inexp .tex .a01 .b2 div{
	width:64%;
}
.fudong{
	bottom:2.0rem;
}
.cpsm dl dt{
	font-size:3.0rem;
}
.cpbanner dl dt{
	font-size:4.0rem;
}
.cpbanner dl dd{
	font-size:6.0rem;
}

.cpshow ul li{
	width:17rem;
}
.cptit{
	font-size:2.5rem;
}
.cpa02{
	margin-top:2.5rem;
}
.cpa04{
	margin-top:3.0rem;
}
.cptit2{
	margin-top:3.5rem;
}

.cpa04 ul li{
	margin-top:1.0rem;
}










	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem;
	background-color:#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{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
}
.logo img{ 
	max-width:50%; 
	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;
	display: flex;
	align-items: center;
	justify-content: 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:4.0rem;
	height:5.0rem;
	display: flex;
	background-color:var(--fdd-30-f, #FDD30F);
	align-items: center;
	justify-content: center;
	position:absolute;
	right:0rem;
	top:0;
	z-index:3;
}
.top-r a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:1.0rem;
	color:var(--0-b-367-a, #0B367A);
}
.top-r a::after{
	margin-left:0.31rem;
	font-family:"宋体";
	font-weight:bold;
	content: "\003E";
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.zym{
	width:100%;
	position: fixed;
	bottom:0rem;
	left:0;
	z-index:9999;
	display:none;
}
.zym01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
	border-radius:1rem 1rem 0 0;
}
.zym01 div{
	width:50%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	display:flex;
}
.zym01 div a{
	width:100%;
	padding:1.0rem;
	display: flex;
	align-items: center;
	font-size:1.0rem;
	color:#333;
}
.zym01 div a:hover{
	background-color:#f5f5f5;
}
.zym01 div a img{
	max-height:1.5rem;
	margin-right:0.62rem;
}


.subNavBox3{
	width:85%;
	float:right; 
	background:#fff;  
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#000;
	font-size:1.25rem;
}

.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
	margin-right:0.5rem;
} 
.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: var(--fdd-30-f, #FDD30F); color: var(--0-b-367-a, #0B367A);}
.currentDd3 a{
	color: var(--0-b-367-a, #0B367A);
}
.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.2vw;
}


.inmore{
	display:flex;
}
.inmore a{
	width: 10.875rem;
	height: 2rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(---white, #FFF);
	
	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: capitalize;
}
.inmore.a1{
	justify-content: center;
}
.inmore.a1 a{
	border: 1px solid var(--0-b-367-a, #0B367A);
	color: var(--0-b-367-a, #0B367A);
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inmore a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.inmore a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--fdd-30-f, #FDD30F);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color: var(--0-b-367-a, #0B367A);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.inmore a.cur::after{
	width:100%;
}
.inmore a.cur{
	color: var(--0-b-367-a, #0B367A);
	border:1px solid var(--fdd-30-f, #FDD30F);
}

.ingdtex{
	width:100%;
	float:left;
}
.ingdtex a{
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inab{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-r{
	width:100%;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 3.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 10.125rem */
	margin-top:3.0rem;
}
.inab-l{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inab-l h1{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.inab-l .a01{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inab-l .a01 .inmore{
	margin-top:3.75rem;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:3rem;
	overflow:hidden;
}
.inabpic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabpic:hover img{
	transform: scale(1.05);
}
.intit{
	width:100%;
	float:left;
	margin-top:4.5rem;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.incplm{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.incplm ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incplm ul li{
	width:49%;
	display: flex;
	align-items: center;
	margin-top:0.5rem;
}
.incplm ul li a{
	width:100%;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family:BebasNeue;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.incplm ul li a::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incplm ul li a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}
.incplm ul li a.cur{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:2.5rem;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	margin-top:1.0rem;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inpro ul li dl dd{
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:8px;
}
.insp{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.insp .pic{
	overflow:hidden;
}
.insp .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.insp:hover .pic img{
	transform: scale(1.05);
}
.insp .tex{
	width:100%;
	position:absolute;
	top:9%;
	left:0;
	z-index:1;
	padding:0 5.2vw;
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
	text-transform: uppercase;
}
.insp .tex .play{
	display:flex;
	margin-top:1.26rem;
}
.insp .tex .play .a01{
	width: 3.86rem;
	height: 3.86rem;
	display:flex;
}
.insp .tex .play .a01 a{
	width:100%;
	height:100%;
	display:flex;
	position:relative;
}
.insp .tex .play .a01 a::before{
	width:2.63rem;
	height:2.63rem;
	content:'';
	display:inline-block;
	position:absolute;
	top:calc(50% - 1.315rem);
	left:calc(50% - 1.315rem);
	z-index:2;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F) url(../img/play.svg) no-repeat center;
	background-size:1.5rem auto;
}
.rotating-circle {
	width: 3.86rem;
	height: 3.86rem;
	border-radius: 50%;
	background-image:url(../img/Rectangle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	animation: rotate 6s linear infinite;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inexp{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.inexp .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inexp:hover .pic img{
	transform: scale(1.05);
}
.inexp .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inexp .tex .a01{
	width:59%;
}
.inexp .tex .a01 .b1{
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-family: BebasNeue;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
	text-transform: uppercase;
}
.inexp .tex .a01 .b2{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
	display:none;
}
.inexp .tex .a01 .b2 div{
	width:54%;
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}

.inprolist{
	width:100%;
	float:left;
	border-bottom: 1px solid var(--0-b-367-a, #0B367A);
}
.inprolist ul{
	display: flex;
	flex-wrap: wrap;
}
.inprolist ul li{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inprolist ul li .tex{
	width:100%;
	padding:3.0rem 5.2vw;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inprolist ul li .tex .tit{
	margin-bottom:2.0rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}

.inprolist ul li .tex2{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inprolist ul li .tex2 .a01{
	width:100%;
	padding:2.5rem 5.2vw;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.inprolist ul li .tex2 .a01:last-child{
	border-bottom:0px;
}
.inprolist ul li .tex2 .a01 dl dt{
	color: var(---999, #999);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 6rem */
	text-transform: capitalize;
}
.inprolist ul li .tex2 .a01 dl dd{
	margin-top:0.69rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;

	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.inprolist ul li .tex2 .a01:hover dl dt{
	color: var(--0-b-367-a, #0B367A);
}
.inprolist ul li .tex2 .a01:hover dl dd{
	color: var(---black, #000);
}

.inprolist ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.inprolist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inprolist ul li .pic:hover img{
	transform: scale(1.05);
}
.intit2{
	width:100%;
	float: left;
	margin-top:4rem;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.innew{
	width:100%;
	float: left;
	margin-top:3.75rem;
	border-top:1px solid #E0E0E0;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:1.5rem;
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
}
.innew ul li .num{
	width:auto;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.innew ul li .atit{
	width:80%;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
}
.innew ul li .atex{
	width:31%;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:none;
}
.innew ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.innew ul li a:hover .num{
	color: var(--0-b-367-a, #0B367A);
}
.innew ul li a:hover .atit{
	color: var(--0-b-367-a, #0B367A);
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:100%;
	padding:2.25rem 3vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.foot-l .a01{
	width:100%;
	font-family: BebasNeue;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	text-transform: uppercase;
	background: var(--Linear, linear-gradient(180deg, #E4E4E4 9.52%, #8B8B8B 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.foot-l .a02{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:3.0rem;
}
.foot-l .a02 a{
	margin-right:0.5rem;
	display:flex;
}
.foot-r{
	width:100%;
	padding:1.25rem 5.2vw;
	border-top:1px solid rgba(255, 255, 255, 0.30);
}
.foot-r .dbnav{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot-r .dbnav dl dt{
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:0.5rem;
}
.foot-r .dbnav dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.06rem;
}
.foot-r .dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot-r .dbnav dl dd a:hover{
	color: var(---white, #FFF);
}
.foot-r .copy{
	width:100%;
	display:flex;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.fudong{
	width:3.125rem;
	position:fixed;
	right:0;
	bottom:5.3rem;
	z-index:999;
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.38rem;
}
.fudong ul li a{
	width:100%;

	height:3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F);
}
.fudong ul li a img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nybanner:hover img{
	transform: scale(1.05);
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	padding:0 5.2vw;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: #FFF;
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 dl dd{
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 .inmore{
	margin-top:1.0rem;
}
.nybanner .tex .tex01 .inmore a{
	margin-right:0.62rem;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	margin-bottom:1.5rem;
}
.cpsm dl{
	width:100%;
}
.cpsm dl dt{
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.cpsm dl dd{
	margin-top:1.75rem;
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #FDD30F);
	background: var(--fdd-30-f, #FDD30F);
	color:#000;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #FDD30F);
	background: var(--fdd-30-f, #FDD30F);
	color:#000;
}
.cpbanner{
	width:100%;
	float:left;
	margin-top:5rem;
	padding:2.56rem 5.2vw;
}
.cpbanner dl dt{
	color: var(--Color, #2D2D2D);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 5.4rem */
}
.cpbanner dl dd{
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 3.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
}
.cptit{
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
	margin-top:2.5rem;
}
.cpa01{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.cpa02{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	font-family: zt3;
}
.cpa03{
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
}
.cpa03 a{
	width:100%;
	padding: 1rem 0;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #2D2D2D);
	color: var(--Color, #2D2D2D);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.62rem;
}
.cpa03 a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--Color, #2D2D2D);
	border: 1px solid var(--Color, #FDD30F);
}
.cpa03 a.cur{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--Color, #2D2D2D);
	border: 1px solid var(--Color, #FDD30F);
}
.cpa04{
	margin-top:2.0rem;
}
.cpa04 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpa04 ul li{
	width:100%;
	margin-top:1.56rem;
	padding-bottom:0.94rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.cpa04 .tab {
    overflow-x: scroll;
}
.cpa04 table{
	width:auto;
}
.cpa04 table td{
	width: auto;
    padding: 0.56rem 0.3rem;
    border-bottom: 1px solid #E0E0E0;
    color: var(---333, #333);
    font-size: 0.785rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    font-family: zt3;
}
.cpa04.a01 ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpa04.a01 ul li div{
	width:50%;
}
.cptit2{
	margin-top:3.5rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 2.25rem */
}
.cpshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpshow ul li{
	width:12rem;
	float:left;
	margin-right:1.0rem;
}
.cpshow ul li dl dt{
	overflow: hidden;
}
.cpshow ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpshow ul li dl dd{
	margin-top:1.0rem;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#demo img {  
} 
#indemo {
	float: left;
	width: 800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
} 
.showpic{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.showpic img{
	width:100%;
	height: auto;
	display:block;
}

.showpic .play{
	width: 6.86rem;
	height: 6.86rem;
	position:absolute;
	left:calc(50% - 3.43rem);
	top:calc(50% - 3.43rem);
	z-index:2;
}
.showpic .play .a01{
	width: 6.86rem;
	height: 6.86rem;
	display:flex;
}
.showpic .play .a01 a{
	width:100%;
	height:100%;
	display:flex;
	position:relative;
}
.showpic .play .a01 a::before{
	width:4.63rem;
	height:4.63rem;
	content:'';
	display:inline-block;
	position:absolute;
	top:calc(50% - 2.315rem);
	left:calc(50% - 2.315rem);
	z-index:2;
	border-radius:50%;
	background: var(--fdd-30-f, #FDD30F) url(../img/play.svg) no-repeat center;
}
.rotating-circle {
	width: 6.86rem;
	height: 6.86rem;
	border-radius: 50%;
	background-image:url(../img/Rectangle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	animation: rotate 6s linear infinite;
}

.xzsm{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.xzlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:1.75rem;
	padding-bottom:1.5rem;
	border-bottom: 1px solid var(--Color, #2D2D2D);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li .tit{
	width:60%;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xzlist ul li .date{
	width:25%;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.xzlist ul li .size{
	width:25%;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.xzlist ul li .down{
	width:35%;
	display:flex;
}
.xzlist ul li .down a{
	width:100%;
	display: flex;
	padding: 0.5rem 0.75rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family: BebasNeue;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.xzlist ul li .down a::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xzlist ul li .down a:hover{
	background: var(--fdd-30-f, #FDD30F);
	color: var(--0-b-367-a, #0B367A);
}

.fwsm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.fwsm div{
	width:87.7%;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.fwlist{
	width:100%;
	float:left;
	margin-top:4rem;
}
.fwlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid var(--0-b-367-a, #0B367A);
}
.fwlist ul li .tex{
	width:100%;
	padding:3.0rem 5.2vw;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fwlist ul li .tex h1{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.fwlist ul li .tex h1:hover{
	color: var(--0-b-367-a, #0B367A);
}
.fwlist ul li .tex .more{
	display:flex;
	margin-top:3.25rem;
}
.fwlist ul li .tex .more a{
	width: 14.125rem;
	height: 2rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #2D2D2D);
	
	color: var(--Color, #2D2D2D);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlist ul li .tex .more a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.fwlist ul li .tex .more a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--fdd-30-f, #FDD30F);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li .tex .more a:hover::after{
	width:100%;
}
.fwlist ul li .tex .more a:hover{
	color: var(--Color, #2D2D2D);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.fwlist ul li .tex .more a.cur::after{
	width:100%;
}
.fwlist ul li .tex .more a.cur{
	color: var(--Color, #2D2D2D);
	border:1px solid var(--fdd-30-f, #FDD30F);
}
.fwlist ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.fwlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwlist ul li:hover .pic img{
	filter: grayscale(0%);
	transform: scale(1.05);
    
}


.nwrap{
	width:100%;
	float:left;
	margin-top:5rem;
	position:relative;
}
.nwrap::before{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:6.37rem;
	background: #000;
	content:'';
	display:inline-block;
	z-index:-1;
}
.newcon{
	width:100%;
	float:left;
	background: var(--fdd-30-f, #FDD30F);
	padding:2.0rem;
	margin-top:3.0rem;
}
.newdate{
	width:100%;
	float:left;
	display:flex;
}
.newdate i{
	padding: 0.25rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(--0-b-367-a, #0B367A);
	color: var(--0-b-367-a, #0B367A);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.newlink{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display:flex;
	align-items: center;
}
.newlink a{
	display:flex;
	margin-right:0.5rem;
}
.newtex{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
	margin-top:1.75rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
	display:block;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display:flex;
	margin-top:0.5rem;
}
.newnext ul li a{
	width:100%;
	padding: 1.5rem 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-family: BebasNeue;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a:hover{
	background: var(--0-b-367-a, #0B367A);
	color: var(---white, #FFF);
}

.nab01{
	width:100%;
	float:left;
	margin-top:4rem;
}
.nab01 dl dt{
	color: var(--Color, #2D2D2D);
	font-family: BebasNeue;
	font-size: 3.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.nab01 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01 dl dd .a01{
	width:100%;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 3.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 90%; /* 10.125rem */
}
.nab01 dl dd .a02{
	width:100%;
	color: var(---333, #333);
	margin-top:2.0rem;
	font-family: BebasNeue;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
}
.nab02{
	width:100%;
	float:left;
	margin-top:2.25rem;
	color: var(---black, #000);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.0rem;
	overflow:hidden;
}
.nab03 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab03:hover img{
	transform: scale(1.05);
}

.abnum{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.75rem;
}
.abnum ul li dl dt{
	overflow:hidden;
}
.abnum ul li dl dt img{
	max-height:3.75rem;
}
.abnum ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum ul li .sz{
	width:100%;
	color: var(--0-b-367-a, #0B367A);
	font-family: BebasNeue;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab04{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.nab04 img{
	width:100%;
	height:auto;
	display:block;
}
.nab04 .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.75rem;
	z-index:2;
	padding:0 5.2vw;
	display:flex;
	color: var(---white, #FFF);
	font-family: BebasNeue;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nab04 .tex div{
	width:65%;
}

.nab05{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
.nab05 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab05:hover .pic img{
	transform: scale(1.05);
}
.nab05 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nab05 .tex .a01{
	width:80%;
}
.nab05 .tex .a01 .b1{
	color: var(--0-b-367-a, #0B367A);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab05 .tex .a01 .b2{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
	display:none;
}
.nab05 .tex .a01 .b2 div{
	width:50%;
	color: var(---black, #000);
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inmore2{
	display:flex;
	justify-content: center;
	margin-top:1.5rem;
}
.inmore2 a{
	width: 10.875rem;
	height: 2rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:5;
	
	overflow:hidden;
	
	border-radius: 0.25rem;
	border: 1px solid var(---black, #000);
	
	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: capitalize;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inmore2 a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	content:'';
	display:inline-block;
}
.inmore2 a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(---black, #000);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore2 a:hover::after{
	width:100%;
}
.inmore2 a:hover{
	color: var(---white, #FFF);
}
.inmore2 a.cur::after{
	width:100%;
}
.inmore2 a.cur{
	color: var(---white, #FFF);
}

.map{
	width:100%;
	float:left;
	margin-top:5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}



.splide__list{
	width:100%;
}





.mart0{
	margin-top:0rem;
}
.mart12{
	margin-top:4.5rem;
}
.mart1{
	margin-top:0.94rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart3{
	margin-top:1.75rem;
}




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

}
































