body {
	min-width: 1200px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #333333;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
.grey{
  display:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
input {
	padding: 0;
	margin: 0;
	list-style: none;
}

input {
	outline: none;
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

a,
img {
	cursor: pointer;
}

.clearfix {
	zoom: 1;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.nomar-r {
	margin-right: 0 !important;
}

.padtb20 {
	padding: 20px 0;
}

.header {
	background: #00548c url(../images/h-bg.png) no-repeat 926px top;
	height: 140px;
}

.header .logo {
	margin: 32px 0 33px 0;
}

.header .con ul {
	margin: 32px 0 17px 0;
}

.header .con ul li {
	margin-left: 9px;
}

.header .r-t-l li {
	float: left;
	color: #fff;
	font-size: 12px;
}

.header .r-t-l li a {
	color: #fff;
}

/*氓炉录猫藛陋*/
/*menu*/

.menu {
	border-top: 1px solid #4392d3;
	height: 44px;
	position: relative;
	z-index: 10;
}

#nav {
	display: block;
	width: 1200px;
	padding: 0px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	height: 45px;
	margin-top: -1px;
}


#nav .mainlevel:hover a {
	color: #FFFFFF;
	background: #00548C;

}

#nav .mainlevel a {
	color: #000;
	line-height: 45px;
	display: block;
	font-size: 16px;
	height: 45px;
	padding: 0 44px;
}

#nav li.mainlevel a:hover {
	background: #00548C;
	color: #fff;
}

#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 99;
	padding-top: 0px;
	width: 152px;
}

#nav .mainlevel li {
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #4a94d1;
	width: 100%;
}

#nav .mainlevel li:last-child {
	border-bottom: none;
}

#nav .mainlevel li a {
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #FFF !important;
	background: #00548C;
	filter: alpha(opacity=90);
	opacity: .9;
	text-align: center;
	padding: 0 34px;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav li.on {
	background: #00548C;
	color: #fff;
}

#nav li.on a {
	color: #fff;

}

.main {
	width: 100%;
	min-height: 930px;
	background: url("../images/main_bg.png") no-repeat center bottom;
}

/*search*/

.search {
	margin-top: 20px;
	width: 183px;
	height: 35px;
	background: url(../images/search_box.png) no-repeat center;
	/* margin-right: -10px; */
	margin-left: 10px;
}

.text {
	width: 136px;
	height: 35px;
	line-height: 35px;
	outline: none;
	border: none;
	background: none;
	margin-left: 16px;
	color: #bdd0ea;
	font-size: 12px;
}

.image {
	width: 15px;
	height: 15px;
	outline: none;
	margin: 10px 16px 0 0;
}

.slideBox {
	width: 100%;

	overflow: hidden;
	position: relative;

}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	
	display: block;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 45%;
	display: block;
	width: 54px;
	height: 54px;
}

.slideBox .prev {
	background: url("../images/pre.png") no-repeat;
	left: 50px;
}

.slideBox .next {
	left: auto;
	right: 50px;
	background: url("../images/next.png") no-repeat;
}

.h-z-b {
	margin: 40px auto 14px;
}

.h-z-b .m-l {
	width: 633px;
	height: 255px;
}

.tit {
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 42px;
	display: block;
	margin-bottom: 25px;
}

.title {
	color: #00548c;
	border-bottom: 2px solid #00548c;
	background: url(../images/new.png) no-repeat left 3px;
	padding-left: 1.6em;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: normal;
}

.tit a {
	margin-top: 10px;
}

.pic .pic-tit {
	position: relative;
	width: 250px;
	height: 190px;
	overflow: hidden;

}

.pic .pic-tit img {
	width: 250px;
	height: 190px;
	transition: 0.5s;
}

.pic .pic-tit img:hover {
	transform: scale(1.4);
}

.pic .pic-t {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	filter: alpha(opacity=50);
	font-size: 16px;
	z-index: 99999;
	width: 100%;
	text-indent: 1em;
}

.xwdt-list {
	width: 360px;
	height: auto;
}

.xwdt-list li {
	background: url(../images/dian.png) no-repeat left center;
	text-indent: 1.5em;
	margin-bottom: 14px;
}

.xwdt-list li:hover a {
	color: #00548C;
}

.xwdt-list li a {
	font-size: 15px;
}

.xwdt-list li .date {
	color: #666666;
	font-size: 12px;
}

.tzgg {
	width: 330px;
	margin: 0 38px;
}

.tzgg .title {
	background: url(../images/tz.png) no-repeat left 3px;
}

.tzgg-list li {
	margin-bottom: 10px;
}

.tzgg-list li .date {
	width: 55px;
	height: 55px;
	text-align: center;
	color: #00548C;
	background: url(../images/date-bg.png) no-repeat left center;
	/* background-size:  100%; */
}

.tzgg-list li .date h1 {
	font-size: 20px;
	margin-top: 8px;
	font-weight: normal;
}

.tzgg-list li .date span {
	font-size: 12px;
	line-height: 10px;
}

.tzgg-list li a {
	height: 45px;
	display: block;
	margin-left: 1.5em;
	font-size: 15px;
	width: 252px;
	line-height: 175%;
}

.m-r ul li {
	display: block;
	width: 160px;
	height: 80px;
	text-align: center;
	margin-bottom: 10px;
}

.m-r ul li a {
	color: #fff;
	font-size: 14px;
	padding-top: 50px;
	display: block;
}

.m-r ul .icon-1 {
	background: url(../images/a1.png) no-repeat center;
	transition: 0.5s;
}

.m-r ul .icon-1:hover,
.m-r ul .icon-2:hover,
.m-r ul .icon-3:hover,
.m-r ul .icon-4:hover {
	transform: rotateY(30deg);
}

.m-r ul .icon-2 {
	background: url(../images/a2.png) no-repeat center;
	transition: 0.5s;
}
.m-r ul .icon-3 {
	background: url(../images/a3.png) no-repeat center;
	transition: 0.5s;
}
.m-r ul .icon-4 {
	background: url(../images/a4.png) no-repeat center;
	transition: 0.5s;
}

.b-x-l li {
	width: 580px;
	height: 100px;
	display: block;
}

.footer {
	height: 130px;
	background: #4c4c4c;
	margin-top: 60px;
	width:  100%;
	/* position:  absolute; */
	bottom:  0;
	left:  0;
}
.footer p{margin:0;}
/*list*/
.banner_bar {
	width: 100%;
	/*height: 250px;*/

}
.list{
	margin-top: 45px;
	min-height: 648px;
}
.list_left {
	width: 260px;
	padding-bottom: 100px;
}
.lanmu_name {
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	color: #fff;
	background: url(../images/list-left-1.png) no-repeat center;
	text-align:center;
	position:  relative;
}
/*盲潞艗莽潞搂氓炉录猫藛陋*/
.lanmu_list {
	width: 230px;
	height: auto;
	background: #f2f2f2;
	padding-top:20px;
	margin: -80px auto 0;
}
.list-left-6{
		background: #fff url(../images/list-left-6.png) no-repeat bottom;
		height: 108px;
		width: 100%;
		display: block;
		width: 230px;
		margin: -100px auto;
		background-size: 100%;
		position:  relative;
		z-index:  999999999999999999999999;
}
.accordion {
	margin-left: 10px;
	padding-top: 80px;
	border-bottom: 1px solid #d8d9da;
	padding-bottom: 140px;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px 10px 25px;
	color: #00548c;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion .link{
	border-bottom: 1px solid #ccc;

}
.accordion .link a {
	color: #4D4D4D;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion .line4 {

	cursor: pointer;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
}
.accordion li .link{
	background: url(../images/list-left-5.png) no-repeat 185px center;
}
.accordion li.open .link{
	color: #00548c;
	background: #fff url(../images/list-left-2.png) no-repeat 185px center;
	border-left:  2px solid #00548c; 
	border-bottom: 0px solid #fff;
}
.accordion li.open .link a {
	font-weight:bold;
	color: #00548c;

	
}


/**盲赂鈥懊郝ヂ济ㄋ喡猄ubmenu**/

.submenu {
	display: none;
	font-size: 14px;
	padding-bottom:8px;
}
.submenu li {
	background:url(../images/list-left-4.png) no-repeat 25px center;
}
.submenu a {
	display: block;
	color: #666;
	padding: 5px;
	padding-left: 40px;
}
.submenu li:hover, .submenu li.current a{
	color: #00548c;
	background: url(../images/list-left-3.png) no-repeat 25px center;
}

/* 盲戮搂氓炉录猫藛陋莽禄鈥溍β澟� */
/* 氓聫鲁盲戮搂氓录鈧ヂр�� */
.list-right {
	width: 920px;
	overflow: hidden;
	padding: 20px 0;
	min-height: 500px;
}

.list-right .titname {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #00548c;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.list-right .titname h2 {
	display: initial;
	font-size: 20px;
	color: #00548c;
	font-weight: bold;
	border-bottom: 2px solid #00548C;
	padding-bottom: 10px;
}

.list-right .titname .navigation {
	color: #666666;
	font-size: 14px;
	float: right;
}

.list-right .titname .navigation img {
	vertical-align: unset;
	padding-right: 8px;
}

.list-right .titname .fa-home {
	font-size: 14px;
	margin-right: 10px;
}

.list-con ul li {
	padding: 10px 0 10px 15px;
	height: 39px;
	line-height: 39px;
	background: url(../images/list-dian.jpg) no-repeat left center;
	font-size: 16px;
	border-bottom: 1px dashed #ececec;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-con ul li .date {
	float: right;
	color: #999999;
	font-size: 14px
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 17px;
	color: #00548c;
}

.list-con .fanye {
	margin: 15px;
	text-align: center;
}

/* 忙颅拢忙鈥撯�∶┞÷� */
.article-con {
	padding: 30px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 35px 0 0 0;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 忙颅拢忙鈥撯�∶÷β犅糚盲赂聧莽录漏猫驴鈥� */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}
.article-con .updown ul li:hover{
          color:#01538B;
}