﻿a{text-decoration:none;}
body{
  background: url(../images/bg.jpg) repeat-y center top;
}
.content{
  background: url(../images/cbg.png) no-repeat center top;
}
.head{
  height:85px;
  background:#00674a;
  border-bottom:1px solid #44a385;
}
.inner{
  width:1010px;
  margin:0 auto;
}
.head .inner{
  height:85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav li{
  float:left;
}
.nav li a{
  display:block;
  color:#fff;
  font-size:15px;
  padding:0 16px;
}
.nav li a:hover{color:#fef35a;}
.cont{
  padding-top:530px;
}
.sea{
  height:86px;
  background:#00674a;
  padding-top:14px;
}
.search{
  width:742px;
  margin:0 auto;
  padding:10px;
  height:51px;
  background: url(../images/sea.png) no-repeat center top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.set{
  font-size:26px;
  color:#003400;
  font-weight:bold;
  padding-left:18px;
}
.sea input{
  width:140px;
  padding-left:20px;
  color:#a3aea3;
  height:51px;
  border:none;
  border-radius: 40px;
  outline:none;
  background:#003400;
  font-size:18px;
}
.nei{
  padding:25px;
  background:#003400;
}
.til{
  text-align:center;
  padding:15px 0px;
}
.wenzi{
  font-size:15px;
  line-height:22px;
  color:#fff;
}
.yel{
  color:#ffff00;
}
.wenzi{
  padding:5px 0px;
}
.biao td{
  color:#fff;
  text-align:center;
  font-size:15px;
  height:38px;
  background:#0b3f0b;
  border:1px solid #336733;
}
.biao tr:nth-child(1) td{background:#205420;}
.biao{
  width:100%;
}
.biao2 tr:nth-child(odd)  td{
  color:#c7fbc7;
  height:60px;
  background:#205420;
}
.dt{
  text-align:center;
  padding-top:10px;
}
.cop{
  text-align:center;
  color:#fff;
  line-height:30px;
  padding-bottom:10px;
}
* {
	margin: 0;
	padding: 0;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	background:#303030;
}


.header {
	height: 144px;
	background: #e1d6b2;
	position: relative;
	z-index: 2;
}

.header .head {
	height: 95px;
}

.header .logo {
	width: 200px;
	height: 163px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	float: left;
	position: absolute;
	z-index: 99;
}

.header .domain {
	background: url(../images/domain.png) no-repeat;
	width: 496px;
	height: 39px;
	float: left;
	margin-left: 235px;
	margin-top: 28px;
}

.header .tips {
	background: url(../images/tips.png) no-repeat;
	width: 237px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

.header .menubg {
	height: 50px;
	position: relative;
	background: #715219;
}

.header .menu {
	float: right;
}

.header .menu a {
	color: #f2eedd;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	transition: all 0.3s;
	padding: 0 32px;
}

.header .menu a:hover {
	background: #8d6823;
	color: #ffe63b;
	font-weight: bold;
}


.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 500px;
	position: relative;
}


.searchbox {
	background: url(../images/searchbox.png) no-repeat;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	margin-top: 30px;
}

.searchbox .int {
	height: 33px;
	line-height: 33px;
	border: 1px solid #8e7e4b;
	background: #beae79;
	width: 398px;
	margin-left: 330px;
	font-size: 14px;
	color: #fff7de;
	text-indent: 20px;
	float: left;
	margin-top: 18px;
}

.searchbox .int::-webkit-input-placeholder {
	color: #fff7de;
}

.searchbox .int::-moz-placeholder {
	color: #fff7de;
	opacity: 1;
}

.searchbox .int:-moz-placeholder {
	color: #fff7de;
	opacity: 1;
}

.searchbox .searchbtn {
	width: 89px;
	height: 35px;
	float: left;
	cursor: pointer;
	background: #cc5405;
	border: none;
	margin-left: 10px;
	margin-top: 18px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main {
	overflow: hidden;
}

.tab {
	padding-top: 30px;
}

.tab .hdcon {
	width: 1000px;
	margin: 0 auto;
}

.tab .hd {
	height: 65px;
	overflow: hidden;
}

.tab .hd ul {
	width: 1024px;
}

.tab .hd ul li {
	height: 60px;
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #bbaa7b;
	border-top: 3px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.tab .hd ul li:before {
	content: "";
	display: block;
	float: left;
	width: 1px;
	height: 16px;
	background: #e9caab;
	margin-top: 20px;
}

.tab .hd ul li.first:before {
	display: none;
}

.tab .hd ul li.on {
	border-top: 3px solid #cc5405;
	border-left: 1px solid #bbaa7b;
	border-right: 1px solid #bbaa7b;
	border-bottom: 1px solid #f2eedd;
}

.tab .hd ul li.on:before {
	display: none;
}

.tab .hd ul li.on + li:before {
	display: none;
}

.tab .hd span {
	display: block;
	width: 232px;
	height: 60px;
	font-size: 24px;
	color: #684a12;
	text-align: center;
	line-height: 55px;
}

.tab .hd ul li.on span {
	color: #cc5405;
	font-weight: bold;
}

.tab .bd {
	min-height: 400px;
}

.tab .item {
	padding-bottom: 30px;
	padding-top: 20px;
	color: #715219;
	font-size: 14px;
	line-height: 33px;
}

.tab .item p {
	position: relative;
}

.tab .item h3 {
	color: #cc5405;
	margin: 10px 0;
	font-size: 14px;
}

.tab .item .table1 {
	width: 1000px;
	margin: 20px 0;
}

.tab .item .table1 tr td {
	height: 42px;
	border: 1px solid #c8ae7e;
	text-align: center;
	color: #684a12;
	font-size: 14px;
}

.tab .item .table1 tr th {
	height: 42px;
	border: 1px solid #c8ae7e;
	text-align: center;
	color: #cc5405;
	font-size: 14px;
	font-weight: normal;
}

.tab .item .table1 tr.first th {
	height: 93px;
	line-height: 18px;
}



.footer {
	position: relative;
	background: #715219;
	line-height: 35px;
	padding: 25px 0;
	text-align: center;
}

.footer .flink a {
	color: #ebe3c2;
	font-size: 14px;
}

.footer .flink a:before {
	display: inline-block;
	content: "/";
	margin: 0 10px;
	color: #b58b3e;
}

.footer .flink a:first-child:before {
	display: none;
}

.copyright {
	text-align: center;
	color: #ebe3c2;
	font-size: 14px;
}


.nofound {
	overflow-y: visible;
	overflow-x: visible;
	display: none;
}

.nofound img {
	display: block;
}

.found {
	overflow-y: visible;
	overflow-x: visible;
	display: none;
}

.closebtn2 {
	background: url(../images/tcclose.png) no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

/* 弹窗表格 */
.clearMargin {
	margin-top: 0!important;
}

.result, .pages {
	width: 96%;
	line-height: 25px;
	margin: 15px 2% 0;
	font-size: 14px;
}

.result {
	border-collapse: collapse;
}

.result tr td {
	color: #fff;
	border: 1px solid #9e844a;
	text-align: center;
	height: 35px;
}

.result tr th {
	background: #ffd773;
	color:#181818;
	border: 1px solid #9e844a;
	text-align: center;
	font-weight: normal;
	height: 35px;
}

.pages {
	clear: both;
	height: auto;
	overflow: auto;
	text-align: center;
}

.pages > div {
	color: #fff;
	display: inline-block;
}

.pages .total {
	background: #ffd773;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
}

.pages .pg {
	background: #85692E;
	margin-left: 8px;
	padding: 0 5px;
	display: inline-block;
	color: #fff;
}

.pages .pg.active {
	background: #E8B263;
}

h2.title {
	color: #ffcf0d;
	text-align: center;
	font-size: 24px;
	line-height: 25px;
	margin: 25px 0px;
	font-weight: normal;
}

h2.title span {
	color: #fff;
}