@charset "utf-8";
/* CSS Document */
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 */
	
}

@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}


@media (min-width:1000px) {
	
.header.yanse{
	border-bottom: 4px solid var(--Color, #D71F19);
	background: #FFF;
	top:0;
}

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

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

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

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

.logo{
	width: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:2.8rem;
	height:auto;
	margin-right:0.83rem;
}
.logo dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.logo dl dd{
	color: var(---333, #333);
	font-size: 0.59375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}


.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
}
.innav ul li a{
	width:100%;
	position:relative;
	height:100%;
	display: flex;
	align-items: center;
	padding:0 4.0rem;
	
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innav ul li a::after{
	position:absolute;
	width:1px;
	height:calc(5.0rem - 4px);
	top:0;
	right:0;
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#E0E0E0;
}
.innav ul li a:hover::after{
	background: var(--Color, #D71F19);
}
.innav ul li a.cur::after{
	background: var(--Color, #D71F19);
}
.header.yanse .innav ul li a:hover{
	background: var(--Color, #D71F19);
	color:#fff;
}
.header.yanse.yanse01 .innav ul li a:hover{
	background: var(--Color, #D71F19);
	color:#fff;
}
.header.yanse .innav ul li.cur a{
	background: var(--Color, #D71F19);
	color:#fff;
}

.header.yanse.yanse01 .innav ul li.cur a{
	background: var(--Color, #D71F19);
	color:#fff;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	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;
}
.header.yanse.yanse01 .top-r .zyw .a01{
	color: var(--Color, #5DB436);
}
.header.yanse .top-r .zyw .a01{
	color: var(--Color, #5DB436);
}
.header.yanse.yanse01 .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 1.5rem;
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse.yanse01 .top-r .zyw .a01::before{
	width: 1.25rem;
	height: 1.25rem;
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}

.header.yanse .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse .top-r .zyw .a01::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.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: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	margin-right:0.31rem;
	border-radius: 1.25rem;
	background: var(--Color, #D71F19);
}
.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#D71F19;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#D71F19;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#D71F19;
}

.top-r .lmcd{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(--Color, #D71F19);
}
.top-r .lmcd a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chax{
	right:8.33vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:99999;
	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(--Color, #D71F19);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

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


.ingd{
	display:flex;
	align-items: center;
}

.ingd.bk .a01{
	border: 1px solid var(--Color, #D71F19);
}
.ingd.bk .inmore a{
	border: 1px solid var(--Color, #D71F19);
}
.ingd .a01{
	display: flex;
	width: 3.75rem;
	height: 3.75rem;
	padding: 1.125rem;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	border-radius:50%;
	overflow:hidden;
}
.ingd .a01 a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ingd .a01 img{
	max-width:1.5rem;
}
.inmore{
	display:flex;
}
.inmore a{
	height: 3.75rem;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	position:relative;
	z-index:5;
	color: var(--Color, #D71F19);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	border-radius: 6.25rem;
	overflow:hidden;
}
.inmore a b{
	font-family:'宋体';
	margin-left:2.3rem;
}
.inmore a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	background-color:#FFF;
	content:'';
	display:inline-block;
}
.inmore a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color, #D71F19);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color:#fff;
}
.inmore a.cur::after{
	width:100%;
}
.inmore a.cur{
	color:#fff;
}

.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.intit{
	display:flex;
}
.intit a{
	display: inline-flex;
	padding: 0.5rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---333, #333);
}
.intit a::before{
	margin-right:0.62rem;
	width: 1.13706rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab-l .pic{
	width:100%;
	overflow:hidden;
}
.inab-l .pic img{
	max-width:100%;
}
.inab-l .a01{
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 4.5rem */
}
.inab-l .a02 dl dt{
	color: var(---Gray-4, #BDBDBD);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.inab-l .a02 dl dd{
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.inab-r{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inab-r h1{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom:3.75rem;
}
.inab-r h1 i{
	color: var(--Color, #D71F19);
}

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

.innum{
	width:100%;
	float:left;
	margin-top:10rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:25%;
	text-align:center;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	padding:10rem 0;
}
.innum ul li dl dt{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	color: var(--Color, #D71F19);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li dl dt b{
	color: var(--Color, #D71F19);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li dl dd{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.incptit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incptit-l{
	width:34%;
}
.incptit-r{
	width:66%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.incptit-r h2{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro.ny ul li{
	margin-top:3.75rem;
}
.inpro ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:6.25rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
	position:relative;
}
.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 .pic .bq{
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:11;
	display:flex;
	width:auto;
}
.inpro ul li .pic .bq i{
	display: inline-flex;
	padding: 0.375rem 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.inpro ul li .tex{
	margin-top:3.0rem;
}
.inpro ul li .tex dl dt{
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inpro ul li .tex .sm{
	display:flex;
	align-items: center;
	margin-top:1.25rem;
}
.inpro ul li .tex .sm i{
	padding: 0.375rem 0.75rem;
	border-radius: 6.25rem;
	border: 1px solid var(---999, #999);
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-right:0.25rem;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/ina02.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
}
.jstit{
	width:100%;
	float: left;
}
.jswz{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.jswz dl dt{
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.jswz dl dd{
	color: transparent;
    -webkit-text-stroke: 1px #D71F19;
    text-stroke: 1px #D71F19;
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
	
}

.jstex{
	width:100%;
	float:left;
	margin-top:14rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.jstex-l{
	width:auto;
}
.jstex-r{
	width:43.5%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.sjyftit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sjyftit-l{
	width:auto;
}
.sjyftit-r{
	width:32.25%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.sjyf{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.sjyf ul{
	display: flex;
	flex-wrap: wrap;
}
.sjyf ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
	overflow:hidden;
}
.sjyf ul li:nth-child(3n){
	margin-right:0px;
}
.sjyf ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sjyf ul li:hover img{
	transform: scale(1.05);
}
.sjyf ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:11;
	padding:0 1.25rem;
	opacity:0;
	transition: all 0.6s;
}
.sjyf ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.sjyf ul li .tex dl dd{
	margin-top:0.38rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.sjyf ul li:hover .tex{
	opacity:1;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.innewtj .tex{
	width:50%;
	background: var(--Color, #D71F19);
	padding:4.62rem 3.75rem;
}
.innewtj .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---white, #FFF);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innewtj .tex .more{
	margin-top:3.75rem;
	display:flex;
}
.innewtj .tex .more a{
	padding: 0.75rem 2.5rem;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-family: zt2;
	font-weight: 700;
	line-height: normal;
}
.innewtj .tex .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.25rem;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.2% - 1.06rem);
	margin-right:1.06rem;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.13rem 2.53rem;
	transition: all 0.6s;
}
.innew ul li:hover{
	background: var(--Color, #D71F19);
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .sm{
	color:#FFF;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li dl dd{
	color: var(---999, #999);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .sm{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
}
.innew ul li .more{
	margin-top:4.0rem;
	display:flex;
}
.innew ul li .more a{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 1.875rem;
	background: var(---white, #FFF);
	position:relative;
	overflow:hidden;
}
.innew ul li:hover .more a{
	width:100%;
}
.innew ul li:hover .more a img{
	margin-left:3.5rem;
}
.innew ul li .more a i{
	color: var(--Color, #D71F19);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	justify-content: center;
	align-items: center;
	display: flex;
	overflow:hidden;
}
.innew ul li:hover .more a i{
	width:100%;
	padding-right:2.0rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	border-top: 4px solid var(--Color, #D71F19);
	background: var(---Gray-6, #F2F2F2);
	padding: 6.25rem 8.33vw 0 8.33vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot01 .a01{
	width: auto;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.375rem */
}

.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot02 .dblogo{
	width:20%;
	padding-top:4.3rem;
}
.foot02 .dblogo img{
	max-width:48.6%;
}
.foot02 .a01{
	width:20%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	padding:4.3rem 3.12rem;
}
.foot02 .a01 dl dt{
	padding-bottom:0.48rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a02{
	width:20%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	padding:4.3rem 3.12rem;
}
.foot02 .a02 dl dt{
	padding-bottom:0.48rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a02 dl dd{
	margin-top:1.06rem;
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a02 dl dd img{
	margin-right:0.62rem;
}
.foot03{
	width:100%;
	float:left;
	padding:2.37rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nab ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.75rem;
}
.nab ul li .pic{
	width:50%;
}
.nab ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab ul li .tex{
	width:43%;
	padding-right:6.6rem;
}
.nab ul li dl dt{
	margin-top:2.3rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 4.5rem */
}
.nab ul li dl dd{
	margin-top:2.3rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.abtit dl dt{
	display:flex;
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}

.swiper{
	width: 100%;
	height: 100%;
}

.lc01{
	    width: 100%;
    height: 20vw;
    background: var(---Gray-6, #F2F2F2);
    padding: 3.05rem 1.8rem 1rem 1.8rem;
    transition: all 0.6s;
}
.lc01 dl dt{
	color: var(---999, #999);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.81rem;
}
.lc01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.lc01 dl dd p{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.lc01:hover{
	background: var(--Color, #D71F19);
}
.lc01:hover dl dt{
	color:#FFF;
}
.lc01:hover dl dd{
	color:#FFF;
}
.lc01:hover dl dd p{
	color:#FFF;
}
.zswrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/ry.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:36.4% auto;
}
.honr{
	width:100%;
	float:left;
	margin-top:3.94rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 5.0rem;
	padding-top:2.5rem;
}

.zlm{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:0 8.33vw;
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:16.6666%;
}
.zlm ul li a{
	width:100%;
	height:4.25rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.zlm ul li a:hover{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
}

.search{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search .ss{
	width:87.9375%;
	border: 1px solid var(--da-2122, #DA2122);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 1.25rem;
}
.ssbk{
	width:80%;
	border:0;
	height:3.75rem;
	line-height:3.75rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	outline:none;
}
.search .zxbz{
	width:11.4375%;
	height:3.75rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .zxbz a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--da-2122, #DA2122);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.search .zxbz a::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:8.75rem 8.33vw;
	background-image:url(../img/cpbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpbanner .tex{
	width:43.75%;
}
.cpbanner .tex .a01 dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.cpbanner .tex .a01 dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.cpbanner .tex .a01 dl dd b{
	font-family: zt2;
}
.cpbanner .pic{
	width:41.25%;
	overflow:hidden;
}
.cpbanner .pic img{
	width:100%;
	height:auto;
	display:block;
}

.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.line{
	width:100%;
	float: left;
	height: 0.0625rem;
	background: #E0E0E0;
	margin-top:3.75rem;
}
.cpcs{
	width:100%;
	float: left;
	font-size: 1rem;
	line-height:2;
	margin-top:3.5rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.cpcs ul li .a01{
	width:35%;
}
.cpcs ul li .a02{
	width:65%;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.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;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #D71F19);
	background: var(--Color, #D71F19);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #D71F19);
	background: var(--Color, #D71F19);
	color:#FFF;
}

.newcon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:26%;
}
.newtit{
	width:100%;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.69rem;
}
.newdate{
	width:100%;
	margin-top:1.69rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	margin-top:3.62rem;
	display: flex;
	align-items: center;
}
.newlink a{
	margin-right:0.62rem;
	display: flex;
	align-items: center;
}

.newcon-r{
	width:66.5%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.5rem 0;
	border-bottom:1px solid #E0E0E0;
}
.newnext ul li a{
	max-width:80%;
}

.lx{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:32.5%;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.lx-l ul li{
	width:100%;
	padding:2.5rem;
	margin-top:0.62rem;
	display: flex;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.lx-l ul li:first-child{
	margin-top:0px;
}
.lx-l ul li img{
	max-width:3.0rem;
	margin-right:1.25rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx-l ul li dl dd a{color:#333;}
.lx-l ul li dl dd a:hover{color:#fff;}
.lx-l ul li:hover{
	background: var(--Color, #D71F19);
}
.lx-l ul li:hover dl dt{
	color:#FFF;
}
.lx-l ul li:hover dl dd{
	color:#FFF;
}
.lx-l ul li .pic01{
	display:inline-block;
}
.lx-l ul li .pic02{
	display: none;
}
.lx-l ul li:hover .pic01{
	display:none;
}
.lx-l ul li:hover .pic02{
	display:inline-block;
}
.lx-r{
	width:66.3%;
	position:relative;
	overflow:hidden;
}
.lx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.nlx02{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:25.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l dl dt{
	display:flex;
}
.nlx02-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nlx02-r{
	width:66.3%;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/*/手机*/



.bottom{
	display:none;
}












.dingw{ width:100%; float:left; margin-top:-120px;}

.mart7{
	margin-top:7.5rem;
}
.w50{
	width:50%;
}
.mart11{
	margin-top:11.25rem;
}
.red{
	color: var(--Color, #D71F19);
}
.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){






}

@media (min-width:1000px) and (max-width:1700px){
.innav ul li a{
	padding:0 3.0rem;
}




	
}

@media (min-width:1000px) and (max-width:1360px){
.header.yanse.yanse01 .intop{
	padding:0 5.2vw;
}
.zlm{
	padding:0 5.2vw;
}
.header.yanse .intop{
	padding:0 5.2vw;
}
.main{
	padding:0 5.2vw;
}
.innav ul li a{
	padding:0 1.0rem;
}

.foot01 .a01{
	font-size:2.0rem;
}

.foot02 .a01 dl dt{
	font-size:1.0rem;
}
.foot02 .a02 dl dt{
	font-size:1.0rem;
}
.foot02 .a01{
	padding:4.3rem 2.0rem;
}
.foot02 .a02{
	padding:4.3rem 2.0rem;
}
.foot02 .a01 dl dd{
	font-size:0.75rem;
}
.foot02 .a02 dl dd{
	font-size:0.75rem;
}
.jswz dl dt{
	font-size:5.0rem;
}
.jswz dl dd{
	font-size:5.0rem;
}
.innum ul li dl dt b{
	font-size:4.0rem;
}
.innum ul li{
	padding:5rem 0;
}

.inab-l .a02 dl dt{
	font-size:5.0rem;
}
.inab-l .a02 dl dd{
	font-size:5.0rem;
}
.nab ul li dl dt{
	font-size:2.0rem;
}
.abtit dl dd{
	font-size:5.0rem;
}
.lc01 dl dt{
	font-size:3.0rem;
	padding-bottom:1.5rem;
}
.lc01{
	padding:2.75rem 1.5rem;
}
.honr{
	padding:2.5rem 3.0rem;
	padding-top:1.5rem;
}

.newtit{
	font-size:1.5rem;
}
.lx-l ul li{
	padding:1.0rem;
}
.lx-l ul li img{
	max-width:2.5rem;
}
.lx-l ul li dl dd{
	font-size:1.0rem;
}

.nlx02-l dl dd{
	font-size:2.0rem;
}













	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:#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;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo a{
	display: flex;
	align-items: center;
	font-size:1.25rem;
	font-weight: bold;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle;
	margin-right:0.5rem;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	font-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:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:85%;
	float:right; 
	background:#fff;  
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:2px solid var(--Color, #D71F19);
	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: #D71F19; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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


.ingd{
	display:flex;
	align-items: center;
}

.ingd.bk .a01{
	border: 1px solid var(--Color, #D71F19);
}
.ingd.bk .inmore a{
	border: 1px solid var(--Color, #D71F19);
}
.ingd .a01{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	border-radius:50%;
	overflow:hidden;
}
.ingd .a01 a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ingd .a01 img{
	max-width:1.0rem;
}
.inmore{
	display:flex;
}
.inmore a{
	height: 2.5rem;
	padding: 0.5rem 1.5rem;
	position:relative;
	z-index:5;
	color: var(--Color, #D71F19);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	border-radius: 6.25rem;
	overflow:hidden;
}
.inmore a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.inmore a::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	background-color:#FFF;
	content:'';
	display:inline-block;
}
.inmore a::after{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color, #D71F19);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inmore a:hover::after{
	width:100%;
}
.inmore a:hover{
	color:#fff;
}
.inmore a.cur::after{
	width:100%;
}
.inmore a.cur{
	color:#fff;
}

.inab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.intit{
	display:flex;
}
.intit a{
	display: inline-flex;
	padding: 0.5rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---333, #333);
}
.intit a::before{
	margin-right:0.62rem;
	width: 1.13706rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab-l .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inab-l .pic img{
	max-width:80%;
}
.inab-l .a01{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 4.5rem */
}
.inab-l .a02 dl dt{
	color: var(---Gray-4, #BDBDBD);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
	margin-top:3.0rem;
}
.inab-l .a02 dl dd{
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.inab-r{
	width:100%;
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:2.0rem;
}
.inab-r h1{
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom:1.5rem;
}
.inab-r h1 i{
	color: var(--Color, #D71F19);
}

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

.innum{
	width:100%;
	float:left;
	margin-top:3rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:50%;
	text-align:center;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:3rem 0;
}
.innum ul li dl dt{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	color: var(--Color, #D71F19);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li dl dt b{
	color: var(--Color, #D71F19);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li dl dd{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.incptit{
	width:100%;
	float:left;
	margin-top:3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incptit-l{
	width:100%;
}
.incptit-r{
	width:100%;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.incptit-r h2{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro.ny ul li{
	margin-top:1.5rem;
}
.inpro ul li{
	width:48%;
	margin-top:1.5rem;
}
.inpro ul li .pic{
	overflow:hidden;
	position:relative;
}
.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 .pic .bq{
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:11;
	display:flex;
	width:auto;
}
.inpro ul li .pic .bq i{
	display: inline-flex;
	padding: 0.375rem 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.inpro ul li .tex{
	margin-top:0.5rem;
}
.inpro ul li .tex dl dt{
	font-family: zt4;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background:#eeeeee;
	padding:0.5rem 0.25rem;
	text-align: center;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	display:none;
}
.inpro ul li .tex .sm{
	display:flex;
	align-items: center;
	margin-top:1.25rem;
	display:none;
}
.inpro ul li .tex .sm i{
	padding: 0.375rem 0.75rem;
	border-radius: 6.25rem;
	border: 1px solid var(---999, #999);
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-right:0.25rem;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background-image:url(../img/ina02.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4rem 8.33vw;
}
.jstit{
	width:100%;
	float: left;
}
.jswz{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.jswz dl dt{
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.jswz dl dd{
	color: transparent;
    -webkit-text-stroke: 1px #D71F19;
    text-stroke: 1px #D71F19;
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
	
}

.jstex{
	width:100%;
	float:left;
	margin-top:8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.jstex-l{
	width:100%;
}
.jstex-r{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:2.0rem;
}

.sjyftit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sjyftit-l{
	width:100%;
}
.sjyftit-r{
	width:100%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	margin-top:2.0rem;
}
.sjyf{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.sjyf ul{
	display: flex;
	flex-wrap: wrap;
}
.sjyf ul li{
	width:calc(33.7% - 0.5rem);
	margin-right:0.5rem;
	position:relative;
	overflow:hidden;
}
.sjyf ul li:nth-child(3n){
	margin-right:0px;
}
.sjyf ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sjyf ul li:hover img{
	transform: scale(1.05);
}
.sjyf ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:11;
	padding:0 0.5rem;
	opacity:0;
	transition: all 0.6s;
}
.sjyf ul li .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.sjyf ul li .tex dl dd{
	margin-top:0.38rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.sjyf ul li:hover .tex{
	opacity:1;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.innewtj .tex{
	width:100%;
	background: var(--Color, #D71F19);
	padding:1.62rem 0.75rem;
}
.innewtj .tex dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex .sm{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---white, #FFF);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innewtj .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.innewtj .tex .more a{
	padding: 0.5rem 1.25rem;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-family: zt2;
	font-weight: 700;
	line-height: normal;
}
.innewtj .tex .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.25rem;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	margin-top:1.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.13rem 0.53rem;
	transition: all 0.6s;
}
.innew ul li:hover{
	background: var(--Color, #D71F19);
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .sm{
	color:#FFF;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li dl dd{
	color: var(---999, #999);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .sm{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 1.8rem */
}
.innew ul li .more{
	margin-top:3.0rem;
	display:flex;
}
.innew ul li .more a{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 1.875rem;
	background: var(---white, #FFF);
	position:relative;
	overflow:hidden;
}
.innew ul li:hover .more a{
	width:100%;
}
.innew ul li:hover .more a img{
	margin-left:3.5rem;
}
.innew ul li .more a i{
	color: var(--Color, #D71F19);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	justify-content: center;
	align-items: center;
	display: flex;
	overflow:hidden;
}
.innew ul li:hover .more a i{
	width:100%;
	padding-right:2.0rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	border-top: 4px solid var(--Color, #D71F19);
	background: var(---Gray-6, #F2F2F2);
	padding: 3.25rem 8.33vw 0 8.33vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot01 .a01{
	width: 100%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.375rem */
}
.foot01 .ingd{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .ingd .a01{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.5rem;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	border-radius:50%;
	overflow:hidden;
}
.foot01 .ingd .a01 a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot02 .dblogo{
	width:20%;
	padding-top:4.3rem;
	display:none;
}
.foot02 .dblogo img{
	max-width:48.6%;
}
.foot02 .a01{
	width:20%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	padding:4.3rem 3.12rem;
	display:none;
}
.foot02 .a01 dl dt{
	padding-bottom:0.48rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a02{
	width:100%;
	padding:2.3rem 0rem;
}
.foot02 .a02 dl dt{
	padding-bottom:0.48rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a02 dl dd{
	margin-top:1.06rem;
	display:flex;
	align-items: center;
}
.foot02 .a02 dl dd img{
	margin-right:0.62rem;
}
.foot03{
	width:100%;
	float:left;
	padding:1.37rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab{
	width:100%;
	float:left;
}
.nab ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.75rem;
}
.nab ul li .pic{
	width:100%;
}
.nab ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab ul li .tex{
	width:100%;
	padding:2.0rem 0;
}
.nab ul li dl dt{
	margin-top:2.3rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 4.5rem */
}
.nab ul li dl dd{
	margin-top:1.3rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.abtit dl dt{
	display:flex;
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(--Color, #D71F19);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: 90%; /* 5.4rem */
	text-transform: uppercase;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}

.swiper{
	width: 100%;
	height: 100%;
}

.lc01{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.75rem 1.5rem;
	transition: all 0.6s;
}
.lc01 dl dt{
	color: var(---999, #999);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.5rem;
}
.lc01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.lc01 dl dd p{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.lc01:hover{
	background: var(--Color, #D71F19);
}
.lc01:hover dl dt{
	color:#FFF;
}
.lc01:hover dl dd{
	color:#FFF;
}
.lc01:hover dl dd p{
	color:#FFF;
}
.zswrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background-image:url(../img/ry.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:36.4% auto;
}
.honr{
	width:100%;
	float:left;
	margin-top:1.34rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.75rem 2.0rem;
	padding-top:0.5rem;
}
.zswrap .abtit{
	margin-top:1.0rem;
}
.zlm{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:33.33%;
}
.zlm ul li:nth-child(3n) a{
	border-right: 0px solid var(---Gray-5, #E0E0E0);
}
.zlm ul li a{
	width:100%;
	height:3.0rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.zlm ul li a:hover{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--Color, #D71F19);
	color: var(---white, #FFF);
}

.search{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search .ss{
	width:60%;
	border: 1px solid var(--da-2122, #DA2122);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 1.25rem;
}
.ssbk{
	width:50%;
	border:0;
	height:2.0rem;
	line-height:2.0rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	outline:none;
}
.search .zxbz{
	width:38%;
	height:2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .zxbz a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--da-2122, #DA2122);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.search .zxbz a::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:4.75rem 8.33vw;
	background-image:url(../img/cpbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpbanner .tex{
	width:100%;
}
.cpbanner .tex .a01 dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size:1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.cpbanner .tex .a01 dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.cpbanner .tex .a01 dl dd b{
	font-family: zt2;
}
.cpbanner .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;
}
.cpbanner .pic img{
	width:100%;
	height:auto;
	display:block;
}

.ntit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.line{
	width:100%;
	float: left;
	height: 0.0625rem;
	background: #E0E0E0;
	margin-top:2.5rem;
}
.cpcs{
	width:100%;
	float: left;
	margin-top:2.5rem;
	font-size: 1rem;
	line-height:2;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem 0;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.cpcs ul li .a01{
	width:35%;
}
.cpcs ul li .a02{
	width:65%;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.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;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #D71F19);
	background: var(--Color, #D71F19);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #D71F19);
	background: var(--Color, #D71F19);
	color:#FFF;
}

.newcon{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtit{
	width:100%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.69rem;
}
.newdate{
	width:100%;
	margin-top:1.69rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	align-items: center;
}
.newlink a{
	margin-right:0.62rem;
	display: flex;
	align-items: center;
}

.newcon-r{
	width:100%;
	margin-top:3.0rem;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.5rem 0;
	border-bottom:1px solid #E0E0E0;
}
.newnext ul li a{
	max-width:80%;
}

.lx{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:100%;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.lx-l ul li{
	width:100%;
	padding:2.0rem;
	margin-top:0.62rem;
	display: flex;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.lx-l ul li:first-child{
	margin-top:0px;
}
.lx-l ul li img{
	max-width:3.0rem;
	margin-right:1.25rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx-l ul li dl dd a{color:#333;}
.lx-l ul li dl dd a:hover{color:#fff;}
.lx-l ul li:hover{
	background: var(--Color, #D71F19);
}
.lx-l ul li:hover dl dt{
	color:#FFF;
}
.lx-l ul li:hover dl dd{
	color:#FFF;
}
.lx-l ul li .pic01{
	display:inline-block;
}
.lx-l ul li .pic02{
	display: none;
}
.lx-l ul li:hover .pic01{
	display:none;
}
.lx-l ul li:hover .pic02{
	display:inline-block;
}
.lx-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.lx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.nlx02{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l dl dt{
	display:flex;
}
.nlx02-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-top:2.0rem;
}
.nlx02-r{
	width:100%;
	margin-top:3.0rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}


.bottom{
	width:100%;
	position: fixed;
	bottom:0;
	left:0;
	z-index:99;
	border-top:1px solid #c1c4d6;
	background-color:#f4f4f8;
}
.bottom ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bottom ul li{
	width:25%;
	text-align: center;
	padding:0.5rem 0;
}
.bottom ul li dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items:center;
	height:2.0rem;
}
.bottom ul li dl dt img{
	max-height:2.0rem;
}
.bottom ul li dl dd{
	font-size:0.875rem;
	color:#666;
}















.mart7{
	margin-top:4.5rem;
}
.w50{
	width:100%;
}
.mart11{
	margin-top:6.25rem;
}
.red{
	color: var(--Color, #D71F19);
}
.mart6{
	margin-top:2.25rem;
}
.mart3{
	margin-top:1.75rem;
}



/*/手机*/



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}









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

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

.pc{display: none;}
}
































