@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	margin:auto
	}
@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/zt.TTF'),
	url('../font/zt.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:#CE2F2F;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


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

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-radius: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}

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

.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 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;
	padding:0 8.3vw;
}

.logo{
	width:15.4%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:15.4%;
	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;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	position:relative;
	height:5.0rem;
	text-transform: capitalize;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li i{
	width: 0;
	height: 0.125rem;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0rem;
	z-index:1;
}
.header.yanse .innav ul li:hover i{
	width:100%;
	background-color:#CE2F2F;
}
.header.yanse.yanse01 .innav ul li:hover i{
	width:100%;
	background-color:#fff;
}
.innav ul li a:hover{
	color:#CE2F2F;
}
.header.yanse .innav ul li.cur a{
	color:#CE2F2F;
	font-weight:bold;
}
.header.yanse .innav ul li.cur i{
	width:100%;
	background-color:#CE2F2F;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
	font-weight:bold;
}
.header.yanse.yanse01 .innav ul li.cur i{
	width:100%;
	background: #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-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:#FFF;
}
.header.yanse .top-r .zyw .a01{
	color:#333;
}
.header.yanse.yanse01 .top-r .zyw .a01::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
	margin-top:-2px;
}
.header.yanse.yanse01 .top-r .zyw .a01::before{
	width: 2rem;
	height: 2rem;
	content:'';
	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::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
	margin-top:-2px;
}
.header.yanse .top-r .zyw .a01::before{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu2.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);
}
.top-r .qiu{
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	margin-left:3.12rem;
}
.innav ul li .xiala{
	width:12.0rem;
	position:absolute;
	top:5.0rem;
	left:-3.5rem;
	z-index:2;
	text-align:center;
	font-size:0.875rem;
	line-height:250%;
	opacity:0;
	visibility:hidden;
	padding:0.5rem 0;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .xiala{
	background-color:rgba(0,0,0,0.3);
}
.header.yanse .xiala{
	background-color:rgba(255,255,255,1);
}
.header.yanse .innav ul li.cur .xiala a{
	color:#333;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#CE2F2F;
}

.chax{
	right:8.3vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:996;
	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(--1-d-2-b-66, #CE2F2F);
	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;
}
.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
}
.intit .a01{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
	max-width:75%;
	align-items:flex-start;
}
.intit .a01::before{
	width: 0.375rem;
	height: 5.375rem;
	background: #CE2F2F;
	content:'';
	display:inline-block;
	margin-right:2.5rem;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	
}
.intit .a01 dl dd{
	margin-top:0.69rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:48%;
	border: 1px solid var(--ec-3535, #CE2F2F);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ssanniu{
	width: 10.0rem;
	height: 4.25rem;
	background: var(--ec-3535, #CE2F2F);
	line-height:4.25rem;
	text-align:center;
	border:0px;
	cursor:pointer;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.ssbk{
	width:calc(100% - 10.0rem);
	border:0px;
	padding:0 1.25rem;
	outline:none;
	color: var(---999, #999);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.54263rem */
}
.inkxcp{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.inkxcp ul{
	display: flex;
	flex-wrap: wrap;
}
.inkxcp ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #fff);
	padding:3.0rem 2.5rem;
	transition: all 0.6s;
	border: 3px solid #F2F2F2;
	margin-top:3.75rem;
}
.inkxcp ul li:nth-child(4n){
	margin-right:0px;
}
.inkxcp ul li:hover{
	border: 3px solid var(--ec-3535, #CE2F2F);
	background: var(---Gray-6, #F2F2F2);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inkxcp ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inkxcp ul li dl dd{
	margin-top:1.25rem;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.inkxcp ul li dl dd a{
	color: var(---999, #999);
	display: flex;
	align-items: center;
}
.inkxcp ul li dl dd a::after{
	margin-left:1.25rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.inkxcp ul li:hover dl dd a{
	color: var(--ec-3535, #CE2F2F);
}
.inkxcp ul li .pic{
	overflow:hidden;
	height:18.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inkxcp ul li .pic img{
	max-width:100%;
	max-height:100%;
	transition: all 0.6s;
}
.inkxcp ul li:hover .pic img{
	transform: scale(1.05);
}

.inmore{
	display:flex;
	justify-content: center;
	margin-top:3.75rem;
}
.inmore a{
	padding: 1.0625rem 2.625rem 1.0625rem 3.125rem;
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
	display: flex;
	align-items: center;
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:2.06rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.ihyfa{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-image:url(../img/ibj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.ihyfa-l{
	width:50%;
	padding:0 8.3vw;
	margin-top:10.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.ihyfa-l .a01{
	display: flex;
	align-items: center;
	position:relative;
	margin-bottom:3.75rem;
}
.ihyfa-l .a01::before{
	width: 0.375rem;
	height: 5.375rem;
	background: #CE2F2F;
	content:'';
	display:inline-block;
	margin-right:2.5rem;
}
.ihyfa-l .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ihyfa-l .a01 dl dd{
	margin-top:0.69rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ihyfa-l .inmore{
	justify-content: space-between;
}
.ihyfa-r{
	width:50%;
}
.ihyfa-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ihyfa-r ul li{
	width:33.33%;
	height:22rem;
	border-left:1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom:1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 2.5rem;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}
.ihyfa-r ul li:hover{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--ec-3535, #CE2F2F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.ihyfa-r ul li .a01{
	width:100%;
}
.ihyfa-r ul li .a01 .pic{
	overflow:hidden;
}
.ihyfa-r ul li .a01 dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ihyfa-r ul li .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	height:0px;
	overflow:hidden;
	transition: all 0.6s;
}
.ihyfa-r ul li .a01 dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.ihyfa-r ul li .a01 dl dd a::after{
	content:">";
	font-family:'宋体';
	margin-left:1.25rem;
	font-weight:bold;
}
.ihyfa-r ul li:hover .a01 dl dd{
	height:auto;
	margin-top:1.88rem;
}
.ihyfa-r ul li:last-child{
	text-align:center;
}
.ihyfa-r ul li:last-child dl dd a{
	justify-content: center;
}
.ihyfa-r ul li:last-child dl dd a::after{
	width:2.5rem;
	height:2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bxk.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-left:0px;
}
.inab{
	width:100%;
	float:left;
	margin-top:7.0rem;
	background-image:url(../img/inab.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:58% 100%;
}
.inab01{
	width:62.4%;
	float: left;
}
.inab01 .ab01{
	width:52%;
}
.inab01 .ab01 .b01{
	margin-top:3.75rem;
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inab01 .ab01 .inmore{
	margin-top:5.0rem;
	justify-content: space-between;
}
.inab01 .ab02{
	width:100%;
	margin-top:8.62rem;
	height: 9.625rem;
	background-image:url(../img/ht.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	float:left;
	display: flex;
	align-items: center;
}
.inab01 .ab02 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.inab01 .ab02 ul li{
	width:auto;
	margin-left:1.975vw;
	margin-right:1.975vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab01 .ab02 ul li::before{
	width: 1.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.94rem;
}
.inab01 .ab02 ul li::after{
	width: 1.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.94rem;
}
.inab01 .ab02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.inab01 .ab02 ul li dl dd{
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.innew{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem 8.3vw;
}
.innew h1{
	color: var(---333, #333);
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	background: var(---white, #FFF);
	position:relative;
}
.innew ul li::after{
	width:0px;
	height:5px;
	background-color:var(--ec-3535, #CE2F2F);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.62rem;
}
.innew ul li .tex dl dd{
	margin-top:1.87rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:2.56rem;
}
.innew ul li .tex .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
}
.innew ul li .tex .more a::after{
	margin-left:1.25rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.innew ul li:hover .tex dl dt{
	color: var(--ec-3535, #CE2F2F);
}
.insh{
	width:100%;
	float:left;
	height:20.0rem;
	background-attachment:fixed;
	background-image:url(../img/ibj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items: center;
}
.insh dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insh dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:2.0rem;
}
.insh dl dd img{
	margin-right:0.94rem;
}

.foot{
	width:100%;
	float:left;
	background: #38393A;
	padding:5rem 8.3vw;
	padding-bottom:3.75rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.12rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:auto;
	max-width:18.5%
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .a01 a{
	display:flex;
	position:relative;
	margin-left:1.0rem;
}
.foot01 .a01 a span{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	bottom:-5.0rem;
	left:-1.0rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 a:hover span{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 a:hover span img{
	max-width:100%;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl dt{
	padding-bottom:0.81rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 dl dd{
	margin-top:0.75rem;
	color: var(---Gray-4, #BDBDBD);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 dl dd a{
	color: var(---Gray-4, #BDBDBD);
}
.foot02 dl{
	max-width:15%;
}
.foot02 .a01{
	width:auto;
	display: flex;
}
.foot02 .a01 div{
	margin-left:1.8rem;
	color: var(---999, #999);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02 .a01 div img{
	max-width:100%;
}
.foot03{
	width:100%;
	float:left;
	background: #222;
	padding:1.31rem 8.3vw;
	color: var(--30, rgba(255, 255, 255, 0.30));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm{
	width:100%;
	float:left;
	background-image:url(../img/nybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:3.56rem 8.3vw;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nzlm .a01{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
}
.nzlm .a01::before{
	width: 0.375rem;
	height: 5.375rem;
	background: #fff;
	content:'';
	display:inline-block;
	margin-right:2.5rem;
}
.nzlm .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nzlm .a01 dl dd{
	margin-top:0.69rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nzlm .a02{
	width:auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width:70%;
}
.nzlm .a02 a{
	padding: 0.8625rem 0.725rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	margin-right:0.62rem;
	margin-top:0.62rem;
}
.nzlm .a02 a:hover{
	background: var(---white, #FFF);
	color: var(--ec-3535, #CE2F2F);
}
.nzlm .a02 a.cur{
	background: var(---white, #FFF);
	color: var(--ec-3535, #CE2F2F);
}

.nzlm .a03{
	width:auto;
	display: flex;
	align-items: center;
}
.nzlm .a03 a{
	padding: 1.0625rem 2.625rem 1.0625rem 3.125rem;
	background: var(---white, #FFF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--ec-3535, #CE2F2F);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	margin-left:0.62rem;
	display: flex;
	align-items: center;
}
.nzlm .a03 a::after{
	margin-left:2.06rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.nab01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01 .tex{
	width:51.5625%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.nab01 .tex dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab01 .tex dl dd{
	margin-top:0.94rem;
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:2.75rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
	margin-bottom:2.75rem;
}
.nab01 .tex dl dd::before{
	width: 13.5625rem;
	height: 0.1875rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: #CE2F2F;
}
.nab01 .tex h1{
	margin-top:4.69rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.58rem;
}
.nab01 .pic{
	width:42.6%;
	overflow:hidden;
}
.nab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wenh{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:9.38rem 8.3vw;
	padding-bottom:11.56rem;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wenh h2{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.wenh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	margin-top:5.0rem;
}
.wenh ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:39rem;
	padding:5.62rem 2.5rem;
	position:relative;
	transition: all 0.6s;
}
.wenh ul li:hover{
	background: var(--ec-3535, #CE2F2F);
}
.wenh ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.wenh ul li dl dd{
	margin-top:3.12rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.wenh ul li .pic{
	width:auto;
	position:absolute;
	bottom:6.25rem;
	left:2.5rem;
	z-index:1;
}
.wenh ul li:last-child{
	border-right:0px;
}

.honr{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.honr h3{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.honr .a01{
	width:100%;
	margin-top:2.69rem;
	background: var(--ec-3535, #CE2F2F);
	padding:3.5rem;
	position:relative;
}
.honr .a01 .jbei{
	width: 19.4375rem;
	height: 17.375rem;
	position:absolute;
	bottom:1.5rem;
	right:10.94rem;
	z-index:1;
}
.honr .a01 .jbei img{
	max-width:100%;
}
.honr .a01 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.honr .a01 ul li{
	width:auto;
	margin-left:1.975vw;
	margin-right:1.975vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honr .a01 ul li::before{
	width: 1.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.94rem;
}
.honr .a01 ul li::after{
	width: 1.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.94rem;
}
.honr .a01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.honr .a01 ul li dl dd{
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.honr .a02{
	width:100%;
	margin-top:5.0rem;
}
.honr .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.honr .a02 ul li{
	width:calc(20% - 1.88rem);
	margin-right:1.88rem;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}
.honr .a02 ul li:hover{
border:1px solid #FF0000;
}
.honr .a02 ul li:nth-child(7){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(8){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(9){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(10){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(11){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(12){
	width: calc(10.7% - 1.88rem);
	}
.honr .a02 ul li:nth-child(13){
	width: calc(10.7% - 1.88rem);
	}

.honr .a02 ul li dl dt{
	box-shadow: 0px 39px 41px -34px rgba(0, 0, 0, 0.13);
}
.honr .a02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.honr .a02 ul li dl dd{
	margin-top:2.0rem;
	color: var(--ec-3535, #CE2F2F);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yh{
	
	margin-bottom:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--ec-3535, #CE2F2F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #CE2F2F);
}
.fy ul li .cur{
	background: var(--ec-3535, #CE2F2F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #CE2F2F);
}

.cpshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .tex{
	width:43%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.cpshow .tex dl dt{
	display:flex;
}
.cpshow .tex dl dt i{
	padding: 0.625rem 1.25rem;
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow .tex dl dd{
	margin-top:1.38rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2rem;
}
.cpshow .pic{
	width:49.1%;
	overflow:hidden;
}
.cpshow .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: 700;
	line-height: normal;
	text-transform: capitalize;
}
.jscs{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.jscs ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}

.jscs ul:first-child{
	padding:1.75rem 0;
	border-top: 3px solid var(--ec-3535, #CE2F2F);
	border-bottom: 3px solid var(--ec-3535, #CE2F2F);
}
.jscs ul:first-child li{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ke-zeroborder{
	width:100%;
	padding:1.25rem 0;
}
.ke-zeroborder th{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.25rem;
	padding: 1.25rem 0;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td{
	width:auto;
	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);
}
.jscs ul li{
	width:25%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.hylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:calc(50% - 0.94rem);
	position:relative;
	overflow:hidden;
	margin-top:3.75rem;
}
.hylist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover img{
	transform: scale(1.05);
}
.hylist ul li .tex{
	width: 12.5rem;
	height: auto;
	background: var(--ec-3535, #CE2F2F);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.hylist ul li .tex dl dt{
	height:0px;
	padding:0 2.6rem;
	display: flex;
	align-items: center;
	overflow:hidden;
	transition: all 0.6s;
}
.hylist ul li .tex dl dt img{
	max-width:4.25rem;
	max-height:4.25rem;
}
.hylist ul li .tex dl dd{
	display:flex;
}
.hylist ul li .tex dl dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.0rem 2.6rem;
	width:100%;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.hylist ul li .tex dl dd a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.hylist ul li:hover .tex dl dt{
	height:8.25rem;
}
.swzy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.swzy ul{
	display: flex;
	flex-wrap: wrap;
}
.swzy ul li{
	width:calc(33.5% - 1.25rem);
	margin-right:1.25rem;
	margin-bottom: 2rem;
}
.swzy ul li:nth-child(3n){
	margin-right:0px;
}
.swzy ul li dl dt{
	overflow:hidden;
}
.swzy ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.swzy ul li:hover dl dt img{
	transform: scale(1.05);
}
.swzy ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:49%;
	overflow:hidden;
	position:relative;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .pic i{
	width:auto;
	position:absolute;
	padding: 0.375rem 1.25rem;
	background: var(--ec-3535, #CE2F2F);
	top:1.25rem;
	left:1.25rem;
	z-index:1;
	color: #FFF;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.37238rem */
	letter-spacing: 0.015rem;
}
.newtj .tex{
	width:49%;
	padding:3.0rem 3.75rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtj .tex dl dt{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	height:4.0rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newtj .tex dl dd{
	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 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newtj .tex .inmore{
	justify-content: space-between;
}

.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:6.25rem;
	padding-bottom:6.25rem;
	padding-top:2.5rem;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.56rem 8.3vw;
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:69.1%;
}
.newtex{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:5.0rem 3.75rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:2.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}
.newcon-r{
	width:27.2%;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	padding: 4.71875rem 1.75rem 4.78125rem 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.88rem;
	margin-bottom:1.25rem;
}
.newcon-r ul li dl dd{
	overflow: hidden;
	color: var(---999, #999);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newcon-r ul li:hover{
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dt{
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dd{
	color: rgba(255, 255, 255, 0.6);
}
.newcon-r ul li:hover a{
	color: var(---white, #FFF);
}

.lx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.lx01 .pic{
	width:66.3%;
}
.lx01 .pic img{
	width:100%;
	height:auto;
	display: block;
}
.lx01 .tex{
	width:32.5%;
	padding:3.75rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
}
.lx01 .tex p{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 .tex h1{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 .tex h2{
	margin-top:3.87rem;
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:0.31rem;
}
.lx01 .tex .a01{
	display:flex;
	margin-top:3.87rem;
	text-align:center;
}
.lx01 .tex .a01 dl dt{
	overflow:hidden;
}
.lx01 .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.lx02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:32.5%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	font-size: 1rem;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 0.875rem;
	font-family: zt;
	color:#999;
}


.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;}



.padt0{
	padding-top:0px;
}
.pad0{
	padding:0rem 8.3vw;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart2{
	margin-top:2.5rem;
}
.mart3{
	margin-top:3.12rem;
}
.mart0{
	margin-top:0rem;
}

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

}


@media (min-width:1000px) and (max-width:1680px){
.honr .a01 .jbei {
    width: 20%;
    height: 17.375rem;
    position: absolute;
    bottom: -0.5rem;
    right: 5.94rem;
    z-index: 1;
}
.honr .a01 ul li{
	margin-left: 0.975vw;
    margin-right: 0.975vw;
	}
.honr .a01 ul li dl dt{
	    font-size: 1.6rem;
	}
.inkxcp ul li{
	padding: 3rem 2.5rem 1rem;
	}

.inkxcp ul li .pic{
	    height: 14rem;
	}
.ihyfa-r ul li{
	height: 16rem;
	}	
	
.inab01 .ab02 ul li{
	    margin-left: 1.075vw;
    margin-right: 1.075vw;
	}
.nab01 .tex{
	font-size: 0.85rem;
	}
.nab01 .tex h1{
	margin-top: 4.69rem;
	margin-bottom: 1.88rem;
	}
.wenh ul li{
	height: 34rem;
    padding: 3.62rem 2.5rem;
	}
.wenh ul li .pic{
	bottom: 2.25rem;
	}
.nzlm .a02 a{
	padding: 0.625rem 0.525rem;
	letter-spacing: 0rem;
	}
.innew ul li .tex{
	padding: 1.5rem;
	}
.newtj .tex{
	padding: 1.5rem 2.75rem;
	}
}

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







	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}
.inab01 .ab02 ul li dl dt{
	font-size:1.2rem;
}
.inab01 .ab02 ul li dl dd{
	font-size:0.75rem;
}
.inab01 .ab02 ul li::before{
	width:0.7rem;
}
.inab01 .ab02 ul li::after{
	width:0.7rem;
}
.inab01 .ab02 ul li{
	margin-left:0.8vw;
	margin-right:0.8vw;
}
.foot02 .a01{
	max-width:20%;
}
.nzlm .a02 a{
	padding:0.425rem 1.0rem;
	font-size:0.75rem;
}
.nab01 .tex{
	font-size:0.875rem;
}
.nab01 .tex dl dt{
	font-size:1.5rem;
}
.nab01 .tex dl dd{
	font-size:1.0rem;
}
.nab01 .tex h1{
	font-size:1.0rem;
}
.wenh ul li{
	padding:3.0rem 1.5rem;
}
.wenh ul li dl dd{
	font-size:0.75rem;
}
.wenh ul li .pic img{
	max-width:3.5rem;
}
.honr .a01 .jbei{
	width:10rem;
	height:auto;
	right:3.0rem;
}
.honr .a01 ul li dl dt{
	font-size:1.0rem;
}
.honr .a01 ul li dl dd{
	font-size:0.75rem;
}
.honr .a01{
	padding:2.0rem 3.0rem;
}
.honr .a02 ul li dl dd{
	font-size:1.0rem;
}
.ihyfa-r ul li {
    height: 12rem;
}
.ihyfa-l{
	    margin-top: 6rem;
	}
.nzlm .a01 dl dt{
	font-size:2.0rem;
}
.nzlm .a01 dl dd{
	font-size:1.0rem;
}
.nzlm .a01::before{
	margin-right:1.5rem;
}
.inkxcp ul li{
	padding:2.0rem 1.0rem;
}
.inkxcp ul li dl dt{
	font-size:1.0rem;
}
.inkxcp ul li dl dd a{
	font-size:0.75rem;
}
.inkxcp ul li .pic{
	height:10rem;
}
.nzlm .a02 a{
	padding:0.425rem 1.0rem;
}
.intit .a01 dl dt{
	font-size:1.8rem;
}







	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	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;
}
.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: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;
	color:#333;
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.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/qiu2.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:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.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;
	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: #CE2F2F; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.intit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
}
.intit .a01::before{
	width: 0.275rem;
	height: 3.0rem;
	background: #CE2F2F;
	content:'';
	display:inline-block;
	margin-right:1.5rem;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a01 dl dd{
	margin-top:0.39rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:100%;
	border: 1px solid var(--ec-3535, #CE2F2F);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.ssanniu{
	width: 6.0rem;
	height: 2.5rem;
	background: var(--ec-3535, #CE2F2F);
	line-height:2.5rem;
	text-align:center;
	border:0px;
	cursor:pointer;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.ssbk{
	width:calc(100% - 8.0rem);
	border:0px;
	padding:0 1.25rem;
	outline:none;
	color: var(---999, #999);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.54263rem */
	margin-left:0.5rem;
}
.inkxcp{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.inkxcp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inkxcp ul li{
	width:48%;
	background: var(---Gray-6, #fff);
	padding: 1rem 0.5rem;
	transition: all 0.6s;
	border: 3px solid #F2F2F2;
	margin-top:1.0rem;
}
.inkxcp ul li:nth-child(4n){
	margin-right:0px;
}
.inkxcp ul li:hover{
	border: 3px solid var(--ec-3535, #CE2F2F);
	background: var(---Gray-6, #F2F2F2);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inkxcp ul li dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	    height: 7vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inkxcp ul li dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.inkxcp ul li dl dd a{
	color: var(---999, #999);
	display: flex;
	align-items: center;
}
.inkxcp ul li dl dd a::after{
	margin-left:1.25rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.inkxcp ul li:hover dl dd a{
	color: var(--ec-3535, #CE2F2F);
}
.inkxcp ul li .pic{
	overflow:hidden;
	height:8.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inkxcp ul li .pic img{
	max-width:100%;
	max-height:100%;
	transition: all 0.6s;
}
.inkxcp ul li:hover .pic img{
	transform: scale(1.05);
}

.inmore{
	display:flex;
	justify-content: center;
	margin-top:3.75rem;
}
.inmore a{
	padding: 0.625rem 1.625rem 0.625rem 2.125rem;
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
	display: flex;
	align-items: center;
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:2.06rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.ihyfa{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background-image:url(../img/ibj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.ihyfa-l{
	width:100%;
	padding:0 8.3vw;
	margin-top:5.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.ihyfa-l .a01{
	display: flex;
	align-items: center;
	position:relative;
	margin-bottom:2.75rem;
}
.ihyfa-l .a01::before{
	width: 0.275rem;
	height: 3.0rem;
	background: #CE2F2F;
	content:'';
	display:inline-block;
	margin-right:1.5rem;
}
.ihyfa-l .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ihyfa-l .a01 dl dd{
	margin-top:0.69rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ihyfa-l .inmore{
	justify-content: space-between;
}
.ihyfa-r{
	width:100%;
	margin-top:3.0rem;
}
.ihyfa-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ihyfa-r ul li{
	width: 33.33%;
    height: 8rem;
    border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    background: var(--10, rgba(0, 0, 0, 0.10));
    backdrop-filter: blur(12.5px);
    padding: 0 1rem;
    display: flex;
    align-items: center;
    transition: all 0.6s;
}
.ihyfa-r ul li:hover{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--ec-3535, #CE2F2F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.ihyfa-r ul li .a01{
	width:100%;
}
.ihyfa-r ul li .a01 .pic{
	overflow:hidden;
}
.ihyfa-r ul li .a01 .pic img{
	max-width:2.0rem;
}
.ihyfa-r ul li .a01 dl dt{
	margin-top:0.88rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ihyfa-r ul li .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	height:0px;
	overflow:hidden;
	transition: all 0.6s;
}
.ihyfa-r ul li .a01 dl dd a{
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.ihyfa-r ul li .a01 dl dd a::after{
	content:">";
	font-family:'宋体';
	margin-left:1.0rem;
	font-weight:bold;
}
.ihyfa-r ul li:hover .a01 dl dd{
	height:auto;
	margin-top:0.88rem;
}
.ihyfa-r ul li:last-child{
	text-align:center;
}
.ihyfa-r ul li:last-child dl dd a{
	justify-content: center;
}
.ihyfa-r ul li:last-child dl dd a::after{
	width:1.5rem;
	height:1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bxk.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-left:0px;
}
.inab{
	width:100%;
	float:left;
}
.inab01{
	width:100%;
	float: left;
}
.inab01 .ab01{
	width:100%;
}
.inab01 .ab01 .b01{
	margin-top:1.75rem;
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inab01 .ab01 .inmore{
	margin-top:3.0rem;
	justify-content: space-between;
}
.inab01 .ab02{
	width:100%;
	margin-top:3.62rem;
	height: 5.625rem;
	background-color:var(--ec-3535, #CE2F2F);
	float:left;
	display: flex;
	align-items: center;
}
.inab01 .ab02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
}
.inab01 .ab02 ul li{
	    width: 29.33%;
	margin-left:1.5vw;
	margin-right:1.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab01 .ab02 ul li::before{
	width: 0.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.34rem;
}
.inab01 .ab02 ul li::after{
	width: 0.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.34rem;
}
.inab01 .ab02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.inab01 .ab02 ul li dl dd{
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.innew{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 3.3vw;
}
.innew h1{
	color: var(---333, #333);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.0rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---white, #FFF);
	position:relative;
}
.innew ul li::after{
	width:0px;
	height:5px;
	background-color:var(--ec-3535, #CE2F2F);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding: 1rem 0.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.62rem;
}
.innew ul li .tex dl dd{
	margin-top:0.87rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:1.56rem;
}
.innew ul li .tex .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
}
.innew ul li .tex .more a::after{
	margin-left:1.0rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.innew ul li:hover .tex dl dt{
	color: var(--ec-3535, #CE2F2F);
}
.insh{
	width:100%;
	float:left;
	height:10.0rem;
	background-attachment:fixed;
	background-image:url(../img/ibj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:0 8.3vw;
}
.insh dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insh dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:1.0rem;
}
.insh dl dd img{
	margin-right:0.54rem;
	max-height:1.0rem;
}

.foot{
	width:100%;
	float:left;
	background: #38393A;
	padding:3rem 8.3vw;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.12rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:auto;
	max-width:38.5%
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .a01 a{
	display:flex;
	position:relative;
	margin-left:1.0rem;
}
.foot01 .a01 a span{
	width:5.0rem;
	height:5.0rem;
	position:absolute;
	bottom:-5.0rem;
	left:-1.0rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 a:hover span{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 a:hover span img{
	max-width:100%;
}
.foot02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	margin-top:2.0rem;
	width:33.33%;
	display:none;
}
.foot02 dl:nth-child(6n){
	width:100%;
	display:inline-block;
}
.foot02 dl dt{
	padding-bottom:0.81rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 dl dd{
	margin-top:0.75rem;
	color: var(---Gray-4, #BDBDBD);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 dl dd a{
	color: var(---Gray-4, #BDBDBD);
}
.foot02 .a01{
	width:100%;
	display: flex;
	justify-content: center;
	margin-top:3.0rem;
}
.foot02 .a01 div{
	margin-left:1.0rem;
	margin-right:1.0rem;
	color: var(---999, #999);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	max-width:40%;
}
.foot02 .a01 div img{
	max-width:100%;
}
.foot03{
	width:100%;
	float:left;
	background: #222;
	padding:1.31rem 8.3vw;
	color: var(--30, rgba(255, 255, 255, 0.30));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm{
	width:100%;
	float:left;
	background-image:url(../img/nybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:3.56rem 3.3vw;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nzlm .a01{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
}
.nzlm .a01::before{
	width: 0.275rem;
	height: 3.0rem;
	background: #fff;
	content:'';
	display:inline-block;
	margin-right:1.5rem;
}
.nzlm .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nzlm .a01 dl dd{
	margin-top:0.39rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nzlm .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: space-between;*/
	
	margin-top:2.0rem;
}
.nzlm .a02 a{
width: 32.5%;
    padding: 0.525rem 0.625rem;
    margin-top: 0.5rem;
    background: var(--30, rgba(255, 255, 255, 0.30));
    backdrop-filter: blur(12.5px);
    color: var(---white, #FFF);
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 182.982%;
    letter-spacing: 0.13125rem;
	margin-right: 0.5rem;
}
.nzlm .a02 a:hover{
	background: var(---white, #FFF);
	color: var(--ec-3535, #CE2F2F);
}
.nzlm .a02 a.cur{
	background: var(---white, #FFF);
	color: var(--ec-3535, #CE2F2F);
}

.nzlm .a03{
	width:auto;
	display: flex;
	align-items: center;
}
.nzlm .a03 a{
	padding: 0.325rem 1.125rem;
	background: var(---white, #FFF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--ec-3535, #CE2F2F);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	margin-left:0.62rem;
	display: flex;
	align-items: center;
}
.nzlm .a03 a::after{
	margin-left:1.06rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.nab01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01 .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.nab01 .tex dl dt{
	color: var(---333, #333);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab01 .tex dl dd{
	margin-top:0.44rem;
	color: var(--ec-3535, #CE2F2F);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
	margin-bottom:1.75rem;
}
.nab01 .tex dl dd::before{
	width: 7.5625rem;
	height: 0.1875rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: #CE2F2F;
}
.nab01 .tex h1{
	margin-top:3.69rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.88rem;
}
.nab01 .pic{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
}
.nab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.wenh{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:4.38rem 3.3vw;
	padding-bottom:11.56rem;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wenh h2{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.wenh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	margin-top:3.0rem;
	border-bottom:0px;
}
.wenh ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	    height: 120vw;
	padding: 1.62rem 0.5rem;
	position:relative;
	transition: all 0.6s;
}
.wenh ul li:hover{
	background: var(--ec-3535, #CE2F2F);
}
.wenh ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.wenh ul li dl dd{
	margin-top:1.52rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 1.575rem */
	text-transform: capitalize;
}
.wenh ul li .pic{
	width:auto;
	position:absolute;
	bottom: 2.25rem;
    left: 3.5rem;
	z-index:1;
}
.wenh ul li .pic img{
	max-width:2.5rem;
}
.wenh ul li:nth-child(2n){
	border-right:0px;
}

.honr{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.honr h3{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.honr .a01{
	width:100%;
	margin-top:1.69rem;
	background: var(--ec-3535, #CE2F2F);
	padding:1.0rem;
	position:relative;
}
.honr .a01 .jbei{
	width: 19.4375rem;
	height: 17.375rem;
	position:absolute;
	bottom:1.5rem;
	right:10.94rem;
	z-index:1;
	display:none;
}
.honr .a01 .jbei img{
	max-width:100%;
}
.honr .a01 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.honr .a01 ul li{
	width: 30%;
	margin-left:1.0vw;
	margin-right:1.0vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honr .a01 ul li::before{
	width: 0.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.34rem;
}
.honr .a01 ul li::after{
	width: 0.75931rem;
	height: 4.06488rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.34rem;
}
.honr .a01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.honr .a01 ul li dl dd{
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.honr .a02{
	width:100%;
	margin-top:2.0rem;
}
.honr .a02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr .a02 ul li{
	width:48%;
	margin-top:1.0rem;
}
.honr .a02 ul li:nth-child(5n){
	margin-right:0px;
}
.honr .a02 ul li dl dt{
	box-shadow: 0px 39px 41px -34px rgba(0, 0, 0, 0.13);
}
.honr .a02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.honr .a02 ul li dl dd{
	margin-top:1.0rem;
	color: var(--ec-3535, #CE2F2F);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yh{
	
	margin-bottom:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--ec-3535, #CE2F2F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #CE2F2F);
}
.fy ul li .cur{
	background: var(--ec-3535, #CE2F2F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #CE2F2F);
}

.cpshow{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .tex{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.cpshow .tex dl dt{
	display:flex;
}
.cpshow .tex dl dt i{
	padding: 0.625rem 1.25rem;
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow .tex dl dd{
	margin-top:1.38rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.75rem;
}
.cpshow .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.cpshow .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: 700;
	line-height: normal;
	text-transform: capitalize;
}
.ke-zeroborder{
	width:100%;
}
.ke-zeroborder th{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1rem;
	padding: 0.8rem 0;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td{
	width:auto;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	padding: 0.25rem 0;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td:nth-child(1n){
	width:30%;
	}
.jscs{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.jscs ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.jscs img{max-width:100%;}
.jscs ul:first-child{
	padding:1.75rem 0;
	border-top: 3px solid var(--ec-3535, #CE2F2F);
	border-bottom: 3px solid var(--ec-3535, #CE2F2F);
}
.jscs ul:first-child li{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.jscs ul li{
	width:25%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0 0.5rem;
}
.hylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:48%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.hylist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover img{
	transform: scale(1.05);
}
.hylist ul li .tex{
	width: 6.5rem;
	height: auto;
	background: var(--ec-3535, #CE2F2F);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.hylist ul li .tex dl dt{
	height:0px;
	padding:0 0.5rem;
	display: flex;
	align-items: center;
	overflow:hidden;
	transition: all 0.6s;
}
.hylist ul li .tex dl dt img{
	max-width:1.25rem;
	max-height:1.25rem;
}
.hylist ul li .tex dl dd{
	display:flex;
}
.hylist ul li .tex dl dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.3rem 0.5rem;
	width:100%;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.hylist ul li .tex dl dd a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.hylist ul li:hover .tex dl dt{
	height:2.25rem;
}
.swzy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.swzy ul{
	display: flex;
	flex-wrap: wrap;
}
.swzy ul li{
	width:calc(33.5% - 0.5rem);
	margin-right:0.5rem;
	margin-bottom: 2rem;
}
.swzy ul li:nth-child(3n){
	margin-right:0px;
}
.swzy ul li dl dt{
	overflow:hidden;
}
.swzy ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.swzy ul li:hover dl dt img{
	transform: scale(1.05);
}
.swzy ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .pic i{
	width:auto;
	position:absolute;
	padding: 0.375rem 1.25rem;
	background: var(--ec-3535, #CE2F2F);
	top:1.25rem;
	left:1.25rem;
	z-index:1;
	color: #FFF;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.37238rem */
	letter-spacing: 0.015rem;
}
.newtj .tex{
	width:100%;
	    padding: 2.75rem 1rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtj .tex dl dt{
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
}
.newtj .tex dl dd{
	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 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newtj .tex .inmore{
	justify-content: space-between;
}

.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.25rem;
	padding-bottom:3.25rem;
	padding-top:2.5rem;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.56rem 8.3vw;
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .inmore.mart0{
	margin-top:2.0rem;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	    padding: 2rem 1rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:2.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}
.newcon-r{
	width:27.2%;
	display: none;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	padding: 4.71875rem 1.75rem 4.78125rem 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.88rem;
	margin-bottom:1.25rem;
}
.newcon-r ul li dl dd{
	overflow: hidden;
	color: var(---999, #999);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newcon-r ul li:hover{
	background: var(--ec-3535, #CE2F2F);
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dt{
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dd{
	color: rgba(255, 255, 255, 0.6);
}
.newcon-r ul li:hover a{
	color: var(---white, #FFF);
}

.lx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.lx01 .pic{
	width:100%;
}
.lx01 .pic img{
	width:100%;
	height:auto;
	display: block;
}
.lx01 .tex{
	width:100%;
	padding: 2.5rem 1rem;
	background: var(---Gray-6, #F2F2F2);
}
.lx01 .tex p{
	margin-top:0.6rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 .tex h1{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 .tex h2{
	margin-top:1.87rem;
	color: var(--ec-3535, #CE2F2F);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:0.5rem;
}
.lx01 .tex .a01{
	display:flex;
	margin-top: 1.87rem;
	text-align:center;
}
.lx01 .tex .a01 dl dt{
	overflow:hidden;
}
.lx01 .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.lx02{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	font-size: 1rem;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.0rem;
	height: 3.0rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 0.875rem;
	font-family: zt;
	color:#999;
}


.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;}



.padt0{
	padding-top:0px;
}
.pad0{
	padding:0rem 3.3vw;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart10{
	margin-top:5rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart2{
	margin-top:1.5rem;
}
.mart3{
	margin-top:2.12rem;
}
.mart0{
	margin-top:0rem;
}


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





}
































