*html {
	
	background-attachment: fixed;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Arial, 'Microsoft YaHei', \5b8b\4f53
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

ul,
ol {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover{
	color: #555
	
}

fieldset,
img {
	border: 0;
	vertical-align: -2px;
}

q:before,
q:after {
	content: ''
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
body{
	background: url(../images/body-bg.jpg)
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
input::-webkit-input-placeholder {
	color: #fff;
}
/*input::-webkit-input-placeholder {
　　color: #fff;
}*/
input:-moz-placeholder {
　　color: #fff;
}
input::-moz-placeholder {
　　color: #fff;
}
input:-ms-input-placeholder {
　　color: #fff;
}
.clearfix {
	zoom: 1
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}

.fr {
	float: right
}

/* 头部 */
.header{
	position: relative;
	height: 150px;
	border-top: 3px solid #006fae;
	background: url(../images/header-bg.jpg) center center no-repeat;
}

.header .logo{
	float: left;
	margin-top: 50px;
}
.header-main{
	float: right;
	margin-top: 40px;
}
.header-links{
	line-height: 24px;
	text-align: right;
}
.header-links span{
	margin: 0 10px;
	color: #999;
	font-size: 12px;
}
.header-links .time{
	font-size: 15px;
	color: #006fae;
}
.header .search-box{
	margin-top: 10px;
}
.header .search-box .text{
	width: 260px;
	float: left;
	padding: 9px 10px 9px 35px;
	height: 20px;
	line-height: 20px;
	border: none;
	background: url(../images/icon-search.png) 10px center no-repeat;
	border: 1px solid #ccc;
	color: #999;
}
.header .search-box .btn{
	float: left;
	width: 74px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: #006fae;
	color: #fff;
	border: none;
	vertical-align: middle;
}
/* 主导航 */
.mian-nav .wrap{
	position: relative;
	z-index: 2;
	background: #006fae
}
.mian-nav li{
	float: left;
	width: 120px;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 50px;
	margin-right: 38px;
}
.mian-nav li a{
	position: relative;
	display: block;
	text-align: center;	
	color: #fff;
}
.mian-nav li .dropdown{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	background: #ffc002;
}
.mian-nav li:hover a,.mian-nav li.on a{
	background: #ffc002;
}

.mian-nav li .dropdown li{
	float: none;
	width: 100%;
	font-size: 14px;
}

.mian-nav li:hover .dropdown{
	display: block;
}
.mian-nav li .dropdown li{
	border: none;
}
.mian-nav li .dropdown li a:hover{
	background: #fed353;	
}

.mian-nav .date{
	position: absolute;
	right: 0;
	top: -3px;
	height: 53px;
	background: #016096;
	color: #fff;
}
.mian-nav .date span{
	margin: 0 12px;
	line-height: 50px;
	margin-top: 3px;
	font-size: 16px;
}
.mian-nav .date:before{
	content: "";
	position: absolute;
	left: -3px;
	top: 0;
	width: 4px;
	height: 5px;
	background: url(../images/nav-icon.png) no-repeat;
}

.container{
	padding-bottom: 25px;
	background: url(../images/bg.jpg) top center no-repeat;
}
.main-box{
	padding: 18px;
	background: #fff;
}
.banner{
	position: relative;
	height: 458px;
	overflow: hidden;
}
.banner .slide .hd{
	position: absolute;
	width: 100%;
	bottom: 22px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.banner .slide .hd li{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	cursor: pointer;
	background: url(../images/slide-li.png) no-repeat;
}
.banner .slide .hd li.on{
	background: url(../images/slide-on.png) no-repeat;
}

.banner .slide .bd li{
	position: relative;
}
.banner .slide .bd li img{
	vertical-align: middle;
	width: 100%;
	height: 458px;
}
.banner .slide .bd .text{
	position: absolute;
	top: 125px;
	left: 45px;
	width: 500px;
	
}
.banner .slide .bd .text a{
	color: #fff;
}
.banner .slide .bd .text .tit{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/text-bg.png);
	color: #fff;
	margin-bottom: 10px;
}

.banner .slide .bd  .text .desc{
	background: url(../images/text-bg.png);
	padding: 16px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
}

 /*公用标题*/
.main-title{
	line-height: 20px;
	margin: 18px 0;
	background: url(../images/icon-tit.jpg) left center no-repeat;
	padding-left: 12px;
}
.main-title h6{
	font-size: 16px;
}
.main-title span{
	color: #c2c2c2;
	margin-left: 15px;
}

.main-title .more{
	float: right;
	color: #006fae;
	padding-right: 20px;
	background: url(../images/more.png) right center no-repeat;
}

.index-row1 .c1{
	float: left;
	width: 790px;
}
.index-row1 .c1 .pic{
	float: left;
	position: relative;
	width: 360px;
}
.index-row1 .c1 .pic .img{
	position: relative;
}
.index-row1 .c1 .pic .img .hot{
	position: absolute;
	top: 100%;
	width: 98px;
	height: 42px;
	line-height: 42px;
	margin-top: -22px;
	color: #fff;
	font-size: 18px;
	background: #fab10b;
	text-align: center;
}
.index-row1 .c1 .pic img{
	width: 100%;
	height: 230px;
	vertical-align: middle;
}
.index-row1 .c1 .pic .title{
	margin-top: 30px;
	line-height: 38px;
	font-size: 16px;
}
.index-row1 .c1 .list{
	float: right;
	width: 370px;
	margin-top: -12px;
	height: 380px;
	overflow: hidden;
}
.index-row1 .c1 .list li{
	line-height: 42px;
}
.index-row1 .c1 .list .date{
	float: right;
	color: #c2c2c2;
}
.index-row1 .c1 .list .text{
	display: block;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-row1 .c2{
	float: right;
	width: 380px;
}
.index-row1 .c2 .main-box{
	padding: 0 20px;
	height: 404px;
	overflow: hidden;
}
.index-row1 .c2 li{
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
}
.index-row1 .c2 li .date{
	color: #999;
	background: url(../images/icon-time.png) left center no-repeat;
	padding-left: 25px;
	}
.index-row1 .c2 li .text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
           margin-bottom: 10px;

}
.index-row1 .c2 li a:hover{
	color: #006fae;
}


.index-row2 .c{
	float: left;
	width: 380px;
}
.index-row2 .c1{
	margin-right: 30px;
}
.notice-list{
	height: 356px;
	overflow: hidden;
}
.notice-list dl{
	margin-bottom: 40px;
}
.notice-list dl.last{
	margin: 0;
}
.notice-list dt{
	float: left;
	width: 70px;
	height: 60px;
	line-height: 1;
	border-right: 1px solid #cccccc;
	color: #999;
}
.notice-list dt h6{
	font-size: 48px;
	font-weight: bold;
}
.notice-list dd{
	float: right;
	width: 260px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.notice-list dd a:hover{
	color: #006fae;
	text-decoration: underline;
}

.notice-list1{
	height: 356px;
	overflow: hidden;
}
.notice-list1 dl{
	margin-bottom: 39px;
}
.notice-list1 dl.last{
	margin: 0;
}
.notice-list1 dt{
	float: left;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
}
.notice-list1 dt h6{
	background: #006fae;
	color: #fff;
	font-size: 24px;
}
.notice-list1 dt p{
	background: #e1e1e1;
	color: #444;
	font-size: 12px;
}
.notice-list1 dd{
	float: right;
	width: 270px;
	line-height: 30px;
}
.notice-list1 dd .title{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-list1 dd .title a{
	color: #006fae;
}
.notice-list1 dd .name{
	color: #999;
}


.footer{
	background: #006fae;
	min-width: 1200px;
	text-align: center;
	color: #fff;
	padding: 25px 0;
}
.footer span{
	display: inline-block;
	width: 33%;
	
}







/*内页 */
.inner-banner{
	margin-bottom: 25px;
}
.inner-banner img{
	max-width: 100%;
	vertical-align: middle;
}


.rightBar{
	float: right;
	width: 315px;
	position: relative;
	z-index: 1;
	border: 1px solid #edfcfc;
	border-top: none;
}
.rightBar .hd{
	position: relative;
	height: 60px;
	line-height: 60px;
	background: #016096;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.rightBar .hd:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	margin-bottom: -7px;
	width: 14px;
	height: 14px;
	background: url(../images/rightbar-icon.png) no-repeat;
}
.rightBar .bd{
	margin-top: 20px;
	background: #fff;
}
.rightBar li{
	line-height: 24px;
	padding: 5px 15px;
}

.rightBar li .date{
	color: #999;
	background: url(../images/icon-time.png) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}
.rightBar li .text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.rightBar li.odd{
	background: #006fae;
	color: #fff;
}
.rightBar li.odd a,.rightBar li.odd .date{
	color: #fff;
}


.main{
	width: 855px;
	float: left;
}
.main .main-title{
	margin-top: 5px;
}
.main .main-title .more{
	color: #333;
}


.main .main-box{
	padding-top: 0;
}
.main .text-list ul{
	padding: 10px 0;
}
.main .text-list li{
	line-height: 42px;
}
.main .text-list li .time,.main .text-list li a .time{
	float: right;
	color: #c2c2c2;
}



.pic-list dl{
	padding: 46px 0;
	border-bottom: 2px solid #e6e6eb;
}
.pic-list dt{
	float: left;
	width: 150px;
}
.pic-list dt img{
	width: 100%;
	height: 200px;
}
.pic-list dd{
	margin-left: 180px;
}
.pic-list dd .title{
	font-size: 16px;
	font-weight: bold;
}
.pic-list dd .desc .r1{
	color: #622769;
	line-height: 50px;
	font-size: 16px;
}
.pic-list dd .desc .r2{
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.pic-list dd .desc .r3{
	text-align: right;
	margin-top: 20px;
	
}
.pic-list dd .desc .r3 a{
	color: #622769;
}

.detail-box{
	padding: 15px 0;
}
.detail-box p{
	line-height: 52px;
	text-indent: 2em;
}
.detail-box img{
	max-width: 100%;
	margin: 20px 0;
}
.detail-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.detail-infor{
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}
.detail-infor span{
	margin: 0 40px;
}

.page{
	margin: 30px 0;
}
.page .total{
	margin-right: 144px;
}
.page .now em{
	color: #f00
}
.page ul{
	float: right;
}
.page ul li{
	float: left;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
}
.page ul li.on,.page ul li.on a{
	
	color: #f00;
}
.simple-page{
	padding-top: 20px;
	border-top: 1px dashed #ddd;
	line-height: 30px;
	margin-bottom: 20px;
}
.zh_fd_jj{
          position:absolute;
          z-index:1;
}
.zh_fd_jj .text-inner .first_nr{
    background: url(../images/text-bg.png);
    padding: 16px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
}
.zh_fd_jj .text-inner .first_bt{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: bold;
    background: url(../images/text-bg.png);
    color: #fff;
    margin-bottom: 10px;
}