@charset "utf-8";
/* reset css */
.nav li {
  width: 108px !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 清除浮动 */

.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
/* 通用 */

body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #000;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr20 {
	margin-right: 20px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */

a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #d42026;
}
a:active {
	outline: none;
}
/* list */

.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow: hidden;
	zoom: 1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position: relative;
	line-height: 1.5;
}
.list-t li a {
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li a:hover {
	text-decoration: underline;
}
.list-t li span.tag {
	margin-right: 5px;
}
.list-t li span.date {
	position: absolute;
	top: 0;
	right: 0;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
body {
	overflow-x: hidden;
	font-family: microsoft yahei, simhei;
	font-size: 14px;
	background: url(/images/deb/index/bg.jpg) 50% 0 no-repeat;
	color: #333;

}
.inner {
	position: relative;
	width: 1190px;
	margin: 0 auto;
}
.header {
	position: relative;
	z-index: 2;
background: url(/images/deb/index/banner04.gif) 100% 0px no-repeat;
}
.header h1 {
	height: 180px;
	background: url(/images/deb/index/logo3.png) 0 50% no-repeat;
}
.header .search {
	width: 282px;
	position: absolute;
	top: 73px;
	right:0px;
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
	font: normal 14px/24px microsoft yahei;
}
.search input {
	width: 210px;
	height: 24px;
	line-height: 24px;
	padding: 4px;
	border: 1px #fff solid;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	outline: none;
}
.search button {
	width: 60px;
	height: 34px;
	margin-left: -1px;
	padding-left: 25px;
	border: none;
	background: #fa832c url(/images/deb/index/search.png) 50% 50% no-repeat;
	color: transparent;
	font: 0/0 lx;
	cursor: pointer;
}
.search .btn {
	float: left;
	display: inline-block;
	width: 80px;
	height: 34px;
	background-color: #fa832c;
	color: #fff;
	font: bold 14px/34px microsoft yahei;
	text-align: center;
	margin-left: 2px;
	vertical-align: middle;
}
.nav {
	height: 50px;
	background-color: #d42026;
}
.nav ul {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.nav li {
	float: left;
	width: 108px ;
	height: 50px;
	margin-left: -2px;
	padding-left: 2px;
	background: url(/images/deb/index/nav_li2.png) 0 50% no-repeat;
position:static;
}
.nav li a {

position: relative;
	display: block;
	font: bold 18px/50px microsoft yahei, simhei;
	text-align: center;
	color: #fff;
}
.nav li.current a {
	color: #FFE763;
}
.nav li a.s1::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 50%;
	height: 2px;
	background: rgba(255,231,99,1);
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.nav li.current a.s1::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.footer {
	padding: 20px;
	line-height: 26px;
	background-color: #d42026;
	color: #fff;
}
/* 位置 */

.where {
	position: relative;
}
/*  标题 */

.t2 {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.t2 b {
	position: relative;
	display: inline-block;
	padding: 0 1.2em;
	line-height: 2;
	font-size: 18px;
	color: #d42026;
	border-radius: 100px;
}
.t2 b:before, .t2 b:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 500%;
	border-top: 1px solid #d42026;
}
.t2 b:before {
	right: 110%;
}
.t2 b:after {
	left: 110%;
}
/* 分页 */

.pages {
	font: 0/0 microsoft yahei;
	padding: 15px 0;
	text-align: center;
}
.pages a {
	display: inline-block;
	line-height: 28px;
	margin: 0 1px;
	padding: 10px 20px;
	border: 1px #ddd solid;
	font-size: 14px;
	vertical-align: middle;
}
.pages a:hover {
	border: 1px #d42026 solid;
}
.pages a.current {
	border: 1px #d42026 solid;
	background-color: #d42026;
	color: #fff;
	position: relative;
}
.pages span {
	line-height: 28px;
	font-size: 14px;
	margin-left: 10px;
	padding: 10px 20px;
	vertical-align: middle;
}
.pages select {
	border: 1px #d2d2d2 solid;
	padding: 4px;
}
/*  列表 */

.hover-style1 li {
	position: relative;
	overflow: hidden;
}
.hover-style1 li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #f8f8f8;
	z-index: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.hover-style1 li:hover:after {
	width: 100%;
}
.hover-style1 li h4, .hover-style1 li p, .hover-style1 li a {
	position: relative;
	z-index: 1;
}
.hover-style2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.hover-style2 li {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}
.hover-style2 li:hover {
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.list {
	padding: 50px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0 0 16px rgba(32, 41, 80, .15);
}
.list li {
	border-bottom: 1px dotted #ddd;
	padding: 20px;
	line-height: 24px;
}
.list li h4 {
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 10px;
}
.list li p {
	color: #797979;
}
/*  正文 */

.article {
	padding: 50px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0 0 16px rgba(32, 41, 80, .15);
}
.article h2 {
	padding: 15px 0;
	font: bold 24px/30px microsoft yahei, simhei;
	text-align: center;
	color: #d42026;
}
.article .info {
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background-color: #f5f5f5;
	color: #797979;
	border-radius: 100px;
}
.article-box {
	padding: 35px;
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 16px;
}
.article-box p+p {
	margin-top: 1em;
}
/*----------------------20180828-------------------------*/
.menu-nav {
	width: 100%;
	margin: 10px 0px;
	text-align: center;
	display: inline-block;
}
.menu-nav p a {
	padding: 0px 20px;
	height: 30px;
	display: inline-block;
	margin: 0px 10px;
	background-color: #FBDEDE;
	font: normal 14px/30px microsoft yahei, simhei;
font-weight: bold;
}
.menu-nav p a.current, .menu-nav p a:hover {
	color: #fff;
	background: #d42026;
}
