@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family: Arial;
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Arial;
	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: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.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.6s;
	}
a:hover{
	color:#092F60;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
.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;}


@media (min-width:1000px) {

.main{
	width: auto;
	margin:auto;
	padding: 0px 20px;
	max-width:1440px;
}

.header{
	width: 100%;
	float: left;
	height: 90px;
	padding: 0px 4.33vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#FFF;
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.10);
	position:fixed;
	left:0;
	top:0;
	z-index:99;
}
.logo{
	width: auto;
	display: flex;
	max-width: 7.8125%;
}
.logo img{
	max-width: 100%;
	height: auto;
}

.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width: auto;
	font-size: 16px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left: 1.8vw;
	margin-right: 1.8vw;
	position:relative;
	
}
.innav ul li a{
	padding:15px 0;
	position:relative;
}
.innav ul li a i{
	width:0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	opacity:0;
	height:2px;
	background-color:#092F60;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	opacity:1;
	width:100%;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li a.cur{
	color:#092F60;
}
.innav ul li a.cur i{
	opacity:1;
	width:100%;
}

.header .xiala a{
	color:#333;
}


.header.innav ul li .xiala a{
	padding:0 20px;
	color:#333;
}
.header .innav ul li .xiala a:hover{
	color:#004EA1;
}
.header .innav ul li .xiala a{
	padding:0 10px;
	color:#333;
}
.header .innav ul li .xiala a:hover{
	color:#E60012;
}
.header .innav ul li .xiala a{
	padding:0 20px;
	color:#333;
	font-size:14px;
}
.header .innav ul li .xiala a:hover{
	color:#E60012;
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.xiala{
	width:320px;
	position:absolute;
	top:70px;
	left:-115px;
	z-index:992;
	opacity:0;
	visibility:hidden;
	padding:20px 0;
	transition: all 0.3s;
	background: rgba(247,247,247,0.9);
	font-size:14px;
	line-height:35px;
	text-align:center;
}
.xiala.kd220{
	width:220px;
	left:-80px;
}
.zyw{
	width: auto;
	display: flex;
	align-items: center;
}
.zyw i{
	margin-left:20px;
	margin-right:20px;
	width:1px;
	height:24px;
	border-left: 1px dashed #E60012;
}
.intel{
	width:auto;
	height:90px;
	padding-left:40px;
	display: flex;
	align-items: center;
	border-left:1px solid rgba(0,0,0,0.10);
	font-size:24px;
	color:#E60012;
	font-family: DIN;

}
.intel img{
	margin-right:15px;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding-bottom:80px;
}
.intit{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.intit .a01 i{
	width:4px;
	height:72px;
	background: #234AA7;
	margin-right:25px;
}
.intit .a01 dl dt{
	font-size:14px;
	line-height:18px;
	color: #999;
	text-transform:uppercase;
}
.intit .a01 dl dd{
	margin-top:10px;
	font-size:36px;
	line-height:52px;
	font-weight: bold;
}
.intit .a02{
	width:auto;
	display: flex;
	align-items: center;
}
.intit .a02 a{
	width:240px;
	height:60px;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:10px;
	font-size:14px;
}
.intit .a02 a b{
	font-family:'Arial';
	margin-left:10px;
}
.intit .a02 a:hover{
	background: #234AA7;
	color:#FFF;
}
.intit .a02 a.cur{
	background: #234AA7;
	color:#FFF;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:50px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.cpfl ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:auto;
	position:relative;
	font-size:16px;
}
.cpfl ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:-20px;
	z-index:1;
	opacity:0;
	height:2px;
	background-color:#092F60;
	transition: all 0.6s;
}
.cpfl ul li:hover i{
	width:100%;
	opacity:1;
}
.cpfl ul li.cur i{
	width:100%;
	opacity:1;
}
.inpro{
	width:100%;
	float:left;
	margin-top:20px;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro.ny{
	margin-top:0px;
}
.inpro.ny ul li:nth-child(2){
	margin-top:0;
}
.inpro.ny ul li:nth-child(3){
	margin-top:0;
}
.inpro.ny ul li:first-child{
	margin-top:0;
}
.inpro ul li{
	width:calc(34.0% - 30px);
	margin-top:30px;
	margin-right:30px;
	background-color:#FFF;
	padding:40px;
	transition: all 0.6s;
	position:relative;
}
.inpro ul li .hx{
	width:0;
	height:6px;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	opacity:0;
	transition: all 0.6s;
	background-color:#234AA7;
}
.inpro ul li:hover .hx{
	opacity:1;
	width:100%;
}
.inpro ul li:hover{
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.inpro ul li dl dd{
	margin-top:10px;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#666;
}

.inab{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#F2F2F2;
}
.inab .tex{
	width:50.7%;
	padding:60px;
}
.inab .tex dl dt{
	font-size:16px;
	line-height:24px;
	color:#234AA7;
	font-weight:bold;
}
.inab .tex dl dd{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
	margin-top:5px;
}
.inab .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:80px;
}
.inab .tex ul li{
	width:32.2%;
	overflow:hidden;
}
.inab .tex ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab .tex ul li:hover img{
	transform: scale(1.05);
}
.inab .tex .more{
	display:flex;
	margin-top:80px;
}
.inab .tex .more a{
	width:200px;
	height:60px;
	background: #234AA7;
	color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
}
.inab .tex .more a b{
	font-family:'宋体';
	margin-left:30px;
}
.inab .pic{
	width:49.3%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab2{
	width:100%;
	float:left;
	margin-top:50px;
}
.inab2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab2 ul li{
	width:auto;
	display: flex;
	align-items: center;
}
.inab2 ul li img{
	margin-right:15px;
}
.inab2 ul li dl dt{
	font-size:12px;
	text-transform:uppercase;
}
.inab2 ul li dl dd{
	margin-top:5px;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.inab2 ul li .sx{
	width:1px;
	height:48px;
	background-color:rgba(0,0,0,0.10);
}

.innew{
	width:100%;
	float:left;
	margin-top:20px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.8% - 20px);
	margin-right:20px;
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:40px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.innew ul li .tex dl dt{
	font-size:16px;
	line-height:21px;
	color:#999;
}
.innew ul li .tex dl dd{
	margin-top:20px;
	margin-bottom:30px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#333;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innew ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:50px;
}
.innew ul li .tex .more a{
	padding:15px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999999;
}
.innew ul li .tex .more a img{
	margin-left:40px;
}
.innew ul li .pic01{
	display:inline-block;
}
.innew ul li .pic02{
	display: none;
}
.innew ul li:hover .pic01{
	display:none;
}
.innew ul li:hover .pic02{
	display:inline-block;
}
.innew ul li:hover .tex .more a{
	color:#234AA7;
	font-weight:bold;
	border-bottom: 1px solid #234AA7
}
.foot{
	width:100%;
	float:left;
	background: #092F60;
	padding-top:80px;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:25.0%;
	color:#FFF;
	font-size:14px;
	line-height:24px;
}
.foot01 .a01 h1{
	font-size:32px;
	line-height:38px;
	font-family: DIN;
	font-weight:normal;
}
.foot01 .a01 .ewm{
	display:flex;
	margin-top:15px;
}
.foot01 .a01 .ewm dl dt{
	text-align:center;
}
.foot01 .a01 .ewm dl dd{
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#999;
}
.foot01 .a02{
	width:calc(75.0% - 20px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.foot01 .a02 .dz{width:50%;}
.foot01 .a02 dl dt{
	font-size:16px;
	padding-bottom:30px;
	margin-bottom:30px;
	position:relative;
}
.foot01 .a02 dl dt .hx{
	width:36px;
	height:3px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.foot01 .a02 dl dd{
	font-size:14px;
	line-height:30px;
}
.foot01 .a02 dl dd i{
	font-size:16px;
}
.foot01 .a02 dl dd a{
	color:#FFF;
}
.foot01 .a02 .sx{
	width:1px;
	height:260px;
	background-color:rgba(255,255,255,0.10);
}
.foot01 .a02 dl dd.mart20{
	margin-top:20px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:80px;
	padding:30px 0;
	border-top:1px solid rgba(255,255,255,0.10);
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:rgba(255,255,255,0.60);
}
.foot03 a{
	color:rgba(255,255,255,0.60);
}
.back{
	width:60px;
	height:60px;
	position:fixed;
	bottom:100px;
	display:flex;
	right:20px;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back a img{
	max-width:100%;
	height:auto;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:0px;
	background-color:#F2F2F2;
	padding-bottom:80px;
}
.con{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:50px;
}
.con-l{
	width:18.4%;
}
.con-l .a01{
	width:100%;
	padding:30px 40px;
	background: #234AA7;
	color:#FFF;
	float:left;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.con-l .a02{
	float:left;
	width:100%;
	background-color:#FFF;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid rgba(0,0,0,0.10); 
	line-height:26px; 
	font-size:12px;
	padding:20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav.currentDt {
color: #234AA7;
}
.subNav.currentDt a{
color: #234AA7;
}
.subNav.f18{
	font-size:18px;
}
.subNav i{
	width:12px;
	height:24px;
	background:url(../img/jt.png) no-repeat center / contain;
}
.subNav:hover{
	color: #234AA7;
}
.subNav:hover a{
	color: #234AA7;
}
.subNav:hover i{
	opacity:1;
}
.currentDd{
	font-weight:bold;
	color: #234AA7;
}
.currentDd a{
	color: #234AA7;
}
.currentDd i{
	background:url(../img/jt2.png) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	line-height:30px; 
	font-size:14px;
	color:#666;
}
.navContent p{
	padding:14px 40px;
	border-bottom:1px solid rgba(0,0,0,0.10); 
}
.navContent p.cur{
	color:#234AA7; 
}
.navContent p.cur a{
	color:#234AA7; 
}
.navContent p.cur i{
	color:#234AA7;
}
.navContent p a{
	color:#666;
}
.navContent p a:hover{
	color:#234AA7;
}
.navContent p i{
	color:#BDBDBD;
	font-size:10px;
	margin-right:10px;
}
.navContent p:hover i{
	color:#234AA7;
}
.ntel{
	width:100%;
	float:left;
	padding:40px;
}
.ntel dl dt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:16px;
}
.ntel dl dt img{
	margin-right:10px;
}
.ntel dl dd{
	font-size:24px;
	line-height:30px;
	font-family: DIN;
	color: #234AA7;
	text-align:center;
}

.con-r{
	width:78.2%;
}
.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: #fff;
	border: 1px solid #e0e0e0;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:50%;
}
.fy ul li a:hover{
	background: #234AA7;
	border:1px solid #234AA7;
	color:#FFF;
}
.fy ul li .cur{
	background: #234AA7;
	border:1px solid #234AA7;
	color:#FFF;
}
.nab{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:60px 50px;
}
.nab .a1{
	width:100%;
	float:left;
	font-size:16px;
	line-height:32px;
}
.nab .a1 img{
	max-width:100%;
	height:auto;
}
.nab .a1 dl dt{
	font-size:16px;
	line-height:24px;
	color: #234AA7;
	font-weight:bold;
}
.nab .a1 dl dd{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
	margin-bottom:30px;
}
.nab .a1 dl dd.jz{
	text-align:center;
}
.nab .a2{
	width:100%;
	float:left;
	margin-top:30px;
	position:relative;
}
.nab .a2 img{
	width:100%;
	height:auto;
	display:block;
}
.nab .a2 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:50px;
	color:#FFF;
	font-size:14px;
	line-height:28px;
}
.nab .a2 .tex.jy{
	justify-content: flex-end;
	text-align:right;
}
.nab .a2 .tex div{
	width:70%;
}
.nab .a2 .tex div h1{
	font-size:24px;
	line-height:36px;
	margin-bottom:20px;
}
.fzlc{
	width:100%;
	float:left;
}
.fzlc h1{
	font-size:32px;
	line-height:46px;
	margin-bottom:15px;
}
.fzlc ul{
	display: flex;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	margin-top:15px;
}
.fzlc ul li .bq{
	color: #234AA7;
	font-size:12px;
	line-height:30px;
}
.fzlc ul li .date{
	width:auto;
	margin-left:15px;
	margin-right:15px;
	font-size:16px;
	line-height:30px;
	color: #234AA7;
	font-weight:bold;
	min-width:80px;
}
.fzlc ul li .tex{
	width:auto;
	font-size:16px;
	line-height:30px;
}
.fzlc ul li .tex b{
	color:#E60012;
}
.zslist{
	width:100%;
	float:left;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
}
.zslist ul li{
	width:calc(25.5% - 20px);
	margin-right:20px;
}
.zslist ul li:nth-child(4n){
	margin-right:0px;
}
.zslist ul li dl dt{
	overflow:hidden;
	border-radius:8px;
}
.zslist ul li dl dt img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.zslist ul li:hover dl dt img{
	transform: scale(1.05);
}
.zslist ul li dl dd{
	margin-top:20px;
	margin-bottom:30px;
	font-size:14px;
	line-height:21px;
	text-align:center;
}
.newtj{
	width:100%;
	float:left;
	margin-top:60px;
	background: #fff;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newtj .tex{
	width:52.7%;
	padding:60px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtj .tex h1{
	margin-bottom:22px;
	font-size:16px;
	line-height:28px;
	color:#333;
}
.newtj .tex .more{
	display:flex;
	margin-top:50px;
}
.newtj .tex .more a{
	padding:15px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #234AA7;
	color:#234AA7;
}
.newtj .tex .more a img{
	margin-left:40px;
}

.newtj .pic{
	width:47.3%;
	overflow:hidden;
	display:flex;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#fff;
	padding:34px 60px;
	display: flex;
	justify-content: space-between;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: #234AA7;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#234AA7;
}
.newlist ul li .date{
	width: 9%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-family: DIN;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	font-family: DIN;
}
.newlist ul li .pic{
	width:25%;
	overflow:hidden;
	margin-left:40px;
	margin-right:60px;
	min-width:25%;
}
.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: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex dl dt{
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:144px;
	font-weight:bold;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#fff;
	color:#234AA7;
}
.newlist ul li:hover .jt a{
	color:#1E84E4;
}

.nyshow{
	width:100%;
	background-color:#FFF;
	padding:60px 80px;
	float:left;
	margin-top:50px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:34px;
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:20px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:55px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fh{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
}
.fh a{
	width: 209px;
	height: 58px;
	background: #234AA7;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.fh a b{
	margin-left:15px;
	font-family:'宋体';
}
.lx{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:60px;
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
}
.lx-l{
	width:48%;
}
.lx-l img{
	max-width:100%;
	height:auto;
}
.lx-l dl dt{
	font-size:16px;
	line-height:24px;
	color:#234AA7;
	font-weight:bold;
}
.lx-l dl dd{
	font-size:22px;
	line-height:46px;
	font-weight:bold;
	margin-bottom:50px;
}
.lx-r{
	width:38%;
	margin-left:7%;
	font-size:14px;
	line-height:24px;
}
.lx-r h1{
	font-size:36px;
	line-height:42px;
	font-weight:normal;
	font-family: DIN;
	margin-bottom:20px;
}
.lx-r dl dt{
	font-size:20px;
	line-height:26px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-top:40px;
	font-weight:bold;
}
.lx-r dl dd{
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.lx-r dl dd img{
	margin-right:10px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:80px;
}
.nytit dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:10px;
	font-size:24px;
	line-height:32px;
	color:#666;
}

.nlx01{
	width:100%;
	margin-top:20px;
	float:left;
	margin-bottom:80px;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:20px;
	width:31.9375%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li: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;
}
.nlx01 ul li a{
	color:#0171D5;
}
.bk{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	background-color:transparent;
	border-radius: 5px;
}
.anniu{
	width: 215px;
	height: 60px;
	background: #234AA7;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	cursor:pointer;
	border:0px;
}
.weiz{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999;
	float:right; 
	margin-top:20px;
	text-align:right;
	justify-content:flex-end;
	width:100%;
	justify-content:flex-end;
	}

.weiz img{
	margin-right:15px;
}
.weiz a{
	color:#999;
}






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


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



	
}


@media (min-width:1000px) and (max-width:1500px){
.header{
	height:70px;
}
.innav ul li{
	font-size: 14px;
	margin-left: 1.3vw;
	margin-right: 1.3vw;
}




.zyw img{
	max-height:15px;
}

.intel{
	font-size:18px;
	height:70px;
	padding-left:20px;
}
.intel img{
	max-height:15px;
}
.intel i{
	margin-left:10px;
	margin-right:10px;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:0px;
}
.subNav{
	padding:10px 20px;
	font-size:14px;
}
.navContent p{
	padding:5px 20px;
	font-size:12px;
}
.con-l .a01{
	padding:10px 20px;
}
.ntel{
	padding:20px;
}
.ntel dl dt{
	font-size:12px;
}
.ntel dl dd{
	font-size:20px;
}

.nab .a2 .tex div{
	width:100%;
}
.nab .a2 .tex{
	padding:30px;
	font-size:12px;
	line-height:21px;
}
.nab .a2 .tex div h1{
	font-size:20px;
}









}



@media (max-width:999px) {

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

.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: 999999;
	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:-10%;
}
.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/close2.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:95%; 
	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;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #092F60; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.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.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
}

.main{ 
	width: 100%;
	float:left;
	padding: 0px 5%;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding-bottom:2.0rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.intit .a01 i{
	width:2px;
	height:2.5rem;
	background: #234AA7;
	margin-right:1.0rem;
}
.intit .a01 dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
	color: #999;
	text-transform:uppercase;
}
.intit .a01 dl dd{
	margin-top:0.2rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight: bold;
}
.intit .a02{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.intit .a02 a{
	padding:0.5rem 1.0rem;
	background-color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:0.5rem;
	font-size:0.8rem;
	margin-top:0.5rem;
}
.intit .a02 a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.intit .a02 a:hover{
	background: #234AA7;
	color:#FFF;
}
.intit .a02 a.cur{
	background: #234AA7;
	color:#FFF;
}

.cpfl{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.cpfl ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:auto;
	position:relative;
	font-size:0.8rem;
	margin-right:1.0rem;
	padding-bottom:0.5rem;
	margin-top:0.5rem;
}
.cpfl ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:0rem;
	z-index:1;
	opacity:0;
	height:1px;
	background-color:#092F60;
	transition: all 0.6s;
}
.cpfl ul li:hover i{
	width:100%;
	opacity:1;
}
.cpfl ul li.cur i{
	width:100%;
	opacity:1;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro.ny{
	margin-top:0px;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	background-color:#FFF;
	padding:1.0rem;
	transition: all 0.6s;
	position:relative;
}
.inpro ul li .hx{
	width:0;
	height:3px;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	opacity:0;
	transition: all 0.6s;
	background-color:#234AA7;
}
.inpro ul li:hover .hx{
	opacity:1;
	width:100%;
}
.inpro ul li:hover{
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	font-size:0.8rem;
	text-align:center;
	font-weight:bold;
	margin-top:0.5rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inpro ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#F2F2F2;
}
.inab .tex{
	width:100%;
	padding:2.0rem;
}
.inab .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#234AA7;
	font-weight:bold;
}
.inab .tex dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-top:0.2rem;
}
.inab .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.inab .tex ul li{
	width:32.2%;
	overflow:hidden;
}
.inab .tex ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab .tex ul li:hover img{
	transform: scale(1.05);
}
.inab .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.inab .tex .more a{
	padding:0.5rem 1.0rem;
	background: #234AA7;
	color:#FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
}
.inab .tex .more a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.inab .pic{
	width:100%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab2{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inab2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab2 ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.inab2 ul li img{
	margin-right:0.5rem;
	max-height:2.0rem;
}
.inab2 ul li dl dt{
	font-size:0.8rem;
	text-transform:uppercase;
}
.inab2 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inab2 ul li .sx{
	width:1px;
	height:48px;
	background-color:rgba(0,0,0,0.10);
	display:none;
}

.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background-color:#FFF;
	border-radius:5px;
	overflow:hidden;
	margin-top:1.0rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#666;
}
.innew ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999;
}
.innew ul li .tex dl dd{
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innew ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.innew ul li .tex .more a{
	padding:0.5rem 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999999;
	font-size:0.8rem;
}
.innew ul li .tex .more a img{
	margin-left:1.0rem;
	max-height:1.0rem;
}
.innew ul li .pic01{
	display:inline-block;
}
.innew ul li .pic02{
	display: none;
}
.innew ul li:hover .pic01{
	display:none;
}
.innew ul li:hover .pic02{
	display:inline-block;
}
.innew ul li:hover .tex .more a{
	color:#234AA7;
	font-weight:bold;
	border-bottom: 1px solid #234AA7
}
.foot{
	width:100%;
	float:left;
	background: #092F60;
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	color:#FFF;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.foot01 .a01 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: DIN;
	font-weight:normal;
}
.foot01 .a01 .ewm{
	display:flex;
	margin-top:1.0rem;
}
.foot01 .a01 .ewm dl{
	width:100%;
}
.foot01 .a01 .ewm dl dt{
	text-align:center;
}
.foot01 .a01 .ewm dl dt img{
	max-width:30%;
}
.foot01 .a01 .ewm dl dd{
	text-align:center;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#999;
}
.foot01 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.foot01 .a02 dl{
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	font-size:1.0rem;
	padding-bottom:1.0rem;
	margin-bottom:1.0rem;
	position:relative;
}
.foot01 .a02 dl dt .hx{
	width:1.5rem;
	height:1px;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.foot01 .a02 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.foot01 .a02 dl dd i{
	font-size:1.0rem;
}
.foot01 .a02 dl dd a{
	color:#FFF;
}
.foot01 .a02 .sx{
	width:1px;
	height:260px;
	background-color:rgba(255,255,255,0.10);
	display:none;
}
.foot01 .a02 dl dd.mart20{
	margin-top:1.0rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.10);
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:rgba(255,255,255,0.60);
	font-size:0.8rem;
}
.foot03 a{
	color:rgba(255,255,255,0.60);
}
.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	bottom:3.0rem;
	display:flex;
	right:1.0rem;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back a img{
	max-width:100%;
	height:auto;
}
.nwrap{
	width:100%;
	float:left;
	margin-top:0rem;
	background-color:#F2F2F2;
	padding-bottom:2.0rem;
}
.con{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.con-l{
	width:100%;
}
.con-l .a01{
	width:100%;
	padding:1.0rem;
	background: #234AA7;
	color:#FFF;
	float:left;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.con-l .a02{
	float:left;
	width:100%;
	background-color:#FFF;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid rgba(0,0,0,0.10); 
	line-height:26px; 
	font-size:0.8rem;
	padding:0.5rem 1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav.f18{
	font-size:1.0rem;
}
.subNav i{
	width:0.5rem;
	height:1.0rem;
	background:url(../img/jt.png) no-repeat center / contain;
}
.subNav:hover{
	color: #234AA7;
}
.subNav:hover a{
	color: #234AA7;
}
.subNav:hover i{
	opacity:1;
}
.currentDd{
	font-weight:bold;
	color: #234AA7;
}
.currentDd a{
	color: #234AA7;
}
.currentDd i{
	background:url(../img/jt2.png) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	line-height:1.5rem; 
	font-size:0.8rem;
	color:#666;
}
.navContent p{
	padding:0.5rem 1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10); 
}
.navContent p.cur{
	color:#234AA7; 
}
.navContent p.cur a{
	color:#234AA7; 
}
.navContent p.cur i{
	color:#234AA7;
}
.navContent p a{
	color:#666;
}
.navContent p a:hover{
	color:#234AA7;
}
.navContent p i{
	color:#BDBDBD;
	font-size:0.6rem;
	margin-right:0.5rem;
}
.navContent p:hover i{
	color:#234AA7;
}
.ntel{
	width:100%;
	float:left;
	padding:40px;
	display:none;
}
.ntel dl dt{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:16px;
}
.ntel dl dt img{
	margin-right:10px;
}
.ntel dl dd{
	font-size:24px;
	line-height:30px;
	font-family: DIN;
	color: #234AA7;
	text-align:center;
}

.con-r{
	width:100%;
}
.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: #fff;
	border: 1px solid #e0e0e0;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	border-radius:1.5rem;
}
.fy ul li a:hover{
	background: #234AA7;
	border:1px solid #234AA7;
	color:#FFF;
}
.fy ul li .cur{
	background: #234AA7;
	border:1px solid #234AA7;
	color:#FFF;
}
.nab{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem 1.0rem;
	margin-top:1.0rem;
}
.nab .a1{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab .a1 img{
	max-width:100%;
	height:auto;
}
.nab .a1 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color: #234AA7;
	font-weight:bold;
}
.nab .a1 dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:1.0rem;
}
.nab .a1 dl dd.jz{
	text-align:center;
}
.nab .a2{
	width:100%;
	float:left;
	margin-top:1.0rem;
	position:relative;
}
.nab .a2 img{
	width:100%;
	height:auto;
	display:block;
}
.nab .a2 .tex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab .a2 .tex.jy{
}
.nab .a2 .tex div{
	width:100%;
}
.nab .a2 .tex div h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}

.fzlc{
	width:100%;
	float:left;
}
.fzlc h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:0.5rem;
}
.fzlc ul{
	display: flex;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	align-items: flex-start;
	margin-top:0.5rem;
}
.fzlc ul li .bq{
	color: #234AA7;
	font-size:0.6rem;
	line-height:1.5rem;
}
.fzlc ul li .date{
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color: #234AA7;
	font-weight:bold;
	min-width:3.0rem;
}
.fzlc ul li .tex{
	width:auto;
	font-size:0.8rem;
	line-height:1.5rem;
}
.fzlc ul li .tex b{
	color:#E60012;
}
.zslist{
	width:100%;
	float:left;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zslist ul li{
	width:48%;
}
.zslist ul li:nth-child(4n){
	margin-right:0px;
}
.zslist ul li dl dt{
	overflow:hidden;
	border-radius:8px;
}
.zslist ul li dl dt img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.zslist ul li:hover dl dt img{
	transform: scale(1.05);
}
.zslist ul li dl dd{
	margin-top:0.5rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.newtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #fff;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtj .tex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newtj .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newtj .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.newtj .tex .more a{
	padding:0.5rem 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #234AA7;
	color:#234AA7;
}
.newtj .tex .more a img{
	margin-left:1.0rem;
	max-height:1.0rem;
}

.newtj .pic{
	width:100%;
	overflow:hidden;
	display:flex;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.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;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: #234AA7;
}
.newlist ul li:hover .date{
	background: #ffffff;
	color:#234AA7;
}
.newlist ul li .date{
	width: 9%;
	background: #e9edf0;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	color:#BDBDBD;
	min-width:134px;
	display:none;
}
.newlist ul li .date dl dt{
	font-size:61px;
	line-height:74px;
	font-family: DIN;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:20px;
	font-family: DIN;
}
.newlist ul li .pic{
	width:33%;
	overflow:hidden;
	margin-right:1.0rem;
	min-width:33%;
}
.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: auto;
	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;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li:hover .tex{
	color:#FFF;
}
.newlist ul li:hover .tex a{
	color:#FFF;
}
.newlist ul li .jt{
	width:48px;
	min-width:48px;
	height:48px;
	background-color:#e0e0e0;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'宋体';
	color: #FFF;
	margin-left:144px;
	font-weight:bold;
	display:none;
}
.newlist ul li .jt a{
	color:#FFF;
}
.newlist ul li:hover .jt{
	background-color:#fff;
	color:#234AA7;
}
.newlist ul li:hover .jt a{
	color:#1E84E4;
}

.nyshow{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
	float:left;
	margin-top:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	color:#828282;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:0.5rem;
}
.newdate a img{
	max-height:2.0rem;
}
.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;
}
.fh{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.fh a{
	width: 8.0rem;
	height: 2.0rem;
	background: #234AA7;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.fh a b{
	margin-left:0.5rem;
	font-family:'宋体';
}
.lx{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
}
.lx-l{
	width:100%;
}
.lx-l img{
	max-width:100%;
	height:auto;
}
.lx-l dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#234AA7;
	font-weight:bold;
}
.lx-l dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	margin-bottom:2.0rem;
}
.lx-r{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem
}
.lx-r h1{
	font-size:1.5rem;
	line-height:2.0rem;
	font-weight:normal;
	font-family: DIN;
	margin-bottom:20px;
}
.lx-r dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	margin-top:2.0rem;
	font-weight:bold;
}
.lx-r dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.lx-r dl dd img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.nytit{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}

.nlx01{
	width:100%;
	margin-top:1.0rem;
	float:left;
	margin-bottom:2.0rem;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li:last-child{
	margin-top:2.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:0.5rem;
}
.nlx01 ul li a{
	color:#0171D5;
}
.bk{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
	background-color:transparent;
	border-radius: 5px;
}
.anniu{
	width: 8.0rem;
	height: 2.0rem;
	background: #234AA7;
	color:#FFF;
	line-height:2.0rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
}
.weiz{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999;
	float:right; 
	margin-top:20px;
	text-align:right;
	width:100%;
	justify-content: flex-end;
	}

.weiz img{
	margin-right:15px;
}
.weiz a{
	color:#999;
}



.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:90vh; 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;}








.mart80{
	margin-top:2.0rem;
}


























	
	
	














}
































