body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@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 */
	
}
*{
	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:#C30D23;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#333;
}

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

.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 .intop:hover{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
}
.header.yanse.yanse01 .intop:hover a{
	color:#333;
}
.header.yanse.yanse01 .intop:hover a:hover{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:4.875rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:4.875rem;
	position:relative;
	transition: all 0.6s;
}

.logo{
	width:7.35vw;
	display: flex;
	align-items: center;
	height:4.875rem;
	max-width:7.35vw;
	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:4.875rem;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	font-family: zt4;
}

.innav ul li a{
	width:100%;
	position:relative;
	height:4.875rem;
	display: flex;
	align-items: center;
	padding:0 3.0vw;
	border-left: 1px solid var(---Gray-6, #F2F2F2);
}
.innav ul li a:hover{
	color:#C30D23;
}

.header.yanse .innav ul li:hover{
	color:#333;
	background: var(---Gray-6, #F2F2F2);
}
.header.yanse .innav ul li.cur a{
	color:#C30D23;
	font-weight:bold;
	background: var(---Gray-6, #F2F2F2);
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:4.875rem;
	left:0;
	z-index:9;
	background:rgb(247, 247, 247);
	padding:10px 2.0vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
	height:0;
}
.innav ul li .xiala a{
	transition: all 0.2s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
	height:330px;
}
.innav ul li .xiala .a01{
	width:calc(100% - 421px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	padding-left:60px;
}
.innav ul li .xiala .a01.w30{
	width:30%;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.81rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	margin-bottom:0.87rem;
	text-transform:capitalize;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #C30D23);
}
.innav ul li .xiala .a01 dl{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.innav ul li .xiala .a01 dl dd{
	width:20%;
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	display: flex;
	align-items: center;
	text-transform:capitalize;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
	padding:0 0;
	border-left:0px;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
	display:none;
}
.innav ul li .xiala .sx{
	width:1px;
	background-color:#E0E0E0;
}
.innav ul li .xiala .a02{
	width:420px;
	padding:20px 60px;
	padding-left:0px;
	border-right:1px solid #E0E0E0;
}
.innav ul li .xiala .a02 dl dt{
	color: var(---333, #333);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:1.81rem;
}
.innav ul li .xiala .a02 dl dd img{
	max-width:100%;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width:4.875rem;
	display: flex;
	align-items: center;
	justify-content:center;
	height:4.875rem;
	background: var(--Color, #C30D23);
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:4.875rem;
	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;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width: 4.875rem;
	height:4.875rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	background: var(---Gray-6, #F2F2F2);
}
.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#C30D23;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#C30D23;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#C30D23;
}
.header.yanse .innav ul li.cur .xiala a{
	background-color:transparent;
	font-weight:normal;
}

.chax{
	right:0; 
	top:4.875rem;
	position: absolute;
	width:100%; 
	z-index:996;
	display: none;
	background-color:#FFF;
}

.search{
	width:100%;
	float:left;
	padding:5.38rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search .s01{
	width:37%;
}
.search .s01 dl dt{
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.search .s01 dl dd{
	margin-top:2.0rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ssbk{
	width:auto;
	border:0px;
	background-color:transparent;
	outline:none;
	color: var(---black, #000);
	font-family: "Microsoft YaHei";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.search .s01 dl dd a{
	display:flex;
}
.search .s01 dl dd img{
	opacity: 0.5;
	transition: all 0.6s;
}
.search .s01 dl dd:hover img{
	opacity: 1;
}
.search .s01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.search .s01 ul li{
	width:49.5%;
	display: flex;
	align-items: center;
	margin-top:0.5rem;
}
.search .s01 ul li a{
	width:100%;
	padding:1.25rem 0;
	text-align:center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	border-radius: 6.25rem;
	border: 1px solid var(---333, #333);
}
.search .s01 ul li a:hover{
	background: var(--Color-2, #C30D23);
	color: #fff;
	border:1px solid var(--Color-2, #C30D23);
}
.search .s01 ul li a.cur{
	background: var(--Color-2, #C30D23);
	color: #fff;
	border:1px solid var(--Color-2, #C30D23);
}

.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	bottom:2.8rem;
	right:2.0rem;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-width:100%;
}

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.75rem 0.75rem 0.75rem 3.40625rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	font-family: zt4;
	line-height: normal;
	
	position:relative;
	display: flex;
	align-items: center;
}
.inmore a i{
	z-index:3;
}
.inmore a::after{
	width: 2.25rem;
	height: 2.25rem;
	margin-left:2.78rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:3;
}
.inmore.xz a::after{
	background-image:url(../img/xzjt.svg);
}
.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	transition: all 0.6s;
	background-color:var(--Color, #C30D23);
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a.cur{
	color:#FFF;
}

.intit{
	width:100%;
	float: left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit dl{
	max-width:50%;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.intit.white dl dt{
	color:#FFF;
}
.intit.white dl dd{
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(33.48% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2rem;
	padding-top:0px;
	position:relative;
	margin-top:3.75rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li::before{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:1;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	padding-top: 30px;
}
.inpro ul li .pic{
	overflow:hidden;
	text-align:center;
}
.inpro ul li .pic img{
	max-width:100%;
}
.inpro ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inpro ul li .tex{
	width:100%;
	margin-top:1.94rem;
}
.inpro ul li .tex p{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.inpro ul li .tex p i{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex p em{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:right;
}
.inpro ul li .more{
	width:100%;
	margin-top:2.13rem;
	display:flex;
}
.inpro ul li .more i{
	width:100%;
	border: 1px solid var(--Color, #C30D23);
	    padding: 1.05rem 0rem 1.05rem 0rem;
	text-align:center;
	color: var(--Color, #C30D23);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inpro ul li:hover .tex p i{
	color: var(---999, #999);
}
.inpro ul li:hover .tex p em{
	color: var(---666, #666);
}




.omb{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: var(---Gray-6, #F2F2F2);
    display: flex;          /* 启用弹性布局 */
	justify-content: space-between;
    align-items: stretch;   /* 子项默认拉伸等高（可省略） */ 
}
.omb.ny{
	margin-top:0px;
	padding:10rem 8.33vw;
}
.omb.ny .pic{
	width:48.1%;
}
.omb.ny .tex{
	width:42%;
	padding:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.omb.ny .tex dl dt{
	font-size: 3rem;
}
.omb.ny .tex dl dd{
	color: var(---666, #666);
	line-height: 180%; /* 1.575rem */
}
.omb .pic{
	width:50%;
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
}
.omb .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.omb .tex{
	width:50%;
	padding: 5.0rem 5.665rem 5rem 3.75rem;
}
.omb .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.omb .tex dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.omb .tex .a01{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.54rem;
}
.omb .tex .a01 a{
	padding: 1rem 2.2rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-right:0.62rem;
	margin-top:0.62rem;
}
.omb .tex .a01 a:hover{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.index .pic{
	width:100%;
}
.index .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index .lmmc{
	width:100%;
	position:absolute;
	bottom:5.0rem;
	left:0;
	z-index:1;
	padding:0 8.3vw;
}
.index .lmmc ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
.index .lmmc ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	margin-top:0.62rem;
	display:flex;
}
.index .lmmc ul li a{
	padding: 1rem 3rem;
	border-radius: 6.25rem;
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.index .lmmc ul li a:hover{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index .lmmc ul li a.cur{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index .tex{
	width:100%;
	position:absolute;
	top:7.5rem;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}

.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:59.3%;
}
.inab-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l dl dd{
	margin-top:3.12rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}

.inab-r{
	width:28%;
}
.inab-r.ny{
	width:100%;
}
.inab-r.ny ul li{
	width:25.8%;
	margin-top:0px;
}
.inab-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-r ul li{
	width:100%;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:2.38rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.inab-r ul li:first-child{
	margin-top:0px;
}
.inab-r ul li dl dt{
	color: var(--Color, #C30D23);
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li img{
	max-width:4.25rem;
}
.abpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}

.inly{
	width:100%;
	float:left;
	background: #F1F1F1;
	margin-top:10rem;
	padding:5.25rem 8.33vw;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly-l{
	width:45.7%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/**/
}
.inly-r{
	width:27.8%;
}
.inly-r dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inly-r dl dd{
	margin-top:0.62rem;
}
.lybk{
	width:100%;
	height:2.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	line-height:2.5rem;
	outline:none;
	background-color:transparent;
	padding:0 0.5rem;
}
.inly-r .sm{
	width:100%;
	display:flex;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	/**/
}
.inly-r .sm input{
	margin-right:1.25rem;
}
.radio,.checkbox{
	width: 1.2rem;
	min-width:1.2rem;
	height: 1.2rem;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background-color: #C30D23;
	border: solid 1px #C30D23;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
 /**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.foot{
	width:100%;
	float:left;
	background: #E8E8E9;
	padding:6.25rem 8.33vw;
	padding-bottom:0px;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl dt{
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.81rem;
}
.foot01 dl dd{
	margin-top:1.06rem;
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot01 dl img{
	max-width:7.625rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:6.0rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:1.25rem 0;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.875rem;
	position:relative;
}
.nybanner .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .dlm{
	width:100%;
	position:absolute;
	left:0;
	top:35%;
	z-index:1;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding:0 2.0vw;
}
.nybanner .xlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nybanner .xlm.cp ul li{
	width:33.33%;
}
.nybanner .xlm.fa ul li{
	width:16.66%;
}
.nybanner .xlm.gs3 ul li{
	width:33.33%;
}
.nybanner .xlm.gs4 ul li{
	width:25%;
}
.nybanner .xlm.gs5 ul li{
	width:20%;
}
.nybanner .xlm.gs6 ul li{
	width:16.66%;
}
.nybanner .xlm.gs7 ul li{
	width:14.28%;
}
.nybanner .xlm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .xlm ul li{
	width:14.2857%;
	height:5.0rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nybanner .xlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	font-family: zt4;
}
.nybanner .xlm ul li a:hover{
	background: var(--Color, #C30D23);
}
.nybanner .xlm ul li:last-child{
	border-right:0px;
}
.nybanner .xlm ul li a.cur{
	background: var(--Color, #C30D23);
}
.nybanner .xlm ul li:hover .a01{
	background: var(--Color, #C30D23);
}
.nybanner .xlm ul li .axla{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:1;
	background-color:#FFF;
	text-align:left;
	
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	opacity:0;
	visibility:hidden;
}
.nybanner .xlm ul li .axla p{
	padding:1.5rem 0;
	font-size:0.875rem;
	border-bottom:1px solid #eee;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	text-align:left;
}
.nybanner .xlm ul li .axla p a{
	display:flex;
	justify-content:flex-start;
	align-items: center;
	width:100%;
	padding-left:30%;
}
.nybanner .xlm ul li .axla p a::before{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
	margin-right:0.62rem;
}
.nybanner .xlm ul li .axla p a{
	color:#333;
}
.nybanner .xlm ul li .axla p a:hover{
	background-color:transparent;
}
.nybanner .xlm ul li:hover .axla{
	opacity:1;
	visibility:visible;
}

.nab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:10rem;
}
.nab-l{
	width:61%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab-l h1{
	margin-bottom:3.12rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.nab-r{
	width:29%;
}
.nab-r img{
	max-width:100%;
}

.honr{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.honrtit{
	width:100%;
	padding:0 8.3vw;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.res{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.res ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.res ul li{
	width:48%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.reslist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.reslist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reslist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.75rem;
}
.reslist ul li .tex{
	width:45.7%;
}
.reslist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.reslist ul li .tex dl dd{
	margin-top:2.94rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.reslist ul li .pic{
	width:48.125%;
	overflow:hidden;
}
.reslist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}

.wh01{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wh01 .tex{
	width:45.7%;
}
.wh01 .tex ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height:100%;
}
.wh01 .tex ul li{
	width:100%;
}
.wh01 .tex ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.wh01 .tex ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.5rem;
	border-bottom:1px solid var(--Color, #C30D23);
}
.wh01 .pic{
	width:48.1%;
	overflow:hidden;
}
.wh01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wh02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.wh02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wh02 .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.wh02 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wh02 .tex ul li{
	width:16.66%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	height: 7.5rem;
	align-items: center;
	justify-content:center;
}
.wh02 .tex ul li a{
	width:100%;
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content:center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.wh02 .tex ul li a img{
	margin-right:1.18rem;
}

.gt01{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gt01 .pic{
	width:48.1%;
	overflow:hidden;
}
.gt01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gt01 .tex{
	width:43.5%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gt01 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.ntit{
	width:100%;
	float:left;
	text-align:center;
}
.ntit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.ntit dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
    display: flex;
    justify-content:center;
}
.ntit dl dd div{
	width:70%;
}
.gt02{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.gt02 img{
	width:100%;
	height:auto;
	display:block;
}
.gt02 .tex{
	width:100%;
	position:absolute;
	top:16%;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
}
.gt02 .tex div{
	width:43.5%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.gt03{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gt03 ul{
	display:flex;
	flex-wrap: wrap;
}
.gt03 ul li{
	width:calc(33.48% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	overflow:hidden;
}
.gt03 ul li:nth-child(3n){
	margin-right:0px;
}
.gt03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gt03 ul li:hover img{
	transform: scale(1.05);
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:3.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color, #C30D23);
	border:1px solid var(--Color-3, #C30D23);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color, #C30D23);
	border:1px solid var(--Color-3, #C30D23);
	color:#FFF;
}
.intit dl.w100{
	max-width:100%;
}
.fswrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:0 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.jslist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.jslist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jslist ul li{
	width:calc(50% - 1.875rem);
	margin-top:3.75rem;
	position:relative;
	overflow:hidden;
}
.jslist ul li::after{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:2.5rem;
	bottom:3.75rem;
	background-image:url(../img/Default.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.6s;
}
.jslist ul li:hover::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
.jslist ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.jslist ul li:hover img{
	transform: scale(1.05);
}
.jslist ul li i{
	width:100%;
	left:0;
	top:3.75rem;
	position:absolute;
	padding:0 2.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.intit dl dd.mart3{
	margin-top:3.12rem;
}
.innewlist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innewlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width:100%;
	padding:3.75rem 8.3vw;
}
.innewlist ul li a:hover{
	background: var(--Color, #C30D23);
}
.innewlist ul li .date{
	width:8%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innewlist ul li .tit{
	width:38.2%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: zt4;
}
.innewlist ul li .tex{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	width:35%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.innewlist ul li:hover .date{
	color:#FFF;
}
.innewlist ul li:hover .tit{
	color:#FFF;
}
.innewlist ul li:hover .tex{
	color:var(--60, rgba(255, 255, 255, 1));
}

.nwrap{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptex{
	width:46.5%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cptex h3{
	color: #000;
	}
.cptex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.cptex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/**/
	margin-bottom:3.42rem;
}

.cppic{
	width:50%;
}
.ctit{
	width:100%;
	margin-top:8.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ke-zeroborder {
    width: 100%;
}
.ke-zeroborder th {
    color: var(--ec-3535, #000);
    font-size: 1rem;
    padding: 1.25rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td {
    /*color: var(---333, #333);*/
    font-size: 1rem;
    font-style: normal;
    padding: 1.25rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.tp{
	width:100%;
	float:left;
	margin-top:2.75rem;
	font-size: 1rem;
	line-height:2;
}
.tp h3{
	font-size: 1.2rem;
	color:#000;
	line-height:2;
	}
.tp p{
	font-size: 1rem;
	line-height:2;
	}
.tp ol {
    list-style-type: none;
    counter-reset: custom-counter;
    padding-left: 0;
}
.tp ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 1.5em;
}
.tp ol li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 0;
}
.tp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tp ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	border-bottom:1px solid #E0E0E0;
}
.tp ul li .a01{
	width:33%;
}
.tp ul li .a02{
	width:67%;
}
.feat{
	width:100%;
	float:left;
}
.feat ul{
	display: flex;
	flex-wrap: wrap;
}
.feat ul li{
	width:calc(25% - 0.62rem);
	padding:3.75rem 1.75rem 4.96294rem 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	margin-top:3.75rem;
	margin-right:0.62rem;
}
.feat ul li:nth-child(4n){
	margin-right:0px;
}
.feat ul li dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.feat ul li dl dd{
	margin-top:2.6rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.feat ul li:hover{
	background: var(--Color, #C30D23);
}
.feat ul li:hover dl dt{
	color:#FFF;
}
.feat ul li:hover dl dd{
	color:#FFF;
}

.falist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.falist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li{
	width:calc(50% - 1.875rem);
	margin-top:3.75rem;
	position:relative;
}
.falist ul li::after{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:2.5rem;
	top:3.75rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.6s;
	opacity:0;
}
.falist ul li:hover::after{
	opacity:1;
}
.falist ul li dl dt{
	overflow:hidden;
}
.falist ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.falist ul li:hover dl dt img{
	transform: scale(1.05);
}
.falist ul li dl dd{
	margin-top:1.94rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.hz{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.hz ul{
	display:flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(16.66% - 0.62rem);
	margin-right:0.62rem;
	margin-top:2.5rem;
	height:7.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hz ul li img{
	max-width:80%;
}
.hz ul li:nth-child(6n){
	margin-right:0px;
}
.hzwrap{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background: var(--Color, #C30D23);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzwrap .a01{
	width:25%;
}
.hzwrap .a02{
	width:12%;
}
.hztit{
	width:100%;
	padding-bottom:2.5rem;
	border-bottom:1px solid #FFF;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hztex{
	width:100%;
	margin-top:2.13rem;
}
.hztex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hztex ul li{
	width:48%;
	margin-top:1.25rem;
	height: 3.625rem;
}
.hztex ul li a{
	width:100%;
	height:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	padding: 0 1.25rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.hztex ul li a::before{
	content: '';
	display:inline-block;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	width: 0.89063rem;
	min-width:0.89063rem;
	height: 0.89063rem;
	margin-right:0.75rem;
	border-radius:50%;
}
.hzwrap .a02 .hztex ul li{
	width:100%;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:10rem;
	padding-bottom:3.12rem;
	border-bottom:1px solid var(--Color, #C30D23);
	color: var(--Color, #C30D23);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--Color, #C30D23);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.lxtex .tex{
	width:43.4%;
}
.lxtex .tex dl dd{
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #E0E0E0;
}
.lxtex .tex img{
	max-width:100%;
}
.lxtex .tex .a01{
	margin-top:2.0rem;
	text-align:center;
	display:flex;
}
.lxtex .pic{
	width:49.1%;
	overflow:hidden;
}
.lxtex .pic img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 .tex{
	width:22.4%;
}
.lx02 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 .tex ul li{
	width:100%;
	margin-top:0.69rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.1875rem 2.14425rem 2.1875rem 1.875rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(---Gray-6, #F2F2F2);
}
.lx02 .tex ul li img{
	min-width:3.6rem;
	max-width:3.6rem;
}
.lx02 .pic{
	width:73.7%;
	overflow:hidden;
}
.lx02 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.cpshow{
	width:100%;
	float:left;
	border: 1px solid var(--Color, #C30D23);
	background: var(---white, #FFF);
	margin-top:6.25rem;
}
.cpshow01{
	width:100%;
	float:left;
	padding:5.0rem 6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpshow01-l{
	width:40%;
}
.cpshow01-l h1{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:3.7rem;
}
.cpshow01-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow01-l ul li{
	width:100%;
	padding:1.3rem 0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.cpshow01-l ul li .a01{
	width:30%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cpshow01-l ul li .a02{
	width:70%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.cpshow01-r{
	width:28%;
	overflow:hidden;
}
.cpshow01-r img{
	max-width:100%;
}

.cpshow02{
	width:100%;
	float:left;
}
.cpshow02 table tr td{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.05rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow02 table tr td:nth-child(6n){
	border-right:0px;
}
.cpshow02 table tr td img{
	max-width:100%;
	height:auto;
}

.white{
	color:#FFF;
}
.mart2{
	margin-top:2.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx01 h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul{
	margin-top:3.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:33.33%;
	padding:2.5rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li:nth-child(3n){
	border-right:0px;
}
.lx01 ul li dl dt{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:4.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.liuyan{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:39%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.liuyan-l .a01 dl dd{
	margin-top:1.3rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:7rem;
}


.liuyan-r{
	width:51%;
}
.lx03{
	width:100%;
	float:left;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.mart0{
	margin-top:0px;
}
.lx03 ul li:first-child{
	margin-top:0px;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li.mart60{
	margin-top:3.75rem;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .inmore{
	margin-top:0px;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 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: capitalize;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
}
.lx03 ul li .inmore a i{
	z-index:5;
}






.mart3{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart4{
	margin-top:4rem;
}
.mart10{
	margin-top:10rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dany{ width:100%; float:left; font-size:0.875rem; line-height:150%;}
.dany img{ max-width:100%}

}


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










}

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

.innav ul li .xiala .a01{
	padding-bottom:2.5rem;
	padding-top:2.5rem;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.0rem;
}
.innav ul li .xiala .a02{
	padding-bottom:2.5rem;
	padding-top:2.5rem;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:1.5rem;
}
.intit dl dt{
	font-size:2.0rem;
}
.inly-l{
	font-size:2.0rem;
}
.inly-r{
	width:37%;
}
.inab-l dl dt{
	font-size:2.0rem;
}
.omb .tex .a01 a{
	padding:0.5rem 1.5rem;
	font-size:0.875rem;
}
.omb .tex{
	padding:4.0rem 4.665rem 4rem 2.75rem;
}

.wh01 .tex ul li dl dt{
	font-size:2.5rem;
}
.wh01 .tex ul li dl dd{
	padding-bottom:1.5rem;
	margin-top:1.5rem;
	font-size:1.2rem;
}
.innewlist ul li .date{
	font-size:1.0rem;
}

.omb.ny .tex dl dt{
	font-size:2.5rem;
}









	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size: 0.875rem;
}
.innav ul li a{
	padding:0 2.0vw;
}
.innav ul li .xiala .a01 h1{
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.innav ul li .xiala .a01{
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:0.5rem;
}
.innav ul li .xiala .a02{
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
.innav ul li .xiala .a02 dl dt{
	font-size:1.0rem;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:1.0rem;
}
.innav ul li .xiala .a03 dl dd a{
	height:auto;
}
.intit dl dt{
	font-size:2.0rem;
}
.inpro ul li{
	padding:1.5rem;
}
.inpro ul li::before{
	width:2.0rem;
	height:2.0rem;
	top:1.5rem;
	right:1.5rem;
}
.omb .tex{
	padding:3.0rem 3.665rem 3rem 1.75rem;
}
.omb .tex dl dd{
	margin-top:2.0rem;
	font-size:0.75rem;
}
.omb .tex .a01{
	margin-top:1.54rem;
}
.omb .tex .a01 a{
	padding:0.5rem 1.0rem;
	font-size:0.75rem;
}
.index .lmmc ul li a{
	padding:0.5rem 1rem;
	font-size:0.75rem;
}
.index .lmmc{
	bottom:3.0rem;
}
.index .tex{
	top:3.5rem;
}

.inab-l dl dt{
	font-size:2.0rem;
}
.inab-r ul li dl dt{
	font-size:2.5rem;
}
.inab-r ul li img{
	max-width:2.5rem;
}
.inmore a{
	padding:0.3rem 0.3rem 0.3rem 2.0rem;
}
.inmore a::after{
	margin-left:1.5rem;
}
.inab-l dl dd{
	font-size:0.75rem;
}
.inly-l{
	font-size:2.0rem;
}
.inly-r{
	width:37.8%;
}
.nybanner .xlm ul li a{
	font-size:0.875rem;
}
.nab-l h1{
	font-size:2.0rem;
}
.nab-l{
	font-size:0.75rem;
}
.search .s01{
	width:50%;
}
.ssbk{
	font-size:1.25rem;
}
.nybanner .dlm{
	font-size:3.0rem;
	top:25%;
}
.reslist ul li .tex dl dt{
	font-size:2.0rem;
}
.reslist ul li .tex dl dd{
	font-size:0.75rem;
}
.wh01 .tex ul li dl dt{
	font-size:2.0rem;
}
.wh01 .tex ul li dl dd{
	font-size:1.0rem;
	margin-top:1.0rem;
	padding-bottom:1.0rem;
}
.wh02 .tex ul li a img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.wh02 .tex ul li a{
	font-size:0.875rem;
	height:4.5rem;
}
.wh02 .tex ul li{
	height:4.5rem;
}
.gt01 .tex h1{
	font-size:2.0rem;
	margin-bottom:1.0rem;
}
.gt01 .tex{
	font-size:0.75rem;
	line-height:150%;
}
.ntit dl dt{
	font-size:2.5rem;
}
.ntit dl dd div{
	width:85%;
}
.ntit dl dd{
	font-size:0.75rem;
}
.gt02 .tex div{
	width:60%;
	font-size:0.75rem;
}
.innewlist ul li .date{
	font-size:0.875rem;
	width:10%;
}
.innewlist ul li .tit{
	font-size:1.0rem;
}
.cptex dl dd{
	font-size:1.5rem;
}
.cptex dl dt{
	font-size:0.875rem;
}
.cptex{
	font-size:0.75rem;
}
.nybanner .xlm ul li{
	height:4.0rem;
}
.omb.ny .tex dl dt{
	font-size:1.5rem;
}
.hztit{
	font-size:1.0rem;
	padding-bottom:1.5rem;
}
.hztex{
	margin-top:1.0rem;
}
.hztex ul li a{
	font-size:0.75rem;
}

.lx02 .tex ul li{
	padding:1.0rem 1.0rem;
	font-size:0.875rem;
}








	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:4.875rem; 
	line-height:4.875rem;
	background-color:#FFF;
	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;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.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:4.875rem; 
	height:4.875rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4.875rem; 
	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:4.875rem;
	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-family: "Microsoft YaHei";
	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:4.875rem;
	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:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4.875rem; 
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 a{
	width:100%;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
}
.subNav3:hover{float:left; }
.currentDd3{background: #C30D23; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.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 4.33vw;
}

.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	bottom:1.8rem;
	right:2.0rem;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-width:100%;
}

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	font-family: zt4;
	line-height: normal;
	
	position:relative;
	display: flex;
	align-items: center;
}
.inmore a i{
	z-index:3;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:3;
}
.inmore.xz a::after{
	background-image:url(../img/xzjt.svg);
}
.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	transition: all 0.6s;
	background-color:var(--Color, #C30D23);
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a.cur{
	color:#FFF;
}

.intit{
	width:100%;
	float: left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit dl{
	width:auto;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-bottom:2.0rem;
}
.intit.white dl dt{
	color:#FFF;
}
.intit.white dl dd{
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
	position:relative;
	margin-top:1.0rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li::before{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	position:absolute;
	right:1.0rem;
	top:1.0rem;
	z-index:1;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.inpro ul li .pic{
	overflow:hidden;
	text-align:center;
}
.inpro ul li .pic img{
	max-width:100%;
}
.inpro ul li dl dd{
	margin-top:1.81rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}

.inpro ul li .tex{
	width:100%;
	margin-top:1.94rem;
}
.inpro ul li .tex p{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.32rem;
}
.inpro ul li .tex p i{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex p em{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .more{
	width:100%;
	margin-top:2.13rem;
	display:flex;
}
.inpro ul li .more i{
	width:100%;
	border: 1px solid var(--Color, #C30D23);
	padding: 0.5rem 0rem 0.5rem 0rem;
	text-align:center;
	color: var(--Color, #C30D23);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inpro ul li:hover .tex p i{
	color: var(---999, #999);
}
.inpro ul li:hover .tex p em{
	color: var(---666, #666);
}

.omb{
	width:100%;
	float:left;
	margin-top:1.5rem;
	background: var(---Gray-6, #F2F2F2);
    display: flex;          /* 启用弹性布局 */
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: stretch;   /* 子项默认拉伸等高（可省略） */ 
}
.omb.ny{
	margin-top:0px;
	padding:5rem 8.33vw;
}
.omb.ny .pic{
	width:100%;
	margin-top:3.0rem;
}
.omb.ny .tex{
	width:100%;
	padding:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.omb.ny .tex dl dt{
	font-size: 1.5rem;
}
.omb.ny .tex dl dd{
	color: var(---666, #666);
	line-height: 180%; /* 1.575rem */
}
.omb .pic{
	width:100%;
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
}
.omb .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.omb .tex{
	width:100%;
	padding:2.0rem;
}
.omb .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.omb .tex dl dd{
	margin-top:1.75rem;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.75rem */
}
.omb .tex .a01{
	display:flex;
	flex-wrap: wrap;
	margin-top:1.54rem;
}
.omb .tex .a01 a{
	padding: 0.5rem 1.0rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-right:0.62rem;
	margin-top:0.62rem;
}
.omb .tex .a01 a:hover{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index{
	width:100%;
	float:left;
	margin-top:5rem;
	position:relative;
}
.index .pic{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.index .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index .lmmc{
	width:100%;
	position:absolute;
	bottom:1.5rem;
	left:0;
	z-index:1;
	padding:0 8.3vw;
}
.index .lmmc ul{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.index .lmmc ul li{
	width:33%;
	margin-top:0.62rem;
	display:flex;
}
.index .lmmc ul li a{
	width:100%;
	padding: 0.5rem 0;
	border-radius: 6.25rem;
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.index .lmmc ul li a:hover{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index .lmmc ul li a.cur{
	background: var(--Color, #C30D23);
	color:#FFF;
}
.index .tex{
	width:100%;
	float:left;
	padding:0 8.33vw;
}
.index .tex .intit.white dl dt{
	color:#333;
}
.index .tex .intit.white dl dd{
	color:#333;
}
.inab{
	width:100%;
	float:left;
	margin-top:5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
}
.inab-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l dl dd{
	margin-top:1.12rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}

.inab-r{
	width:100%;
	margin-top:3.0rem;
}
.inab-r.ny{
	width:100%;
}
.inab-r.ny ul li{
	width:100%;
}
.inab-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-r ul li{
	width:100%;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.inab-r ul li:first-child{
	margin-top:0px;
}
.inab-r ul li dl dt{
	color: var(--Color, #C30D23);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li img{
	max-width:3.25rem;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}

.inly{
	width:100%;
	float:left;
	background: #F1F1F1;
	margin-top:5rem;
	padding:3.25rem 8.33vw;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly-l{
	width:100%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.inly-r{
	width:100%;
	margin-top:2.0rem;
}
.inly-r dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inly-r dl dd{
	margin-top:0.62rem;
}
.lybk{
	width:100%;
	height:2.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	line-height:2.5rem;
	outline:none;
	background-color:transparent;
	padding:0 0.5rem;
}
.inly-r .sm{
	width:100%;
	display:flex;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.inly-r .sm input{
	margin-right:0.5rem;
}
.radio,.checkbox{
	width: 1.2rem;
	min-width:1.2rem;
	height: 1.2rem;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 0.6rem;
	border-radius: 0.6rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;  /**隐藏原生控件**/
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	background-color: #C30D23;
	border: solid 1px #C30D23;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
 /**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.foot{
	width:100%;
	float:left;
	background: #E8E8E9;
	padding:3.25rem 8.33vw;
	padding-bottom:0px;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl{
	display:none;
}
.foot01 dl:last-child{
	display:block;
	width:100%;
	text-align:center;
}
.foot01 dl dt{
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.81rem;
}
.foot01 dl dd{
	margin-top:1.06rem;
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot01 dl img{
	max-width:7.625rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:1.0rem 0;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.875rem;
}
.nybanner .pic{
	position:relative;
}
.nybanner .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .dlm{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .xlm{
	width:100%;
	background: #f1f1f1;
}
.nybanner .xlm.cp ul li{
	width:50%;
}
.nybanner .xlm.fa ul li{
	width:50%;
}
.nybanner .xlm ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .xlm ul li{
	width:50%;
	height:3.0rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 1));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 1));
	background: #f1f1f1;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nybanner .xlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	font-family: zt4;
}
.nybanner .xlm ul li a:hover{
	background: var(--Color, #C30D23);
	color: var(---white, #FFF);
}
.nybanner .xlm ul li a.cur{
	background: var(--Color, #C30D23);
	color: var(---white, #FFF);
}

.nybanner .xlm ul li .axla{
	width:100%;
	position:absolute;
	top:3.0rem;
	left:0;
	z-index:1;
	background-color:#FFF;
	text-align:left;
	
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	opacity:0;
	visibility:hidden;
}
.nybanner .xlm ul li .axla p{
	padding:1.5rem 0;
	font-size:0.875rem;
	border-bottom:1px solid #eee;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	text-align:left;
}
.nybanner .xlm ul li .axla p a{
	display:flex;
	justify-content:flex-start;
	align-items: center;
	width:100%;
	padding-left:30%;
}
.nybanner .xlm ul li .axla p a::before{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
	margin-right:0.62rem;
}
.nybanner .xlm ul li .axla p a{
	color:#333;
}
.nybanner .xlm ul li .axla p a:hover{
	background-color:transparent;
}
.nybanner .xlm ul li:hover .axla{
	opacity:1;
	visibility:visible;
}


.subNavBox{
	width:100%;
	float:left; 
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	text-align:left; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
	padding:0 2.0rem;
	
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 1));
	background: #f1f1f1;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.subNav a{
	width:100%;
}
.subNav i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
}
.subNav:hover{float:left; }
.currentDd{background: #C30D23; color: #FFFFFF;}
.currentDd a{
	color: #FFFFFF;
	width:100%;
}
.currentDd 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;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	background-color:#FFF;
}
.navContent p{
	padding:0.5rem 0;
	font-size:0.875rem;
	border-bottom:1px solid #eee;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	text-align:left;
}
.navContent p a{
	display:flex;
	justify-content:flex-start;
	align-items: center;
	width:100%;
	padding-left:10%;
}
.navContent p a::before{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.0rem;
	margin-right:0.62rem;
}
.navContent p a{
	color:#333;
}
.navContent p a:hover{
	background-color:transparent;
}


.nab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5rem;
}
.nab-l{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}
.nab-l p{
	text-align: justify;      /* 标准属性 */
	text-justify: inter-word; /* 适用于英文等有空格分隔的语言 */
	text-justify: inter-character; /* 适用于中文等无空格分隔的语言 */
	/* 兼容性写法（可选） */
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
	text-align-last: justify;
 }
.nab-l h1{
	margin-bottom:2.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.nab-r{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.nab-r img{
	max-width:30%;
}

.honr{
	width:100%;
	float:left;
	margin-top:4.75rem;
}
.honrtit{
	width:100%;
	padding:0 8.3vw;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.res{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.res ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.res ul li{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.reslist{
	width:100%;
	float:left;
}
.reslist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reslist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.75rem;
}
.reslist ul li:last-child .tex{
	padding-bottom:0px;
}
.reslist ul li .tex{
	width:100%;
	padding:2.0rem 0;
}
.reslist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.reslist ul li .tex dl dd{
	margin-top:1.94rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.reslist ul li .pic{
	width:100%;
	overflow:hidden;
}
.reslist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}

.wh01{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wh01 .tex{
	width:100%;
}
.wh01 .tex ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height:100%;
}
.wh01 .tex ul li{
	width:100%;
	margin-top:1.5rem;
}
.wh01 .tex ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.wh01 .tex ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.5rem;
	border-bottom:1px solid var(--Color, #C30D23);
}
.wh01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.wh01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wh02{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.wh02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wh02 .tex{
	width:100%;
}
.wh02 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wh02 .tex ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.10));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.10));
	display: flex;
	height: 2.5rem;
	align-items: center;
	justify-content:center;
}
.wh02 .tex ul li a{
	width:100%;
	height: 2.5rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	background-color:var(--Color, #C30D23);
	padding:0 1.0rem;
}
.wh02 .tex ul li a img{
	margin-right:0.5rem;
	max-height:1.2rem;
}

.gt01{
	width:100%;
	float:left;
	margin-top:5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gt01 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.gt01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gt01 .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gt01 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:1.0rem;
}

.ntit{
	width:100%;
	float:left;
	text-align:center;
}
.ntit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.ntit dl dd{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
    display: flex;
    justify-content:center;
}
.ntit dl dd div{
	width:100%;
}
.gt02{
	width:100%;
	float:left;
	margin-top:3rem;
	position:relative;
}
.gt02 img{
	width:100%;
	height:auto;
	display:block;
}
.gt02 .tex{
	width:100%;
	padding:0 8.33vw;
	display:flex;
	margin-top:2.0rem;
}
.gt02 .tex div{
	width:100%;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.gt03{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.gt03 ul{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.gt03 ul li{
	width:48%;
	margin-top:1.0rem;
	overflow:hidden;
}
.gt03 ul li:nth-child(3n){
	margin-right:0px;
}
.gt03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.gt03 ul li:hover img{
	transform: scale(1.05);
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:2.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color, #C30D23);
	border:1px solid var(--Color-3, #C30D23);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color, #C30D23);
	border:1px solid var(--Color-3, #C30D23);
	color:#FFF;
}
.intit dl.w100{
	max-width:100%;
}
.fswrap{
	width:100%;
	float:left;
	margin-top:5rem;
	padding:0 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.jslist{
	width:100%;
	float:left;
	margin-top:1rem;
}
.jslist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jslist ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
}
.jslist ul li::after{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	background-image:url(../img/Default.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.6s;
}
.jslist ul li:hover::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
.jslist ul li img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.jslist ul li:hover img{
	transform: scale(1.05);
}
.jslist ul li i{
	width:100%;
	left:0;
	top:1.0rem;
	position:absolute;
	padding:0 1.0rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}
.intit dl dd.mart3{
	margin-top:1.5rem;
	margin-bottom:0px;
}
.innewlist{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.innewlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width:100%;
	padding:1.0rem 8.3vw;
}
.innewlist ul li a:hover{
	background: var(--Color, #C30D23);
}
.innewlist ul li .date{
	width:8%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:none;
}
.innewlist ul li .tit{
	width:100%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: zt4;
}
.innewlist ul li .tex{
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	width:35%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display:none;
}
.innewlist ul li:hover .date{
	color:#FFF;
}
.innewlist ul li:hover .tit{
	color:#FFF;
}
.innewlist ul li:hover .tex{
	color:var(--60, rgba(255, 255, 255, 1));
}

.nwrap{
	width:100%;
	float:left;
	    padding: 2rem 4.33vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptex{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cptex dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.cptex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/**/
	margin-bottom:1.42rem;
}

.cppic{
	width:100%;
	margin-top:2.0rem;
}
.ctit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hg {
    width: 100%;
    float: left;
    margin-top: 1rem;
    line-height: 2.0rem;
    font-size: 0.8rem;
    overflow: scroll;
}
.ke-zeroborder {
    width: 100%;
}
.ke-zeroborder th {
    color: var(--ec-3535, #000);
    font-size: 0.85rem;
    padding: 0.5rem 0.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td {
    font-size: 0.6rem;
    font-style: normal;
    padding: 0.5rem 0.25rem;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.tp{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.tp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tp ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	border-bottom:1px solid #E0E0E0;
}
.tp ul li .a01{
	width:40%;
}
.tp ul li .a02{
	width:60%;
}
.feat{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.feat ul{
	display: flex;
	flex-wrap: wrap;
}
.feat ul li{
	width:100%;
	padding:2.75rem 1.75rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	margin-top:1.0rem;
	margin-right:0.62rem;
}
.feat ul li:nth-child(4n){
	margin-right:0px;
}
.feat ul li dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.feat ul li dl dd{
	margin-top:1.6rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.feat ul li:hover{
	background: var(--Color, #C30D23);
}
.feat ul li:hover dl dt{
	color:#FFF;
}
.feat ul li:hover dl dd{
	color:#FFF;
}

.falist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.falist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li{
	width:48%;
	margin-top:1.5rem;
	position:relative;
}
.falist ul li::after{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	position:absolute;
	left:1.0rem;
	top:1.0rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.6s;
	opacity:0;
}
.falist ul li:hover::after{
	opacity:1;
}
.falist ul li dl dt{
	overflow:hidden;
}
.falist ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.falist ul li:hover dl dt img{
	transform: scale(1.05);
}
.falist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.hz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hz ul{
	display:flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(33.33% - 0.62rem);
	margin-right:0.62rem;
	margin-top:1.0rem;
	height:3.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hz ul li img{
	max-width:50%;
}
.hz ul li:nth-child(6n){
	margin-right:0px;
}
.hzwrap{
	width:100%;
	float:left;
	padding:3.25rem 8.33vw;
	background: var(--Color, #C30D23);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzwrap .a01{
	width:100%;
}
.hzwrap .a02{
	width:49%;
	margin-top:2.0rem;
}
.hztit{
	width:100%;
	padding-bottom:1.5rem;
	border-bottom:1px solid #FFF;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hztex{
	width:100%;
	margin-top:1.13rem;
}
.hztex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hztex ul li{
	width:48%;
	margin-top:0.875rem;
	height: 3.625rem;
}
.hztex ul li a{
	width:100%;
	height:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	padding: 0 1.25rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.hztex ul li a::before{
	content: '';
	display:inline-block;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	width: 0.89063rem;
	height: 0.89063rem;
	margin-right:0.75rem;
	border-radius:50%;
}
.hzwrap .a02 .hztex ul li{
	width:100%;
}

.lxtit{
	width:100%;
	float:left;
	margin-top:5rem;
	padding-bottom:1.12rem;
	border-bottom:1px solid var(--Color, #C30D23);
	color: var(--Color, #C30D23);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: var(--Color, #C30D23);
	font-family: zt4;
}
.lxtex{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.lxtex .tex{
	width:100%;
}
.lxtex .tex dl dd{
	padding-bottom:1.25rem;
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #E0E0E0;
}

.lxtex .tex img{
	max-width:100%;
}
.lxtex .tex .a01{
	margin-top:2.0rem;
	text-align:center;
	display:flex;
}

.lxtex .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.lxtex .pic img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:3rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 .tex{
	width:100%;
}
.lx02 .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 .tex ul li{
	width:49%;
	margin-top:0.49rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.7rem 1.0rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: var(---Gray-6, #F2F2F2);
}
.lx02 .tex ul li img{
	min-width:1.0rem;
	max-width:1.0rem;
	margin-left:0.5rem;
}
.lx02 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.lx02 .pic img{
	width:100%;
	height:auto;
	display:block;
}



.cpshow{
	width:100%;
	float:left;
	border: 1px solid var(--Color, #C30D23);
	background: var(---white, #FFF);
	margin-top:6.25rem;
}
.cpshow01{
	width:100%;
	float:left;
	padding:3.0rem 1.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpshow01-l{
	width:100%;
}
.cpshow01-l h1{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:1.7rem;
}
.cpshow01-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow01-l ul li{
	width:100%;
	padding:1.0rem 0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.cpshow01-l ul li .a01{
	width:30%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cpshow01-l ul li .a02{
	width:70%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.cpshow01-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.cpshow01-r img{
	max-width:100%;
}

.cpshow02{
	width:100%;
	float:left;
	overflow-x:scroll;
}
.cpshow02 table{
	width:600px;
}
.cpshow02 table tr td{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:0.5rem;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow02 table tr td:nth-child(6n){
	border-right:0px;
}
.cpshow02 table tr td img{
	max-width:100%;
	height:auto;
}




.white{
	color:#FFF;
}
.mart2{
	margin-top:2.5rem;
}



.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.lx01 h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul{
	margin-top:2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding:2.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li:last-child{
	border-right:0px;
}
.lx01 ul li dl dt{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:3.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.liuyan{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.liuyan-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3rem;
}


.liuyan-r{
	width:100%;
	margin-top:3.0rem;
}
.lx03{
	width:100%;
	float:left;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.mart0{
	margin-top:0px;
}
.lx03 ul li:first-child{
	margin-top:0px;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li.mart60{
	margin-top:3.75rem;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .inmore{
	margin-top:0px;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 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: capitalize;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.0rem;
}
.lx03 ul li .inmore a i{
	z-index:5;
}






.mart3{
	margin-top:1.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart4{
	margin-top:2rem;
}
.mart10{
	margin-top:5rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.dany{ width:100%; float:left; font-size:0.875rem; line-height:150%;}
.dany img{ max-width:100%}




}
































