@charset "utf-8";


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}





@media (min-width:1000px) {

.main{
	width: auto;
	margin:auto;
	max-width:86%;
	padding:0 15px;
}



.inr{
	width:auto;
	align-items: center;
	display: flex;
	position:relative;
}
.info{
	width:auto;
	margin-left:20px;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:16px;
	position:relative;
	height:80px;
}
.info.marl0{
	margin-left:0px;
}
.info a{
	color:#FFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.info .zhuan{
	width:100%;
	position:absolute;
	top:80px;
	background-color:rgba(255,255,255,0.3);
	text-align:center;
	opacity:0;
	visibility:hidden;
	z-index:11;
	left:0;
	padding:10px 0;
}
.info:hover .zhuan{
	opacity:1;
	visibility:visible;
}
.info i{
	margin-left:10px;
	margin-right:10px;
}
.info b{
	font-size:24px;
	font-family: DIN;
	margin-left:10px;
}
.insearch{
	width:100%;
	position:absolute;
	bottom:70px;
	left:0;
	z-index:22;
	display:flex;
	justify-content: center;
	align-items: center;
}
.insearch .a01{
	width:46%;
	background-color:rgba(0,0,0,0.1);
	backdrop-filter: blur(12.5px);
	border-radius:16px;
	border:1px solid rgba(255,255,255,0.3);
	padding:10px;
	display: flex;
	justify-content: space-between;
}
.insearch .a01 .ss{
	width:59%;
	padding:13px;
	background-color:#FFF;
	border-radius:12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ssanniu{
	width:99px;
	height:45px;
	background-color:#D31212;
	border-radius:4px;
	border:0px;
	line-height:45px;
	text-align:center;
	color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
}
.ssanniu:hover{
	color:#FFF;
}
.ssanniu::after{
	width:18px;
	height:18px;
	background-image:url(../img/ss.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:3px;
	content:'';
}
.ssbk{
	width:calc(100% - 99px);
	border:0px;
	outline:none;
	font-size:14px;
	color:#999;
	height:45px;
	line-height:45px;
}
.incx{
	width:19.6%;
	background-color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:12px;
	margin-left:10px;
}
.incx a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
}
.incx img{
	margin-right:10px;
}

.intit{
	width:100%;
	float:left;
	margin-top:140px;
	text-align:center;
}
.intit.pos{
	position:absolute;
	left:0;
	top:0;
	z-index:1;

}
.intit h1{
	font-size:36px;
	line-height:48px;
}
.intit h2{
	font-size:40px;
	line-height:48px;
}
.intit dl dt{
	display: flex;
	justify-content: center;
	margin-top:40px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.intit dl dt div{
	width:80%;
}
.intit dl dd{
	margin-top:40px;
	display: flex;
	justify-content: center;
}
.intit dl dd a{
	width:280px;
	height:56px;
	background-color:#000;
	border-radius:12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:14px;
}
.intit dl dd a::after{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:20px;
	content:'';
}

.infw{
	width:100%;
	float:left;
	margin-top:80px;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:calc(33.5% - 20px);
	margin-right:20px;
	background-color:#F2F2F2;
	border-radius:16px;
	position:relative;
	overflow:hidden;
}
.infw ul li:nth-child(3n){
	margin-right:0px;
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li:hover .pic{
	height:100%;
}
.infw ul li:hover .pic img{
	min-width:100%;
	min-height:100%;
	width:auto;
}
.infw ul li:hover .tex{
	display:none;
}
.infw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw ul li:hover .pic img{
	transform: scale(1.05);
}
.infw ul li .tex{
	padding:60px;
	text-align:center;
}
.infw ul li .tex dl dt{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.infw ul li .tex dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:22px;
	color:#666;
}
.infw ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/bj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px;
	color:#FFF;
	text-align:center;
	opacity:0;
	transition: all 0.6s;
}
.infw ul li:hover .tex2{
	opacity:1;
}

.infw ul li .tex2 .pic2{
	height:236px;
	background-image:url(../img/sz.png);
	background-position:center;
	background-repeat:no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:32px;
	line-height:32px;
	color:#FFF;
	font-weight:bold;
}
.infw ul li .tex2 .pic2 div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.infw ul li .tex2 .pic2 b{
	font-size:62px;
	line-height:62px;
	margin-right:5px;
}
.infw ul li .tex2 dl dt{
	margin-top:30px;
	font-size:32px;
	line-height:42px;
	margin-bottom:20px;
	font-weight:bold;
}
.infw ul li .tex2 dl dd{
	font-size:20px;
	line-height:36px;
}
.kjwl{
	width:100%;
	float:left;
	position:relative;
	margin-top:200px;
}
.kjwl img{
	width:100%;
	height:auto;
	display:block;
}
.kjwl .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:90px;
	z-index:11;
	display: flex;
	justify-content: center;
}
.kjwl .tex .a01{
	width:27%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.kjwl .tex .a01::before{
	width:80%;
	height:1px;
	border-bottom:1px dashed #FFFFFF;
	content:'';
	position:absolute;
	left:10%;
	top:34px;
	z-index:-1;
}
.kjwl .tex .a01 dl{
	width:auto;
}
.kjwl .tex .a01 dl dt{
	display: flex;
	justify-content: center;
}
.kjwl .tex .a01 dl dt i{
	width:68px;
	height:68px;
	background-color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	outline: 4px solid rgba(255,255,255,0.50);
	transition: all 0.6s;
}
.kjwl .tex .a01 dl dt i img{
	max-height:100%;
	max-width:100%;
	width:auto;
}
.kjwl .tex .a01 dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:24px;
	text-align:center;
	transition: all 0.6s;
}
.kjwl .tex .a01 dl .pic01{
	display:inline-block;
}
.kjwl .tex .a01 dl .pic02{
	display:none;
}
.kjwl .tex .a01 dl:hover .pic01{
	display:none;
}
.kjwl .tex .a01 dl:hover .pic02{
	display:inline-block;
}
.kjwl .tex .a01 dl:hover dt i{
	background-color:#D31212;
	outline: 4px solid rgba(211,18,18,0.30);
}
.kjwl .tex .a01 dl:hover dd{
	font-size:20px;
	font-weight:bold;
	color:#D31212;
}

.kjwl .tex .a01 dl.cur .pic01{
	display:none;
}
.kjwl .tex .a01 dl.cur .pic02{
	display:inline-block;
}
.kjwl .tex .a01 dl.cur dt i{
	background-color:#D31212;
	outline: 4px solid rgba(211,18,18,0.30);
}
.kjwl .tex .a01 dl.cur dd{
	font-size:20px;
	font-weight:bold;
	color:#D31212;
}


.inche{
	width:100%;
	float:left;
	height:125px;
	/* background-color:#D31212; */
	background-image:url(../img/bj02.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.inche .a01{
	width:100%;
	position:absolute;
	bottom:-10px;
	left:0;
	z-index:1;
	overflow:hidden;
}
.move-image {
  animation: moveRight 10s infinite; /* 应用动画 */
  width: auto; /* 图片宽度 */
}
 
@keyframes moveRight {
  0% {
    transform: translateX(-100%); /* 起始位置，向左移动 */
  }
  100% {
    transform: translateX(100%); /* 结束位置，向右移动 */
  }
}

.inwrap{
	width:100%;
	float:left;
	padding:160px 0;
	background-color:#000;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:auto;
	font-size:128px;
	line-height:128px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
.inab-r{
	width:42%;
	font-size:16px;
	line-height:28px;
	color:#FFF;
}
.innum{
	width:100%;
	float:left;
	margin-top:160px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:auto;
	text-align:center;
	color:#FFF;
}
.innum dl dt{
	font-size:96px;
	line-height:115px;
	font-family: Roboto;
	text-transform:uppercase;
}
.innum dl dd{
	font-size:16px;
	line-height:24px;
}
.inab2{
	width:100%;
	float:left;
	margin-top:170px;
}
.inab2 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab2 ul li{
	width:calc(33.4% - 30px);
	border-radius:16px;
	overflow:hidden;
	position:relative;
	margin-right:30px;
}
.inab2 ul li:nth-child(3n){
	margin-right:0px;
}
.inab2 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab2 ul li:hover img{
	transform: scale(1.05);
}
.inab2 ul li .tex{
	width:auto;
	position:absolute;
	top:60px;
	left:60px;
	z-index:11;
}
.inab2 ul li .tex dl dt{
	overflow:hidden;
}
.inab2 ul li .tex dl dt img{
	width:auto;
}
.inab2 ul li .tex dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#FFF;
}
.intit2{
	width:100%;
	float:left;
	margin-top:140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit2 b{
	font-size:128px;
	font-family:Arial, Helvetica, sans-serif;
}
.intit2 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.intit2 .a01 a{
	width:163px;
	height:56px;
	border-radius:12px;
	border:1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#000;
	margin-left:10px;
}
.intit2 .a01 a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	background-image:url(../img/xjt3.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
}
.intit2 .a01 a:hover{
	background-color:#000;
	color:#FFF;
}
.intit2 .a01 a:hover::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit2 .a01 a.cur{
	background-color:#000;
	color:#FFF;
}
.intit2 .a01 a.cur::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innew{
	width:100%;
	float:left;
}
.innew.ny{
	margin-top:40px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.033% - 20px);
	padding:10px;
	margin-right:20px;
	border-radius:16px;
	background-color:#F2F2F2;
	margin-top:60px;
	padding-bottom:66px;
	position:relative;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	border-radius:12px;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:40px;
	text-align:center;
	padding-bottom:30px;
}
.innew ul li .tex dl dt{
	font-size:14px;
	line-height:16px;
	color:#666;
	font-family: DIN;
}
.innew ul li .tex dl dd{
	margin-top:20px;
	font-size:18px;
	line-height:32px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .gduo{
	display:flex;
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:1;
	width:calc(100% - 20px);
}
.innew ul li .gduo a{
	width:100%;
	height:56px;
	border-radius:12px;
	line-height:56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#FFF;
	color:#999;
}
.innew ul li .gduo a::after{
	width:14px;
	height:14px;
	background-image:url(../img/xjt5.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
	content:'';
}
.innew ul li:hover .gduo a{
	background-color:#D31212;
	color:#FFF;
}
.innew ul li:hover .gduo a::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}

.foot{
	width:100%;
	float:left;
	margin-top:140px;
	background-color:#F2F2F2;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .tel{
	width:auto;
}
.foot01 .tel dl dt{
	font-size:16px;
	line-height:24px;
}
.foot01 .tel dl dd{
	font-size:36px;
	line-height:42px;
	font-family: DIN;
}
.foot01 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .a01 a{
	margin-left:20px;
	position:relative;
}
.foot01 .a01 a .xl{
	width:100px;
	height:100px;
	position:absolute;
	top:44px;
	left:-28px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 a .xl img{
	max-width:100%;
}
.foot01 .a01 a:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl dt{
	font-size:18px;
	line-height:24px;
}
.foot02 dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
}
.foot02 dl dd.mart30{
	margin-top:20px;
}

.foot02 dl dd a{
	color:#666;
}
.foot02 dl dt img{
	max-width:100%;
}
.foot03{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
	border-top:1px solid rgba(0,0,0,0.10);
	padding:30px 0;
}
.back{
	width:60px;
	height:60px;
	background-color:#D31212;
	border-radius:50%;
	position:fixed;
	bottom:245px;
	right:40px;
	z-index:99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nybanner{
	width:100%;
	float:left;
	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;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:36px;
	line-height:52px;
	color:#FFF;
}
.nybanner .tex .tex01 dl{
	width:24%;
	float:left;
}
.nybanner .tex .tex01 dl dt{
	font-size:48px;
	line-height:70px;
	font-weight:bold;
}
.nybanner .tex .tex01 dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:30px;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height:68px;
	overflow:hidden;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height:68px;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height:68px;
	line-height:68px;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:15px 0;
	font-size:16px;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#D31212;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#D31212;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#D31212;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:auto;
	font-size:14px;
	color:#999;
	display: flex;
	align-items: center;
}
.zlm01 .wz::before{
	width:23px;
	height:23px;
	margin-right:10px;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.nycon{
	width:100%;
	float:left;
	margin-top:100px;
}
.nycon-l{
	width:18.33%;
	float:left;
	overflow:hidden;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:22px 30px;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	border-radius:16px;
	margin-top:35px;
	background-color:#D31212;
	color:#FFF;
	transition: all 0.6s;
}
.subNav a{
	color:#FFF;
}
.subNav.mart0{
	margin-top:0px;
}
.subNav::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.currentDd{
	background-color:#D31212;
	color:#FFF;
	border-radius:16px 16px 0 0;
}
.currentDd a{
	color:#FFF;
}
.currentDd::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	padding:10px;
	background-color:#F2F2F2;
	border-radius:0 0 16px 16px;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:13px 30px;
	font-size:16px;
	border-radius:8px;
	padding-right:20px;
}
.navContent dl dd a::after{
	width:22px;
	height:24px;
	content: '';
	background-image:url(../img/zjt.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.navContent dl dd a:hover::after{
	opacity:1;
}
.navContent dl dd a:hover{
	background-color:#FFF;
}
.navContent dl dd a.cur::after{
	opacity:1;
}
.navContent dl dd a.cur{
	background-color:#FFF;
	color:#D31212;
}

.nycon-r{
	width:76.111%;
	float:right;
}
.dlm{
	width:100%;
	float:left;
	font-size:36px;
	line-height:52px;
	font-weight:bold;
}
.xlm{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:24px;
	line-height:36px;
	color:#D31212;
	font-weight:bold;
}
.fwjs{
	width:100%;
	float:left;
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.fwjs img{
	max-width:100%;
}

.ckfb{
	width:100%;
	float:left;
	margin-top:40px;
	border-radius:16px;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background-color:#07345B;
}
.ckfb .pic{
	width:61%;
}
.ckfb .pic img{
	min-height:100%;
	min-width:100%;
}
.ckfb .tex{
	width:39%;
	padding: 50px 20px 20px 40px;
	font-size:14px;
	line-height:1.5;
	color:#FFF;
	font-weight:bold;
}
.ckfb .tex p{margin-bottom:8px;}
.ckfb .tex .tit{
	margin-bottom:30px;
	font-size:24px;
	line-height:32px;
}


.fwjs2{
	width:100%;
	float:left;
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	color:#666;
	display:flex;
}
.fwjs2 div{
	width:76%;
}
.fwys{
	width:100%;
	float:left;
	margin-top:20px;
}
.fwys ul{
	display:flex;
	flex-wrap:wrap;
}
.fwys ul li{
	width:calc(20.2% - 65px);
	margin-right:65px;
	text-align:center;
}
.fwys ul li.mart70{
	margin-top:70px;
}
.fwys ul li:nth-child(5n){
	margin-right:0px;
}
.fwys ul li dl dt{
	overflow:hidden;
}
.fwys ul li dl dt img{
	max-width:100%;
}
.fwys ul li dl dd{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin-top:15px;
}
.fwsx{
	width:100%;
	float:left;
	margin-top:20px;
}
.fwsx ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fwsx ul li{
	width:48.6%;
	height:auto;
}
.fwsx ul li img{
	width:100%;
	height:auto;
	display:block;
}
.jieb{
	width:100%;
	float:left;
	margin-top:20px;
}
.jieb ul{
	display:flex;
	flex-wrap:wrap;
}
.jieb ul li{
	width:calc(33.5% - 20px);
	border-radius:15px;
	overflow:hidden;
	position:relative;
	margin-right:20px;
}
.jieb ul li:nth-child(3){
	margin-right:0px;
}
.jieb ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jieb ul li:hover img{
	transform: scale(1.05);
}
.jieb ul li .tex{
	width:100%;
	height:36px;
	background-color:#C11A1B;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:36px;
}
.ysgl{
	width:100%;
	float:left;
	margin-top:60px;
}
.ysgl ul{
	display:flex;
	flex-wrap:wrap;
}
.ysgl ul li{
	width:calc(25.13% - 30px);
	margin-right:30px;
	background-color:#F2F2F2;
	border-radius:16px;
	overflow:hidden;
	padding:60px 50px;
	text-align:center;
}
.ysgl ul li:nth-child(4n){
	margin-right:0px;
}
.ysgl ul li .pic{
	overflow:hidden;
}
.ysgl ul li dl dt{
	margin-top:30px;
	margin-bottom:30px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
}
.ysgl ul li dl dd{
	font-size:14px;
	line-height:25px;
	color:#666;
}
.ysgl ul li .pic01{
	display:inline-block;
}
.ysgl ul li .pic02{
	display: none;
}
.ysgl ul li:hover .pic01{
	display:none;
}
.ysgl ul li:hover .pic02{
	display:inline-block;
}
.wlwrap{
	width:100%;
	float:left;
	padding-bottom:140px;
	margin-top:140px;
	background-color:#F2F2F2;
}
.kjxz{
	width:100%;
	float:left;
	margin-top:100px;
}
.kjxz ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kjxz ul li{
	width:auto;
	max-width:17.2222%;
	text-align:center;
}
.kjxz ul li img{
	max-width:100%;
}
.kjxz ul li dl dd{
	font-size:20px;
	line-height:26px;
	margin-top:30px;
}
.jjxz{
	width:100%;
	float:left;
	margin-top:100px;
}
.jjxz ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.jjxz ul li{
	width: auto;
	text-align:center;
}
.jjxz ul li dl dt{
	overflow:hidden;
}
.jjxz ul li dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:18px;
}
.jjxz ul li .hx{
	width:110px;
	height:1px;
	border-bottom:1px dashed #D31212;
	margin-top:33px;
}
.jjxz ul li .pic01{
	display:inline-block;
}
.jjxz ul li .pic02{
	display: none;
}
.jjxz ul li:hover .pic01{
	display:none;
}
.jjxz ul li:hover .pic02{
	display:inline-block;
}
.jjxz ul li:hover dl dd{
	color:#D31212;
}

.jjxz ul li.cur .pic01{
	display:none;
}
.jjxz ul li.cur .pic02{
	display:inline-block;
}
.jjxz ul li.cur dl dd{
	color:#D31212;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.xzlist ul li{
	width:100%;
	float:left;
	margin-top:20px;
	border-radius:16px;
	background-color:#F2F2F2;
	padding:30px 40px;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}
.xzlist ul li:hover{
	background-color:#D31212;
	color:#FFF;
}
.xzlist ul li:hover dl dd{
	color:#FFF;
}
.xzlist ul li img{
	margin-right:30px;
}
.xzlist ul li dl dt{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}
.xzlist ul li dl dd{
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-top:5px;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav2{
	width:100%; 
	float:left;
	padding-bottom:35px;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	margin-top:60px;
	transition: all 0.6s;
}
.subNav2::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah2.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.currentDd2::after{
	background-image:url(../img/jianh2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent2{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	line-height:25px;
	padding-top:20px;
}
.fy{
	width:100%;
	float:left;
	margin-top:100px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #fff;
	border: 1px solid #E0E0E0;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:50%;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #D31212;
	border:1px solid #D31212;
	color:#FFF;
}
.fy ul li .cur{
	background: #D31212;
	border:1px solid #D31212;
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	margin-top:100px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:12px;
	line-height:16px;
	color:#666666;
	margin-top:10px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.sxp{
	width:100%;
	float:left;
	height:80px;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
}
.sxp .a01{
	width:calc(50% - 40px);
	height:80px;
	display: flex;
	align-items: center;
	padding:0 2.2vw;
	font-size:14px;
}
.sxp .a01.jz{
	text-align: right;
}
.sxp .a01 b{
	font-size:16px;
	margin-right:15px;
	min-width:80px;
}
.sxp .a01 a{
	display: flex;
	align-items: center;
}
.sxp .a02{
	width:80px;
	height:80px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#D31212;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}
.main2{
	width: auto;
	margin:auto;
	max-width:1200px;
	padding:0 15px;
}
.abwrap{
	width:100%;
	float:left;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:100px 0;
	font-size:16px;
	line-height:32px;
}
.abwrap h1{
	font-size:40px;
	line-height:48px;
	text-align:center;
	margin-bottom:60px;
}
.nynum{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynum dl{
	width:auto;
	text-align:center;
}
.nynum dl dt{
	font-size:64px;
	line-height:75px;
	font-family: Roboto;
	color:#D31212;
}
.nynum dl dd{
	font-size:16px;
	line-height:24px;
	color:#666;
}
.hzkh{
	width:100%;
	float:left;
}
.hzkh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzkh ul li{
	width:20%;
	height:140px;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzkh ul li:nth-child(5n){
	border-right:0px;
}
.hzkh ul li img{
	max-width:100%;
	max-height:80%;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
}
.fzlc::before{
	width:20px;
	height:100%;
	position:absolute;
	top:0;
	left:calc(50% - 10px);
	background-color:#D31212;
	border-radius:20px;
	content:'';
	z-index:-1;
}
.fzlc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position:relative;
}
.fzlc ul li:nth-child(2n){
	justify-content: flex-start;
}
.fzlc ul li::before{
	width:38px;
	height:104px;
	position:absolute;
	z-index:;
	left:calc(50% - 19px);
	top:calc(50% - 52px);
	background-image:url(../img/xqc.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
}
.fzlc ul li .a01{
	width:46%;
	background-color:#F2F2F2;
	border-radius:16px;
	padding:36px 30px;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fzlc ul li .a01 .jt{
	width:13px;
	height:26px;
	position:absolute;
	left:-13px;
	top:calc(50% - 13px);
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc ul li:nth-child(2n) .jt{
	right:-13px;
	left:auto;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc ul li .a01 .pic{
	width:50%;
}
.fzlc ul li .a01 .pic img{
	max-width:100%;
	height:auto;
}
.fzlc ul li .a01 .tex{
	width:40%;
}
.fzlc ul li .a01 .tex dl dt{
	font-size:36px;
	line-height:44px;
	font-family: DIN;
	color:#D31212;
	margin-bottom:20px;
}
.fzlc ul li .a01 .tex dl dd{
	font-size:16px;
	line-height:22px;
}

.whwrap{
	width:100%;
	float:left;
	padding-top:115px;
	padding-bottom:280px;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wh01{
	width:100%;
	float:left;
}
.wh01 ul{
	display: flex;
	flex-wrap: wrap;
}
.wh01 ul li{
	width:calc(25.13% - 30px);
	padding:45px 50px;
	background-color:rgba(255,255,255,0.1);
	backdrop-filter: blur(12.5px);
	border:1px solid rgba(255,255,255,0.6);
	color:#FFF;
	text-align:center;
	margin-right:30px;
	border-radius:16px;
	overflow:hidden;
}
.wh01 ul li:nth-child(4n){
	margin-right:0px;
}
.wh01 ul li .pic{
	overflow:hidden;
}
.wh01 ul li .pic img{
	max-width:100%;
}
.wh01 ul li dl dt{
	margin-top:30px;
	margin-bottom:20px;
	font-size:20px;
	line-height:30px;
}
.wh01 ul li dl dd{
	font-size:14px;
	line-height:28px;
}
.wh01 ul li .pic01{
	display:inline-block;
}
.wh01 ul li .pic02{
	display: none;
}
.wh01 ul li:hover .pic01{
	display:none;
}
.wh01 ul li:hover .pic02{
	display:inline-block;
}
.rcln{
	width:100%;
	float:left;
	margin-top:100px;
	position:relative;
	border-radius:24px;
	overflow:hidden;
}
.rcln img{
	width:100%;
	height:auto;
	display:block;
}
.rcln .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 80px;
	display: flex;
	align-items: center;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.rcln .tex div{
	width:33%;
}
.rcln .tex h1{
	margin-bottom:40px;
	font-size:36px;
	line-height:52px;
}
.rc01{
	width:100%;
	float:left;
	margin-top:60px;
}
.rc01 ul{
	display: flex;
	flex-wrap: wrap;
}
.rc01 ul li{
	width:calc(25.13% - 30px);
	border-radius:16px;
	background-color:#F2F2F2;
	padding:90px 50px;
	text-align:center;
	margin-right:30px;
}
.rc01 ul li:nth-child(4n){
	margin-right:0px;
}
.rc01 ul li .pic{
	overflow:hidden;
}
.rc01 ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.rc01 ul li dl dt{
	margin-top:30px;
	margin-bottom:20px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.rc01 ul li dl dd{
	font-size:14px;
	line-height:28px;
}
.rc01 ul li .pic01{
	display:inline-block;
}
.rc01 ul li .pic02{
	display: none;
}
.rc01 ul li:hover .pic01{
	display:none;
}
.rc01 ul li:hover .pic02{
	display:inline-block;
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav6{
	width:100%; 
	float:left; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	padding:30px 40px;
	background-color:#F2F2F2;
	border-radius:8px;
	CURSOR: pointer;
	transition: all 0.6s;
}
.subNav6 dl{
	width:auto;
}
.subNav6 dl dt{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.subNav6 dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.subNav6 dl dd i{
	width:1px;
	height:20px;
	background-color:#666666;
	margin-left:30px;
	margin-right:30px;
}
.subNav6 .a01{
	width:215px;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:center;
	border-radius:4px;
	color:#333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subNav6 .a01::after{
	width:12px;
	height:24px;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:40px;
	content:'';
}
.subNav6:hover{
	border-radius:8px 8px 0 0;
	background-color:#F2F2F2;
}

.subNav6:hover .a01{
	background-color:#D31212;
	color:#fff;
}
.subNav6:hover .a01::after{
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.currentDd6{
	border-radius:8px 8px 0 0;
}
.currentDd6 .a01{
	background-color:#D31212;
	color:#fff;
}
.currentDd6 .a01::after{
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size:14px;
	line-height:32px;
	border-radius:0 0 8px 8px;
	background-color:#F2F2F2;
	padding:30px 40px;
}
.navContent6 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent6 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent6 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent6 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.youshi{
	width:100%;
	float:left;
	margin-top:30px;
}
.youshi ul{
	display: flex;
	flex-wrap: wrap;
}
.youshi ul li{
	width:calc(33.4% - 30px);
	border-radius:16px;
	background-color:#F2F2F2;
	padding:54px 40px;
	overflow:hidden;
	transition: all 0.6s;
	margin-right:30px;
	margin-top:30px;
}
.youshi ul li:nth-child(3n){
	margin-right:0px;
}
.youshi ul li .pic{
	overflow:hidden;
}
.youshi ul li .pic img{
	max-width:100%;
}
.youshi ul li dl dt{
	margin-top:30px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	line-height:28px;
}
.youshi ul li dl dd{
	font-size:14px;
	line-height:25px;
	color:#666;
}
.youshi ul li:hover{
	background-color:#D31212;
	color:#FFF;
}
.youshi ul li:hover dl dd{
	color:#FFF;
}
.youshi ul li .pic01{
	display:inline-block;
}
.youshi ul li .pic02{
	display: none;
}
.youshi ul li:hover .pic01{
	display:none;
}
.youshi ul li:hover .pic02{
	display:inline-block;
}

.jmtj{
	width:100%;
	float:left;
	margin-top:140px;
	position:relative;
}
.jmtj img{
	width:100%;
	height:auto;
	display:block;
}
.jmtj .tex{
	width:100%;
	position:absolute;
	left:0;
	top:140px;
	z-index:11;
}
.jmtj .tex .tex01{
	width:44%;
	float:left;
	font-size:16px;
	line-height:28px;
	color:#FFF;
}
.jmtj .tex .tex01 h1{
	margin-bottom:20px;
	font-size:36px;
	line-height:52px;
}

.lx02{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#F2F2F2;
	padding:60px;
	padding-top:25px;
	border-radius:16px;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:35px;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:60px;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div a{
	color:#0171D5;
}
.lx02 ul li dl dt{
	font-size:16px;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:60px;
	height:60px;
	border:0px;
	outline:none;
	padding:0 20px;
	font-size:14px;
	color:#999;
	border-radius:12px;
}
.anniu2{
	width:280px;
	height:56px;
	background:#000;
	line-height:56px;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor:pointer;
	border-radius:12px;
}

.cjian{
	width:100%;
	float:left;
	margin-top:60px;
}
.cjian dl dd{
	margin-top:20px;
}
.cjbk{
	width:100%;
	line-height:60px;
	border:1px solid #E0E0E0;
	border-radius:12px;
	padding:0 30px;
	outline:none;
	color:#999;
	font-size:14px;
}
.cjanniu{
	width:280px;
	height:56px;
	line-height:56px;
	background-color:#D31212;
	border-radius:12px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.cxjs{
	width:100%;
	float:left;
	margin-top:100px;
}
.cxjs h1{
	font-size:20px;
	line-height:30px;
	color:#D31212;
}
.cxjs01{
	width:100%;
	float:left;
	margin-top:40px;
	background-color:#F2F2F2;
	border-radius:24px;
	padding:40px;
}
.cxjs01 .a01{
	width:100%;
	float: left;
	padding-bottom:35px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cxjs01 .a01 .ab01{
	display: flex;
	align-items: center;
	width:auto;
	font-size:14px;
}
.cxjs01 .a01 .ab01 .cc1{
	width:auto;
	position:relative;
	width:350px;
}
.cxjs01 .a01 .ab01 .cc1 .xl{
	width:100%;
	position:absolute;
	opacity:0;
	visibility: hidden;
	left:0;
	top:25px;
	font-size:14px;
	line-height:30px;
}
.cxjs01 .a01 .ab01 .cc1:hover .xl{
	opacity:1;
	visibility:visible;
}
.cxjs01 .a01 b{
	color:#D31212;
	margin-left:5px;
}
.cxbk{
	width:auto;
	border:0px;
	background-color:transparent;
	font-size:14px;
	color:#999;
	outline:none;
}
.cxjs01 .a02{
	width:100%;
	float:left;
	margin-top:25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
.cxjs01 .a02::before{
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:calc(50% - 2.5px);
	background-color:#E0E0E0;
	content:'';
}
.cxjs01 .a02 .b1{
	width:320px;
	min-height:93px;
	line-height:45px;
	background-color:#000;
	padding:30px;
	display: flex;
	align-items: center;
	position:relative;
	border-radius:12px;
}
.cxjs01 .a02 .b1 dl dt{
	font-size:20px;
	line-height:28px;
	color:#FFF;
	font-weight:bold;
}
.cxjs01 .a02 .b1 dl dd{
	font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,0.6);
	margin-top:10px;
}
.cxjs01 .a02 .b1 .jt{
	width:17px;
	height:16px;
	position:absolute;
	left:-17px;
	top:calc(50% - 8px);
	background-image:url(../img/yjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cxjs01 .a02 .b2{
	width:auto;
	text-align:center;
}
.cxjs01 .a02 .b2 dl dt{
	font-size:20px;
	color:#D31212;
	font-weight:bold;
	line-height:30px;
}
.cxjs01 .a02 .b2 dl dd{
	margin-top:25px;
	font-size:16px;
	line-height:24px;
	color:#999;
	font-weight:bold;
}
.jieg{
	width:100%;
	float:left;
}
.jieg ul{
	display: flex;
	flex-wrap: wrap;
}
.jieg ul li{
	width:100%;
	border-left:4px solid #E0E0E0;
	padding-left:30px;
	position:relative;
	padding-bottom:40px;
}
.jieg ul li::before{
	width:12px;
	height:12px;
	content:'';
	background-image:url(../img/yuan.png);
	background-position:center;
	background-repeat:no-repeat;
	left:-6px;
	top:0px;
	z-index:1;
	display:inline-block;
	position:absolute;
}
.jieg ul li dl dt{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.jieg ul li dl dd{
	font-size:14px;
	line-height:20px;
	color:#666;
	margin-top:10px;
}
.jieg ul li:last-child{
	border-left:0px;
}
.ckcx{
	width:100%;
	float:left;
	margin-top:60px;
}
.ckcx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ckcx ul li{
	width:49.65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}
.ckbk{
	width:100%;
	height:60px;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #E0E0E0;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
     background: url("../img/xjt001.png") no-repeat scroll top 25px right 30px transparent;
                
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 30px;
	border-radius:12px;
	outline:none;
	font-size:14px;
	font-family: 思源黑体;
}
.ckanniu{
	width:49.23%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#D31212;
	border-radius:12px;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	border:0px;
}
.ckanniu2{
	width:49.23%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#fff;
	border-radius:12px;
	color:#333;
	font-size:14px;
	cursor:pointer;
	border:1px solid #000;
}
.ckcxjg{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#F2F2F2;
	border-radius:16px;
	display: flex;
	padding:35px;
}
.ckcxjg .pic{
	width:55%;
	overflow:hidden;
	margin-right:80px;
	min-width:55%;
}
.ckcxjg .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ckcxjg .tex{
	width:auto;
	font-size:20px;
	line-height:36px;
	color:#666;
}
.ckcxjg .tex h1{
	margin-bottom:30px;
	font-size:40px;
	line-height:54px;
	color:#333;
}

.sxcx{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxcx.jz{
	justify-content: flex-end;
}
.sxcx-l{
	width:153px;
	height:130px;
	border:1px solid #D31212;
	border-radius:16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.sxcx-l dl dt{
	overflow:hidden;
}
.sxcx-l dl dd{
	font-size:20px;
	line-height:30px;
	color:#D31212;
	font-weight:bold;
}
.sxcx-r{
	width:calc(100% - 163px);
}
.sxcx-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxcx-r ul li{
	width:32.42%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxcx-r ul li.w100{
	width:100%;
	margin-top:10px;
}
.sxcx.jz .sxcx-r ul li{
	width:49.49%;
}

.cxjg{
	width:100%;
	float:left;
	margin-top:40px;
	border:1px solid #E0E0E0;
	border-radius:24px;
	border-bottom:0px;
	overflow:hidden;
}
.cxjg ul{
	display: flex;
	flex-wrap: wrap;
}
.cxjg ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxjg ul li:first-child{
	background-color:#F2F2F2;
}
.cxjg ul li div{
	width:33.33%;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	padding:35px 40px;
	font-size:14px;
}
.cxjg ul li div:last-child{
	border-right:0px;
}

.login{
	width:100%;
	float:left;
	position:relative;
	
}
.login01{
	width:29vw;
	background-color:rgba(0,0,0,0.3);
	backdrop-filter: blur(12.5px);
	padding:30px;
	padding-bottom:70px;
	position:absolute;
	left:8.33vw;
	top:240px;
	z-index:3;
}
.login01 h2{
	font-size:32px;
	line-height:42px;
	margin-top:45px;
	color:#FFF;
}
.login01 ul.mart0{
	margin-top:0px;
}
.login01 h1{
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.login01 h1 i{
	padding-bottom:15px;
	color:#FFF;
	font-size:16px;
	margin-right:110px;
}
.login01 h1 i a{
	color:#FFF;
}
.login01 h1 i.cur{
	border-bottom:2px solid #FFF;
}
.login01 ul{
	margin-top:25px;
	display: flex;
	flex-wrap: wrap;
}
.login01 ul li{
	width:100%;
	margin-top:20px;
	position:relative;
	font-size:12px;
	color:#FFF;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.login01 ul li div{
	display:flex;
	align-items: center;
}
.blue{
	color:#0171D5;
}
.dlbk{
	width:100%;
	line-height:60px;
	border:1px solid rgba(255,255,255,0.3);
	padding:0 20px;
	font-size:14px;
	color:#999;
	outline:none;
	display: flex;
	align-items: center;
	background-color:transparent;
	border-radius:4px;
}
.dlbk:hover{
	border:1px solid  #FFF;
}
.dlanniu{
	width:100%;
	height:60px;
	border-radius:4px;
	line-height:60px;
	background-color:#0094FF;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.dlanniu2{
	width:100%;
	height:60px;
	border-radius:4px;
	line-height:60px;
	background-color:rgba(255,255,255,0.1);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.yzm{
	width:128px;
	height:60px;
	border-radius:4px;
	line-height:60px;
	background-color:#0094FF;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	right:0;
	top:2px;
	z-index:1;
	color:#FFF;
}
.yzm:hover{
	color:#FFF;
}
.fxk{
	background-color:transparent;
	margin-right:10px;
}













.mart40{
	margin-top:40px;
}
.mart0{
	margin-top:0px;
}
.mart100{
	margin-top:100px;
}

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

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

.header .innav ul li{
	margin-left:0px;
	margin-right:0px;
	font-size:14px;
}
.header .innav ul li a{
	padding:0 7px;
}
.info{
	font-size:12px;
	margin-left:10px;
}
.info b{
	font-size:16px;
}






}

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

.header .innav ul li{
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
}
.header .innav ul li a{
	padding:0 5px;
}
.info img{
	max-height:10px;
}
.info i{
	margin-left:5px;
	margin-right:5px;
}
.info{
	margin-left:5px;
}
.info b{
	font-size:14px;
}

.insearch .a01{
	width:80%;
}
.infw ul li .tex2 .pic2{
	height:150px;
	background-size:contain;
}
.kjwl .tex .a01{
	width:50%;
}
.inab-l{
	font-size:86px;
}
.innum dl dt{
	font-size:64px;
}



}




@media (max-width:999px) {


.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height: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: #D31212; 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%;
}

.insearch{
	    width: 100%;
    float: left;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insearch .a01{
	width: 100%;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(12.5px);
    border-radius: 0.5rem;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insearch .a01 .ss{
	width: 100%;
    padding: 5px;
    background-color: #FFF;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ssanniu{
	width: 5.0rem;
    height: 2.0rem;
    background-color: #D31212;
    border-radius: 4px;
    border: 0px;
    line-height: 2.0rem;
    text-align: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}
.ssanniu:hover{
	color:#FFF;
}
.ssanniu::after{
	width:18px;
	height:18px;
	background-image:url(../img/ss.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:3px;
	content:'';
}
.ssbk{
	width:calc(100% - 4.0rem);
	border:0px;
	outline:none;
	font-size:0.8rem;
	color:#999;
	height:2.0rem;
	line-height:2.0rem;
}
.incx{
	width: 49%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-top: 5px;
}
.incx a{
	    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.0rem;
    padding: 0.5rem 0;
}
.incx img{
	margin-right:0.2rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.intit h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.intit h2{
	font-size:1.0rem;
	line-height:1.5rem;
}
.intit dl dt{
	display: flex;
	justify-content: center;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.intit dl dt div{
	width:100%;
}
.intit dl dd{
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
}
.intit dl dd a{
	width:8.0rem;
	height:2.0rem;
	background-color:#000;
	border-radius:0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:0.8rem;
}
.intit dl dd a::after{
	width:14px;
	height:14px;
	background-image:url(../img/xjt2.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:20px;
	content:'';
}

.infw{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:100%;
	margin-right:0.2rem;
	background-color:#F2F2F2;
	border-radius:0.5rem;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.infw ul li:nth-child(3n){
	margin-right:0px;
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw ul li:hover .pic img{
	transform: scale(1.05);
}
.infw ul li .tex{
	padding:1.0rem;
	text-align:center;
}
.infw ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.infw ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.infw ul li .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/bj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3rem 1.0rem;
	color:#FFF;
	text-align:center;
}
.infw ul li .tex2 .pic2{
	height:6.0rem;
	background-image:url(../img/sz.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.0rem;
	line-height:1.0rem;
	color:#FFF;
	font-weight:bold;
}
.infw ul li .tex2 .pic2 div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.infw ul li .tex2 .pic2 b{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-right:5px;
}
.infw ul li .tex2 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.infw ul li .tex2 dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.kjwl{
	width:100%;
	float:left;
	position:relative;
	margin-top:2rem;
}
.kjwl img{
	width:100%;
	height:auto;
	display:block;
}
.kjwl .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.0rem;
	z-index:11;
	display: flex;
	justify-content: center;
}
.kjwl .tex .a01{
	width:90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.kjwl .tex .a01::before{
	width:80%;
	height:1px;
	border-bottom:1px dashed #FFFFFF;
	content:'';
	position:absolute;
	left:10%;
	top:1.5rem;
	z-index:-1;
}
.kjwl .tex .a01 dl{
	width:auto;
	max-width:6.0rem;
}
.kjwl .tex .a01 dl dt{
	display: flex;
	justify-content: center;
}
.kjwl .tex .a01 dl dt i{
	width:3.0rem;
	height:3.0rem;
	background-color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	outline: 4px solid rgba(255,255,255,0.50);
	transition: all 0.6s;
}
.kjwl .tex .a01 dl dt i img{
	max-height:100%;
	max-width:100%;
	width:auto;
}
.kjwl .tex .a01 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
	transition: all 0.6s;
}
.kjwl .tex .a01 dl .pic01{
	display:inline-block;
}
.kjwl .tex .a01 dl .pic02{
	display:none;
}
.kjwl .tex .a01 dl:hover .pic01{
	display:none;
}
.kjwl .tex .a01 dl:hover .pic02{
	display:inline-block;
}
.kjwl .tex .a01 dl:hover dt i{
	background-color:#D31212;
	outline: 4px solid rgba(211,18,18,0.30);
}
.kjwl .tex .a01 dl:hover dd{
	font-size:0.8rem;
	font-weight:bold;
	color:#D31212;
}

.kjwl .tex .a01 dl.cur .pic01{
	display:none;
}
.kjwl .tex .a01 dl.cur .pic02{
	display:inline-block;
}
.kjwl .tex .a01 dl.cur dt i{
	background-color:#D31212;
	outline: 4px solid rgba(211,18,18,0.30);
}
.kjwl .tex .a01 dl.cur dd{
	font-size:0.8rem;
	font-weight:bold;
	color:#D31212;
}


.inche{
	width:100%;
	float:left;
	height: 3.5rem;
	/* background-color:#D31212; */
	background-image:url(../img/bj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
}
.inche .a01{
	width:100%;
	position:absolute;
	bottom:-1.0rem;
	left:0;
	z-index:1;
	overflow:hidden;
}
.move-image{
  animation: moveRight 10s infinite; /* 应用动画 */
  width: auto; /* 图片宽度 */
}
.move-image img{
	max-width:10.0rem;
}
 
@keyframes moveRight {
  0% {
    transform: translateX(-100%); /* 起始位置，向左移动 */
  }
  100% {
    transform: translateX(100%); /* 结束位置，向右移动 */
  }
}

.inwrap{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background-color:#000;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:auto;
	font-size:2.5rem;
	line-height:3.0rem;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
.inab-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:2.0rem;
}
.innum{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:50%;
	text-align:center;
	color:#FFF;
	margin-top:1.0rem;
}
.innum dl dt{
	font-size:2.5rem;
	line-height:3.5rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.innum dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab2{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.inab2 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab2 ul li{
	width:calc(34.0% - 0.5rem);
	border-radius:0.5rem;
	overflow:hidden;
	position:relative;
	margin-right:0.5rem;
}
.inab2 ul li:nth-child(3n){
	margin-right:0px;
}
.inab2 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab2 ul li:hover img{
	transform: scale(1.05);
}
.inab2 ul li .tex{
	width:auto;
	position:absolute;
	top:1.0rem;
	left:1.0rem;
	z-index:11;
}
.inab2 ul li .tex dl dt{
	overflow:hidden;
}
.inab2 ul li .tex dl dt img{
	width:auto;
	max-height:1.5rem;
}
.inab2 ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#FFF;
}
.intit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit2 b{
	font-size:2.5rem;
	font-family:Arial, Helvetica, sans-serif;
}
.intit2 .a01{
	width:auto;
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.intit2 .a01 a{
	width:8.0rem;
	height:2.0rem;
	border-radius:0.5rem;
	border:1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#000;
	margin-left:0.5rem;
}
.intit2 .a01 a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	background-image:url(../img/xjt3.png);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
}
.intit2 .a01 a:hover{
	background-color:#000;
	color:#FFF;
}
.intit2 .a01 a:hover::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}
.intit2 .a01 a.cur{
	background-color:#000;
	color:#FFF;
}
.intit2 .a01 a.cur::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew.ny{
	margin-top:1.0rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	padding:0.5rem;
	border-radius:0.5rem;
	background-color:#F2F2F2;
	margin-top:1.0rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	border-radius:0.5rem;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:1.0rem;
	text-align:center;
	padding-bottom:1.0rem;
}
.innew ul li .tex dl dt{
	font-size:0.6rem;
	line-height:1.0rem;
	color:#666;
	font-family: DIN;
}
.innew ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .gduo{
	display:flex;
}
.innew ul li .gduo a{
	width:100%;
	height:2.0rem;
	border-radius:0.5rem;
	line-height:2.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#FFF;
	color:#999;
	font-size:0.6rem;
}
.innew ul li .gduo a::after{
	width:14px;
	height:14px;
	background-image:url(../img/xjt5.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
	content:'';
}
.innew ul li:hover .gduo a{
	background-color:#D31212;
	color:#FFF;
}
.innew ul li:hover .gduo a::after{
	background-image:url(../img/xjt4.png);
	background-position:center;
	background-repeat:no-repeat;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#F2F2F2;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .tel{
	width: auto;
}
.foot01 .tel dl dt{
	font-size:0.6rem;
	line-height:1.0rem;
}
.foot01 .tel dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: DIN;
}
.foot01 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .a01 a{
	margin-left:0.5rem;
	position:relative;
}
.foot01 .a01 a .xl{
	width:100px;
	height:100px;
	position:absolute;
	top:44px;
	left:-28px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 a .xl img{
	max-width:100%;
}
.foot01 .a01 a:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	width:33.33%;
	margin-top:1.0rem;
}
.foot02 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.foot02 dl dd{
	font-size:0.6rem;
	line-height:1.2rem;
	color:#666;
}
.foot02 dl dd.mart30{
	margin-top:0.5rem;
}

.foot02 dl dd a{
	color:#666;
}
.foot02 dl dt img{
	max-width:100%;
}
.foot02 dl:last-child{
	width:100%;
	text-align:center;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	border-top:1px solid rgba(0,0,0,0.10);
	padding:1.0rem 5%;
}
.back{
	width:2.0rem;
	height:2.0rem;
	background-color:#D31212;
	border-radius:50%;
	position:fixed;
	bottom:3.0rem;
	right:1.0rem;
	z-index:99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.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;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
}
.nybanner .tex .tex01 dl{
	width:100%;
	float:left;
}
.nybanner .tex .tex01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.nybanner .tex .tex01 dl dd{
	margin-top:0.3rem;
	font-size:0.6rem;
	line-height:1.2rem;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height: auto;
	padding:0.5rem 0;
	overflow:hidden;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height:2.0rem;
	line-height:2.0rem;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:0.5rem 0;
	font-size:0.6rem;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#D31212;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#D31212;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#D31212;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:100%;
	margin-top:1.0rem;
	font-size:0.6rem;
	color:#999;
	display: flex;
	align-items: center;
}
.zlm01 .wz::before{
	width:1.0rem;
	height:1.0rem;
	margin-right:0.3rem;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.nycon{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nycon-l{
	width:100%;
	float:left;
	overflow:hidden;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:0.5rem 1.0rem;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	border-radius:0.5rem;
	margin-top:1.0rem;
	background-color:#D31212;
	color:#FFF;
	transition: all 0.6s;
}
.subNav a{
	color:#FFF;
}
.subNav.mart0{
	margin-top:0px;
}
.subNav::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.currentDd{
	background-color:#D31212;
	color:#FFF;
	border-radius:0.5rem 0.5rem 0 0;
}
.currentDd a{
	color:#FFF;
}
.currentDd::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:0.6rem;
	padding:0.8rem;
	background-color:#F2F2F2;
	border-radius:0 0 16px 16px;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0.5rem 1.0rem;
	font-size:0.8rem;
	border-radius:0.3rem;
	padding-right:0.5rem;
}
.navContent dl dd a::after{
	width:22px;
	height:24px;
	content: '';
	background-image:url(../img/zjt.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.navContent dl dd a:hover::after{
	opacity:1;
}
.navContent dl dd a:hover{
	background-color:#FFF;
}
.navContent dl dd a.cur::after{
	opacity:1;
}
.navContent dl dd a.cur{
	background-color:#FFF;
	color:#D31212;
}

.nycon-r{
	width:100%;
	float:right;
	margin-top:2.0rem;
}
.dlm{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.xlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#D31212;
	font-weight:bold;
}
.fwjs{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.fwjs img{
	max-width:100%;
}
.fwjs2{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display:flex;
}
.fwjs2 div{
	width:100%;
}
.fwys{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fwys ul{
	display:flex;
	flex-wrap:wrap;
}
.fwys ul li{
	width:33.33%;
	text-align:center;
	margin-top:1.0rem;
}

.fwys ul li:nth-child(5n){
	margin-right:0px;
}
.fwys ul li dl dt{
	overflow:hidden;
}
.fwys ul li dl dt img{
	max-width:100%;
	max-height:4.0rem;
}
.fwys ul li dl dd{
	font-size:0.7rem;
	line-height:1.0rem;
	font-weight:bold;
	margin-top:0.5rem;
}
.fwsx{
	width:100%;
	float:left;
	margin-top:20px;
}
.fwsx ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.fwsx ul li{
	width:48.6%;
	height:auto;
}
.fwsx ul li img{
	width:100%;
	height:auto;
	display:block;
}
.jieb{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jieb ul{
	display:flex;
	flex-wrap:wrap;
}
.jieb ul li{
	width:calc(33.4% - 0.3rem);
	border-radius:0.5rem;
	overflow:hidden;
	position:relative;
	margin-right:0.3rem;
}
.jieb ul li:nth-child(3){
	margin-right:0px;
}
.jieb ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jieb ul li:hover img{
	transform: scale(1.05);
}
.jieb ul li .tex{
	width:100%;
	height:2.0rem;
	background-color:#C11A1B;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	text-align:center;
	color:#FFF;
	font-size:0.6rem;
	line-height:2.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ysgl{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ysgl ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.ysgl ul li{
	width:100%;
	background-color:#F2F2F2;
	border-radius:0.5rem;
	overflow:hidden;
	padding:2.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.ysgl ul li:nth-child(4n){
	margin-right:0px;
}
.ysgl ul li .pic{
	overflow:hidden;
}
.ysgl ul li .pic img{
	max-height:4.0rem;
}
.ysgl ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:0.9rem;
	line-height:1.5rem;
	font-weight:bold;
}
.ysgl ul li dl dd{
	font-size:0.7rem;
	line-height:1.5rem;
	color:#666;
}
.ysgl ul li .pic01{
	display:inline-block;
}
.ysgl ul li .pic02{
	display: none;
}
.ysgl ul li:hover .pic01{
	display:none;
}
.ysgl ul li:hover .pic02{
	display:inline-block;
}
.wlwrap{
	width:100%;
	float:left;
	padding-bottom:3.0rem;
	margin-top:3.0rem;
	background-color:#F2F2F2;
}
.kjxz{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.kjxz ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kjxz ul li{
	width:49%;
	margin-top:1.0rem;
	text-align:center;
}
.kjxz ul li img{
	max-width:100%;
}
.kjxz ul li dl dd{
	font-size:0.6rem;
	line-height:1.0rem;
	margin-top:1.0rem;
}
.jjxz{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.jjxz ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.jjxz ul li{
	width: auto;
	text-align:center;
}
.jjxz ul li dl dt{
	overflow:hidden;
}
.jjxz ul li dl dt img{
	max-height:3.0rem;
}
.jjxz ul li dl dd{
	margin-top:1.0rem;
	font-size:0.6rem;
	line-height:1.0rem;
}
.jjxz ul li .hx{
	width:1.0rem;
	height:1px;
	border-bottom:1px dashed #D31212;
	margin-top:1.5rem;
}
.jjxz ul li .pic01{
	display:inline-block;
}
.jjxz ul li .pic02{
	display: none;
}
.jjxz ul li:hover .pic01{
	display:none;
}
.jjxz ul li:hover .pic02{
	display:inline-block;
}
.jjxz ul li:hover dl dd{
	color:#D31212;
}

.jjxz ul li.cur .pic01{
	display:none;
}
.jjxz ul li.cur .pic02{
	display:inline-block;
}
.jjxz ul li.cur dl dd{
	color:#D31212;
}

.xzlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xzlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-radius:0.5rem;
	background-color:#F2F2F2;
	padding:1.0rem;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}
.xzlist ul li:hover{
	background-color:#D31212;
	color:#FFF;
}
.xzlist ul li:hover dl dd{
	color:#FFF;
}
.xzlist ul li img{
	margin-right:1.0rem;
	max-height:4.0rem;
}
.xzlist ul li dl dt{
	font-size:0.9rem;
	line-height:1.5rem;
	font-weight:bold;
}
.xzlist ul li dl dd{
	font-size:0.7rem;
	line-height:1.0rem;
	color:#666;
	margin-top:0.2rem;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav2{
	width:100%; 
	float:left;
	padding-bottom:1.0rem;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.subNav2::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah2.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.currentDd2::after{
	background-image:url(../img/jianh2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent2{
	display: none;
	float:left; 
	width:100%;
	font-size:0.7rem;
	line-height:1.2rem;
	padding-top:0.5rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.25rem 0.6rem;
	text-align:center;
	font-size:0.7rem;
	background: #fff;
	border: 1px solid #E0E0E0;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #D31212;
	border:1px solid #D31212;
	color:#FFF;
}
.fy ul li .cur{
	background: #D31212;
	border:1px solid #D31212;
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.6rem;
	line-height:1.0rem;
	color:#666666;
	margin-top:0.3rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.7rem;
	line-height:1.2rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	    width: 100%;
    height: auto !important;
}
.sxp{
	width:100%;
	float:left;
	height: auto;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}
.sxp .a01{
	width:100%;
	display: flex;
	align-items: center;
	padding:1.0rem 2.2vw;
	font-size:0.7rem;
}
.sxp .a01.jz{
	text-align: right;
}
.sxp .a01 b{
	font-size:0.8rem;
	margin-right:0.5rem;
	min-width:3.0rem;
}
.sxp .a01 a{
	display: flex;
	align-items: center;
}
.sxp .a02{
	width:100%;
	height:3.0rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#D31212;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}
.main2{
	width: 100%;
	float:left;
	padding:0 5%;
}
.abwrap{
	width:100%;
	float:left;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	padding:3.0rem 0;
	font-size:0.8rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
}
.abwrap h1{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	margin-bottom:1.0rem;
}
.nynum{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynum dl{
	width:50%;
	text-align:center;
}
.nynum dl dt{
	font-size:2rem;
	line-height:2;
	font-family: Roboto;
	color:#D31212;
}
.nynum dl dd{
	font-size:0.6rem;
	line-height:1.5rem;
	color:#666;
}
.hzkh{
	width:100%;
	float:left;
}
.hzkh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzkh ul li{
	width:20%;
	height:3.0rem;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzkh ul li:nth-child(5n){
	border-right:0px;
}
.hzkh ul li img{
	max-width:60%;
	max-height:60%;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.fzlc::before{
	width:0.6rem;
	height:100%;
	position:absolute;
	top:0;
	left:calc(50% - 0.3rem);
	background-color:#D31212;
	border-radius:0.5rem;
	content:'';
	z-index:-1;
}
.fzlc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position:relative;
}
.fzlc ul li:nth-child(2n){
	justify-content: flex-start;
}
.fzlc ul li::before{
	width:1.0rem;
	height:4.0rem;
	position:absolute;
	z-index:;
	left:calc(50% - 0.5rem);
	top:calc(50% - 2.0rem);
	background-image:url(../img/xqc.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
}
.fzlc ul li .a01{
	width:46%;
	background-color:#F2F2F2;
	border-radius:0.5rem;
	padding:1.0rem;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fzlc ul li .a01 .jt{
	width:13px;
	height:26px;
	position:absolute;
	left:-13px;
	top:calc(50% - 13px);
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc ul li:nth-child(2n) .jt{
	right:-12px;
	left:auto;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fzlc ul li .a01 .pic{
	width:100%;
}
.fzlc ul li .a01 .pic img{
	max-width:100%;
	height:auto;
}
.fzlc ul li .a01 .tex{
	width:100%;
	margin-top:1.0rem;
}
.fzlc ul li .a01 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-family: DIN;
	color:#D31212;
	margin-bottom:0.5rem;
}
.fzlc ul li .a01 .tex dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
}

.whwrap{
	width:100%;
	float:left;
	padding-top:2.0rem;
	padding-bottom:5.0rem;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wh01{
	width:100%;
	float:left;
}
.wh01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wh01 ul li{
	width:48%;
	padding:1.0rem;
	background-color:rgba(255,255,255,0.1);
	backdrop-filter: blur(12.5px);
	border:1px solid rgba(255,255,255,0.6);
	color:#FFF;
	text-align:center;
	border-radius:0.5rem;
	overflow:hidden;
	margin-top:1.0rem;
}
.wh01 ul li:nth-child(4n){
	margin-right:0px;
}
.wh01 ul li .pic{
	overflow:hidden;
}
.wh01 ul li .pic img{
	max-width:100%;
	max-height:4.0rem;
}
.wh01 ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.wh01 ul li dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
}
.wh01 ul li .pic01{
	display:inline-block;
}
.wh01 ul li .pic02{
	display: none;
}
.wh01 ul li:hover .pic01{
	display:none;
}
.wh01 ul li:hover .pic02{
	display:inline-block;
}
.rcln{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
	border-radius:1.0rem;
	overflow:hidden;
}
.rcln img{
	width:100%;
	height:auto;
	display:block;
}
.rcln .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:0 2.0rem;
	display: flex;
	align-items: center;
	font-size:0.7rem;
	line-height:1.2rem;
	color:#FFF;
}
.rcln .tex div{
	width:80%;
}
.rcln .tex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.rcln .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rc01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.rc01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rc01 ul li{
	width:48%;
	border-radius:16px;
	background-color:#F2F2F2;
	padding:1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.rc01 ul li:nth-child(4n){
	margin-right:0px;
}
.rc01 ul li .pic{
	overflow:hidden;
}
.rc01 ul li .pic img{
	max-width:100%;
	max-height:100%;
	max-height:4.0rem;
}
.rc01 ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:0.6rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.rc01 ul li dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
}
.rc01 ul li .pic01{
	display:inline-block;
}
.rc01 ul li .pic02{
	display: none;
}
.rc01 ul li:hover .pic01{
	display:none;
}
.rc01 ul li:hover .pic02{
	display:inline-block;
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav6{
	width:100%; 
	float:left; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.0rem;
	padding:1.0rem;
	background-color:#F2F2F2;
	border-radius:8px;
	CURSOR: pointer;
	transition: all 0.6s;
}
.subNav6 dl{
	width:auto;
}
.subNav6 dl dt{
	font-size:0.7rem;
	line-height:1.2rem;
	font-weight:bold;
}
.subNav6 dl dd{
	margin-top:0.5rem;
	font-size:0.6rem;
	line-height:1.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.subNav6 dl dd i{
	width:1px;
	height:0.6rem;
	background-color:#666666;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.subNav6 .a01{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	font-size:0.7rem;
	font-weight:bold;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:center;
	border-radius:4px;
	color:#333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}
.subNav6 .a01::after{
	width:0.5rem;
	height:1.0rem;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
	content:'';
}
.subNav6:hover{
	border-radius:8px 8px 0 0;
	background-color:#F2F2F2;
}

.subNav6:hover .a01{
	background-color:#D31212;
	color:#fff;
}
.subNav6:hover .a01::after{
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd6{
	border-radius:8px 8px 0 0;
}
.currentDd6 .a01{
	background-color:#D31212;
	color:#fff;
}
.currentDd6 .a01::after{
	background-image:url(../img/arrow2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size:0.7rem;
	line-height:1.2rem;
	border-radius:0 0 8px 8px;
	background-color:#F2F2F2;
	padding:1.0rem;
}
.navContent6 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent6 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent6 dl dt{
	font-size:0.7rem;
	line-height:1.2rem;
	width:4.0rem;
	font-weight:bold;
	color:#333;
}
.navContent6 dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
	width:calc(100% - 4.0rem);
}
.youshi{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.youshi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.youshi ul li{
	width:100%;
	border-radius:0.5rem;
	background-color:#F2F2F2;
	padding:2.0rem 1.5rem;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.jmtj .tex .tex01 span{font-size:1rem!important;}
.youshi ul li:nth-child(3n){
	margin-right:0px;
}
.youshi ul li .pic{
	overflow:hidden;
}
.youshi ul li .pic img{
	max-width:100%;
	max-height:2.0rem;
}
.youshi ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:0.2rem;
	font-weight:bold;
	font-size:0.8rem;
	line-height:1.5rem;
}
.youshi ul li dl dd{
	font-size:0.7rem;
	line-height:1.2rem;
	color:#666;
}
.youshi ul li:hover{
	background-color:#D31212;
	color:#FFF;
}
.youshi ul li:hover dl dd{
	color:#FFF;
}
.youshi ul li .pic01{
	display:inline-block;
}
.youshi ul li .pic02{
	display: none;
}
.youshi ul li:hover .pic01{
	display:none;
}
.youshi ul li:hover .pic02{
	display:inline-block;
}

.jmtj{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.jmtj img{
	width:100%;
	height:auto;
	display:block;
}
.jmtj .tex{
	width:100%;
	position:absolute;
	left:0;
	top:1.5rem;
	z-index:11;
}
.jmtj .tex .tex01{
	width:90%;
	float:left;
	font-size:0.7rem;
	line-height:1.2rem;
	color:#FFF;
}
.jmtj .tex .tex01 h1{
	margin-bottom:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
}

.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#F2F2F2;
	padding:2.0rem;
	padding-top:1.0rem;
	border-radius:0.5rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:2.0rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div a{
	color:#0171D5;
}
.lx02 ul li dl dt{
	font-size:0.7rem;
	line-height:1.2rem;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:0.5rem;
}
.bk2{
	width:100%;
	line-height:2.0rem;
	height:2.0rem;
	border:0px;
	outline:none;
	padding:0 1.0rem;
	font-size:0.7rem;
	font-family: 思源黑体;
	color:#999;
	border-radius:0.5rem;
}
.anniu2{
	width:8.0rem;
	height:2.0rem;
	background:#000;
	line-height:2.0rem;
	font-size:0.7rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
	border-radius:0.5rem;
}

.cjian{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cjian dl dd{
	margin-top:1.0rem;
}
.cjbk{
	width:100%;
	line-height:2.0rem;
	border:1px solid #E0E0E0;
	border-radius:0.5rem;
	padding:0 1.0rem;
	outline:none;
	color:#999;
	font-size:0.7rem;
}
.cjanniu{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#D31212;
	border-radius:0.5rem;
	text-align:center;
	font-size:0.7rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.cxjs{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.cxjs h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#D31212;
}
.cxjs01{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#F2F2F2;
	border-radius:0.6rem;
	padding:1.0rem;
}
.cxjs01 .a01{
	width:100%;
	float: left;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cxjs01 .a01 .ab01{
	display: flex;
	align-items: center;
	width:auto;
	font-size:0.7rem;
}
.cxjs01 .a01 b{
	color:#D31212;
	margin-left:0.2rem;
}
.cxbk{
	width:auto;
	border:0px;
	background-color:transparent;
	font-size:0.6rem;
	color:#999;
	outline:none;
}
.cxjs01 .a02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
.cxjs01 .a02::before{
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:calc(50% - 2.5px);
	background-color:#E0E0E0;
	content:'';
}
.cxjs01 .a02 .b1{
	width:7.0rem;
	height: auto;
	background-color:#000;
	padding:0.5rem;
	display: flex;
	align-items: center;
	position:relative;
	border-radius:0.5rem;
}
.cxjs01 .a02 .b1 dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#FFF;
	font-weight:bold;
}
.cxjs01 .a02 .b1 dl dd{
	font-size:0.6rem;
	line-height:1.0rem;
	color:rgba(255,255,255,0.6);
}
.cxjs01 .a02 .b1 .jt{
	width:17px;
	height:16px;
	position:absolute;
	left:-17px;
	top:calc(50% - 8px);
	background-image:url(../img/yjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.cxjs01 .a02 .b2{
	width:auto;
	text-align:center;
}
.cxjs01 .a02 .b2 dl dt{
	font-size:0.8rem;
	color:#D31212;
	font-weight:bold;
	line-height:1.5rem;
}
.cxjs01 .a02 .b2 dl dd{
	margin-top:0.3rem;
	font-size:0.6rem;
	line-height:1.0rem;
	color:#999;
	font-weight:bold;
}
.jieg{
	width:100%;
	float:left;
}
.jieg ul{
	display: flex;
	flex-wrap: wrap;
}
.jieg ul li{
	width:100%;
	border-left:4px solid #E0E0E0;
	padding-left:1.0rem;
	position:relative;
	padding-bottom:1.0rem;
}
.jieg ul li::before{
	width:12px;
	height:12px;
	content:'';
	background-image:url(../img/yuan.png);
	background-position:center;
	background-repeat:no-repeat;
	left:-6px;
	top:0px;
	z-index:1;
	display:inline-block;
	position:absolute;
}
.jieg ul li dl dt{
	font-size:0.7rem;
	line-height:1.0rem;
	font-weight:bold;
}
.jieg ul li dl dd{
	font-size:0.7rem;
	line-height:1.0rem;
	color:#666;
	margin-top:0.3rem;
}
.jieg ul li:last-child{
	border-left:0px;
}
.ckcx{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ckcx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ckcx ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.ckbk{
	width:100%;
	height:2.0rem;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #E0E0E0;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
     background: url("../img/xjt001.png") no-repeat scroll top 0.7rem right 0.5rem transparent;
                
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 1.0rem;
	border-radius:0.5rem;
	outline:none;
	font-size:0.7rem;
	font-family: 思源黑体;
}
.ckanniu{
	width:49.23%;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#D31212;
	border-radius:0.5rem;
	color:#FFF;
	font-size:0.7rem;
	cursor:pointer;
	border:0px;
}
.ckanniu2{
	width:49.23%;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#fff;
	border-radius:0.5rem;
	color:#333;
	font-size:0.7rem;
	cursor:pointer;
	border:1px solid #000;
}
.ckcxjg{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#F2F2F2;
	border-radius:0.5rem;
	display: flex;
	padding:1.0rem;
}
.ckcxjg .pic{
	width:55%;
	overflow:hidden;
	margin-right:1.0rem;
}
.ckcxjg .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ckcxjg .tex{
	width:auto;
	font-size:0.7rem;
	line-height:1.2rem;
	color:#666;
}
.ckcxjg .tex h1{
	margin-bottom:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
}

.sxcx{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxcx.jz{
	justify-content: flex-end;
}
.sxcx-l{
	width:4.0rem;
	height:4.5rem;
	border:1px solid #D31212;
	border-radius:0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.sxcx-l dl dt{
	overflow:hidden;
}
.sxcx-l dl dt img{
	max-height:1.0rem;
}
.sxcx-l dl dd{
	font-size:0.6rem;
	line-height:1.0rem;
	color:#D31212;
	font-weight:bold;
}
.sxcx-r{
	width:calc(100% - 4.5rem);
}
.sxcx-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxcx-r ul li{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:10px;
}
.sxcx-r ul li.w100{
	width:100%;
	margin-top:10px;
}
.sxcx.jz .sxcx-r ul li{
	width:49.49%;
}

.cxjg{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border:1px solid #E0E0E0;
	border-radius:0.8rem;
	border-bottom:0px;
	overflow:hidden;
}
.cxjg ul{
	display: flex;
	flex-wrap: wrap;
}
.cxjg ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxjg ul li:first-child{
	background-color:#F2F2F2;
}
.cxjg ul li div{
	width:33.33%;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	padding:1.0rem;
	font-size:0.7rem;
}
.cxjg ul li div:last-child{
	border-right:0px;
}

.login{
	width:100%;
	float:left;
	position:relative;
	
}
.login01{
	width:100%;
	background-color:rgba(0,0,0,0.3);
	backdrop-filter: blur(12.5px);
	padding:1.0rem;
	padding-bottom:2.0rem;
	position:absolute;
	left:0;
	top:7.0rem;
	z-index:3;
}
.login01 h2{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	color:#FFF;
}
.login01 ul.mart0{
	margin-top:0px;
}
.login01 h1{
	padding-bottom:0.5rem;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.login01 h1 i{
	padding-bottom:0.8rem;
	border-bottom:2px solid #FFF;
	color:#FFF;
	font-size:0.9rem;
}
.login01 h1 i a{
	color:#FFF;
}
.login01 h1 i.cur{
	border-bottom:2px solid #FFF;
}
.login01 ul{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
}
.login01 ul li{
	width:100%;
	margin-top:1.0rem;
	position:relative;
	font-size:0.6rem;
	color:#FFF;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.login01 ul li div{
	display:flex;
	align-items: center;
}
.blue{
	color:#0171D5;
}
.dlbk{
	width:100%;
	line-height:2.0rem;
	border:1px solid rgba(255,255,255,0.3);
	padding:0 1.0rem;
	font-size:0.7rem;
	color:#999;
	outline:none;
	display: flex;
	align-items: center;
	background-color:transparent;
	border-radius:4px;
}
.dlbk:hover{
	border:1px solid  #FFF;
}
.dlanniu{
	width:100%;
	height:2.0rem;
	border-radius:4px;
	line-height:2.0rem;
	background-color:#0094FF;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:0.7rem;
	font-weight:bold;
	color:#FFF;
}
.dlanniu2{
	width:100%;
	height:2.0rem;
	border-radius:4px;
	line-height:2.0rem;
	background-color:rgba(255,255,255,0.1);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:0.7rem;
	font-weight:bold;
	color:#FFF;
}
.yzm{
	width:6.0rem;
	height:2.0rem;
	border-radius:4px;
	line-height:2.0rem;
	background-color:#0094FF;
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size:0.7rem;
	font-weight:bold;
	position:absolute;
	right:0;
	top:1px;
	z-index:1;
	color:#FFF;
}
.yzm:hover{
	color:#FFF;
}
.fxk{
	background-color:transparent;
	margin-right:0.5rem;
}

.ckfb{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-radius:0.5rem;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	background-color:#07345B;
}
.ckfb .pic{
	width:100%;
}
.ckfb .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ckfb .tex{
	width:100%;
	padding:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	font-weight:bold;
}
.ckfb .tex .tit{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}











.mart40{
	margin-top:1.0rem;
}
.mart0{
	margin-top:0px;
}
.mart100{
	margin-top:3.0rem;
}


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




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

.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;
}
.sjzwqh .zhuan{
	width:150%;
	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;
}
.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:hover .zhuan{
	opacity:1;
	visibility:visible;
}


.cxjs01 .a01 .ab01 .cc1{
	width:auto;
	position:relative;
}
.cxjs01 .a01 .ab01 .cc1 .xl{
	width:100%;
	position:absolute;
	opacity:0;
	visibility: hidden;
	left:0;
	top:1.0rem;
	font-size:0.7rem;
	line-height:1.5rem;
}
.cxjs01 .a01 .ab01 .cc1:hover .xl{
	opacity:1;
	visibility:visible;
}




}



.swiper {
      width: 100%;
      height:280px;
	  float:left;
	  border-top:1px solid #eee;
    }

    .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 0px) / 2) !important;

      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
    }
	.swiper-slide a{
		width:100%;
		height:100%;
		display: flex;
      justify-content: center;
      align-items: center;
	}
	.swiper-slide.bod01{
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
	}
	.swiper-slide.bod01 img{
		max-width:100%;
		max-height:100%;
	}
	.swiper-pagination{
		bottom:20px;
		top:auto;
	}
