ng@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family: Arial;
	margin:auto;
	}
*{
	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:#004E92;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
@font-face
{
	font-family: Arial;
	src: url('../font/ARIAL.TTF'),
	url('../font/ARIAL.TTF'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
.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) {
	
/*底部开始*/
.foot_top{cursor: pointer;position: absolute;left: 50%;width: 50px;height: 25px;margin-left: -25px;bottom: 0;background: url(../images/index6Arrow1.png) no-repeat;z-index: 5555;}
.footer{width: 100%;position: absolute;z-index: 300;left: 0;bottom: 0;height: 0;overflow: hidden;z-index: 12;}
.footer.foot_show{height: 520px;overflow: visible;}
.footer.foot_show .foot_top{background-image: url(../images/index6Arrow2.png);bottom: auto;top: -25px;}

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


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

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

.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	float: left;
	
}
.pos{ position: fixed; top:0px; z-index:996; background:#FFF;}
.top{
	width: 100%;
	float: left;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	
}
.logo{
	width: 182px;
	max-width:12.638%;
}
.logo img{
	max-width: 100%;
	height: auto;
}
.top-r{
	width: 80%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.search{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 4.0vw;
	height: 45px;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding:0 20px;
	min-width:50%;
}
.search form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
}

.ssbk{
	width: auto;
	height: 40px;
	font-family: "微软雅黑";
	color: #999999;
	outline: none;
	border:0px;
}
.anniu{
	max-height:20px;
}
.qiu{
	width: 32px;
	height: 32px;
	margin-left: 1.0vw;
	background-image: url(../img/qiu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 1.0vw;
	max-width:1.14583vw;
}
.zyw{
	width: auto;
	padding-right: 34px;
	background-image: url(../img/xjt2.png);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 14px;
	position: relative;
}
.zyzh{
	width: 100px;
	position: absolute;
	top: 30px;
	left: -10px;
	z-index: 11;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
.zyw:hover .zyzh{
	opacity: 1;
	visibility: visible;
}
.intel{
	width:auto;
	font-family: Roboto;
	display: flex;
	align-items: center;
	margin-left:24px;
	font-size:24px;
	color:#004E92;
}
.intel img{
	margin-right:10px;
	max-width:1.77vw;
}
.innav{
	width: 100%;
	height: 68px;
	background: #5d6469;
	float: left;
}
.innav ul{
	display: flex;
	justify-content: space-between;
}
.innav ul li{
	width: 132px;
	height: 68px;
	text-align: center;
	font-size: 16px;
	line-height: 68px;
	position: relative;
}
.innav ul li a{
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
}
.innav ul li i{
	width: 24px;
	height: 12px;
	margin-left: 8px;
	background-image: url(../img/xjt.png);
	background-position: center;
	background-repeat: no-repeat;
}
.innav ul li a:hover{
	background-color: #004E92;
	color: #FFFFFF;
}
.innav ul li .cur{
	background-color: #004E92;
	color: #FFFFFF;
}
.innav ul li:hover a{
	background-color: #004E92;
	color: #FFFFFF;
}
#xiala{
	width: 132px;
	position: absolute;
	left: 0;
	top: 68px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
	z-index: 999;
}
#xiala.kd2{
	left: -50px;
	width: 232px;
}
#xiala dl dd{
	height: 40px;
	line-height: 40px;
	background-color: #5d6469;
	font-size: 14px;
}
#xiala dl dd a{
	background-color: #5d6469;
	border-bottom: 1px solid #999999;
}
#xiala dl dd a:hover{
	background-color: #5db436;
}
.innav ul li:hover #xiala{
	opacity: 1;
	visibility: visible;
}
#xiala dl dd:last-child a{
	border-bottom: 0px;
}

.index01{
	width: 100%;
	float: left;
	padding: 110px 0px;
	background-image: url(../img/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #FFFFFF;
}
.inab-l{
	width:45.4861%;
}
.intit{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #FFFFFF;
}
.intit.black{
	color:#333;
}
.intit.black .a01 .sx{
	background-color:#333;
}
.intit .a01{
	width:100%;
	display: flex;
	align-items: center;
	font-size:32px;
	line-height:1;
	font-weight:bold;
}
.intit .a01 .sx{
	width:4px;
	height:46px;
	background-color:#FFF;
	margin-left:20px;
	margin-right:20px;
}
.intit .a01 dl dt{
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:18px;
	line-height:32px;
	font-weight:400;
}
.intit .a02{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:20px;
}
.intit .a02 a{
	width:25%;
	padding:10px 30px;
	font-size:18px;
	font-weight:600;
	color:#FFF;
}
.intit .a02 a:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.intit .a02 a.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.intit .a02 .sx{
	width:1px;
	height:24px;
	background-color:rgba(255,255,255,0.60);
	margin-left:0.5vw;
	margin-right:0.5vw;
}

.intit .a03{
	width:auto;
	display: flex;
	align-items: center;
}
.intit .a03 a{
	padding:10px 30px;
	font-size:18px;
	font-weight:bold;
}
.intit .a03 a:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}
.intit .a03 a.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}
.intit .a03 .sx{
	width:1px;
	height:24px;
	background-color:#e0e0e0;
	margin-left:0.5vw;
	margin-right:0.5vw;
}

.absm{
	width:100%;
	float:left;
	margin-top:0.8rem;
	font-size:16px;
	line-height:1.4;

}
.absm p{text-align: justify;
display:inline-block;}
.absm ul{
	display:flex;
	justify-content: space-between;
	margin-top:70px;
}
.absm ul li{
	width:30.687%;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#FFF;
	text-align:center;
}
.absm ul li dl dt{
	overflow:hidden;
}
.absm ul li dl dd{
	margin-top:10px;
	font-size:16px;
	color:#333;
}
.absm ul li .pic01{
	display:inline-block;
}
.absm ul li .pic02{
	display:none;
}
.absm ul li:hover .pic01{
	display:none;
}
.absm ul li:hover .pic02{
	display:inline-block;
}
.absm ul li:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.absm ul li:hover dl dd{
	color:#FFF;
}

.inmore{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
}
.inmore a{
	width: 200px;
	height: 60px;
	background: #e98a36;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	color:#FFF;
}
.inmore a b{
	font-family:'宋体';
	margin-left:24px;
}
.inab-r{
	width:34%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-r dl{
	width:50%;
	margin-bottom:50px;
}
.inab-r dl dt{
	display: flex;
	align-items: flex-start;
	font-size:16px;
}
.inab-r dl dt b{
	font-size:64px;
	line-height:76px;
	font-family: Roboto;
}
.inab-r dl dd{
	margin-top:10px;
	font-size:16px;
	line-height:21px;
}

.index02{
	width: 100%;
	float: left;
	padding: 0px 0px;
	padding-top:100px;
	padding-bottom:140px;
	background-image: url(../img/ab02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:55px;
	display:flex;
}
.cpsm div{
	width:55%;
	font-size:18px;
	line-height:1.4;
	color:#FFF;
}
.index03{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
.index03 .pic{
	width:100%;
	float:left;
	overflow: hidden;
}
.index03 .pic img{
	width:100%;
	height:auto;
	display:block;
	min-height:100vh;
}
.index03 .tex{
	width:100%;
	position:absolute;
	top:5vw;
	left:0;
	z-index:11;
}
.index03 .tex .jjfa{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
}
.index03 .tex .jjfa .a01{
	width:25%;
}
.index03 .tex .jjfa .a01 ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 30px;
	height:7.0vh;
	background-color:#FFF;
	font-size:16px;
	margin-top:2.0vh;
}
.index03 .tex .jjfa .a01 ul li .pic01{
	display:inline-block;
}
.index03 .tex .jjfa .a01 ul li .pic02{
	display: none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic01{
	display:none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic02{
	display:inline-block;
}
.index03 .tex .jjfa .a01 ul li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index03 .tex .jjfa .a01 ul li a img{
	margin-right:20px;
}
.index03 .tex .jjfa .a01 ul li:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.index03 .tex .jjfa .a01 ul li:hover a{
	color:#FFF;
}
.index03 .tex .jjfa .a01 ul li.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.index03 .tex .jjfa .a01 ul li.cur a{
	color:#FFF;
}
.index03 .tex .jjfa .a01 ul li.cur .pic01{
	display:none;
}
.index03 .tex .jjfa .a01 ul li.cur .pic02{
	display: inline-block;
}

.index04{
	width: 100%;
	float: left;
	padding: 130px 0px;
	background-image: url(../img/ab04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.infw{
	width:60%;
	float:left;
	margin-top:80px;
}
.infw01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.infw01.mart70{
	margin-top:70px;
}
.infw01-l{
	width:32%;
	position:relative;
	padding:20px 20px;
	background-image:url(../img/fwb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	color:#FFF;
}
.infw01-l.bj2{
	background-image:url(../img/fwb02.jpg);
	display: flex;
	align-items: center;
	padding:0px;
	padding-left:40px;
}
.infw01-l .ren{
	width:auto;
	position:absolute;
	bottom:0;
	right:35px;
	z-index:1;
	display:flex;
}
.infw01-l .ren img{
	max-width:100%;
}
.infw01-r{
	width:68%;
}
.infw01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw01-r ul li{
	width:33.33333%;
	padding:28px 0;
	text-align:center;
	transition: all 0.6s;
	border: 1px solid rgba(0,0,0,0.10);
}
.infw01-r ul li .pic01{
	display:inline-block;
}
.infw01-r ul li .pic02{
	display: none;
}
.infw01-r ul li:hover .pic01{
	display:none;
}
.infw01-r ul li:hover .pic02{
	display:inline-block;
}
.infw01-r ul li dl dt{
	overflow:hidden;
}
.infw01-r ul li dl dd{
	font-size:16px;
	line-height:30px;
}
.infw01-r ul li:hover{
	background: linear-gradient(180deg,#0077de, #004e92 100%);
}
.infw01-r ul li:hover dl dd{
	color:#FFF;
}



.foot{
	width: 100%;
	float: left;
	padding: 95px 0px;
	background-color: #32373A;
}
.foot01{
	width: 100%;
	float: left;
	position:relative;
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
}
.foot01 ul li{
	width: auto;
	border-left:1px solid rgba(255,255,255,0.10);
	padding-left:2.125vw;
	padding-right:2.125vw;
}
.foot01 ul li:last-child{
	border:0px;
	padding:0px;
}
.foot01 ul li dl dt{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 17px;
	color: #FFFFFF;
}
.foot01 ul li dl dd{
	font-size: 14px;
	color: #BDBDBD;
	line-height: 18px;
	margin-bottom: 17px;
}
.foot01 ul li dl dd a{
	color: #BDBDBD;
}
.foot01 ul li dl dd a:hover{
	color: #FFFFFF;
}
.foot01 ul li .fh{
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}
.foot01 .fh{
	width: 60px;
	height: 60px;
	background-image: url(../img/back.png);
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom:50px;
	right:20px;
	z-index:111;
	display:flex;
}
.foot01 .fh a{
	width:100%;
	height:100%;
}
.foot01 ul li:last-child dl dd{
	text-align: center;
}
.foot02{
	width: 100%;
	float: left;
	height: 98px;
	background: #272B2E;
}
.foot02 .af01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	height: 98px;
	align-items: center;
}
.foot02 .af01 img{
	vertical-align: middle;
	margin-left: 16px;
	margin-right: 16px;
}

.nybanner{
	width: 100%;
	float: left;
	position: relative;
	margin-top:148px;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.nybanner .wenzi{
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	align-items: center;
}
.nybanner .wenzi .tex{
	width:100%;
}

.add{
	width: 100%;
	float: left;
	padding-bottom: 22px;
	margin-top: 22px;
	color: #828282;
	border-bottom: 1px solid #e5e5e5;
}
.add01{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:14px;
}
.add01 img{
	margin-right:10px;
}
.add01 a{
	color: #828282;
}
.nyab{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab-l{
	width:46%;
	font-size:14px;
	line-height:1.4;
}
.nyab-l h1{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #004e92;
}
.nyab-r{
	width:47.5%;
}
.nyab-r img{
	width:100%;
	height:auto;
	display:block;
}

.num{
	width:100%;
	float:left;
	margin-top:105px;
	background-color:#f2f2f2;
	padding:45px 0;
}
.num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul li{
	width:25%;
	border-right:1px solid #e2e2e2;
}
.num ul li:last-child{
	border:0px;
}
.num ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:16px;
	color:#004E92;
}
.num ul li dl dt b{
	font-family: Roboto;
	font-size:64px;
	line-height:75px;
}
.num ul li dl dd{
	margin-top:10px;
	text-align:center;
	font-size:16px;
	color:#999;
}

.nyab2{
	width:100%;
	float:left;
	margin-top:80px;
	background-image:url(../img/acb1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:24px;
	line-height:28px;
	color:#FFF;
	padding-top:147px;
	padding-bottom:196px;
	text-align:center;
}
.nyab2 h1{
	font-size:40px;
	line-height:53px;
	margin-top:20px;
	font-family:Microsoft YaHei;
}
.nytit{
	width:100%;
	float:left;
	position:relative;
	font-size:162px;
	line-height:190px;
	color:rgba(51,51,51,0.03);
	text-transform:uppercase;
	font-family: Microsoft YaHei;
	font-weight:bold;
}
.nytit b{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:100%;
	font-size:36px;
	line-height:42px;
	color:#333;
	display:flex;
	align-items: center;
}
.nyab3{
	width:100%;
	float:left;
	margin-top:20px;
}
.nyab3 ul{
	display: flex;
	flex-wrap: wrap;
}
.nyab3 ul li{
	width:calc(20.4% - 30px);
	margin-top:60px;
	margin-right:30px;
	background: #f2f2f2;
	padding-bottom:32px;
	padding-top:14px;
	text-align:center;
}
.nyab3 ul li:nth-child(5n){
	margin-right:0px;
}
.nyab3 ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.nyab3 ul li dl dt img{
	max-width:100%;
}
.nyab3 ul li dl dd{
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}

.wrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:80px 0;
}
.protj{
	width:100%;
	float:left;
	margin-top:60px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.protj .pic{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.protj .tex{
	width:42.5%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.protj .tex h1{
	font-size:36px;
	line-height:52px;
	color:#333;
	margin-bottom:40px;
}
.protj .tex .more{
	display:flex;
	margin-top:60px;
}
.protj .tex .more a{
	width:279px;
	height: 75px;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#fff;
}
.protj .tex .more a img{
	margin-left:40px;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(34.0% - 30px);
	margin-right:30px;
	margin-top:60px;
	background-color:#fff;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
}
.prolist ul li dl dd{
	height: 75px;
	background: #ffffff;
	padding:0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
	transition: all 0.6s;
	border-top:1px solid #e0e0e0;
}
.prolist ul li dl dd .pic01{
	display:inline-block;
}
.prolist ul li dl dd .pic02{
	display:none;
}
.prolist ul li:hover dl dd .pic01{
	display:none;
}
.prolist ul li:hover dl dd .pic02{
	display:inline-block;
}
.prolist ul li:hover dl dd{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content:flex-start;
	font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 1.5;
}
.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: #fffdef;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #004E92;
}
.fy ul li .cur{
	background: #004E92;
	color:#fff;
}

.proshow01{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
}
.proshow01 dl dt{
	font-size:36px;
	line-height:52px;
	font-weight:bold;
}
.proshow01 dl dd{
	display:flex;
	justify-content: center;
	font-size:14px;
	line-height:28px;
	color:#666;
	margin-top:20px;
}
.proshow01 dl dd div{
	width:70%;
}
.proshow01 .more{
	display:flex;
	margin-top:40px;
	justify-content: center;
}
.proshow01 .more a{
	width:229px;
	height: 75px;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#fff;
}
.proshow01 .more a img{
	margin-left:25px;
}
.proshow02{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proshow02-l{
	width:960px;
}
.proshow02-r{
	width:250px;
	float:right;
	}
.proshow02-r ul li{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #ccc; 
}
.proshow02-r ul li img{
	max-width:100%;
	height:auto;
}
.hdm{
	width:100%;
	float:left;
	margin-top:80px;
	height: 60px;
	background: #f2f2f2;
}
.hdm ul{
	display:flex;
}
.hdm ul li{
	display:flex;
	height: 60px;
}
.hdm ul li a{
	width:187px;
	height:60px;
	line-height:60px;
	font-size:14px;
	color:#666;
	text-align:center;
}
.hdm ul li a:hover{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.hdm ul li a.cur{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.protex{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
	padding:50px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.cs1
{background: #008dcc;
font-weight:600;
padding:60px;
border-radius: 8px;
color:#fff;
font-size:18px;
}
.cpcs{width:100%;border-collapse:collapse;}
.cpcs tr:nth-child(1){border-bottom: 2px solid #333;border-top: none;}
.cpcs th{font-size:16px;color:#00;font-weight:700;padding:10px;}
.cpcs .tp{border: none;}
.cpcs .tp img{width:100%;margin:auto;}
.cpcs td{border: 1px solid #333;}

.cpcs .cpbt{font-size:16px;color:#000;font-weight:300;padding:8px;}
.cpcs td{font-size:14px;color:#333;padding:0 8px;}
.nymore{
	width:100%;
	float:left;
	display:flex;
	margin-top:40px;
	justify-content: center;
}
.nymore a{
	width:229px;
	height: 75px;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#fff;
}
.nymore a img{
	margin-left:25px;
}

.falist{
	width:100%;
	float:left;
}
.falist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.falist ul li{
	width:48%;
	margin-bottom:60px;
	background-color:#fff;
}
.falist ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.falist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover dl dt img{
	transform: scale(1.05);
}
.falist ul li dl dd{
	height: 75px;
	background: #ffffff;
	padding:0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:16px;
	transition: all 0.6s;
}
.falist ul li dl dd .pic01{
	display:inline-block;
}
.falist ul li dl dd .pic02{
	display:none;
}
.falist ul li:hover dl dd .pic01{
	display:none;
}
.falist ul li:hover dl dd .pic02{
	display:inline-block;
}
.falist ul li:hover dl dd{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}

.nyfw{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:70px;
	float:left;
}
.nyfw-l{
	width:42.7%;
	display:flex;
}
.nyfw-l img{
	width:100%;
	height:auto;
}
.nyfw-r{
	width:51.25%;
}
.nyfw-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: 1px solid rgba(0,0,0,0.10);
	border-top: 1px solid rgba(0,0,0,0.10);
}
.nyfw-r ul li{
	width:33.33333%;
	padding:60px 0;
	text-align:center;
	transition: all 0.6s;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	background-color:#FFF;
}
.nyfw-r ul li .pic01{
	display:inline-block;
}
.nyfw-r ul li .pic02{
	display: none;
}
.nyfw-r ul li:hover .pic01{
	display:none;
}
.nyfw-r ul li:hover .pic02{
	display:inline-block;
}
.nyfw-r ul li dl dt{
	overflow:hidden;
}
.nyfw-r ul li dl dd{
	font-size:20px;
	line-height:30px;
}
.nyfw-r ul li:hover{
	background-image:url(../img/bj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyfw-r ul li:hover dl dd{
	color:#FFF;
}
.nyfw-r .more{
	display:flex;
	margin-top:60px;
}
.nyfw-r .more a{
	width: 279px;
	height: 75px;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#fff;
}
.nyfw-r .more a img{
	margin-left:40px;
}
.nyfw-r .wenz{
	width:100%;
	margin-top:40px;
	margin-bottom:60px;
	font-size:14px;
	line-height:28px;
	color:#666;
	float:left;
}
.newtj{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
}
.newtj img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display:flex;
	align-items: center;
	padding:0 80px;
}
.newtj .tex div{
	width:45.7%;
	font-size:14px;
	line-height:28px;
	color:#FFF;
}
.newtj .tex div h1{
	font-size:32px;
	line-height:46px;
	margin-bottom:30px;
}
.newtj .tex div h1 a{
	color:#FFF;
}
.newtj .tex div .more{
	display:flex;
	margin-top:66px;
}
.newtj .tex div .more a{
	width: 243px;
	height: 75px;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#fff;
}
.newtj .tex div .more a img{
	margin-left:40px;
	width:auto;
}
.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul li{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.newlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.newlist ul li a .pic{
	width:37.5%;
	overflow:hidden;
}
.newlist ul li a .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li a:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li a .tex{
	width:58.33%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newlist ul li a .tex h1{
	font-size:24px;
	line-height:35px;
	color:#333;
	margin-bottom:20px;
}
.newlist ul li a .tex .date{
	display:flex;
	margin-top:44px;
}
.newlist ul li a .tex .date div{
	width: 243px;
	height: 75px;
	background: #f2f2f2;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#999;
	transition: all 0.6s;
}
.newlist ul li a .tex .date div img{
	margin-left:40px;
}
.newlist ul li .pic01{
	display:inline-block;
}
.newlist ul li .pic02{
	display:none;
}
.newlist ul li:hover .pic01{
	display:none;
}
.newlist ul li:hover .pic02{
	display:inline-block;
}
.newlist ul li a:hover .tex .date div{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.newlist ul li a:hover h1{
	color:#004E92;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	display:flex;
	padding:80px 0;
}
.newshow-l{
	width:13.888%;
}
.newshow-l ul li{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:30px;
	display:flex;
	justify-content: center;
}
.newshow-r{
	width:78.8194%;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:34px;
	font-size:12px;
	line-height:16px;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.lx01{
	width:100%;
	float:left;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:49.3%;
	padding-bottom:70px;
	padding-top:50px;
	background-color:#FFF;
	text-align:center;
	font-weight:bold;
	transition: all 0.6s;
	margin-top:20px;
}
.lx01 ul li h1{
	overflow:hidden;
}
.lx01 ul li dl dt{
	margin-top:42px;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:16px;
	font-size:24px;
	line-height:28px;
	color:#004E92;
	padding:0 40px;
	font-family:Arial, Helvetica, sans-serif;
}
.lx01 ul li:hover{
	background-color:#004E92;
}
.lx01 ul li:hover dl dd{
	color:#FFF;
}
.lx01 ul li:hover dl dt{
	color:#FFF;
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display:none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}

.lx02{
	width:100%;
	float:left;
	padding:180px 0;
	background-image:url(../img/lxbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.lx02 .a01{
	width:43.75%;
	float:left;
	padding:50px;
	background-image:url(../img/dhb.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
	font-size:20px;
	line-height:28px;
}
.lx02 .a01 .bb{
	display:flex;
	margin-top:75px;
}
.lx02 .a01 .bb a{
	width: 189px;
	height: 59px;
	background: #ffffff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	color:#004E92;
}
.lx02 .a01 .bb a img{
	margin-left:20px;
}

.zxly{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:80px;
	font-size:16px;
	line-height:21px;
	color:#666;
}
.zxly h1{
	font-size:36px;
	line-height:48px;
	margin-bottom:20px;
	color:#333;
}
.zxly ul{
	margin-top:10px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:32%;
	margin-top:30px;
}
.zxly ul li:nth-child(4){
	width:100%;
}
.zxly ul li:last-child{
	width:100%;
	margin-top:48px;
}
.bk2{
	width:100%;
	line-height:66px;
	background: #f2f2f2;
	padding:0 28px;
	border:0px;
	outline:none;
	font-size:14px;
	font-family:'微软雅黑';
	color:#828282;
}
.anniu2{
	width: 207px;
	height: 75px;
	background: #004e92;
	border:0px;
	border-left: 4px solid #e98a36;
	line-height:75px;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
}











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

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

.intit .a01{font-size:24px;}

.nyfw-r ul li dl dd{font-size: 16px;
    line-height: 30px;}
	.nyfw-r ul li{padding: 40px 0;}
	.nyfw-r .wenz{line-height:1.5;}
.newlist ul li a .tex p{display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;}
	.lx02 .a01{font-size: 16px;}
.lx02 .a01 .bb a{font-size: 14px;}
@media (max-width:999px) {
.moblie{
	display: block;
}
.pc{
	display:none;
}
.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: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;
}
.cpcs{width:500px;border-collapse:collapse;}
.cpcs tr:nth-child(1){border-bottom: 2px solid #333;border-top: none;}
.cpcs th{font-size:16px;color:#00;font-weight:700;padding:10px;}
.cpcs .tp{border: none;display:none;}
.cpcs .tp img{width:100%;margin:auto;}
.cpcs td{border: 1px solid #333;}

.cpcs .cpbt{font-size:16px;color:#000;font-weight:300;padding:8px;}
.cpcs td{font-size:14px;color:#333;padding:0 8px;}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width: 100%;
	float: left;
	padding: 3.0rem 0px;
	background-image: url(../img/ab01_sj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #FFFFFF;
}
.inab-l{
	width:100%;
}
.intit{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #FFFFFF;
}
.intit dl{width:50%;}
.intit.black{
	color:#333;
}
.intit.black .a01 .sx{
	background-color:#333;
}
.intit .a01{
	width:100%;
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:2.0rem;
	font-weight:600;
}
.intit .a01 .sx{
	width:2px;
	height:2.0rem;
	background-color:#FFF;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.intit .a01 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	text-transform:uppercase;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:0.6rem;
	line-height:1;
}
.intit.black2{
	color:#fff;
}
.intit.black2 .a01 .sx{
	background-color:#fff;
}
.intit .a02{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.intit .a02 a{
	padding:0.5rem 0.3rem;
	font-size:0.8rem;
	font-weight:bold;
	color:#FFF;
}
.intit .a02 a:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.intit .a02 a.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.intit .a02 .sx{
	width:1px;
	height:1.0rem;
	background-color:rgba(255,255,255,0.60);
	margin-left:0.5vw;
	margin-right:0.5vw;
}

.intit .a03{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.intit .a03 a{
	padding:0.8rem 0.3rem;
	font-size:0.6rem;
	font-weight:bold;
	width:auto;
}
.intit .a03 a:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;

}
.logo .an{    background: #004e92;
    border-left: 4px solid #e98a36;
	font-size:14px;
	font-weight:700;
		color:#fff;
		padding:0 20px;
		float:right;
}
.intit .a03 a.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
	width:auto;
}
.intit .a03 .sx{
	width:1px;
	height:1.0rem;
	background-color:#e0e0e0;
	margin-left:0.5vw;
	margin-right:0.5vw;
}

.absm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.absm ul{
	display:flex;
	justify-content: space-between;
	margin-top:2.0rem;
}
.absm ul li{
	width:30.687%;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
	background-color:#FFF;
	text-align:center;
}
.absm ul li dl dt{
	overflow:hidden;
}
.absm ul li dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	color:#333;
}
.absm ul li .pic01{
	display:inline-block;
}
.absm ul li .pic02{
	display:none;
}
.absm ul li:hover .pic01{
	display:none;
}
.absm ul li:hover .pic02{
	display:inline-block;
}
.absm ul li:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.absm ul li:hover dl dd{
	color:#FFF;
}

.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
}
.inmore a{
	width: 8.0rem;
	height: 2.0rem;
	background: #e98a36;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#FFF;
}
.inmore a b{
	font-family:'宋体';
	margin-left:1.0rem;
}
.inab-r{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem
}
.inab-r dl{
	width:50%;
	margin-bottom:2.0rem;
}
.inab-r dl dt{
	display: flex;
	align-items: flex-start;
	font-size:0.8rem;
}
.inab-r dl dt b{
	font-size:2.0rem;
	line-height:2.0rem;
	font-family: Roboto;
}
.inab-r dl dd{
	margin-top:0.2rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.index02{
	width: 100%;
	float: left;
	padding: 3.0rem 0px;
	background-image: url(../img/ab02_sj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed
}
.cpsm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.cpsm div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.cpsm div.hs{
	color:#FFF;
}
.index03{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	color:#FFF;
	padding-bottom:5rem;
}
.index03 .pic{
	width:100%;
	float:left;
	overflow: hidden;
	display:none;
}
.index03 .pic img{
	width:100%;
	height:auto;
	display:none;
}
.index03 .tex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color:#FFF;
}
.index03 .tex .jjfa{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
}
.index03 .tex .jjfa .a01{
	width:100%;
}
.index03 .tex .jjfa .a01 ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 1.0rem;
	height:2.5rem;
	background-color:#f2f2f2;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.index03 .tex .jjfa .a01 ul li .pic01{
	display:inline-block;
}
.index03 .tex .jjfa .a01 ul li .pic02{
	display: none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic01{
	display:none;
}
.index03 .tex .jjfa .a01 ul li:hover .pic02{
	display:inline-block;
}
.index03 .tex .jjfa .a01 ul li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index03 .tex .jjfa .a01 ul li a img{
	margin-right:1.0rem;
}
.index03 .tex .jjfa .a01 ul li:hover{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.index03 .tex .jjfa .a01 ul li:hover a{
	color:#FFF;
}
.index03 .tex .jjfa .a01 ul li.cur{
	background: #004e92;
	border-left: 4px solid #e98a36;
}
.index03 .tex .jjfa .a01 ul li.cur a{
	color:#FFF;
}
.index03 .tex .jjfa .a01 ul li.cur .pic01{
	display:none;
}
.index03 .tex .jjfa .a01 ul li.cur .pic02{
	display: inline-block;
}

.index04{
	width: 100%;
	float: left;
	padding: 3.0rem 0px 0px 0px;
	background-image: url(../img/ab04_sj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	margin-top:0.0rem;
}
.infw{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.infw01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.infw01.mart70{
	margin-top:2.0rem;
}
.infw01-l{
	width:100%;
	position:relative;
	padding:1.0rem;
	background-image:url(../img/fwb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	color:#FFF;
}
.infw01-l.bj2{
	background-image:url(../img/fwb02.jpg);
	display: flex;
	align-items: center;
	padding:0px;
	padding-left:1.0rem;
}
.infw01-l .ren{
	width:auto;
	position:absolute;
	bottom:0;
	right:1.0rem;
	z-index:1;
	display: none;
}
.infw01-l .ren img{
	max-width:100%;
}
.infw01-r{
	width:100%;
}
.infw01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw01-r ul li{
	width:33.33333%;
	padding:1.0rem 0;
	text-align:center;
	transition: all 0.6s;
	border: 1px solid rgba(0,0,0,0.10);
}
.infw01-r ul li .pic01{
	display:inline-block;
}
.infw01-r ul li .pic02{
	display: none;
}
.infw01-r ul li:hover .pic01{
	display:none;
}
.infw01-r ul li:hover .pic02{
	display:inline-block;
}
.infw01-r ul li dl dt{
	overflow:hidden;
}
.infw01-r ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.infw01-r ul li:hover{
	background: linear-gradient(180deg,#0077de, #004e92 100%);
}
.infw01-r ul li:hover dl dd{
	color:#FFF;
}



.foot{
	width: 100%;
	float: left;
	padding: 2.0rem 0px;
	background-color: #32373A;
}
.foot01{
	width: 100%;
	float: left;
	position:relative;
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 ul li{
	width: 50%;
	margin-top:1.0rem;
	display:none;
}
.foot01 ul li:nth-child(5){
	width:100%;
	display:block;
}
.foot01 ul li:last-child{
	width:100%;
}
.foot01 ul li:last-child dl dt{
	text-align:center;
}
.foot01 ul li dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	color: #FFFFFF;
}
.foot01 ul li dl dt img{
	max-width:50%;
}
.foot01 ul li dl dd{
	font-size: 0.8rem;
	color: #BDBDBD;
	line-height: 1.0rem;
	margin-bottom: 0.5rem;
}
.foot01 ul li dl dd a{
	color: #BDBDBD;
}
.foot01 ul li dl dd a:hover{
	color: #FFFFFF;
}
.foot01 ul li .fh{
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}
.foot01 .fh{
	width: 2.0rem;
	height: 2.0rem;
	background-image: url(../img/back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	position:absolute;
	bottom:0;
	right:0;
	z-index:111;
	display:flex;
}
.foot01 .fh a{
	width:100%;
	height:100%;
}
.foot01 ul li:last-child dl dd{
	text-align: center;
}
.foot02{
	width: 100%;
	float: left;
	height: auto;
	background: #272B2E;
	padding:1.0rem 0;
}
.foot02 .af01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: rgba(255,255,255,0.5);
	font-size: 0.8rem;
	align-items: center;
}
.foot02 .af01 img{
	vertical-align: middle;
	margin-right: 0.5rem;
	max-height:2.0rem;
	margin-top:1.0rem;
}

.nybanner{
	width: 100%;
	float: left;
	position: relative;
	margin-top:4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.nybanner .wenzi{
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	align-items: center;
}
.nybanner .wenzi .tex{
	width:100%;
}

.add{
	width: 100%;
	float: left;
	padding-bottom: 1.0rem;
	margin-top: 1.0rem;
	color: #828282;
	border-bottom: 1px solid #e5e5e5;
}
.add01{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:0.8rem;
}
.add01 img{
	margin-right:0.5rem;
}
.add01 a{
	color: #828282;
}
.nyab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nyab-l h1{
	margin-bottom:1.0rem;
	padding-bottom:1.0rem;
	border-bottom:2px solid #004e92;
}
.nyab-l h1 img{
	max-width:80%;
}
.nyab-r{
	width:100%;
	margin-top:2.0rem;
}
.nyab-r img{
	width:100%;
	height:auto;
	display:block;
}

.num{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#f2f2f2;
}
.num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul li{
	width:50%;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:1.0rem 0;
}
.num ul li:nth-child(2n){
	border-right:0px solid #e2e2e2;
}
.num ul li dl dt{
	display:flex;
	align-items: flex-start;
	justify-content: center;
	font-size:0.8rem;
	color:#004E92;
}
.num ul li dl dt b{
	font-family: Roboto;
	font-size:2.0rem;
	line-height:2.0rem;
}
.num ul li dl dd{
	margin-top:0.2rem;
	text-align:center;
	font-size:0.8rem;
	color:#999;
}

.nyab2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-image:url(../img/acb1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	padding:3.0rem 5%;
	text-align:center;
}
.nyab2 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-top:1.0rem;
	font-family:Microsoft YaHei;
}
.nytit{
	width:100%;
	float:left;
	position:relative;
	font-size:3.5rem;
	line-height:4.0rem;
	color:rgba(51,51,51,0.03);
	text-transform:uppercase;
	font-family: Microsoft YaHei;
	font-weight:bold;
}
.nytit b{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:100%;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	display:flex;
	align-items: center;
}
.nyab3{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nyab3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyab3 ul li{
	width:48%;
	margin-top:1.0rem;
	background: #f2f2f2;
	padding-bottom:1.0rem;
	padding-top:0.5rem;
	text-align:center;
}
.nyab3 ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.nyab3 ul li dl dt img{
	max-width:100%;
}
.nyab3 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.1rem;
}

.wrap{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:2.0rem 0;
}
.protj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.protj .pic{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.protj .pic img{
	max-width:100%;
}
.protj .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	padding:2.0rem;
}
.protj .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	margin-bottom:1.0rem;
}
.protj .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.protj .tex .more a{
	width:10.0rem;
	height: 2.0rem;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.protj .tex .more a img{
	margin-left:1.0rem;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.0rem;
	background-color:#fff;
}
.prolist ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
}
.prolist ul li dl dd{
	height: 2.5rem;
	background: #ffffff;
	padding:0 1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:0.8rem;
	transition: all 0.6s;
	border-top:1px solid #e0e0e0;
}
.prolist ul li dl dd .pic01{
	display:none;
}
.prolist ul li dl dd .pic02{
	display:none;
}
.prolist ul li:hover dl dd{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul.jz{
	justify-content:flex-start;
}
.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: #fffdef;
	border: 1px solid #e0e0e0;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
	border-radius: 1.5rem;
	font-family:'宋体';
}
.fy ul li a:hover{
	color:#fff;
	background: #004E92;
}
.fy ul li .cur{
	background: #004E92;
	color:#fff;
}

.proshow01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.proshow01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.proshow01 dl dd{
	display:flex;
	justify-content: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:20px;
}
.proshow01 dl dd div{
	width:100%;
}
.proshow01 .more{
	display:flex;
	margin-top:1.0rem;
	justify-content: center;
}
.proshow01 .more a{
	width:10rem;
	height: 2.0rem;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.proshow01 .more a img{
	margin-left:1.0rem;
}
.proshow02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.proshow02-l{
	width:100%;
}
.proshow02-r{
	width:100%;
	margin-bottom:2rem;
	
	}
.proshow02-r ul li{
	width:23.5%;
	float:left;
	margin-right:1%;
	margin-top:2rem;
	border:1px solid #ccc; 
}
.proshow02-r ul li img{
	max-width:100%;
}

.hdm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height: 2.5rem;
	background: #f2f2f2;
}
.hdm ul{
	display:flex;
}
.hdm ul li{
	display:flex;
	height: 2.5rem;
}
.hdm ul li a{
	padding:0 1.0rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#666;
	text-align:center;
}
.hdm ul li a:hover{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.hdm ul li a.cur{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.protex{
	width:100%;
	float:left;
	border: 1px solid #e0e0e0;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	overflow-x: scroll;
}
.protex video{width:100%;}
.protex img{width:100%;}
.nymore{
	width:100%;
	float:left;
	display:flex;
	margin-top:2.0rem;
	justify-content: center;
}
.nymore a{
	width:10rem;
	height: 2.0rem;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.nymore a img{
	margin-left:1.0rem;
}

.falist{
	width:100%;
	float:left;
}
.falist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.falist ul li{
	width:48%;
	margin-bottom:1.0rem;
	background-color:#fff;
}
.falist ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.falist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover dl dt img{
	transform: scale(1.05);
}
.falist ul li dl dd{
	background: #ffffff;
	padding:0.5rem 1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size:0.8rem;
	transition: all 0.6s;
}
.falist ul li dl dd .pic01{
	display:none;
}
.falist ul li dl dd .pic02{
	display:none;
}
.falist ul li:hover dl dd{
	background: #004e92;
	border-left: 4px solid #e98a36;
	color:#FFF;
}

.nyfw{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
	float:left;
}
.nyfw-l{
	width:100%;
	display:flex;
	margin-top:1.0rem;
}
.nyfw-l img{
	width:100%;
	height:auto;
}
.nyfw-r{
	width:100%;
	margin-top:1.0rem;
}
.nyfw-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: 1px solid rgba(0,0,0,0.10);
	border-top: 1px solid rgba(0,0,0,0.10);
}
.nyfw-r ul li{
	width:33.33333%;
	padding:2.0rem 0;
	text-align:center;
	transition: all 0.6s;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	background-color:#FFF;
}
.nyfw-r ul li .pic01{
	display:inline-block;
}
.nyfw-r ul li .pic02{
	display: none;
}
.nyfw-r ul li:hover .pic01{
	display:none;
}
.nyfw-r ul li:hover .pic02{
	display:inline-block;
}
.nyfw-r ul li dl dt{
	overflow:hidden;
}
.nyfw-r ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nyfw-r ul li:hover{
	background-image:url(../img/bj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyfw-r ul li:hover dl dd{
	color:#FFF;
}
.nyfw-r .more{
	display:flex;
	margin-top:2.0rem;
}
.nyfw-r .more a{
	width: 12rem;
	height: 2.0rem;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.nyfw-r .more a img{
	margin-left:1.0rem;
}
.nyfw-r .wenz{
	width:100%;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	float:left;
}
.newtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
}
.newtj img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	display:flex;
	align-items: center;
	padding:0 2.0rem;
}
.newtj .tex div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.newtj .tex div h1{
	font-size:0.8rem;
	line-height:1.4;
	margin-bottom:1.0rem;
}
.newtj .tex div h1 a{
	color:#FFF;
}
.newtj .tex div p{
	display:none;
}
.newtj .tex div .more{
	display:flex;
	margin-top:1.0rem;
}
.newtj .tex div .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #004e92;
	border-left: 4px solid #e98a36;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#fff;
}
.newtj .tex div .more a img{
	margin-left:1.0rem;
	width:auto;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.newlist ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.newlist ul li a .pic{
	width:37.5%;
	overflow:hidden;
}
.newlist ul li a .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li a:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li a .tex{
	width:58.33%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newlist ul li a .tex h1{
	font-size:0.8rem;
	line-height:1.4;
	color:#333;
}
.newlist ul li a .tex p{
	display:none;
}
.newlist ul li a .tex .date{
	display: flex;
}
.newlist ul li a .tex .date div{
	width: 8rem;
	height: 2.0rem;
	background: #f2f2f2;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#999;
	transition: all 0.6s;
	margin-top:0.5rem;
}
.newlist ul li a .tex .date div img{
	margin-left:1.0rem;
}
.newlist ul li .pic01{
	display:inline-block;
}
.newlist ul li .pic02{
	display:none;
}
.newlist ul li:hover .pic01{
	display:none;
}
.newlist ul li:hover .pic02{
	display:inline-block;
}
.newlist ul li a:hover .tex .date div{
	background: #004e92;
	border-left:4px solid #e98a36;
	color:#FFF;
}
.newlist ul li a:hover h1{
	color:#004E92;
}
.black .a01{line-height: 1.5;}
.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	display:flex;
	padding:2.0rem 0;
}
.newshow-l{
	width:20%;
}
.newshow-l ul li{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:1.0rem;
	display:flex;
	justify-content: center;
}
.newshow-l ul li img{
	max-width:50%;
}
.newshow-r{
	width:70%;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.lx01{
	width:100%;
	float:left;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding-bottom:2.0rem;
	padding-top:2.0rem;
	background-color:#FFF;
	text-align:center;
	font-weight:bold;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.lx01 ul li h1{
	overflow:hidden;
}
.lx01 ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lx01 ul li dl dd{
	margin-top:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	padding:0 20px;
	color:#004E92;
	font-family:Arial, Helvetica, sans-serif;
}
.lx01 ul li:hover{
	background-color:#004E92;
}
.lx01 ul li:hover dl dd{
	color:#FFF;
}
.lx01 ul li:hover dl dt{
	color:#FFF;
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display:none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}

.lx02{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background-image:url(../img/lxbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.lx02 .a01{
	width:100%;
	float:left;
	padding:2.0rem;
	background-image:url(../img/dhb.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	color:#FFF;
	font-size:1.0rem;
	line-height:1.5rem;
}
.lx02 .a01 img{
	max-width:70%;
}
.lx02 .a01 div:nth-child(2){
	text-align:right;
}
.lx02 .a01 .bb{
	display:flex;
	margin-top:2.0rem;
}
.lx02 .a01 .bb a{
	width: 8.0rem;
	height: 2.0rem;
	background: #ffffff;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size:0.8rem;
	color:#004E92;
}
.lx02 .a01 .bb a img{
	margin-left:0.5rem;
	max-height:1.0rem;
}

.zxly{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.zxly h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
	color:#333;
}
.zxly ul{
	margin-top:0.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:100%;
	margin-top:1.0rem;
}
.zxly ul li:nth-child(4){
	width:100%;
}
.zxly ul li:last-child{
	width:100%;
	margin-top:2.0rem;
}
.bk2{
	width:100%;
	line-height:2.5rem;
	background: #f2f2f2;
	padding:0 1.0rem;
	border:0px;
	outline:none;
	font-size:0.8rem;
	font-family:'微软雅黑';
	color:#828282;
}
.anniu2{
	width: 8.0rem;
	height: 2.5rem;
	background: #004e92;
	border:0px;
	border-left: 4px solid #e98a36;
	line-height:2.5rem;
	cursor:pointer;
	color:#FFF;
	font-size:0.8rem;
}




.mart80{
	margin-top:2.0rem;
}

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


}
































