body{
	min-width: 1400px;
}
.w {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}

.top-bg{
    width: 100%;
    height: 240px;
    background: url(../img/top-bg.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: all 1s;
}

.logo {
    margin-top: 15px;
}

.logo a {
    display: block;
}
.top-r{
	margin-top: 15px;
}
.top-r-s a{
	display: inline-block;
	float: right;
	margin: 0 10px;
	line-height: 30px;
	color: #fff;
}
.search {
	float: right;
    position: relative;
    width: 200px;
    height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: none;
    display: none;
}

input, button {
    border: none;
    outline: none;
}

.search .text {
    width: 154px;
    padding-left: 10px;
    height: 30px;
    font-size: 12px;
    background: none;
    color: #fff;
}

.search .button {
    width: 36px;
    height: 30px;
    background: url(../img/ss.png) no-repeat center;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

input::-moz-input-placeholder {
    color: #ddd;
}

input::-ms-input-placeholder {
    color: #ddd;
}
.top-r-s a.toSearch img{
	vertical-align: -4px;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ height:40px; line-height:40px; position:relative;  z-index:2; margin-top: 10px;}
.nav a{ color:#fff;}
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;}
.nav .nLi h3 a{ display:block; width: 90px; text-align: center; font-size:15px;}
.nav .sub{ display:none; width:125%; left:0; top:40px; position:absolute; background:url(../img/nav_sub.png) repeat;  line-height:32px; padding:5px 0;  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 6px; text-align: center; font-size: 14px;}
.nav .sub a:hover{ background:#19448e; color:#fff;  }
.nav .on h3 a{}

.news{
	margin-top: 20px;
}
.news-ti{
	background: url(../img/news-ti.png) no-repeat center;
	background-size: 1400px 90px;
	line-height: 90px;
	text-align: center;
	font-size: 32px;
}
.slideBox{ width:490px; height:295px; overflow:hidden; position:relative; margin-top: 30px;}
		.slideBox .hd{ height:8px; overflow:hidden; position:absolute; right:8px; bottom:24px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin:0 5px; width:8px; height:8px; border-radius: 50%; text-indent: -999999px; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#e40110;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
		.slideBox .bd img{ width:490px; height:295px; display:block;  }
		.slideBox .bd li p{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; line-height: 60px; background: rgba(0,0,0,0.6); color: #fff; font-size: 16px;}
	.slideBox .bd li p span{display: inline-block; text-overflow:ellipsis;	overflow:hidden; white-space:nowrap; font-size: 16px; width: 82%; padding-left: 10px;}

.news-r{width: 910px;}		
.news-r ul li{
	float: left;
	width: 390px;
	height:98px;
	padding: 15px;
	margin-left: 30px;
	margin-top: 30px;
	background: #f5f5f5;
	border-top: 5px solid #19448e;
	transition: all 0.5s;
}
.news-r ul li .sj{
	font-size: 16px;
	font-family: arial;
	
}
.news-r ul li h3{
	
	height: 25px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 7px;
}
.news-r ul li .zy{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.news-r ul li:hover{
	border-top-color: #cc0000;
}
.news-r ul li:hover h3 a{
	color: #CC0000;
}
.news-gd a{
	display: block;
	width: 140px;
	height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	background: #bac7dd;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	transition: all 0.5s;
}
.news-gd a:hover{
	background: #95acd3;
}

.box2-bg{
	background: url(../img/bg1.jpg) no-repeat;
	background-size: cover;
	height: 536px;
	margin-top: 40px;
}
.box2{
	padding: 30px 0;
}
.title{
	height: 44px;
	line-height: 44px;
}
.title img{
	vertical-align: -4px;
	padding-right: 10px;
}
.title h3{
	float: left;
	height: 100%;
	font-size: 32px;
}
.title h3 span{
	font-family: arial;
	font-size: 16px;
	color: #808080;
	padding-left: 5px;
}
.more a{
	color: #666;
	font-size: 16px;
}
.more a:hover{
	color: #CC0000;
}
.notice{
	width: 700px;
}
.notice ul li{
	margin-top: 25px;
	height: 60px;
}
.notice ul li a{
	display: block;
	transition: all 0.5s;
}
.notice ul li .notice-sj{
	float: left;
	width: 70px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #752b85;
}
.notice ul li .notice-sj p{
	height: 30px;
	line-height: 30px;
	font-family: arial;
	font-size: 24px;
	background: #752B85;
	color: #fff;
	text-align: center;
}
.notice ul li .notice-sj span{
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: arial;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.notice ul li h3{
	margin-left: 90px;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.notice ul li h3 a:hover{
	color: #CC0000;
}

.xbdt{
	width: 670px;
}
.xbdt ul{
	margin-top: 25px;
}
.xbdt ul li{
	float: left;
	width: 320px;
	height: 400px;
	margin-left: 30px;
}
.xbdt ul li:first-child{
	margin-left: 0;
}
.xbdt ul li .xbdt-tx{
	height: 170px;
	background: #fff;
	padding: 15px;
}
.xbdt ul li .xbdt-tx .sj{
	font-family: arial;
	font-size: 16px;
	background: url(../img/icon1.png) no-repeat left center;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
}
.xbdt ul li .xbdt-tx h3{
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 15px;
}
.xbdt ul li .xbdt-tx .zy{
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.xbdt ul li .xbdt-tx h3 a:hover{
	color: #CC0000;
}
.xbdt-pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.xbdt-pic a, .xbdt-pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.xbdt-pic a:hover img{
	transform: scale(1.2);
}

.kslj-bg{
	width: 100%;
	height: 110px;
	background: #19448e;
}
.picMarquee-left{ position:relative; height: 100%;}
		.picMarquee-left .hd{ position: absolute; top: 50%; margin-top: -10px; width: 100%; z-index: 1;}
		.picMarquee-left .hd .prev{ display:block;  width:11px; height:20px; overflow:hidden; position: absolute; left: -30px;
			 cursor:pointer; background: url(../img/z.png) no-repeat;}
		.picMarquee-left .hd .next{ display:block;  width:11px; height:20px; overflow:hidden; position: absolute; right: -30px;
			 cursor:pointer; background: url(../img/y.png) no-repeat;}

		.picMarquee-left .bd{ padding: 0 10px; margin-right: 10px; overflow: hidden;}
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; padding: 30px 20px;}
		.picMarquee-left .bd ul li:hover{background: #608ad3; }
		.picMarquee-left .bd ul li .pic{ text-align:center; float: left;}
		.picMarquee-left .bd ul li .pic a{display: block; margin: 0 auto;}
		.picMarquee-left .bd ul li .pic img{ width:50px; height:50px; display: block; margin: 0 auto;}
		.picMarquee-left .bd ul li .tit{float: left; line-height:50px; font-size: 18px; margin-left: 18px;}
		.picMarquee-left .bd ul li .tit a{color: #fff;}
		.picMarquee-left .bd ul li:hover .tit a{color: #fff;}


.box3{margin-top: 40px;}
.zsxx{width: 700px;}
.zt{width: 670px;}
.zsxx-tt{
	margin-top: 25px;
}
.zsxx-tt-pic{
	width: 200px;
	height: 130px;
	overflow: hidden;
}
.zsxx-tt-pic a, .zsxx-tt-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.zsxx-tt-pic a:hover img{
	opacity: 0.85;
}
.zsxx-tt-tx{
	width: 470px;
}
.zsxx-tt-tx h3{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.zsxx-tt-tx h3 a:hover{
	color: #CC0000;
}
.zsxx-tt-tx p{
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}
.zsxx ul{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 30px;
}
.zsxx ul li{
	line-height: 40px;
	font-size: 16px;
	background: url(../img/sj-red.png) no-repeat center left;
	padding-left: 20px;
}
.zsxx ul li i{
	float: right;
	color: #666;
}
.zsxx ul li a:hover{
	color: #CC0000;
}
.zt ul li{
	margin-top: 25px;
	position: relative;
}
.zt ul li a, .zt ul li img{
	display: block;
	width: 100%;
	height: 110px;
}
.zt ul li:after{
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:3px;
	background:#19448e;
	transition: all 0.3s;
}
.zt ul li:hover:after{
	width: 100%;
}
.link-bg{
	width: 100%;
	height: 64px;
	background: #d1d1d1;
	margin-top: 40px;
}

.link h2{
	float: left;
	line-height: 64px;
	font-size: 24px;
	background: url(../img/link.png) no-repeat left center;
	padding-left: 50px;
}
.link-k{
	position: relative;
	width: 180px;
	height: 34px;
	margin: 0 15px;
	margin-top: 15px;
}
.link-k h3{
	width: 180px;
	height: 34px;
	line-height: 34px;
	background: none;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
}
.link-yc{
	position: absolute;
	top: auto;
	bottom: 49px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	background: #fff;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 3;
	display: none;
}
.link-yc ul{
	padding: 10px 0;
}
.link-yc ul li{
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
}
.link-yc ul li:hover{
	background: #19448e;
}
.link-yc ul li:hover a{
	color: #fff;
}
.link-yc ul li a{
	display: block;
	width: 100%;
}
.link-k h3 img{
	vertical-align: 2px;
	padding-left: 10px;
}


.foot-bg{
	width: 100%;
	height: 288px;
	background: #19448e;
}
.foot{
	color: #fff;
	padding-top: 57px;
}
.foot a{
	color: #fff;
}
.dblogo{
	width: 248px;
	height: 150px;
	padding: 10px 0;
	background: url(../img/di-sx.png) no-repeat right center;
	padding-right: 60px;
}
.dblogo img{
	display: block;
	width: 100%;
	height: 100%;
}
.lxwm{
	min-height: 174px;
	background: url(../img/di-sx.png) no-repeat right center;
	padding-right: 60px;
	padding-left: 60px;
}
.lxwm h3{
	display: inline-block;
	font-size: 24px;
	background: url(../img/di-pic.png) no-repeat center bottom;
	width: 107px;
	text-align: center;
}
.lxwm-tx{
	margin-top: 20px;
}
.lxwm-tx p{
	line-height: 30px;
}

.baxx{
	min-height: 174px;
	background: url(../img/di-sx.png) no-repeat right center;
	padding-right: 60px;
	padding-left: 60px;
}
.baxx h3{
	display: inline-block;
	font-size: 24px;
	background: url(../img/di-pic.png) no-repeat center bottom;
	width: 107px;
	text-align: center;
}
.baxx-tx{
	margin-top: 20px;
	position: relative;
}
.baxx-tx p{
	line-height: 30px;
}
.baxx-tx p img{
	vertical-align: middle;
	padding-right: 5px;
}
.sydw{
	width: 34px;
	height: 42px;
	position: absolute;
	right: 28px;
	bottom: 10px;
}
.sydw a, .sydw img{
	display: block;
	width: 100%;
	height: 100%;
}

.gzwm{
	margin-left: 30px;
	padding-left: 30px;
}
.gzwm h3{
	display: inline-block;
	font-size: 24px;
	background: url(../img/di-pic.png) no-repeat center bottom;
	width: 107px;
	text-align: center;
}
.gzwm ul{
	margin-top: 30px;
}
.gzwm ul li{
	float: left;
	margin-right: 25px;
}
.gzwm ul li a{
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #8ca2c7;
	text-align: center;
	line-height: 54px;
	
}
.gzwm ul li a img{
	padding-top: 14.5px;
}
.gzwm ul li p{
	line-height: 30px;
}

.wx, .wb, .dy{
	position: relative;
}
.wx-pic, .wb-pic, .dy-pic{
	display: block;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #fff;
	position: absolute;
	top: -124px;
	left: 50%;
	margin-left: -55px;
	display: none;
}
.wx:hover .wx-pic{display: block;}
.wb:hover .wb-pic{display: block;}
.dy:hover .dy-pic{display: block;}





.goTop {position: fixed; bottom: 60px; right: 20px; z-index: 9999999; width: 50px;height: 50px; display: none;}
.goTop img{display: block; width: 50px; height: 50px;}




/*以下是二级页面样式*/
.zitop{
	height: 120px;
	background: #19448e;
	position: fixed;
}

.zibanner{
	display: block;
	width: 100%;
	height: 230px;
	margin-top: 120px;
}
.mt50{margin-top: 50px;}

.zy-box {
	margin-top: 30px;
	background: #F5F5F5;
}

.zy-box .place p {
	float: right;
	font-size: 14px;
	background: url(../img/place.png) no-repeat left center;
	padding-left: 24px;
}

.zy-box .place p a:hover {
	color: #19448e;
}


/*列表页左侧*/

.zy-box-l {
	width: 280px;
}

.menu {
	width: 100%;
	background: #f5f5f5;
}

.menu h3 {
	width: 100%;
	height: 80px;
	background: #19448e;
	color: #fff;
}

.menu h3 p {
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	position: relative;
}

.menu ul li {
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.menu ul li a {
	display: block;
	height: 100%;
	transition: 0.3s;
	border-left: 3px solid #f5f5f5;
	padding-left: 50px;
}

.menu ul li a:hover {
	background: #fff;
	border-left: 3px solid #19448e;
}

.menu ul li.on a {
	background: #fff;
	border-left: 3px solid #19448e;
}


/*列表页右侧*/

.zy-box-r {
	width: 1080px;
	padding-left: 40px;
	background: #fff;
	min-height: 500px;
}

.zy-box-bt {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #19448e;
}

.zy-box-r .zy-box-lm {
	font-size: 26px;
	color: #19448e;
}

.list_box ul {
	margin-top: 20px;
}

.list_box ul li {
	line-height: 52px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
}

.list_box ul li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #acacac;
	margin-right: 15px;
	vertical-align: 3px;
}

.list_box ul li em {
	float: right;
	color: #666;
	padding-left: 20px;
}

.list_box ul li a {
	display: block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.list_box ul li a:hover {
	color: #19448e;
}

.list_box ul li a:hover i {
	background: #19448e;
}


/*内容页*/

.zy-box-r .main_content {
	margin-top: 26px;
	font-size: 14px;
	color: #333;
	line-height: 2.0;
}

.zy-box-r .main_content .title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 1.7;
	height: auto;
	border: 0;
	padding-top: 0;
}

.zy-box-r .main_content .Subtitle {
	text-align: center;
	font-size: 14px;
	color: #454545;
	line-height: 2.5;
	background: #eee;
	margin-top: 10px;
}

.zy-box-r .main_content .dpzw {
	font-size: 16px;
	color: #333333;
	line-height: 3;
	margin-top: 15px;
}

.zy-box-r .main_content .dpzw p {
	font-size: 16px;
	text-indent: 2em;
}

.zy-box-r .main_content .page_box {
	margin-top: 30px;
	border-top: 1px #cccccc dashed;
	padding-top: 20px;
}
.zy-box-r .main_content .page_box p{
	font-size: 16px;
}

.zy-box-r .main_content .page_box a {
	color: #666;
	line-height: 20px;
}

.zy-box-r .main_content .page_box a:hover {
	color: #19448e;
}

/*图片列表页*/
.pic_list{
	margin-top: 20px;
}
.pic_list ul{
	margin-left: -15px;
	margin-right: -15px;
}
.pic_list ul li{
	float: left;
	width: 33.3333%;
	margin-bottom: 15px;
}
.pic_list ul li a{
	display: block;
	padding: 10px 15px;
}
.pic_list ul li a img{
	display: block;
	width: 100%;
	height: 200px;
}
.pic_list ul li p{
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background: #eee;
}
.pic_list ul li a:hover p{
	background: #19448e;
	color: #fff;
}
.jgsz h1{ width:150px; height:50px; line-height:50px;text-align:center; background:#19448e; color:#fff; font-size:20px; font-weight:500;}
.jgsz h2{ width:150px; height:50px; line-height:50px;text-align:left; color:#19448e;  font-size:18px; font-weight:500;}
.jgsz ul li{float:left; width:165px; margin:10px 20px 10px 10px; height:40px; line-height:40px; font-size:16px;border-bottom:1px dashed #cecece;}