@charset "utf-8";

/* 链接 */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #a92e28;
	text-decoration: none;
}
a:active {
	outline: none;
}
.list-t li {
	border-bottom: 1px dotted #ccc;
}
.list-t li:hover:before {
	background-color: #a92e28;
}
.text-red {
	color: #a92e28!important;
}
.md-red {
	background-color: #a92e28;
}
.t4 {
	font-size: 14px;
	color: #333;
}
/* 头部、底部、公用 */

body {
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	background: url(../../images/fyw_images/body_bg.jpg) center repeat;
}
 @media (min-width: 1200px) {
.backtop {
	z-index: 600;
	right: 78px;
	bottom: 0px;
}
}
 @media (min-width: 1024px) {
.backtop {
	right: 20px;
}
}
.inner, .nav ul {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: relative;
	background: url(../../images/fyw_images/head.jpg) 50% 0 no-repeat;
	color: #fff;
}
.header h1 {
	width: 50%;
	height: 320px;
	background: url(../../images/fyw_images/logo.png) 0 10% no-repeat;
}
.header h1 a {
	display: block;
	height: 320px;
}
.header_img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.header .slogan {
	position: absolute;
	top: 50%;
	left: 10%;
}
.nav {
	height: 80px;
	border-top: 1px solid #ccc;
}
.nav li {
	position: relative;
	float: left;
	width: 11%;
}
.nav li a {
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.nav li a:hover, .nav li.current a {
	color: #fff;
	background: url(../../images/fyw_images/nav_cur.png) 0 50% no-repeat;
}
.nav li a:before {
	content: '';
	position: absolute;
	top: 40%;
	bottom: 10px;
	right: 0;
	height: 14px;
	border-left: 1px solid #ccc;
}
.footer {
	line-height: 22px;
	font-size: 14px;
	background-color: #fff;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
/* fTop 开始 */
.fTop {
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.fTop .fBg {
	width: 100%;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../../images/fyw_images/fBg.jpg) 0 bottom repeat-x;
	-webkit-animation: animate-cloud 60s linear infinite;
	-moz-animation: animate-cloud 60s linear infinite;
	-ms-animation: animate-cloud 60s linear infinite;
	-o-animation: animate-cloud 60s linear infinite;
	animation: animate-cloud 60s linear infinite;
}
.fTop .cont {
	width: 100%;
	min-width: 1200px;
	height: 260px;
	background: url(../../images/fyw_images/redBg.png) repeat;
	position: relative;
	z-index: 2;
}
.fTop .cont .inner {
	height: 100%;
	box-sizing: border-box;
	padding: 50px 0 0 0;
	background: url(../../images/fyw_images/fTopLine.png) no-repeat center;
}
.fTop .cont .fTop1 {
	width: 253px;
	margin-left: 87px;
}
.fTop .cont .fTop1 h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
}
.fTop .cont .fTop1 ul li {
	width: 109px;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
.fTop .cont .fTop1 ul li a {
	color: #ffffff;
}
.fTop .cont .fTop2 {
	width: 521px;
	text-align: center;
	padding-top: 45px;
}
.fTop .cont .fTop3 {
	width: 290px;
}
.fTop .cont .fTop3 h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	margin-bottom: 7px;
}
.fTop .cont .fTop3 .fCode {
	width: 36px;
	height: 36px;
	position: relative;
}
.fTop .cont .fTop3 .fCode i {
	display: block;
	width: 100%;
	height: 100%;
	background: #b3b3b3 url(../../images/fyw_images/fWxIcon.png) no-repeat center;
	border-radius: 50%;
	cursor: pointer;
}
.fTop .cont .fTop3 .fCode .pic {
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -120px;
	z-index: 3;
	display: none;
}
.fTop .cont .fTop3 .fCode .pic img {
	width: 100%;
	height: 100%;
}
.fTop .cont .fTop3 .fCode:hover .pic {
	display: block;
}
/* fTop 结束 */

.copyright p a, .copyright p span {
	margin: 0 10px;
	color: #fff;
}
.copyright {
	color: #fff;
	padding: 10px 0px;
	line-height: 32px;
	font-size: 14px;
	background-color: #090302;
}
.links>ul>li {
	position: relative;
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	width: 260px;
}
.links>ul>li>a {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 20px;
	background: #fff url(../../images/fyw_images/links_arr.png) 96% 50% no-repeat;
}
.links li ul {
	display: none\9;
	z-index: -1;
	position: absolute;
	left: 0px;
	right: 10px;
	bottom: 40px;
	width: 260px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform .3s;
}
.links li:hover ul {
	display: block\9;
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}
.links li li {
	border-top: 1px solid #ddd;
	line-height: 39px;
	text-align: center;
	transition: all .3s;
}
.links li li:hover {
	background-color: #f8f8f8;
}
.links li li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;
}
.gov {
	position: absolute;
	top: 70%;
	right: 13%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
}
.content {
	padding: 20px 0;
}
/* 搜索 */

.search-btn {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 99;
	display: none;
	width: 50px;
	height: 50px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
	cursor: pointer;
}
.search-box {
	display: block;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 9;
	line-height: 0;
	text-align: center;
	font-size: 0;
}
.search-box:before {
	display: none;
	content: '';
	position: absolute;
	top: 73px;
	right: 30px;
	border: 6px solid transparent;
	border-bottom: 6px solid #f8f8f8;
}
.search input, .search button, .search .go {
	display: inline-block;
}
.search input {
	width: 200px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 30px 10px 10px;
	border: none;
	background: #fff;
	outline: none;
}
.search button {
	position: relative;
	width: 32px;
	height: 32px;
	border: none;
	margin-left: -32px;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	color: #666;
	background-color: transparent;
	vertical-align: middle;
}
 @media (max-width: 360px) {
.search .go {
	display: none;
}
}
 @media (max-width: 1200px) {
.ht, .inner, .header h1, .search-box, .nav ul, .links, .copyright {
	width: 100%;
}
.ht {
	margin: 0;
}
.ht p, .nav, .side-bar {
	display: none;
}
.header {
	background-position: 50% 0;
	background-size: auto 100%;
}
.header h1 {
	height: 120px;
	background-position: 10px 50%;
	background-size: auto 45%;
}
.search-box {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, .2);
}
.search input {
	width: 80%;
	min-width: 260px;
}
.header_img {
	display: none;
}
.fTop {
	display: none;
}
.header .slogan {
	display: none;
}
.copyright p a, .copyright p span {
	display: block;
}
}
 @media (max-width: 1024px) {
.copyright {
	padding: 10px 170px;
}
}
 @media (max-width: 768px) {
.links {
	padding: 0 20px;
}
.handle {
	margin-bottom: 10px;
}
.footer {
	text-align: center;
}
.footer .gov, .footer .jc {
	position: relative;
	display: inline-block;
	top: 0;
	right: auto;
	margin-top: 20px;
	vertical-align: middle;
}
.footer p span {
	display: block;
}
.copyright {
	padding: 10px 20px;
}
}
/* 高级菜单 */

.mask {
	visibility: hidden;
	position: fixed;
	z-index: 596;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}
.mask.on {
	visibility: visible;
}
.mask:after {
	content: '';
	display: block;
	position: fixed;
	z-index: 597;
	right: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	border-radius: 50%;
	transform: translate(50%, 50%);
	transition: all .6s;
}
.mask.on:after {
	width: 6000px;
	height: 6000px;
	opacity: 1;
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	position: fixed;
	z-index: 598;
	top: 0;
	right: 20%;
	bottom: 0;
	width: 60%;
	margin-right: -200%\9;
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	margin-right: 0\9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 60px auto;
}
.menu>ul>li {
	float: left;
	width: 46%;
	min-height: 240px;
	margin: 2%;
	padding: 20px;
	background-color: #a92e28;
	color: #fff;
	border-radius: 4px;
	animation-duration: .3s;
}
.menu li li {
	float: left;
	width: 50%;
}
.menu li ul {
	margin-top: 10px;
}
.menu>ul>li>a {
	display: block;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.menu li li a {
	position: relative;
	display: block;
	margin: 0 10px;
	padding: 0 15px 0 25px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	border-radius: 4px;
	transition: opacity .3s;
}
.menu li ul:hover li:not(:hover) a {
	opacity: 0.5;
}
.menu li li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 10px;
}
.menu>ul>li:nth-child(1) {
	animation-delay: .4s;
}
.menu>ul>li:nth-child(2) {
	animation-delay: .5s;
}
.menu>ul>li:nth-child(3) {
	animation-delay: .6s;
}
.menu>ul>li:nth-child(4) {
	animation-delay: .7s;
}
.menu>ul>li:nth-child(5) {
	animation-delay: .8s;
}
.menu>ul>li:nth-child(6) {
	animation-delay: .8s;
}
.menu>ul>li:nth-child(7) {
	animation-delay: .9s;
}
.menu-btn {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 599;
	width: 88px;
	height: 88px;
	padding: 24px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
.menu-btn>span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #333;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn>span:nth-child(1) {
	top: 36px;
}
.menu-btn>span:nth-child(2) {
	top: 42px;
}
.menu-btn>span:nth-child(3) {
	top: 48px;
}
.menu-btn.on span, .hd+.menu-btn>span {
	background: #fff;
}
.menu-btn.on span:nth-child(1) {
	top: 42px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 42px;
	transform: rotate(135deg);
}
 @media (max-width: 1200px) {
.menu-btn {
	position: absolute;
	bottom: auto;
	top: 13px;
	right: -20px;
	background: none;
}
.menu {
	width: 90%;
	right: 5%;
}
.menu img {
	margin: 60px 0;
}
.modal-open .header h1 {
	background: none;
}
.menu>ul>li.home {
	display: block;
	width: 96%;
	text-align: center;
}
.menu>ul>li {
	min-height: inherit;
	padding: 10px;
}
.menu li ul {
	display: none;
}
.menu-btn>b {
	display: none;
}
.menu-btn>span {
	display: block;
}
}
 @media (max-width: 360px) {
.menu li a {
	text-align: center;
}
.menu li a i {
	display: block;
	margin: 0 auto;
}
}
/* 公用部分 */
.grid {
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	animation-duration: .3s;
}
.grid .row {
	margin-right: -10px;
	margin-left: -10px;
}
.grid .row .col, .grid .row [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.tab-pane {
	position: relative;
	overflow: hidden;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
	animation-duration: .3s;
}
.tab{
	padding-left: 50px;
	border-bottom: 1px solid #e0e0e0;
	background:url(../../images/fyw_images/t6_bg.png) 10px 0px no-repeat;
} 

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 14px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    color: #a92e28;
}

.tab a+a {
    margin-left: 4px;
}
 @media (max-width: 1200px) {
	.grid {
		width: 100%;
		padding: 16px;
	}
	.tab {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-left: -2px;
		margin-right: -2px;
		height: auto;
		background: none;
		padding-left: 0px;
	}
	.tab a {
		width: 48%;
		position: initial;
		display: block;
		margin: 0px;
		padding: 0;
		font-size: 14px;
	}
}
 @media (max-width: 360px) {
	.tab {
		margin-left: -10px;
		margin-right: -10px;
	}
	.tab a {
		font-size: 14px;
	}
}

li.list-more {
	margin-top: 10px;
	padding: 0;
	background: none;
	line-height: 40px;
	text-align: center;
}
li.list-more i {
	margin: 0 10px;
	color: #ccc;
}
li.list-more:before {
	display: none;
}
/* 列表页 开始 */
.where {
	font-size: 14px;
	text-align: right;
	background: url(../../images/fyw_images/where.png) 0 bottom repeat-x;
}
.side-menu {
	padding: 0px 20px 80px 20px;
	background: url(../../images/fyw_images/side-menu_bg.png) center bottom no-repeat;
}
.side-menu h2 {
	color: #fff;
	height: 100px;
	margin: 0px -20px;
	background: url(../../images/fyw_images/side_menu.jpg) center no-repeat;
}
.side-menu h2 b {
	display: block;
	line-height: 22px;
	padding: 35px 0px 0px 40px;
}
.side-menu h2 span {
	display: block;
	line-height: 26px;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.6;
}
.side-menu ul {
	margin: 0px -8px;
	padding-top: 27px;
	background: url(../../images/fyw_images/side_ul.png) center 0px no-repeat;
}
.side-menu li {
	border-top: 1px solid #d5d5d5;
}
.side-menu li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.side-menu li a:hover, .side-menu li.current a {
	color: #fff;
	background: url(../../images/fyw_images/side-menu_on.png) center 0px no-repeat;
}
.side-menu li a:before {
	display: none;
}
.side-link {
	padding: 0px 13px;
}
.side-link li, .side-link li img {
	width: 100%;
	height: 100%;
}
.side-link li+li {
	margin-top: 10px;
}
 @media (max-width: 1024px) {
.side-menu ul {
	margin: 0px -20px;
}
.side-link {
	padding: 0px;
}
}
 @media (max-width: 768px) {
.side-menu {
	padding: 0px;
	box-shadow: none;
	margin-bottom: 20px;
	background: none;
}
.side-menu h2 {
	display: none;
}
.side-menu ul {
	margin: 0 -5px;
}
.side-menu li {
	float: left;
	width: 33.33%;
	border-top: none;
}
.side-menu li a {
	margin: 5px;
	padding: 0 6px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	background-color: #eee;
	border-radius: 3px;
}
.side-menu li.current a {
	background-color: #a92e28;
	color: #fff;
}
.side-menu ul {
	background: none;
	padding-top: 0px;
}
.side-link {
	display: none;
}
.where {
	text-align: left;
}
}
.main .list-b li {
	position: relative;
	line-height: 24px;
	background-color: #fff;
	margin-bottom: 20px;
}
.main .list-b li+li {
	margin-top: 20px;
}
.main .list-b li>a {
	display: block;
}
.main .list-b li>a:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}
.main .list-b li .pic {
	width: 270px;
	height: 180px;
}
.main .list-b li .pic img {
	width: 100%;
	height: 100%;
}
.main .list-b li .date {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #a92e28;
	font-weight: bold;
}
.main .list-b li h4 {
	position: relative;
	overflow: hidden;
	max-height: 60px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.main .list-b li p {
	line-height: 24px;
	color: #797979;
}
.main .list-b li p.date {
	display: block;
	color: #666;
	font-size: 26px;
	margin-right: 30px;
	line-height: 40px;
	z-index: 999;
}
.main .list-b li p {
	position: relative;
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .list-b li .more {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	padding: 0px 10px;
	border: 1px solid #dbdbdb;
	position: repeat;
}
.main .list-b li .more:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: #a92e28;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main .list-b li .more:hover {
	background-color: #a92e28;
	color: #fff;
}
 @media (max-width: 480px) {
.main .list-b li p.date {
	margin-right: 15px;
	line-height: 32px;
	font-size: 18px;
}
.main .list-b li h4, .list-b li p.info {
	margin-left: 0;
}
.main .list-b li p.info {
	font-size: 14px;
}
.main .list-b li {
	margin-bottom: 0px;
}
.main .list-b li .pic {
	width: 140px;
	height: 90px;
}
.main .list-b li p {
	margin-bottom: 0px;
}
.main .list-b li p span {
	display: block;
}
}
/* 列表页 结束 */


/* 分页 开始 */
.pages span {
	background-color: transparent;
}
.pages a {
	border: 1px solid #ccc;
	background-color: transparent;
}
.pages .current {
	border: 1px solid #a92e28;
	background-color: #a92e28;
}
.pages a:hover {
	border: 1px solid #e2a3a3;
	background-color: #e2a3a3;
}
.pages select {
	margin: 0px 10px;
}
/* 分页 结束 */

/* 正文页 开始 */
.article .option {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 14px;
}
.side-con {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
.side-con .list-b li {
	padding: 0px 15px;
}
.article .info>span {
	color: #333;
}
.side-con .list-b li p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/* 正文页 结束 */

/* 征集调查列表页 开始 */

.collect .list-b li {
	border-bottom: 1px dotted #ccc;
}
.collect .list-b li p .collect_result {
	padding-right: 10px;
	float: right;
}
 @media (max-width: 480px) {
.collect .list-b li p .collect_result {
	float: initial;
}
}
/* 征集调查列表页 结束 */

/* 信息列表查询页面 开始 */

.info-query select {
	width: 100%;
	padding: 5px 10px;
	line-height: 30px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.info-query .btn {
	border-radius: 0px;
	line-height: 24px;
}
 @media (max-width: 768px) {
.info-query .btn {
	width: 100%;
}
}
/* 信息列表查询页面 结束 */

/* 网站地图 开始 */
.map {
	display: block;
	margin-top: 30px;
}
.map h2 {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 32px;
}
.map .info {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.map_bt_01 {
	position: absolute;
	top: 60px;
	left: 200px;
}
.map_bt_02 {
	position: absolute;
	top: 180px;
	left: 180px;
}
.map_bt_03 {
	position: absolute;
	top: 370px;
	left: 50px;
}
.map_bt_04 {
	position: absolute;
	top: 140px;
	left: 300px;
}
.map_bt_05 {
	position: absolute;
	top: 290px;
	left: 220px;
}
.map_bt_06 {
	position: absolute;
	top: 150px;
	left: 510px;
}
.map_bt_07 {
	position: absolute;
	top: 230px;
	left: 400px;
}
.map_bt_08 {
	position: absolute;
	top: 370px;
	left: 360px;
}
.map_bt_09 {
	position: absolute;
	top: 240px;
	left: 560px;
}
.map_bt_10 {
	position: absolute;
	top: 300px;
	left: 470px;
}
.map_bt_11 {
	position: absolute;
	top: 350px;
	left: 440px;
}
.map_bt_12 {
	position: absolute;
	top: 310px;
	left: 590px;
}
.map_bt_13 {
	position: absolute;
	top: 340px;
	left: 510px;
}
.map_bt_14 {
	position: absolute;
	top: 300px;
	left: 720px;
}
.map_bt_15 {
	position: absolute;
	top: 330px;
	left: 650px;
}
.map_bt_16 {
	position: absolute;
	top: 430px;
	left: 600px;
}
.map_bt_17 {
	position: absolute;
	top: 390px;
	right: 80px;
}
table.red {
	width: 100%;
	border: 1px solid #fff;
	background-color: #f7f0f0;
}
table.red th, table.red td {
	padding: 5px 10px;
}
table.red thead th {
	background-color: #a92e28;
	color: #fff;
	text-align: center;
	border: none;
}
table.red tbody td {
	text-align: center;
	border: none;
}
table.red tbody tr.current {
	background-color: #fff!important;
}
 @media (max-width: 768px) {
.map .info {
	font-size: 12px;
}
}
/* 网站地图 结束 */


/* 网上展厅 开始 */
.falls {
	position: relative;
}
.panel {
	float: left;
	width: 270px;
	background: white;
	margin-bottom: 30px;
	transition: all .35s;
}
.panel:hover {
	transform: translate(0, -5px);
}
.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 a .text {
	display: none;
}
.panel a:hover .text {
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	color: #fff;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.5);
}
.panel p.address {
	font-size: 12px;
	color: #a92e28;
	line-height: 36px;
	padding: 0px 10px;
	background-color: transparent;
}
.panel h4 {
	line-height: 30px;
	font-size: 16px;
	color: #1a1a1a;
	padding: 0px 10px;
	font-weight: normal;
	margin-bottom: 2px;
}
.panel p.info {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.panel p.address {
	font-size: 12px;
	color: #a92e28;
	line-height: 36px;
	padding: 0px 10px;
	background-color: transparent;
}
.panel p.more a {
	font-size: 0px;
	height: 33px;
	display: block;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background: url(../../images/fyw_images/panel_more.png) center top no-repeat;
}
.panel p.more a:hover {
	background: url(../../images/fyw_images/panel_more.png) center bottom no-repeat;
}
.falls_title p {
	line-height: 19px;
	font-weight: normal;
	font-family: "bell", "Arial";
	font-size: 20px;
	color: #1a1a1a;
	font-weight: normal;
}
.falls_title h4 {
	line-height: 32px;
	font-size: 26px;
	color: #a92e28;
	padding-right: 20px;
	display: inline-block;
	font-weight: normal;
	font-family: "SimSun";
	background: url(../../images/fyw_images/circle.png) right 80% no-repeat;
}
.loadMore {
	display: block;
	width: 198px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #4c4c4c;
	margin: 0 auto;
	border: 1px solid #b3b3b3;
	position: relative;
}
.loadMore:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #a92e28;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.loadMore span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.loadMore:hover {
	border-color: #a92e28;
	color: #fff;
}
.loadMore:hover:before {
	width: 100%;
}
 @media (max-width: 1024px) {
.panel {
	width: 31%;
}
}
 @media (max-width: 480px) {
.panel {
	width: 47%;
}
}
 @media (max-width: 320px) {
.panel {
	width: 100%;
}
}
/* 网上展厅 结束 */

/* 大事记 开始 */
.pc-slide {
	margin: 0 auto;
}

.view .swiper-container {
	margin:0px auto;
}

.view .arrow-left {
	background: url(../../images/fyw_images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../../images/fyw_images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin-left: 35px;
	position:relative;
	margin-bottom: 20px;
}

.preview .swiper-container:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 98%;
    height: 1px;
    background-color: #dbdbdb;
}

.preview .swiper-slide {
	display: block;
    cursor: pointer;
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
    border: 1px solid #dddddd;
    border-radius: 100px;
    text-align: center;
    line-height: 66px;
    background: #fff;
    font-size: 20px;
    color: #333333;
    font-family: "Trajan Pro","Arial";
    font-weight: bold;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background:#333 url(../../images/fyw_images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 23px;
	z-index: 10;
}

.preview .arrow-right {
	background:#333 url(../../images/fyw_images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 23px;
	z-index: 10;
}

.preview .arrow-left:hover,.preview .arrow-right{
	background-color: #a92e28;
}

.preview img {
	padding: 1px;
}

.preview .active-nav p {
	background: #a92e28;
    border-color: #a92e28;
    color: #fff;
    border-radius:100%;
}

 @media (max-width: 480px) {
 	.preview .swiper-container{
 		margin-left: 13px;
 	}

	.preview .swiper-slide{
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin:0px 4px 5px 5px;
		font-size:12px;
	}
}

 @media (max-width: 375px) {

	.preview .swiper-slide{
		width: 42px;
		height: 42px;
		line-height: 40px;
		margin:0px 4px 5px 5px;
		font-size:12px;
	}
}

 @media (max-width: 320px) {

	.preview .swiper-slide{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin:0px 2px 5px 1px;
		font-size:12px;
	}
}

.main .b1 {
	margin-left:120px;
}

.main .b1:before {
    content: '';
    width: 1px;
    height: 100%;
	border-left:1px solid #dbdbdb;
    position: absolute;
    left: 110px;
    top: 0px;
}

.main .b1 li{
	position: relative;
	padding: 15px 15px 15px 30px;
}

.main .b1 .date{
	position: absolute;
	top: 0px;
    left: -120px;
}

.main .b1 .date em{
	font-size: 24px;
    color: #333333;
    font-family: "Trajan Pro","Arial";
    margin-right: 5px;
    font-weight: bold;
}

.main .b1 .date span{
	font-size: 14px;
	color: #333;
}

.main .b1 li h5{
	line-height: 36px;
    font-size: 20px;
    color: #a92e28;
    font-weight: bold;
    width: 110px;
    padding-right: 10px;
    position: absolute;
	top: 90px;
    left: -120px;
}

.main .b1 li h5:before{
	content: '';
	width: 10px;
    height: 10px;
    border: 1px solid #b34640;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: 13px;
}

.main .b1 h4{
	font-size: 22px;
    line-height: 36px;
    min-height: 70px;
    color: #1a1a1a;
    font-weight: bold;
}

.main .b1 li .pic {
	width: 100%;
}

.main .b1 li .pic span{
	width: 240px;
    height: 160px;
    float: left;
    position: relative;
    margin-right: 2px;
    overflow:hidden;
    display: inline-block;
}

.main .b1 li .pic span img{
	width: 100%;
	height: 100%;
}

.main .b1 li .pic a{
	display:block;
	width: 215px;
    height: 160px;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
	background-color: #2378e1;
}

.main .b1 li .pic a i{
	display: block;
	width: 48px;
	height: 38px;
	margin:45px auto 0px;
	background-image:url(../../images/fyw_images/pic_icon.png);
	background-repeat: no-repeat;
}

.main .b1 li .pic a:hover{
	background-color: #a92e28;
}


.main .b1 li .pic span p{
	color: #fff;
	position: absolute;
	bottom: 0px;
	left:0px;
	line-height: 30px;
	padding:0px 10px;
	width: 100%;
	background-color: rgb(0,0,0,0.6);
}

.main .b1 li p{
	text-indent: 2em;
	line-height: 26px;
}

 @media (max-width: 480px) {

 	.main .b1{
 		margin-left:0px;
 	}

 	.main .b1:before{
 		display: none;
 	}

 	.main .b1 li{
 		padding:0px;
 	}

 	.main .b1 li h5 {
	    width: 100%;
	    padding-right: 0px;
	    position: relative;
	    top: 0;
	    left: 0;
	}

	.main .b1 .date {
	    position: relative;
	    top: 0px;
	    left: 0px;
	}

 	.main .b1 li .pic {
 		height: auto;
 	}

 	.main .b1 li .pic span{
 		float: none;
 		width: 100%;
 		height: 100%;
 	}

 	.main .b1 li h5:before{
 		display: none;
 	}

 	.main .b1 li .pic a{
 		width: 100%;
 	}
}

.layui-layer{
	transition:normal;
}
.test_con h3 {
	font-size: 34px;
	padding: 30px 0px;
}
.test_con p {
	font-size: 14px;
}
.test_con p span {
	padding: 0px 10px;
}
.picScroll-left {
	width: 630px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 40%;
	overflow: hidden;
	cursor: pointer;
}
.pageState {
	display: none;
}
.picScroll-left .hd .next {
	background: url("../../images/fyw_images/leftArr1.png") no-repeat;
	left: 0px;
}
.picScroll-left .hd .prev {
	background: url("../../images/fyw_images/rightArr1.png") no-repeat;
	right: 0px;
}
.picScroll-left .hd ul {
	display: none;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../../images/fyw_images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 10px 30px;
	width: 630px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 420px;
	display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	line-height: 34px;
}

/*@media (min-width: 768px) {
	.main .b1 .date{
		top:6px;
	}
	.main .b1 h4{
		padding-left: 28px;
	}
}*/

/* 大事记 结束 */
