@charset "utf-8";

/* reset css */

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;
	max-width: 100%;
	vertical-align: middle;
}
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;
	font-size: 14px;
}
caption,
th {
	text-align: left;
	font-weight: normal;
}

/* 清除浮动 */

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.row:after,
.h:after,
.jr-grids:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix,
.nav,
.content,
.grid,
.row,
.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: #08c;
}
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;
}

/* 自定义 */

html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: microsoft yahei, simhei;
	/* font-family: 黑体; */
	font-size: 14px;
	color: #797979;
}
.backtop {
	position: fixed;
	bottom: 100px;
	right: 50px;
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: #c0392b url(../images/backtop2.png) center no-repeat;
	background-color: #caa96e;
	background-color: #08c;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	z-index: 99;
}
.header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	/* height: 60px; */
	padding: 15px 0 0;
	transition: all .3s;
	background-color: #fff;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	background-image: url(../images/head.jpg);
	background-size: cover;
	background-position: center center;
}
.header.fixed {
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}
.header h1 {
	float: left;
	width: 50%;
	height: 65px;
	overflow: hidden;
	/* margin: 0 -35px 0 35px; */
}
.header.fixed h1 {
	margin: 0 -20px 0 20px;
}
.header h1 img {
	/* width: 79%; */
	max-width: 580px;
	height: 100%;
}
.nav {
	/* float: right; */
	/* width: 48%; */
	margin-right: 2%;
	clear: both;
}
.nav ul {
	position: relative;
	height: 60px;
}
.nav li {
	position: relative;
	z-index: 2;
	float: left;
	width: 12.5%;
}
.nav li.bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 4px;
	transition: left .35s, width .35s;
}
.nav li.bg span {
	display: block;
	width: 25%;
	height: 4px;
	margin: 0 auto;
	background-color: #08c;
}
.nav li a {
	display: block;
	height: 60px;
	font: 22px/55px microsoft yahei, simhei;
	/* font-weight: bold; */
	text-align: center;
	transition: .3s;
}
.nav li a:hover {
	background-color: rgba(0, 136, 204, 0.05);
}
.header.fixed .nav li a {
	color: #333;
}
.header.fixed .nav li.bg {
	height: 100px;
	bottom: -20px;
}
.header.fixed .nav li.bg span {
	width: 100%;
	height: 100px;
	background-color: #08c;
}
.header.fixed .nav .current a,
.header.fixed .nav li:hover a {
	color: #fff;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.footer {
	padding: 30px 20px;
	background-color: rgba(0, 136, 204, 0.2);
	color: #fff;
	line-height: 30px;
}
.footer .links ul li {
	width: 220px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
}
.footer .links ul li + li {
	margin-left: 10px;
}
.footer .links select {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #309cd2;
	padding: 5px 15px;
	height: 50px;
	width: 222px;
	color: #fff;
	background: rgba(0, 136, 204, 0.3) url(../images/link_bt.png) 200px 20px no-repeat;
	font: bold 16px/40px microsoft yahei, simhei;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* 二级列表 */

.column {
	width: 1200px;
	margin: 0 auto 30px;
}
.column h2 {
	float: left;
	margin-left: 40px;
	font: bold 48px/180px microsoft yahei, simhei;
	color: #fff;
	text-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.menu {
	float: right;
	margin-top: 80px;
}
.menu li {
	float: left;
	margin: 0 10px;
}
.menu li a {
	display: block;
	padding: 0 25px;
	font: bold 16px/40px microsoft yahei, simhei;
	color: #fff;
	border-radius: 100px;
}
.menu li a:hover {
	background-color: rgba(0, 0, 0, .1);
}
.menu li.current a {
	background-color: #c0392b;
}
.falls {
	position: relative;
}
.panel {
	float: left;
	width: 285px;
	background: white;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	transition: all .35s;
}
.panel:hover {
	transform: translate(0, -5px);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.panel h4 {
	padding: 15px;
	font: bold 16px/30px microsoft yahei, simhei;
}
.panel h4 a {
	color: #555;
}
.panel .pic {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.panel .pic img {
	display: block;
	width: 100%;
	transition: transform .35s;
}
.panel a:hover img {
	transform: scale(1.05, 1.05);
}
.panel p {
	border-top: 1px solid #ddd;
	padding: 10px 15px;
	line-height: 24px;
	background-color: #f8f8f8;
}
.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 #c0392b solid;
	background-color: #f1f1f1;
}
.pages a.current {
	border: 1px #c0392b solid;
	background-color: #c0392b;
	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;
}
.article {
	padding: 30px 50px;
	background-color: #fff;
}
.article h2 {
	width: 100%;
	font: normal 30px/50px microsoft yahei, simhei;
	text-align: center;
	color: #333;
}
.article .info {
	text-align: center;
	color: #8c8c8c;
	width: 100%;
	font: normal 14px/40px microsoft yahei, simhei;
}
.article-box {
	padding: 35px;
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #caaa6f;
}
.article-box p + p {
	margin-top: 1em;
}
.article-box p img {
	max-width: 900px;
	display: block;
	margin: 0 auto;
}
.where {
	position: relative;
	color: #333;
	border-bottom: 1px solid #caaa6f;
	font: bold 16px/40px microsoft yahei, simhei;
}
.where a {
	display: inline-block;
	padding: 0px 5px;
	color: #333;
	font: bold 14px/40px microsoft yahei, simhei;
}
.related ul li {
	float: left;
	width: 40%;
	padding: 0px 50px;
}
.related ul li a {
	font: bold 16px/40px microsoft yahei, simhei;
}
.related ul li a span {
	display: block;
	float: left;
	padding: 10px;
	margin-right: 20px;
	width: 80px;
	height: 60px;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	font: bold 24px/30px microsoft yahei, simhei;
}
.related ul li a b {
	font: normal 14px/20px microsoft yahei, simhei;
}
.related ul li a:hover span {
	background-color: #cf3332;
}
.main .list-b-t li {
	color: #666;
	background: #fff;
	position: relative;
	min-height: 150px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
}
.main .list-b-t li:hover {
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}
.main .list-b-t li span {
	color: #fff;
	display: inline-block;
	background: #ff6a6a;
	padding: 2px;
	margin-top: -1px;
	margin-left: -1px;
	float: left;
	font: normal 14px/30px microsoft yahei, simhei;
}
.main .list-b-t li span b {
	font-size: 20px;
}
.main .list-b-t li h4 {
	line-height: 30px;
	color: #5a5a5a;
	padding-left: 80px;
	font: normal 20px/60px microsoft yahei, simhei;
}
.main .list-b-t li h4,
.main .list-b-t li p {
	width: 67%;
}
.main .list-b-t li p {
	line-height: 30px;
	padding-left: 20px;
	text-indent: 2em;
}
.main .list-b-t li .img {
	width: 350px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.photos {
	width: 620px;
	margin: 0 auto;
	position: relative;
}
.photos .pic {
	text-align: center;
	position: relative;
}
.photos .pic img {
	min-height: 360px;
}
.photos .pic span {
	display: block;
}
.photos .pic .tips {
	display: none;
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -110px;
}
.photos h4 {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.photos .preview {
	width: 620px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0;
}
.photos .preview ul {
	height: 80px;
	background-color: #f2f2f2;
}
.photos .preview li {
	width: 124px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.photos .preview li a {
	width: 112px;
	height: 66px;
	display: block;
	border: 2px #f2f2f2 solid;
	margin: 0 auto;
}
.photos .preview li.current a {
	border: 2px #2c94df solid;
}
.photos .preview li a span {
	width: 110px;
	height: 64px;
	display: block;
	border: 1px #fff solid;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.photos .preview li a img {
	width: 110px;
}
.photos p .prev,
.photos p .next {
	display: block;
	width: 23px;
	height: 23px;
	border: none;
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	z-index: 3;
	font: 0/0 lx;
	overflow: hidden;
	margin: 0;
}
.photos p .prev {
	left: 0;
}
.photos p .next {
	background-position: 100% 0;
	right: 0;
}
.photos .pic .prev,
.photos .pic .next {
	width: 50%;
	_height: 2000px;
	background-image: url(about:blank);
	position: absolute;
	top: 0;
	bottom: 0;
}
.photos .pic .prev {
	left: 0;
}
.photos .pic .next {
	right: 0;
}
.headlines {
	width: 100%;
	padding: 20px 0px;
	background: white;
	margin-bottom: 20px;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
}
.headlines h3 {
	margin-bottom: 2px;
	/* padding-left: 150px; */
	/* text-align: center; */
	/* background: url(../images/headlines.png) 60px 0px no-repeat; */
	font: bold 24px/70px microsoft yahei;
}
.headlines h3 a {
	color: #6685b3;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
	.article-box p {
		text-indent: 2em;
	}
	.where {
		font: bold 30px/40px microsoft yahei, simhei;
		height: 50px;
		line-height: 50px;
	}
}
.nav .sub {
	position: absolute;
	top: 60px;
	left: 1px;
	text-align: center;
	width: 145px;
	background-image: linear-gradient(to top, #08c, #5cbbea);
	display: none;
}
.nav li .sub a {
	color: #fff;
	display: block;
	/* width: 130px; */
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}
.nav li .sub a:hover {
	background-color: #08c;
}