/*By-石*/
/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt5{margin-top    : 5% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml5{margin-left   : 5% !important;}
	.mr5{margin-right  : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 3% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 3% !important;}
	.pb3{padding-bottom: 3% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.mt2{margin-top    : 2% !important;}
	.mb2{margin-bottom : 2% !important;}
	.ml2{margin-left   : 2% !important;}
	.mr2{margin-right  : 2% !important;}
	.pt2{padding-top   : 2% !important;}
	.pb2{padding-bottom: 2% !important;}
	.pl2{padding-left  : 2% !important;}
	.pr2{padding-right : 2% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-size: 24px;}
	.font18{font-size: 18px;}
	.font16{font-size: 16px}
	.font14{font-size: 14px}
	.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	/*编辑器*/
	.text{text-align: justify; font-size: 14px;color: #333;line-height: 2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;font-size: 14px !important;}
	.text table{margin: 0 auto ;width: 100%;}
	/*布局*/
	.fl{float: left;}
	.fr{float: right;}
	.clear{clear: both;}
	.table{display: table;text-align: center;}
	.cell{display: table-cell;vertical-align: middle;width: 100%;height: 100%;}
	*{font-family: "微软雅黑" !important;}
	@media screen and (max-width: 1700px){
		.mt5{margin-top    : 3% !important;}
		.mb5{margin-bottom : 3% !important;}
		.ml5{margin-left   : 3% !important;}
		.mr5{margin-right  : 3% !important;}
		.pt5{padding-top   : 3% !important;}
		.pb5{padding-bottom: 3% !important;}
		.pl5{padding-left  : 3% !important;}
		.pr5{padding-right : 3% !important;}
		.font24{font-size: 20px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
	}
	@media screen and (max-width: 1450px){
		.text *{max-width: 100%;font-size: 14px !important;}
		.font18{font-size: 14px;}
	}
	@media screen and (max-width: 1300px){
		/* .text *{max-width: 100%;font-size: 12px !important;} */
		.font18{font-size: 14px;}
	}
	@media screen and (max-width:768px){
		.text{font-size: 14px;}
		.font24{font-size: 16px;}
		.font18{font-size: 14px;}
	}
/*********************************/

/*公共结构*/
html, body{
	width: 100%;
	overflow-x: hidden;
	min-height: 100%;
}
body{
	background: #f0f0f0;
	overflow-y: hidden;
}
.mid1310{
	width: 1280px;
	margin: 0 auto;
}
@media only screen and (max-width: 1450px) {
	.mid1310{
		width: 100%;
		padding: 0 5%;
		min-width: 1200px;
	}
}
@media only screen and (max-width: 768px) {
	.mid1310{
		padding: 0 3%;
		min-width: initial;
	}
}

/*头部*/
.header_top{
	padding: 20px 0;
}
header .logo{
	float: left;
	height: 72px;
}
header .logo img{
	height: 100%;
}
header .right{
	float: right;
	line-height: 70px;
}
header .searchForm{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
header .searchForm input{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #18305d;
	font-size: 16px;
	padding: 0 20px;
	width: 225px;
	outline: 0;
}
header .searchForm .searchBtn{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 55px;
	background-color: #18305d;
	background-image: url(../images/i9.png);
	background-repeat: no-repeat;
	background-position: center;
}
header .right>a{
	color: #18305d;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 30px;
}
header .right>a:hover{
	color: #d10000;
}
nav{
	height: 80px;
	line-height: 80px;
	background: #18305d;
}
nav .navlist>li{
	float: left;
	/*width: 10%;*/
	/*width: 9.09%;*/
	/*width: 8.33%;*/
	width: 7.69%;
	text-align: center;
	position: relative;
}
nav .navlist>li>a{
	display: block;
	color: #fff;
	font-size: 16px;
}
nav .phone_list{
	display: none;
}
nav .menu{
    position: fixed;
    right: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    z-index: 123456;
    display: none;
    cursor: pointer;
}
nav .menu:before, nav .menu:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #18305d;
    position: absolute;
    right: 50%;
    top: 20px;
    margin: 0 -10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
nav .menu:after{
	top: auto;
	bottom: 20px;
}
nav .menu.on:before{
	top: 48%;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #fff;
}
nav .menu.on:after{
	bottom: 50%;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	background: #fff;
} 
header .bottom>div{
	position: relative;
}   
nav ul.slider {
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
    right: 0;
}
footer{
	background: #001643 url(../images/f_bg.jpg) repeat center;
	color: #fff;
	font-size: 12px;
	padding: 30px;
}
footer p{
	padding: 10px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	nav .navlist>li.active:before,nav .navlist>li.cur:before{
		content: '';
		width: 100%;
		height: 3px;
		background: #d61317;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	nav .navlist>li.active:after,nav .navlist>li.cur:after{
		content: '';
		width: 0;
	    height: 0;
	    border-width: 0 10px 10px;
	    border-style: solid;
	    border-color: transparent transparent #d61317;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		bottom: 0px;
	}
	
}
@media only screen and (max-width: 1450px) {
	header .header_top{
		padding: 20px 5%;
	}
	header .logo{
		height: 60px;
	}
	header .right{
		line-height: 60px;
	}
	nav .navlist>li>a,footer p{
		font-size: 14px;
	}
	footer p{font-size: 12px}
}
@media only screen and (max-width: 768px) {
	header .logo{
		height: 30px;
		width: 100%;
		margin-bottom: 10px;
	}
	header .header_top{
		padding: 10px 3%;
	}
	header .searchForm{
		position: relative;
		width: 40px;
		display: block;
		float: left;
	}
	header .searchForm .searchBtn{
		height: 30px;
		width: 40px;
		background-size:20px 20px;
		display: block;
		position: relative;
		z-index: 2;
	}
	header .searchForm input{
		height: 30px;
		position: absolute;
		width: 160px;
		padding: 0 10px;
		top: 0;
		left: 40px;
		display: block;
		font-size: 14px;
	}
	header .searchForm.on input{
		left: 40px;
	}
	header .right{
		float: none;
	}
	header .right>a{
		font-size: 14px;
		margin-left: 10px;
		display: block;
		float: right;
	}
	header .right{
		line-height: 30px;
	}
	header{
		position: relative;
		z-index: 10;
	}
	nav{
		position: absolute;
		right: 0;
		top: 0;
		height: auto;
		line-height: 40px;
		text-align: left;
	}
	nav .menu{
		display: block;
	}
	nav .navlist {
	    width: 300px;
	    padding: 20px 0;
	    position: fixed;
	    height: 100%;
	    overflow: auto;
	    right: -300px;
	    overflow-y: auto;
	    -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
	}
	nav .navlist>li{
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
		padding: 0 15px;
	}
	nav .navlist>li a{
		padding: 0 10px;
	}
	nav .navlist>li.active .phone_list{
		display: block;
	}
	nav .navlist>li.active>a{
		background: #18305D;
	}
	.phone_list{
		padding-left: 15px;
	}
	.phone_list dd a{
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		display: block;
	}
	footer p{
		font-size: 12px;
		padding: 5px 3%;
	}
	footer{
		padding: 3% 0;
	}
}
.centerBox{
	min-height: 500px;
}

/* pc导航下拉样式 */
.navDown{
	position: absolute;
	top: 236px;
	left: 0;
	z-index: 10;
	display: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.navDown>div{
	background: #fff;
	height: 720px;
	display: none;
	padding: 0 30px 20px;
}
@media only screen and (max-width: 1450px)  {
	.navDown{
		top: 226px;
	}
	.navDown>div{
		padding: 0 20px 20px;
	}
}
@media only screen and (max-width: 768px)  {
	.navDown{
		display: none !important;
	}
	.centerBox{
		height: auto;
		min-height: initial;
	}
}

.hyzq_qyList li{
	float: left;
	width: 32.33%;
	margin-left: 1.5%;
	margin-bottom: 2%;
}
.hyzq_qyList li:nth-child(3n+1){
	margin-left: 0;
}
.hyzq_qyList li a{
	display: block;
	width: 100%;
}
.hyzq_qyList li p{
	height: 2em;
	line-height: 2em;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.w_more{
	display: block;
	width: 7em;
	text-align: center;
	color: #3570c1;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #3570c1;
	margin: 0 auto;
}
.w_more:hover{
	background: #3570c1;
	color: #fff;
}
.hyzq_qyxz{
	background: #fbfbfb;
	padding-bottom: 5px;
}
.hyzq_qyxz .left{
	width: 50%;
	float: left;
	padding: 20px;
}
.hyzq_qyxz .right{
	width: 50%;
	float: right;
	padding: 20px;
}
.hyzq_qyxz .title{
	margin-bottom: 3%;
}
.hyzq_qyxz .title h3{
	color: #8d1600;
	font-weight: normal;
	line-height: 2em;
}
.hyzq_qyxz .title p{
	height: 1.5em;
	line-height: 1.5em;
	font-size: 14px;
	background: url(../images/i14.png) repeat-x center;
}
.hyzq_qyxz .title span{
	padding-right: 10px;
	background: #fbfbfb;
}
.hyzq_qyxz .word{
	line-height: 1.8em;
	color: #333;
}
.hyzq_qyxz .rhBtn{
	display: block;
	width: 7em;
	height: 30px;
	color: #fff;
	font-size: 14px;
	background: #8d1600;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
}
@media only screen and (max-width: 768px) {
	.hyzq_qyxz>div{
		width: 100% !important;
		padding: 15px 10px;
	}
	.hyzq_qyList li,.hyzq_qyList li:nth-child(3n+1){
		width: 48%;
		margin: 0 1% 2%;
	}
	.hyzqContent{
		padding-top: 15px;
	}
}


/* 首页下的导航 */
.bgf0{
	background-color: #f0f0f0 !important;
}
.navBox1,
.navBox2,
.navBox3{
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox1 .right{
	width: 265px;
	margin-left: 20px;
	overflow: hidden;
}
.navBox1 .left,
.navBox2 .left,
.navBox3 .left{
	flex: 1 0;
	overflow: hidden;
}
.nav_title{
	display: flex;
	height: 60px;
	line-height: 60px;
	color: #18305d;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}
.nav_title span.name{
	padding-left: 30px;
	display: block;
	background: url(../images/s5.png) no-repeat left center;
}
.navBox1 .left .top{
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox1 .left .top>div{
	width: 49%;
}
.navBox1 .historyList{
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	width: 100%;
	padding: 20px 20px 10px;
}
.navBox1 .historyList li{
	width: 30.33%;
}
.navBox1 .historyList li .img{
	width: 100%;
	display: block;
	position: relative;
	padding-top: 130%;
}
.navBox1 .historyList li .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.navBox1 .historyList li p{
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
}
.navBox1 .top .topr img{
	display: block;
	width: 100%;
}
.navBox1 .ljlihBox .tab_hd li{
	float: left;
	width: 16.66%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.navBox1 .ljlihBox .tab_hd li a{
	display: block;
	color: #18305d;
}
.navBox1 .ljlihBox .tab_hd li.on a,
.navBox1 .ljlihBox .tab_hd li:hover a{
	background: #18305d;
	color: #fff;
}
.navBox1 .ljlihBox .tab_bd{
	padding: 20px 20px 10px;
}
.navBox1 .ljlihBox .l_peo{
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox1 .ljlihBox .l_peo .img{
	margin-right: 20px;
	text-align: center;
}
.navBox1 .ljlihBox .l_peo .img p{
	width: 100%;
	height: 2.4em;
	color: #18305d;
	line-height: 2.4em;
	overflow: hidden;
}
.navBox1 .ljlihBox .l_peo .img img{
	width: 160px;
	height: 200px;
	object-fit: cover;
}
.navBox1 .ljlihBox .peo_navhd li{
	float: left;
	color: #333;
	height: 40px;
	line-height: 39px;
	border-bottom: 2px solid #626262;
	width: 14.2857%;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.navBox1 .ljlihBox .peo_navhd li:before{
	content: '';
	height: 1em;
	width: 1px;
	background: #626262;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
}
.navBox1 .ljlihBox .peo_navhd li:last-child:before{
	display: none;
}
.navBox1 .ljlihBox .peo_navhd li.on{
	border-bottom: 2px solid #18305d;
}
.navBox1 .ljlihBox .peo_navbd .list{
	width: 100%;
	max-height: 9em;
	overflow: hidden;
	margin-top: 1em;
	display: none;
	font-size: 14px;
}
.navBox1 .ljlihBox .peo_navbd .list span{
	/*width: 12.5%;
	padding: 0 10px;*/
	width: 10%;
	color: #212121;
	line-height: 2em;
	margin-bottom: 1em;
	display: inline-block;
	vertical-align: middle;
}
.navBox1 .ljlihBox .peo_navbd .list.on{
	display: block;
}
.navBox1 .peo_navBox{
	width: 100%;
}
.navBox1 .right .boxa .img{
	display: block;
	width: 100%;
	padding: 10px;
}
.navBox1 .right .boxa .img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.navBox1 .boxb ul{
	padding: 5px 10px;
}
.navBox1 .boxb li{
	line-height: 2.4em;
	height: 2.4em;
	border-bottom: 1px dashed #18305d;
	overflow: hidden;
	padding-left: 15px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	position: relative;
}
.navBox1 .boxb li a{color: #333;}
.navBox1 .boxb li:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	background: #18305d;
}

.navBox2 .right{
	width: 350px;
	margin-left: 20px;
}
.navBox2 .qyList{
	padding: 0 20px;
}
.navBox2 .qy_tabhd{
	display: flex;
	justify-content: space-around;
	align-items: center;
	 border-bottom: 2px solid #626262;
}
.navBox2 .qy_tabhd li a{
	padding:0 15px;
	color: #333;
	font-size: 14px;
}
.navBox2 .qy_tabhd li {
    height: 40px;
    line-height: 39px;
   
}
.navBox2 .qy_tabhd li.on {
    border-bottom: 2px solid #18305d;
}
.navBox2 .imglist{
	padding: 20px;
}
.navBox2 .imglist>a{
	float: left;
	width: 18%;
	position: relative;
	padding-top: 24.6%;
	margin: 0 1%;
}
.navBox2 .imglist>a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.navBox2 .hy_hdlist{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox2 .hy_hdlist .list{
	width: 100%;
	padding: 10px;
	margin-right: 20px;
}
.navBox2 .hy_hdlist .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	color: #333;
	background: url(../images/hy_i4.png) no-repeat left center;
}
.navBox2 .hy_hdlist .list a:hover{
	color: #001643;
}
.navBox2 .hy_hdlist .list a p{
	margin-right: 15px;
	flex: 1 0;
	height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox2 .hy_hdlist .list a span{
	width: 8em;
	text-align: right;
}
.navBox2 .hy_hdlist .hyrk{
	width: 185px;
}
.navBox2 .hy_hdlist .hyrk img{
	margin-bottom: 10px;
}
.navBox2 .hy_hdlist .hyrk>a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color: #333;
	height: 120px;
	margin-bottom: 20px;
}
/*.navBox2 .right .hyrk{
	display: flex;
	align-items: center;
	justify-content: space-between;
}*/
.navBox2 .right .hyrk a{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #F0F0F0;
	color: #333;
	display: block;
	padding: 0 20px;
}
.navBox2 .right .hyrk a:last-child{
	margin-bottom: 0;
}
.navBox2 .right .hyrk a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 28px;
}
.navBox2 .right .hyrk p{
	display: inline-block;
	vertical-align: middle;
}
.navBox2 .right .btn{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #18305e;
	text-align: center;
	color: #fff;
	display: block;
}
.navBox2 .right .hydwlist li{
	float: left;
	background: #F0F0F0;
	text-align: center;
	width: 47%;
	margin-bottom: 20px;
}
.navBox2 .right .hydwlist li:nth-child(even){
	margin-left: 6%;
}
.navBox2 .right .hydwlist li{
	padding: 10px;
}

.navBox1 .zzjgLisr ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navBox1 .zzjgLisr ul li{
	width: 49%;
	background: #F0F0F0;
	margin-bottom: 8px;
}
.navBox1 .zzjgLisr ul li a{
	display: block;
	height: 69px;
	display: flex;
	align-items: center;
	color: #333;
	line-height: 1.5em;
	padding: 5px 10px 5px 50px;
	background: url(../images/fenlei.png) no-repeat 10px center;
}
.navBox1 .zzjgLisr ul li a:hover{
	color: #004EA2;
}
.navBox3 .right{
	width: 400px;
	margin-left: 20px;
}
.navBox3 .yglist{
	width: 100%;
	padding: 10px;
}
.navBox3 .yglist a,.navBox3 .zplist a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	color: #333;
	background: url(../images/s7.png) no-repeat left center;
}
.navBox3 .yglist a:hover{
	color: #001643;
}
.navBox3 .yglist a p,.navBox3 .zplist a p{
	margin-right: 15px;
	flex: 1 0;
	height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox3 .yglist a span,.navBox3 .zplist a span{
	width: 8em;
	text-align: right;
}
.navBox3 .centerList{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox3 .centerList>div{
	flex: 0 1 48.5%;
	overflow: hidden;
}
.navBox3 .centerList>div ul{background: #F0F0F0;padding: 10px;}
.navBox3 .centerList>div ul a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	color: #333;
	position: relative;
}
.navBox3 .centerList>div ul a::before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 2px;
	top: 50%;
	border-radius: 50%;
	margin-top: -2px;
	background-color: #333;
}
.navBox3 .centerList>div ul a p{
	margin-right: 5px;
	flex: 1 0;
	height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox3 .centerList>div ul a span{
	width: 8em;
	text-align: right;
}
.navBox3 .laydate{
	margin-top: 20px;
}
.navBox3 .zplist{
	padding:20px 10px;
	border-top: 2px solid #18305D;
}
.layui-laydate,
.layui-laydate-header,
.layui-laydate-main,
.layui-laydate-content table
{
	width: 100% !important;
}
.layui-laydate-header{
	background-color: #18305d;
	padding: 0 !important;
	color: #fff;
}
.layui-laydate-header i{
	color: #fff !important;
	top: 0 !important;
}
.layui-laydate-content td, .layui-laydate-content th{
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 !important;
}
.layui-laydate-footer{
	display: none;
}
.navBox3 .swiper-container{
	width: 236px;
	margin: 0 auto;
}
.navBox3 .swiper-container a{
	display: block;
	padding: 0 10px;
	width: 118px;
}
.navBox3 .swiper-container a img{
	width: 100%;
	height: 124px;
}
.navBox3 .nbContent{
	padding: 15px;
	position: relative;
}
.navBox3 .nbContent>a{
	position: absolute;
	width: 20px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
}
.navBox3 .nbContent>a.prev{
	background: url(../images/prev.png) no-repeat center;
	left: 25px;
}
.navBox3 .nbContent>a.next{
	background: url(../images/next.png) no-repeat center;
	right: 25px;
}
.navBox3 .picScroll-left{
	width: 236px;
	height: 129px;
	margin: 0 auto;
}
.navBox3 .picScroll-left .bd a{
	display: block;
	padding: 0 10px;
	width: 118px;
}
.navBox3 .picScroll-left .bd li{
	width: 118px;
}
.navBox3 .picScroll-left .bd a img{
	width: 98px;
	height: 124px;
}
.navBox3 .picScroll-left .hd>a{
	position: absolute;
	width: 20px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
}
.navBox3 .picScroll-left .hd>a.prev{
	background: url(../images/prev.png) no-repeat center;
	left: 25px;
}
.navBox3 .picScroll-left .hd>a.next{
	background: url(../images/next.png) no-repeat center;
	right: 25px;
}
.navBox4 .top_swiper{
	position: relative;
}
.navBox4 .top_swiper .img{
	width: 100%;
	padding-top: 27.47%;
	position: relative;
	display: block;
}
.navBox4 .top_swiper .img img{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.navBox4 .top_swiper .img .word{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	z-index: 2;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	bottom: 0;
	left: 0;
	padding: 0 20px;
}
.navBox4 .top_swiper .swiper-pagination{
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: right;
	z-index: 2;

}
.navBox4 .top_swiper .swiper-pagination span{
	margin-left: 10px;
	background-color: #fff;
	opacity: 1;
}
.navBox4 .top_swiper .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #d20001;
}
.navBox4 .b_img img{
	width: 100%;
}
.navBox4 .listBox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox4 .listBox ul{
	padding: 10px;
}
.navBox4 .listBox li a{
	display: block;
	height: 30px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox4 .listBox .left li a{
	padding-left: 25px;
	background: url(../images/s7.png) no-repeat left center;
}
.navBox4 .listBox .left{
	flex: 1 0;
	overflow: hidden;
}
.navBox4 .listBox  .center{
	width: 330px;
	margin: 0 20px;
}
.navBox4 .listBox .right{
	width: 260px;
}
.navBox4 .listBox .gjltBox{
	display: flex;
	text-align: center;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
	overflow: hidden;
}
.navBox4 .listBox .gjltBox a{
	flex: 1 0;
	overflow: hidden;
	padding: 0 5px;
}
.navBox4 .listBox .gjltBox dd{
	color: #18305d;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox4 .listBox .center li a{
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	position: relative;
}
.navBox4 .listBox .center li a::before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 2px;
	top: 50%;
	border-radius: 50%;
	margin-top: -2px;
	background-color: #333;
}
.navBox4 .listBox .right li a{
	background-color: #F0F0F0;
	height: 40px;
	line-height: 40px;
	margin-bottom: 6px;
	padding-left: 40px;
	background: #F0F0F0 url(../images/s12.png) no-repeat 10px center;
}
@media screen and (max-width: 1700px){
	.navBox4 .listBox .gjltBox img{
		width: 55px;
		height: 55px;
	}
	.navBox2 .hy_hdlist .hyrk img{
		height: 35px;
	}
}
.navBox5 .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navBox5 .top .img{
	width: 300px;
	height: 223px;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}
.navBox5 .top .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.navBox5 .caaList{
	flex: 1 0;
	overflow: hidden;
}
.navBox5 .caaList li{
	border-bottom: 1px dashed #333;
}
.navBox5 .caaList a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	color: #333;
	position: relative;
	overflow: hidden;
}
.navBox5 .caaList a::before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 2px;
	top: 50%;
	border-radius: 50%;
	margin-top: -2px;
	background-color: #333;
}
.navBox5 .caaList a p{
	margin-right: 5px;
	flex: 1 0;
	height: 35px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navBox5 .caaList a span{
	width: 8em;
	text-align: right;
}
.navBox5 .list{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	text-align: center;
	padding: 20px 10px;
	border: 1px solid #18305d;
	margin-top: 20px;
}
.navBox5 .list a{
	width: 14.285%;
	padding: 0 10px;
	color: #18305d;
}
.navBox5 .list img{
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto 10px;
}
.navBox5 .list a dt{
	transition: all .3s ease;
}
.navBox5 .list a:hover dt{
	transform: translateY(-10px);
}
.navBox6>div.top{margin-bottom: 10px;}
.navBox6>div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.navBox6>div .left{
	flex: 1 0;
	overflow: hidden;
	margin-right: 20px;
}
.navBox6 .top .right{
	width: 390px;
}
.navBox6>div .left li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	overflow: hidden;
	color: #333;
	border-bottom: 1px dashed #333;
}
.navBox6>div .left a:hover{color: #d6121a;}
.navBox6>div .left ul{
	padding: 10px 10px 20px;
}
.navBox6 .top .left  li a{
	padding-left: 30px;
	background: url(../images/s13.png) no-repeat 10px center;
}
.navBox6 .bottom .left li a{
	padding-left: 20px;
}
.navBox6 .bottom .left li a::before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -2px;
	background-color: #333;
}
.navBox6>div .left li a p{
	margin-right: 5px;
	flex: 1 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.navBox6>div .left li a span{
	width: 8em;
	text-align: right;
}
.navBox6 .top .right ul{
	padding: 10px 10px 20px;
}
.navBox6 .top .right li a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #333;
}
.navBox6 .top .right li a::before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -2px;
	background-color: #333;
	border-radius: 4px;
}
.navBox6 .bottom .right{
	width: 600px;
}
.navBox6 .bottom .tab_hd{
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #18305d;
}
.navBox6 .bottom .tab_hd li{
	padding: 0 20px;
	cursor: pointer;
	color: #fff;
}
.navBox6 .bottom .tab_hd li.on{
	color: #ffcc00;
}
.navBox6 .bottom .tab_hd li:first-child{
	border-right: 1px solid #fff;
	height: 1em;
	line-height: 1em;
}
.navBox6 .bottom .tab_bd{
	height: 220px;
	padding: 15px 20px;
}
.navBox6 .bottom .tab_bd ul{
	display: none;
}
.navBox6 .bottom .tab_bd ul:first-child{
	display: block;
}
.navBox6 .bottom .tab_bd ul li{
	width: 50%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	float: left;
	padding: 0 10px;
}
@media screen and (max-width: 1700px){
	/*.navBox5 .list img{
		width: 30px;
		height: 30px;
	}*/
	.navBox5 .list a{
		font-size: 12px;
	}
}
.navBox6 .bottom .right li a{border: 0;}
.navBox8 .list {
	padding: 10px;
	width: 800px;
}
.navBox8 .list li{
	position: relative;
	padding: 0 50px 0 15px;
	border-bottom: 1px solid #101010;
}
.navBox8 .list li a{
	height: 45px;
	line-height: 45px;
	color: #333;
	display: block;
	padding-left: 35px;
	background: url(../images/jx_i1.png) no-repeat left center;
}
.navBox8 .list li i{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	width: 22px;
	height: 20px;
	background: url(../images/jx_i2.png) no-repeat center center;
}
.navBox8 .form{
	width: 800px;
}
.navBox8 .form li{
	height: 45px;
	line-height: 45px;
	display: flex;
	align-items: center;
	background-color: #F0F0F0;
	margin-bottom: 15px;
}
.navBox8 .form li span{
	width: 110px;
	text-align: center;
	height: 45px;
	color: #fff;
	background: #18305d;
}
.navBox8 .form li input,
.navBox8 .form li select{
	flex: 1;
	height: 45px;
	border: 0;
	outline: 0;
	background-color: #F0F0F0;
	padding: 0 15px;
}
.navBox9{
	display: flex;
	justify-content: space-between;
}
.navBox9 .logo{
	width: 45%;
	margin: 0 1%;
}
.navBox9 .logo a{
	display: block;
}
.navBox9 .logo .img img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.navBox9 .logo .p{
	text-align: center;
	color: #333;
	line-height: 2em;
}
.navBox7 .top{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.navBox7 .top .right{
	margin-left: 20px;
	width: 530px;
}
.navBox7 .top .left{
	flex: 1 0;
}
.navBox7 a{
	display: block;
}
.navBox7 .top .left .boxa,
.navBox7 dd a,
.navBox7 .top .tab_bd .box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}
.navBox7 img{
	width: 100%;
	display: block;
	overflow: hidden;
}
.navBox7 .top .left .boxa .img{
	width: 126px;
	height: 172px;
	margin-right: 10px;
}
.navBox7 .word{
	flex: 1 0;
	color: #333;
	font-size: 14px;
	line-height: 2em;
}
.navBox7 .word p{
	margin-bottom: 10px;
}
.navBox7 .word p:last-child{margin-bottom: 0;}
.navBox7 .top .left .word{
	max-height: 14em;
	overflow: hidden;
}
.navBox7 .tab_hd{
	border-bottom: 5px solid #fff;
}
.navBox7 .tab_hd li{
	float: left;
	height: 55px;
	line-height: 55px;
	color: #333;
	background: #F0F0F0;
	text-align: center;
	width: 50%;
}
.navBox7 .tab_hd li.on{
	color: #fff;
	background: #18305e;
}
.navBox7 .tab_bd .img,.navBox7 .bottom .img{
	width: 80px;
	height: 109px;
	margin-right: 15px;
}
.navBox7 .tab_bd .word,.navBox7 .bottom .word{
	text-indent: 2em;
	max-height: 8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.navBox7 .bottom dl{
	float: left;
	width: 31.33%;
	margin-left: 3%;
	margin-bottom: 10px;
}
.navBox7 .bottom dl:nth-child(3n+1){
	margin-left: 0;
}
.navBox7 .bottom dd{
	background-color: #f0f0f0;
}
.navBox7 .boxOut{
	display: none;
}
.navBox7 .boxOut:first-child{
	display: block;
}
.navBox8 .btnBox{
	background: none !important;
	text-align: center;
	justify-content: center;
}
.navBox8 .btnBox .btn{
	display: inline-block;
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #18305d;
	background: #F0F0F0;
	border-radius: 4px;
	width: 100px;
}
.navBox8 .top{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.navBox8 .top .right{
	margin-left: 20px;
	width: 530px;
}
.navBox8 .top .left{
	flex: 1 0;
}
.topgz{
	background: #fff;
	position: relative;
	z-index: 15;
}
.topgz a{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-left: 20px;
}
.topgz a>img{
	width: 24px;
	height: 24px;
	display: block;
}
.topgz a.ewmOut .ewmBox{
	position: absolute;
	width: 120px;
	height: 120px;
	top: 40px;
	left: calc(50% - 60px);
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.topgz a.ewmOut:hover .ewmBox{
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
	.topgz{display: none;}
	nav .navlist{
		z-index: 20;
	}
}
.qy_tabbd .list{
	padding: 20px;
	font-size: 14px;
	line-height: 2em;
}
.qy_tabbd .list a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 5px;
}

.fixBody{
	height: 100%;
	overflow: hidden;
}