/*top*/
.stickWrap {
	width: 100%;
	height: 2px;
	background:#174A7C;
}
.headerWrap_kuang{background:#174A7C; padding-top:20px; padding-bottom:25px; border-bottom:solid 1px rgb(255,255,255,0.41); }
.headerWrap {
	width: 1180px;
	/*height: 130px;*/
	margin: 0 auto;
}

.logo {
	 float: left;
	display: block;  margin-top:7px;
}
.linSea {
	width:297px;
	 
	float: right;
}
.linSea .link {
	width: 100%;
	height: 36px;
	text-align: right;
	line-height: 36px;
}
.linSea .link a {
	color: #fff;
	font-size: 12px;
text-decoration:none;
}
.linSea .link a:hover {
	color: #fff;
}
.linSea .link font {
	padding: 0 8px;
	color: #d1d1d1;
	font-size: 12px;
}
.linSea .search {
	height: 35px;
	margin-top: 14px;
	border: 1px solid #E5E5E5;
background: #1c3f7c;
}
.linSea .search span {
	width: 21px;
	height: 21px;
	margin-top: 5px;
	margin-right: 13px;
	display: block;
	float: right;
}
.linSea .search .searchText {
	width: 243px;
	_width: 228px;
	height: 24px;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-left: 16px;
	background: #1c3f7c;
	border: 0px;
	outline: none;
	line-height: 24px;
	font-family: "微软雅黑";
}
/*nav*/
.navWrap {
	/*width: 100%;
	height: 50px;*/
	background:#174A7C ;
	position: relative;
	z-index: 9;
}
.innavWrap {
	width: 1180px;
	/*height: 50px;*/
	margin: 0 auto;
}
/*.innavWrap ul li {

	display: block;
	float: left;
	text-align: center;
	line-height: 50px;
	position:relative;
margin-right:50px;
}

.innavWrap ul li:hover,
.innavWrap ul li a.cur {
	color:#efefef;
}
.innavWrap ul li a {
	color: #ffffff;
	font-size: 18px;
font-weight:bold;
	display: block;
text-decoration:none;
}
.innavWrap ul li a:hover{
  color:#efefef;
}
#nav{
	width:200px;
	line-height: 40px;
	font-size:16px;
	background: #174A7C;
	
	position:absolute;
	top:50px;
	left:0px;
	display: none;
	z-index: 10;
margin-left:-60px;
}
.innavWrap ul li #nav a{
	display:block;
	margin: 0 8px;
	border-bottom: 1px solid ;
	font-size: 14px;
	padding:6px 0px;
	line-height: 26px;
}
#nav a:hover{
	color: ;
}


.innavWrap ul li:nth-child(10){ margin-right:0px;}*/


/*banner*/
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
max-width:1180px; height:300px; margin:0 auto;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
}
.slideBox .hd .hd-ul{
	width: 100%;
	/*height: 112px;*/
/*height:30px;*/
	/*padding: 12px 0;*/
	position: absolute;
	left: 0;
	bottom: 5px;
	/*background: rgba(0,0,0,0.46);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000',endColorstr='#44000000');       
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000')";      */
	z-index: 1;
}
.slideBox .hd .hd-ul ul{
	/*width: 1180px;*/
display:block;
padding-left:10px;
	height: auto;
	margin: 0 auto;
/*text-align:center;*/
}
.slideBox .hd .hd-ul ul li{
	/*width: 270px;
	height: 84px;*/
	display:inline-block;
	cursor: pointer;
width:10px;
height:10px;
margin:0px 3px;
background: url(../images/banner-anniu1.png) no-repeat;  background-size:100%;
}
/*.slideBox .hd .hd-ul ul li:hover{ background: url(../images/banner-anniu2.png) no-repeat;  background-size:100%; }*/

.slideBox .hd .hd-ul ul .on{ background: url(../images/banner-anniu2.png) no-repeat;  background-size:100%; }


.slideBox .hd .hd-ul ul li img{
	float: left;
	width: 136px;
	height: 82px;
	display: block;
	float: left;
	border: 1px solid #fff;
display:none;
}
.slideBox .hd .hd-ul ul li p{
	width:120px ;
	float: left;
	margin-left: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: -5px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;

}
.slideBox .bd ul{ height:100%;} 
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle; padding:0px; margin:0px; height:100%;
}
.slideBox .bd li img{
	display: block;
	width: 100%;
height:100%;
}
/*前/后按钮代码 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox .next {
	left: auto;
	right: 0;
	background-position: right 0; 
}
/*banner2*/
.slideBox2 .hd {
	height: 14px;
	overflow: hidden;
	position: absolute;
	width: 1180px;
	left: 50%;
	margin-left: -590px;
	bottom: 18px;
	z-index: 1;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox2 .hd ul li {
	float: right;
	margin-left: 14px;
	width: 14px;
	height: 14px;
	background:url(../images/ico1.png) no-repeat;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox2 .hd ul li.on {
	background: url(../images/ico.png) no-repeat;
}
.slideBox2 .bd li {
	position: relative;
}
.slideBox2 .bd li .tit{
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
}
.slideBox3{
	margin-bottom: 0;
}
.slideBox2 .bd li .tit p{
	width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}
.slideBox2 .prev-next{
	width: 1180px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: -590px;
	margin-top: -37px;
}
.slideBox2 .prev,
.slideBox2 .next {
	width:40px;
	height: 74px;
	background: url(../images/arrow2.png) 0 0 no-repeat;
}
.slideBox2 .next{
	background-position: right 0;
}
.slideBox2 .prev:hover{
	background-position: 0 bottom;
}
.slideBox2 .next:hover{
	background-position: right bottom;
}
/*banner3*/
.slideBox3 .hd {
	overflow:hidden;
	position:absolute;
	bottom:20px;
	z-index:1;
	left: 50%;
	margin-left: -54px;
}
.slideBox3 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox3 .hd ul li {
	float:left;
	margin: 0 5px;
	width: 26px;
	height: 5px;
	text-align: center;
	background: #aaa;
	cursor: pointer;
}
.slideBox3 .hd ul li.on {
	background: #fff;
}
.slideBox3 .prev,
.slideBox3 .next {
	width: 23px;
	height: 43px;
	top: 16px;
	left: 20px;
	background: url(../images/arrow1.png) no-repeat;
}
.slideBox3 .next {
	background-position: right 0; 
	left: auto;
	right: 20px;
}
.slideBox3 .prev:hover{
	background-position: 0 bottom;
}
.slideBox3 .next:hover{
	background-position: bottom right;
}
.slideBox3 .prev-next{
	width: 1180px;
	height: auto;
	position: absolute;
	bottom: 73px;
	left: 50%;
	margin-left: -590px;
	z-index: 10;
}
.slideBox3 .bd li .tit{
	width: 1040px;
	height:43px;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
	padding: 16px 70px;
	position: absolute;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	bottom: 0;
	left:50%;
	margin-left: -590px;
	z-index: 10;
	background: rgba(90,127,161,0.87);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555a7fa1',endColorstr='#555a7fa1');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#555a7fa1', endColorstr='#555a7fa1')";      /*IE8*/
}
/*页面主体部分*/
.mainOne,
.mainShu{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top:20px;
}
.oneLeft,
.fourLeft-tp{
	width: 680px;
	height: auto;
	
	float: left;
	/*margin-bottom: 16px;*/
	margin-bottom:8px;
}
.oneRight,
.flm-tp,
.flm-ml,
.flm-bm,
.flt-fl,
.fourr-tp,
.fourr-ml,
.fourr-bm,
.fiveLeft,
.fiveRight{
	width: 500px;
	height: auto;

	float: right;
	margin-bottom: 8px;
}
.flm-bm{
	padding: 0 2px;
}
.oneLeft .insidelOne{
	width:858px ;
	height: auto;
	border: 1px solid #eee;
	padding:10px;
	padding-top: 3px;
}
.oneRight .insiderOne{
	width: 258px;
	height: auto;
	border: 1px solid #eee;
	padding:10px;
	padding-top: 3px;
}
.oneLeft .insidelOne .insiTitle,
.oneRight .insiderOne .insiTitle{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid ;
	margin-bottom: 20px;
}
.oneLeft .insidelOne .insiTitle h2,
.oneRight .insiderOne .insiTitle h2{
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: ;
}
.oneLeft .insidelOne .insiTitle a,
.oneRight .insiderOne .insiTitle a{
	float: right;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
}
.oneLeft .insidelOne .insiTitle a:hover,
.oneRight .insiderOne .insiTitle a:hover,
.oneLeft .insidelOne .insiBom .trailer h2 a:hover,
.oneLeft .insidelOne .insiBom .textList ul li a:hover em,
.oneLeft .insidelOne .insiBom .textList ul li a:hover span,
.oneRight .insiderOne .textList ul li a:hover span{
	color: ;
}
.oneLeft .insidelOne .insiBom .trailer p a:hover,
.threer-list li .wen p a.detail:hover,
.flm-tpcon p a.detail:hover,
.flm-ml-list li .wen p a.detail:hover,
.flm-bm-list li p a.detail:hover,
.four-mlcon p a.detail:hover{
	color: #4f6f8c;
}
.oneLeft .insidelOne .insiBom{
	width: 100%;
	height: auto;
}
.threer-list li .wen .tit:hover{ color:#1c3f7c; }
/*焦点图切换*/
.insiFocus {
	width: 280px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.insiFocus .hd {
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 14px;
	z-index: 2;
}
.insiFocus .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.insiFocus .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 50px;
	background: rgba(255,255,255,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff',endColorstr='#55ffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#55ffffff')";      /*IE8*/
}
.insiFocus .hd ul li.on {
	background: #ffe121;
}
.insiFocus .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.insiFocus .bd li {
	zoom: 1;
	vertical-align: middle;
}
.insiFocus .bd img {
	width: 100%;
	display: block;
}
.insiFocus .bd li p{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 65px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.oneLeft .insidelOne .insiBom .trailer{
	width: 268px;
	height: auto;
	margin-left: 20px;
	padding-right: 14px;
	border-right: 1px dashed #eee;
}
.oneLeft .insidelOne .insiBom .trailer h2{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.oneLeft .insidelOne .insiBom .trailer h2 a{
	width: 100%;
	font-size: 16px;
	color: #666666;
	display: inline-block;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.oneLeft .insidelOne .insiBom .trailer h3{
	width: 100%;
	font-size: 12px;
	color: #c1c1c1;
	margin-top: 4px;
	height: 16px;
	line-height: 16px;
}
.oneLeft .insidelOne .insiBom .trailer p{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	margin-top: 5px;
}
.oneLeft .insidelOne .insiBom .trailer p a{
	color: ;
}
/*文字列表*/
.oneLeft .insidelOne .insiBom .textList,
.oneRight .insiderOne .textList{
	width: 265px;
	height: auto;
	margin-top: -10px;
}
.oneRight .insiderOne .textList{
	width: 258px;
}
.oneLeft .insidelOne .insiBom .textList ul,
.oneRight .insiderOne .textList ul{
	width: 100%;
	height: auto;
	float: left;
}
.oneLeft .insidelOne .insiBom .textList ul li,
.oneRight .insiderOne .textList ul li{
	width: 100%;
	float: left;
}
.oneLeft .insidelOne .insiBom .textList ul li a,
.oneRight .insiderOne .textList ul li a{
	width: 100%;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	float: left;
	background: url(../images/ico2.png) left 15px no-repeat;
}
.oneLeft .insidelOne .insiBom .textList ul li a:hover,
.oneRight .insiderOne .textList ul li a:hover{
	background: url(../images/ico2_hov.png) left 15px no-repeat;
}
.oneLeft .insidelOne .insiBom .textList ul li a em,
.oneRight .insiderOne .textList ul li a em{
	float: left;
	font-size: 14px;
	color: #666;
	width: 215px;
	padding-left: 10px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.oneRight .insiderOne .textList ul li a em{
	width: 208px;
}
.oneLeft .insidelOne .insiBom .textList ul li a span,
.oneRight .insiderOne .textList ul li a span{
	float: right;
	font-size: 12px;
	color: #c3c3c3;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*mainTwo*/
.twoLeft,
.twoRight,
.threeLeft,
.threeRight,
.flt-fr,
.fiveMiddle{
	width: 580px;
	padding: 0 10px;
	height: auto;
	float: left;
	/*margin-bottom: 16px;*/
	margin-bottom: 8px;
}
.twoRight{
	_padding: 0 2px;
}
.Title{
	width: 100%;
	font-size: 16px;
	color: #515151;
	height: 40px;
	line-height: 40px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.Title span{
	display: inline-block;
	float: left;
	border-bottom: 2px solid #0b6cb8;
}
.Title a.more,
.Title1 a.more{
	float: right;
	font-size:12px; color:#fff;
}
.Title a.more img{
	display: block;
	margin-top: 20px;
}
.twoLeft .insiFocus .hd ul li,
.threeLeft .insiFocus .hd ul li  {
	float: left;
	width: 20px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	margin: 0 3px;
	cursor: pointer;
	border-radius: inherit;
	background: #6a6a6a;
}
.twoLeft .insiFocus .hd ul li.on,
.threeLeft .insiFocus .hd ul li.on {
	background:#174A7C ;
}
.two-list{
	float: left;
	width: 284px;
	margin-left: 16px;
	margin-top: -6px;
}
.two-list li a{
	display: block;
	color: #666666;
	_height: 30px;
	/*line-height: 31px;*/
	line-height: 34px;
	text-indent: 12px;
	background: url(../images/ico4.png) no-repeat left center;
}
.two-list li a span{
	float: right;
	display: block;
	color: #999;
}
.two-list li a:hover{
	color: ;
	background: url(../images/ico5.png) no-repeat left center;
}
.two-list li a:hover span{
	color: ;
}
.twor-tp{
	width: 100%;
	border-bottom: 1px dashed #e6e6e6;
}
.twor-tp a{
	display: block;
	width: 280px;
	color: #666666;
	font-size: 16px;
}
.twor-tp a img{
	display: block;
	width: 100%;
}
.twor-tp a p{
	line-height: 29px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.twor-bm{
	float: none;
	width: 100%;
	margin-left: 0;
}
/*mainThree*/
.threeLeft .insiFocus{
	width: 100%;
}
.threeLeft .insiFocus .bd li p{
	width: 500px;
	font-size: 16px;
}
.Title1{
	width: 100%;
	font-size: 16px;
	color: #515151;
	height: 31px;
	border-bottom: 1px solid #eee;
}
.Title1 span{
	float: left;
	font-size: 16px;
	color: #515151;
}
.Title1 span em{
	font-size: 12px;
	color: #999999;
	display: inline-block;
	padding-left: 4px;
}
.Title1 a.more img{
	display: block;
	margin-top: 14px;
}
.threer-list{
	width: 100%;
}
.threer-list li{
	width: 100%;
	padding: 12.5px 0;
	border-bottom: 1px dashed #e6e6e6;
}
.threer-list li .img{
	float: left;
	display: block;
	width: 121px;
	margin-right: 15px;
}
.threer-list li .wen{
	float: left;
	width: 444px;
}
.threer-list li .wen a.tit{
	color: #666;
	font-size: 16px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.threer-list li .wen p{
	color: #999;
	margin-top: 16px;
	line-height: 24px;
	text-indent: 2em;
}
.threer-list li .wen a.tit:hover,
.threer-list li .wen p a.detail,
.ftp-con li a.tit:hover,
.flm-tpcon a.tit:hover,
.flm-tpcon p a.detail,
.flm-ml-list li .wen p a.detail,
.flm-ml-list li .wen a.tit:hover,
.flm-bm-list li a.tit:hover,
.flm-bm-list li p a.detail,
.flt-frcon a.tit:hover,
.ft-tp-list li a:hover,
.four-mlcon p a.detail,
.bcon-tp li .wen p a.detail,
.bcon-tp li .wen .tit:hover{
	color: ;
}
/*广告*/
.adv,
.linkOne,
.linkTwo{
	width: 1180px;
	padding: 0 10px;
	margin-bottom: 16px;
}
/*main部分-竖*/
.mainsLeft{
	width: 900px;
	height: auto;
	float: left;
}
.mainsRight{
	float: left;
	width: 300px;
	height: auto;
}
.Title2{
	height: 42px;
	line-height: 42px;
	width: 100%;
	color:#174A7C ;
	border-bottom:solid 1px #ccc;
}
.Title2 a,.Title2 span{color:#174A7C ; font-size:20px; font-weight:bold; border-bottom:solid 2px #174A7C; display:inline-block; line-height:41px;}

.Title2 a.more{
	float: right;
	margin-right: 10px;
	display: inline-block;
	font-size:12px; color:#fff;
}
.Title2 a.more img{
	margin-top: 18px;
}
.Title2 a.more span{ margin-left:7px;padding:0px;}
.ftp-con{
	border: 1px solid #eeeeee;
	border-top: 0;
	*padding-bottom: 16px;
}
.ftp-con li{
	width: 200px;
	margin: 16px 9.5px 16px 10px;
	_margin: 16px 5px 16px 10px;
	float: left;
}
.ftp-con li a.img{
	display: block;
	width: 100%;
}
.ftp-con li a.tit{
	font-size: 16px;
	color: #666666;
	display: block;
	line-height: 26px;
	margin-top: 4px;
}
.ftp-con li span{
	display: block;
	color: #999;
	margin-top: 4px;
}
.ftp-con li a.know{
	display: inline-block;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #b8b8b8;
	border-radius: 2px;
	margin-top: 20px;
}
.ftp-con li a.know:hover{
	background:#174A7C ;
}
.flm-tpcon{
	padding: 0 10px;
	border-bottom: 1px dashed #e6e6e6;
}
.flm-tpcon a.tit{
	font-size: 16px;
	padding: 6px 0;
	display: block;
	color: #666;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.flm-tpcon p{
	color: #999;
	line-height: 22px;
	text-indent: 2em;
	padding-bottom: 6px;
}
.fourm-bm{
	margin-top: 0;
	margin-left: 0;
	float: none;
}
.flm-ml-list{
	width: 100%;
}
.flm-ml-list li,
.flm-bm-list li {
	padding: 10.5px 0;
	border-bottom: 1px dashed #e6e6e6;
}
.flm-ml-list li a.img{
	float: left;
	width: 98px;
	margin-right: 12px;
}
.flm-ml-list li .wen{
	float: left;
	width: 170px;
}
.flm-ml-list li .wen a.tit,
.flm-bm-list li a.tit{
	color: #666;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.flm-ml-list li .wen p,
.flm-bm-list li p{
	font-size: 12px;
	color: #999;
	margin-top: 8px;
	line-height: 22px;
}
.flm-bm-list li p{
	text-indent: 2em;
}
.flt-fl .insiFocus{
	margin-top: 12px;
	float: none;
}
.flt-fl .insiFocus .hd ul li {
	width: 8px;
	height: 8px;
}
.flt-fl .insiFocus .hd ul li.on {
	background: #fff;
}
.flt-frcon{
	width: 100%;
	margin-top: 12px;
}
.flt-frcon a.tit{
	color: #666;
	font-size: 16px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 6px;
}
.flt-frcon p{
	color: #999;
	margin-top: 6px;
	line-height: 24px;
	text-indent: 2em;
}
.Title3{
	height: 38px;
	line-height: 38px;
	padding-bottom: 14px;
	border-top: 4px solid ;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.Title3 span{
	display: inline-block;
	padding: 0 10px;
	float: left;
	font-size: 16px;
	color: ;
}
.Title3 span em{
	display: inline-block;
	border-bottom: 2px solid #ffe121;
}
.Title3 a.more{
	float: right;
	margin-right: 10px;
	display: inline-block;
	color: #999999;
	font-size: 12px;
}
.ft-tp-list,
.four-mlcon,
.f-search{
	border: 1px solid #eee;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ft-tp-list li{
	float: left;
	width: 88px;
	margin: 0 24px;
	_margin: 0 16px;
	text-align: center;
}
.ft-tp-list li a{
	color: #666;
	_height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.four-mlcon{
	padding: 4px 8px;
}
.four-mlcon p{
	color: #666;
	text-indent: 2em;
	line-height: 25px;
	padding-top: 6px;
}
.f-search{
	padding: 0 12px 13px;
}
.f-search .search {
    height: 30px;
    border: 1px solid #eee;
}
.f-search .search span {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    background:#174A7C ;
}
.f-search .search span input{
	margin-top: 5px;
	margin-left: 5px;
}
.f-search .search .searchText {
    font-size: 16px;
    color: #ccc;
    background: #fff;
    outline: none;
    line-height: 28px;
    width: 208px;
    text-indent: 10px;
    font-family: "微软雅黑";
}
/*mainFive*/
.fivel-list{
	float: none;
	margin-top: 12px;
	margin-left: 0;
	width: auto;
	padding: 0 6px;
	border: 1px solid #eee;
}
.threer-list li a{ color:#666; }
.threer-list li a:hover,.fivel-list li a:hover{ color:#1c3f7c; }
.tab-menu li {
	float: left;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 28px;
	margin-right: 14px;
}
.tab-menu li.sela{
	background: #5fbab1;
}
.tab-menu li.selb{
	background: #baaa5f;
}
.tab-menu li.selc{
	background: #ff5585;
}
.tab-box {
	height: auto;
	position: relative;
	margin-top: 12px;
	padding: 0 8px;
	border: 1px solid #eee;
}
.tab-menu li.selected {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kthml-opacity: 0.8;
}
.hide {
	display: none;
}
.tab-box .box .tab-more{
	position: absolute;
	top: -50px;
	left: auto;
	right: 0;
}
.bcon-tp{
	width: 100%;
}
.bcon-tp li {
	margin-top: 16px;
}
.bcon-tp li .img{
	float: left;
	width: 128px;
	margin-right: 12px;
}
.bcon-tp li .wen{
	float: left;
	width: 422px;
}
.bcon-tp li .wen .tit{
	font-size: 16px;
	color: #666666;
}
.bcon-tp li .wen p{
	color: #999;
	text-indent: 2em;
	line-height: 24px;
	margin-top: 12px;
}
.bcon-bm{
	margin-top: 16px;
	border-top: 1px dashed #eee;
}
.bcon-bm li a{
	display: block;
	color: #666;
	_height: 31px;
	line-height: 31px;
	text-indent: 12px;
	background: url(../images/ico2.png) no-repeat left center;
}
.bcon-bm li a:hover{
	color: ;
	background: url(../images/ico2_hov.png) no-repeat left center;
}
.bcon-bm li a span{
	display: block;
	float: right;
	color: #999;
}
.bcon-bm li a:hover span{
	color: ;
}
.Title4{
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.Title4 span{
	display: inline-block;
	padding: 0 10px;
	background:#174A7C ;
	float: left;
	font-size: 16px;
	color: #fff;
}
.Title4 a.more{
	float: right;
	margin-right: 10px;
	display: inline-block;
	color: #999999;
}
.fiver{
	margin-top: 12px;
}
..fiver ul{ padding:0px 6px; }
.fiver a{
	display: block;
	margin-bottom: 11px;
padding-left:12px; background:url(../images/ico4.png) no-repeat left center;
}
.fiver a.marr{
	margin-bottom: 0;
}
.fiver a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kthml-opacity: 0.8;
}
.fiver a:hover{ color:#1c3f7c; }
/*link*/
.Title1 span.span{
	color: ;
}
.link-list1 a{
	display: block;
	width: 168px;
	float: left;
	overflow: hidden;
	margin: 22px 34.4px 16px 0;
}
.link-list1 a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kthml-opacity: 0.8;
}
.link-list1 a.marr{
	float: right;
	margin-right: 0;
}
.link-list2{
	*margin-top: 20px;
	width: 100%;
	padding-bottom: 16px;
}
.link-list2 a{
	display: block;
	float: left;
	margin: 20px 44px 0 0;
	*margin: 0px 42px 0 0;
}
.link-list2 a:hover{
	color: ;
}
/*footer*/
.footerWrap{
	width: 100%;
	font-size: 13px;
}
/*footOne*/
.footOne{
	height: 44px;
	line-height: 44px;
	color: #fff;
	background:#174A7C ;
	margin-top: 16px;
}
.footOne .ftone_l a{
	display: inline-block;
	float: right;
	margin-top: 18px;
	margin-left: 4px;
}
.footTwo{
	width: 100%;
	background:#174A7C ;
	/*margin-top: 16px;*/
	margin-top: 8px;
}
.foot{
	width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom:30px;
}
.footTwo .fttwo_l{
	width: auto;
	padding: 20px 0;
}
.footTwo .fttwo_l li{
	float: left;
	margin-right: 50px;
	padding-left: 28px;
	border-left: 1px solid #bbcedf;
}
.footTwo .fttwo_l li.marr{
	border-left: 0;
}
.footTwo .fttwo_l li a{
	display: block;
	color: #bbcedf;
	font-size: 14px;
	line-height: 28px;
}
.footTwo .fttwo_l li a:hover{
	color: #fff;
}
.fttwo_r {
	margin-left: 80px;
	/*margin-top: 14px;*/
	margin-top: -40px;
}
/*footThree*/
.footThree{
	color: #999999;
	padding: 12px 0;
	text-align: center;
}
.footThree p{
	height: 26px;
	line-height: 26px;
}
.footThree p a{
	display: inline-block;
}
.footThree p a img{
	vertical-align: middle;
	padding-left: 4px;
}
/*内页主体部分*/
.n_ban{
	width: 100%;
}
.n_ban img{
	width: 100%;
}
.mainCon{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.local{
	width: 1180px;
	height: auto;
	line-height: 30px;
	padding: 9px 10px;
	word-break: break-all;
}
.local i{
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}
.local a,.local span{
	float: left;
	display: block;
	font-size: 14px;
	color: #999 !important;
text-decoration:none !important; margin-right:5px; 
}
.local a.cur{
	color: #174A7C;
}
.local a:hover{
	color: #174A7C;
}
.local em{
	display: block;
	float: left;
	color: #999;
	padding: 0 6px;
	font: 400 14px/30px consolas;
}
.n_left{
	width: 180px;
	float: left;
	height: auto;
	margin: 0 10px;
	min-height:650px;
}
.n_left h2 {
    font-size: 20px;
    width: 100%;
    padding: 11px 0;
    line-height: 30px;
    text-align: center;
    color: #fcfcfc;
    background: #174A7C;
}
.n_left .nl_con {
    width: 100%;
    background: #fff;
}
.n_left .nl_con{
    /*width: 92%;*/
	width:100%;
    padding: 20px 0 6px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: #fff;
	float:right;
}
.n_left .nl_con li{
    margin-bottom: 14px;
}
.n_left .nl_con li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    _height: 30px;
    line-height: 30px;
    text-align: center;
    color: #1c3f7c;
    font-size: 14px;
   /* background: #f5f6fa;*/
    border-radius: 5px;
	background:#efefef url(../images/erjinav_bg1.png) no-repeat 165px center !important;
}
.n_left .nl_con li a.cur,
.n_left .nl_con li a:hover {
    /*background: #cbb600;*/
    color: #174A7C;
	background:#dec698 url(../images/erjinav_bg2.png) no-repeat 165px center !important;
}
.n_left .nl_con li .sanji{ /*margin-top:5px;*/ }
.n_left .nl_con li .sanji li{ margin-bottom:0px; }
.n_left .nl_con li .sanji li a{ margin-left:0px !important; border-radius:0px; background:#efefef; text-align:right; width:auto; /*padding:15px 0px 15px 50px; */ padding:15px 30px 15px 20px; border-radius: 5px; }
.n_left .nl_con li .sanji li a.cur,.n_left .nl_con li .sanji li a:hover{  color: #fff;
	background:#dec698 url(../images/erjinav_bg2.png) no-repeat 165px center !important; }



.n_right{
	width: 970px;
	_width: 840px;
	margin: 0 10px;
	float: right;
    border: 1px solid #eee;
	height: auto;
}
.list {
    padding: 0 14px;
}
.list li {
    width: 100%;
    padding: 14px 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 1px dashed #eee;
}
.list li .list_time {
    /*width: 50px;*/
    text-align: center;
	width:110px;
}
.list li .list_time .day {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    background: #f8f8f8;
}
.list li .list_time .month {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #cccccc;
}
.list li .list_wen {
   /* width: 92.5%;*/
  /* width:700px;*/
}
.list li .list_wen .tit {
    color: #666;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list li .list_wen p {
    font-size: 14px;
    color: #7d7d7d;
    width: 100%;
    margin-top: 16px;
}
.list li .list_wen p a {
    color: #999;
}
.list li:hover .list_time .month{
	background: #174A7C;
}
.list li:hover .list_wen .l_tit .tit{
	color: #174A7C;
}
.list li:hover .list_wen p a{
	color: #174A7C;
}
.pages {
	margin: 40px auto;
	text-align: center;
	color: #666;
}
.pages a{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
}
.pages a:hover{
	background: #88929a;
	color: #fff;
}
.pages a.pahesl{
	margin-right: 6px;
	background: url(../images/ico10.png) no-repeat center center;
}
.pages a.pahesl:hover{
	background: #fff url(../images/ico10_h.png) no-repeat center center;
}
.pages a.pahesr{
	margin-right: 6px;
	background: url(../images/ico11_h.png) no-repeat center center;
}
.pages a.pahesr:hover{
	background: #fff url(../images/ico11.png) no-repeat center center;
}
.pages input{
	display: inline-block;
	width: 60px;
	height: 34px;
	line-height: 34px;
	margin: 0 6px;
	font-size: 16px;
	color: #666;
	text-indent: 10px;
	font-family: "微软雅黑";
	border: 1px solid #eee;
}
/*简介页*/
.brief,
.z_list {
	padding: 0 12px 50px;
}
.brief h2,
.z_list h2{
	font-size: 24px;
	color: ;
	line-height: 74px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #eee;
}
.brief p{
	color: #666666;
	text-indent: 2em;
	line-height: 30px;
}
/*内容页*/
.n_con{
	width: 1180px;
	padding: 0 10px;
	height: auto;
	margin: 0 auto;
}
.n_con2{
	width: 970px !important;
	_width: 840px;
	float: right;
    border: 1px solid #eee;
}
.n_con h2{
	padding: 20px 16px;
	font-size: 24px;
	color: #000;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #eee;
}
.n_con h3{
	text-align: center;
	color: #999999;
	margin: 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}
.n_con h3 span{
	display: inline-block;
	padding: 0 10px;
}
.con_con{
	padding: 16px;
}
.con_con p{
	color: #666666;
	/*text-indent: 2em;*/
	line-height: 30px;
}
.con_con img {
    /*text-align: center;
    margin: 16px auto;
    display: block;
*/}
.sx {
	padding: 16px;
	border-bottom: 1px solid #eee;
}
.sx span{
	display: block;
	color: #999;
	padding: 2px 0;
}
.sx span a{
	color: #666;
}
.sx span a:hover{
	color: ;
}
/*搜索结果页*/
.n_con .list li .list_wen{
	/*width: 94%;*/
width:88%;
}
/*综合列表页*/
.z_list ul li{
	float: left;
	width: 300px;
	color: #333;
	margin: 20px 58.5px 0 58.5px;
	_margin: 20px 36px 0 36px;
}
.z_list ul li a.img{
	display: block;
}
.z_list ul li a.img p{
	font-size: 20px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	background:#174A7C ;
	text-align: center;
	color: #fff;
}
.z_list ul li a.img p:hover{
	text-decoration: underline;
}
.z_list ul li .wen{
	padding: 12px 18px;
	background: #fcfcfc;
}
.z_list ul li .wen a.tit{
	display: block;
	color: ;
	padding: 8px 0 4px;
}
.z_list ul li .wen p{
	line-height: 24px;
}

.clear{ clear:both; }
.ixshd{ padding-bottom:5px; }
.ixshd li{ margin-top:5px; } 
.ixshd_left{ width:72px; float:left; text-align:center; font-weight:bold; /*border:solid 1px #777; */border:solid 1px #bfbfbf; margin-top:5px; margin-left:5px; border-radius:7px; overflow:hidden; }
.ixshd_lri,.ixshd_lyn{ line-height:30px; padding:3px 0px;  }
.ixshd_lri{ font-size:18px; background:#fff; color:#777; border-top-left-radius:5px;  border-top-right-radius:5px; }
.ixshd_lyn{ background:#cda053; color:#fff; font-size:14px;border-bottom-left-radius:5px;  border-bottom-right-radius:5px; }

.ixshd_right{ float:right; width:375px; line-height:26px; font-size:12px; color:#666; }
.ixshd_rtitle{ line-height:32px; font-size:14px; color:#333; }
.ixshd_rtitle a{ font-size:14px; color:#333; }
.ixshd_rtitle a:hover{}
.ixshd_rsj{ }
.ixshd_rdd{ }


.daohang{ background:#174A7C;  }
.nav {   }
.nav>li { float: left; z-index: 999;  position: relative;  width:10%; }
.nav>li>a { display: block; font-size: 18px; line-height: 50px; color: #fff; cursor: pointer; position: relative; text-align:center; font-weight:bold;  }
.nav>li:hover>a {  background:#cda053;}
.navxz>a { background:#cda053 !important; } 
.navlilast{ margin-right:0px !important; }
.yijikuang {   position: absolute; width: 180px; left: 50%; transform: translateX(-50%); top: -9999px; }
.nav .yiji { background: #cda053; }
.nav .yiji li { position: relative; transition: 0.5s; }
.nav .yiji li a { display: block; font-size: 12px;   color: #fff; line-height: 0px;  position: relative; padding: 7px 15px;  line-height:22px; text-align:left; font-weight:normal;   }
.nav .yiji li:hover>a { background: #174A7C; }
.nav .yiji li:hover>a em { opacity: 1 }
.nav .erji { position: absolute; width: 180px; top: -9999px; left: 100%; padding-left: 6px; }
.nav .erji li { background: #cda053; }
.nav .sanji { position: 0058a2; width: 220px; background: #cda053; top: -9999px; left: 100%; padding: 10px 0; }
.nav>li:hover .yijikuang { top: 50px; }
.nav>li:hover .nav .yiji>li>a { line-height: 25px; }
.nav .yiji>li:hover .erji { top: 0px; }
.nav .yiji>li:hover .nav .erji>li>a { line-height: 25px; }
.nav .erji>li:hover .nav .sanji { top: 0px; }
.nav .erji>li:hover .nav .sanji>li>a { line-height: 25px; }


.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; width:100%;max-width:1920px; margin:0 auto; }
/*
.banner .slick-arrow{ position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -31px; width: 62px; height: 62px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

.banner .slick-prev{ left: 0; background-image: url("../imagesjtl1.png"); background:red; cursor: pointer; }

.banner .slick-next{ right: 0; background-image: url("../imagesjtr1.png"); ursor: pointer; }
*/
.banner .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 16px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }
.banner .slick-dots li { margin: 0 9px 0px  8px; display: inline-block; *display: inline; *zoom: 1; }
.banner .slick-dots a { display: block; width: 13px; height: 13px; background:rgb(255,255,255,0.7); border-radius:50%;  cursor: pointer; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }
.banner .slick-dots li.slick-active a { background:#fff; cursor: pointer; }
.banner.hide { display: none; }
 @media screen and (max-width: 959px) {
.banner { display: block; }
.banner.hide { display: block; }
.banner .slick-arrow { display: none !important; }
.banner .slick-dots { bottom: 10px; }
.banner .slick-dots li { margin: 0 5px; }
.banner .slick-dots a { width: 10px; height: 10px; }
.banner2 { display: none;} 
}
.slick-list, .slick-slider, .slick-track { position: relative; display: block }
.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden }
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { overflow: hidden; margin: 0; padding: 0 }
.slick-list:focus { outline: 0 }
.slick-list.dragging { cursor: pointer; cursor: hand }
.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { top: 0; left: 0 }
.slick-track:after, .slick-track:before { display: table; content: '' }
.slick-track:after { clear: both }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px }
[dir=rtl] .slick-slide { float: right }
.slick-slide img { display: block; width:100%; height:100%; max-height:580px;  }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }
.slick-dots .slide-count { display: none; }
.slick-slide { position: relative; }


.swiper{
    width: 100%;
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next{
    outline: none;

}
.swiper-button-prev:after,
.swiper-button-next:after{
   content: "";
}



.prev2,
.next2{
    width: 45px;
    height: 85px;
    margin: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

}

.prev2{
    left: -70px;
}
.next2{
    right: -70px;
}
.next2:after,
.prev2:after{
    width: 100%;
    height: 100%;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.prev2:after{
    background: url(../images/prev_icon2.png) no-repeat center center;
}
.next2:after{
    background: url(../images/next_icon2.png) no-repeat center center;
}
.prev2:hover:after{
    background: url(../images/prev_icon2_hover.png) no-repeat center center;
}
.next2:hover:after{
    background: url(../images/next_icon2_hover.png) no-repeat center center;
}




.sec6_con{
    position: relative;
}
.xshd_swiper{
    height: 390px;
}
.xshd_list{

}
.xshd_list li{

    overflow: hidden;
}
.xshd_list li a{
    width: 100%;
    height: 100%;
}
.xshd_list li .img_con{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.xshd_list li .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.xshd_list li .name{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    line-height: 32px;
    height: 32px;
    background: rgba(23, 74, 124, 0.6);
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 12PX;
}


.ipart1{ width:380px; float:left; }
.ipart2{ width:380px; float:left; margin-left:20px; }
.ipart3{ width:380px; float:right; }

.links{ margin-top:10px; }
.links li{float:left;margin-bottom:9px; margin-right:27px; line-height:28px;}
.links li a:hover{ color:#174A7C;}


.index_jsyd{   background: #002fa7; margin-top:6px; }
.index_jsyd a{ display:block; }

.index_jsyd .Title2{
height:32px; 
	line-height: 32px;
	width: 100%;
	background:#870065 ;
}
.index_jsyd .Title2 span{
	display: inline-block;
 padding:0px 10px;
	font-size: 14px;
	color: #fff;
line-height:32px;
}

.index_jsyd:hover{ background:#1c3f7c; }