  @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:#F3912E;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background: url(/img/topbj.png) no-repeat center;
	background-size:cover;
	border-bottom:0px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: url(/img/topbj.png) no-repeat center;
	background-size:cover;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#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;
	position:relative;
}

.logo{
	width:16.3%;
	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;
	height:5.0rem;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li a{
	width:100%;
	position:relative;
	height:5.0rem;
	display: flex;
	align-items: center;
}
.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:#F3912E;
}
.header.yanse.yanse01 .innav ul li:hover i{
	width:100%;
	background-color:#fff;
}
.innav ul li a:hover{
	color:#fff;
}
.header.yanse .innav ul li.cur a{
	color:#fff;
	font-weight:bold;
}
.header.yanse .innav ul li.cur i{
	width:100%;
	background-color:#fff;
}
.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;
}
.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.81rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	margin-bottom:0.87rem;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #F3912E);
}
.innav ul li .xiala .a01 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav ul li .xiala .a01 dl dd{
	width:50%;
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	padding-left:6.25rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
}
.innav ul li .xiala .a02 dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:1.81rem;
}
.innav ul li .xiala .a02 dl dd img{
	max-width:100%;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: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:#FFF;
}
.header.yanse .top-r .zyw .a01{
	color:#fff;
}
.header.yanse.yanse01 .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 0.75rem;
	display:inline-block;
	background-image:url(/img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse.yanse01 .top-r .zyw .a01::after{
	width: 2rem;
	height: 2rem;
	display:inline-block;
	background-image:url(/img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}

.header.yanse .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(/img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse .top-r .zyw .a01::after{
	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-left: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: auto;
	justify-content: center;
	align-items: center;
	margin-left:3.12rem;
}
.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#F3912E;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#F3912E;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#F3912E;
}

.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(--Color-3, #F3912E);
	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;
}

.incp{
	width:100%;
	float:left;
	margin-top:4.56rem;
	padding:0 8.33vw;
	border-bottom:1px solid #F2F2F2;
	position:relative;
}
.incp::before{
	width: 10rem;
	height: 0.375rem;
	position:absolute;
	left:8.33vw;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.incp ul li{
	width:23.5rem;
	height:23rem;
	float:left;
	border: 4px solid #ffffff;
	background: var(---white, #FFF);
	padding: 2.12rem 2.18rem 2.75rem 2.18rem;
	text-align:center;
	transition: all 0.6s;
	margin-bottom:6.31rem;
}
.incp ul li:hover{
	border: 4px solid var(--Color-3, #F3912E);
	background: var(---white, #FFF);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.incp ul li dl dt{
	overflow:hidden;
	height:15.3rem;
}
.incp ul li dl dt img{
	max-width:100%;
	height:auto;
}
.incp ul li dl dd{
	margin-top:1.25rem;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
#demo{
	overflow:hidden;
	width: 100%; 
}
#indemo{
	float: left;
	width: 1800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
} 

.intit{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01.white dl dt{
	color:#FFF;
}
.intit .a01.white dl dt::before{
	background-color:#FFF;
}
.intit .a01.white dl dd{
	color:#FFF;
}
.intit .a01.white dl dd i{
	background-color:#FFF;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.intit .a01 dl dt::before{
	width:40px;
	height:2px;
	background-color:#1b1e1e;
	content:'';
	display:inline-block;
	margin-right:20px;
}
.intit .a01 dl dd{
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.81rem;
}
.intit .a01 dl dd.f2{
	font-size: 2.5rem;
	font-weight: 400;
}
.intit .a01 dl dd i{
	width: 1.25rem;
	height: 1.25rem;
	border-radius:50%;
	background-color:#F3912E;
	display:inline-block;
	margin-left:0.64rem;
}
.intit .a02{
	width:73.4%;
	border-bottom:1px solid #F2F2F2;
	position:relative;
}
.intit .a02::after{
	width: 10rem;
	height: 0.375rem;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.intit .a03{
	width:48.1%;
}
.intit .a03 dl dt{
	color: var(--Color-3, #F3912E);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
}
.intit .a03 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}

.hyyy{
	width:100%;
	float:left;
	margin-top:4.37rem;
}
.hyyy ul{
	display: flex;
	flex-wrap: wrap;
}
.hyyy ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.88rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.64rem 2.25rem;
	transition: all 0.6s;
	padding-bottom:4.0rem;
}
.hyyy ul li:hover{
	/*background:#F3912E;*/
	background:url(/img/appbg.png) no-repeat  center 100%; 
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.hyyy ul li:hover dl dt{
	color:#FFF;
}
.hyyy ul li:hover dl dd{
	color:#FFF;
}
.hyyy ul li:nth-child(4n){
	margin-right:0px;
}
.hyyy ul li dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hyyy ul li dl dt img{
	margin-right:1.65rem;
	max-height:4.25rem;
}
.hyyy ul li dl dd{
	margin-top:2.37rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inwrap{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
	margin-top:6.25rem;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.56rem;
}
.inab .pic{
	width:47.3%;
	overflow:hidden;
}
.inab .pic img{
	max-width:100%;
	height:auto;
}
.inab .tex{
	width:48%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab .tex h1{
	margin-bottom:2.94rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inmore{
	display:flex;
	margin-top:2.94rem;
}
.inmore a{
	padding: 0.875rem 2.25rem 0.875rem 3.4375rem;
	border-radius: 0.25rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	display: flex;
	align-items: center;
}
.inmore a::after{
	width: 1.5625rem;
	height: 1.5rem;
	margin-left:1.31rem;
	content:'';
	background-image:url(/img/jt02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.inab .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:7.73rem;
}
.inab .tex ul li{
	width:auto;
}
.inab .tex ul li dl dt{
	color: var(--Color-3, #F3912E);
	font-family: Arial;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display:flex;
	align-items: flex-start;
}
.inab .tex ul li dl dt i{
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li dl dd{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inzlm{
	width:100%;
	float:left;
	border-bottom:1px solid #E0E0E0;
}
.inzlm ul{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.inzlm ul li{
	width:auto;
	margin-left:6.2vw;
	display:flex;
}
.inzlm ul li a{
	padding-bottom:2.12rem;
	position:relative;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzlm ul li a::after{
	width:0px;
	height: 0.375rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #F3912E);
	transition: all 0.6s;
}
.inzlm ul li a:hover::after{
	width:100%;
}
.inzlm ul li a.cur{
	color:#F3912E;
}
.inzlm ul li a.cur::after{
	width:100%;
}
.inhonr{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.inhonr ul{
	display:flex;
	flex-wrap: wrap;
}
.inhonr ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	padding:3.72rem 1.32rem;
	border: 4px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
	padding-bottom:2.69rem;
}
.inhonr ul li a{
		transition: all 0.0s;
}
.inhonr ul li:nth-child(5n){
	margin-right:0px;
}
.inhonr ul li:hover{
	border: 4px solid var(--Color-3, #F3912E);
	background: var(---white, #FFF);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inhonr ul li .pic{
	overflow:hidden;
	padding:0rem 3rem;
}
.inhonr ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inhonr ul li dl dt{
	margin-top:2.99rem;
	color: var(---black, #000);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inhonr ul li dl dd{
	color: var(---666, #666);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inhz{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.inhz ul{
	display:flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(16.75% - 0.52rem);
	margin-top:1.19rem;
	margin-right:0.52rem;
	height: 7.5rem;
	background: var(---white, #FFF);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	border: 1px solid var(--Color-3, #ffffff);
}
.inhz ul li:nth-child(6n){
	margin-right:0px;
}
.inhz ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.inhz ul li img{
	max-width:70%;
}
.inhz ul li:hover{
	border: 1px solid var(--Color-3, #F3912E);
	background: #FFF;
	box-shadow: 0px 60.799px 56.999px -32.3px rgba(142, 103, 4, 0.30);
}

.foot{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background-image:url(/img/fotbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:5.44rem;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .intit{
	width:auto;
}
.foot01 .a02{
	width:40.3%;
}
.foot01 .a02 dl dt{
	background: var(--30, rgba(255, 255, 255, 0.30));
	height:5.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dybk{
	width:calc(100% - 10.4rem);
	height:5.0rem;
	line-height:5.0rem;
	border:0px;
	background-color:transparent;
	padding:0 1.25rem;
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.dybk::placeholder{ color:#FFF;}
.dyanniu{
	width: 10.4rem;
	height: 5rem;
	font-family: zt;
	background: var(---white, #FFF);
	line-height:5.0rem;
	text-align:center;
	border:0px;
	cursor:pointer;
	color: var(--Color-3, #F3912E);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.foot01 .a02 dl dd{
	margin-top:1.31rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	margin-top:6.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot02 .a01{
	width:auto;
	max-width:63.2%;
}
.foot02 .a01 dl dt{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot02 .a01 dl dt img{
	margin-right:0.81rem;
}
.foot02 .a01 dl dd{
	display:flex;
	align-items: center;
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd div{
	width: auto;
	display:flex;
	align-items: center;
	margin-right:1.25rem;
}
.foot02 .a01 dl dd img{
	margin-right:0.62rem;
}
.foot02 .a02{
	width:auto;
	max-width:30%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: right;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:54%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.nab-l h1{
	padding-bottom:3.13rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
	margin-bottom:3.12rem;
}
.nab-l h1::before{
	width: 9.25rem;
	height: 0.125rem;
	background: var(--Color-3, #F3912E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.nab-l h1 i{
	width: 1.25rem;
	height: 1.25rem;
	border-radius:50%;
	background-color:#F3912E;
	display:inline-block;
	margin-left:0.64rem;
}
.nab-l h2{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
	margin-bottom:3.13rem;
}
.nab-l h3{
	margin-top:2.63rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}

.nab-r{
	width:38%;
	margin-top:2.5rem;
}
.nab-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:50%;
	margin-top:3.75rem;
}
.nab-r ul li dl dt{
	padding-left:3.81rem;
	border-left:1px solid #E0E0E0;
	color: var(--Color-3, #F3912E);
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
}
.nab-r ul li dl dt::before{
	width: 0.0625rem;
	height: 1.6875rem;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:-0.03125rem;
	z-index:1;
}
.nab-r ul li dl dt i{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li dl dd{
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:3.81rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 .tex{
	width:50%;
	padding:0 8.33vw;
}
.wenh{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.wenh dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
	margin-bottom:3.94rem;
}
.wenh dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.nab02 .pic{
	width:50%;
	overflow:hidden;
}
.nab02 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nab03{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03-l{
	width:50%;
	overflow:hidden;
}
.nab03-l img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.nab03-r{
	width:50%;
	background-image:url(/img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6.25rem 0;
	padding-right:8.33vw;
}
.nab03-r .w01{
	width:100%;
	float:left;
	padding-left:6.25rem;
}
.line{
	width:100%;
	height:1px;
	margin-bottom:6.94rem;
	margin-top:6.94rem;
	background: rgba(255, 255, 255, 0.30);
	float:left;
}
.nab03-r .w02{
	width:100%;
	float:left;
	padding-left:6.25rem;
}
.nab03-r .w02 dl dd{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

/*大事记start*/
.about_bg{width:100%;height: 400px;float: left; position:relative; margin-top:7.19rem; }
.event_box{width: auto;position:relative;margin:0 auto;max-width:1440px; padding:0px 15px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.about_bg::after{
	content:'';
	width:100%;
	height:0px;
	background: #E0E0E0;
	position:absolute;
	right:0;
	top:10.4rem;
	z-index:10;
}
.parHd li.no_line:before{display:none;}
.parHd li{
	display:inline-block;
	cursor:pointer;
	font-size: 2.25rem;
	margin:0 1.5rem;
	position:relative;
	color: var(---Gray-5, #E0E0E0);
	width:10rem;
	height:10rem;
	border-radius: 12.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
}
.parHd li:after{content:''; background:url(/img/dot_ico.svg) no-repeat center;width: 0.59306rem;height: 0.59306rem;position:absolute;z-index:20;bottom:2px;left:calc(50% - 0.29653rem);border-radius: 50%;}
.parBd{height: auto; width:80%; margin: auto;margin-top:4.0rem;}
.parBd .slideBox{position:relative}
.parBd .tex{
	width:100%;
	position:absolute;
	z-index:2;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:68%; text-align:center; }
div#listBox {width:100%;}
.sPrev,.sNext{
	width:3.0rem;
	height:3.0rem;
	display:block;
	position:absolute;
	top:5.5rem; 
	z-index:99;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius:50%;
}
.sPrev:hover,.sNext:hover{
	background: var(--Color-3, #F3912E);
	border: 1px solid var(--Color-3, #F3912E);
	color:#fff;
}
.sPrev:hover,.sNext:hover::before{
	color:#fff;
}
.sPrev:hover::before{
	color:#fff;
}
.sPrev{left:-5rem;}
.sNext{right:-5rem;}
.sPrev::before{
	width:3.0rem;
	height:3.0rem;
	content:'<';
	color:#E0E0E0;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sNext::before{
	width:3.0rem;
	height:3.0rem;
	content:'>';
	color:#E0E0E0;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width: 0.79244rem;height: 0.79244rem;overflow:hidden; background:url(/img/cat.svg) no-repeat center;border-radius: 50%;position:absolute;bottom:0;left:calc(50% - 0.39622rem);z-index:21;}
.parHd li.act{
	border-radius: 12.5rem;
	background: var(--Color-3, #F3912E);
	color:#fff;
	border: 1px solid var(--Color-3, #F3912E);
}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/

.zhic{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
}
.zhic .tex{
	width:50%;
	padding-left:8.33vw;
	padding-right:5.38rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.zhic .pic{
	width:50%;
	overflow:hidden;
}
.zhic .pic img{
	width:100%;
	height:auto;
	display:block;
}

.tylx{
	width:100%;
	float:left;
	background-image:url(/img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5.0rem 8.33vw;
}
.tylx dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tylx dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.tylx .more{
	display:flex;
	justify-content:center;
	margin-top:2.5rem;
}
.tylx .more a{
	display: flex;
	padding: 0.875rem 1.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.tylx .more a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nzlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	height:4.13rem;
	padding:0 8.33vw;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nzlm .home{
	width:3.25rem;
	height:4.13rem;
	border-left:1px solid var(---Gray-5, #E0E0E0);
	border-right:1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
}
.nzlm ul{
	width:calc(100% - 3.25rem);
	display:flex;
	flex-wrap: wrap;
}
.nzlm ul li{
	width:20%;
	height:4.13rem;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	border-right:1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.nzlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0 2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm.xw ul li a::after{
	background-image:none;
	width:0;
}
.nzlm.xw ul li a:hover::after{
	background-image:none;
}
.nzlm ul li a::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;
}
.nzlm ul li a:hover::after{
	background-image:url(/img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzlm ul li a:hover{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.nzlm ul li a.cur::after{
	background-image:url(/img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzlm ul li a.cur{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.nzlm ul li .xiala{
	width:100%;
	position:absolute;
	top:4.13rem;
	left:0;
	z-index:1;
	opacity:0;
	display:none;
	visibility:visible;
	background: var(--Color-3, #F3912E);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	color:#FFF;
	text-align:center;
	padding:1.0rem;
}
.nzlm ul li .xiala p{
	display:flex;

 
}
.nzlm ul li .xiala a{
	 width:100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding:0rem 0.5rem;
 text-align: left;
}
.nzlm ul li .xiala a::after{
	background-image:none;
}
.nzlm ul li:hover .xiala{
	opacity:1;
	visibility:visible;
	display:block;
}
.nzlm ul li .xiala a{
	color:#FFF;
	line-height:200%;
}
.prolist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.prolist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	padding:2.75rem 3.0rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.prolist ul li .pic{
	width:27rem;
	height:26rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.prolist ul li .pic img{
	    max-width: 100%;
    width: 100%;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}

.prolist ul li .tex{
	width:calc(100% - 33.25rem);
}
.prolist ul li dl dt{
	color: var(---333, #333);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist ul li dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.prolist ul li .more{
	margin-top:5.69rem;
	display:flex;
}
.prolist ul li .more .a01{
	display: inline-flex;
	padding: 0.875rem 2.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.prolist ul li .more .a01::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.prolist ul li .more .a02{
	display: inline-flex;
	padding: 0.875rem 2.5625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--Color-3, #F3912E);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	margin-left:0.94rem;
}
.prolist ul li .more .a02::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(/img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}

.prowrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.prowrap::before{
	width:100%;
	position:absolute;
	height:31.9rem;
	top:0;
	left:0;
	z-index:-1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.back{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
}
.back a{
	display: flex;
	padding: 1.3rem 1.8rem;
	justify-content: center;
	align-items: center;
	background: var(---white, #FFF);
	color: var(--Color-3, #F3912E);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.back a::after{
	width: 2rem;
	height: 2rem;
	margin-left:3.56rem;
	margin-top:-0.5rem;
	content:'';
	display:inline-block;
	background-image:url(/img/fh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.cptj{
	width:100%;
	float:left;
	padding:2.75rem 3.0rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-right:6.3rem;
}
.cptj .pic{
	width:40rem;
	height:38rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.cptj .pic img{
	    max-width: 100%;
    width: 100%;
	transition: all 0.6s;
}
.cptj:hover .pic img{
	transform: scale(1.05);
}

.cptj .tex{
	width:calc(100% - 46.25rem);
}
.cptj dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cptj dl dd{
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cptj .more{
	margin-top:5.69rem;
	display:flex;
}
.cptj .more .a01{
	display: inline-flex;
	padding: 0.875rem 2.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.cptj .more .a01::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.cptj .more .a02{
	display: inline-flex;
	padding: 0.875rem 2.5625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--Color-3, #F3912E);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	margin-left:0.94rem;
}
.cptj .more .a02::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(/img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.line2{
	width:100%;
	height:1px;
	background: #E0E0E0;
	margin-top:3.7rem;
	position:relative;
}
.line2::before{
	width: 7.625rem;
	height: 1px;
	background: var(--Color-3, #F3912E);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.cpcs ul li{
	width:25%;
	padding:1.88rem 0;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs ul:first-child li{
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top:0px;
}
.tab {
    width: 100%;}
.tab  th {
    width: auto;
    color: var(---333, #333);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.38rem 0;
    padding-top: 0px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
	text-align:left;
}
.tab td {
    width: auto;
    color: var(---666, #666);
    font-size: 0.95rem;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    padding-top: 0px;
    padding: 1.38rem 0;
    border-bottom: 1px solid #E0E0E0;
	text-align:left;
}
.sbtd{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sbtd ul{
	display:flex;
	flex-wrap: wrap;
}
.sbtd ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-left: 4px solid var(---Gray-6, #F2F2F2);
	background: var(---Gray-6, #F2F2F2);
	padding:1.56rem 1.875rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	transition: all 0.6s;
}
.sbtd ul li:nth-child(3n){
	margin-right:0px;
}
.sbtd ul li .num{
	width:auto;
	color: var(---Gray-5, #E0E0E0);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:2.75rem;
	min-width:2.8rem;
}
.sbtd ul li:hover{
	border-left: 4px solid var(--Color-3, #F3912E);
}
.gzyl{
	width:100%;
	float:left;
	margin-top:3.75rem;
	    font-size: 1rem;
}
.gzyl .xuanp{
	width:100%;
	}

.gzyl .xuanp li {
    width: calc(50% - 1.25rem);
    margin-right: 1.25rem;
    margin-top: 2.5rem;
    background: #FFF;
	float: left;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
    padding: 1.88rem;
    padding-bottom: 1rem;
}
.gzyl .xuanp li p{
	height:4rem;
	margin-top:1rem;
	}
.gzyl h1{
	margin-bottom:3.75rem;
	display:flex;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gzyl h1 i{
	width:44.375%;
}
.gzyl img{
	max-width:100%;
	height:auto;
	display:block;
}

.hylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
}
.hylist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
}
.hylist ul li:nth-child(3n){
	margin-right:0px;
}
.hylist ul li dl dt{
	overflow:hidden;
}
.hylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:2.5rem;
	padding-bottom:3.38rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.yylist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.yylist ul{
	display:flex;
	flex-wrap: wrap;
}
.yylist ul li{
	width:calc(25.30% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
	padding:1.88rem;
	display:flex;
	padding-bottom:2.81rem;
}
.yylist ul li:nth-child(4n){
	margin-right:0px;
}
.yylist ul li a{
	width:100%;
}
.yylist ul li dl dt{
	display:flex;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.38rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
}
.yylist ul li dl dt::before{
	width: 4.5625rem;
	height: 0.125rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.yylist ul li dl dt::after{
	width:1.25rem;
	height:1.25rem;
	background-image:url(/img/hjt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	min-width:1.25rem;
	margin-left:2.5rem;
	transition: all 0.6s;
}
.yylist ul li:hover dl dt::after{
	background-image:url(/img/hjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.hyshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newtj .pic{
	width:48.1%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:48.1%;
	position:relative;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.newtj .tex dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%;
	 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{
	margin-top:2.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj .tex .nymore{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.nymore{
	display:flex;
}
.nymore a{
	padding-bottom:1.06rem;
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.82981rem */
	letter-spacing: 0.15rem;
}
.nymore a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	margin-left:6.0rem;
	background-image:url(/img/Plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nymore a::before{
	width:4.5rem;
	height:2.0px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nymore a:hover::before{
	width:100%;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.newlist ul li .pic{
	width:26.4%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:66.1%;
}
.newlist ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
	margin-top:1.5rem;
}
.newlist ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dd .a01{
	max-width:70%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fy{
	width:100%;
	float:left;
	margin-top: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, #F3912E);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #F3912E);
}
.fy ul li .cur{
	background: var(--ec-3535, #F3912E);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #F3912E);
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:61.4%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 0rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:3.13rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding-top:2.94rem;
	border-top:1px solid #E0E0E0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newnext .a01{
	width:auto;
	display:flex;
	align-items: center;
}
.newnext .a01 a{
	display:flex;
	align-items: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext .a01 a i{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.69rem;
	margin-right:0.69rem;
	border-radius: 1.25rem;
	background: var(---Gray-5, #E0E0E0);
	color:#333;
	font-family:'宋体';
	text-align:center;
	line-height:1.125rem;
	font-size:0.75rem;
}
.newnext .a01 a:hover i{
	background-color:var(--Color-3, #F3912E);
	color:#FFF;
}
.newnext .a02{
	width: 3rem;
	height: 3rem;
	display:flex;
}
.newnext .a02 a{
	display:flex;
}
.newnext .a02 img{
	max-width:100%;
}

.newcon-r{
	width:30.1%;
}
.tjyd{
	width:100%;
	float:left;
	border-top: 4px solid var(--Color-3, #F3912E);
	background: var(---Gray-6, #F2F2F2);
	padding:1.88rem;
}
.tjyd h1{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 0rem */
}
.tjyd dl dt{
	padding-bottom:1.31rem;
	margin-top:1.19rem;
	overflow:hidden;
}
.tjyd dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.tjyd dl dd{
	margin-top:1.19rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	display:flex;
	align-items: center;
}
.tjyd dl dd a{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tjyd dl dd::before{
	width:1.5rem;
	height:1px;
	content:'';
	display:inline-block;
	background-color:var(---333, #333);
	margin-right:0.62rem;
}
.dingyue{
	width:100%;
	float:left;
	margin-top:1.88rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:2.5rem;
}
.dingyue h1{
	padding:1.5rem 1.88rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dingyue dl dd{
	margin-top:1.81rem;
	padding:0 1.81rem;
}
.jybk{
	width:100%;
	height:5.0rem;
	border:0px;
	outline:none;
	background: var(---white, #FFF);
	padding:0 1.28rem;
	line-height:5.0rem;
	color: var(---999, #999);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.jyanniu{
	width:100%;
	background: var(---Gray-5, #E0E0E0);
	border:0px;
	height:5.0rem;
	line-height:5.0rem;
	cursor:pointer;
	text-align:center;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:calc(25.3% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:3.56rem;
}
.xzlist ul li:nth-child(4n){
	margin-right:0px;
}
.xzlist ul li .pic{
	overflow:hidden;
	height:16.9rem;
	text-align:center;
}
.xzlist ul li .pic img{
	max-width:100%;
	height:auto;
}
.xzlist ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	text-align:center;
}
.xzlist ul li dl dd{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.5rem;
}
.xzlist ul li dl dd a{
	display: flex;
	padding: 0.4375rem 1.4375rem;
	justify-content: center;
	align-items: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	margin-left:0.31rem;
	margin-right:0.31rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
}
.xzlist ul li:hover dl dd a{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.xzlist ul li dl dd a img{
	width:auto;
	margin-left:0.31rem;
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display: none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display: inline-block;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:50%;
	overflow:hidden;
}
.lx01-l img{
	width:100%;
	height:auto;
	display:block;
}
.lx01-r{
	width:50%;
}
.lx01-r .a01{
	width:100%;
	float:left;
	padding-bottom:3.44rem;
	border-bottom:1px solid #E0E0E0;
	padding-left:4.75rem;
	position:relative;
}
.lx01-r .a01::after{
	width: 8.5625rem;
	height: 0.375rem;
	position:absolute;
	left:4.75rem;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.lx01-r .a01 dl dt{
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .a01 dl dd{
	color: var(---999, #999);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.lx01-r .a02{
	width:100%;
	float:left;
	padding-left:4.75rem;
	margin-top:0.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r .a02 ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #E0E0E0;
}
.lx01-r .a02 ul:last-child{
	border-bottom:0px
}
.lx01-r .a02 ul:last-child li{
	width:100%;
}
.lx01-r .a02 ul li{
	width:50%;
	padding:1.88rem 0;
	display:flex;
	align-items: center;
}
.lx01-r .a02 ul:first-child li{
	width:100%;
}
.lx01-r .a02 ul li img{
	margin-right:1.31rem;
	max-height:3.75rem;
	min-width:3.75rem;
}
.lx01-r .a02 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01-r .a02 ul li dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:45%;
}
.lx02-l01{
	width:100%;
	float:left;
	margin-top:5.94rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02-r{
	width:48.1%;
	background: var(---white, #FFF);
	padding:2.5rem;
}
.lx02-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li{
	width:49.5%;
	margin-top:1.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li:first-child{
	margin-top:0px;
}
.lx02-r ul li:nth-child(2){
	margin-top:0px;
}
.lx02-r ul li.w100{
	width:100%;
}
.feix{
	display:flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
	position:relative;
	width:100%;
}
.feix::before{
	width: 12.4rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	background-image:url(/img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.feix:hover::before{
	width:100%;
}
.feix:hover .lxanniu{
	width:0px;
}
.lxanniu{
	width:calc(100% - 12.4rem);
	height: 3.75rem;
	padding:0 1.88rem;
	text-align:right;
	background: #888B8B;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 2.20375rem */
	border:0;
	cursor:pointer;
	transition: all 0.6s;
}
.lxbk{
	width:100%;
	border:0px;
	padding:0 1.28rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 1.763rem */
	height: 3.75rem;
	outline:none;
	font-family:zt;
}
.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;}


.splist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.splist ul{
	display:flex;
	flex-wrap: wrap;
}
.splist ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.splist ul li:nth-child(4n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.splist ul li dl dt .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.30);
	display:flex;
	justify-content: center;
	align-items: center;
}
.splist ul li dl dt .mask i{
	width: 4.0rem;
	height: 4.0rem;
	background-image:url(/img/bfq.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.splist ul li dl dd{
	margin-top:1.88rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	text-align:center;
}
























.mart2{
	margin-top:2.81rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}
}


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


}

@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;
}
.lx01-r .a02 ul li dl dd{
	    font-size: 1rem;
	}
.lx01-r .a02 ul li img {
    margin-right: 1rem;
    max-height: 2.75rem;
    min-width: 2.75rem;
}
.lx01-r .a02 ul:last-child li {
    width: 100%;
}
.lx01-r .a02 ul{
	flex-wrap: wrap;
}
.lx01-r .a01 dl dt{
	font-size:2.0rem;
}
.lx01-r .a01{
	padding-bottom:2.0rem;
}
.lx02-l01{
	font-size:1.2rem;
}
.xzlist ul li dl dt{
	padding:0 1.0rem;
}
.xzlist ul li .pic{
	height:auto;
}
.xzlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.xzlist ul li dl dd a{
	margin-top:0.5rem;
}
.nzlm ul li a{
	padding:0 1.0rem;
	font-size:0.75rem;
}
.innav ul li .xiala .a01{
	padding-top:2.0rem;
	padding-right:3.0rem;
}
.innav ul li .xiala .a01 h1{
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.innav ul li .xiala .a01 h1::before{
	width:4.0rem;
}
.innav ul li .xiala .a01 dl dd{
	font-size:0.875rem;
}
.innav ul li .xiala .a02{
	padding-top:2.0rem;
	padding-left:3.0rem;
}
.innav ul li .xiala .a02 dl dt{
	font-size:1.25rem;
}
.newtit{
	font-size:1.5rem;
}
.tjyd h1{
	font-size:1.5rem;
}
.dingyue h1{
	font-size:1.1rem;
}
.jybk{
	height:3.0rem;
	line-height:3.0rem;
	font-size:0.875rem;
}
.jyanniu{
	height:3.0rem;
	line-height:3.0rem;
	font-size:1.0rem;
}
.newtj .tex .nymore{
	position:static;
	margin-top:2.0rem;
}
.nymore a{
	font-size:0.875rem;
}
.newtj .tex dl dt{
	font-size:1.2rem;
	margin-top:1.5rem;
}
.newtj .tex dl dd{
	margin-top:1.5rem;
	font-size:0.875rem;
}
.newlist ul li .tex dl dd{
	font-size:1.2rem;
}
.nymore a::after{
	width:1.0rem;
	height:1.0rem;
	margin-left:3.0rem;
}
.cptj .pic{
	width:20rem;
	height:15rem;
}
.cptj .tex{
	width:calc(100% - 23.25rem);
}
.cptj dl dt{
	font-size:1.5rem;
}
.cptj dl dd{
	margin-top:1.75rem;
}
.line2{
	margin-top:1.7rem;
}
.cptj .more{
	margin-top:2.5rem;
}
.cptj{
	align-items:flex-start;
}
.prolist ul li .pic{
	width:17rem;
	height:15rem;
}
.prolist ul li .tex{
	width:calc(100% - 20.25rem);
}
.prolist ul li{
	align-items:flex-start;
}
.prolist ul li dl dt{
	font-size:1.5rem;
}
.prolist ul li dl dd{
	margin-top:1.5rem;
}
.prolist ul li .more{
	margin-top:2.5rem;
}

.sPrev{left:0rem; top:7.5rem;}
.sNext{right:0rem; top:7.5rem;}

.parBd .tex ul li{
	width:80%;
}
.nab-l h1{
	font-size:1.5rem;
}
.nab-l h2{
	font-size:1.0rem;
}
.nab-r ul li dl dt{
	font-size:3.0rem;
	padding-left:2.0rem;	
}
.nab-r ul li dl dd{
	padding-left:2.0rem;
}
.intit .a01 dl dd{
	font-size:2.0rem;
}
.intit .a01 dl dt{
	font-size:1.0rem;
}
.wenh dl dt{
	font-size:1.2rem;
	margin-bottom:1.94rem;
}
.wenh dl dd{
	font-size:0.875rem;
}
.intit .a01 dl dd.f2{
	font-size:1.5rem;
}

.line{
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}
.nab03-r .w02 dl dd{
	font-size:0.875rem;
}
.intit .a03 dl dt{
	font-size:1.2rem;
}
.intit .a03 dl dd{
	font-size:1.0rem;
}

.hyyy ul li dl dt img{
	max-height:2.5rem;
	margin-right:0.65rem;
}
.hyyy ul li dl dt{
	font-size:1.0rem;
}
.inab .tex h1{
	font-size:1.5rem;
	margin-bottom:1.0rem;
}
.inab .tex ul{
	margin-top:2.0rem;
}
.inab .tex ul li{
	margin-top:2.0rem;
}
.inab .tex ul li dl dt{
	font-size:2.0rem;
}

.inhonr ul li{
	padding:1.0rem 1.5rem;
}
.inhonr ul li dl dt{
	font-size:0.875rem;
	margin-top:1.0rem;
}
.inhz ul li{
	height:4.5rem;
}

.foot01 .a02{
	width:50%;
}
.dybk{
	height:3.5rem;
	line-height:3.5rem;
}
.dyanniu{
	height:3.5rem;
	line-height:3.5rem;
}
.foot01 .a02 dl dt{
	height:3.5rem;
}

.splist ul li dl dt .mask i{
	width:2.0rem;
	height:2.0rem;
}
.splist ul li dl dd{
	font-size:0.75rem;
}















	
}





@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: url(/img/topbj.png) no-repeat center;
	background-size:cover;
	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:#fff;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .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/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:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background: url(/img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	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: #F3912E; 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%;
}

.incp{
	width:100%;
	float:left;
	margin-top:2.56rem;
	padding:0 8.33vw;
	border-bottom:1px solid #F2F2F2;
	position:relative;
}
.incp::before{
	width: 5rem;
	height: 0.275rem;
	position:absolute;
	left:8.33vw;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.incp ul li{
	width:13.5rem;
	height:13rem;
	float:left;
	border: 4px solid #ffffff;
	background: var(---white, #FFF);
	padding: 2.12rem 2.18rem 2.75rem 2.18rem;
	text-align:center;
	transition: all 0.6s;
	margin-bottom:3.31rem;
}
.incp ul li:hover{
	border: 4px solid var(--Color-3, #F3912E);
	background: var(---white, #FFF);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.incp ul li dl dt{
	overflow:hidden;
	height:5.3rem;
}
.incp ul li dl dt img{
	max-width:100%;
	height:auto;
}
.incp ul li dl dd{
	margin-top:1.25rem;
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
#demo{
	overflow:hidden;
	width: 100%; 
}
#indemo{
	float: left;
	width: 1800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
} 

.intit{
	width:100%;
	float:left;
	margin-top:4.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01.white dl dt{
	color:#FFF;
}
.intit .a01.white dl dt::before{
	background-color:#FFF;
}
.intit .a01.white dl dd{
	color:#FFF;
}
.intit .a01.white dl dd i{
	background-color:#FFF;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.intit .a01 dl dt::before{
	width:20px;
	height:2px;
	background-color:#1b1e1e;
	content:'';
	display:inline-block;
	margin-right:10px;
}
.intit .a01 dl dd{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top:0.81rem;
}
.intit .a01 dl dd.f2{
	font-size: 1.5rem;
	font-weight: 400;
}
.intit .a01 dl dd i{
	width: 0.8rem;
	height: 0.8rem;
	border-radius:50%;
	background-color:#F3912E;
	display:inline-block;
	margin-left:0.64rem;
}
.intit .a02{
	width:43.4%;
	border-bottom:1px solid #F2F2F2;
	position:relative;
}
.intit .a02::after{
	width: 3rem;
	height: 0.275rem;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.intit .a03{
	width:100%;
	margin-top:2.0rem;
}
.intit .a03 dl dt{
	color: var(--Color-3, #F3912E);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
}
.intit .a03 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}

.hyyy{
	width:100%;
	float:left;
	margin-top:2.37rem;
}
.hyyy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hyyy ul li{
	width:48%;
	margin-top:0.88rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.64rem 1.25rem;
	transition: all 0.6s;
	padding-bottom:2.0rem;
}
.hyyy ul li:hover{
	background:#F3912E;
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.hyyy ul li:hover dl dt{
	color:#FFF;
}
.hyyy ul li:hover dl dd{
	color:#FFF;
}
.hyyy ul li:nth-child(4n){
	margin-right:0px;
}
.hyyy ul li dl dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hyyy ul li dl dt img{
	margin-bottom:1.65rem;
	max-height:3.25rem;
}
.hyyy ul li dl dd{
	margin-top:1.37rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inwrap{
	width:100%;
	float:left;
	padding:3.25rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.25rem;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.56rem;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inab .pic img{
	max-width:100%;
	height:auto;
}
.inab .tex{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab .tex h1{
	margin-bottom:1.94rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inmore{
	display:flex;
	margin-top:1.94rem;
}
.inmore a{
	padding: 0.5rem 1.25rem;
	border-radius: 0.25rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	display: flex;
	align-items: center;
}
.inmore a::after{
	width: 1.5625rem;
	height: 1.5rem;
	margin-left:0.31rem;
	content:'';
	background-image:url(/img/jt02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.inab .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.73rem;
}
.inab .tex ul li{
	width:50%;
	margin-top:2.0rem;
}
.inab .tex ul li dl dt{
	color: var(--Color-3, #F3912E);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display:flex;
	align-items: flex-start;
}
.inab .tex ul li dl dt i{
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li dl dd{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inzlm{
	width:100%;
	float:left;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.0rem;
}
.inzlm ul{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.inzlm ul li{
	width:auto;
	margin-left:1.5vw;
	display:flex;
}
.inzlm ul li a{
	padding-bottom:1.12rem;
	position:relative;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzlm ul li a::after{
	width:0px;
	height: 0.275rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #F3912E);
	transition: all 0.6s;
}
.inzlm ul li a:hover::after{
	width:100%;
}
.inzlm ul li a.cur{
	color:#F3912E;
}
.inzlm ul li a.cur::after{
	width:100%;
}
.inhonr{
	width:100%;
	float:left;
	margin-top:1.12rem;
}
.inhonr ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhonr ul li{
	width:48%;
	margin-top:1.25rem;
	padding:1.0rem 1.32rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
	padding-bottom:1.69rem;
}
.inhonr ul li:nth-child(5n){
	margin-right:0px;
}
.inhonr ul li:hover{
	border: 4px solid var(--Color-3, #F3912E);
	background: var(---white, #FFF);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inhonr ul li .pic{
	overflow:hidden;
}
.inhonr ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inhonr ul li dl dt{
	margin-top:1.99rem;
	color: var(---black, #000);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.inhonr ul li dl dd{
	color: var(---666, #666);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inhz{
	width:100%;
	float:left;
	margin-top:1.56rem;
}
.inhz ul{
	display:flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(33.9% - 0.52rem);
	margin-top:1.0rem;
	margin-right:0.52rem;
	height: 4.5rem;
	background: var(---white, #FFF);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	border: 1px solid var(--Color-3, #ffffff);
}
.inhz ul li:nth-child(3n){
	margin-right:0px;
}
.inhz ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
}
.inhz ul li img{
	max-width:70%;
}
.inhz ul li:hover{
	border: 1px solid var(--Color-3, #F3912E);
	background: #FFF;
	box-shadow: 0px 60.799px 56.999px -32.3px rgba(142, 103, 4, 0.30);
}

.foot{
	width:100%;
	float:left;
	padding:3.25rem 8.33vw;
	background-image:url(/img/fotbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .intit{
	width:100%;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	background: var(--30, rgba(255, 255, 255, 0.30));
	height:3.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dybk{
	width:calc(100% - 5.4rem);
	height:3.5rem;
	line-height:3.5rem;
	border:0px;
	background-color:transparent;
	padding:0 0.64rem;
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}
.dybk::placeholder{ color:#FFF;}
.dyanniu{
	width: 5.4rem;
	height: 3.5rem;
	font-family: zt;
	background: var(---white, #FFF);
	line-height:3.5rem;
	text-align:center;
	border:0px;
	cursor:pointer;
	color: var(--Color-3, #F3912E);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.foot01 .a02 dl dd{
	margin-top:1.31rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot02 .a01{
	width:100%;
}
.foot02 .a01 dl dt{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot02 .a01 dl dt img{
	margin-right:0.81rem;
}
.foot02 .a01 dl dd{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd div{
	width: 100%;
	display:flex;
	align-items: center;
	margin-top:0.5rem;
}
.foot02 .a01 dl dd img{
	margin-right:0.62rem;
}
.foot02 .a02{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	margin-top:3.0rem;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.75rem */
}
.nab-l h1{
	padding-bottom:1.13rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
	margin-bottom:1.12rem;
}
.nab-l h1::before{
	width: 9.25rem;
	height: 0.125rem;
	background: var(--Color-3, #F3912E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.nab-l h1 i{
	width: 0.8rem;
	height: 0.8rem;
	border-radius:50%;
	background-color:#F3912E;
	display:inline-block;
	margin-left:0.64rem;
}
.nab-l h2{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.5rem */
	margin-bottom:2.13rem;
}
.nab-l h3{
	margin-top:1.63rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}

.nab-r{
	width:100%;
	margin-top:0.5rem;
}
.nab-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:50%;
	margin-top:3.75rem;
}
.nab-r ul li dl dt{
	padding-left:1.81rem;
	border-left:1px solid #E0E0E0;
	color: var(--Color-3, #F3912E);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
}
.nab-r ul li dl dt::before{
	width: 0.0625rem;
	height: 1.0rem;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:-0.03125rem;
	z-index:1;
}
.nab-r ul li dl dt i{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li dl dd{
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left:1.81rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 .tex{
	width:100%;
	padding:0 8.33vw;
}
.wenh{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.wenh dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
	margin-bottom:1.94rem;
}
.wenh dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.nab02 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.5rem;
}
.nab02 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nab03{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03-l{
	width:100%;
	overflow:hidden;
}
.nab03-l img{
	width:100%;
	height:auto;
	display:block;
}
.nab03-r{
	width:100%;
	background-image:url(/img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.25rem 8.33vw;
}
.nab03-r .w01{
	width:100%;
	float:left;
}
.line{
	width:100%;
	height:1px;
	margin-bottom:3.94rem;
	margin-top:3.94rem;
	background: rgba(255, 255, 255, 0.30);
	float:left;
}
.nab03-r .w02{
	width:100%;
	float:left;
}
.nab03-r .w02 dl dd{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

/*大事记start*/
.about_bg{width:100%;height: 350px;float: left; position:relative; margin-top:2.19rem; }
.event_box{width: auto;position:relative;margin:0 auto;max-width:1440px; padding:0px 15px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.about_bg::after{
	content:'';
	width:100%;
	height:0px;
	background: #E0E0E0;
	position:absolute;
	right:0;
	top:10.4rem;
	z-index:10;
}
.parHd li.no_line:before{display:none;}
.parHd li{
	display:inline-block;
	cursor:pointer;
	font-size: 1.25rem;
	margin:0 0.3rem;
	position:relative;
	color: var(---Gray-5, #E0E0E0);
	width:6.0rem;
	height:6.0rem;
	border-radius: 12.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
}
.parHd li:after{content:''; background:url(/img/dot_ico.svg) no-repeat center;width: 0.59306rem;height: 0.59306rem;position:absolute;z-index:20;bottom:2px;left:calc(50% - 0.29653rem);border-radius: 50%;}
.parBd{height: auto; width:80%; margin: auto;margin-top:2.0rem;}
.parBd .slideBox{position:relative}
.parBd .tex{
	width:100%;
	position:absolute;
	z-index:2;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:88%; text-align:center; }
div#listBox {width:100%;}
.sPrev,.sNext{
	width:2.0rem;
	height:2.0rem;
	display:block;
	position:absolute;
	top:6.5rem; 
	z-index:99;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius:50%;
}
.sPrev:hover,.sNext:hover{
	background: var(--Color-3, #F3912E);
	border: 1px solid var(--Color-3, #F3912E);
	color:#fff;
}
.sPrev:hover,.sNext:hover::before{
	color:#fff;
}
.sPrev:hover::before{
	color:#fff;
}
.sPrev{left:0rem;}
.sNext{right:0rem;}
.sPrev::before{
	width:2.0rem;
	height:2.0rem;
	content:'<';
	color:#E0E0E0;
	font-family:'宋体';
	font-weight: bold;
	line-height:2.0rem;
	text-align:center;
	position:absolute;
}
.sNext::before{
	width:2.0rem;
	height:2.0rem;
	content:'>';
	color:#E0E0E0;
	font-family:'宋体';
	font-weight: bold;
	line-height:2.0rem;
	text-align:center;
	position:absolute;
}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width: 0.79244rem;height: 0.79244rem;overflow:hidden; background:url(/img/cat.svg) no-repeat center;border-radius: 50%;position:absolute;bottom:0;left:calc(50% - 0.39622rem);z-index:21;}
.parHd li.act{
	border-radius: 12.5rem;
	background: var(--Color-3, #F3912E);
	color:#fff;
	border: 1px solid var(--Color-3, #F3912E);
}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/

.zhic{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
}
.zhic .tex{
	width:100%;
	padding:3.25rem 8.33vw;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.zhic .pic{
	width:100%;
	overflow:hidden;
}
.zhic .pic img{
	width:100%;
	height:auto;
	display:block;
}

.tylx{
	width:100%;
	float:left;
	background-image:url(/img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 8.33vw;
}
.tylx dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tylx dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.tylx .more{
	display:flex;
	justify-content:center;
	margin-top:2.0rem;
}
.tylx .more a{
	display: flex;
	padding: 0.6rem 1.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.tylx .more a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nzlm{
	width:100%;
	float:left;
	background: #FFF;
	height: auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nzlm .home{
	width:3.25rem;
	height:4.13rem;
	border-left:1px solid var(---Gray-5, #E0E0E0);
	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;
	display:none;
}
.nzlm ul{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.nzlm ul li{
	width:50%;
	height:2.5rem;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	border-right:1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nzlm ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm.xw ul li a::after{
	background-image:none;
	width:0;
}
.nzlm.xw ul li a:hover::after{
	background-image:none;
}
.nzlm ul li a::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;
}
.nzlm ul li a:hover::after{
	background-image:url(/img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzlm ul li a:hover{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.nzlm ul li a.cur::after{
	background-image:url(/img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzlm ul li a.cur{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.nzlm ul li .xiala{
	width:100%;
	position:absolute;
	top:2.5rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility:visible;
	background: var(--Color-3, #F3912E);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	color:#FFF;
	text-align:center;
	padding:1.0rem;
}
.nzlm ul li .xiala a::after{
	background-image:none;
}
.nzlm ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.nzlm ul li .xiala a{
	color:#FFF;
	line-height:200%;
}
.prolist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.prolist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	padding:1.75rem 2.0rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.prolist ul li .pic{
	width:100%;
	height:16rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.prolist ul li .pic img{
	max-width:63%;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}

.prolist ul li .tex{
	width:100%;
	margin-top:2.0rem;
}
.prolist ul li dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.prolist ul li .more{
	margin-top:2.69rem;
	display:flex;
	flex-wrap: wrap;
}
.prolist ul li .more .a01{
	width:100%;
	display: inline-flex;
	padding: 0.75rem 1.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.prolist ul li .more .a01::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.prolist ul li .more .a02{
	display: inline-flex;
	width:100%;
	padding: 0.75rem 1.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--Color-3, #F3912E);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	margin-top:0.94rem;
}
.prolist ul li .more .a02::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(/img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}

.prowrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.prowrap::before{
	width:100%;
	position:absolute;
	height:31.9rem;
	top:0;
	left:0;
	z-index:-1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.back{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
}
.back a{
	display: flex;
	padding: 1.0rem 1.5rem;
	justify-content: center;
	align-items: center;
	background: var(---white, #FFF);
	color: var(--Color-3, #F3912E);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
	letter-spacing: 0.1875rem;
}
.back a::after{
	width: 1rem;
	height: 1rem;
	margin-left:2.56rem;
	margin-top:-0.5rem;
	content:'';
	display:inline-block;
	background-image:url(/img/fh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.cptj{
	width:100%;
	float:left;
	    padding: 1.5rem 1rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.75rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cptj .pic{
	width:100%;
	height:18rem;
	background: var(---white, #FFF);
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.cptj .pic img{
	max-width:63%;
	transition: all 0.6s;
}
.cptj:hover .pic img{
	transform: scale(1.05);
}

.cptj .tex{
	width:100%;
	margin-top:2.0rem;
}
.cptj dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cptj dl dd{
	margin-top:1.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cptj .more{
	margin-top:2.69rem;
	display:flex;
	flex-wrap: wrap;
}
.cptj .more .a01{
	display: flex;
    width: 47%;
    padding: 0.75rem 0.5625rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    background: var(--Color-3, #F3912E);
    color: var(---white, #FFF);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 182.982%;
    margin-right: 3%;
}
.cptj .more .a01::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(/img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.cptj .more .a02{
	display: flex;
    width: 49%;
    padding: 0.75rem 0.5625rem;
    justify-content: center;
    align-items: center;
    border-radius: 6.25rem;
    border: 1px solid var(--Color-3, #F3912E);
    color: var(---333, #333);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 182.982%;
    /* margin-top: 0.94rem;*/
}
.cptj .more .a02::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(/img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.62rem;
}
.line2{
	width:100%;
	height:1px;
	background: #E0E0E0;
	margin-top:1.7rem;
	position:relative;
}
.line2::before{
	width: 7.625rem;
	height: 1px;
	background: var(--Color-3, #F3912E);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-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;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:1.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:0.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.cpcs ul li{
	width:25%;
	padding:1.5rem 0;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs ul:first-child li{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight:700;
	line-height: normal;
	padding-top:0px;
}
.tab {
    width: 100%;}
.tab  th {
    width: auto;
    color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
	text-align:left;
}
.tab td {
    width: auto;
    color: var(---666, #666);
    font-size: 0.85rem;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    padding-top: 0px;
    padding: 1rem 0;
    border-bottom: 1px solid #E0E0E0;
	text-align:left;
}
.sbtd{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.sbtd ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sbtd ul li{
	width: 48%;
    margin-top: 1rem;
    border-left: 4px solid var(---Gray-6, #F2F2F2);
    background: var(---Gray-6, #F2F2F2);
    padding: 0.5rem;
    color: var(---333, #333);
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    transition: all 0.6s;
}
.sbtd ul li:nth-child(3n){
	margin-right:0px;
}
.sbtd ul li .num{
	width:100%;
	color: var(---Gray-5, #E0E0E0);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:2.75rem;
	min-width:2.8rem;
}
.sbtd ul li:hover{
	border-left: 4px solid var(--Color-3, #F3912E);
}
.sbtd ul li div{
	width:100%;
}
.gzyl{
	width:100%;
	float:left;
	margin-top:1.75rem;
	font-size: 0.95rem;
}
.gzyl h1{
	margin-bottom:1.75rem;
	display:flex;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gzyl h1 i{
	width:100%;
}
.gzyl img{
	width:100%;
	height:auto;
	display:block;
}

.hylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
}
.hylist ul li{
	width:calc(33.7% - 0.25rem);
	margin-right:0.25rem;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.hylist ul li:nth-child(3n){
	margin-right:0px;
}
.hylist ul li dl dt{
	overflow:hidden;
}
.hylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:1.0em;
	padding-bottom:1.38rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.yylist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.yylist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yylist ul li{
	width:100%;
	margin-top:2.5rem;
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.10);
	padding:1.88rem;
	display:flex;
	padding-bottom:2.81rem;
}
.yylist ul li:nth-child(4n){
	margin-right:0px;
}
.yylist ul li a{
	width:100%;
}
.yylist ul li dl dt{
	display:flex;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.38rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
}
.yylist ul li dl dt::before{
	width: 4.5625rem;
	height: 0.125rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.yylist ul li dl dt::after{
	width:1.25rem;
	height:1.25rem;
	background-image:url(/img/hjt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	min-width:1.25rem;
	margin-left:2.5rem;
	transition: all 0.6s;
}
.yylist ul li:hover dl dt::after{
	background-image:url(/img/hjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.hyshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:100%;
	position:relative;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
	margin-top:2.0rem;
}
.newtj .tex dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
}
.newtj .tex dl dd{
	margin-top:2.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj .tex .nymore{
	margin-top:3.0rem;
}
.nymore{
	display:flex;
}
.nymore a{
	padding-bottom:1.06rem;
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.82981rem */
	letter-spacing: 0.15rem;
}
.nymore a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	margin-left:6.0rem;
	background-image:url(/img/Plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nymore a::before{
	width:4.5rem;
	height:2.0px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nymore a:hover::before{
	width:100%;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.newlist ul li .pic{
	width:100%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:100%;
	margin-top:2.0rem;
}
.newlist ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.newlist ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.newlist ul li .tex dl dd .a01{
	max-width:100%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom:2.0rem;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.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, #F3912E);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #F3912E);
}
.fy ul li .cur{
	background: var(--ec-3535, #F3912E);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--ec-3535, #F3912E);
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 0rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.13rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-top:1.94rem;
	border-top:1px solid #E0E0E0;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newnext .a01{
	width:auto;
	display:flex;
	align-items: center;
}
.newnext .a01 a{
	display:flex;
	align-items: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext .a01 a i{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.69rem;
	margin-right:0.69rem;
	border-radius: 1.25rem;
	background: var(---Gray-5, #E0E0E0);
	color:#333;
	font-family:'宋体';
	text-align:center;
	line-height:1.125rem;
	font-size:0.75rem;
}
.newnext .a01 a:hover i{
	background-color:var(--Color-3, #F3912E);
	color:#FFF;
}
.newnext .a02{
	width: 3rem;
	height: 3rem;
	display:flex;
}
.newnext .a02 a{
	display:flex;
}
.newnext .a02 img{
	max-width:100%;
}

.newcon-r{
	width:30.1%;
	display:none;
}
.tjyd{
	width:100%;
	float:left;
	border-top: 4px solid var(--Color-3, #F3912E);
	background: var(---Gray-6, #F2F2F2);
	padding:1.88rem;
}
.tjyd h1{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 0rem */
}
.tjyd dl dt{
	padding-bottom:1.31rem;
	margin-top:1.19rem;
	overflow:hidden;
}
.tjyd dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.tjyd dl dd{
	margin-top:1.19rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0rem */
	display:flex;
	align-items: center;
}
.tjyd dl dd a{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tjyd dl dd::before{
	width:1.5rem;
	height:1px;
	content:'';
	display:inline-block;
	background-color:var(---333, #333);
	margin-right:0.62rem;
}
.dingyue{
	width:100%;
	float:left;
	margin-top:1.88rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:2.5rem;
}
.dingyue h1{
	padding:1.5rem 1.88rem;
	background: var(--Color-3, #F3912E);
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dingyue dl dd{
	margin-top:1.81rem;
	padding:0 1.81rem;
}
.jybk{
	width:100%;
	height:5.0rem;
	border:0px;
	outline:none;
	background: var(---white, #FFF);
	padding:0 1.28rem;
	line-height:5.0rem;
	color: var(---999, #999);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 176.3%; /* 1.763rem */
}
.jyanniu{
	width:100%;
	background: var(---Gray-5, #E0E0E0);
	border:0px;
	height:5.0rem;
	line-height:5.0rem;
	cursor:pointer;
	text-align:center;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:48%;
	margin-top:1.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:2.56rem;
}
.xzlist ul li:nth-child(4n){
	margin-right:0px;
}
.xzlist ul li .pic{
	overflow:hidden;
	height: auto;
	text-align:center;
}
.xzlist ul li .pic img{
	max-width:100%;
	height:auto;
}
.xzlist ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 0rem */
	text-align:center;
	padding:0 1.0rem;
}
.xzlist ul li dl dd{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.5rem;
	padding:0 1.0rem;
}
.xzlist ul li dl dd a{
	display: flex;
	width:100%;
	margin-top:1.0rem;
	padding: 0.4375rem 1.4375rem;
	justify-content: center;
	align-items: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	margin-left:0.31rem;
	margin-right:0.31rem;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
}
.xzlist ul li:hover dl dd a{
	background: var(--Color-3, #F3912E);
	color:#FFF;
}
.xzlist ul li dl dd a img{
	width:auto;
	margin-left:0.31rem;
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display: none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display: inline-block;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
	overflow:hidden;
}
.lx01-l img{
	width:100%;
	height:auto;
	display:block;
}
.lx01-r{
	width:100%;
	margin-top:2.0rem;
}
.lx01-r .a01{
	width:100%;
	float:left;
	padding-bottom:2.44rem;
	border-bottom:1px solid #E0E0E0;
	position:relative;
}
.lx01-r .a01::after{
	width: 4.5625rem;
	height: 0.375rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
}
.lx01-r .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .a01 dl dd{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.lx01-r .a02{
	width:100%;
	float:left;
	margin-top:0.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r .a02 ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r .a02 ul:last-child{
	border-bottom:0px
}
.lx01-r .a02 ul:last-child li{
	width:100%;
}
.lx01-r .a02 ul li{
	width:100%;
	padding:1.88rem 0;
	display:flex;
	align-items: center;
	border-bottom:1px solid #E0E0E0;
}
.lx01-r .a02 ul li img{
	margin-right:1.31rem;
	max-height:3.75rem;
	min-width:3.75rem;
}
.lx01-r .a02 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01-r .a02 ul li dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
}
.lx02-l01{
	width:100%;
	float:left;
	margin-top:3.94rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02-r{
	width:100%;
	margin-top:2.0rem;
	background: var(---white, #FFF);
	padding:1.5rem;
}
.lx02-r ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li:first-child{
	margin-top:0px;
}
.lx02-r ul li.w100{
	width:100%;
}
.feix{
	display: flex;
	width:100%;
	justify-content:flex-end;
	align-items: center;
	background: var(--Color-3, #F3912E);
	position:relative;
}

.feix::before{
	width: 5.4rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	background: var(--Color-3, #F3912E);
	content:'';
	display:inline-block;
	background-image:url(/img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.feix:hover::before{
	width:100%;
}
.lxanniu{
	width:calc(100% - 5.4rem);
	height: 3.75rem;
	padding:0 1.88rem;
	text-align:right;
	background: #888B8B;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 2.20375rem */
	border:0;
	cursor:pointer;
}
.lxbk{
	width:100%;
	border:0px;
	padding:0 1.28rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 1.763rem */
	height: 3.75rem;
	outline:none;
	font-family:zt;
}


.mart2{
	margin-top:1.81rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart0{
	margin-top:0px;
}


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


.splist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.splist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist ul li{
	width:48%;
	margin-top:1.0rem;
}
.splist ul li:nth-child(4n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.splist ul li dl dt .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0, 0, 0, 0.30);
	display:flex;
	justify-content: center;
	align-items: center;
}
.splist ul li dl dt .mask i{
	width: 2.0rem;
	height: 2.0rem;
	background-image:url(/img/bfq.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.splist ul li dl dd{
	margin-top:0.5rem;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 0rem */
	text-align:center;
}













}



.fz01{
	width:100%;
	float:left;
}




























