@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'思源黑体';
	margin:auto
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: soucn;
	src: url('../font/ CN-Medium.otf'),
	url('../font/ CN-Medium.otf'); /* 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.0s;
	}
a:hover{
	color:#1E84E4;
	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: #004F99;
}
.header.yanse.yanse01 .cur{
	color: #004F99;
}
.header.yanse .zyw a{
	color:#333;
}
.header.yanse .pic01{
	display: none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #333;
}

.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;}

@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: 55;}
.footer{background-color: #0d2c5b;width: 100%;position: static;z-index: 300;left: 0;bottom: 0;height: 0;overflow: hidden;z-index: 55;}
.footer.foot_show{height: 620px;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: 100%;
	float:left;
	padding: 0px 8.33vw;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 996;
	padding:0 8.33vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	width: 157px;
	height: 80px;
	max-width: 9.8125%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.header .logo a{
	display:flex;
	align-items: center;
	max-width:100%;
}
.header .logo img{
	width:auto;
	height:auto;
	max-width: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;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:1.8vw;
	margin-right:1.8vw;
}
.header .innav ul li a{
	padding:15px 0;
}
.header .innav ul li i{
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 4px);
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
	border-radius:50%;
}
.innav ul li:hover i{
	opacity:1;
}
.header.yanse .innav ul li:hover i{
	opacity:1;
	background-color:#1E84E4;
}
.header.yanse.yanse01 .innav ul li:hover i{
	opacity:1;
	background-color:#1E84E4;
}
.header.yanse .cur i{
	opacity:1;
	background-color:#1E84E4;
}
.header.yanse.yanse01 .cur i{
	opacity:1;
	background-color:#1E84E4;
}


.header .innav ul li:last-child a{
	margin-right: 0px;
}

.header.yanse{
	background-color: #fff;
	top:0;
}
.header.yanse.yanse01{
	background-color: #fff;
	top:0px;
}
.intop-r{
	width:auto;
	display: flex;
	align-items: center;
}
.insearch{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #bdbdbd;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.zyw{
	width: 40px;
	height: 40px;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:20px;
}
.zyw a{
	color:#FFF;
}

.header.yanse .insearch{
	border: 1px solid #999999;
}
.header.yanse .inbk{
	color:#999;
}
.header.yanse.yanse01 .insearch{
	border: 1px solid #bdbdbd;
}
.header.yanse.yanse01 .inbk{
	color:#999;
}

.index01{
	width: 100%;
	float: left;
}

.index02{
	width: 100%;
	float: left;
}
.index02 .a01 .tex{
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 .a01 .tex{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);
}
.index02 .inmore{
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 .inmore{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);
}

.infa{
	width:100%;
	float:left;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .infa .a01{
	width:50%;
	height:100%;
	background-image:url(../img/a01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10% 7.3vw;
}
.index02 .infa .a01.deg{
	background-image:url(../img/a02.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;

}
.index02 .infa .a01 .tex{
	display:flex;
	align-items: center;
	color:#FFF;
}
.index02 .infa .a01 .tex b{
	font-size:70px;
	line-height:110px;
	margin-right:10px;
	text-transform:uppercase;
}
.index02 .infa .a01 .tex dl dt{
	font-size:32px;
	line-height:46px;
}
.index02 .infa .a01 .tex dl dd{
	font-size:14px;
	line-height:28px;
}
.inmore{
	display:flex;
	width:100%;
	float:left;
	margin-top:60px;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	width: 176px;
	height: 56px;
	border: 1px solid #ffffff;
	position:relative;
	color:#FFF;
}
.inmore a .wben{
	width:100%;
	height:56px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a .wben i{
	width:14px;
	height:14px;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
}
.inmore a .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#1256BC;
	transition: all 0.6s;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover{
	border:1px solid #1256BC;
	color:#FFF;
}
.inmore a.cur .mask{
	width:100%;
}
.inmore a.cur{
	border:1px solid #1256BC;
	color:#FFF;
}

.index03 .rjtit{
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 .rjtit{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index03 .yylm{
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 .yylm{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index03{
	width: 100%;
	float: left;
	background-image:url(../img/abj01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rjtit{
	width:100%;
	float:left;
	margin-top:10%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
	text-align:center;
}
.rjtit01{
	width:auto;
	padding:15px;
	border:1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:80px;
}

.rjtit dl{
	margin-left:5px;
	margin-right:5px;
}
.rjtit dl a{
	color:#FFF;
}
.rjtit dl dt{
	font-size:20px;
	line-height:30px;
}
.rjtit dl dd{
	margin-top:15px;
}
.rjtit .pic01{
	display:inline-block;
}
.rjtit .pic02{
	display: none;
}
.rjtit .rjtit01 div:hover .pic01{
	display:none;
}
.rjtit .rjtit01 div:hover .pic02{
	display:inline-block;
}
.rjtit .cur .pic01{
	display:none;
}
.rjtit .cur .pic02{
	display:inline-block;
}

.cppz{
		width: 100%;
		float: left;
		margin-top: 50px;
		height: 500px;
		border: 0px;
}

.index04{
	width: 100%;
	float: left;
	background-image:url(../img/abj02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}

.index04 .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;
}
.index04.active .intit{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);
}

.intit{
	width:100%;
	float:left;
	margin-top:7%;
}
.intit dl dt{
	text-align:center;
	font-size:40px;
	line-height:60px;
	color:#FFF;
	font-family: soucn;
	font-weight:bold;

}
.intit dl dd{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
}
.intit dl dd a{
	padding:12px 62px;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 50px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	margin-left:15px;
	margin-right:15px;
}
.intit dl dd a:hover{
	background: #1256bc;
}


.index05 .innewtit{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index05.active .innewtit{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);
}
.index05{
	width: 100%;
	float: left;
	background-image: url(../img/abj03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.innewtit{
	width:100%;
	float:left;
	position:absolute;
	left:8.33vw;
	top:20px;
	z-index:2;
	color:#FFF;
}
.innewtit dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
	font-family: soucn;
}
.innewtit dl dd{
	font-size:14px;
	line-height:28px;
}


.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/hzbg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.index06 .inmore{
	position:absolute;
	bottom:10vh;
	left:0;
	z-index:11;
}
.index06.active .intitle{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.index06 .intitle{
	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;
}

.intitle{
	width:100%;
	float:left;
	text-align:center;
	top:15%;
	left:0;
	z-index:11;
	position:absolute;
	color:#FFF;
}
.intitle dl dt{
	font-size:40px;
	line-height:60px;
	
	font-family: soucn;
	font-weight:bold;
}
.intitle dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:24px;
}

.injjfa{
	width:100%;
	float:left;
}
.injjfa img{
	width:100%;
	height:auto;
	display:block;
}

.foot{
	width: 100%;
	float: left;
	background: #0d2c5b url(../img/fotbj.png) no-repeat center;
	background-size:cover;
	padding-top: 80px;
}
.bottom{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:50px;
}
.bottom .fx{
	width:auto;
	display: flex;
	align-items: center;
}
.bottom .fx a{
	margin-left:30px;
	display:flex;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:60px;
}
.foot01 dl dt{
	font-size:16px;
	line-height:21px;
	margin-bottom:10px;
	color:#FFF;
	font-weight:bold;
}
.foot01 dl dd{
	font-size:14px;
	line-height:16px;
	color:rgba(255,255,255,0.60);
	margin-top:20px;
}
.foot01 dl dd a{
	color:rgba(255,255,255,0.60);
}
.foot01 .a01{
	width:18%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 .a01 dl{
	width:50%;
	text-align:center;
}
.foot01 .a01 dl dt img{
	max-width:80%;
}
.foot01 .a02{
	width:65%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot02{
	width:100%;
	float:left;
	padding:30px 8.33vw;
	color:rgba(255,255,255,0.30);
	font-size:14px;
	line-height:18px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02 a{
	color:rgba(255,255,255,0.30);
}

.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;
	color:#FFF;
}
.nybanner .tex.black{
	justify-content: flex-end;
	text-align:right;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:56px;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:16px;
	line-height:35px;
	margin-top:20px;
}
.sb{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:50px;
}
.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;
}
.nab{
	width:100%;
	float:left;
	background-image:url(../img/nab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nab01{
	width:100%;
	float:left;
	background-image:url(../img/nab01.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:58.9% auto;
	padding:155px 8.33vw;
	display:flex;
}
.nab01 .tex{
	width:52%;
	font-size:14px;
}
.nab01 .tex .a01{
	width:100%;
	
}
.nab01 .tex .a01 h1{
	font-size:40px;
	line-height:58px;
}
.nab01 .tex .a01 dl dt{
	margin-top:10px;
	font-size:16px;
	line-height:24px;
	color:#666;
}
.nab01 .tex .a01 dl dd{
	display:flex;
	margin-top:30px;
	margin-bottom:40px;
}
.nab01 .tex .a01 dl dd i{
	width:50px;
	height:4px;
	background-color:#1256bc;
}
.nab01 .tex .a02{
	width:100%;
	margin-top:80px;
}
.nab01 .tex .a02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01 .tex .a02 ul li{
	display:flex;
}
.nab01 .tex .a02 ul li dl dt{
	display:flex;
	align-items: flex-start;
	font-size:14px;
	line-height:20px;
}
.nab01 .tex .a02 ul li dl dt b{
	font-size:40px;
	line-height:47px;
	color:#1256BC;
}
.nab01 .tex .a02 ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.nab01 .tex .a02 ul li .sx{
	width:1px;
	height:75px;
	background-color:rgba(0,151,255,0.30);
}
.wenh{
	width:100%;
	float:left;
	margin-top:100px;
}
.wenh h1{
	font-size:36px;
	line-height:52px;
}
.wenh ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
}
.wenh ul li{
	width:32%;
	position:relative;
	overflow:hidden;
}
.wenh ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.wenh ul li:hover img{
	transform: scale(1.05);
}
.wenh ul li .tex{
	width:calc(100% - 80px);
	background: rgba(255,255,255,0.80);
	border-radius: 12px;
	backdrop-filter: blur(12.5px);
	padding:50px 30px;
	text-align:center;
	position:absolute;
	left:40px;
	bottom:40px;
	transition: all 0.6s;
	z-index:11;
}
.wenh ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
}
.wenh ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	min-height:56px;
}
.wenh ul li:hover .tex{
	background: #1256bc;
	color:#FFF;
}

.nab02{
	width:100%;
	float:left;
	padding:235px 8.33vw;
	margin-top:100px;
	background-image:url(../img/nab03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	color:#FFF;
}
.nab02 div{
	width:49.5%;
	padding:70px;
	background-color:#1256BC;
	border-radius: 12px;
	font-size:14px;
	line-height:28px;
}
.nab02 div h1{
	font-size:32px;
	line-height:48px;
	margin-bottom:30px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
}
.nytit dl dt{
	font-size:36px;
	line-height:52px;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display:flex;
}
.nytit dl dd div{
	width:61.5277%;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding:100px 8.33vw;
}
.inwrap.padt60{
	padding-top:60px;
}
.proshow{
	width:100%;
	float:left;
	margin-top:80px;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:90px;
	background-color:#f2f2f2;
	position: relative;
	text-align:center;
	height:50vw;
	min-height:950px;
	
}
.proshow img{
	max-width:100%;
	height:auto;
	display: inline-block;
}
.proshow .a01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.proshow .a01 div{
	width:58.6458%;
	text-align:center;
	font-size:14px;
	line-height:28px;
}
.proshow h1{
	font-size:16px;
	line-height:20px;
	color:#1256BC;
	text-transform:uppercase;
}
.proshow h2{
	font-size:48px;
	line-height:70px;

	margin-top:16px;
	margin-bottom:20px;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.nytit2 dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.nytit2 dl dd{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:24px;
}
.nytit2 dl dd div{
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:28px;
}
.proshow2{
	width:100%;
	float:left;
	margin-top:50px;
	margin-bottom:50px;
}
.proshow2 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow2 ul li{
	width:auto;
	text-align:center;
	display:flex;
}
.proshow2 ul li dl dt{
	overflow:hidden;
}
.proshow2 ul li dl dt img{
	width:auto;
	height:auto;
	display:inline-block;
}
.proshow2 ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
}
.proshow2 ul li p{
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:10px;
}
.proshow2 ul li .sx{
	width:1px;
	height:95px;
	background-color:rgba(0,0,0,0.10);
}
.proshow3{
	width:100%;
	float:left;
	background-image:url(../img/cdb01.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: contain;
	height: auto;
}

.nywrap{
	width:100%;
	float:left;
	background: #eff0f0;
	padding:100px 8.33vw;
}
.nytit3{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nytit3 b{
	font-size:36px;
	line-height:52px;
}
.nytit3 a{
	padding:16px 56px;
	background-color:#FFF;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	margin-left:10px;
	font-size:16px;
}
.nytit3 a:hover{
	background: #1256bc;
	border: 1px solid #1256bc;
	color:#FFF;
}
.nytit3 a.cur{
	background: #1256bc;
	border: 1px solid #1256bc;
	color:#FFF;
}

.xncs{
	width:100%;
	float:left;
	margin-top:50px;
	background-color:#FFF;
	border-radius:15px;
	overflow:hidden;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xncs-l{
	width:51%;
	height:100%;
}
.xncs-l img{
	width:100%;
	height:100%;
	display:block;
}
.xncs-r{
	width:49%;
	padding:40px 50px;
	padding-top:15px;
}
.xncs-r ul{
	display:flex;
	flex-wrap: wrap;
	align-content: space-around;
	height:100%;
}
.xncs-r ul li{
	width:100%;
	padding:25px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:16px;
}
.xncs-r ul li i{
	color:#666;
}
.xncs-r ul li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}
.zlxz{
	width:100%;
	float:left;
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.zlxz a{
	width: 174px;
	height: 54px;
	background: #ffffff;
	border-radius: 4px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
}
.zlxz a img{
	margin-right:10px;
}

.proshow4{
	width:100%;
	float:left;
	background-image:url(../img/cdb02.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	padding:100px 8.33vw;
}
.proshow4 h1{
	font-size:36px;
	line-height:52px;
	color:#FFF;
}

.szlm{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.szlm a{
	padding:15px 70px;
	background: #ffffff;
	border-radius: 50px;
	margin-left:10px;
	margin-right:10px;
}
.szlm a:hover{
	background: #1256bc;
	color:#FFF;
}
.szlm a.cur{
	background: #1256bc;
	color:#FFF;
}
.smwz{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.smwz div{
	width:78.194%;
	text-align:center;
	font-size:14px;
	line-height:28px;
}

.szlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.szlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.szlist ul li{
	width:calc(50% - 17px);
	overflow:hidden;
	border-radius:15px;
	background-color:#FFF;
	margin-top:40px;
}
.szlist ul li .pic{
	overflow:hidden;
}
.szlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.szlist ul li:hover .pic img{
	transform: scale(1.05);
}
.szlist ul li .tex{
	padding:60px;
}
.szlist ul li .tex dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.szlist ul li .tex dl dd{
	font-size:14px;
	line-height:28px;
	margin-top:20px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.szlist ul li .tex .more{
	display:flex;
	margin-top:40px;
}
.szlist ul li .tex .more a{
	font-size:12px;
	color:#1256BC;
	display:flex;
	align-items:center;
}
.szlist ul li .tex .more a b{
	font-family:'宋体';
	margin-left:10px;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;	
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.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: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #1256BC;
	border:1px solid #1256BC;
	color:#FFF;
}
.fy ul li .cur{
	background: #1256BC;
	border:1px solid #1256BC;
	color:#FFF;
}

.szshow{
	width:100%;
	float:left;
	margin-top:80px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	position:relative;
}
.szshow img{
	width:100%;
	height:auto;
	display:block;
}
.szshow01{
	background: rgba(255,255,255,0.80);
	border: 1px solid #ffffff;
	border-radius: 16px;
	backdrop-filter: blur(12.5px);
	padding:50px 130px;
	width:calc(100% - 16.66vw);
	float:left;
	position:absolute;
	left:8.33vw;
	bottom:-100px;
	z-index:11;
}

.yyjz{
	width:100%;
	float: left;
	margin-top:180px;
}
.yyjz h1{
	font-size:48px;
	line-height:70px;
	text-align:center;
}
.xtkj{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#419ecc, #014d87 100%);
	padding:100px 8.33vw;
	margin-top:100px;
}
.xtkj h1{
	font-size:48px;
	line-height:70px;
	text-align:center;
	color:#FFF;
}
.xtkj01{
	width:100%;
	float:left;
	margin-top:50px;
	background: #ffffff;
	border-radius: 16px;
	padding:0px;
}
.xtkj01 img{
	width:100%;
	height:auto;
	display:block;
}

.gntit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.gntit dl dt{
	font-size:48px;
	line-height:70px;
	font-weight:bold;
}
.gntit dl dd{
	margin-top:30px;
	display: flex;
	justify-content: center;
	font-size:14px;
	line-height:28px;
}
.gntit dl dd div{
	width:100%;
}
.gnlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.gnlist ul{
	display: flex;
	flex-wrap: wrap;
}
.gnlist ul li{
	width:calc(25.0% - 30px);
	margin-right:30px;
	padding:60px;
	background-color:#FFF;
	border-radius: 12px;
	margin-top:30px;
	text-align:center;
}
.gnlist ul li:nth-child(4n){
	margin-right:0px;
}
.gnlist ul li .pic{
	overflow:hidden;
}
.gnlist ul li .pic img{
	max-height:56px;
}
.gnlist ul li dl dt{
	margin-top:40px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:5px;
}
.gnlist ul li dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:25px;
}

.allist{
	width:100%;
	float:left;
}
.allist ul{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(33.5% - 40px);
	margin-right:40px;
	overflow:hidden;
	background-color:#fff;
	border-radius:10px;
	margin-top:60px;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li .pic{
	overflow:hidden;
	position:relative;
	max-height:380px;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .pic h1{
	height: 44px;
	background: rgba(0,0,0,0.15);
	padding:0 40px;
	font-size:14px;
	color:#FFF;
	line-height:44px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	width:100%;
}
.allist ul li .tex{
	padding:30px 40px;
}
.allist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
}
.allist ul li .tex dl dt i{
	color:#04A98D;
}
.allist ul li .tex dl dd{
	display:flex;
	flex-wrap: wrap;
	margin-top:10px;
}
.allist ul li .tex dl dd em{
	width:32%;
	height:30px;
	background: #1256bc;
	border-radius: 20px;
	font-size:12px;
	color:#FFF;
	margin-top:10px;
	margin-right:1%;
	text-align:center;
	line-height:30px;
}
.altit{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.altit dl dt{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.altit dl dd{
	margin-top:30px;
	display:flex;
	flex-wrap: wrap;
}
.altit dl dd em{
	padding:6px 16px;
	margin-right:10px;
	background: #1256bc;
	border-radius: 20px;
	color:#FFF;
	font-size:14px;
}
.altit .subtit{
	width:auto;
	font-size:32px;
	line-height:46px;
	color:#1256BC;
	font-weight:bold;
}
.altex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	line-height:32px;
}
.altex ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;
}
.altex ul li{
	width:calc(50% - 15px);
	overflow:hidden;
}
.altex ul li img{
	width:100%;
	height:auto;
	display:block;
}
.search{
	width:100%;
	float:left;
	padding:30px 60px;
	background: #ffffff;
	border-radius: 16px;
}
.search01{
	height: 60px;
	border: 1px solid #1256bc;
	border-radius: 4px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ss{
	width: 60px;
	height: 60px;
	background: #1256bc;
	display:flex;
	align-items: center;
	justify-content: center;
}
.ssbk{
	width:calc(100% - 60px);
	line-height:30px;
	border:0px;
	outline:none;
	padding:0 20px;
	color:#666;
	font-family:'微软雅黑';
}
.fwlm{
	width:100%;
	float:left;
	margin-top:20px;
}
.fwlm ul{
	display:flex;
	flex-wrap: wrap;
}
.fwlm ul li{
	width: calc(14.5% - 30px);
	margin-right:30px;
	margin-top:30px;
	display:flex;
}
.fwlm ul li:nth-child(7n){
	margin-right:0px;
}
.fwlm ul li a{
	padding:16px 0;
	width:100%;
	background: #ffffff;
	border-radius: 50px;
	text-align:center;
}
.fwlm ul li a.cur{
	background: #1256bc;
	color:#FFF;
}
.fwlm ul li a:hover{
	background: #1256bc;
	color:#FFF;
}
.fwlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.fwlist ul li{
	width:100%;
	float:left;
	padding:40px 60px;
	background: #ffffff;
	border-radius: 16px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
	margin-top:20px;
}
.fwlist ul li:hover{
	background-color:#1256BC;
}
.fwlist ul li:hover a{
	color:#FFF;
}
.fwlist ul li:hover .tex dl dt{
	color:#FFF;
}
.fwlist ul li:hover .tex dl dd{
	color:#FFF;
}
.fwlist ul li:hover .jt{
	background-image:url(../img/xz2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwlist ul li .pic{
	width:8.48%;
	overflow:hidden;
}
.fwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fwlist ul li .jt{
	width:54px;
	height:54px;
	background-image:url(../img/xz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
}
.fwlist ul li .jt a{
	width:100%;
	height:100%;
}
.fwlist ul li .tex{
	width:calc(91.52% - 134px);
}
.fwlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
}
.fwlist ul li .tex dl dd{
	margin-top:24px;
	font-size:14px;
	line-height:28px;
	color:#666;
}

.newlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#fff;
	padding:40px 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: all 0.6s;
	border-radius: 16px;
	overflow:hidden;
}
.newlist ul li:hover{
	background-color:#1256BC;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#1256BC;
}
.newlist ul li:hover .date dl dd{
	color:#1256BC;
}
.newlist ul li .date{
	width: 8.4%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#666;
	min-width:111px;
	height:107px;
}
.newlist ul li .date dl dt{
	font-size:46px;
	line-height:54px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#999;
}
.newlist ul li .pic{
	width:25%;
	overflow:hidden;
	min-width:25%;
	border-radius: 12px;
}
.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: 64%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left:40px;
	margin-right:60px;
}
.newlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}
.newlist ul li .tex dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd i{
	color:#999;
}
.newlist ul li .tex p{
	margin-top:30px;
	display:flex;
	align-items: center;
}
.newlist ul li .tex p a{
	color:#1256BC;
	font-size:12px;
}
.newlist ul li .tex p a b{
	font-family:'宋体';
	margin-left:8px;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	display:flex;
	justify-content: space-between;
}
.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%;
}

.main2{
	width:auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}

.lx01{
	width:100%;
	float:left;
	margin-top:80px;
	background-image:url(../img/lxbanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: auto;
	background-size:100%;
	position:relative;
}
.lx01 .pic{
	width:100%;
	display:flex;
}
.lx01 .pic img{
	width:100%;
	height:auto;
}
.lx01 .tex{
	width:100%;
	position: absolute;
	top:140px;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01-l{
	width:36%;
	font-size:40px;
	line-height:60px;
	color:#FFF;
}
.lx01-l ul{
	display:flex;
	margin-top:48px;
}
.lx01-l ul li{
	background: rgba(0,0,0,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 8px;
	backdrop-filter: blur(12.5px);
	width:auto;
	margin-right:20px;
	text-align:center;
	padding:15px;
}
.lx01-l ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.lx01-l ul li dl dd{
	margin-top:10px;
	font-size:12px;
	line-height:16px;
	color:#fff;
}
.lx01-r{
	width:45%;
}
.lx01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01-r ul li{
	width:48%;
	display: flex;
	align-items: center;
	margin-bottom:60px;
	color:#FFF;
}
.lx01-r ul li img{
	max-height:67px;
	margin-right:30px;
}
.lx01-r ul li dl dt{
	font-size:16px;
	line-height:24px;
}
.lx01-r ul li dl dd{
	font-size:20px;
	line-height:24px;
	margin-top:10px;
}
.lx01-r ul li:last-child{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:60px;
	position:relative;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.map .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding:0 100px;
}
.map .tex01{
	width:44%;
	background: #ffffff;
	padding:80px 50px;
}
.map .tex01 dl dt{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	margin-bottom:10px;
}
.map .tex01 dl dd{
	margin-top:23px;
	display:flex;
	align-items: center;
	font-size:14px;
	color:#666;
}
.map .tex01 dl dd img{
	margin-right:10px;
	width:auto;
	height:auto;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:105px;
}
.lxtit dl dt{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.lxtit dl dd{
	font-size:24px;
	line-height:28px;
	color:#666;
	margin-top:20px;
}

.nlx01{
	width:100%;
	margin-top:40px;
	float:left;
	margin-bottom:100px;
}
.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: center;
}
.nlx01 ul li.w100{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:40px;
}
.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;
}
.bk2{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
}
.anniu2{
	width: 176px;
	height: 56px;
	background: #1256bc;
	line-height:56px;
	font-size:14px;
	cursor:pointer;
	color:#fff;
	border:0px solid #298cde;
}



.mart100{
	margin-top:100px;
}
.mart30{
	margin-top:30px;
}
.mart0{
	margin-top:0px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.footer.foot_show{}
.header2{
	display: none;
}

.chax{
	right:7.8vw; 
	top:90px;
	position: fixed;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #0d2c5b ;
	color: #FFFFFF;
	border: 0px;
	outline: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/Close.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;}
.dingw{ width:100%; float:left; margin-top:-100px;}	
}


@media (min-width:1921px) {
	.allist ul li .tex{
	padding:30px 40px;
}
.allist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
}
.allist ul li .tex dl dt i{
	color:#04A98D;
}
.allist ul li .tex dl dd{
	display:flex;
	margin-top:10px;
}
.allist ul li .tex dl dd em{
	width:auto;
	padding:5px 15px;
	background: #1256bc;
	border-radius: 20px;
	font-size:12px;
	color:#FFF;
	margin-top:10px;
	margin-right:1%;
	text-align:center;
	line-height:normal;
}

	}


@media (min-width:1000px) and  (max-width:1360px){

.header .innav ul li{
	margin-left:1.0vw;
	margin-right:1.0vw;
	font-size: 14px;
}


.subNav{
	font-size:14px;
	padding:0 15px;
}
.navContent dl dd{
	font-size:12px;
	padding:0 15px;
}

.lx01-r ul li{
	width:100%;
}






}




@media (max-width:999px) {

.footer{}
.footer.foot_show{}
.search input[type="text"]{color: #fff;}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 992;
	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 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: #1E84E4; 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;
}

.index02{
	width: 100%;
	float: left;
}


.infa{
	width:100%;
	float:left;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 .infa .a01{
	width:100%;
	height:25rem;
	background-image:url(../img/sja01.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10% 7.3vw;
}
.index02 .infa .a01.deg{
	background-image:url(../img/sja02.png);

}
.index02 .infa .a01 .tex{
	display:flex;
	align-items: center;
	color:#FFF;
}
.index02 .infa .a01 .tex b{
	font-size:2.0rem;
	line-height:3.0rem;
	margin-right:0.5rem;
	text-transform:uppercase;
}
.index02 .infa .a01 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.index02 .infa .a01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inmore{
	display:flex;
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	width: 10rem;
	height: 2.5rem;
	border: 1px solid #ffffff;
	position:relative;
	color:#FFF;
}
.inmore a .wben{
	width:100%;
	height:2.5rem;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inmore a .wben i{
	width:0.8rem;
	height:0.8rem;
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.5rem;
}
.inmore a .mask{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#1256BC;
	transition: all 0.6s;
}
.inmore a:hover .mask{
	width:100%;
}
.inmore a:hover{
	border:1px solid #1256BC;
	color:#FFF;
}
.inmore a.cur .mask{
	width:100%;
}
.inmore a.cur{
	border:1px solid #1256BC;
	color:#FFF;
}



.index03{
	width: 100%;
	float: left;
	background-image:url(../img/sjcpbg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rjtit{
	width:100%;
	float:left;
	margin-top:10%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
	text-align:center;
	padding:0 5%;
}
.rjtit01{
	width:auto;
	padding:0.5rem;
	border:1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:80px;
}
.rjtit div img{
	max-height:2.5rem;
}
.rjtit dl{
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.rjtit dl a{
	color:#FFF;
}
.rjtit dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.rjtit dl dd{
	margin-top:0.5rem;
}
.rjtit dl dd img{
	max-width:100%;
}
.rjtit .pic01{
	display:inline-block;
}
.rjtit .pic02{
	display: none;
}
.rjtit div:hover .pic01{
	display:none;
}
.rjtit div:hover .pic02{
	display:inline-block;
}
.rjtit .cur .pic01{
	display:none;
}
.rjtit .cur .pic02{
	display:inline-block;
}

.cppz{
		width: 100%;
		float: left;
		margin-top: 2.0rem;
		height: 20rem;
		border: 0px;
}

.index04{
	width: 100%;
	float: left;
	background-image:url(../img/sjalbg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem
}



.intit{
	width:100%;
	float:left;
	margin-top:7%;
}
.intit dl dt{
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
}
.intit dl dd{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}
.intit dl dd a{
	padding:0.5rem 1.0rem;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 1.5rem;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#FFF;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.intit dl dd a:hover{
	background: #1256bc;
}



.index05{
	width: 100%;
	float: left;
	background-image: url(../img/sjnewsbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:3.0rem;
}
.innewtit{
	width:calc(100% - 4.0rem);
	position:absolute;
	left:8.33vw;
	z-index:2;
	color:#FFF;
	padding:2.0rem;
}
.innewtit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	font-family: soucn;
}
.innewtit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}


.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/sjhzbg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.index06 .inmore{
	position:absolute;
	top:42.0rem;
	left:0;
	z-index:11;
}


.intitle{
	width:100%;
	float:left;
	text-align:center;
	top:4.0rem;
	left:0;
	z-index:11;
	position:absolute;
	color:#FFF;
}
.intitle dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-family: soucn;
	font-weight:bold;
}
.intitle dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}

.injjfa{
	width:100%;
	float:left;
}
.injjfa img{
	width:100%;
	height:auto;
	display:block;
}

.foot{
	width: 100%;
	float: left;
	background: #0d2c5b url(../img/fotbj.png) no-repeat center;
	background-size:cover;
	padding-top: 1.0rem;
}
.bottom{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:1.0rem;
}
.bottom .lotex{
	max-width:50%;
}
.bottom .lotex img{
	max-width:100%;
}
.bottom .fx{
	width:auto;
	display: flex;
	align-items: center;
}
.bottom .fx a{
	margin-left:0.5rem;
	display:flex;
}
.bottom .fx a img{
	max-height:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.10);
	padding:0 8.33vw;
	padding-bottom:2.0rem;
}
.foot01 dl dt{
	font-size:1.0rem;
	line-height:1.0rem;
	margin-bottom:0.5rem;
	color:#FFF;
	font-weight:bold;
}
.foot01 dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:rgba(255,255,255,0.60);
	margin-top:0.5rem;
}
.foot01 dl dd a{
	color:rgba(255,255,255,0.60);
}
.foot01 .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}
.foot01 .a01 dl{
	width:50%;
	text-align:center;
	margin-top:1.0rem;
}
.foot01 .a01 dl dt img{
	max-width:60%;
}
.foot01 .a02{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 .a02 dl{
	margin-top:2.0rem;
	width:33.33%;
}

.foot02{
	width:100%;
	float:left;
	padding:1.0rem 8.33vw;
	color:rgba(255,255,255,0.30);
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02 a{
	color:rgba(255,255,255,0.30);
}

.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;
	color:#FFF;
}
.nybanner .tex.black{
	justify-content: flex-end;
	text-align:right;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.sb{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}
.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;
}
.nab{
	width:100%;
	float:left;
	background-image:url(../img/nab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nab01{
	width:100%;
	float:left;
	background-image:url(../img/nab01.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:58.9% auto;
	padding:3.0rem 8.33vw;
	display:flex;
}
.nab01 .tex{
	width:100%;
}
.nab01 .tex .a01{
	width:100%;
}
.nab01 .tex .a01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nab01 .tex .a01 dl dt{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nab01 .tex .a01 dl dd{
	display:flex;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.nab01 .tex .a01 dl dd i{
	width:2.0rem;
	height:2px;
	background-color:#1256bc;
}
.nab01 .tex .a02{
	width:100%;
	margin-top:1.0rem;
}
.nab01 .tex .a02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01 .tex .a02 ul li{
	display:flex;
	margin-top:2.0rem;
}
.nab01 .tex .a02 ul li dl dt{
	display:flex;
	align-items: flex-start;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab01 .tex .a02 ul li dl dt b{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#1256BC;
}
.nab01 .tex .a02 ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.nab01 .tex .a02 ul li .sx{
	width:1px;
	height:3.0rem;
	background-color:rgba(0,151,255,0.30);
}
.wenh{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.wenh h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.wenh ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.wenh ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.wenh ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.wenh ul li:hover img{
	transform: scale(1.05);
}
.wenh ul li .tex{
	width:calc(100% - 2.0rem);
	background: rgba(255,255,255,0.80);
	border-radius: 0.5rem;
	backdrop-filter: blur(12.5px);
	padding:2.0rem 1.0rem;
	text-align:center;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	transition: all 0.6s;
	z-index:11;
}
.wenh ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.wenh ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.wenh ul li:hover .tex{
	background: #1256bc;
	color:#FFF;
}

.nab02{
	width:100%;
	float:left;
	padding:3.0rem 8.33vw;
	margin-top:3.0rem;
	background-image:url(../img/nab03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	color:#FFF;
}
.nab02 div{
	width:100%;
	padding:2.0rem;
	background-color:#1256BC;
	border-radius: 0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab02 div h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display:flex;
}
.nytit dl dd div{
	width:80%;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding:1.0rem 8.33vw;
}
.inwrap.padt60{
	padding-top:0.0rem;
}
.proshow{
	width:100%;
	float:left;
	margin-top:80px;
	height: auto;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:90px;
	background-color:#f2f2f2;
	position: relative;
	text-align:center;
}
.proshow img{
	max-width:100%;
	height:auto;
	display: inline-block;
}
.proshow .a01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.proshow .a01 div{
	width:88.6458%;
	text-align:center;
	font-size:14px;
	line-height:28px;
}
.proshow h1{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#1256BC;
	text-transform:uppercase;
}
.proshow h2{
	font-size:1.2rem;
	line-height:2.0rem;
	
	margin-top:0.5rem;
	margin-bottom:1.0rem;
}
.nytit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	padding:0 8.33vw;
}
.nytit2 dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.nytit2 dl dd{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:1.0rem;
}
.nytit2 dl dd div{
	width:100%;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.proshow2{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.proshow2 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow2 ul li{
	width:50%;
	text-align:center;
	display:flex;
	margin-top:1.0rem;
	padding:0 1.0rem;
}
.proshow2 ul li dl dt{
	overflow:hidden;
}
.proshow2 ul li dl dt img{
	max-height:2.0rem;
	max-width: 2.0rem;
	    margin: auto;
    text-align: center;
}
.proshow2 ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.proshow2 ul li p{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.5rem;
}
.proshow2 ul li .sx{
	width:1px;
	height:3.0rem;
	background-color:rgba(0,0,0,0.10);
	display:none;
}
.proshow2 ul li:nth-child(2n){
	display:none;
}
.proshow3{
	width:100%;
	float:left;
	background-image:url(../img/cdb01.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: contain;
	height: auto;
	margin-top:2.0rem;
}

.nywrap{
	width:100%;
	float:left;
	background: #eff0f0;
	padding:3.0rem 8.33vw;
}
.nytit3{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nytit3 b{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nytit3 div{
	display:flex;
}
.nytit3 a{
	padding:0.3rem 1.5rem;
	background-color:#FFF;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	margin-left:0.2rem;
	font-size:0.8rem;
	margin-top:0.5rem;
}
.nytit3 a:hover{
	background: #1256bc;
	border: 1px solid #1256bc;
	color:#FFF;
}
.nytit3 a.cur{
	background: #1256bc;
	border: 1px solid #1256bc;
	color:#FFF;
}

.xncs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	border-radius:0.5rem;
	overflow:hidden;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xncs-l{
	width:100%;
}
.xncs-l img{
	width:100%;
	height:auto;
	display:block;
}
.xncs-r{
	width:100%;
	padding:2.0rem;
	padding-top:0.5rem;
}
.xncs-r ul li{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:0.8rem;
}
.xncs-r ul li i{
	color:#666;
}
.xncs-r ul li:last-child{
	border-bottom:0px;
}

.zlxz{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.zlxz a{
	width: 8.0rem;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 4px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
}
.zlxz a img{
	margin-right:0.5rem;
}

.proshow4{
	width:100%;
	float:left;
	background-image:url(../img/cdb02.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	padding:3.0rem 8.33vw;
}
.proshow4 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#FFF;
}

.szlm{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.szlm a{
	padding:0.3rem 1.0rem;
	background: #ffffff;
	border-radius: 1.5rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
	margin-top:0.5rem;
}
.szlm a:hover{
	background: #1256bc;
	color:#FFF;
}
.szlm a.cur{
	background: #1256bc;
	color:#FFF;
}
.smwz{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.smwz div{
	width:100%;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}

.szlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.szlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.szlist ul li{
	width:48%;
	overflow:hidden;
	border-radius:0.5rem;
	background-color:#FFF;
	margin-top:1.0rem;
}
.szlist ul li .pic{
	overflow:hidden;
}
.szlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.szlist ul li:hover .pic img{
	transform: scale(1.05);
}
.szlist ul li .tex{
	padding:1.0rem;
}
.szlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.szlist ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.szlist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.szlist ul li .tex .more a{
	font-size:0.8rem;
	color:#1256BC;
	display:flex;
	align-items:center;
}
.szlist ul li .tex .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;	
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius:1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #1256BC;
	border:1px solid #1256BC;
	color:#FFF;
}
.fy ul li .cur{
	background: #1256BC;
	border:1px solid #1256BC;
	color:#FFF;
}

.szshow{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:0 8.33vw;
	padding-top:5rem;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	background-size:100%;
}
.szshow img{
	width:100%;
	height:auto;
	display:block;
}
.szshow01{
	background: rgba(255,255,255,0.80);
	border: 1px solid #ffffff;
	border-radius: 0.5rem;
	backdrop-filter: blur(12.5px);
	padding:2.0rem 0.5rem;
	width:100%;
	float:left;
}

.yyjz{
	width:100%;
	float: left;
	margin-top:3.0rem;
}
.yyjz h1{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
}
.xtkj{
	width:100%;
	float:left;
	background: linear-gradient(180deg,#419ecc, #014d87 100%);
	padding:3.0rem 8.33vw;
	margin-top:3.0rem;
}
.xtkj h1{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
}
.xtkj01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #ffffff;
	border-radius: 16px;
	padding:0rem;
}
.xtkj01 img{
	width:100%;
	height:auto;
	display:block;
}

.gntit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.gntit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.gntit dl dd{
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.gntit dl dd div{
	width:100%;
}
.gnlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.gnlist ul{
	display: flex;
	flex-wrap: wrap;
}
.gnlist ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	border-radius: 0.5rem;
	margin-top:1.0rem;
	text-align:center;
}
.gnlist ul li:nth-child(4n){
	margin-right:0px;
}
.gnlist ul li .pic{
	overflow:hidden;
}
.gnlist ul li .pic img{
	max-height:2.0rem;
}
.gnlist ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.gnlist ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.2rem;
}

.allist{
	width:100%;
	float:left;
}
.allist ul{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	border-radius:10px;
	margin-top:1.0rem;
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li .pic{
	overflow:hidden;
	position:relative;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .pic h1{
	height: 2.0rem;
	background: rgba(0,0,0,0.15);
	padding:0 1.0rem;
	font-size:0.8rem;
	color:#FFF;
	line-height:2.0rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	width:100%;
}
.allist ul li .tex{
	padding:1.0rem;
}
.allist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.allist ul li .tex dl dt i{
	color:#04A98D;
}
.allist ul li .tex dl dd{
	margin-top:0.2rem;
	display:flex;
	flex-wrap: wrap;
}
.allist ul li .tex dl dd em{
	width:32%;
	margin-right:1%;
	margin-top:0.5rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background: #1256bc;
	border-radius: 1.5rem;
	font-size:0.8rem;
	color:#FFF;
	margin-right:0.2rem;
}
.altit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.altit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.altit dl dd{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
}
.altit dl dd em{
	padding:0.2rem 0.6rem;
	margin-right:0.2rem;
	background: #1256bc;
	border-radius: 1.5rem;
	color:#FFF;
	margin-top:0.5rem;
	font-size:0.8rem;
}
.altit .subtit{
	width:auto;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#1256BC;
	font-weight:bold;
	margin-top:1.0rem;
}
.altex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.altex ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}
.altex ul li{
	width:48%;
	overflow:hidden;
}
.altex ul li img{
	width:100%;
	height:auto;
	display:block;
}
.search{
	width:100%;
	float:left;
	padding:1.0rem;
	background: #ffffff;
	border-radius: 16px;
}
.search01{
	height: 2.5rem;
	border: 1px solid #1256bc;
	border-radius: 4px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ss{
	width: 2.5rem;
	height: 2.5rem;
	background: #1256bc;
	display:flex;
	align-items: center;
	justify-content: center;
}
.ssbk{
	width:calc(100% - 2.5rem);
	line-height:1.5rem;
	border:0px;
	outline:none;
	padding:0 1.0rem;
	color:#666;
	font-family:'微软雅黑';
}
.fwlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fwlm ul{
	display:flex;
	flex-wrap: wrap;
}
.fwlm ul li{
	width: calc(33.33% - 0.3rem);
	margin-right:0.3rem;
	margin-top:0.3rem;
	display:flex;
}
.fwlm ul li:nth-child(3n){
	margin-right:0px;
}
.fwlm ul li a{
	padding:0.3rem 0;
	width:100%;
	background: #ffffff;
	border-radius: 50px;
	text-align:center;
}
.fwlm ul li a.cur{
	background: #1256bc;
	color:#FFF;
}
.fwlm ul li a:hover{
	background: #1256bc;
	color:#FFF;
}
.fwlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.fwlist ul li{
	width:100%;
	float:left;
	padding:1.0rem;
	background: #ffffff;
	border-radius: 0.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.fwlist ul li:hover{
	background-color:#1256BC;
}
.fwlist ul li:hover .tex dl dt{
	color:#FFF;
}
.fwlist ul li:hover .tex dl dd{
	color:#FFF;
}
.fwlist ul li:hover .jt{
	background-image:url(../img/xz2.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fwlist ul li:hover a{
	color:#FFF;
}
.fwlist ul li .pic{
	width:8.48%;
	overflow:hidden;
}
.fwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fwlist ul li .jt{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/xz.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
}
.fwlist ul li .jt a{
	width:100%;
	height:100%;
}
.fwlist ul li .tex{
	width:calc(91.52% - 3.0rem);
}
.fwlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.fwlist ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.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;
	align-items: flex-start;
	transition: all 0.6s;
	border-radius: 0.5rem;
	overflow:hidden;
}
.newlist ul li:hover{
	background-color:#1256BC;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#1256BC;
}
.newlist ul li:hover .date dl dd{
	color:#1256BC;
}
.newlist ul li .date{
	width: 8.4%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#666;
	min-width:111px;
	height:107px;
	display: none;
}
.newlist ul li .date dl dt{
	font-size:46px;
	line-height:54px;
	font-weight:bold;
	font-family:Roboto;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	color:#999;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
	min-width:25%;
	border-radius: 0.5rem;
}
.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: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-top:0.5rem;
	margin-bottom:1.r0em;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex dl dd i{
	color:#999;
}
.newlist ul li .tex p{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	display:none;
}
.newlist ul li .tex p a{
	color:#1256BC;
	font-size:12px;
}
.newlist ul li .tex p a b{
	font-family:'宋体';
	margin-left:0.3rem;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li:hover .tex dl dd{
	color:#FFF;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:1.0rem;
	display:flex;
	justify-content: space-between;
}
.newshow .xtb{
	width:1.5rem;
	min-width:1.5rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:0.5rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show{
	width: auto;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#828282;
	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%;
}

.main2{
	width:100%;
	float:left;
	padding:0 5%;
}

.lx01{
	width:100%;
	float:left;
	margin-top:4.0rem;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}
.lx01 .pic{
	width:100%;
	display:flex;
}
.lx01 .pic img{
	width:100%;
	height:auto;
}
.lx01 .tex{
	width:100%;
	float:left;
	padding:0 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}

.lx01-l{
	width:100%;
	font-size:1.0rem;
	line-height:1.5rem;
}
.lx01-l ul{
	display:flex;
	margin-top:2.0rem;
}
.lx01-l ul li{
	background: rgba(0,0,0,0.10);
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 8px;
	backdrop-filter: blur(12.5px);
	width:auto;
	margin-right:0.5rem;
	text-align:center;
	padding:0.5rem;
	max-width:50%;
}
.lx01-l ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.lx01-l ul li dl dt img{
	max-width:100%;
}
.lx01-l ul li dl dd{
	margin-top:10px;
	font-size:12px;
	line-height:16px;
}
.lx01-r{
	width:100%;
	margin-top:2.0rem;
}
.lx01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01-r ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-bottom:2.0rem;
}
.lx01-r ul li img{
	max-height:3.0rem;
	margin-right:1.0rem;
}
.lx01-r ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.lx01-r ul li dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.2rem;
}
.lx01-r ul li:last-child{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.map .tex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom:1.0rem;
}
.map .tex01{
	width:100%;
	background: #ffffff;
	padding:1.0rem;
}
.map .tex01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.map .tex01 dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	color:#666;
}
.map .tex01 dl dd img{
	margin-right:0.5rem;
	width:auto;
	height:auto;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.lxtit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.lxtit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.nlx01{
	width:100%;
	margin-top:1.0rem;
	float:left;
	margin-bottom:3.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: center;
}
.nlx01 ul li.w100{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:1.0rem;
}
.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;
}
.bk2{
	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;
}
.anniu2{
	width: 8.0rem;
	height: 2.5rem;
	background: #1256bc;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	color:#fff;
	border:0px solid #298cde;
}



.mart100{
	margin-top:3.0rem;
}

.mart0{
	margin-top:0px;
}


.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:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.sjsh{
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
	}

.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;}


.dingw{ width:100%; float:left; margin-top:-5rem;}	
.sjbk{ padding:0rem;}
.inmore.jz.sjmarb30{ margin-bottom:2rem;}

}
































