.w{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.header-bg{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #921616;
}
.header-lj a{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #ededed;
}
.header-lj a:hover{
	color: #fff;
}
.search {
	position:relative;
	width:180px;
	height:24px;
	margin-top: 8px;
	margin-right: 16px;
}
input,button {
	border:none;
	outline:none;
}
.search input {
	width:0;
	height: 24px;
	padding:0 21px 0 0;
	border-bottom:2px solid transparent;
	background:transparent;
	transition:.3s linear;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	color: #fff;
	cursor: pointer;
}
.search input:focus {
	width:158px;
	z-index:1;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.search button {
	width: 21px;
	height: 22px;
	background: url(../img/fdj.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.search button:before {
	
}
input::-webkit-input-placeholder {
        color: #fff;
      }
      input::-moz-input-placeholder {
        color: #fff;
      }
      input::-ms-input-placeholder {
        color: #fff;
      }

.logo-bg{
	width: 100%;
	background: #fff;
}
.logo{
	margin-top: 10px;
}
.logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.logo img{
	display: block;
	height: 75px;
}
.top-r{
	width: 630px;
}
.top-r-t{
	margin-left: 325px;
	margin-top: 18px;
}

.nav-bg{
	width: 100%;
	height: 42px;
	background: #efefef;
	 margin-top: 10px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ height:42px; line-height:42px; background: #efefef; position:relative; z-index:1;}
		.nav a{ color:#024456;}
		.nav .nLi{ float:left;  position:relative; display:inline;}
		.nav .nLi h3{ float:left;}
		.nav .nLi h3 a{ display:block; padding: 0 53px; font-size:16px;}
		.nav .sub{ display:none; width:100%; left: 0; top:42px;  position:absolute;}
		.nav .sub div{margin-top: 15px; width:100%; background: rgba(255,255,255,0.85); border-top: 4px solid #921616; border-radius: 6px; line-height:28px; padding:5px 0;}
		.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; text-align: center; color: #333;}
		.nav .sub a:hover{ background:#921616; color:#fff;}
		.nav .on h3 a{ color:#fff; background: #921616;}
		.nav .sub i{display: block; width: 10px; height: 9px; background: url(../img/d-sj.png) no-repeat center top; position: absolute; left: 50%; margin-left: -5px; top: 0;}

/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
	width: 100%;
    height: 17px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom:40px;
    z-index: 1;
}
.ibanner .hd ul {
	width: 100%;
	height: 17px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.ibanner .hd ul li {
    display: inline-block;
    margin: 2.5px 3px;
    width: 12px;
    height: 12px;
    line-height:12px;
    text-align: center;
    background: #921616;
    cursor: pointer; 
    opacity: 1;
    filter: alpha(opacity=100); 
    border-radius: 50px;
}
.ibanner .hd ul li.on {
    background: none;
    border: 1px solid #921616;
    opacity:1;
    filter: alpha(opacity=100);
    color: #fff;
    width:15px;
    height:15px; 
    margin: 0 6px;   
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../img/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -34px;
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/slider-arrow.png) no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -68px 0;
    width: 68px;
    height: 68px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}

.news-bg{
	width: 100%;
	height: 590px;
	background: #edecec;
}
.title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-top: 30px;
}
.title h2{
	float: left;
	font-size: 24px;
}
.title h2 span{
	font-size: 24px;
	color: #921616;
}
.title em{
	display: block;
	float: left;
	width: 28px;
	height: 6px;
	background: #921616;
	margin-left: 8px;
	margin-top: 27px;
}
.title hr{
	display: block;
	float: left;
	width: 1010px;
	height: 1px;
	background: #d9d5d5;
	border: none;
	margin-top: 29.5px;
}
.more{
	float: right;
	font-size: 12px;
}
.more a:hover{
	color: #921616;
}
.news-tx{
	margin-top: 20px;
}
.news-l ul li{
	float: left;
	width: 372px;
	margin-left: 30px;
}
.news-l ul li:first-child{
	margin-left: 0;
}
.news-pic{
	width: 100%;
	height: 282px;
	overflow: hidden;
}
.news-pic a{
	display: block;
	width: 100%;
	height: 100%;
}
 .news-pic img{
 	display: block;
	width: 100%;
	height: 100%;	
	transition: all 1s;
 }
.news-pic a:hover img{
	transform: scale(1.2);
}
.news-l-kk{
	border-top: 4px solid #921616;
	background: #f6f6f6;
	padding: 10px 15px 15px 15px;
	transition: all 1s;
}
.news-l-kk i{
	font-size: 12px;
	color: #921616;
	transition: all 1s;
}
.news-l-kk h3{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.news-l-kk h3 a{
	transition: all 0.5s;
}
.news-l-kk h3 a:hover{
	color: #921616;
}
.news-l-kk p{
	font-size: 12px;
	color: #999;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	transition: all 1s;
}
.news-l ul li:hover .news-l-kk{
	background: #921616;
	color: #fff;
}

.news-l ul li:hover .news-l-kk h3 a, .news-l ul li:hover .news-l-kk i, .news-l ul li:hover .news-l-kk p{
	color: #fff;
}
.news-r{
	width: 396px;
}
.news-r ul li{
	padding: 11px 0;
	border-bottom: 1px dashed #bfbfbf;
	background: url(../img/sx1.jpg) no-repeat left center;
	padding-left: 13px;
}
.news-r ul li:first-child{
	padding-top: 0;
}
.news-r ul li h3{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 15px;
}
.news-r ul li i{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background: url(../img/sj.png) no-repeat left center;
	padding-left: 27px;
	color: #999;
}
.news-r ul li:hover{
	background: url(../img/sx2.jpg) no-repeat left center;
}
.news-r ul li:hover h3 a{
	color: #921616;
}
.tzgg-bg{
	width: 100%;
	padding: 70px 0 40px 0;
	background: url(../img/news-bg.jpg) no-repeat center;
	background-size: cover;
}
.tzgg-l{
	width: 554px;
	height: 340px;
	position: relative;
}
.tzgg-l em{
	display: block;
	width: 534px;
	height: 325px;
	background: #921616;
	position: absolute;
	left: 0;
	top: 0;
}
.tzgg-pic{
	display: block;
	width: 538px;
	height: 331px;
	position: absolute;
	right: 0;
	top: 9px;
}
.tzgg-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.tzgg-tx{
	width: 600px;
}
.tzgg-tx .title{
	padding-top: 0;
}
.tzgg-tx .title hr{
	width: 466px;
}
.tzgg-tx ul{
	
}
.tzgg-tx ul li{
	line-height: 32px;
	background: url(../img/icon-y.png) no-repeat left center;
	padding-left: 17px;
	font-size: 15px;
}
.tzgg-tx ul li i{
	float: right;
	font-size: 14px;
}
.tzgg-tx ul li a:hover{
	color: #921616;
}
.tzgg-tx ul li:hover{
	background: url(../img/icon-y2.png) no-repeat left center;
}
.xyzl{
	padding-top: 50px;
}
.xyzl-l a{
	display: block;
	width: 440px;
	height: 277px;
	position: relative;
}
.xyzl-l img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.xyzl-zz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hbg.png) repeat;
	z-index: 1;
	display: none;
}
.xyzl-l i{
	display: block;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-top: 100px;
}
.xyzl-l em{
	display: block;
	text-align: center;
	font-size: 36px;
	color: #fff;
	margin-top: 5px;
}
.xyzl-l a:hover .xyzl-zz{
	display: block;
}
.xyzl-r-s ul li a{
	display: block;
	width: 240px;
	height: 134px;
	position: relative;
}
.xyzl-r-s ul li a:hover .xyzl-zz{
	display: block;
}
.xyzl-r-s ul li a i{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}
.xyzl-r-s ul li a em{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.xyzl-r-x{
	margin-top: 9px;
}
.xyzl-r-x ul li a{
	display: block;
	width: 365px;
	height: 134px;
	position: relative;
}
.xyzl-r-x ul li a:hover .xyzl-zz{
	display: block;
}
.xyzl-r-x ul li a i{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
}
.xyzl-r-x ul li a em{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
.xyzl-r ul li{
	float: left;
	margin-left: 10px;
}
.foot-dh-bg{
	width: 100%;
	height: 190px;
	background: url(../img/foot-dh.jpg) no-repeat center;
	background-size: cover;
	margin-top: 70px;
}
.dilogo{
	display: block;
	margin-top: 47.5px;
}
.foot-dz{
	margin-left: 50px;
	margin-top: 50px;
}
.foot-dz p{
	font-size: 12px;
	color: #ededed;
	line-height: 30px;
	text-align: left;
}
.erweima{
	margin-top: 34px;
	text-align: center;
}
.erweima img{
	display: inline-block;
	width: 89px;
	height: 88px;
}
.erweima p{
	color: #EDEDED;
	font-size: 12px;
	line-height: 30px;
}

.foot-bq{
	width: 100%;
	height: 48px;
	line-height: 24px;
	background: #3b3939;
	text-align: center;
	padding: 14px 0;
}
.foot-bq p{
	font-size: 12px;
	color: #ccc5c5;
}

/*以下是列表页样式*/

.ztbanner{
	display: block;
	width: 100%;
	height: 309px;
	margin: 0 auto;
}
.box-zt{
	min-height: 600px;
}
.zy-box{
	
}
.zy-box .place{
	height: 70px;
	line-height: 70px;
}
.zy-box .place p{
	float: right;
	background: url(../img/place.png) no-repeat left center;
	padding-left: 26px;
        background-size:14px;
}
.zy-box .place p a:hover{
	color: #921616;
}

/*列表页左侧*/
.zy-box-l{
	width: 300px;
    margin-top: 30px;
}
.menu{
    width: 100%;
}
.menu h2{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../img/menu-bg.jpg) repeat-y left top;
	color: #fff;
}
.menu h2 p{
	height: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.menu ul li{
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	margin-top: 2px;
}
.menu ul li a{
	display: block;
	height: 100%;
	background: #e7e8ec;
}
.menu ul li a:hover{
	color: #921616;
}
.menu ul li.on a{
	color: #921616;
}

/*列表页右侧*/
.zy-box-r{
    width: 860px;
    margin-top: 30px;    min-height: 400px;
}
.zy-box-bt{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.zy-box-r .zy-box-lm{
	font-size: 22px;
	font-weight: bold;
	color: #921616;
}
.list_box ul{
	margin-top: 20px;
}
.list_box ul li{
	line-height: 54px;
	font-size: 15px;
	background: url(../img/icon-l.jpg) no-repeat left center;
	padding-left: 16px;
	border-bottom: 1px dashed #bfbfbf;
}
.list_box ul li em{
	float: right;
}
.list_box ul li a{
	display: block;
}
.list_box ul li a:hover{
	color: #921616;
}
/*内容页*/
.zy-box-r .main_content{
    margin-top: 20px;
    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: 12px;
    color: #333333;
    line-height: 2.5;
    background: #f5f5f5;
    margin-top: 10px;
}
.zy-box-r .main_content .dpzw{
    font-size: 15px;
    color: #333333;
    line-height: 3;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}
.zy-box-r .main_content .dpzw p{
	font-size: 15px;
    text-indent: 2em;
}
.zy-box-r .main_content .page_box{
    margin-top: 20px;
}
.zy-box-r .main_content .page_box a{
    color: #666;
    line-height: 20px;
}
.zy-box-r .main_content .page_box a:hover{
    color: #921616;
}

/*图片列表页*/
.pic_list{
	margin-top: 20px;
}
.pic_list ul{
	padding: 10px 0;
}
.pic_list ul li{
	float: left;
	width: 33.333333%;
}
.pic_list ul li a{
	display: block;
	padding: 10px 15px;
}
.pic_list ul li a:hover{
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);
}
.pic_list ul li a img{
	width: 100%;
	height: 200px;
}
.pic_list ul li p{
	text-align: center;
	line-height: 40px;
}
.pic_list ul li a:hover p{
	font-weight: bold;
	color: #921616;
}
/*机构设置*/
.jgsz dt{
	width: 202px;
	height: 42px;
	background: url(../img/dzjg-bt.png) no-repeat;
	line-height: 42px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.jgsz dl > div{
	width: 1040px;
	margin-left: -20px;
	margin-right: -20px;
}
.jgsz dd{
	float: left;
	width: 46%;
	margin: 20px 2% 0 2%;
	/*margin-top: 20px;*/
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	font-size: 15px;
}
.jgsz dd a{
	display: block;
	padding: 0 20px;
	background: url(../img/icon-jg.png) no-repeat 15px center;
	padding-left: 30px;
}
.jgsz dd a:hover{
	color: #921616;
}
/*现任领导*/
.xrld ul{
	float: left;
	width: 35%;
	margin-left: 5%;
	margin-top: 20px;
}
.xrld ul.xrld-ul1{
	margin-left: 15%;
}
.xrld ul li{
	line-height: 38px;
	font-size: 15px;
	margin-top: 20px;
}
.xrld ul li em{
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #921616;
}
.xrld ul li .xrld-li{
	float: left;
	margin-left: 20px;
}
.xrld ul li .xrld-li a{
	display: block;
	width: 100%;
	font-size: 15px;
}
.xrld ul li .xrld-li a:hover{
	color: #921616;
}

.zt-box1{
	margin-top: 30px;
}
.zt-title{
	position: relative;
	width: 100%;
	height: 40px;
}
.zt-title hr{
	position: absolute;
	top: 19.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	border: 0;
}
.zt-title img{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	top: 7.5px;
}
.zt-title-ti{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.zt-title-ti i{
	color: #921616;
}
.zt-box-pic{
	display: block;
	width: 950px;
	margin: 0 auto;
	margin-top: 30px;
}
.zt-box2-bg{
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0 50px 0;
	margin-top: 30px;
}
.zt-box2-pic{
	display: block;
	width: 1020px;
	margin: 0 auto;
	margin-top: 30px;
}
.zt-box3{
	margin-top: 50px;
}
.zt-box3-d{
	margin-top: 30px;
}
.zt-box3-ti{
	width: 118px;
	height: 37px;
	background: url(../img/bm-ti1.png) no-repeat;
	padding-left: 104px;
	padding-top: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.zt-box3-ti2{
	background: url(../img/bm-ti2.png) no-repeat;
}
.zt-box3-zy{
	margin-top: 30px;
}
.zt-box3-zy p{
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}
.zt-box3-zy p span{
	font-weight: bold;
	font-size: 18px;
	color: #ce4b4b;
}
.ztnr{
	position: relative;
}
.cllj{
	position: fixed;
	right: 5%;
	top: 60%;
	width: 134px;
	z-index: 99;
}
.cllj ul li{
	margin-top: 20px;
}
.cllj ul li a, .cllj ul li img{
	display: block;
	width: 134px;
	height: 134px;
}

.slideTxtBox{ width:1200px; text-align:left;  margin-top: 50px;}
		.slideTxtBox .hd{ height:50px; line-height:50px; position:relative; }
		.slideTxtBox .hd ul{ }
		.slideTxtBox .hd ul li{ float:left; width: 180px; text-align: center; background: #314a5c; color: #fff; margin-right: 20px; cursor:pointer; font-size: 16px; font-weight: bold;  }
		.slideTxtBox .hd ul li.on{ height:50px;  background:#ce4b4b; }
		.slideTxtBox .bd ul{ padding:15px;  zoom:1;  min-height: 200px;}
		.slideTxtBox .bd ul p{ font-size: 15px; line-height:30px;}