@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 思源黑体;
	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: 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: SUIT;
	src: url('../font/SUIT-VARIABLE.ttf'),
	url('../font/SUIT-VARIABLE.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#E10E0F;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}







@media (min-width:1000px) {

.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 1.0rem;
}
.header{
	width: 100%;
	position: fixed;
	height: 5.0rem;
	top: 0;
	left: 0;
	z-index: 996;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 4.0vw;
	transition: all 0.6s;
	background: #0D0D0D;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header .logo{
	width: auto;
	height: 5.0rem;
	max-width: 23%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.header .innav{
	width: auto;
	height: 5.0rem;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 5.0rem;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 1rem;
	height: 5.0rem;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:0.3vw;
	margin-right:0.3vw;
	font-weight:bold;
}
.header .innav ul li a{
	white-space: nowrap;
	align-items: center;
	display: flex;
	position:relative;
	color:#FFF;
	padding: 0.75rem 1.5625rem;
	border-radius: 0.25rem;
}
.header .innav ul li a::after{
	width:1.14rem;
	height:2px;
	background-color:#E10E0F;
	position:absolute;
	bottom:5px;
	left:calc(50% - 0.57rem);
	content:'';
	opacity:0;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}
.header .innav ul li a:hover{
	background-color:rgba(255,255,255,1);
	color:#E10E0F;
}
.header .innav ul li a:hover::after{
	opacity:1;
}
.header .innav ul li a.cur{
	background-color:rgba(255,255,255,1);
	color:#E10E0F;
}
.header .innav ul li a.cur::after{
	opacity:1;
}

.header .innav ul li .xiala{
	width:200px;
	position:absolute;
	top:72px;
	left:-15px;
	background-color:rgba(0,0,0,0.3);
	transition: all 0.6s;
	opacity:0;
	visibility:hidden;
	padding:20px;
	color:#FFF;
	font-size:14px;
	line-height:40px;
	text-align:center;
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse .innav ul li .xiala a{
	color:#FFF;
}

.inr{
	width:auto;
	align-items: center;
	display: flex;
	position:relative;
}
.info{
	width:auto;
	margin-left:1.4rem;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:1.0rem;
	position:relative;
	height:5.0rem;
}
.info.marl0{
	margin-left:0px;
}
.info a{
	color:#FFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.info .zhuan{
	width:100%;
	position:absolute;
	top:5.0rem;
	background-color:rgba(255,255,255,0.3);
	text-align:center;
	opacity:0;
	visibility:hidden;
	z-index:11;
	left:0;
	padding:0.7rem 0;
	line-height:2.2rem;
}
.info:hover .zhuan{
	opacity:1;
	visibility:visible;
}
.info i{
	margin-left:0.7rem;
	margin-right:0.7rem;
}
.info b{
	font-size:1.7rem;
	font-family: DIN;
	margin-left:0.7rem;
}

.innum{
	width:100%;
	float:left;
	margin-top:6.3rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li dl dt{
	margin-top:1.0rem;
	font-size: 4rem;
	font-family: DIN;
	line-height:6rem;
}
.innum ul li dl dd{
	font-size: 0.875rem;
	line-height:1.75rem;
	color: var(---666, #666);
}
.inab{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background-image:url(../img/ab01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:46.4583% auto;
	padding-bottom:7.5rem;
	padding-top:2.6rem;
}
.inab01{
	width:46%;
	float:left;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.inab01 dl dt{
	font-size: 2rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	line-height:2.6rem;
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.inab01 dl dd{
	font-size: 2.5rem;
	color: var(---333, #333);
	line-height:3.0rem;
	font-weight:bold;
	margin-bottom:3.75rem;
	font-family: "Microsoft YaHei";
}
.inmore{
	display:flex;
	margin-top:4.0rem;
	font-size: 0.75rem;
}
.inmore a{
	display:flex;
	align-items: center;
}
.inmore a img{
	margin-left:0.6rem;
}
.inwrap{
	width:100%;
	float:left;
	background: #F2F2F2;
	padding:6.25rem 0;
}
.hyyy{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hyyy .pic{
	width:46%;
	overflow:hidden;
}
.hyyy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.hyyy .tex{
	width:46%;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.hyyy .tex dl dt{
	font-size: 2rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	line-height:2.6rem;
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.hyyy .tex dl dd{
	font-size: 2.5rem;
	color: var(---333, #333);
	line-height:3.0rem;
	font-weight:bold;
	margin-bottom:3.75rem;
	font-family: "Microsoft YaHei";
}

.intit{
	width:100%;
	float:left;
	margin-top:6.0rem;
	text-align:center;
	font-size: 2rem;
	line-height:2.625rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.intit.jz{
	text-align:left;
}
.inpro{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	margin-bottom:0.62rem;
	position:relative;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height:4.25rem;
	line-height:4.25rem;
	font-size: 1.125rem;
	color: var(---white, #FFF);
	font-weight: 700;
	text-align:center;
}
.inpro ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:6.0rem;
	text-align:center;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover .tex2{
	opacity:1;
}
.inpro ul li .tex2 .pic{
	display:flex;
	align-items: center;
	justify-content: center;
}
.inpro ul li .tex2 .pic i{
	width: 3.875rem;
	height: 3.875rem;
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.inpro ul li .tex2 dl dt{
	margin-top:1.94rem;
	font-size: 1.5rem;
	line-height:1.75rem;
	margin-bottom:1.94rem;
}
.inpro ul li .tex2 dl dd{
	font-size: 0.875rem;
	line-height:1.575rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inmore2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inmore2 a{
	padding: 1rem 4.125rem 1rem 4.1875rem;
	border: 1px solid var(---333, #333);
	color: var(---333, #333);
	font-size: 1rem;
	font-weight: 700;
	position:relative;
}
.inmore2 a:hover{
	color:#FFF;
	border:1px solid var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.inmore2 a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	content:'';
	transition: all 0.6s;
}
.inmore2 a:hover::before{
	width:100%;
}
.innew{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:2.0rem;
	margin-bottom:1.25rem;
	font-size: 1rem;
	color: var(---999, #999);
	font-weight: 700;
	line-height:1.25rem;
}
.innew ul li dl dd{
	color: var(---333, #333);
	font-size:1.0rem;
	line-height:1.3rem;
	font-weight: 700;
}
.innew ul li .inmore{
	margin-top:2.88rem;
}
.innew ul li:hover dl dt{
	color:#E10E0F;
}
.innew ul li:hover dl dd{
	color:#E10E0F;
}
.foot{
	width:100%;
	float:left;
	margin-top:7.5rem;
	background: #0D0D0D;
	padding:5.69rem 0;
}
.bottom{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.foot01{
	width:28%;
	font-size: 0.875rem;
}
.foot01 img{
	max-width:100%;
}
.foot01 h1{
	margin-bottom:5.0rem;
}
.foot01 p{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot01 p i{
	color: var(---white, #FFF);
}
.foot02{
	width:55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl dt{
	font-size: 1.125rem;
	color: var(---white, #FFF);
	line-height:1.5rem;
	margin-bottom:0.56rem;
}
.foot02 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	line-height:1.125rem;
}
.foot02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 dl dd a:hover{
	color: var(---white, #FFF);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nyab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.nyab dl dt{
	font-size:2.5rem;
	color:#E10E0F;
	font-weight:bold;
	line-height:3.0rem;
	color: var(--Color-3, #E10E0F);
	font-family: "Microsoft YaHei";
}
.nyab dl dd{
	color: var(--Color-3, #E10E0F);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.035rem;
	text-transform: uppercase;
	margin-bottom:2.5rem;
	font-family: "Microsoft YaHei";
}

.wenh{
	width:100%;
	float:left;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:7.0rem 0;
}
.wenh h1{
	font-size:2.5rem;
	line-height:3.3rem;
	color:#FFF;
	font-family:Microsoft YaHei;
}
.wenh ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.wenh ul li{
	width:calc(25.5% - 1.88rem);
	margin-right:1.88rem;
	padding:2.4rem 4.3rem;
	text-align:center;
	transition: all 0.6s;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
}
.wenh ul li:hover{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.wenh ul li:nth-child(4){
	margin-right:0px;
}
.wenh ul li .pic{
	display: flex;
	justify-content: center;
}
.wenh ul li .pic div{
	width:5.5rem;
	height:5.5rem;
	background-color:#F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	transition: all 0.6s;
}
.wenh ul li:hover .pic div{
	background-color:#fff;
}
.wenh ul li .pic div img{
	max-width:80%;
}
.wenh ul li dl dt{
	margin-top:1.25rem;
	font-size:1.25rem;
	line-height:1.625rem;
	font-weight:bold;
	margin-bottom:0.62rem;
}
.wenh ul li dl dd{
	font-size: 0.875rem;
	line-height:1.925rem;
}

.honr{
	width:100%;
	float:left;
}
.honr ul{
	display:flex;
	flex-wrap: wrap;
}
.honr ul li{
	width:calc(25.5% - 1.88rem);
	margin-right:1.88rem;
	padding:3.0rem 5.0rem;
	text-align:center;
	transition: all 0.6s;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.75rem;
}
.honr ul li:nth-child(4n){
	margin-right:0px;
}
.honr ul li:hover{
	background: var(--Color-3, #E10E0F);
}
.honr ul li:hover dl dd{
	color:#FFF;
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	max-width:100%;
	height:auto;
}
.honr ul li dl dd{
	margin-top:1.87rem;
	font-size: 1rem;
	line-height:1.5rem;
	font-weight: 400;
}
.prolm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-color:#F2F2F2;
}
.prolm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolm ul.a01{
	justify-content: flex-start;
}
.prolm ul.a01 li{
	width:20%;
}
.prolm ul.a01 li:last-child{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.prolm ul li{
	width:16.6%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	height: 4.9375rem;
	display:flex;
	line-height:4.9375rem;
	font-size: 1rem;
	font-weight: 700;
}
.prolm ul li a{
	width:100%;
	text-align:center;
}
.prolm ul li a:hover{
	background: var(--Color-3, #E10E0F);
	color:#FFF;
}
.prolm ul li:last-child{
	border:0px;
}
.prolm ul li a.cur{
	background: var(--Color-3, #E10E0F);
	color:#FFF;
}

.nypro{
	width:100%;
	float:left;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
}
.nypro ul li{
	width:calc(33.7% - 1.16rem);
	margin-right:1.16rem;
	margin-top:3.75rem;
	position:relative;
}
.nypro ul li:nth-child(3n){
	margin-right:0px;
}
.nypro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nypro ul li .pic{
	overflow:hidden;
}
.nypro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nypro ul li:hover .pic img{
	transform: scale(1.05);
}
.nypro ul li .tex{
	width:100%;
	margin-top:1.94rem;
	line-height:1.5rem;
	font-size: 1.0rem;
	color: var(---333, #333);
	font-weight: 700;
}
.nypro ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:4.5rem 3.25rem;
	text-align:center;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
}
.nypro ul li:hover .tex2{
	opacity:1;
}
.nypro ul li .tex2 .pic{
	display:flex;
	align-items: center;
	justify-content: center;
}
.nypro ul li .tex2 .pic i{
	width: 3.875rem;
	height: 3.875rem;
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.nypro ul li .tex2 dl dt{
	margin-top:1.94rem;
	font-size: 1.0rem;
	line-height:1.125rem;
	margin-bottom:1.94rem;
}
.nypro ul li .tex2 dl dd{
	font-size: 0.875rem;
	line-height:1.575rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul.jz{
	justify-content: flex-start;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:0.625rem;
	margin-right:0.625rem;
}
.fy ul li a{
	width:100%;
	height:3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border-radius:50%;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color-3, #E10E0F);
	border:1px solid var(--Color-3, #E10E0F);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color-3, #E10E0F);
	border:1px solid var(--Color-3, #E10E0F);
	color:#FFF;
}

.proshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:49%;
}
.proshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.proshow .tex{
	width:44%;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.proshow .tex h1{
	margin-bottom:2.5rem;
	color: var(--Color-3, #E10E0F);
	font-size: 2rem;
	line-height:3.0rem;
	font-family: "Microsoft YaHei";
}
.cpms{
	width:100%;
	float:left;
}
.cptit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-weight: 700;
	margin-top:3.8rem;
}
.cpgz{
	width:100%;
	float:left;
	margin-top:1.88rem;
	font-size:1.0rem;
	line-height:2.0rem;
}
.cpgz img{
	max-width:100%;
	height:auto;
}
.swiper .swiper-button-next:after{
	color:#999;
	font-size:1.88rem;
}
.swiper .swiper-button-next:hover::after{
	color:#E10E0F;
}
.swiper .swiper-button-prev:after{
	color:#999;
	font-size:1.88rem;
}
.swiper .swiper-button-prev:hover::after{
	color:#E10E0F;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:0px;
}
.swiper.aa01{
	margin-top:1.88rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
	text-align:center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
	border:1px solid #E0E0E0;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper .swiper-slide img {
	width: 100%;
	max-height: 100%;
	display:block;
	object-fit: cover;
	margin:auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.hylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:calc(50% - 0.94rem);
	margin-top:3.75rem;
}
.hylist ul li .pic{
	overflow:hidden;
}
.hylist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover .pic img{
	transform: scale(1.05);
}
.hylist ul li dl dt{
	margin-top:2.5rem;
	font-size: 1.25rem;
	line-height:1.625rem;
	font-weight: 700;
}
.hylist ul li dl dd{
	margin-top:1.25rem;
	font-size: 0.75rem;
	line-height:1.0rem;
}
.hylist ul li dl dd a{
	display:flex;
	align-items: center;
}
.hylist ul li dl dd a::after{
	width: 62px;
	height: 24px;
	background-image:url(../img/small_long_up2.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	margin-left:0.62rem;
}
.hylist ul li:hover dl dd a::after{
	background-image:url(../img/small_long_up3.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.hylist ul li:hover dl dd a{
	color:#E10E0F;
}
.hyshow{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.hyshow img{
	max-width:100%;
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:24%;
	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:70%;
	border-top:1px solid #E0E0E0;
	padding-top:2.5rem;
	font-size: 0.75rem;
	line-height:1.35rem;
	color: var(---666, #666);
}
.newlist ul li:hover .tex{
	border-top: 3px solid var(--Color-3, #E10E0F);
}
.newlist ul li .tex dl dt{
	font-size: 1rem;
	font-weight: 700;
	line-height:1.5rem;
}
.newlist ul li .tex dl dd{
	margin-top:0.62rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height:1.35rem;
	color: var(---666, #666);
	margin-bottom:2.5rem;
}
.newlist ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .more{
	margin-top:2.5rem;
	font-size: 0.75rem;
	line-height:1.0rem;
	opacity:0;
	transition: all 0.6s;
}
.newlist ul li:hover .tex .more{
	opacity:1;
}
.newlist ul li .tex .more a{
	display:flex;
	align-items: center;
}
.newlist ul li .tex .more a::after{
	width: 62px;
	height: 24px;
	background-image:url(../img/small_long_up2.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	margin-left:0.62rem;
}
.newlist ul li:hover .tex .more a::after{
	background-image:url(../img/small_long_up3.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.newlist ul li:hover .tex .more a{
	color:#E10E0F;
}

.con{
	width:100%;
	float:left;
	margin-top:11.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con-l{
	width:65%;
}
.newtit{
	width:100%;
	float:left;
	font-size:2.0rem;
	line-height:3.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	font-weight: 700;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size: 0.875rem;
	line-height:1.575rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.sxp{
	width:100%;
	float:left;
	height:5.0rem;
	border: 1px solid var(--efefef, #EFEFEF);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:7.44rem;
}
.sxp .a01{
	width:calc(50% - 2.5rem);
	height:5.0rem;
	display: flex;
	align-items: center;
	padding:0 2.2vw;
	font-size:0.75rem;
	line-height:1.0rem;
}
.sxp .a01.jz{
	text-align: right;
}
.sxp .a01 b{
	font-size:1.0rem;
	margin-right:15px;
	min-width:5.0rem;
}
.sxp .a01 a{
	display: flex;
	align-items: center;
}
.sxp .a02{
	width:5.0rem;
	height:5.0rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#D31212;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}

.con-r{
	width:25.55%;
}
.con-r h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:2.0rem;
	line-height:2.563rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.con-r ul li{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.con-r ul li .pic{
	overflow:hidden;
}
.con-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.con-r ul li .pic:hover img{
	transform: scale(1.05);
}
.con-r ul li dl dt{
	font-size: 1rem;
	line-height:1.5rem;
	margin-top:0.62rem;
}
.con-r ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	color: var(---999, #999);
	font-family: DIN;
}
.lxcon{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:6.25rem;
}
.lxcon-l{
	width:47%;
}
.lxcon-l h1{
	font-size: 1.81694rem;
	line-height:2.125rem;
	color: var(--Color-3, #E10E0F);
	font-weight: 700;
}
.lxcon-l h2{
	ont-size: 0.9085rem;
	line-height:1.2625rem;
	color: var(--Color-3, #E10E0F);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:3.63rem;
}
.lxcon-l ul{
	display:flex;
	flex-wrap: wrap;
}
.lxcon-l ul li{
	display:flex;
	align-items: center;
	font-size:1.0rem;
	line-height:1.125rem;
	margin-bottom:1.38rem;
	width:100%;
}
.lxcon-l ul li img{
	margin-right:1.25rem;
}
.lxcon-l .map{
	margin-top:1.0rem;
}
.lxcon-l .map img{
	width:100%;
	height:auto;
	display:block;
}

.lxcon-r{
	width:47%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:3.75rem 2.5rem;
}
.lxcon-r h1{
	font-size: 1.5rem;
	line-height:2.25rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.lxcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0.63rem;
}
.lxcon-r ul li{
	width:calc(50% - 0.625rem);
	margin-top:1.25rem;
}
.lxcon-r ul li.w100{
	width:100%;
}
.lxcon-r ul li .inmore2{
	justify-content: flex-start;
	margin-top:0px;
}
.lxbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding: 0.875rem 1.25rem;
	outline:none;
	font-size: 0.75rem;
	color: var(---999, #999);
}
.lxanniu{
	border: 1px solid var(---333, #333);
	display: flex;
	padding: 1.0625rem 4.1875rem 1.125rem 4.125rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	background-color:transparent;
}




















.mart25{
	margin-top:2.5rem;
}
.mart37{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0px;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.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;}
.dingw{ width:100%; float:left; margin-top:-100px;}



	
}

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

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
}
.header .innav ul li a{
	padding:0.86rem 1.29rem;
}
.info{
	margin-left:10px;
}
.info b{
}






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

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
}
.header .innav ul li a{
	padding:0.86rem 1.0rem;
}
.info{
	margin-left:10px;
}
.info b{
}






}

@media (min-width:1000px) and  (max-width:1260px){
.header .innav ul li{
	font-size:0.9rem;
}
.header .innav ul li a{
	padding:0.86rem 0.6rem;
}



}




@media (max-width:999px) {

.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #0D0D0D;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:60%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.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:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	right:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.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: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#0D0D0D;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	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;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #E10E0F; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

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


.innum{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:50%;
	margin-top:1.0rem;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li .pic img{
	max-height:2.0rem;
}
.innum ul li dl dt{
	margin-top:1.0rem;
	font-size: 2rem;
	font-family: DIN;
	line-height:2rem;
}
.innum ul li dl dd{
	font-size: 0.875rem;
	line-height:1.75rem;
	color: var(---666, #666);
}
.inab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-image:url(../img/ab01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:46.4583% auto;
	padding-bottom:7.5rem;
	padding-top:2.6rem;
}
.inab01{
	width:100%;
	float:left;
	font-size: 0.875rem;
	line-height:1.75rem;
}
.inab01 dl dt{
	font-size: 1.2rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	line-height:2.0rem;
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.inab01 dl dd{
	font-size: 1.5rem;
	color: var(---333, #333);
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:3.75rem;
	font-family: "Microsoft YaHei";
}
.inmore{
	display:flex;
	margin-top:4.0rem;
	font-size: 0.75rem;
}
.inmore a{
	display:flex;
	align-items: center;
}
.inmore a img{
	margin-left:0.6rem;
}
.inwrap{
	width:100%;
	float:left;
	background: #F2F2F2;
	padding:6.25rem 0;
}
.hyyy{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hyyy .pic{
	width:100%;
	overflow:hidden;
}
.hyyy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.hyyy .tex{
	width:100%;
	font-size: 0.875rem;
	line-height:1.75rem;
	margin-top:2.0rem;
}
.hyyy .tex dl dt{
	font-size: 1.2rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	line-height:2.0rem;
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.hyyy .tex dl dd{
	font-size: 1.5rem;
	color: var(---333, #333);
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:2.75rem;
	font-family: "Microsoft YaHei";
}

.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size: 1.2rem;
	line-height:2.0rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	font-weight:bold;
	font-family: "Microsoft YaHei";
}
.intit.jz{
	text-align:left;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:49%;
	margin-bottom:0.62rem;
	position:relative;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height:2.25rem;
	line-height:2.25rem;
	font-size: 0.8rem;
	color: var(---white, #FFF);
	font-weight: 700;
	text-align:center;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding:0 0.5rem;
}
.inpro ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.0rem;
	text-align:center;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover .tex2{
	opacity:1;
}
.inpro ul li .tex2 .pic{
	display:flex;
	align-items: center;
	justify-content: center;
}
.inpro ul li .tex2 .pic i{
	width: 1.875rem;
	height: 1.875rem;
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.inpro ul li .tex2 dl dt{
	margin-top:1.0rem;
	font-size: 1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.inpro ul li .tex2 dl dd{
	font-size: 0.8rem;
	line-height:1.2rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inmore2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inmore2 a{
	padding: 0.5rem 3.125rem 0.5rem 3.1875rem;
	border: 1px solid var(---333, #333);
	color: var(---333, #333);
	font-size: 0.8rem;
	font-weight: 700;
	position:relative;
}
.inmore2 a:hover{
	color:#FFF;
	border:1px solid var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.inmore2 a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	content:'';
	transition: all 0.6s;
}
.inmore2 a:hover::before{
	width:100%;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	margin-top:2.0rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size: 1rem;
	color: var(---999, #999);
	font-weight: 700;
	line-height:0.8rem;
}
.innew ul li dl dd{
	color: var(---333, #333);
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight: 700;
}
.innew ul li .inmore{
	margin-top:2.0rem;
}
.innew ul li:hover dl dt{
	color:#E10E0F;
}
.innew ul li:hover dl dd{
	color:#E10E0F;
}
.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #0D0D0D;
	padding:2.0rem 0;
}
.bottom{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.foot01{
	width:100%;
	font-size: 0.875rem;
}
.foot01 img{
	max-width:70%;
}
.foot01 h1{
	margin-bottom:3.0rem;
}
.foot01 p{
	margin-top:0.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot01 p i{
	color: var(---white, #FFF);
}
.foot02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.foot02 dl{
	width:33.33%;
	margin-top:2.0rem;
}
.foot02 dl dt{
	font-size: 1.125rem;
	color: var(---white, #FFF);
	line-height:1.5rem;
	margin-bottom:0.56rem;
}
.foot02 dl dd{
	margin-top:0.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	line-height:1.125rem;
}
.foot02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 dl dd a:hover{
	color: var(---white, #FFF);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nyab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size: 0.8rem;
	line-height:1.5rem;
}
.nyab dl dt{
	font-size:1.5rem;
	color:#E10E0F;
	font-weight:bold;
	line-height:2.0rem;
	color: var(--Color-3, #E10E0F);
	font-family: "Microsoft YaHei";
}
.nyab dl dd{
	color: var(--Color-3, #E10E0F);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:1.5rem;
	font-family: "Microsoft YaHei";
}

.wenh{
	width:100%;
	float:left;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.wenh h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	font-family:Microsoft YaHei;
}
.wenh ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.5rem;
}
.wenh ul li{
	width:48%;
	padding:1.4rem 1rem;
	text-align:center;
	transition: all 0.6s;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
	margin-top:1.0rem;
}
.wenh ul li:hover{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.wenh ul li:nth-child(4){
	margin-right:0px;
}
.wenh ul li .pic{
	display: flex;
	justify-content: center;
}
.wenh ul li .pic div{
	width:4.5rem;
	height:4.5rem;
	background-color:#F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	transition: all 0.6s;
}
.wenh ul li:hover .pic div{
	background-color:#fff;
}
.wenh ul li .pic div img{
	max-width:30%;
}
.wenh ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-bottom:0.62rem;
}
.wenh ul li dl dd{
	font-size: 0.7rem;
	line-height:1.5em;
}

.honr{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.honr ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr ul li{
	width:48%;
	padding:2.0rem;
	text-align:center;
	transition: all 0.6s;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.0rem;
}
.honr ul li:nth-child(4n){
	margin-right:0px;
}
.honr ul li:hover{
	background: var(--Color-3, #E10E0F);
}
.honr ul li:hover dl dd{
	color:#FFF;
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	max-width:100%;
	height:auto;
}
.honr ul li dl dd{
	margin-top:1.0rem;
	font-size: 0.8rem;
	line-height:1.5rem;
	font-weight: 400;
}
.prolm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#F2F2F2;
}
.prolm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolm ul.a01{
	justify-content: flex-start;
}
.prolm ul.a01 li{
	width:33.33%;
}
.prolm ul.a01 li:last-child{
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.prolm ul li{
	width:33.33%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	height: 2.9375rem;
	display:flex;
	line-height:2.9375rem;
	font-size: 0.7rem;
	font-weight: 700;
}
.prolm ul li a{
	width:100%;
	text-align:center;
}
.prolm ul li a:hover{
	background: var(--Color-3, #E10E0F);
	color:#FFF;
}
.prolm ul li:last-child{
	border:0px;
}
.prolm ul li a.cur{
	background: var(--Color-3, #E10E0F);
	color:#FFF;
}

.nypro{
	width:100%;
	float:left;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nypro ul li{
	width:48%;
	margin-top:1.75rem;
	position:relative;
}
.nypro ul li:nth-child(3n){
	margin-right:0px;
}
.nypro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nypro ul li .pic{
	overflow:hidden;
}
.nypro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nypro ul li:hover .pic img{
	transform: scale(1.05);
}
.nypro ul li .tex{
	width:100%;
	margin-top:1.0rem;
	line-height:1.5rem;
	font-size:0.8rem;
	color: var(---333, #333);
	font-weight: 700;
}
.nypro ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: var(--Color-3, #E10E0F);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:4.5rem 3.25rem;
	text-align:center;
	color:#FFF;
	opacity:0;
	transition: all 0.6s;
}
.nypro ul li:hover .tex2{
	opacity:1;
}
.nypro ul li .tex2 .pic{
	display:flex;
	align-items: center;
	justify-content: center;
}
.nypro ul li .tex2 .pic i{
	width: 3.875rem;
	height: 3.875rem;
	background-image:url(../img/link.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.nypro ul li .tex2 dl dt{
	margin-top:1.94rem;
	font-size: 1.0rem;
	line-height:1.125rem;
	margin-bottom:1.94rem;
}
.nypro ul li .tex2 dl dd{
	font-size: 0.875rem;
	line-height:1.575rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul.jz{
	justify-content: flex-start;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size: 0.8rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color-3, #E10E0F);
	border:1px solid var(--Color-3, #E10E0F);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color-3, #E10E0F);
	border:1px solid var(--Color-3, #E10E0F);
	color:#FFF;
}

.proshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:100%;
}
.proshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.proshow .tex{
	width:100%;
	font-size: 0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.proshow .tex h1{
	margin-bottom:1.5rem;
	color: var(--Color-3, #E10E0F);
	font-size: 1.2rem;
	line-height:2.0rem;
	font-family: "Microsoft YaHei";
}
.cpms{
	width:100%;
	float:left;
}
.cptit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.0rem;
	font-weight: 700;
	margin-top:2.0rem;
}
.cpgz{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.cpgz img{
	max-width:100%;
	height:auto;
}
.swiper .swiper-button-next:after{
	color:#999;
	font-size:1.88rem;
}
.swiper .swiper-button-next:hover::after{
	color:#E10E0F;
}
.swiper .swiper-button-prev:after{
	color:#999;
	font-size:1.88rem;
}
.swiper .swiper-button-prev:hover::after{
	color:#E10E0F;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:0px;
}
.swiper.aa01{
	margin-top:1.88rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
	text-align:center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
	border:1px solid #E0E0E0;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper .swiper-slide img {
	width: 100%;
	max-height: 100%;
	display:block;
	object-fit: cover;
	margin:auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.hylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist ul li{
	width:48%;
	margin-top:1.75rem;
}
.hylist ul li .pic{
	overflow:hidden;
}
.hylist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover .pic img{
	transform: scale(1.05);
}
.hylist ul li dl dt{
	margin-top:1.0rem;
	font-size: 1.0rem;
	line-height:1.625rem;
	font-weight: 700;
}
.hylist ul li dl dd{
	margin-top:1.0rem;
	font-size: 0.75rem;
	line-height:1.0rem;
}
.hylist ul li dl dd a{
	display:flex;
	align-items: center;
}
.hylist ul li dl dd a::after{
	width: 62px;
	height: 24px;
	background-image:url(../img/small_long_up2.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	margin-left:0.62rem;
}
.hylist ul li:hover dl dd a::after{
	background-image:url(../img/small_long_up3.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.hylist ul li:hover dl dd a{
	color:#E10E0F;
}
.hyshow{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size: 0.8rem;
	line-height:1.5rem;
}
.hyshow img{
	max-width:100%;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:24%;
	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:70%;
	border-top:1px solid #E0E0E0;
	padding-top:0.5rem;
	font-size: 0.75rem;
	line-height:1.35rem;
	color: var(---666, #666);
}
.newlist ul li:hover .tex{
	border-top: 3px solid var(--Color-3, #E10E0F);
}
.newlist ul li .tex dl dt{
	font-size: 0.8rem;
	font-weight: 700;
	line-height:1.2rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:0.62rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height:1.35rem;
	color: var(---666, #666);
	margin-bottom:2.5rem;
	display:none;
}
.newlist ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex .more{
	margin-top:2.5rem;
	font-size: 0.75rem;
	line-height:1.0rem;
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.newlist ul li:hover .tex .more{
	opacity:1;
}
.newlist ul li .tex .more a{
	display:flex;
	align-items: center;
}
.newlist ul li .tex .more a::after{
	width: 62px;
	height: 24px;
	background-image:url(../img/small_long_up2.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	content:'';
	margin-left:0.62rem;
}
.newlist ul li:hover .tex .more a::after{
	background-image:url(../img/small_long_up3.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.newlist ul li:hover .tex .more a{
	color:#E10E0F;
}

.con{
	width:100%;
	float:left;
	margin-top:6.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.7rem;
	line-height:1.0rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
	font-weight: 700;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size: 0.875rem;
	line-height:1.575rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.sxp{
	width:100%;
	float:left;
	height: auto;
	border: 1px solid var(--efefef, #EFEFEF);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.44rem;
}
.sxp .a01{
	width:100%;
	height: auto;
	display: flex;
	align-items: center;
	padding:1.0rem 2.2vw;
	font-size:0.75rem;
	line-height:1.0rem;
}
.sxp .a01.jz{
	text-align: right;
}
.sxp .a01 b{
	font-size:1.0rem;
	margin-right:15px;
	min-width:5.0rem;
}
.sxp .a01 a{
	display: flex;
	align-items: center;
}
.sxp .a02{
	width:100%;
	height:4.0rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#D31212;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}

.con-r{
	width:25.55%;
	display:none;
}
.con-r h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:2.0rem;
	line-height:2.563rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.con-r ul li{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.con-r ul li .pic{
	overflow:hidden;
}
.con-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.con-r ul li .pic:hover img{
	transform: scale(1.05);
}
.con-r ul li dl dt{
	font-size: 1rem;
	line-height:1.5rem;
	margin-top:0.62rem;
}
.con-r ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	color: var(---999, #999);
	font-family: DIN;
}
.lxcon{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.25rem;
}
.lxcon-l{
	width:100%;
}
.lxcon-l h1{
	font-size: 1.2rem;
	line-height:2.0rem;
	color: var(--Color-3, #E10E0F);
	font-weight: 700;
}
.lxcon-l h2{
	font-size: 0.7rem;
	line-height:1.2rem;
	color: var(--Color-3, #E10E0F);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:2.0rem;
}
.lxcon-l ul{
	display:flex;
	flex-wrap: wrap;
}
.lxcon-l ul li{
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.125rem;
	margin-bottom:1.38rem;
	width:100%;
}
.lxcon-l ul li img{
	margin-right:1.25rem;
	max-height:1.0rem;
}
.lxcon-l .map{
	margin-top:1.0rem;
}
.lxcon-l .map img{
	width:100%;
	height:auto;
	display:block;
}

.lxcon-r{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.0rem;
	margin-top:2.0rem;
}
.lxcon-r h1{
	font-size: 1.2rem;
	line-height:2.0rem;
	color: var(--e-10-e-0-f, var(--Color-3, #E10E0F));
}
.lxcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lxcon-r ul li{
	width:100%;
	margin-top:1.0rem;
}
.lxcon-r ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding: 0.875rem 1.25rem;
	outline:none;
	font-size: 0.75rem;
	color: var(---999, #999);
}
.lxanniu{
	border: 1px solid var(---333, #333);
	display: flex;
	padding: 0.7rem 4.1875rem 0.7rem 4.125rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-family: "Microsoft YaHei";
	font-weight: 700;
	background-color:transparent;
}




















.mart25{
	margin-top:2.5rem;
}
.mart37{
	margin-top:3.75rem;
}
.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;}

.sjzwqh{
	width: auto;
	height: 4.5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:12%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
	color:#FFF;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh .zhuan{
	width:6rem;
	position:absolute;
	top:4rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:0.9rem;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:1.5rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}

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




}
































