@charset "utf-8";

/*reset样式*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}



/*滚动条美化样式*/

::-webkit-scrollbar-track {
	background-color: #F5F5F5
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
	background-color: #999
}

em {
	font-style: normal
}

html,
body {
	width: auto;
	font-family: 宋体;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	
}

body {
	min-width: 1200px;
	overflow-x: auto;
	background: #ebf3fa ;
}

li {
	list-style: none;
}

a {
	color: #2f2f2f;
}

a,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	color: #f09505;
}

a[href] {
	cursor: pointer;
}

input:focus,button:focus {
	outline: none;
}



div {
	margin: 0 auto;
}

@font-face
{
	font-family: fzzdhjt;
	src: url('../fonts/fzzdhjt.ttf')
		,url('../fonts/fzzdhjt.eot'); /* IE9 */
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding: 0 6px;
}

.row {
	margin-right: -6px;
	margin-left: -6px;
}

.clearfix {
	clear: both;
}

.gs .col-xs-3,
.gs .col-xs-9 {
	padding: 0 15px;
}


/*公共：颜色配置*/

.red-font {
	color: #e2373a;
}

.red-border {
	border-color: #e2373a;
}

.red-bg {
	background-color: #e2373a;
}

.text-white {
	color: #fff;
}

.no-radius {
	border-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.gray-font {
	color: #c6c4c5;
}

.gold-border {
	border-color: #e8d6bc;
}

.no-padding {
	padding: 0;
}

.bold-font {
	font-weight: bold;
}

.own-padding-bottom {
	padding-bottom: 15px;
}

.own-margin-bottom {
	margin-bottom: 15px;
}
.own-margin-top {
	margin-top: 15px;
}

button.submit {
	background: #f09008;
	border: 1px solid #e2741f;
	color: #fff;
	font-weight: bold;
	line-height: 34px;
}

button.reset {
	background: #fff;
	border: 1px solid #c2c2c2;
	color: #2f2f2f;
	font-weight: bold;
	line-height: 34px;
}


/*公共：单行超出显示省略号*/

.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*公共：间距*/

.padding-16 {
	padding: 16px
}

.padding-14 {
	padding: 14px
}

.padding-12 {
	padding: 12px
}

.padding-10 {
	padding: 10px
}

.padding-8 {
	padding: 8px
}

.padding-6 {
	padding: 6px
}

.padding-4 {
	padding: 4px
}

.padding-2 {
	padding: 2px
}

.padding-0 {
	padding: 0 !important;
}


/*===公共：翻页样式===*/

.turnpage {
	width: auto;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
}

.turnpage .left {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	font: 14px/30px 微软雅黑;
	color: #333;
}

.turnpage b {
	padding: 0 2px;
	color: #076dd3;
	font: bold 20px/30px 宋体, arial;
}

.turnpage .right {
	float: right;
	width: auto;
	height: auto;
	overflow: hidden;
}

.turnpage span {
	float: left;
	margin-left: 5px;
	font: 14px/30px 微软雅黑;
	color: #777;
	text-align: center;
	border: solid #aaa 1px;
	cursor: pointer;
}

.turnpage span a {
	display: block;
	padding: 0 15px;
}

.turnpage span:hover,
.turnpage input[type=button]:hover,
.turnpage input[type=submit]:hover {
	background: #076dd3;
	border: solid 1px #076dd3;
	color: #fff;
}

.turnpage span:hover a,
.turnpage input[type=button]:hover a,
.turnpage input[type=submit]:hover a {
	color: #fff;
}

.turnpage .shuru {
	padding: 0;
	border: solid #ccc 1px;
}

.turnpage input[type=text] {
	float: left;
	width: 35px;
	height: 32px;
	padding: 0 5px;
	margin-left: 5px;
	font: 12px/32px 微软雅黑;
	color: #333;
	text-align: center;
	border: solid #ccc 1px
}

.turnpage input[type=text]:focus {
	border: solid #076dd3 1px;
	box-shadow: none;
}

.turnpage input[type=submit],
.turnpage input[type=button] {
	float: left;
	padding: 0 15px;
	margin-left: 5px;
	font: 14px/30px 微软雅黑;
	color: #777;
	text-align: center;
	background: #fff;
	border: solid #aaa 1px;
}


/*公共:按钮样式*/

.publicbutton {
	height: auto;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}

.publicbutton li {
	display: inline-block;
	min-width: 120px;
	height: 34px;
	margin: 0 18px;
	width: auto;
}

.submitbutton {
	width: 100%;
	padding: 0 6px;
	height: 100%;
	background: #0978c4;
	font: bold 14px 宋体;
	color: #fff;
	border-radius: 5px;
	border: none;
}

.resetbutton {
	width: 100%;
	padding: 0 6px;
	height: 100%;
	background: #f1a115;
	font: bold 14px 宋体;
	color: #fff;
	border-radius: 5px;
	border: none;
}


/*公共：自定义切换盒子*/

.own-box {
	border: solid 1px #eaf2f8;
	box-shadow: none;
}

.tab-box {}

.perform-box-title {
	padding-top: 7px;
	height: 36px;
	background: #f5f5f5;
	border: none;
}
.lead-box-title{
	height: 48px;
	border-radius: 15px 15px 0 0;
	padding: 0 15px;
	border-bottom: none;
	
}

.own-box-title {
	height: 42px;
	border-top: 1px solid #0978c4;
	background-image: -moz-linear-gradient( 90deg, rgb(228, 228, 228) 0%, rgb(235, 235, 235) 5%, rgb(241, 241, 241) 50%, rgb(248, 248, 248) 53%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(228, 228, 228) 0%, rgb(235, 235, 235) 5%, rgb(241, 241, 241) 50%, rgb(248, 248, 248) 53%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(228, 228, 228) 0%, rgb(235, 235, 235) 5%, rgb(241, 241, 241) 50%, rgb(248, 248, 248) 53%, rgb(255, 255, 255) 100%);
}

.tab-box-title {
	height: 44px;	
	background: #f3faff;
	padding: 0 10px;
	border-bottom: none;
}

.own-box-title>.active,
.tab-box-title>.active,
.perform-box-title>.active,.lead-box-title>.active{
	position: relative;
}

.own-box-title>li,
.tab-box-title>li,
.perform-box-title>li {
	margin-bottom: -1px;
}

.own-box-title span {
	font: 12px/38px "宋体";
	color: #666666;
	float: right;
	padding-right: 10px;
}
.lead-box-title span{
	font: 14px/38px "宋体";
	color: #999;
	float: right;
	padding-right: 10px;
}

.tab-box-title span {
	float: right;
	line-height: 41px;
}
.tab-box-title span a{
	color: #999;
}

.own-box-title>li>a {
	margin-left: 5px;
	padding: 0 15px;
	line-height: 34px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	border: none;
}
.lead-box-title>li>a {
	margin-left: 5px;
	padding: 0 15px;
	line-height: 38px;
	font-size: 16px;
	color: #000;
	border: none;
}




.tab-box-title>li>a {
	padding: 0 10px;
	line-height: 41px;
	font-size: 16px;
	color: #2f2f2f;
	border-bottom: 3px solid transparent;
}

.perform-box-title>li>a {
	margin-left: 12px;
	padding: 0 6px;
	line-height: 22px;
	font-size: 12px;
	color: #0a0204;
	border: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}

.own-box-title>li>a:hover,
.tab-box-title>li>a:hover,
{
	border: none;
	background: none;
}

.own-box-title.nav-tabs>li.active>a,
.own-box-title.nav-tabs>li.active>a:hover,
.own-box-title.nav-tabs>li.active>a:focus {
	border: none;
	color: #fff;
	border-radius: 0 0 5px 5px;
	background: #0978c4;
	cursor: pointer;
}
.lead-box-title.nav-tabs>li.active>a,
.lead-box-title.nav-tabs>li.active>a:hover,
.lead-box-title.nav-tabs>li.active>a:focus {
	border: none;
	color: #0f5bcc;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #0f5bcc;
	background: none;
	cursor: pointer;
}

.tab-box-title.nav-tabs>li.active>a,
.tab-box-title.nav-tabs>li.active>a:hover,
.tab-box-title.nav-tabs>li.active>a:focus {
	border: none;
	color: #0978c4;
	border-bottom: 3px solid #2064b3;
	line-height: 41px;
	font-weight: bold;
	border-radius: 0;
	background: none;
	cursor: pointer;
}

.perform-box-title.nav-tabs>li.active>a,
.perform-box-title.nav-tabs>li.active>a:hover,
.perform-box-title.nav-tabs>li.active>a:focus {
	border: none;
	color: #fff;
	line-height: 22px;
	border-radius: 3px;
	background: #0e97d0;
	cursor: pointer;
}

.tab-content>.tab-pane {
	padding: 15px;
}

.own-pane-1 {
	height: 254px;
}

.own-pane-2 {
	height: 250px;
}

.own-pane-3 {
	height: 214px;
}

.own-pane-4 {
	height: 240px;
}


/*表格1样式*/

.note-list {
	padding: 0;
}

.note-list table {
	border-collapse: collapse;
	table-layout: fixed;
}

.note-list tr {
	font-size: 14px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e4f3f8;
}
.note-list table>thead>tr{
	height: 44px;
}
.note-list table>thead>tr>td{
	font-size: 16px;
	line-height: 44px;
	padding: 0;
	font-weight: bold;
}

.note-list .table>tbody>tr>td,
.note-list .table>tfoot>tr>td {
	padding: 0 5px;
	height: 44px;
	border-top: none;
	vertical-align: middle;
	font-size: 14px;
}

.note-list td a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: rgb( 255, 255, 255, 0.8);
}
/*表格2样式*/

.note-list1 {
	padding: 0;
}

.note-list1 table {
	border-collapse: collapse;
	table-layout: fixed;
}

.note-list1 tr {
	font-size: 14px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e4f3f8;
}
.note-list1 table>thead>tr{
	height: 44px;
}
.note-list1 table>thead>tr>td{
	font-size: 14px;
	line-height: 44px;
	padding: 0;
}

.note-list1 .table>tbody>tr>td,
.note-list1 .table>tfoot>tr>td {
	padding: 0 5px;
	height: 44px;
	border-top: none;
	vertical-align: middle;
	font-size: 14px;
}

.note-list1 td a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: rgb( 255, 255, 255, 0.8);
}


/*公共：文章列表样式*/

.text-type-1 {
	width: auto;
	margin-bottom: 0;
}

.text-type-1 li {
	height: 38px;
}

.text-type-1 li:first-child {
	border-top: none;
}

.text-type-1 li a {
	float: left;
	width: auto;
	max-width: 82%;
	font-size: 14px;
	line-height: 32px;
	color: #2f2f2f;
}

.text-type-1 li a:before {
	content: '>';
	text-align: center;
}

.text-type-1 li a:hover {
	color: #f09505;
}

.text-type-1 .new-icon {
	float: left;
	height: 38px;
	margin: 0 5px;
	line-height: 38px;
}

.text-type-2 {
	width: auto;
	margin-bottom: 0;
}

.text-type-2 li {
	height: 38px;
}

.text-type-2 li:first-child {
	border-top: none;
}

.text-type-2 li a {
	float: left;
	width: auto;
	max-width: 70%;
	font-size: 14px;
	line-height: 38px;
	color: #2f2f2f;
}

.text-type-2 li a:before {
	content: '>';
	text-align: center;
}

.text-type-2 li a:hover {
	color: #f09505;
}

.text-type-2 .new-icon {
	float: left;
	height: 38px;
	margin: 0 5px;
	line-height: 38px;
}

.text-type-2 .date {
	float: right;
	font: 14px/38px 宋体;
	color: #999;
}

.text-type-3 {
	width: auto;
	margin-bottom: 0;
}

.text-type-3 li {
	height: 40px;
	
}

.text-type-3 li:first-child {
	border-top: none;
}

.text-type-3 li a {
	float: left;
	width: auto;
	max-width: 70%;
	font-size: 14px;
	line-height: 40px;
	color: #2f2f2f;
}

.text-type-3 li a:hover {
	color: #ffa800;
}

.text-type-3 li a:before {
	content: '>';	
	color: #333;
}

.text-type-3 .new-icon {
	float: left;
	height: 40px;
	margin: 0 5px;
	line-height: 40px;
}

.text-type-3 .date {
	float: right;
	font: 14px/40px "宋体";
	color: #999;
}


/*下拉重写*/

.dropdown-menu {
	width: 100%;
	min-width: auto;
}


/*下拉美化*/

.drop {
	position: relative;
	width: auto;
	height: 100%;
}

.drop .title {
	float: left;
	width: 80%;
	height: 100%;
	font: 12px/28px 宋体;
	color: #999;
	text-indent: 5%;
	cursor: pointer;
}

.drop .arrow {
	float: left;
	width: 20%;
	height: 100%;
	margin-left: -1px;
	background: #fff url(../images/drop-arrow.png) center no-repeat;
	cursor: pointer;
}

.drop label {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 100%;
	left: 0;
	margin-top: 2px;
	margin-left: -1px;
	padding: 1%;
	background: #fff;
	border: solid 1px #d2d2d2;
	border-top: none;
}

.drop label a {
	display: block;
	width: 100%;
	font: 12px/28px 宋体;
	color: #999;
	text-indent: 5%;
}

.drop label a:hover {
	background: #ccc;
	color: #fff;
}

.form-control {
	border-radius: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 14px;
}

.col-xs-1dot5 {
	float: left;
	width: 12%;
	padding: 0 2px;
}

.col-xs-2dot5 {
	float: left;
	width: 20%;
	padding: 0 15px;
}


/*悬浮窗*/

.float-win {
	width: 70px;
	height: auto;
	background: #fafafa;
}

.float-win li {
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 0;
	border-top: solid 1px #e2e2e2;
}

.float-win li .weixin {
	display: none;
	width: 100px;
	position: absolute;
	top: 0;
	left: -110px;
	border: solid 1px #eee;
}

.float-win li:hover .weixin {
	display: block;
}

.float-win li:first-child {
	border-top: none;
}

.float-win .picbox {
	width: auto;
	height: 60px;
	text-align: center;
}
.float-win .picbox img{
	width: 100%;
	height: 100%;
}

.float-win .title {
	width: auto;
	font: 12px/20px 宋体;
	color: #333;
	text-align: center;
}

.guide-fix {
	z-index: 300;
	position: fixed;
	top: 500px;
	left: 50%;
	margin-left: 465px;
	border: solid 1px #eee;
}

.gotop {
	display: none;
	z-index: 300;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	margin-left: 465px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

@media (min-width: 1170px) {
	.guide-fix {
		z-index: 300;
		position: fixed;
		top: 500px;
		left: 50%;
		margin-left: 610px;
	}
	.gotop {
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 20px;
		left: 50%;
		margin-left: 610px;
	}
}

.col-xs-6dot5 {
	width: 55%;
	padding: 0 6px;
	float: left;
}

.col-xs-5dot5 {
	width: 45%;
	padding: 0 6px;
	float: left;
}

.panel {
	margin-bottom: 0px;
	border-radius: 0;
}

.body-bg {
	overflow-x: auto;
	background: #f7f7f7;
}

.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/*===head样式===*/

#head {
	width: auto;
	height: auto;
	font: 12px/30px 宋体;
}

#head .main {
	width: 1200px;
	margin: 0 auto;
}

#head .topbar {
	width: auto;
	height: 30px;
	background: #fafafa;
}

#head .leftbar {
	float: left;
}

#head .rightbar {
	float: right;
}

.topbar a {
	color: #242424;
	cursor: pointer;
}

.topbar a:hover {
	color: #f09505;
}

#head em {
	padding: 11px 0;
	color: #242424;
}

#head .midbg {
	width: auto;
	background: url(../images/head_bg.jpg) center no-repeat;
}

#head .midbg .middle {
	width: 1200px;
	height: 170px;
	background: url(../images/img_court.png) right no-repeat;
}


/*logo*/

#logo {
	float: left;
	width: auto;
	padding-top: 42px;
}


/*===导航条样式===*/

#nav {
	height: 55px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
	box-shadow: 0px 4px 10px 0px rgba( 0, 0, 0 ,0.05);
}

#nav .main {
	width: 1200px;
	height: 100%;
	min-height: auto;
	margin: 0 auto;
}

#nav .main .first-level {
	position: relative;
	float: left;
	width: calc(100% / 10);
	font: bold 16px/55px "宋体";
	text-align: center;
}

#nav .main .first-level:before {
	position: absolute;
	width: 2px;
	height: 55px;
	top: 0;
	left: 0;
	content: "";
}

#nav .main .first-level:first-child:before {
	display: none;
}

#nav .main a {
	display: block;
	color: #000;
}

#nav .main .first-level:hover,
#nav .main .first-level.active,
#nav .main .open {
	background: #fff;
	color: #000;
}

#nav .main .open a {
	text-decoration: none;
}

#nav .dropdown-menu {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border: none;
}

#nav .dropdown-menu>li {
	margin: 5px;
	height: 40px;
	line-height: 40px;
}

#nav .dropdown-menu>li>a {
	padding: 0;
	line-height: 40px;
	
	
}

#nav .dropdown-menu>li>a:hover,
#nav .dropdown-menu>li>a:focus {
	background: #dfecf9;
	color: #000;
}


/*搜索*/

.searchbar {
	width: 280px;
	margin: 6px;
	height: 26px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #dfdfdf;
}

.searchbar .inputbox {
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	background: transparent;
	border: none;
}

.searchbar .submit {
	float: right;
	width: 32px;
	height: 25px;
	line-height: 27px;
	background: #fc711d;
	border: none;
	color: #fff;
	font-weight: bold;
}


/*最新消息*/

.notebar {
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f0f2f5;
	z-index: 999;
}

.notebar .note-title {
	padding: 0 10px;
	font: bold 14px/40px "宋体";
}

.notebar .note-main {
	font-size: 14px;
}
.first-box{
	height: 100%;
	width:100%;
	padding: 20px;
}
.first-box .title-1{
	text-align: center;
	font:bold 28px/35px "微软雅黑";
	
}
.first-box .title-1 a{
	color: #0978c4;
}
.first-box .title-1 a:hover{
	text-decoration: underline;
}
.first-box .title-2{
	
	overflow: hidden;
}
.text-type-0{	
	justify-content: center;
    display: flex;
    
    flex-direction: row;
	width:auto;
	margin-bottom: 0;
	}
.text-type-0 li{
	position: relative;
	padding: 0 10px;	
	margin-right: 10px;
	max-width: 33%;
	height:24px;
	}
.text-type-0 li:first-child{
	border-top: none;
}
.text-type-0 li a{
	width:auto;	
	font-size: 14px;
	line-height: 24px;
	color: #0978c4;
	}
.text-type-0 li a:hover{
	text-decoration: underline;
	}
.text-type-0 li:before{
	position: absolute;
	top: 0;
	left: -7px;
	content:'［';
	line-height: 24px;
	color: #0978c4;
	}
.text-type-0 li:after{
	position: absolute;
	top: 0;
	right: -7px;
	content:'］';
	line-height: 24px;
	color: #0978c4;
	}


/*主体样式*/

#container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}


/*图片新闻*/

.newslide {
	height: 300px;
}

.newslide .carousel-inner {
	height: 100%;
}

.newslide .carousel-inner>.item {
	width: 100%;
	height: 300px;
}

.newslide .carousel-inner>.item>img,
.newslide .carousel-inner>.item>a>img {
	width: 100%;
	margin: 0 auto;
}

.newslide .carousel-control.left,
.newslide .carousel-control.right {
	display: none;
	background: none;
}

.newslide:hover .carousel-control.left,
.newslide:hover .carousel-control.right {
	display: block;
}

.newslide .carousel-indicators {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 0;
}

.newslide .carousel-indicators li {
	border-radius: 50%;
	border: solid 1px #fff;
	background: #fff;
}

.newslide .carousel-indicators .active {
	border: solid 1px #f09505;
	background: #f09505;
}

.newslide .news-titile {
	position: absolute;
	width: 100%;
	height: 42px;
	bottom: 0;
	left: 0;
	padding: 0 2%;
	background: url(../images/title-tran.png) repeat;
	background: rgba(0, 0, 0, 0.8);
}

.newslide .news-titile>a {
	max-width: 68%;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
}





/*banner*/
.banner-1{
	position: relative;
	width: 100%;
	height: 92px;
	opacity: hidden;
}
.banner-1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.banner-1:hover{
	opacity: 0.8;
}

.banner-box-1 {
	position: relative;
	width: auto;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	
	/*text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
	-webkit-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
	-moz-text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
	*filter: Glow(color=#fff, strength=1);*/
	
	
}
.banner-box-1 .banner-txt{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	text-align: center;
	font-size: 38px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 5px;
	color: #dc332c;
	text-shadow:1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF, 3px 3px 0px #FFFFFF, -3px -3px 0px #FFFFFF;
	-webkit-text-shadow:1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 2px 2px 0px #FFFFFF, -2px -2px 0px #FFFFFF, 3px 3px 0px #FFFFFF, -3px -3px 0px #FFFFFF;
}



/*司法公开*/
.perform-top{
	width: 100%;
	height: 44px;
	border-top: 3px solid #2064b3;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	color: #2064b3;
	line-height: 41px;
	background-color: #f3faff;
}
.perform-main{
	width: 100%;
	padding: 10px 15px;
}
.perform-main .img-box{
	width: 100%;
	height: 82px;
}
.perform-main .img-box .img-list{
	position: relative;
	float: left;
	width: calc(100% / 3 - 7px);
	height: 82px;
	margin-left: 10px;
	overflow: hidden;
}
.perform-main .img-box .img-list:first-child{
	margin-left: 0;
}

.perform-main .img-box .img-list:hover{
	opacity: 0.8;
}
.perform-main .link-box{
	margin-top: 10px;
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: center;
	background-color: #f3faff;
	padding: 10px;
}
.perform-main .link-box .link-list{
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	border-left: 1px solid #2064b3;
}
.perform-main .link-box .link-list a{
	color: #2064b3;
}
.perform-main .link-box .link-list a:hover{
	color: #f09008;
}
.perform-main .link-box .link-list:first-child{
	border-left: none;
}

/* 案件查询 */
.perform {
	display: table;
	width: 100%;
	height: auto;
	font-size: 12px;
}

.perform-box {
	border: solid 1px #ddd;
	background: none;
}


.perform .row {
	margin: 0 -7px;
}

.perform .col-xs-4 {
	padding: 0 7px;
}

.perform .perform-box .col-xs-1,
.perform .perform-box .col-xs-2,
.perform .perform-box .col-xs-3,
.perform .perform-box .col-xs-4,
.perform .perform-box .col-xs-5,
.perform .perform-box .col-xs-6,
.perform .perform-box .col-xs-7,
.perform .perform-box .col-xs-8,
.perform .perform-box .col-xs-9,
.perform .perform-box .col-xs-10,
.perform .perform-box .col-xs-11 {
	padding: 0 2px;
}

.perform .form-horizontal .control-label {
	padding-top: 7px;
	font-weight: normal;
	color: #2f2f2f;
	font-size: 14px;
}

.perform .btn-group {
	width: 100%;
	font-size: 12px;
}

.perform .btn-group .btn {
	height: 36px;
	font-size: 12px;
}

.perform .dropdown-menu>li>a {
	padding: 3px;
	font-size: 12px;
}

.perform .form-control {
	height: 36px;
	font-size: 12px;
}

.perform .form-group .l-label {
	height: 26px;
	line-height: 36px;
	font-weight: normal;
}

.perform .form-group input[type="radio"] {
	float: left;
	margin: 10px 5px 0;
}

.perform button.submit,
.perform button.reset {
	margin: 0 10px;
	height: 42px;
	line-height: 42px;
	padding:0 40px;
}

.perform .col-xs-2dot5 {
	padding: 0 2px;
}

.perform .btn:hover,
.perform .btn:focus {
	color: #fff;
	outline: none;
}

.perform .btn.reset:hover,
.perform .btn.reset:focus {
	color: #2f2f2f;
	outline: none;
}




/* 图标样式 */
.tt-box {
	width: 100%;
	height: 300px;
}

.tt-box .tt-list {
	position: relative;
	width: 100%;
	height: 70px;
	margin-top: 6px;
	padding: 0 25px;
	line-height: 70px;
	background-color: #f3faff;
		border: solid 1px #eaf2f8;
}

.tt-box .tt-list:after {
	position: absolute;
	right: 25px;
	content: url(../images/img_icon.png);
}

.tt-box .tt-list:first-child {
	margin-top: 0;
}



.tt-box .tt-list .tt-icon {
	float: left;
	width: 32px;
	line-height: 65px;
	height: 65px;
}



.tt-box .tt-list .tt-txt {
	float: left;
	margin-left: 20px;
	color: #2064b3;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
/* 图标样式1 */
.rdll-box {
	width: 100%;
	padding: 5px 10px;
}

.rdll-box .item {
	position: relative;
	width: 100%;
	height: 34px;
	margin-top: 6px;
	padding: 0 25px;
	line-height: 34px;
	background-color: #f3faff;
		border: solid 1px #eaf2f8;
}

.rdll-box .item:after {
	position: absolute;
	right: 25px;
	content: url(../images/img_icon.png);
}

.rdll-box .item:first-child {
	margin-top: 0;
}

.rdll-box .item .tt-txt {
	float: left;
	margin-left: 20px;
	color: #2064b3;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.rdll-box a{
	color: #2064b3;
}
.rdll-box .item:hover{
	opacity: 0.8;
}




/*图片欣赏*/

.pic-box {
	width: 100%;
	height: 124px;
	background: #f9f9f9;
}

.pic-box .pic-main {
	height: 100%;
	overflow: hidden;
}

.pic-box .pic-main .img-list {
	margin-left: 8px;
	float: left;
}
.pic-box .pic-main .img-list:first-child{
	margin-left: 0;
}

.pic-box .pic-main .img-list img {
	width: 190px;
	height: 124px;
}

.bd{
	width: 100%;
	height: 144px;
	overflow: hidden;
}
.bd ul li{
	float: left;
	width: 110px;
	height: 144px;
	margin-left: 16px;
}
.bd li a{
	float: left;
	position: relative;
	width: 110px;
	height: 144px;
}
.bd li a img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
}
.bd ul li:first-child{
	margin-left: 0;
}


/*友情链接*/

.link {
	margin-top: 15px;
	width: 100%;
	height: 72px;
	background: #0f4db8;
}
.link .main{
	padding: 22px 0px;
	width: 1200px;
}
.link .name{
	float: left;
	width: 120px;
	line-height: 30px;
	color: #fff;
}
.link a,
.link em {
	font: 12px/30px 宋体;
	color: #2f2f2f;
}

.link .select {
	float: left;
	width: calc(100% - 120px);
	height: 30px;
}

.link .btn-group {
	width: 100%;
	font-size: 12px;
}

.link .btn {
	line-height: 30px;
	font-size: 12px;
}

.link .dropdown-menu {
	max-height: 110px;
	overflow: auto;
}

.link .dropdown-menu>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.link .btn-default{
	border: none;
	background: rgba(255,255,255,0.2);
	color: #fff;
}
.link .btn-default .caret{
	border-top-color: #fff;
}
/*.btn-group>.btn+.dropdown-toggle {
	height: 32px;
}*/



/*===脚注样式===*/

#foot {
	width: auto;
	height: auto;
	padding: 14px 0 20px;
	text-align: center;
	background: #0943a8;
}

#foot .main {
	width: 1200px;
	
}
#foot .f-bottom{
	font: 12px/30px 宋体;
	color: #95d1f9;
	text-align: center;
}
.dzjg-img{
	text-align: center;
}


/*20200107新增*/
.index-lead {
	margin: auto;
	width: 1200px;
}
.index-head {
	padding: 20px 0 0 0;
}

.index-body {
	background: rgba(244, 249, 253, 0.85);
	margin:30px 0;
	box-shadow: 4px 6px 5px 0px 
		rgba(45, 163, 169, 0.15);
	border-radius: 6px;
	overflow: hidden;
}
.index-box{
	float: left;
	width: calc(100% / 6);
	height: 216px;
}
.item-box{
	float: left;
	width: calc(100% / 5 - 16px);
	margin: 8px;
	height: 100px;
	border-radius: 10px;
	border: 1px solid #bfdae3;
	text-align: center;
	background: #fbfcfd;
	box-shadow: 0px 3px 5px 0px rgba( 116, 197, 223,0.5);
	cursor: pointer;
}
.item-box .item-bg{
	margin-top: 15px;
	width: 100%;
	height: calc(100% - 15px);
	padding: 0 10px;
	border-radius: 10px;
	background: #f7f8fa;
}
.item-box .item-bg .item-img{
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.item-box .item-bg .item-img .iconfont{
	font-size: 44px;
	color: #29c0f1;
}
.item-box .item-bg .item-txt{
	margin-top: 5px;
	font-size: 16px;
	color: #1c1c1c;
}

.ktgg-box{
	width: 100%;
	height: 315px;
	border-radius: 15px 15px 0 0;
	background: #fff;
	overflow: hidden;
}

.index-foot {
	font-size: 12px;
	line-height: 24px;
}

.index-bg {
	background: url(../images/lead_bg.jpg) no-repeat center;
	background-position-y: top;
	background-size: cover;
	overflow-x: auto;
	background-attachment: fixed;

}
/* 
@media screen and (max-height: 900px) {
	.index-head,.index-body,.ktgg-box,.index-foot{
		zoom: 0.85;
	}
}
@media screen and (max-height: 768px) {
	.index-head,.index-body,.ktgg-box,.index-foot{
		zoom: 0.85;
	}
} */


/*公共：飘动*/
.piao1{
	position: absolute;
	width: auto;
	height: auto;
	border: solid 3px #dadada;
	z-index: 9999;
}
.piao1 .close-btn{
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}
