html, body {
	height: 100%;
	font-size: 14px;
	word-spacing: normal;
	color: #474747;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

dd, dl, menu, ol, ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

a {
	color: #666;
}

a:focus, a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.position {
	height: 50px;
	line-height: 50px;
}

.position a {
	margin: 0 10px;
	line-height: 50px;
}

.position a:first-child {
	margin-left: 0;
}

.bg-video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	pointer-events: none;
}

.header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #494949;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 100;
}

.header .logo img {
	top: 15px;
	opacity: 0;
	height: 50px;
	position: absolute;
}
.header .header-right{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    opacity: 1;
    width: 436px;
}
.header .header-right-wrap{
    height: 100%;
	display: flex;
    align-items: center;
    justify-content:space-around;
}
.header .header-right-wrap .separate{
	flex: 1;
}
.mainmenu {
	display: inline-block;
}

.mainmenu>li {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}

.mainmenu>li:FIRST-CHILD {
	padding-left: 0;
}

.mainmenu>li:LAST-CHILD {
	padding-right: 0;
}

.mainmenu>li>a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.mainmenu>li>a span {
	position: relative;
	font-size: 15px;
}

.mainmenu>li>a i.underline {
	position: absolute;
	display: block;
	overflow: hidden;
	left: 50%;
	bottom: -11px;
	width: 0;
	height: 1px;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: #e2e2d3;
}

.mainmenu>li>a:hover, .mainmenu>li.act>a, .mainmenu>li:hover>a {
	color: #e2e2d3;
}

.mainmenu>li:hover>a i.underline, .mainmenu>li:hover>a i.underline,
	.mainmenu>li.act>a i.underline, .mainmenu>li.act:hover>a i.underline,
	.mainmenu>li.act>a i.underline, .mainmenu>li.act:hover>a i.underline {
	width: 100%;
	opacity: 1;
	left: 0;
}

.submenu {
	position: absolute;
	left: 0;
	background-color: #494949;
	padding-bottom: 6px;
	width: 100%;
	display: none;
}

.submenu .submenu-item a {
	line-height: 30px;
	padding: 6px;
	color: #fff;
	display: block;
}

.submenu .submenu-item a:hover {
	color: #e2e2d3;
	cursor: pointer;
}

input.search {
	border: 1px solid #bfbfac;
	color: #aaaaaa;
	font-size: 12px;
	line-height: 14px;
	height: 37px;
	padding: 6px 10px 5px;
	background-color: #fff;
	border-radius: 25px;
	width: 100%;
}

.search-wrap {
/* 	position: absolute; */
/* 	top: 21px; */
	display: flex;
	background-color: #fff;
	border-radius: 25px;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.search-wrap input {
	color: #aaaaaa;
	font-size: 13px;
	line-height: 14px;
	height: 40px;
	padding: 6px 10px 5px;
	background-color: #fff;
	border-radius: 25px;
	width: 100%;
	border: none;
}

.search-wrap a {
	width: 26px;
	height: 26px;
	background-image: url("../images/search.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 4px;
}

.search-wrap a:hover {
	background-position: center bottom;
}

.page {
	padding-top: 80px;
}

section {
	width: 100%;
	background-color: #fffffff6;
	padding: 40px 0 60px 0;
	margin-bottom: 120px;
}

section:last-child {
	margin-bottom: 0;
}

section.line {
	margin-bottom: 0;
}

.container {
	position: relative;
}

section.line .container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	background: url(../images/line.png) center center;
	height: 6px;
	width: 100%;
	margin: 50px 0;
}

.thumbnail {
	padding: 0;
	margin-bottom: 0;
	border: none;
}

.grow-slow {
	cursor: pointer;
}

.grow-slow .wrapper{
	position: relative;
	max-width: 100%;
	overflow: hidden;
	/*     display: inline-block; */
	word-wrap: break-word;
	box-shadow: 0px 15px 10px -15px rgba(28, 31, 135, 0.57);
}
.grow-slow .wrapper.no-shadow {
	box-shadow: none;
}

.grow-slow:hover .wrapper {
	border: none;
}

.grow-slow img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

.grow-slow:hover img:not(.image-border-mask){
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1s linear;
}

.grow-slow .cover {
	transition: all 0.8s linear;
	width: 100%;
	padding-bottom: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.grow-slow:hover .cover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 1s linear;
}

.btn-container {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	display: block;
	max-width: 100%;
}

.btn-more {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	color: #000;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: normal;
	padding: 11px 16px;
	font-size: 18px;
	font-family: "times new roman";
}

.title {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.title-inner {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #6d0808;
	position: relative;
}

.title-inner.line:before, .title-inner.line:after {
	content: '';
	border-bottom: 1px solid #6d0808;
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	overflow: hidden;
	width: 100%;
	margin: 0 50px 0 0;
}

.title-inner.line:after {
	content: '';
	border-bottom: 1px solid #6d0808;
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 0 50px;
}

.title-inner.icon {
	color: #474747;
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: 500;
}

.title-inner.icon:before, .title-inner.icon:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 68px;
	height: 30px;
	overflow: hidden;
	margin: -10px 20px 0 0;
	background-image: url("../images/title-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .9;
}

.title-inner.icon:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: scaleX(-1);
	margin: -10px 0 0 20px;
}

.title-sub {
	margin-top: 20px;
}

.title-inner .title-sub {
	font-size: 16px;
	margin-top: 8px;
}

.thumbnail-text-panel-text h2 {
	font-size: 38px;
	color: #a6a695;
	font-family: 宋体;
	font-weight: 600;
}

.thumbnail-text-panel-text h3 {
	font-size: 24px;
	color: #a6a695;
	font-family: 宋体;
	font-weight: 500;
}

.thumbnail-text-panel-text_content {
	line-height: 28px;
	text-align: justify;
	color: #666;
	font-size: 16px;
	margin: 30px 0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.thumbnail-list .caption h3 {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	/*     text-align: center; */
	font-weight: 600;
}

.thumbnail-list .caption .sub {
	color: #888888;
	margin-left: 10px;
	font-weight: 500;
}

.thumbnail-list .caption p {
	color: #979797;
	font-size: 13px;
	line-height: 24px;
	padding-top: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
}

.thumbnail-s .wrapper {
	width: 50%;
	margin: 0 auto;
	display: block;
	padding: 6px;
	border: 1px solid #ccc;
}

.thumbnail-s .caption h3 {
	text-align: center;
}

.swiper-slide .row {
	margin-right: 30px;
	margin-left: 30px;
}

.swiper-slide .caption {
	padding-left: 15px;
	padding-right: 15px;
}

.swiper-button-next, .swiper-button-prev {
	width: 32px;
	height: 32px;
	background-color: #939393;
	border-radius: 2px;
	background-size: contain;
}

.swiper-button-prev {
	background-image: url("../images/btn-left.png");
}

.swiper-button-next {
	background-image: url("../images/btn-right.png");
}

.content {
	line-height: 28px;
	font-size: 14px;
	text-indent: 28px;
	text-align: justify;
}

.footer {
	color: #fff;
	background-color: #444;
	opacity: .96;
	position: relative;
}

.footer .container {
	padding: 50px 0;
}

.copy-right {
	width: 100%;
	text-align: center;
	color: #fff;
	height: 100px;
	line-height: 100px;
	background-color: #a83c30;
}

.footer .title {
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 15px;
}

.footer .sub-title {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}

.footer .info {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}

.footer .logo-container {
	margin-bottom: 30px;
}

.footer .logo {
	width: 130px;
}

.footer .qrcode-btn {
	display: block;
	background: url(../images/ico_qrcode.png) center center no-repeat;
	width: 38px;
	height: 52px;
	cursor: pointer;
	position: relative;
	background-size: contain;
}

.footer .qrcode-btn:after {
	content: "";
	position: absolute;
	left: 55%;
	top: 55%;
	background: url(../images/ico_hand.png) center center no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
	animation: chand 3s linear 0s infinite;
	-webkit-animation: chand 3s linear 0s infinite;
}
.footer .copy-right a.beian p {
    color: #ffffff!important;
}
.footer .copy-right a.icp {
    color: #ffffff!important;
}

@-webkit-keyframes chand { 0%{
	-webkit-transform: translate(0, 0);
}

10%{
-webkit-transform
:translate
(5px
,
5
px
);
}
20%{
-webkit-transform
:translate
(0
,
0);
}
30%{
-webkit-transform
:translate
(5px
,
5
px
);
}
40%{
-webkit-transform
:translate
(0
,
0);
}
100%{
-webkit-transform
:translate
(0
,
0);
}
}
.footer .qrcode {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 100px;
	margin-left: -50px;
	display: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.footer .qrcode-btn:hover img {
	display: block;
}

.n-p-m {
	padding: 0;
	margin: 0;
}

.no-link {
	cursor: default;
}

.template {
	display: none;
}

.list-container {
	position: relative;
}

div.data-loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	filter: Alpha(Opacity = 58);
	opacity: .58;
	background-color: White;
}

div.data-loader span.loader {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	background-image: url(../images/ltWait.gif);
	background-size: contain;
}

.loadmore {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: red;
	position: absolute;
	margin-left: -30px;
	left: 50%;
	top: -30px;
	border-radius: 50%;
	border: 4px solid #fff;
	background-image: url("../images/loading-more.gif");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	cursor: pointer;
	display: flex;
	align-items: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.sidebar {
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 999;
}

.sidebar a {
	min-width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 1px;
	overflow: hidden;
}

.sidebar ul {
	
}

.sidebar li {
	position: relative;
	min-width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.sidebar li a {
	font-family: fzfysjt;
	font-size: 24px;
	color: #fff;
	border-radius: 30px;
	white-space: nowrap;
	background-color: #977343;
	box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.sidebar li:last-child a{
	background-color: #6d0808;
}

.sidebar li a span {
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
	padding: 0 18px;
}

.sidebar li a:hover {
	color:#fff;
	background-color: #6d0808;
}

.sidebar li a:hover span {
	display: block;
	padding: 0 18px;
}

.sidebar li img{
	width: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -14px;
}