@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	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+,可以是具体的实际链接 */
}
*{
	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:#0A5BA8;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}



@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {
/*底部开始*/
.foot_top{cursor: pointer;position: absolute;left: 50%;width: 50px;height: 25px;margin-left: -25px;bottom: 0;background: url(../images/index6Arrow1.png) no-repeat;z-index: 5555;}
.footer{background-color: #151F2A;width: 100%;position: static;z-index: 300;left: 0;bottom: 0;height: 0;overflow: hidden;z-index: 12;}
.footer.foot_show{height: 630px;overflow: visible;}
.footer.foot_show .foot_top{background-image: url(../images/index6Arrow2.png);bottom: auto;top: -25px;}

.footTop{opacity: 0;-webkit-transform:translateY(150px);-moz-transform:translateY(150px);transform:translateY(150px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}


.footBottom{width: 100%;height: 40px;line-height: 40px;border-top: 1px solid #1a1a1b;text-align: center;font-size: 12px;}
.footBottom *{display: inline-block;vertical-align: middle;color: #666;}
.footBottom .cnzz{padding-left: 30px;}
.footer.foot_show .footTop{opacity: 1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}

.footer,.foot_top{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}
/*底部结束*/

.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 996;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo{
	width: auto;
	height: 80px;
	max-width: 25.5%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 80px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:0.8vw;
	margin-right:0.8vw;
}
.header .innav ul li i{
	background-color: #0A5BA8;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.header .innav ul li a{
	padding:5px 5px;
	white-space: nowrap
}
.header .innav ul li a:hover{
	color: #0A5BA8;
}
.header .innav ul li .cur{
	color: #0A5BA8;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}

.header.yanse{
	background-color: #fff;
	top:0;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:30px;
}
.inr{
	width:auto;
	align-items: center;
	display: flex;
}
.header.yanse .zyw{
	border:1px solid #999999;
}
.header.yanse .zyw a{
	color:#999;
}
.header.yanse.yanse01 .zyw{
	border:1px solid #FFF;
}
.header.yanse.yanse01 .zyw a{
	color:#fff;
}
.zyw{
	width: 40px;
	height: 40px;
	border:1px solid #FFF;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:20px;
}
.zyw a{
	color:#FFF;
}

.chax{
	right:6.33vw; 
	top:80px;
	position: absolute;
	width:300px; 
	z-index:992;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　.aa{
	display: flex;
	width:363px;
	height:44px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color:#258D00;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

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


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

.inmore{
	width:100%;
	float:left;
	margin-top:80px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.inmore.end{
	justify-content: flex-end;
}
.inmore a{
	width:188px;
	height:52px;
	border: 1px solid rgba(255,255,255,0.30);
	background-color:rgba(255,255,255,0.10);
	border-radius:30px;
	position:relative;
	font-size:16px;
	color:#fff;
	line-height:52px;
	padding-left:74px;
	font-weight:bold;
}
.inmore a.bj{
	background-color:#E9EDF0;
	color:#333;
}
.inmore a::after{
	width:44px;
	height:44px;
	position:absolute;
	left:4px;
	top:2px;
	z-index:1;
	content:'';
	background-image:url(../img/xlo.png);
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inmore a:hover::after{
	left:137px;
}
.inmore a:hover{
	padding-left:54px;
}
.sb{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}
.sb dl dt{
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.sb dl dt img{
	width:auto;
	height:auto;
	display:compact;
}
.sb dl dd{
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.sb dl dd img{
	width:auto;
	height:auto;
	display:compact;
}

.index02 .ingy{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .ingy{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-size:cover;
}
.ingy{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ingy-l{
	width:50%;
	height:100%;
	padding-left:8.33vw;
	padding-right:5.0vw;
	padding-top:10%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.ingy-l h1{
	font-size:40px;
	line-height:58px;
}
.ingy-l h2{
	font-size:48px;
	line-height:70px;
	margin-bottom:50px;
	font-weight:normal;
	position:relative;
	display:flex;
}
.ingy-l h2 div{
	position:relative;
	padding:0 20px;
}
.ingy-l h2 div::before{
	width:12px;
	height:31px;
	content:'';
	background-image:url(../img/at01.png);
	background-repeat:no-repeat;
	display: inline-block;
	top:8px;
	left:0;
	position:absolute;
}
.ingy-l h2 div::after{
	width:12px;
	height:31px;
	content:'';
	background-image:url(../img/at02.png);
	background-repeat:no-repeat;
	display: inline-block;
	bottom:8px;
	right:0;
	position:absolute;
}


.ingy-r{
	width:50%;
	height:100%;
	padding-top:10%;
	padding-left:2.5vw;
	padding-right:8.33vw;
	color:#FFF;
}
.ingy-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ingy-r ul li{
	width:auto;
	position:relative;
}
.ingy-r ul li .pic{
	overflow:hidden;
}
.ingy-r ul li dl dt{
	display:flex;
	align-items: flex-end;
	font-size:14px;
	line-height:24px;
	margin-top:10px;
}
.ingy-r ul li dl dt b{
	font-size:48px;
	line-height:56px;
	font-family:Roboto;
}
.ingy-r ul li dl dd{
	font-size:14px;
	line-height:18px;
}

.index03{
	width: 100%;
	float: left;
	background-image:url(../img/ab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.intit{
	width: 100%;
	float:left;
	margin-top:160px;
	font-size:40px;
	line-height:58px;
	color:#fff;
	z-index:22;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 8.33vw;
}
.index03 .intit{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index03.active .intit{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index03 .jslm{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index03.active .jslm{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.jslm{
	width:56%;
	float:left;
}
.jslm ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jslm ul li{
	width:calc(25.4% - 20px);
	margin-right:20px;
	margin-bottom:20px;
	display: flex;
}
.jslm ul li:nth-child(4n){
	margin-right:0px;
}
.jslm ul li a{
	width:100%;
	height:52px;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 50px;
	font-size:14px;
	color:#FFF;
	transition: all 0.6s;
	line-height:52px;
	text-align:center;
}
.jslm ul li a:hover{
	background-color:#258D00;
	border: 1px solid #258D00;
}
.altitle{
	width: 100%;
	float:left;
	margin-top: 150px;
	text-align:center;
	font-size:36px;
	line-height:54px;
	color:#fff;
	font-weight:bold;
}

.index04{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 8.33vw;
}
.index04 .intit2{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index04.active .intit2{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.intit2{
	width:100%;
	float:left;
	margin-top:10%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.intit2 b{
	font-size:40px;
	line-height:58px;
}
.intit2 dl{
	width:50%;
}
.intit2 dl dt{
	font-size:40px;
	line-height:58px;
	font-weight:bold;
}
.intit2 dl dd{
	font-size:14px;
	line-height:28px;
	margin-top:10px;
}
.intit2 .inmore{
	width:auto;
}

.honr{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:0 8.33vw;
	z-index:99;
}
.index05{
	width: 100%;
	float: left;
	position:relative;
}

.index05.active .a01{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.index05 .a01{
	opacity: 0;-webkit-transform:translateY(200px) scale(0.6);-moz-transform:translateY(200px) scale(0.6);transform:translateY(200px) scale(0.6);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index05.active .yylm{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.index05 .yylm{
	opacity: 0;-webkit-transform:translateY(200px) scale(0.6);-moz-transform:translateY(200px) scale(0.6);transform:translateY(200px) scale(0.6);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}

.hyyy{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	font-size:14px;
	line-height:25px;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	opacity:0;
	transition: all 2.6s;
	z-index:0
	
}
.hyyy img{
	width:100%;
	
}
.hyyy.cur{
	opacity:1.0;
	z-index:999;
	
	
}
.hyyy.cur img{
}

.hyyy .a01{
	width:29.125%;
	top:20%;
	position:absolute;
	left:8.33vw;
	z-index:11;
}
.hyyy h1{
	font-size:40px;
	line-height:58px;
	margin-bottom:25px;
}

.yylm{
	width:100%;
	position:absolute;
	bottom:10%;
	left:0;
	z-index:9999;
	padding:0 8.33vw;
}
.yylm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: 1px solid rgba(255,255,255,0.30);
	border-top: 1px solid rgba(255,255,255,0.30);
}
.yylm ul li{
	width:16.6666%;
	height:88px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	transition: all 0.6s;
	font-size:16px;
	color:#FFF;
	background:var(--10,rgba(255,255,255,0.10));
	backdrop-filter: blur(12.5px);
}
.yylm ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	color:#FFF;
}
.yylm ul li img{
	margin-right:20px;
}
.yylm ul li .pic01{
	display:inline-block;
}
.yylm ul li .pic02{
	display: none;
}
.yylm ul li:hover .pic01{
	display:none;
}
.yylm ul li:hover .pic02{
	display:inline-block;
}
.yylm ul li a:hover{
	background: #258D00;
	color:#fff;
}
.yylm ul li.cur{
	background:#258D00;
	color:#fff;
}
.yylm ul li.cur a{
	color:#fff;
}
.yylm ul li.cur .pic01{
	display:none;
}
.yylm ul li.cur .pic02{
	display:inline-block;
}



.index06{
	width: 100%;
	float: left;
	background-image: url(../img/ab04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 8.33vw;
}

.innew{
	width:100%;
	float:left;
	margin-top:55px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew .a01{
	width:33.333%;
}
.innew .a01 .pic{
	overflow:hidden;
	height:100%;
	height:500px;
}
.innew .a01 .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.innew .a01:hover .pic img{
	transform: scale(1.05);
}
.innew .a02{
	width:66.667%;
	background-color:#fff;
}
.innew .a02 ul li{
	width:50%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:40px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	border-right:1px solid rgba(0,0,0,0.10);
	transition: all 0.6s;
	height:250px;
}
.innew .a02 ul li .date{
	width: 100%;
	height:auto;
	display:flex;
	flex-wrap: wrap;
}
.innew .a02 ul li .date i{
	background: #e9edf0;
	border:1px solid #e9edf0;
	border-radius: 4px;
	padding:6px 10px;
	font-size:12px;
	color:#004691;
	transition: all 0.6s;
}

.innew .a02 ul li .tex{
	width:100%;
}
.innew .a02 ul li .tex h1{
	font-size:16px;
	line-height:24px;
	margin-top:20px;
}
.innew .a02 ul li .tex dl dt{
	font-size:12px;
	line-height:21px;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew .a02 ul li .tex dl dd{
	color:#999;
	font-size:12px;
	margin-top:30px;
}
.innew .a02 ul li .tex dl dd a{
	color:#999;
}
.innew .a02 ul li .tex dl dd a::after{
	margin-left:10px;
	content: "\2192";
	vertical-align: middle;
}
.innew .a02 ul li:hover .date i{
	border:1px solid rgba(255,255,255,0.30);
	background-color:transparent;
	color:#FFF;
}
.innew .a02 ul li:hover{
	background-color:#005EB8;
	color:#fff;
}
.innew .a02 ul li:hover a{
	color:#fff;
}
.innew .a02 ul li:hover .tex dl dd a{
	color:#FFF;
}

.foot{
	width: 100%;
	float: left;
	background: #151F2A;
	padding-top: 80px;
}
.bottom{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom .pic{
	overflow:hidden;
	text-align:center;
}
.bottom .pic img{
	max-width:100%;
	height:auto;
}
.bottom .search{
	width:363px;
	height:44px;
	background-color:#FFFFFF;
	border-radius:4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
}
.bottom .search .a01{
	display: flex;
	align-items: center;
	padding:0 20px;
}

.foot01{
	width: 100%;
	float: left;
	margin-top:85px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.foot01-l{
	width:40.875%;
	display:flex;
	flex-wrap: wrap;
}
.foot01-l .a01{
	width:auto;
	text-align:center;
	margin-right:60px;
}
.foot01-l .a01 dl dt{
	overflow:hidden;
}
.foot01-l .a01 dl dd{
	margin-top:10px;
	color:#FFF;
}
.foot01-l .a02{
	width:auto;
}
.foot01-l .a02 dl dd{
	margin-top:17px;
	color:#BDBDBD;
}
.foot01-l .a02 dl dd.mart0{
	margin-top:0px;
}
.foot01-l .a02 dl dt{
	margin-top:17px;
	font-size:32px;
	line-height:38px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.foot01-l .a03{
	width:100%;
	display:flex;
	margin-top:30px;
}
.foot01-l .a03 a{
	margin-right:20px;
	position:relative;
}
.foot01-l .a03 a .b01{
	width:200px;
	position: absolute;
	top:-40px;
	height:40px;
	line-height:40px;
	background-color:#FFF;
	text-align:center;
	font-size:14px;
	z-index:11;
	opacity:0;
	visibility:hidden;
}
.foot01-l .a03 a:hover .b01{
	opacity:1;
	visibility:visible;
}
.foot01-r{
	width:59.125%;
	color:#FFF;
	border-right:1px solid rgba(255,255,255,0.10);
	display:flex;
	justify-content: space-between;
}
.foot01-r dl{
	width:25%;
	border-left:1px solid rgba(255,255,255,0.10);
	text-align:center;
}
.foot01-r dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:13px;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:17px;
	color:#BDBDBD;
}
.foot01-r dl dd a{
	color:#BDBDBD;
}

.foot02{
	width: 100%;
	float: left;
	padding:30px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	color:#BDBDBD;
	border-top:1px solid rgba(255,255,255,0.10);
	margin-top:90px;
}
.foot02 a{
	color: #BDBDBD;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:80px;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color:#FFF;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
}
.nybanner .tex dl dd{
	margin-top:10px;
	font-size:40px;
	line-height:47px;
	font-weight:bold;
}

.zlm{
	width:100%;
	float:left;
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding:15px 0;
}
.zlm ul{
	display:flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	display:flex;
	font-size:14px;
}
.zlm ul li a{
	padding:16px 40px;
	border-radius: 25px;
}
.zlm ul li a:hover{
	background-color:#005EB8;
	color:#FFF;
}
.zlm ul li .cur{
	background-color:#005EB8;
	color:#FFF;
}
.nab{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:14px;
	line-height:28px;
}
.nab img{
	max-width:100%;
}
.nab ul{
	display:flex;
	justify-content: space-between;
	margin-top:50px;
}
.nab ul li{
	width:auto;
	display:flex;
	align-items: center;
}
.nab ul li img{
	margin-right:30px;
}
.nab ul li dl dt{
	font-size:14px;
	line-height:21px;
}
.nab ul li dl dd{
	display:flex;
	align-items: flex-end;
	font-size:14px;
	line-height:40px;
	margin-top:5px;
}
.nab ul li dl dd b{
	font-size:48px;
	line-height:56px;
	font-family: Roboto;
	margin-right:5px;
}
.nab ul li .sx{
	width:1px;
	height:85px;
	background-color:rgba(0,0,0,0.10);
}
.nab2{
	width:100%;
	float:left;
	margin-top:100px;
}
.nab2 h1{
	font-size:40px;
	line-height:58px;
}
.nab2 ul{
	display:flex;
	margin-top:40px;
}
.nab2 ul li{
	width:50%;
	background-color:#E9EDF0;
	padding:80px;
	font-size:14px;
	line-height:28px;
}
.nab2 ul li h1{
	font-size:24px;
	line-height:48px;
}
.nab2 ul li:last-child{
	background-color:#005EB8;
	color:#FFF;
}

.nab3{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/ab03.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height:950px;
}
.nab4{
	width:100%;
	float:left;
	background-image:url(../img/lybj.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height:1272px;
	padding-top:100px;
}
.nab4 h1{
	font-size:40px;
	line-height:58px;
}
.nab4 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
}
.nab4 ul li{
	width:49%;
	background-color:#FFF;
	padding:60px;
	display:flex;
	align-items: flex-start;
	margin-top:30px;
}
.nab4 ul li img{
	margin-right:50px;
}
.nab4 ul li dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.nab4 ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.nab4 ul li .pic01{
	display:inline-block;
}
.nab4 ul li .pic02{
	display: none;
}
.nab4 ul li:hover .pic01{
	display:none;
}
.nab4 ul li:hover .pic02{
	display:inline-block;
}

.nysearch{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:100px;
}
.nysearch div{
	width:100%;
	height: 56px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ssanniu{
	width: 192px;
	height: 48px;
	background: #258D00;
	border-radius: 25px;
	line-height:48px;
	text-align:center;
	color:#FFF;
	border:0px;
	cursor:pointer;
	margin-right:5px;
}
.ssbk{
	width:calc(100% - 212px);
	padding-left:15px;
	margin-left:10px;
	height: 45px;
	line-height:45px;
	border:0px;
	outline:none;
	font-size:14px;
	color:#999;
}

.nycon{
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:80px;
}
.nycon-l{
	width:23%;
	border: 1px solid #E0E0E0;
	padding:30px;
	float:left;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:25px 0;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav i{
	width:12px;
	height:24px;
	background:url(../img/zjt.png) no-repeat center / contain;
}
.currentDd{
	border-bottom:0px solid rgba(0,0,0,0.10);
	color:#0A5BA8;
}
.currentDd a{
	color:#0A5BA8;
}
.currentDd i{
	background:url(../img/zjt2.png) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:30px 0; 
	line-height:40px; 
	font-size:16px;
	line-height:30px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-top:0px;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	padding:0 28px;
}
.navContent dl dd::before{
	font-size: 24px;
	margin-right: 10px;
	color: #DEDEDE;
	vertical-align: middle;
	content: "\2022";
}
.navContent dl dd:hover::before{
	color: #0A5BA8;
}

.navContent dl dd.cur::before{
	color: #0A5BA8;
}
.navContent dl dd.cur a{
	color: #0A5BA8;
}
.nycon-r{
	width:74%;
	float:right;
}
.cplist{
	width:100%;
	float:left;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#E9EDF0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:30px;
}
.cplist ul li:first-child{
	margin-top:0px;
}
.cplist ul li:hover{
	background-color:#005EB8;
}
.cplist ul li .pic{
	width:33.3%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cplist ul li:hover .pic img{
	transform: scale(1.05);
}
.cplist ul li:hover .tex dl dt a{
	color:#FFF;
}
.cplist ul li:hover .tex dl dd a{
	color:#FFF;
}
.cplist ul li:hover .tex dl dd{
	color:#FFF;
}
.cplist ul li .tex{
	width:62.2%;
}
.cplist ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.cplist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cplist ul li .tex dl dd a{
	font-size:12px;
	color:#005EB8;
}
.cplist ul li .tex dl dd a b{
	font-family:'宋体';
	margin-left:10px;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 48px;
	height: 48px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:48px;
	height:48px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #258D00;
	color:#FFF;
	border:1px solid #258D00;
}
.fy ul li .cur{
	background: #258D00;
	color:#FFF;
	border:1px solid #258D00;
}
.proshow{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow .pic{
	width:47.22%;
	overflow:hidden;
}
.proshow .pic.w50{
	width:50%;
}

.proshow .tex{
	width:47%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.proshow .tex.w45{
	width:45.125%;
}
.proshow .tex h1{
	font-size:32px;
	line-height:48px;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:40px;
	color:#333;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ntel{
	display:flex;
	margin-top:45px;
}
.ntel .a1{
	width: 56%;
	height: 56px;
	background: #ffffff;
	border: 1px solid #005EB8;
	border-radius: 30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 4px;
}
.ntel .a1 .rx{
	width:44%;
	height: 48px;
	background: #005EB8;
	border-radius: 25px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size:14px;
	color:#FFF;
}
.ntel .a1 .rx img{
	margin-right:15px;
}
.ntel .a1 .tel{
	width:56%;
	font-size:24px;
	line-height:28px;
	color:#005EB8;
	text-align:center;
	font-weight:bold;
}
.nytit{
	width:100%;
	float:left;
	margin-top:60px;
	height: 68px;
	background: #e9edf0;
	padding:0 40px;
	font-size:20px;
	font-weight:bold;
	line-height:68px;
}
.show01{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.show01 div{
	width:50%;
}
.show01 img{
	max-width:100%;
}
.xzhi{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:80px;
}
.xzhi dl dd{
	font-size:14px;
	line-height:28px;
	margin-top:20px;
	position:relative;
	padding-left:25px;
}
.xzhi dl dd::before{
	font-size: 36px;
	color: #258D00;
	vertical-align: middle;
	content: "\2022";
	top:2px;
	line-height:20px;
	position:absolute;
	left:0;
}

.hylist{
	width:100%;
	float:left;
	margin-top:40px;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hylist ul li{
	width:48.125%;
	border-bottom:1px solid rgba(0,0,0,0.30);
	margin-top:60px;
}
.hylist ul li dl dt{
	overflow:hidden;
}
.hylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:35px 0;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	display:flex;
	justify-content: space-between;
}
.hylist ul li .pic01{
	display:inline-block;
}
.hylist ul li .pic02{
	display: none;
}
.hylist ul li:hover .pic01{
	display:none;
}
.hylist ul li:hover .pic02{
	display:inline-block;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:100px;
	background: #e9edf0;
	padding-bottom:80px;
}
.tjtit{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
	font-size:40px;
	line-height:58px;
	font-weight:bold;
}
.tjpro{
	width:100%;
	float:left;
	margin-top:40px;
}
.tjpro ul{
	display:flex;
	flex-wrap: wrap;
}
.tjpro ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	background-color:#FFF;
}
.tjpro ul li:nth-child(3n){
	margin-right:0px;
}
.tjpro ul li .pic{
	overflow:hidden;
}
.tjpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tjpro ul li .pic:hover img{
	transform: scale(1.05);
}
.tjpro ul li .tex{
	padding:40px;
	text-align:center;
}
.tjpro ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
}
.tjpro ul li .tex dl dd{
	margin-top:20px;
	font-size:12px;
}
.tjpro ul li .tex dl dd a{
	color:#005EB8;
}
.tjpro ul li .tex dl dd a b{
	margin-left:10px;
	font-family:'宋体';
}

.newwrap{
	width:100%;
	float:left;
	background-color:#e9edf0;
	padding-bottom:100px;
}
.newlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#FFF;
	padding:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:25.779%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:66%;
	display: flex;
}
.newlist ul li .tex .date{
	width: 111px;
	height: 107px;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	margin-right:60px;
	min-width:111px;
}
.newlist ul li .tex .date dl dt{
	font-size:46px;
	line-height:54px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .tex .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#666;
}
.newlist ul li .tex .subtex{
	width:auto;
}
.newlist ul li .tex .subtex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
}
.newlist ul li .tex .subtex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .subtex .more{
	display:flex;
	margin-top:40px;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	display:flex;
	justify-content: space-between;
	margin-top:100px;
}
.newshow .xtb{
	width:36px;
	min-width:36px;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:32px;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show{
	width: auto;
	margin-left:80px;
	margin-right:25px;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:12px;
	line-height:16px;
	color:#828282;
	margin-top:34px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
}


.lx01{
	width:100%;
	float:left;
	background:rgba(118, 146, 177, 0.65) linear-gradient(182.86deg, rgba(118, 146, 177, 0.65) 0%, rgba(123, 151, 180, 0) 48.1%);
	padding:80px 0;

}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:25%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:14px;
	padding:0 3.6vw;
	color:#FFF;
	border-left:1px solid rgba(255,255,255,0.6);
}
.lx01 ul li:nth-child(4n){
	margin-right:0px;
}
.lx01 ul li dl p{
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li dl dt{
	margin-top:30px;
	font-size:14px;
}
.lx01 ul li dl dd{
	margin-top:30px;
	font-size:16px;
}
.lx01 ul li dl dd.f24{
	font-size:24px;
	font-family: DIN;
}

.nlx{
	width:100%;
	float:left;
	margin-top:100px;
}
.nlx h1{
	font-size:32px;
	line-height:38px;
}
.nlx h2{
	font-size:24px;
	line-height:28px;
	color:#666;
	margin-top:15px;
}
.nlx01{
	width:100%;
	margin-top:40px;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:20px;
	width:31.9375%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:10px;
}
.bk{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
}
.anniu{
	width: 188px;
	height: 52px;
	background: #E9EDF0 url(../img/xlo.png) no-repeat 3px 4px;
	border-radius: 30px;
	color:#333;
	line-height:52px;
	font-size:14px;
	cursor:pointer;
	border:0px;
	font-weight:bold;
}




.map{
	width:100%;
	float:left;
	margin-top:80px;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}















.blue{
	color:#005EB8;
}
.f20{
	font-size:20px;
}
.mart0{
	margin-top:0px;
}
.mart40{
	margin-top:40px;
}
.mart60{
	margin-top:60px;
}
.mart80{
	margin-top:80px;
}
.mart100{
	margin-top:100px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.footer.foot_show{}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-100px;}

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

.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/close2.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}
	
}
@media (min-width:1361px) and  (max-width:1550px){
.intit2 dl{ width:60%;}

	.ingy-l h1 {
    font-size: 36px;
    line-height: 1.5;
}
	.ingy-l h2 {
    font-size: 32px;
    line-height: 2;}
	.innew .a01 .pic img {
    width: 100%;
    height: auto;}
.innew .a02 ul li{
	padding:20px;
	}
.innew .a02 ul li .tex h1 {
    font-size: 14px;
    line-height: 1.8;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.innew .a02 ul li .tex dl dt{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.intit{
	margin-top: 115px;
	font-size: 32px;
    line-height: 1.5;
	}
.jslm ul li a {
    width: 100%;
    height: 48px;
	line-height: 48px;
	font-size: 13px;
	}
.flexslider2{
	    margin-top: 40px;}
.flexslider2 .slides li .inpro .inpro01 dl dd{
	font-size: 14px;
	}
	}
@media (min-width:1000px) and  (max-width:1360px){

.header .innav ul li{
	margin-left:0.3vw;
	margin-right:0.3vw;
	font-size: 12px;
}
.flexslider2 .slides li .inpro .inpro01 dl dd{
	font-size: 14px;
	}
.flexslider2{
	    margin-top: 30px!Important;}
.zyw{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
}

.ntel .a1{
	width:100%;
}


.ingy-l h1{
	font-size:20px;
}
.ingy-l h2{
	font-size:30px;
}
.ingy-l p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.intit{
	font-size:30px;
	line-height:48px;
	margin-top: 120px;
}
.jslm ul li a{
	height:42px;
	line-height:42px;
	font-size:12px;
}

.intit2 dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hyyy .a01{
	width:70%;
}
.hyyy h1{
	font-size:30px;
}
.yylm ul li{
	height:48px;
}
.inmore{
	margin-top:10px;
}
.intit2 b{
	font-size:30px;
}
.intit2 dl dt{
	font-size:30px;
}
.innew .a02 ul li .tex h1{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innew .a02 ul li .tex dl dt{
	display:none;
}

.foot01-l .a01{
	width:20%;
}
.foot01-l .a01 dl dt img{
	max-width:100%;
}






}




@media (max-width:999px) {

.footer{}
.footer.foot_show{}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	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; 
	left: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:5rem; 
	background:#ffffff;
}
.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 a{
	width:100%;
	float:left;
}
.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: #0A5BA8; 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:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

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

.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.inmore.end{
	justify-content: flex-end;
}
.inmore a{
	width:10rem;
	height:2.6rem;
	border: 1px solid rgba(255,255,255,0.30);
	background-color:rgba(255,255,255,0.10);
	border-radius:1.5rem;
	position:relative;
	font-size:0.8rem;
	color:#fff;
	line-height:2.6rem;
	padding-left:4.0rem;
	font-weight:bold;
}
.inmore a.bj{
	background-color:#E9EDF0;
	color:#333;
}
.inmore a::after{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:0.2rem;
	top:0.2rem;
	z-index:1;
	content:'';
	background-image:url(../img/xlo.png);
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inmore a:hover::after{
	left:7.6rem;
}
.inmore a:hover{
	padding-left:2.5rem;
}
.sb{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}
.sb dl dt{
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.sb dl dt img{
	width:auto;
	height:auto;
	display:compact;
}
.sb dl dd{
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.sb dl dd img{
	width:auto;
	height:auto;
	display:compact;
}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/sjab01.png);
	background-position:center top;
	background-size:cover;
	height:38rem;
}
.ingy{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ingy-l{
	width:100%;
	padding-top:10%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	padding:3.0rem 8.33vw;
}
.ingy-l h1{
	font-size:1.0rem;
	line-height:2.0rem;
}
.ingy-l h2{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:2.0rem;
	font-weight:normal;
	position:relative;
	display:flex;
}
.ingy-l h2 div{
	position:relative;
	padding:0 1.0rem;
}
.ingy-l h2 div::before{
	width:0.5rem;
	height:1.0rem;
	content:'';
	background-image:url(../img/at01.png);
	background-repeat:no-repeat;
	background-size:contain;
	display: inline-block;
	top:0.1rem;
	left:0;
	position:absolute;
}
.ingy-l h2 div::after{
	width:0.5rem;
	height:1.0rem;
	content:'';
	background-image:url(../img/at02.png);
	background-repeat:no-repeat;
	background-size:contain;
	display: inline-block;
	bottom:0.1rem;
	right:0;
	position:absolute;
}
.ingy-l p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ingy-r{
	width:50%;
	height:100%;
	padding-top:10%;
	padding-left:2.5vw;
	padding-right:8.33vw;
	color:#FFF;
	display:none;
}
.ingy-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ingy-r ul li{
	width:auto;
	position:relative;
}
.ingy-r ul li .pic{
	overflow:hidden;
}
.ingy-r ul li dl dt{
	display:flex;
	align-items: flex-end;
	font-size:14px;
	line-height:24px;
	margin-top:10px;
}
.ingy-r ul li dl dt b{
	font-size:48px;
	line-height:56px;
	font-family:Roboto;
}
.ingy-r ul li dl dd{
	font-size:14px;
	line-height:18px;
}

.index03{
	width: 100%;
	float: left;
	background-image:url(../img/sjab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
}
.intit{
	width: 100%;
	float:left;
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
	z-index:22;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 8.33vw;
}


.jslm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.jslm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jslm ul li{
	width:49%;
	margin-bottom:0.5rem;
	display: flex;
}
.jslm ul li a{
	width:100%;
	height:2.5rem;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 1.5rem;
	font-size:0.8rem;
	color:#FFF;
	transition: all 0.6s;
	line-height:2.5rem;
	text-align:center;
}
.jslm ul li a:hover{
	background-color:#258D00;
	border: 1px solid #258D00;
}
.index03 .inmore{
	display:none;
}
.altitle{
	width: 100%;
	float:left;
	margin-top: 3.0rem;
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
	font-weight:bold;
}

.index04{
	width: 100%;
	float: left;
	background-image: url(../img/sjab03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 8.33vw;
	padding-bottom:3.0rem;
}
.intit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.intit2 b{
	font-size:1.2rem;
	line-height:2.0rem;
}
.intit2 dl{
	width:100%;
}
.intit2 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit2 dl dd{
	font-size:14px;
	line-height:28px;
	margin-top:10px;
	display:none;
}
.intit2 .inmore{
	width:100%;
	margin-top:2.0rem;
}


.index05{
	width: 100%;
	float: left;
	position:relative;
}



.hyyy{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
	position:relative;
	display:none;
}
.hyyy img{
	width:100%;
	display:block;
	height:auto;
	transition: all 2.6s;
	opacity:0;
}
.hyyy.cur{
	display:block;
	transition: all 2.6s;
}
.hyyy.cur img{
	opacity:1;
}
.hyyy .a01{
	width:80%;
	top:10%;
	position:absolute;
	left:8.33vw;
	z-index:11;
}
.hyyy .a01 p{
	display:none;
}
.hyyy .a01 .inmore{
	display:none;
}
.hyyy h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.hyyy .a01 p{
	/*display:none;*/
}

.yylm{
	width:100%;
	position:absolute;
	bottom:1.0rem;
	left:0;
	z-index:11;
	padding:0 8.33vw;
}
.yylm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylm ul li{
	width:33.33%;
	height:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	font-size:0.8rem;
	color:#FFF;
	background: rgba(255,255,255,0.10);
	margin-top:0.2rem;
}
.yylm ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	color:#FFF;
}
.yylm ul li img{
	margin-right:0.5rem;
	max-height:1.3rem;
}
.yylm ul li .pic01{
	display:inline-block;
}
.yylm ul li .pic02{
	display: none;
}
.yylm ul li:hover .pic01{
	display:none;
}
.yylm ul li:hover .pic02{
	display:inline-block;
}
.yylm ul li a:hover{
	background: #258D00;
	color:#fff;
}
.yylm ul li.cur{
	background:#258D00;
	color:#fff;
}
.yylm ul li.cur a{
	color:#fff;
}
.yylm ul li.cur .pic01{
	display:none;
}
.yylm ul li.cur .pic02{
	display:inline-block;
}



.index06{
	width: 100%;
	float: left;
	background-image: url(../img/sjab04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:0 8.33vw;
	padding-bottom:3.0rem;
}

.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew .a01{
	width:33.333%;
	display:none;
}
.innew .a01 .pic{
	overflow:hidden;
	height:100%;
}
.innew .a01 .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.innew .a01:hover .pic img{
	transform: scale(1.05);
}
.innew .a02{
	width:100%;
}
.innew .a02 ul li{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:1rem;
	transition: all 0.6s;
	background-color:#fff;
	margin-top:1.0rem;
}
.innew .a02 ul li .date{
	width: 100%;
	height:auto;
	display:flex;
	flex-wrap: wrap;
}
.innew .a02 ul li .date i{
	background: #e9edf0;
	border:1px solid #e9edf0;
	border-radius: 30px;
	padding:0.2rem 0.5rem;
	font-size:0.7rem;
	color:#004691;
	transition: all 0.6s;
}

.innew .a02 ul li .tex{
	width:100%;
}
.innew .a02 ul li .tex h1{
	font-size:0.9rem;
	line-height:1.5;
	margin-top:20px;
}
.innew .a02 ul li .tex dl dt{
	font-size:12px;
	line-height:21px;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.innew .a02 ul li .tex dl dd{
	color:#999;
	font-size:12px;
	margin-top:30px;
	display:none;
}
.innew .a02 ul li .tex dl dd a{
	color:#999;
}
.innew .a02 ul li .tex dl dd a::after{
	margin-left:10px;
	content: "\2192";
	vertical-align: middle;
}
.innew .a02 ul li:hover a{
	color:#fff;
}
.innew .a02 ul li:hover .date i{
	border:1px solid rgba(255,255,255,0.30);
	background-color:transparent;
	color:#FFF;
}
.innew .a02 ul li:hover{
	background-color:#005EB8;
	color:#fff;
}
.innew .a02 ul li:hover .tex dl dd a{
	color:#FFF;
}

.foot{
	width: 100%;
	float: left;
	background: #151F2A;
	padding-top: 2.0rem;
}
.bottom{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom .pic{
	overflow:hidden;
	text-align:center;
	display:none;
}
.bottom .pic img{
	max-width:100%;
	height:auto;
}
.bottom .search{
	width:100%;
	height:2.6rem;
	background-color:#FFFFFF;
	border-radius:4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
}
.bottom .search .a01{
	display: flex;
	align-items: center;
	padding:0 1.0rem;
}

.chaxbk{
	width: calc(100% - 2.6rem);
	height: 2.6rem;
	line-height: 2.6rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	cursor: pointer;
	background-color:#258D00;
	color: #FFFFFF;
	border: 0px;
	outline:none;
	font-size: 0.8rem;
}

.foot01{
	width: 100%;
	float: left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.foot01-l{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.foot01-l .a01{
	width:100%;
	text-align:center;
}
.foot01-l .a01 dl dt{
	overflow:hidden;
}
.foot01-l .a01 dl dt img{
	max-height:8.0rem;
}
.foot01-l .a01 dl dd{
	margin-top:0.5rem;
	color:#FFF;
}
.foot01-l .a02{
	width:100%;
	margin-top:2.0rem;
	text-align:center;
}
.foot01-l .a02 dl dd{
	margin-top:0.5rem;
	color:#BDBDBD;
}
.foot01-l .a02 dl dd.mart0{
	margin-top:0px;
}
.foot01-l .a02 dl dt{
	margin-top:0.5rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.foot01-l .a03{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.foot01-l .a03 a{
	margin-right:0.5rem;
	margin-left:0.5rem;
	position:relative;
}
.foot01-l .a03 a .b01{
	width:8.0rem;
	position: absolute;
	top:-2.5rem;
	height:2.5rem;
	line-height:2.5rem;
	background-color:#FFF;
	text-align:center;
	font-size:0.8rem;
	z-index:11;
	opacity:0;
	visibility:hidden;
}
.foot01-l .a03 a:hover .b01{
	opacity:1;
	visibility:visible;
}
.foot01-r{
	width:100%;
	color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01-r dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01-r dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.foot01-r dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	color:#BDBDBD;
}
.foot01-r dl dd a{
	color:#BDBDBD;
}

.foot02{
	width: 100%;
	float: left;
	padding:1.0rem 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	color:#BDBDBD;
	border-top:1px solid rgba(255,255,255,0.10);
	margin-top:3.0rem;
}
.foot02 a{
	color: #BDBDBD;
}

.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;
	left:0;
	top:0;
	z-index:11;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color:#FFF;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nybanner .tex dl dd{
	margin-top:0.2rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}

.zlm{
	width:100%;
	float:left;
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding:0.5rem 0;
}
.zlm ul{
	display:flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:25%;
	display:flex;
	font-size:0.8rem;
}
.zlm ul li a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	border-radius: 1.5rem;
}
.zlm ul li a:hover{
	background-color:#005EB8;
	color:#FFF;
}
.zlm ul li .cur{
	background-color:#005EB8;
	color:#FFF;
}
.nab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab img{
	max-width:100%;
}
.nab ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nab ul li{
	width:50%;
	display:flex;
	align-items: center;
	margin-top:1.0rem;
}
.nab ul li:nth-child(2n){
	display:none;
}
.nab ul li img{
	margin-right:0.5rem;
	max-height:2.5rem;
}
.nab ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab ul li dl dd{
	display:flex;
	align-items: flex-end;
	font-size:0.8rem;
	line-height:2.0rem;
	margin-top:0.1rem;
}
.nab ul li dl dd b{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Roboto;
	margin-right:0.2rem;
}
.nab ul li .sx{
	width:1px;
	height:85px;
	background-color:rgba(0,0,0,0.10);
}
.nab2{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nab2 h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nab2 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nab2 ul li{
	width:100%;
	background-color:#E9EDF0;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab2 ul li h1{
	font-size:1.0rem;
	line-height:2.0;
}
.nab2 ul li:last-child{
	background-color:#005EB8;
	color:#FFF;
}

.nab3{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/ab03.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height:30rem;
}
.nab4{
	width:100%;
	float:left;
	background-image:url(../img/lybj.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height: auto;
	padding-top:3.0rem;
	padding-bottom:10rem;
}
.nab4 h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nab4 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.nab4 ul li{
	width:100%;
	background-color:#FFF;
	padding:1.0rem;
	display:flex;
	align-items: flex-start;
	margin-top:1.0rem;
}
.nab4 ul li img{
	margin-right:1.0rem;
	max-height:4.0rem;
}
.nab4 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.nab4 ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nab4 ul li .pic01{
	display:inline-block;
}
.nab4 ul li .pic02{
	display: none;
}
.nab4 ul li:hover .pic01{
	display:none;
}
.nab4 ul li:hover .pic02{
	display:inline-block;
}

.nysearch{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:2.0rem;
}
.nysearch div{
	width:100%;
	height: 2.6rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ssanniu{
	width: 8.0rem;
	height: 2.4rem;
	background: #258D00;
	border-radius: 25px;
	line-height:2.4rem;
	text-align:center;
	color:#FFF;
	border:0px;
	cursor:pointer;
	margin-right:0.2rem;
}
.ssbk{
	width:calc(100% - 10.0rem);
	padding-left:0.5rem;
	margin-left:1rem;
	height: 2.4rem;
	line-height:2.4rem;
	border:0px;
	outline:none;
	font-size:0.8rem;
	color:#999;
}

.nycon{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}
.nycon-l{
	width:100%;
	border: 1px solid #E0E0E0;
	padding:0.5rem 1.0rem;
	float:left;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:0.4rem 0;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:0.9rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav i{
	width:0.5rem;
	height:1.0rem;
	background:url(../img/zjt.png) no-repeat center / contain;
}
.currentDd{
	border-bottom:0px solid rgba(0,0,0,0.10);
}
.currentDd i{
	background:url(../img/zjt2.png) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem 0; 
	font-size:0.8rem;
	line-height:1.5rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding-top:0px;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	padding:0 1.0rem;
}
.navContent dl dd::before{
	font-size: 1.0rem;
	margin-right: 0.5rem;
	color: #DEDEDE;
	vertical-align: middle;
	content: "\2022";
}
.navContent dl dd:hover::before{
	color: #0A5BA8;
}
.navContent dl dd.cur::before{
	color: #0A5BA8;
}
.navContent dl dd.cur a{
	color: #0A5BA8;
}
.nycon-r{
	width:100%;
	float:right;
	margin-top:2.0rem;
}
.cplist{
	width:100%;
	float:left;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#E9EDF0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
padding-right:0.8rem;
}
.cplist ul li:first-child{
	margin-top:0px;
}
.cplist ul li:hover{
	background-color:#005EB8;
}
.cplist ul li .pic{
	width:33.3%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cplist ul li:hover .pic img{
	transform: scale(1.05);
}
.cplist ul li:hover .tex dl dt a{
	color:#FFF;
}
.cplist ul li:hover .tex dl dd a{
	color:#FFF;
}
.cplist ul li:hover .tex dl dd{
	color:#FFF;
}
.cplist ul li .tex{
	width:62.2%;
}
.cplist ul li .tex dl dt{
	font-size:0.9rem;
	line-height:1.5;
	font-weight:bold;
}
.cplist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.cplist ul li .tex dl dd a{
	font-size:12px;
	color:#005EB8;
}
.cplist ul li .tex dl dd a b{
	font-family:'宋体';
	margin-left:10px;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #258D00;
	color:#FFF;
	border:1px solid #258D00;
}
.fy ul li .cur{
	background: #258D00;
	color:#FFF;
	border:1px solid #258D00;
}
.proshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow .pic{
	width:100%;
	overflow:hidden;
}
.proshow .pic.w50{
	width:100%;
}
.proshow .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.proshow .pic:hover img{
	transform: scale(1.05);
}
.proshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.proshow .tex.w45{
	width:100%;
}
.proshow .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-bottom:1.0rem;
	color:#333;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ntel{
	display:flex;
	margin-top:45px;
}
.ntel .a1{
	width: 100%;
	height: 2.6rem;
	background: #ffffff;
	border: 1px solid #005EB8;
	border-radius: 1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 4px;
}
.ntel .a1 .rx{
	width:44%;
	height: 2.2rem;
	background: #005EB8;
	border-radius: 1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size:0.8rem;
	color:#FFF;
}
.ntel .a1 .rx img{
	margin-right:0.5rem;
}
.ntel .a1 .tel{
	width:56%;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#005EB8;
	text-align:center;
	font-weight:bold;
}
.nytit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: 2.5rem;
	background: #e9edf0;
	padding:0 1.0rem;
	font-size:1.0rem;
	font-weight:bold;
	line-height:2.5rem;
}
.show01{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.show01 div{
	width:100%;
}
.show01 img{
	max-width:100%;
}
.xzhi{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.xzhi dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	position:relative;
	padding-left:1.0rem;
}
.xzhi dl dd::before{
	font-size: 1.2rem;
	color: #258D00;
	vertical-align: middle;
	content: "\2022";
	top:2px;
	line-height:20px;
	position:absolute;
	left:0;
}

.hylist{
	width:100%;
	float:left;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hylist ul li{
	width:48.125%;
	border-bottom:1px solid rgba(0,0,0,0.30);
	margin-top:2.0rem;
}
.hylist ul li dl dt{
	overflow:hidden;
}
.hylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:1.0rem 0;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.hylist ul li dl dd img{
	max-height:1.5rem;
}
.hylist ul li .pic01{
	display:inline-block;
}
.hylist ul li .pic02{
	display: none;
}
.hylist ul li:hover .pic01{
	display:none;
}
.hylist ul li:hover .pic02{
	display:inline-block;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #e9edf0;
	padding-bottom:3.0rem;
}
.tjtit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.tjpro{
	width:100%;
	float:left;
}
.tjpro ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tjpro ul li{
	width:48%;
	background-color:#FFF;
	margin-top:1.0rem;
}
.tjpro ul li:nth-child(3n){
	margin-right:0px;
}
.tjpro ul li .pic{
	overflow:hidden;
}
.tjpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.tjpro ul li .pic:hover img{
	transform: scale(1.05);
}
.tjpro ul li .tex{
	padding:2.0rem 1.0rem;
	text-align:center;
}
.tjpro ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.tjpro ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.5rem;
}
.tjpro ul li .tex dl dd a{
	color:#005EB8;
}
.tjpro ul li .tex dl dd a b{
	margin-left:0.5rem;
	font-family:'宋体';
}

.newwrap{
	width:100%;
	float:left;
	background-color:#e9edf0;
	padding-bottom:3.0rem;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#FFF;
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width:25.779%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:66%;
	display: flex;
}
.newlist ul li .tex .date{
	width: 111px;
	height: 107px;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	margin-right:60px;
	min-width:111px;
	display:none;
}
.newlist ul li .tex .date dl dt{
	font-size:46px;
	line-height:54px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .tex .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#666;
}
.newlist ul li .tex .subtex{
	width:auto;
}
.newlist ul li .tex .subtex dl dt{
	font-size:0.9rem;
	line-height:1.5;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .subtex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex .subtex .more{
	display:flex;
	margin-top:40px;
	display:none;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
	display:flex;
	justify-content: space-between;
	margin-top:3.0rem;
}
.newshow .xtb{
	width:1.5rem;
	min-width:1.5rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show{
	width: auto;
	margin-left:1.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#828282;
	padding-bottom:0.5rem;
	border-bottom:1px solid #eee;
	margin-top:1.0rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
}


.lx01{
	width:100%;
	float:left;
	background:rgba(118, 146, 177, 0.65) linear-gradient(182.86deg, rgba(118, 146, 177, 0.65) 0%, rgba(123, 151, 180, 0) 48.1%);
	padding:2.0rem 0;

}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	padding:1.5rem 3.6vw;
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,0.6);
}
.lx01 ul li:first-child{
	padding-top:0px;
}
.lx01 ul li:nth-child(4n){
	margin-right:0px;
}
.lx01 ul li dl p{
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li dl p img{
	max-height:2.0rem;
}
.lx01 ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
}
.lx01 ul li dl dd{
	margin-top:1.0rem;
	font-size:1.0rem;
}
.lx01 ul li dl dd.f24{
	font-size:1.2rem;
	font-family: DIN;
}

.nlx{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nlx h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nlx h2{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.5rem;
}
.nlx01{
	width:100%;
	margin-top:1.0rem;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:0.5rem;
}
.bk{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #E9EDF0;
	border-radius: 1.5rem;
	color:#333;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
	font-weight:bold;
}




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















.blue{
	color:#005EB8;
}
.f20{
	font-size:1.0rem;
}
.mart0{
	margin-top:0px;
}
.mart40{
	margin-top:1.0rem;
}
.mart60{
	margin-top:2.0rem;
}
.mart80{
	margin-top:2.0rem;
}
.mart100{
	margin-top:1.5rem;
}
.dingw{ width:100%; float:left; margin-top:-4rem;}



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



}
































