@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: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	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:#00288E;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


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



@media (min-width:1000px) {
.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 .zyw a{
	color:#333;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .xiala a{
	color:#333;
}
.header.yanse.yanse01 .zyw .zh a{
	color: #333;
}

.header.yanse .innav ul li i{
	background-color:#004EA1;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}

.header.yanse .innav ul li.cur a{
	color:#004EA1;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}

.main{
	width: 100%;
	float:left;
	padding: 0px 8.33vw;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 992;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.header .logo{
	width: auto;
	height: 80px;
	max-width: 24%;
	min-width:24%;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:0.8vw;
	margin-right:0.8vw;
}
.header .innav ul li i{
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
}
.header .innav ul li:hover i{
	opacity:1;
	width:100%;
}
.header .innav ul li a{
	padding:15px 0;
	position:relative;
}
.header .innav ul li.cur i{
	opacity:1;
	width:100%;
}
.header .innav ul li:hover i{
	opacity:1;
	width:100%;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}

.header.yanse{
	background-color: #fff;
	top:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:30px;
	border-bottom:0px;
}
.zyw{
	width: auto;
	height: 48px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:16px;
	position:relative;
}
.zyw a{
	color:#FFF;
	padding:0 10px;
}
.zyw .zh{
	width:100%;
	background-color:#FFF;
	padding:10px;
	top:65px;
	left:0;
	z-index:11;
	position:absolute;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
}
.zyw:hover .zh{
	opacity:1;
	visibility:visible;
}
.header .top .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.xiala{
	width:100%;
	position:absolute;
	top:60px;
	left:0;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	padding-top:20px;
	transition: all 0.3s;
}
.xiala01{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	display: flex;
	flex-wrap: wrap;
}
.xiala01 .a01{
	width:27.7777%;
	overflow:hidden;
}
.xiala01 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.xiala01 .a02{
	width:268px;
	font-size:14px;
	margin-left:50px;
}
.xiala01 .a02 dl dd{
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xiala01 .a02 dl dd a{
	width:auto;
	padding:0;
}
.xiala01 .a02 dl dd em{
	width:9px;
	height:18px;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.xiala01 .a02 dl dd:hover em{
	opacity:1;
}
.xiala01 .a02 dl dd .xl{
	width:500px;
	position: absolute;
	left:268px;
	opacity:0;
	visibility:hidden;
	top:0;
	padding:0 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xiala01 .a02 dl dd .xl p{
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	width:48%;
}
.xiala01 .a02 dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}

.intit{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	font-size:32px;
	line-height:45px;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:16px;
	line-height:21px;
	color:#666;
	margin-top:10px;
}
.intit .a02{
	width:auto;
	display: flex;
	flex-wrap: wrap;
}
.intit .a02 dl{
	margin-left:40px;
}
.intit .a02 dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.intit .a02 dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
.intit .a02 dl dt .pic01{
	display:inline-block;
}
.intit .a02 dl dt .pic02{
	display: none;
}
.intit .a02 dl:hover dt .pic01{
	display:none;
}
.intit .a02 dl:hover dt .pic02{
	display:inline-block;
}

.intit .a02 dl.cur dt .pic01{
	display:none;
}
.intit .a02 dl.cur  dt .pic02{
	display:inline-block;
}
.intit .a02 dl.cur  dd{
	color: #004EA1;
}

.infw{
	width:100%;
	float:left;
	margin-top:60px;
}
.infw .a1{
	width:100%;
	float:left;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
.infw .a1 img{
	width:100%;
	height:auto;
	display:block;
}
.infw .a1 .tex{
	width:32.3125%;
	position:absolute;
	left:80px;
	top:0;
	z-index:11;
	height:100%;
	display: flex;
	align-items: center;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.infw .a1 .tex h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:10px;
}
.inmore{
	width:100%;
	display:flex;
	margin-top:80px;
}
.inmore.mart0{
	margin-top:0px;
	width:auto;
}
.inmore a{
	width:254px;
	height:68px;
	text-align:center;
	line-height:68px;
	background: #004EA1;
	color:#FFF;
	font-size:16px;
}
.inmore a i{
	margin-left:10px;
}

.inmore2{
	width:100%;
	display:flex;
	margin-top:80px;
}
.inmore2 a{
	width:254px;
	height:68px;
	text-align:center;
	line-height:68px;
	background:rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.3);
	color:#FFF;
	font-size:16px;
}
.inmore2 a i{
	margin-left:10px;
}

.infw .a2{
	width:100%;
	float:left;
	margin-top:30px;
}
.infw .a2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw .a2 ul li{
	width:24.5625%;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.infw .a2 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.infw .a2 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0,78,161,0.8);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.infw .a2 ul li:hover .tex{
	opacity:1;
}
.infw .a2 ul li .tex dl dt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.infw .a2 ul li .tex dl dt i{
	width:56px;
	height:56px;
	background-image:url(../img/ss.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.infw .a2 ul li .tex dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.inab{
	width:100%;
	float:left;
	margin-top:80px;
	padding:100px 8.33vw;
	background-image:url(../img/abj.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:900px;
}
.inab .tex{
	width:48.125%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.inab .tex .a01 dl dt{
	font-size:48px;
	line-height:70px;
	font-weight:bold;
}
.inab .tex .a01 dl dd{
	font-size:16px;
	line-height:21px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:30px;
}
.inab .tex .a02{
	display:flex;
	flex-wrap: wrap;
	margin-top:60px;
}
.inab .tex .a02 dl{
	width:26%;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:15px;
	text-align:center;
	margin-right:20px;

}
.inab .tex .a02 dl dt{
	overflow:hidden;
}
.inab .tex .a02 dl dd{
	margin-top:5px;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}
.inab .tex .a02 dl:hover{
	background: #004EA1;
	border:1px solid #004EA1;
}
.inab .tex .pic{
	display:flex;
	margin-top:80px;
}
.inab .tex .pic img{
	width:auto;
	height:auto;
	max-height:100px;
}
.inab .num{
	width:30.9375%;
	color:#FFF;
	margin-top:40px;
}
.inab .num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .num ul li{
	width:50%;
	margin-bottom:60px;
}
.inab .num ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:16px;
	line-height:30px;
}
.inab .num ul li dl dt b{
	font-size:80px;
	line-height:94px;
}
.inab .num ul li dl dd{
	font-size:16px;
	text-align:center;
	line-height:24px;
}

.infw2{
	width:100%;
	float:left;
	padding-bottom:100px;
	background-image:url(../img/fwbj.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.infwtex{
	width:100%;
	float:left;
	margin-top:20px;
}
.infwtex ul{
	display: flex;
	flex-wrap: wrap;
}
.infwtex ul li{
	width:calc(33.5% - 30px);
	margin-top:30px;
	margin-right:30px;
	background-color:rgba(255, 255, 255, 0.3);
	padding:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
	transition: all 0.6s;
}
.infwtex ul li:nth-child(3n){
	margin-right:0px;
}
.infwtex ul li h1{
	line-height:88px;
	background-image:url(../img/01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-bottom:1px solid #F2F2F2;
	margin-bottom:30px;
	color:#333;
	font-size:20px;
}
.infwtex ul li .pic{
	display:flex;
	margin-top:40px;
}
.infwtex ul li .pic01{
	display:inline-block;
}
.infwtex ul li .pic02{
	display: none;
}
.infwtex ul li:hover .pic01{
	display:none;
}
.infwtex ul li:hover .pic02{
	display:inline-block;
}
.infwtex ul li:hover{
	background-image:url(../img/fwbj01.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	color:#FFF;
}
.infwtex ul li:hover h1{
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

.index01{
	width:100%;
	float:left;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
	padding-bottom:100px;
	padding-top:200px;
}
.index01 .a01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
}
.index01 .a01 .tex{
	width:40.1875%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.index01 .a01 .tex h1{
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.index01 .a01 .tex h2{
	font-size:48px;
	line-height:70px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
	font-family:'微软雅黑';
	-webkit-text-stroke:0.5px rgba(0,0,0,0.50);
	text-shadow:2px 2px 2px rgba(0,0,0,0.50);
}
.index01 .a01 .tex p{
	margin-top:60px;
}

.index01 .a02{
	width:100%;
	float:left;
	height:100px;
	background: rgba(255,255,255,0.3);
	backdrop-filter:blur(15px);
	border:1px solid rgba(255,255,255,0.3);
	margin-top:120px;
}
.index01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:98px;
}
.index01 .a02 ul li{
	width:25%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-right:1px solid rgba(255,255,255,0.3);
	transition: all 0.6s;
	height:98px;
}
.index01 .a02 ul li:hover{
	background: #004EA1;
}
.index01 .a02 ul li.cur{
	background: #004EA1;
}
.index01 .a02 ul li a{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:98px;
	color:#FFF;
	font-size:16px;
}
.index01 .a02 ul li a img{
	margin-right:15px;
}
.innew{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew01{
	width:36.875%;
	background-color:rgba(255, 255, 255, 0.3);
	padding:40px;
}
.innew01 .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.innew01 .a01 div{
	display:flex;
	align-items: center;
	font-size:16px;
	color:#666;
}
.innew01 .a01 div.cur a{
	color:#004EA1;
}
.innew01 .a01 div.cur em{
	background: #004EA1;
	border:0px;
}
.innew01 .a01 div em{
	width:10px;
	height:10px;
	border-radius:50%;
	border:2px solid #999;
	margin-right:10px;
}
.innew01 .a01 div:hover em{
	background: #004EA1;
	border:0px;
}
.innew01 .a01 i{
	width:1px;
	height:20px;
	background-color:#BDBDBD;
	margin-left:20px;
	margin-right:20px;
}
.innew01 .a02{
	width:100%;
	margin-top:30px;
}
.innew01 .a02 .pic{
	overflow:hidden;
}
.innew01 .a02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 .a02 .pic:hover img{
	transform: scale(1.05);
}
.innew01 .a02 dl dt{
	margin-top:30px;
	font-size:18px;
	line-height:32px;
}
.innew01 .a02 dl dd{
	margin-top:30px;
	font-size:12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color:#999;
}
.innew01 .a02 dl dd a{
	color:#999;
}
.innew01 .a02 dl dd a b{
	font-family:'宋体';
	margin-left:5px;
}

.innew02{
	width:60.625%;
}
.innew02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew02 ul li{
	width:49%;
	display:flex;
	margin-top:25px;
}
.innew02 ul li:nth-child(2){
	margin-top:0px;
}
.innew02 ul li:first-child{
	margin-top:0px;
}
.innew02 ul li a{
	width:100%;
	background-color:rgba(255, 255, 255, 0.3);
	padding:25px 40px 40px 40px;
}
.innew02 ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color:#999;
	font-size:12px;
}
.innew02 ul li dl dt i{
	width:24px;
	height:24px;
	background-image:url(../img/small_long_down.png);
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
	transition: all 0.6s;
}
.innew02 ul li dl dd{
	margin-top:15px;
	font-size:16px;
	line-height:28px;
}
.innew02 ul li a:hover{
	background: #004EA1;
	color:#FFF;
}
.innew02 ul li a:hover dl dt i{
	opacity:1;
}
.innew02 ul li a:hover dl dt{
	color:rgba(255, 255, 255, 0.6);
}
.info{
	width:100%;
	float:left;
	margin-top:50px;
}
.info ul li{
	width:100%;
	float:left;
	padding:30px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info ul li div{
	display: flex;
	align-items: center;
	font-size:18px;
}
.info ul li div em{
	font-size:12px;
}
.info ul li div i{
	width:83px;
	height:1px;
	background-color:#BDBDBD;
	margin-left:15px;
	margin-right:15px;
}
.info ul li a{
	font-size:14px;
	color: #004EA1;
}
.info ul li a i{
	margin-left:10px;
}
.incontact{
	width:100%;
	float:left;
	margin-top:80px;
	height:623px;
	background-image:url(../img/abj03.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:0 8.33vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:20px;
	line-height:28px;
	color:#fff;
}
.incontact h1{
	font-size:48px;
	line-height:70px;
}
.incontact h2{
	font-size:48px;
	line-height:70px;
	font-weight:normal;
	margin-bottom:20px;
}

.foot{
	width:100%;
	float:left;
	background: #212C37;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 a{
	margin-left:20px;
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:50px;
}
.foot02 .a01{
	width:67.0625%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01 dl{
	border-right:1px solid rgba(255, 255, 255, 0.1);
	padding-right:2.86vw;
}
.foot02 .a01 dl:last-child{
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
}
.foot02 .a01 dl dt{
	font-size:16px;
	color:#FFF;
	margin-bottom:15px;
}
.foot02 .a01 dl dd{
	font-size:14px;
	line-height:36px;
	display: flex;
	align-items: center;
	color:#FFF;
}
.foot02 .a01 dl dd img{
	margin-right:10px;
}
.foot02 .a01 dl dd a{
	color:#FFF;
}
.foot02 .a02{
	/*width:16.75%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.foot02 .a02 dl{
	/*max-width:46.6666%;*/
	text-align:center;
	width:auto;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	font-size:12px;
	color: #8A969E;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:80px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:30px 8.33vw;
	color: #8A969E;
	font-size:14px;
}
.foot03 a{
	color: #8A969E;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:11;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
	color:#FFF;
}
.nybanner .tex dl dt{
	font-size:40px;
	line-height:60px;
}
.nybanner .tex dl dd{
	font-size:80px;
	line-height:120px;
	padding-bottom:15px;
	background-image:url(../img/hx.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-weight:bold;
}
.zlm{
	width:100%;
	float:left;
	height:68px;
	padding:0 8.33vw;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	margin-right:60px;
	position:relative;
	height:68px;
	display: flex;
	align-items: center;
	font-size:16px;
}
.zlm ul li i{
	width:0;
	height:2px;
	background-color:#004EA1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm ul li.cur a{
	color:#004EA1;
}
.zlm ul li.cur i{
	opacity:1;
	width:100%;
}
.zlm ul li:hover i{
	width:100%;
	opacity:1;
}
.zlm div{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999;
}
.zlm div img{
	margin-right:15px;
}
.zlm div a{
	color:#999;
}

.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:80px;
}
.nab-l{
	width:33.125%;
}
.nab-l dl dt{
	font-size:32px;
	line-height:42px;
	font-family:'微软雅黑';
	font-weight:bold;
}
.nab-l dl dd{
	font-size:32px;
	line-height:42px;
	color:#E0E0E0;
}
.nab-r{
	width:66.875%;
	font-size:16px;
	line-height:32px;
}
.nab-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width: auto;
	margin-top:60px;
}
.nab-r ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:16px;
	line-height:30px;
}
.nab-r ul li dl dt b{
	font-size:80px;
	line-height:94px;
}
.nab-r ul li dl dd{
	font-size:16px;
	text-align:center;
	line-height:24px;
	color:#999;
}
.culture{
	width:100%;
	float:left;
	margin-top:80px;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:729px;
	padding:100px 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.culture-l{
	width:33.125%;
}
.culture-l dl dt{
	font-size:32px;
	line-height:42px;
	font-family:'微软雅黑';
	font-weight:bold;
}
.culture-l dl dd{
	font-size:32px;
	line-height:42px;
	color:#E0E0E0;
}
.culture-r{
	width:66.875%;
}
.culture-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culture-r ul li{
	width:calc(50% - 5px);
	margin-bottom:10px;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.6s;
	padding:30px 25px;
	display: flex;
	align-items: center;
}
.culture-r ul li:hover{
	background: #004EA1;
	border:1px solid #004EA1;
}
.culture-r ul li img{
	margin-right:20px;
}
.culture-r ul li dl dt{
	font-size:20px;
	line-height:28px;
}
.culture-r ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
}
.honr{
	width:100%;
	float:left;
	background: #F2F6FC;
	padding:100px 8.33vw;
	padding-top:0px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
}
.nytit dl dt{
	font-size:32px;
	line-height:42px;
	font-family:'微软雅黑';
	font-weight:bold;
}
.nytit dl dd{
	font-size:32px;
	line-height:42px;
	margin-top:5px;
	color:#E0E0E0;
}

.ywlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.ywlist ul{
	display: flex;
	flex-wrap: wrap;
}
.ywlist ul li{
	width:calc(33.9% - 30px);
	margin-top:30px;
	margin-right:30px;
}
.ywlist ul li:nth-child(3n){
	margin-right:0px;
}
.ywlist ul li dl dt{
	overflow:hidden;
}
.ywlist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ywlist ul li:hover dl dt img{
	transform: scale(1.05);
}
.ywlist ul li dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
}

.fy{
	width:100%;
	float:left;
	margin-bottom:100px;
	margin-top:60px;
}
.fy.marb0{
	margin-bottom:0px;
}
.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;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #004EA1;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	color:#FFF;
}
.fy ul li .cur{
	background: #004EA1;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	color:#FFF;
}
.ywshow{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywshow .tex{
	width:48.525%;
	font-size:16px;
	line-height:32px;
}
.ywshow .tex ul{
	width:100%;
	display: flex;
    flex-wrap: wrap;}
.ywshow .tex ul li{width:calc(34.1% - 15px);font-size:13px;}
.ywshow .tex h1{
	padding-bottom:30px;
	font-size:40px;
	line-height:52px;
	position:relative;
	margin-bottom:30px;
}
.ywshow .tex h1 i{
	width:40px;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#006DFF;
}
.ywshow .pic{
	width:50%;
	overflow:hidden;
}
.ywshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:32px;
	line-height:42px;
}

.ywshow2{
	width:100%;
	float:left;
	position:relative;
}
.ywshow2 img{
	width:100%;
	height:auto;
	display:block;
}
.ywshow2 .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.ywshow2 .a01 .tex{
	width:47.1875%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.ywshow2 .a01 .tex h1{
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}
.ywshow2 .a01 .tex h2{
	font-size:48px;
	line-height:70px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
	font-family:'微软雅黑';
	-webkit-text-stroke:0.5px rgba(0,0,0,0.50);
	text-shadow:2px 2px 2px rgba(0,0,0,0.50);
}
.ywshow2 .a01 .tex p{
	margin-top:60px;
}

.zylist{
	width:100%;
	float:left;
	margin-top:30px;
}
.zylist ul{
	display:flex;
	flex-wrap: wrap;
}
.zylist ul li{
	width:calc(25.4% - 30px);
	background-color:#FFF;
	padding:50px 40px;
	margin-right:30px;
	margin-top:40px;
	padding-bottom:80px;
}
.zylist ul li:nth-child(4n){
	margin-right:0px;
}
.zylist ul li dl dt{
	overflow:hidden;
	text-align: center;
}
.zylist ul li dl dd{
	margin-top:20px;
	text-align:center;
	font-size:20px;
	line-height:26px;
}
.zylist ul li .more{
	display:flex;
	justify-content: center;
	margin-top:50px;
}
.zylist ul li .more a{
	padding:22px 60px;
	background-color:#F2F2F2;
	font-size:16px;
}
.zylist ul li .more a i{
	margin-left:10px;
}
.zylist ul li .more a:hover{
	background: #004EA1;
	color:#FFF;
}
.xzlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:49.2%;
	padding:30px;
	padding-top:40px;
	background-color:#FFF;
	margin-top:20px;
	display:flex;
	justify-content: space-between;
}
.xzlist ul li .pic{
	width:84px;
	overflow:hidden;
}
.xzlist ul li .pic img{
	max-width:100%;
}
.xzlist ul li .tex{
	width:calc(100% - 114px);
}
.xzlist ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xzlist ul li .tex dl dd{
	font-size:14px;
	line-height:18px;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
}

.pxlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.pxlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pxlist ul li{
	width:49.2%;
	padding:40px 30px;
	background-color:#FFF;
	margin-top:20px;
}
.pxlist ul li dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pxlist ul li dl dd{
	font-size:14px;
	line-height:21px;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pxlist ul li .more{
	display:flex;
	margin-top:30px;
}
.pxlist ul li .more a{
	padding:12px 40px;
	border: 1px solid #004EA1;
	color:#004EA1;
	font-size:14px;
}
.pxlist ul li .more a i{
	margin-left:10px;
}

.zp{
	width:100%;
	float:left;
	position:relative;
}
.zp img{
	width:100%;
	height:auto;
	display:block;
}
.zp .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding:0 8.33vw;
}
.zp .tex .a01{
	width:30.5%;
	text-align:right;
}
.zp .tex .a01 dl dt{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	font-size:36px;
	line-height:54px;
	font-weight:bold;
	margin-bottom:25px;
}
.zp .tex .a01 dl dt img{
	margin-right:20px;
	max-height:60px;
	max-width:60px;
}
.zp .tex .a01 dl dd{
	text-align:right;
	font-size:14px;
	line-height:28px;
	margin-bottom:80px;
}
.zp .tex .a01 p{
	margin-top:40px;
	color: #004EA1;
	font-size:16px;
	line-height:32px;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom:100px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #004EA1;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #F2F6FC;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.red{
	color: #004EA1;

}
.zwzj{
	width:100%;
	float:left;
	margin-top:80px;
	margin-bottom:80px;
}
.zwzj h1{
	background: #004EA1;
	height:68px;
	line-height:68px;
	font-size:20px;
	color:#FFF;
	text-align:center;
}
.zwzj ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zwzj ul li{
	width:50%;
	margin-top:30px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zwzj ul li .a01{
	width:170px;
	font-size:16px;
	text-align:right;
	padding:0 15px;
}
.zwzj ul li .a02{
	width:calc(100% - 170px);
	display:flex;
}
.bk{
	width:100%;
	border:0px;
	background: #F2F6FC;
	line-height:60px;
	padding:0 5px;
	outline:none;
	font-size:14px;
	color:#999;
}
.anniu{
	width: 254px;
	height: 68px;
	line-height:68px;
	text-align:center;
	background: #004EA1;
	font-size:16px;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.area{
	width:100%;
	float:left;
	margin-top:50px;
	background-color:#FFF;
	padding:20px 40px;
}
.area ul{
	display:flex;
	flex-wrap: wrap;
}
.area ul li{
	width:auto;
	display:flex;
	flex-wrap: wrap;
}
.area ul li a{
	padding:10px 45px;
	border: 1px solid #004EA1;
	font-size:16px;
	margin:5px;
}
.area ul li a:hover{
	background-color:#004EA1;
	color:#FFF;
}
.area ul li a.cur{
	background-color:#004EA1;
	color:#FFF;
}
.jglist{
	width:100%;
	float:left;
	margin-top:40px;
}
.jglist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jglist ul li{
	width:49.2%;
	padding:30px;
	background-color:#FFF;
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jglist ul li .pic{
	width:38.6%;
	overflow:hidden;
}
.jglist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jglist ul li .tex{
	width:55%;
}
.jglist ul li .tex dl dt{
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jglist ul li .tex dl dd{
	font-size:14px;
	line-height:24px;
	margin-top:10px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jglist ul li .tex .more{
	display:flex;
	margin-top:30px;
	font-size:14px;
}
.jglist ul li .tex .more b{
	font-family:'宋体';
	color:#004EA1;
	font-size:14px;
	margin-left:15px;
}
.jglist ul li:hover{
	background: #004EA1;
	color:#FFF;
	transition: all 0.0s;
}
.jglist ul li:hover a{
	color:#FFF;
	transition: all 0.0s;
}
.jglist ul li:hover .more b{
	color:#FFF;
}
.jglist ul li:hover .more a{
	color:#FFF;
}

.jgshow{
	width:100%;
	float:left;
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jgshow .pic{
	width:49.0625%;
	overflow:hidden;
}
.jgshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jgshow .tex{
	width:47.1875%;
	font-size:14px;
	line-height:28px;
}
.jgshow .tex dl dt{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}
.jgshow .tex dl dd{
	font-size:14px;
	line-height:20px;
	margin-bottom:40px;
}

.jgshow2{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:80px;
}
.jgshow2 .pic{
	width:65%;
	overflow:hidden;
}
.jgshow2 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jgshow2 .tex{
	width:28.5%;
	font-size:14px;
	line-height:28px;
}
.jgshow2 .tex dl dt{
	font-size:32px;
	line-height:48px;
	font-weight:bold;
}
.jgshow2 .tex dl dd{
	font-size:24px;
	line-height:36px;
	margin-top:40px;
	font-weight:bold;
}
.jgshow2 .tex ul{
	display:flex;
	flex-wrap: wrap;
}
.jgshow2 .tex ul li{
	width:100%;
	padding:20px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:16px;
	display:flex;
	align-items: center;
}
.jgshow2 .tex ul li img{
	margin-right:15px;
}

.stlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.stlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stlist ul li{
	width:100%;
	padding:30px;
	background-color:#FFF;
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stlist ul li .pic{
	width:24%;
	overflow:hidden;
}
.stlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stlist ul li .tex{
	width:70%;
	margin-right:3%;
}
.stlist ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.stlist ul li .tex dl dd{
	font-size:14px;
	line-height:24px;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stlist ul li .tex .more{
	display:flex;
	margin-top:30px;
}
.stlist ul li .tex .more a{
	padding:12px 40px;
	border: 1px solid #004EA1;
	color:#004EA1;
	font-size:14px;
}
.stlist ul li .tex .more a i{
	margin-left:10px;
}
.newtj{
	width:100%;
	float:left;
	background-color:#FFF;
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newtj .pic{
	width:62.25%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:37.75%;
	padding:40px 50px;
}
.newtj .tex dl dt{
	font-size:16px;
	line-height:18px;
	color: #666;
	margin-top:20px;
}
.newtj .tex dl dd{
	margin-top:40px;
	font-size:24px;
	line-height:44px;
	font-weight:bold;
}
.newtj .tex .more{
	display:flex;
	margin-top:80px;
}
.newtj .tex .more a{
	width:164px;
	height:60px;
	border:1px solid #E0E0E0;
	border-radius:35px;
	font-size:16px;
	line-height:60px;
	text-align:center;
}
.newlist{
	width:100%;
	float:left;
	margin-top:50px;
	background-color:#FFF;
	padding:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li .tex{
	width:71.71%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:40px;
	border-bottom:1px solid #F2F2F2;
}
.newlist ul li .tex .date{
	width:100px;
	height:100px;
	background-color:#F2F2F2;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.newlist ul li .tex .date dl dt{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
}
.newlist ul li .tex .date dl dd{
	font-size:12px;
	line-height:18px;
	text-align:center;
}
.newlist ul li .tex .hx{
	width:80px;
	height:1px;
	margin-left:20px;
	margin-right:20px;
	background-color:#BDBDBD;
}
.newlist ul li .tex .subtex{
	width:calc(100% - 220px);
}
.newlist ul li .tex .subtex dl dt{
	font-size:20px;
	line-height:36px;
	font-weight:bold;
}
.newlist ul li .tex .subtex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newlist ul li .pic{
	width:19.3421%;
	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:hover .tex .date{
	background: #004EA1;
	color:#FFF;
}

.con{
	width:100%;
	float:left;
	margin-top:80px;
	margin-bottom:80px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con-l{
	width:67.8125%;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.back{
	display:flex;
	margin-top:60px;
	width:100%;
	float:left;
}
.back a{
	padding:16px 50px;
	background: #004EA1;
	color:#FFF;
	display:flex;
	align-items: center;
}
.back a img{
	margin-right:15px;
}

.con-r{
	width:28.375%;
	border: 1px solid #E0E0E0;
	padding:40px;
}
.con-r h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:20px;
	line-height:26px;
}
.con-r ul li{
	width:100%;
	float:left;
	margin-top:40px;
}
.con-r ul li .pic{
	overflow:hidden;
}
.con-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.con-r ul li .pic:hover img{
	transform: scale(1.05);
}
.con-r ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-top:15px;
}
.con-r ul li dl dd{
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	color:#999;
}
.con-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.con-r ul li dl dd a img{
	margin-left:10px;
}

.gqtz{
	width:100%;
	float:left;
	margin-bottom:80px;
	margin-top:80px;
	font-size:16px;
	line-height:30px;
	color:#666;
	min-height:500px;
}
.gqtz b{
	font-size:26px;
	line-height:34px;
	color:#004EA1;
}

.nlx{
	width:100%;
	float:left;
	background: #F9F9F9;
	padding:100px 8.33vw;
	padding-bottom:40px;
	display:flex;
}
.nlx .pic{
	width:55%;
	overflow:hidden;
}
.nlx .pic img{
	max-width:100%;
}
.nlx01{
	width:43.875%;
	flex-wrap: wrap;
	margin-top:20px;
}
.nlx01 h1{
	font-size:32px;
	line-height:48px;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:15px;
}
.nlx01 ul li{
	margin-top:30px;
	width:47.863%;
	display:flex;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:60px;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:14px;
	line-height:16px;
}
.nlx01 ul li dl dd{
	margin-top:20px;
}
.nlx01 ul li.w100{
	width:100%;
}

.bk2{
	width:100%;
	line-height:24px;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:16px;
	color:#999;
	outline:none;
	padding-bottom:10px;
	background-color:transparent;
}

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









.mart80{
	margin-top:80px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
	
}

@media (min-width:1441px) and  (max-width:1600px){
.header .innav ul li{
	margin-left:0.6vw;
	margin-right:0.6vw;
	font-size: 14px;
}

}

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

.header .innav ul li{
	margin-left:0.3vw;
	margin-right:0.3vw;
	font-size: 12px;
}
.zyw{
	font-size:12px;
}
.zyw a{
	padding:0 5px;
}
.zyw img{
	max-width:20px;
}
.xiala01{
	padding:30px;
}
.xiala01 .a02{
	font-size:12px;
	width:168px;
}
.xiala01 .a02 dl dd .xl{
	width:320px;
	left:168px;
}

.header.yanse.yanse01{
	top:0;
}

.intit .a02{
	margin-top:30px;
}
.intit .a02 dl{
	margin-left:0px;
	margin-right:20px;
}

.infw .a1 .tex{
	width:60%;
	font-size:12px;
	line-height:24px;
}
.infw .a1 .tex h1{
	font-size:20px;
}
.inmore{
	margin-top:50px;
}
.inmore a{
	height:48px;
	line-height:48px;
	font-size:12px;
	width:200px;
}
.infw .a2 ul li .tex dl dd{
	font-size:12px;
}
.infw .a2 ul li .tex dl dt i{
	height:28px;
	width:28px;
}
.inab .tex{
	font-size:12px;
	line-height:24px;
}
.inab .tex .a01 dl dt{
	font-size:24px;
	line-height:48px;
}
.inab .tex .a01 dl dd{
	font-size:12px;
}

.inab .tex .a02 dl dt img{
	max-height:25px;
}
.inab .tex .a02 dl dd{
	font-size:12px;
}
.inab .num ul li dl dt{
	font-size:12px;
}
.inab .num ul li dl dt b{
	font-size:36px;
	line-height:54px;
	margin-right:5px;
}
.inab .num ul li dl dd{
	font-size:12px;
}
.inab .tex .pic img{
	max-height:50px;
}
.infwtex ul li h1{
	line-height:30px;
	height:88px;
}
.infwtex ul li{
	font-size:12px;
	line-height:24px;
}
.index01 .a01 .tex{
	width:60%;
	font-size:12px;
	line-height:24px;
}
.index01 .a01 .tex h2{
	font-size:36px;
	line-height:48px;
}
.index01 .a01 .tex img{
	max-height:50px;
}
.index01 .a02{
	height:70px;
}
.index01 .a02 ul li{
	height:68px;
}
.index01 .a02 ul li a{
	font-size:12px;
	height:68px;
}
.index01 .a02 ul li a img{
	max-height:25px;
}
.innew01 .a01 div{
	font-size:12px;
}
.innew01 .a01 i{
	height:15px;
	margin-left:10px;
	margin-right:10px;
}
.innew01 .a01 div em{
	width:5px;
	height:5px;
	margin-right:5px;
}
.innew01 .a02 dl dt{
	font-size:16px;
	line-height:28px;
}
.innew02 ul li dl dd{
	font-size:14px;
	line-height:22px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew02 ul li{
	margin-top:10px;
}
.innew02 ul li a{
	padding:15px 30px 30px 30px;
}
.info ul li div{
	font-size:14px;
}
.incontact{
	font-size:16px;
	line-height:30px;
}
.incontact h1{
	font-size:32px;
	line-height:48px;
}
.incontact h2{
	font-size:32px;
	line-height:48px;
}
.inmore2 a{
	height:48px;
	line-height:48px;
	width:200px;
}
.foot02 .a01{
	width:100%;
}
.foot02 .a02{
	width:100%;
	margin-top:40px;
	justify-content:flex-start;
}
.foot02 .a02 dl{
	margin-right:20px;
}
.foot03{
	font-size:12px;
}

.zp .tex .a01{
	width:40%;
}
.zp .tex .a01 dl dt{
	font-size:24px;
	line-height:48px;
}
.zp .tex .a01 dl dd{
	font-size:12px;
	line-height:24px;
	margin-bottom:40px;
}
.zylist ul li dl dt img{
	max-width:80%;
}
.zylist ul li dl dd{
	font-size:14px;
}
.zylist ul li .more a{
	padding:12px 15px;
	font-size:12px;
}

.ywshow2 .a01 .tex{
	width:50%;
	font-size:12px;
	line-height:24px;
}
.ywshow2 .a01 .tex h2{
	font-size:32px;
	line-height:48px;
}
.ywshow2 .a01 .tex h1{
	font-size:14px;
}

.nab-r ul li dl dt b{
	font-size:50px;
}









}




@media (max-width:999px) {


.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:996;
}
.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: #00288E; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

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

.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a01{
	width:100%;
}
.intit .a01 dl dt{
	font-size:1.2rem;
	line-height:1.8rem;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:0.2rem;
}
.intit .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.intit .a02 dl{
	width:33.33%;
	margin-top:1.0rem;
}
.intit .a02 dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.intit .a02 dl dt img{
	max-height:3.0rem;
}
.intit .a02 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.intit .a02 dl dt .pic01{
	display:inline-block;
}
.intit .a02 dl dt .pic02{
	display: none;
}
.intit .a02 dl:hover dt .pic01{
	display:none;
}
.intit .a02 dl:hover dt .pic02{
	display:inline-block;
}

.intit .a02 dl.cur dt .pic01{
	display:none;
}
.intit .a02 dl.cur  dt .pic02{
	display:inline-block;
}
.intit .a02 dl.cur  dd{
	color: #004EA1;
}

.infw{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.infw .a1{
	width:100%;
	float:left;
	position:relative;
	border-radius:0.2rem;
	overflow:hidden;
}
.infw .a1 img{
	width:100%;
	height:auto;
	display:block;
}
.infw .a1 .tex{
	width:80%;
	position:absolute;
	left:1.0rem;
	top:0;
	z-index:11;
	height:100%;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.infw .a1 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:0.2rem;
}
.infw .a1 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inmore{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.inmore.mart0{
	width:auto;
}
.inmore a{
	width:8.0rem;
	height:2.0rem;
	text-align:center;
	line-height:2.0rem;
	background: #004EA1;
	color:#FFF;
	font-size:0.8rem;
}
.inmore a i{
	margin-left:0.5rem;
}

.inmore2{
	width:100%;
	display:flex;
	margin-top:2.0rem;
}
.inmore2 a{
	width:8.0rem;
	height:2.0rem;
	text-align:center;
	line-height:2.0rem;
	background:rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.3);
	color:#FFF;
	font-size:0.8rem;
}
.inmore2 a i{
	margin-left:0.5rem;
}

.infw .a2{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infw .a2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw .a2 ul li{
	width:49%;
	border-radius:0.2rem;
	overflow:hidden;
	position:relative;
	margin-bottom:0.5rem;
}
.infw .a2 ul li img{
	width:100%;
	height:auto;
	display:block;
}
.infw .a2 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: rgba(0,78,161,0.8);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.infw .a2 ul li:hover .tex{
	opacity:1;
}
.infw .a2 ul li .tex dl dt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.infw .a2 ul li .tex dl dt i{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/ss.png);
	background-repeat: no-repeat;
	background-size:contain;
}
.infw .a2 ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.inab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:3.0rem 8.33vw;
	background-color:#0667ad;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.inab .tex .a01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.inab .tex .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
	margin-bottom:1.0rem;
}
.inab .tex .a02{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inab .tex .a02 dl{
	width:30%;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(255, 255, 255, 0.3);
	padding:1.0rem 0.5rem;
	text-align:center;
	margin-right:0.5rem;

}
.inab .tex .a02 dl dt{
	overflow:hidden;
}
.inab .tex .a02 dl dt img{
	max-height:1.5rem;
}
.inab .tex .a02 dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.inab .tex .a02 dl:hover{
	background: #004EA1;
	border:1px solid #004EA1;
}
.inab .tex .pic{
	display:flex;
	margin-top:2.0rem;
}
.inab .tex .pic img{
	width:auto;
	height:auto;
	max-height:2.5rem;
}
.inab .num{
	width:100%;
	color:#FFF;
	margin-top:1.0rem;
}
.inab .num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .num ul li{
	width:50%;
	margin-bottom:2.0rem;
}
.inab .num ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inab .num ul li dl dt b{
	font-size:2.0rem;
	line-height:2.5rem;
}
.inab .num ul li dl dd{
	font-size:0.8rem;
	text-align:center;
	line-height:1.5rem;
}

.infw2{
	width:100%;
	float:left;
	padding-bottom:3.0rem;
	background-image:url(../img/fwbj.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.infwtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.infwtex ul{
	display: flex;
	flex-wrap: wrap;
}
.infwtex ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:rgba(255, 255, 255, 0.3);
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	transition: all 0.6s;
}
.infwtex ul li h1{
	line-height:1.5rem;
	background-image:url(../img/01.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:auto 100%;
	border-bottom:1px solid #F2F2F2;
	padding-bottom:1.0rem;
	margin-bottom:1.0rem;
	color:#333;
	font-size:1.0rem;
}
.infwtex ul li .pic{
	display:flex;
	margin-top:1.0rem;
}
.infwtex ul li .pic img{
	max-height:2.0rem;
}
.infwtex ul li .pic01{
	display:inline-block;
}
.infwtex ul li .pic02{
	display: none;
}
.infwtex ul li:hover .pic01{
	display:none;
}
.infwtex ul li:hover .pic02{
	display:inline-block;
}
.infwtex ul li:hover{
	background-image:url(../img/fwbj01.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	color:#FFF;
}
.infwtex ul li:hover h1{
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

.index01{
	width:100%;
	float:left;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 8.33vw;
}
.index01 .a01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
}
.index01 .a01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.index01 .a01 .tex h1{
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.index01 .a01 .tex h2{
	font-size:1.5rem;
	line-height:2.0rem;
	text-transform:uppercase;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	font-family:'微软雅黑';
	-webkit-text-stroke:0.5px rgba(0,0,0,0.50);
	text-shadow:2px 2px 2px rgba(0,0,0,0.50);
}
.index01 .a01 .tex p{
	margin-top:2.0rem;
}
.index01 .a01 .tex p img{
	max-height:2.5rem;
}

.index01 .a02{
	width:100%;
	float:left;
	height: auto;
	background: rgba(255,255,255,0.3);
	backdrop-filter:blur(15px);
	border:1px solid rgba(255,255,255,0.3);
	margin-top:3.0rem;
}
.index01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .a02 ul li{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-right:1px solid rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
	transition: all 0.6s;
	height:3.9rem;
}
.index01 .a02 ul li:hover{
	background: #004EA1;
}
.index01 .a02 ul li.cur{
	background: #004EA1;
}
.index01 .a02 ul li a{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	height:3.9rem;
	color:#FFF;
	font-size:0.8rem;
}
.index01 .a02 ul li a img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew01{
	width:100%;
	background-color:rgba(255, 255, 255, 0.3);
	padding:1.0rem;
}
.innew01 .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.innew01 .a01 div{
	display:flex;
	align-items: center;
	font-size:0.8rem;
	color:#666;
}
.innew01 .a01 div.cur a{
	color:#004EA1;
}
.innew01 .a01 div.cur em{
	background: #004EA1;
	border:0px;
}
.innew01 .a01 div em{
	width:0.4rem;
	height:0.4rem;
	border-radius:50%;
	border:2px solid #999;
	margin-right:10px;
}
.innew01 .a01 div:hover em{
	background: #004EA1;
	border:0px;
}
.innew01 .a01 i{
	width:1px;
	height:1.0rem;
	background-color:#BDBDBD;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.innew01 .a02{
	width:100%;
	margin-top:1.0rem;
}
.innew01 .a02 .pic{
	overflow:hidden;
}
.innew01 .a02 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 .a02 .pic:hover img{
	transform: scale(1.05);
}
.innew01 .a02 dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.innew01 .a02 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color:#999;
}
.innew01 .a02 dl dd a{
	color:#999;
}
.innew01 .a02 dl dd a b{
	font-family:'宋体';
	margin-left:0.2rem;
}

.innew02{
	width:100%;
}
.innew02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew02 ul li{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.innew02 ul li a{
	width:100%;
	background-color:rgba(255, 255, 255, 0.3);
	padding:1.0rem;
}
.innew02 ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color:#999;
	font-size:0.8rem;
}
.innew02 ul li dl dt i{
	width:1.0rem;
	height:1.0rem;
	background-image:url(../img/small_long_down.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.innew02 ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.innew02 ul li a:hover{
	background: #004EA1;
	color:#FFF;
}
.innew02 ul li a:hover dl dt i{
	opacity:1;
}
.innew02 ul li a:hover dl dt{
	color:rgba(255, 255, 255, 0.6);
}
.info{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.info ul li{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info ul li div{
	display: flex;
	align-items: center;
	font-size:0.8rem;
}
.info ul li div em{
	font-size:12px;
	display:none;
}
.info ul li div i{
	width:83px;
	height:1px;
	background-color:#BDBDBD;
	margin-left:15px;
	margin-right:15px;
	display:none;
}
.info ul li a{
	font-size:0.8rem;
	color: #004EA1;
	margin-top:1.0rem;
}
.info ul li a i{
	margin-left:0.5rem;
}
.incontact{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: auto;
	background-image:url(../img/abj03.png);
	background-position: left;
	background-repeat:no-repeat;
	padding:3.0rem 8.33vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#fff;
}
.incontact h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.incontact h2{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:normal;
	margin-bottom:1.0rem;
}

.foot{
	width:100%;
	float:left;
	background: #212C37;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 div:first-child{
	width:100%;
	margin-bottom:1.0rem;
}
.foot01 div:first-child img{
	max-width:70%;
}
.foot01 a{
	margin-left:0.5rem;
}
.foot01 a img{
	max-height:2.0rem;
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01 dl{
	width:50%;
	margin-top:2.0rem;
}
.foot02 .a01 dl:last-child{
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
	width:100%;
}
.foot02 .a01 dl dt{
	font-size:1.0rem;
	color:#FFF;
	margin-bottom:0.5rem;
}
.foot02 .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	display: flex;
	align-items: center;
	color:#FFF;
}
.foot02 .a01 dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.foot02 .a01 dl dd a{
	color:#FFF;
}
.foot02 .a02{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.foot02 .a02 dl{
	max-width:46.6666%;
	text-align:center;
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	font-size:0.8rem;
	color: #8A969E;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:1.0rem 8.33vw;
	color: #8A969E;
	font-size:0.8rem;
}
.foot03 a{
	color: #8A969E;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:11;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
	color:#FFF;
}
.nybanner .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nybanner .tex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	padding-bottom:0.5rem;
	background-image:url(../img/hx.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-weight:bold;
}
.zlm{
	width:100%;
	float:left;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.0rem;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding:0 8.33vw;
	width:100%;
}
.zlm ul li{
	width:auto;
	margin-right:1.0rem;
	position:relative;
	height:2.5rem;
	display: flex;
	align-items: center;
	font-size:0.8rem;
}
.zlm ul li i{
	width:0;
	height:2px;
	background-color:#004EA1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm ul li.cur a{
	color:#004EA1;
}
.zlm ul li.cur i{
	opacity:1;
	width:100%;
}
.zlm ul li:hover i{
	width:100%;
	opacity:1;
}
.zlm div{
	display: flex;
	align-items: center;
	font-size:0.8rem;
	color:#999;
	width:100%;
	margin-top:1.0rem;
	padding:0 8.33vw;
}
.zlm div img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.zlm div a{
	color:#999;
}

.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nab-l{
	width:100%;
}
.nab-l dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family:'微软雅黑';
	font-weight:bold;
}
.nab-l dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#E0E0E0;
}
.nab-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.nab-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width: 50%;
	margin-top:2.0rem;
}
.nab-r ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab-r ul li dl dt b{
	font-size:2.0rem;
	line-height:2.5rem;
}
.nab-r ul li dl dd{
	font-size:0.8rem;
	text-align:center;
	line-height:1.5rem;
	color:#999;
}
.culture{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-image:url(../img/whbj.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	height: auto;
	padding:3.0rem 8.33vw;
	padding-bottom:20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.culture-l{
	width:100%;
}
.culture-l dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family:'微软雅黑';
	font-weight:bold;
}
.culture-l dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#E0E0E0;
}
.culture-r{
	width:100%;
	margin-top:2.0rem;
}
.culture-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.culture-r ul li{
	width:49%;
	margin-bottom:0.5rem;
	background-color:rgba(255, 255, 255, 0.1);
	border:1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.6s;
	padding:1.0rem;
	display: flex;
	align-items: center;
}
.culture-r ul li:hover{
	background: #004EA1;
	border:1px solid #004EA1;
}
.culture-r ul li img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.culture-r ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.culture-r ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.honr{
	width:100%;
	float:left;
	background: #F2F6FC;
	padding:3.0rem 8.33vw;
	padding-top:0px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family:'微软雅黑';
	font-weight:bold;
}
.nytit dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.2rem;
	color:#E0E0E0;
}

.ywlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ywlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ywlist ul li{
	width:48%;
	margin-top:1.0rem;
}
.ywlist ul li:nth-child(3n){
	margin-right:0px;
}
.ywlist ul li dl dt{
	overflow:hidden;
}
.ywlist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ywlist ul li:hover dl dt img{
	transform: scale(1.05);
}
.ywlist ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.fy{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.fy.marb0{
	margin-bottom:0px;
}
.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;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	border-radius:1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #004EA1;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	color:#FFF;
}
.fy ul li .cur{
	background: #004EA1;
	box-shadow: 0px 4px 17px 0px rgba(0,45,74,0.13); 
	color:#FFF;
}
.ywshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.ywshow .tex h1{
	padding-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	position:relative;
	margin-bottom:2.0rem;
}
.ywshow .tex h1 i{
	width:2.0rem;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#006DFF;
}
.ywshow .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.ywshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
}

.ywshow2{
	width:100%;
	float:left;
	position:relative;
}
.ywshow2 img{
	width:100%;
	height:auto;
	display:block;
}
.ywshow2 .a01{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.ywshow2 .a01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.ywshow2 .a01 .tex h1{
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ywshow2 .a01 .tex h2{
	font-size:1.5rem;
	line-height:2.0rem;
	text-transform:uppercase;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	font-family:'微软雅黑';
	-webkit-text-stroke:0.5px rgba(0,0,0,0.50);
	text-shadow:2px 2px 2px rgba(0,0,0,0.50);
}
.ywshow2 .a01 .tex p{
	margin-top:60px;
	display:none;
}

.zylist{
	width:100%;
	float:left;
	margin-top:30px;
}
.zylist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zylist ul li{
	width:48%;
	background-color:#FFF;
	padding:2.0rem 1.0rem;
	margin-top:1.0rem;
}
.zylist ul li:nth-child(4n){
	margin-right:0px;
}
.zylist ul li dl dt{
	overflow:hidden;
	text-align: center;
}
.zylist ul li dl dt img{
	max-height:3.0rem;
}
.zylist ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.zylist ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.zylist ul li .more a{
	padding:0.5rem 1.0rem;
	background-color:#F2F2F2;
	font-size:0.8rem;
}
.zylist ul li .more a i{
	margin-left:10px;
}
.zylist ul li .more a:hover{
	background: #004EA1;
	color:#FFF;
}
.xzlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xzlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding:1.0rem;
	background-color:#FFF;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
}
.xzlist ul li .pic{
	width:3.0rem;
	overflow:hidden;
}
.xzlist ul li .pic img{
	max-width:100%;
}
.xzlist ul li .tex{
	width:calc(100% - 4.0rem);
}
.xzlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.2rem;
	font-weight:bold;
	margin-bottom:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xzlist ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:0.2rem;
}
.xzlist ul li .tex dl dd img{
	max-height:1.5rem;
}

.pxlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.pxlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pxlist ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	margin-top:1.0rem;
}
.pxlist ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pxlist ul li dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pxlist ul li .more{
	display:flex;
	margin-top:1.0rem;
}
.pxlist ul li .more a{
	padding:0.5rem 1.5rem;
	border: 1px solid #004EA1;
	color:#004EA1;
	font-size:0.8rem;
}
.pxlist ul li .more a i{
	margin-left:0.5rem;
}

.zp{
	width:100%;
	float:left;
}
.zp img{
	width:100%;
	height:auto;
	display:block;
}
.zp .tex{
	width:100%;
	float: left;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding:0 8.33vw;
	margin-top:2.0rem;
}
.zp .tex .a01{
	width:100%;
	text-align:right;
}
.zp .tex .a01 dl dt{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.zp .tex .a01 dl dt img{
	margin-right:0.5rem;
	max-height:2.0rem;
	max-width:2.0rem;
}
.zp .tex .a01 dl dd{
	text-align:right;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:2.0rem;
}
.zp .tex .a01 p{
	margin-top:1.0rem;
	color: #004EA1;
	font-size:0.8rem;
	line-height:1.5rem;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom:2.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:3.0rem;
	line-height: 3.0rem;
	display: flex;
	font-size:0.8rem;
	background-color: #004EA1;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:3.0rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #F2F6FC;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	width:4.5rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 4.5rem);
}
.red{
	color: #004EA1;

}
.zwzj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}
.zwzj h1{
	background: #004EA1;
	height:2.5rem;
	line-height:2.5rem;
	font-size:1.0rem;
	color:#FFF;
	text-align:center;
}
.zwzj ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zwzj ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zwzj ul li .a01{
	width:6.5rem;
	font-size:0.8rem;
	text-align:right;
	padding:0 0.5rem;
}
.zwzj ul li .a02{
	width:calc(100% - 6.5rem);
	display:flex;
}
.bk{
	width:100%;
	border:0px;
	background: #F2F6FC;
	line-height:2.5rem;
	padding:0 5px;
	outline:none;
	font-size:0.8rem;
	color:#999;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	line-height:2.5rem;
	text-align:center;
	background: #004EA1;
	font-size:0.8rem;
	color:#FFF;
	border:0px;
	cursor:pointer;
}
.area{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	padding:1.0rem 1.5rem;
}
.area ul{
	display:flex;
	flex-wrap: wrap;
}
.area ul li{
	width:auto;
	display:flex;
	flex-wrap: wrap;
}
.area ul li a{
	padding:0.3rem 1.5rem;
	border: 1px solid #004EA1;
	font-size:0.8rem;
	margin:0.2rem;
}
.area ul li a:hover{
	background-color:#004EA1;
	color:#FFF;
}
.area ul li a.cur{
	background-color:#004EA1;
	color:#FFF;
}
.jglist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jglist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jglist ul li{
	width:100%;
	padding:1.0rem;
	background-color:#FFF;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jglist ul li .pic{
	width:38.6%;
	overflow:hidden;
}
.jglist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jglist ul li .tex{
	width:55%;
}
.jglist ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jglist ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.2rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jglist ul li:hover a{
	color:#FFF;
}
.jglist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
	font-size:0.8rem;
}
.jglist ul li .tex .more b{
	font-family:'宋体';
	color:#004EA1;
	font-size:0.8rem;
	margin-left:0.5rem;
}
.jglist ul li:hover{
	background: #004EA1;
	color:#FFF;
}
.jglist ul li:hover .more b{
	color:#FFF;
}
.jglist ul li:hover .more a{
	color:#FFF;
}

.jgshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jgshow .pic{
	width:100%;
	overflow:hidden;
}
.jgshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jgshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.jgshow .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.jgshow .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}

.jgshow2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:2.0rem;
}
.jgshow2 .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.jgshow2 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jgshow2 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.jgshow2 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.jgshow2 .tex dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	font-weight:bold;
}
.jgshow2 .tex ul{
	display:flex;
	flex-wrap: wrap;
}
.jgshow2 .tex ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-size:0.8rem;
	display:flex;
	align-items: center;
}
.jgshow2 .tex ul li img{
	margin-right:0.5rem;
	max-height:1.5rem;
}

.stlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.stlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stlist ul li{
	width:100%;
	padding:1.0rem;
	background-color:#FFF;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stlist ul li .pic{
	width:24%;
	overflow:hidden;
}
.stlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stlist ul li .tex{
	width:70%;
}
.stlist ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stlist ul li .tex dl dd{
	font-size:14px;
	line-height:24px;
	color:#666;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.stlist ul li .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.stlist ul li .tex .more a{
	padding:0.3rem 1.0rem;
	border: 1px solid #004EA1;
	color:#004EA1;
	font-size:0.8rem;
}
.stlist ul li .tex .more a i{
	margin-left:0.5rem;
}
.newtj{
	width:100%;
	float:left;
	background-color:#FFF;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
}
.newtj .tex dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
	color: #666;
	margin-top:0;
}
.newtj .tex dl dd{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newtj .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.newtj .tex .more a{
	width:8.0rem;
	height:2.5rem;
	border:1px solid #E0E0E0;
	border-radius:1.5rem;
	font-size:0.8rem;
	line-height:2.5rem;
	text-align:center;
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	padding:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li .tex{
	width:65%;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.0rem;
	border-bottom:1px solid #F2F2F2;
}
.newlist ul li .tex .date{
	width:100px;
	height:100px;
	background-color:#F2F2F2;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	display:none
}
.newlist ul li .tex .date dl dt{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
}
.newlist ul li .tex .date dl dd{
	font-size:12px;
	line-height:18px;
	text-align:center;
}
.newlist ul li .tex .hx{
	width:80px;
	height:1px;
	margin-left:20px;
	margin-right:20px;
	background-color:#BDBDBD;
	display:none;
}
.newlist ul li .tex .subtex{
	width:100%;
}
.newlist ul li .tex .subtex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	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;
	color:#666;
	display:none;
}
.newlist ul li .pic{
	width:30%;
	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:hover .tex .date{
	background: #004EA1;
	color:#FFF;
}

.con{
	width:100%;
	float:left;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.back{
	display:flex;
	margin-top:2.0rem;
	width:100%;
	float:left;
}
.back a{
	padding:0.5rem 2.0rem;
	background: #004EA1;
	color:#FFF;
	display:flex;
	align-items: center;
}
.back a img{
	margin-right:0.5rem;
	max-height:1.5rem;
}

.con-r{
	width:28.375%;
	border: 1px solid #E0E0E0;
	padding:40px;
	display:none;
}
.con-r h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:20px;
	line-height:26px;
}
.con-r ul li{
	width:100%;
	float:left;
	margin-top:40px;
}
.con-r ul li .pic{
	overflow:hidden;
}
.con-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.con-r ul li .pic:hover img{
	transform: scale(1.05);
}
.con-r ul li dl dt{
	font-size:16px;
	line-height:28px;
	margin-top:15px;
}
.con-r ul li dl dd{
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	color:#999;
}
.con-r ul li dl dd a{
	display:flex;
	align-items: center;
	color:#999;
}
.con-r ul li dl dd a img{
	margin-left:10px;
}

.gqtz{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	min-height:12rem;
}
.gqtz b{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#004EA1;
}

.nlx{
	width:100%;
	float:left;
	background: #F9F9F9;
	padding:3.0rem 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.nlx .pic img{
	max-width:100%;
}
.nlx01{
	width:100%;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.nlx01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.5rem;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:47.863%;
	display:flex;
	flex-wrap: wrap;
}
.nlx01 ul li:last-child{
	margin-top:2.0rem;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nlx01 ul li dl dd{
	margin-top:1.0rem;
}
.nlx01 ul li.w100{
	width:100%;
}

.bk2{
	width:100%;
	line-height:1.5rem;
	border:0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding-bottom:0.5rem;
	background-color:transparent;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}










.mart80{
	margin-top:4.0rem;
}








}

































