﻿@charset "utf-8";
/* CSS Document */
html{overflow-x:hidden;}
*{margin:0;padding:0;word-break:break-all;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
i,em{ font-style:normal;}

body{padding:0px;margin:0; font-family:Microsoft YaHei,"微软雅黑",SimSun,"宋体";font-size:12px;color:#333; background:url(../images/bodybg.jpg) top center;background:#fff;min-width:1100px;}
a{text-decoration:none;cursor:pointer;}
img{ border:none;}
li{ list-style:none;}
dl dd ul li a:hover{color:red;}
ul li a:hover{color:red;}
input,button {outline: none; border:1;font-family:Microsoft YaHei,"微软雅黑",SimSun,"宋体";}
textarea {outline: none;}

.searchForm input,button {outline: none; border:0;}

.topBar{height:38px;background:#3a3a3a;line-height:38px; }
.topBar dl{width:1100px; margin:0 auto;color:#fff;font-size:14px;overflow:hidden;}
.topBar dl dt{float:left;}
.topBar dl dd{float:right;}
.topBar dl dd ul{overflow:hidden;}
.topBar dl dd ul li{float:left;}
.topBar dl dd ul li.searchTxt{ background:#fff;color:#3a3a3a;height:28px;margin-top:5px;line-height:28px;padding:0 8px;}
.topBar dl dd ul li.searchForm{height:24px;border:solid 1px #fff; margin-top:5px; padding:1px; margin-left:2px;}
.topBar dl dd ul li.searchForm input{float:left;}
.topBar dl dd ul li.searchForm input.txt{height:24px; padding:0 5px;color:#b1b1b1; font-size:12px;}
.topBar dl dd ul li.searchForm input.bt{background:none;color:#fff; height:24px; padding:0 15px;cursor:pointer;}

.banner {
	background: url(../images/top_bg.png) no-repeat center;
	height: 520px;
	width: 100%;
	z-index: 99;
	text-align: center;
	position:relative;
	min-width:1400px;
}
/* .banner dl{width:1100px;margin:0 auto;overflow:hidden;} */
/* .banner dl dt{background:url(../images/logo.png) no-repeat;width:448px;height:88px;float:left;margin-top:70px;} */
/* .banner dl dd{float:right;width:652px;height:366px;overflow:hidden; background:url(../images/house.png) no-repeat right;} */
/* .banner dl dd span{display:block;background:url(../images/kh.png) no-repeat;width:328px;height:34px;margin-top:130px;margin-left:80px;} */

.case{margin-top:180px; float:right;}
.case li{float:left;height:26px;line-height:24px;border:solid 1px #6e6e6e;background:#fff;text-align:center;padding:2px 15px;color:#6e6e6e;margin-right:5px;display:inline;font-size:14px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;position:relative;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease}
.case .tips{position:absolute;top:-120px;left:-30px;visibility:hidden;opacity:0;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease; border:solid 1px #6e6e6e; padding:5px; background:#fff;}
.case .hover{visibility:visible;top:-120px;left:-55px;opacity:1}
.case2 .hover{ left:-60px;}

.subSearch { /*padding:15px 5px; border:1px solid #eee; border-top:none; border-bottom:none; overflow:hidden;*/}
input.search { float:left; border:1px solid #ededed; width:105px; height:28px; line-height:28px; font-size:12px; padding:0 2px;}
.searchBtn { float:left; width:60px; height:28px; line-height:28px; background:#f4f4f4; border:1px solid #ededed; border-left:none; display:block; text-align:center;}

/*.banner dl dd ul{overflow:hidden;}
.banner dl dd ul li{}*/

.nav {
	background: #8D322C;
	height: 65px;
	width: 100%;
	overflow: hidden;
	margin: -2px auto;
	min-width:1400px;
}
.nav dd{border-top:solid 1px #fff;border-bottom:solid 1px #fff;height:63px;}
.nav dd ul{width:1400px;margin:0 auto; overflow:hidden;}
	.nav dd ul li {
		float: left; /*background:url(../images/line_1.png) repeat-y right top;*/
		height: 48px;
		padding-right: 22px;
		padding-left: 23px;
		margin: 10px 0px 0px 0px;
	}
.nav dd ul li a{ display:block;font-size:20px;color:#fff;line-height:48px;}
/*.nav dd ul li a{ display:block;background:url(../images/navicon001.png) no-repeat center 1px; font-size:15px;color:#fff; padding-top:25px;}
.nav dd ul li a.icon1{background:url(../images/navicon002.png) no-repeat center 1px;}
.nav dd ul li a.icon2{background:url(../images/navicon003.png) no-repeat center 2px;}
.nav dd ul li a.icon3{background:url(../images/navicon004.png) no-repeat center -2px;}
.nav dd ul li a.icon4{background:url(../images/navicon005.png) no-repeat center -3px;}
.nav dd ul li a.icon5{background:url(../images/navicon006.png) no-repeat center -2px;}
.nav dd ul li a.icon6{background:url(../images/navicon007.png) no-repeat center 1px;}
.nav dd ul li a.icon7{background:url(../images/navicon008.png) no-repeat center 1px;}
.nav dd ul li a.icon8{background:url(../images/navicon009.png) no-repeat center 1px;}*/
	.nav dd ul li a:hover {
		color: #fff;
		font-weight: bold;
	}
.current {
	color: #fff;
	font-weight: bold;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b {
	position: absolute; /*THEME CHANGE HERE*/
	font: normal 16px Verdana;
	line-height: 22px;
	z-index: 100;
	width: 100px;
	visibility: hidden;
	background: #8D322C;
	opacity:0.9;
	border-bottom: solid 8px #782a25;
	border-top: none;
	padding: 15px 5px;
	text-align: center;
	margin-top: 8px;
	margin-left: -18px;
}
	.dropmenudiv_b a {
		width: auto;
		display: block;
		border-bottom: 1px dashed #782a25; /*THEME CHANGE HERE*/
		padding: 8px 0;
		text-decoration: none;
		color: #fff;
	}
* html .dropmenudiv_b a{ /*IE only hack*/width: 100%;}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/color:#fff; font-weight:bolder;}

.links{overflow:hidden;width:1100px;margin:0 auto;margin-top:10px;}
.links dt{border:solid 1px #2459e0;}
.links dt ul{border:solid 2px #b0c7ff; background:url(../images/titlebg.png) repeat-x;height:43px;line-height:43px;}
.links dt ul li{float:left;width:114px;text-align:center;}
.links dt ul li.hover{background:#459AFF;}
.links dt ul li.hover a{color:#fff;}
.links dt ul li a{color:#494949;font-size:14px;}
.links dt ul li.top{float:right; background:url(../images/top.png) no-repeat left center;}
.links dd{padding:20px 0;}
.links dd a{display:block; margin-right:13px; float:left;color:#494949; font-size:14px; line-height:22px}

/* .footer{background:#6c7981;overflow:hidden; padding:20px 0; margin-top:10px;}
.footer dl{width:1100px;margin:0 auto; margin-top:40px;}
.footer dl dt{background:url(../images/sublogo.png) no-repeat;width:370px; height:71px;color:#fff;line-height:28px;float:left;}
.footer dl dd{float:right;font-size:14px;color:#fff; line-height:30px;} */
/*.footer dl dd ul{overflow:hidden;}
.footer dl dd ul li{float:left; margin-left:40px;font-size:14px;color:#fff;background:url(../images/icon004.png) no-repeat top left;padding-left:40px;}
.footer dl dd ul li.wb{background:url(../images/icon005.png) no-repeat top left;}
.footer dl dd ul li img{margin-top:15px;width:93px;height:93px;}*/

.footer {
	background: #3a4146;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	background: url(../images/footer.png) no-repeat center;
	display: flex;
	text-align:center;
	min-width:1400px;
}
.footer dl{/*width:1300px;*/margin:15px auto;}
	.footer dl .dzjg {
		width: 80px;
		height: 100px;
		margin-right: 100px;
		margin-top: 20px;
		float: left;
	}

	.footer dl dt {
		width: 180px;
		height: 170px;
		color: #fff;
		line-height: 28px;
		float: right;
		
	}
.footer dl dd{float:left;font-size:18px;color:#fff; line-height:20px;}
.footer a {color:#fff;}
/*.footer dl dd ul{overflow:hidden;}
.footer dl dd ul li{float:left; margin-left:40px;font-size:14px;color:#fff;background:url(../images/icon004.png) no-repeat top left;padding-left:40px;}
.footer dl dd ul li.wb{background:url(../images/icon005.png) no-repeat top left;}
.footer dl dd ul li img{margin-top:15px;width:93px;height:93px;}*/


/* hotPic */
ul{margin:0; padding:0; list-style:none; }
.slideBox{margin:0; padding:0; width:552px; height:310px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{  overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd a img{  width:420px; height:140px; display:block; border:0px   }

.slideBox .bd li a p { position:absolute;  left:0; top:260px; width:100%; height:50px; overflow:hidden; background:url(../images/black-bg.png); }
.slideBox .bd li a p i {
    display:block;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	font-family:Microsoft YaHei,"微软雅黑",SimSun,"宋体";
    font-size:20px;
    color:#fff;
}

.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }




/* fullSlide */
.fullSlide{width:100%;position:relative;height: 366px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:366px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:366px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}


.con_tit{width:1100px;padding: 15px 20px; overflow: hidden;}
.con_tit ul{margin-right:-20px;}
.con_tit ul li{width: 180px;  float: left;}
.con_tit ul li a{display: block; height: 120px; margin-right: 20px;  text-align: center;}
/* .con_icon{text-align: center; position: relative; line-height: 180px; height: 180px;} */
.con_tit ul li .con_icon span{display: inline-block; transition: all 0.6s; position: relative; z-index: 2; width: 85px; height: 85px;}
.con_tit ul li.icon1  a:hover .con_icon span{background: url(../images/网上立案.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon2  a:hover .con_icon span{background: url(../images/文书公开.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon3  a:hover .con_icon span{background: url(../images/执行公开.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon4  a:hover .con_icon span{background: url(../images/诉讼资产网.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon5 a:hover .con_icon span{background: url(../images/庭审公开.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon7 a:hover .con_icon span{background: url(../images/律师服务平台.png)  no-repeat;background-size: 100% 100%;}
/* .con_tit ul li .con_icon i{display:block; transition: all 0.3s;  z-index: 1; top: 50%; transform: translateX(50%) translateY(-50%); position: absolute; right: 50%; width: 20px; height: 20px; *display: none; border-radius:50%; background-color:#daebff;} */
.tit_tab{display:table; width: 100%; height: 45px; text-align: center;margin-top: 10px;}
.tit_tab p{display: table-cell;padding: 0px 5px; font-family:Microsoft YaHei,"微软雅黑",SimSun,"宋体";font-size:14px;color:#333;}
.con_tit ul li.icon1 .con_icon span{background: url(../images/wsla5-hover.png) no-repeat;background-size: 100% 100%;}
.con_tit ul li.icon2  .con_icon span{background: url(../images/ws2-hover.png) no-repeat center;background-size: 100% 100%;}
.con_tit ul li.icon3  .con_icon span{background: url(../images/zx3-hover.png) no-repeat center;background-size: 100% 100%;}
.con_tit ul li.icon4  .con_icon span{background: url(../images/ss4.png) no-repeat center;background-size: 100% 100%;}
.con_tit ul li.icon5  .con_icon span{background: url(../images/ts1-hover.png) no-repeat center;background-size: 100% 100%;}
.con_tit ul li.icon7  .con_icon span{background: url(../images/ls6-hover.png) no-repeat center;background-size: 100% 100%;}
/* .con_tit ul li a:hover .con_icon i{width: 50px; height: 50px; background: #459aff;} */

.location {
	/*color: #999999;
	font-size:14px;
	text-align: right;
	line-height: 30px;
	padding: 0px 10px 0px 0px;*/
	font-size: 16px;
	color: #999;
	height: 30px;
	line-height: 30px;
	background: url(../images/location.png) no-repeat left center;
	padding-left: 40px;
	margin-top: 30px;
}

.location a {
		color: #999999;
		text-decoration: none;
	}

.location a:hover {
			color: #FF9900;
		}