@charset "utf-8";

ol>li {
	text-align: right;
	font-size: 18px !important;
	line-height: 32pt !important;
	font-family: '微软雅黑' !important;
	color: #666666;

}

*,
::after,
::before {
	box-sizing: inherit !important;
}

.center1200 {
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
}

.newsConts .center {
	min-height: 340px !important;
}

.fontE7 {
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fontE8 {
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis;
}

.red {
	color: red;
}

.partLists {
	overflow: hidden;
}

.partLists li {
	float: left;
	width: 25%;
	text-align: left;

}

.zwgkUlAm .swiper-button-prev,
.zwgkUlAm .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(u196.png) no-repeat 60px center;
	background-size: 60px;
	/* margin-top: -300px; */
	opacity: 1 !important;
	z-index: 99999999999;
}

.zwgkUlAm .swiper-button-prev {
	left: 0;
	background: url(u70.png) no-repeat center, url(u61.png) no-repeat center;
	background-size: auto;
	/* transform: rotate(180deg); */
}

.zwgkUlAm .swiper-button-next {
	right: 0px;
	background: url(u73.png) no-repeat center, url(u61.png) no-repeat center;
	background-size: auto;
}

.floatBanner {
	position: fixed;
	width: 80px;
	height: 700px;
	left: 60px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 5px;
	overflow: hidden;
	z-index: 999999999999999999999999999;
}

.floatBanner>img {
	display: block;


}

.floatBanner ul li {
	/* border:1px solid #BD1A2D; */
	height: 340px;
	margin-top: 3px;
}

.floatBanner ul li img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

@media (min-width: 1680px) {
	.floatBanner {
		left: 90px;
	}
}

@media (max-width: 1500px) {
	.floatBanner {
		left: 60px;
	}
}

@media (max-width: 1430px) {
	.floatBanner {
		left: 10px;
	}
}

@media (max-width: 1330px) {
	.floatBanner {
		display: none !important;
	}
}

html,
body {
	width: 100%;
	/* overflow-x: hidden; */
}

.dis_b {
	display: block !important;
}

.dis_n {
	display: none !important;
}

.hidden {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.over_h {
	overflow: hidden;
}

.height-40 {
	height: 40px;
}

#wrap {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms;
}

/**nav**/
.nav {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	-webkit-transition: all 300ms;
}

.hover-nav {
	position: relative;
}

.nav-img {
	width: 90px;
	height: 90px;
	border: solid 1px #ededed;
	padding: 10px;
	background: #fff;
	z-index: 999;
	position: absolute;
	left: -26px;
	right: 0;
	top: 27px;
	margin: auto;
	display: none;
}

.nav-img:after {
	content: "";
	width: 11px;
	height: 6px;
	position: absolute;
	left: 5px;
	right: 0;
	top: -6px;
	margin: auto;
	background: url(foot_qr22.png) no-repeat center;
	background-size: cover;
	transform: rotate(180deg);
}

.nav-img img {
	width: 90px;
	height: 90px;
}

.hover-nav:hover .nav-img {
	display: block
}

.center {
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}

.navLink {
	position: absolute;
	left: 0px;
}

.nav .navLink {
	line-height: 60px;
}

.kouan_nav .navLink {
	line-height: 40px;
}

.nav .center a {
	font-size: 14px;
	color: #666;
}

.nav .center a.opacity-5 {
	opacity: .5;
}

.nav .center a:hover {
	opacity: .85;
	color: #666
}

.nav .center>a {
	position: absolute;
	left: 0px;
	line-height: 60px;
}

.nav .center ul {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
}

.nav .center ul li {
	float: left;
	border-right: solid 2px #666;
	padding: 0 20px;
	line-height: 15px;
}

.nav .center ul li:last-child {
	border: none;
	padding: 0 0 0 20px
}

.nav .center ul li a img {
	width: 22px;
	;
}

.vh {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.fade-screen {
	background: rgba(0, 0, 0, 0.2);
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@-webkit-keyframes specialFadeIn {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		opacity: 1;
	}
}

@keyframes specialFadeIn {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		opacity: 1;
	}
}

.specialFadeIn {
	-webkit-animation-name: specialFadeIn;
	animation-name: specialFadeIn;
}

@-webkit-keyframes specialFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes specialFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.specialFadeOut {
	-webkit-animation-name: specialFadeOut;
	animation-name: specialFadeOut;
}

@-webkit-keyframes specialSlideInRight {
	from {
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes specialSlideInRight {
	from {
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.specialSlideInRight {
	-webkit-animation-name: specialSlideInRight;
	animation-name: specialSlideInRight;
}

@-webkit-keyframes specialFadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes specialFadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.spceialFadeInRight {
	-webkit-animation-name: specialFadeInRight;
	animation-name: specialFadeInRight;
}

.visible {
	visibility: visible;
}

.menu ul li {
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-search-input {
	-webkit-animation-name: specialFadeInRight;
	animation-name: specialFadeInRight;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 350ms;
	animation-delay: 350ms;
}


.search-sub-menu ul li {
	-webkit-animation-name: specialFadeInRight;
	animation-name: specialFadeInRight;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.search-sub-menu ul li:nth-child(1) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.search-sub-menu ul li:nth-child(2) {
	-webkit-animation-delay: 30ms;
	animation-delay: 30ms;
}

.search-sub-menu ul li:nth-child(3) {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}

.search-sub-menu ul li:nth-child(4) {
	-webkit-animation-delay: 70ms;
	animation-delay: 70ms;
}

.search-sub-menu ul li:nth-child(5) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.menu-container {
	right: 0;
	top: 0;
	height: 40px;
	bottom: 0;
	margin: auto;
	line-height: 40px;
}

.menu-container.menu-apple {
	background-repeat: no-repeat;
	width: 20px;
}

.apple-icon {
	font-size: 20px;
}

.menu-search-container {
	background-color: rgba(255, 255, 255, .5);
	width: 700px;
	position: absolute;
	right: 0;
	opacity: 0;
	top: 60px;
	height: 60px;
	bottom: 0;
	border-radius: 30px;
	z-index: -99;
	line-height: 60px;
	-webkit-animation-name: specialFadeOut;
	animation-name: specialFadeOut;
	transition: opacity 0.3s;
	overflow: hidden;
}

.disFlex {
	display: flex;
}

.menu-search-container.active {
	opacity: 1;
	z-index: 9999;

}

.menu-search-container input {
	background-color: transparent;
	border: none;
	width: 80%;
	font-size: 16px;
	outline: none;
	color: #333;
	height: 58px;
	line-height: 58px;
	vertical-align: top;
	text-indent: 15px;
}

.topHeader {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #fff;
}

.menu-search-container a {
	opacity: .7;
}

.menu-search-container a:hover {
	opacity: 1;
}

.menu-search-container input::-webkit-input-placeholder {
	color: rgba(51, 51, 51, .5);
	font-size: 16px;
}

.cancel {
	position: absolute;
	right: 10px;
	top: 0;
	background: none;
	width: 40px;
	height: 60px;
}

.menu-search-container a:hover.cancel span {
	background: rgba(0, 0, 0, .55);
}

.cancel span {
	display: block;
	height: 24px;
	width: 2px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	display: block;
	border-radius: 0.5px;
	top: 16px;
	z-index: 1;
	right: 10px;
}

.cancel span.cancel_l {
	right: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.cancel span.cancel_r {
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.searchs {
	display: block;
	width: 40px;
	height: 40px;
}

.searchs i {
	display: block;
	width: 40px;
	height: 60px;
	background: url(u272.png) no-repeat center;
	background-size: 20px auto;
}

.menu-search-container a:first-child {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 60px;

}

.search-sub-menu {
	background: #fff;
	width: 100%;
	margin-top: 14px;
	color: #999;
	font-weight: 100;
	padding: 24px 0 15px;
	z-index: 1;
}

.search-sub-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-sub-menu ul li {
	display: block;
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
	text-indent: 50px;
}

.search-sub-menu ul li a {
	font-size: 14px;
	color: #999;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search-sub-menu ul li a:hover {
	background-color: #f2f2f2;
	color: #3392de;
}

.search-sub-menu ul li a:first-child {
	float: none;
	padding-right: 0;
}

/**头部**/
.header {
	height: 240px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	-webkit-transition: all 300ms;
}

.header .center1 {
	height: 80px;
	margin-top: 30px;
}

.header .center2 {
	height: 100px
}

.logo {
	width: 380px;
	height: 80px;
	display: inline-block;
	position: relative;
	background: url(ulogoAM.png) no-repeat center;
	background-size: auto;
}


.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu {
	position: absolute;
	right: 0;
	top: 60px;
	height: 60px;
	bottom: 0;
	margin: 0;
	/* line-height: 60px; */
}

.menu>li {
	float: left;
	margin-left: 20px;
	text-align: center;
	height: 60px;
}

.menu>li.lis {
	-webkit-animation-name: specialFadeIn;
	animation-name: specialFadeIn;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.menu>li:nth-child(1) {
	-webkit-animation-delay: 30ms;
	animation-delay: 30ms;
}

.menu>li:nth-child(2) {
	-webkit-animation-delay: 70ms;
	animation-delay: 70ms;
}

.menu>li:nth-child(3) {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.menu>li:nth-child(4) {
	-webkit-animation-delay: 130ms;
	animation-delay: 130ms;
}

.menu>li:nth-child(5) {
	-webkit-animation-delay: 170ms;
	animation-delay: 170ms;
}

.menu>li:nth-child(6) {
	-webkit-animation-delay: 210ms;
	animation-delay: 210ms;
}

.menu>li:nth-child(7) {
	-webkit-animation-delay: 245ms;
	animation-delay: 245ms;
}

.menu>li.lis.hidden {
	-webkit-animation-name: specialFadeOut;
	animation-name: specialFadeOut;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.menu>li:nth-child(1).hidden {
	-webkit-animation-delay: 245ms;
	animation-delay: 245ms;
}

.menu>li:nth-child(2).hidden {
	-webkit-animation-delay: 210ms;
	animation-delay: 210ms;
}

.menu>li:nth-child(3).hidden {
	-webkit-animation-delay: 170ms;
	animation-delay: 170ms;
}

.menu>li:nth-child(4).hidden {
	-webkit-animation-delay: 130ms;
	animation-delay: 130ms;
}

.menu>li:nth-child(5).hidden {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.menu>li:nth-child(6).hidden {
	-webkit-animation-delay: 70ms;
	animation-delay: 70ms;
}

.menu>li:nth-child(7).hidden {
	-webkit-animation-delay: 30ms;
	animation-delay: 30ms;
}

.menu>li:first-child {
	margin-left: 0
}

.menu>li>a {
	font-size: 18px;
	color: #333;
	display: block;
	position: relative;
	height: 40px;
	padding: 0 15px;
	text-align: center;
	font-weight: 700;
	border-bottom: solid 4px transparent;
	/* padding-bottom: 10px; */
}

.menu>li.cur>a,
.menu>li:hover>a {
	border-color: rgba(217, 33, 33, 1);
}

.menu>li>a i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(u121.png) no-repeat center;
	background-size: 93%;
	margin-top: 10px
}

.menu>li.menu-search>a,
.menu>li.menu-search:hover>a {
	border-color: transparent;
}

.center2 {
	text-align: center;
	line-height: 100px;
}

.center2 img {
	margin-right: 15px;
	height: 40px;
}

.center2 p,
.center2 p a {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	vertical-align: top;
}



/**页面导航(首页以外)**/
.kouan_nav {
	height: 40px;
	background: rgba(217, 33, 33, 1);
}

.kouan_nav a {
	font-size: 16px;
	color: #fff !important;
	opacity: .95;
	display: inline-block
}

.kouan_nav a:hover {
	opacity: 1;
}

.kouan_nav .center>a {
	position: absolute;
	left: 0px;
	line-height: 40px;
}

.kouan_nav ul {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
}

.kouan_nav ul li {
	float: left;
	border-right: solid 2px rgba(255, 255, 255, .5);
	padding: 0 20px;
	line-height: 15px;
}

.kouan_nav ul li:last-child {
	border: none;
	padding: 0 0 0 20px
}

.kouan_nav ul li a img {
	width: 22px;
}

.kouan_header {
	height: 340px;
	position: relative;
	background: url(other_hd_bg.png) no-repeat center;
	background-size: cover;
}

.kouan_header::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	z-index: 0;
}

.kouan_header .center {
	z-index: 1;
}

.kouan_headerAM {
	height: 340px;
	position: relative;
	background: url(other_hd_bg.png) no-repeat center;
	background-size: cover;
}

.kouan_headerAM::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	z-index: 0;
}

.kouan_headerAM .center {
	z-index: 1;
}

.kouan_headers {
	height: 340px;
	position: relative;
	background: url(other_hd_bg.png) no-repeat center;
	background-size: cover;
}

.kouan_headers::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	z-index: 0;
}

.kouan_headers .center {
	z-index: 1;
}

.othHeadTop {
	height: 90px;
	padding-top: 60px;
	position: relative;
	display: flex;
}

.othHeadTop::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: url(news_line.png) no-repeat center;
	background-size: cover;
	opacity: .2;
}

.kouan_header .logos {
	width: 302px;
	height: 60px;
	display: inline-block;
	position: relative;
	background: url(other_logo.png) no-repeat center;
	background-size: auto 60px;
}

.kouan_header .logos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.kouan_headerAM {
	padding-top: 20px;

}

.kouan_headerAM .logos {
	width: 302px;
	height: 60px;
	display: inline-block;
	position: relative;
	background: url(other_logo.png) no-repeat center;
	background-size: auto 60px;
}

.kouan_headerAM .logos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.kouan_header ul.menu li a {
	color: #fff;
	font-size: 20px;
	height: 78px;
	border-bottom: solid 10px transparent;
}

.kouan_header ul.menu li.cur a,
.kouan_header ul.menu li:hover a {
	border-color: rgba(217, 33, 33, 1);
}

.kouan_header ul.navigation li.cur a,
.kouan_header ul.navigation li:hover a {
	border-color: transparent;
	color: #333
}


.kouan_header .menu li a i {
	background: url(u330.png) no-repeat center;
	background-size: cover
}

.kouan_header .menu-search-container {
	background: rgba(255, 255, 255, .3);
	border-radius: 0;
	border-radius: 100px;
	overflow: hidden;
}

.kouan_header .menu-search-container.active {
	/* border-bottom: solid 1px rgba(255, 255, 255, .5); */
}

.kouan_header .searchs i {
	background: url(u330.png) no-repeat center;
	background-size: 20px auto;
}

.kouan_header .searchs:hover i {
	opacity: 1;
}

.kouan_header .cancel span {
	background: rgba(255, 255, 255, .8)
}

.kouan_header .menu-search-container a:hover.cancel span {
	background: rgba(255, 255, 255, .9)
}

.kouan_header .menu-search-container input {
	color: #fff
}

.kouan_header .menu-search-container input::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
}

.kouan_header .logo {
	width: 300px;
	height: 120px;
	display: inline-block;
	position: relative;
	background: url(../images/logo2.png) no-repeat center;
	background-size: auto;
}

.kouan_header .logo:after {
	display: none
}



.kouan_headers .logos {
	width: 302px;
	height: 60px;
	display: inline-block;
	position: relative;
	background: url(other_logo.png) no-repeat center;
	background-size: auto 60px;
}

.kouan_headers .logos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.kouan_headers ul.menu li a {
	color: #fff;
	font-size: 20px;
	height: 78px;
	border-bottom: solid 10px transparent;
}

.kouan_headers ul.menu li.cur a,
.kouan_headers ul.menu li:hover a {
	border-color: rgba(217, 33, 33, 1);
}

.kouan_headers ul.navigation li.cur a,
.kouan_headers ul.navigation li:hover a {
	border-color: transparent;
	color: #333
}


.kouan_headers .menu li a i {
	background: url(u330.png) no-repeat center;
	background-size: cover
}

.kouan_headers .menu-search-container {
	background: rgba(255, 255, 255, .3);
	border-radius: 0;
	border-radius: 100px;
	overflow: hidden;
}

.kouan_headers .menu-search-container.active {
	background: rgba(255, 255, 255, .3);
	border-radius: 0;
	border-radius: 100px;
	overflow: hidden;
}

.kouan_headers .searchs i {
	background: url(u330.png) no-repeat center;
	background-size: 20px auto;
}

.kouan_headers .searchs:hover i {
	opacity: 1;
}

.kouan_headers .cancel span {
	background: rgba(255, 255, 255, .8)
}

.kouan_headers .menu-search-container a:hover.cancel span {
	background: rgba(255, 255, 255, .9)
}

.kouan_headers .menu-search-container input {
	color: #fff
}

.kouan_headers .menu-search-container input::-webkit-input-placeholder {
	color: #fff;
	opacity: .5;
}

.kouan_headers .logo {
	width: 300px;
	height: 120px;
	display: inline-block;
	position: relative;
	background: url(../images/logo2.png) no-repeat center;
	background-size: auto;
}

.kouan_headers .logo:after {
	display: none
}

.othHeadTit {
	margin: 40px 0;
	height: 40px;
}

.othHeadTit h1 {
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.othHeadTit h3 {
	font-size: 36px;
	color: #fff;
	margin: 0;
}

.othHeadTit h3 i {
	font-style: normal;
	opacity: .2;
	font-family: 'Impact Normal', 'Impact', sans-serif;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.othHeadMenu ul {
	margin: 0;
}

.othHeadMenu ul li {
	float: left;
	margin-right: 20px;
	border-bottom: solid 4px transparent;
	padding: 0 20px;
	transition: all 300ms;
}

.othHeadMenu ul li a {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	padding-bottom: 20px;
}

.othHeadMenu ul li.cur,
.othHeadMenu ul li:hover {
	border-color: #fff;
}

.othHeadMenu ul li.cur a,
.othHeadMenu ul li:hover a {
	color: #fff;
	font-weight: 700;
}



/**底部**/
.footer {
	background-size: cover;
	height: 320px;
	overflow: hidden;
}

.footTop {
	min-height: 80px;
	position: relative;
	background: rgba(255, 250, 242, 1);
}

.footTop::after {
	content: '';
	content: '';
	position: absolute;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 1000%;
	height: 2px;
	background: rgba(189, 26, 45, 1);
	bottom: 0;
}

.footTop .center {
	margin: 0 auto;
	position: relative;
}

.footTopL {
	float: left;
	font-weight: 900;
	color: #BD1A2D;
	font-size: 24px;
	line-height: 80px;
	width: 200px !important;
}

.footTopR {
	float: left;
	/* margin-left: 30px; */
}

.footTopR>ul {
	display: inline-block;
	margin: 0;
}

.footTopR>ul>li {
	float: left;
	width: 333px;
	cursor: pointer;
	text-align: center;
	padding: 0px;
	transition: all 300ms;
}

.footTopR>ul>li.cur,
.footTopR>ul>li:hover {
	background: rgba(143, 19, 34, 1);
}

.footTopR>ul>li>a {
	font-size: 18px;
	color: #333;
	line-height: 80px;
	display: block;
}

.footTopR>ul>li.cur>a,
.footTopR>ul>li:hover>a {
	color: #fff;
	font-weight: 700;
}

.footTopR>ul>li div.fotLis {
	position: absolute;
	top: 79px;
	width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	z-index: 999999999;
	background: rgba(189, 26, 45, 1);
	padding: 20px 0 0 0;
	display: none;
}

.footTopR>ul>li:hover div.fotLis {
	display: block;
}

.footTopR>ul>li div.fotLis::after {
	content: '';
	position: absolute;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 1000%;
	height: 100%;
	background: rgba(189, 26, 45, 1);
	z-index: -1;
	top: 0
}

.footTopR>ul>li div.fotLis ul li {
	float: left;
	margin: 0 0px 20px 0;
}

.footTopR>ul>li div.fotLis ul li a {
	font-size: 16px;
	color: #fff
}

.footBot {
	height: 320px;
	position: relative;
	background: url(footbg.png) no-repeat center;
	background-size: cover;
}

.footBot::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: url(2.png) no-repeat center;
	background-size: 1200px 100%;
	opacity: .3;
	z-index: 0;
}

.footBot .center {
	z-index: 1;
}

.footCenter {
	height: 140px;
	position: relative;
}

.footCenterL {
	float: left;
	width: 50%;
}

.footCenterL a {
	width: 320px;
	height: 100px;
	margin: 20px 0 0 0;
	display: inline-block;
	position: relative;
	background: url(u1999.png) no-repeat center;
	background-size: auto 40px;
}

.footCenterL p {
	color: #333;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding-top: 70px;
}

.footCenterR {
	float: right;
	width: 50%;
	text-align: right;
}

.footCenterR div:nth-child(1) {
	margin-top: 30px;
}

.footCenterR div:nth-child(2) {
	margin-top: 40px;
}

.footCenterR div p {
	color: #333;
	font-size: 16px;
	margin: 15px 0;
}

.footCenterR div:nth-child(2) p a {
	font-size: 14px
}

.footCenterR a img {}

.footLogo {
	display: inline-block;
	margin-bottom: 40px;
}

.footLogo img {
	width: auto;
	height: 40px;
}

.fotBox {
	height: 120px;
	line-height: 120px;
	position: relative;
}

.fotBox:after,
.footUls:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1200px;
	height: 1px;
	opacity: .25;
	background: url(../images/u12.png) no-repeat center;
	background-size: cover;
}

.fotBox:before {
	content: '';
	position: absolute;
	left: 360px;
	bottom: -99px;
	margin: auto;
	width: 200px;
	height: 200px;
	background: url(u221.png) no-repeat center;
	background-size: cover;
}

.fotBox>img {
	float: right;
	margin-top: 45px
}

.footUls {
	width: 1200px;
	padding: 40px 0;
	height: 100px;
	display: inline-block;
	margin: auto;
	position: relative;
}

.footUls::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: url(footline.png) no-repeat center;
	background-size: cover;
	opacity: .2;
}

.footUls::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	display: none;
	background: url(footline.png) no-repeat center;
	background-size: cover;
	opacity: .2;
}

.footUls li {
	float: left;
	height: 100px;
	position: relative;
}

.footUls li:nth-child(1) {
	width: 545px;
}

.footUls li:nth-child(2) {
	width: 545px;
}

.footUls li:nth-child(3) {
	width: 110px;
	float: right;
	line-height: 100px;
}

.footUls li:nth-child(1)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	opacity: 1;
	right: inherit;
	background: url(footewm.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
}

.footUls li div {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 120px;
}

.footUls li div:last-child {
	margin-bottom: 0;
}

.footUls li div img {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 20px;
}

.footUls li div p {
	width: 280px;
	height: 20px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	float: left;
}

.footUls li div a {
	color: #333;
	line-height: 20px;
	float: left;
}

.footUls li>img {}

.footUls li:nth-child(1):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100px;
	opacity: .25;
	background: url(u24.png) no-repeat center;
	background-size: cover;
}

.footUls li:nth-child(2):after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 100px;
	left: 0px;
	background: url(u1022.png) no-repeat center;
	background-size: cover;
	opacity: 1;
}
.footUls .bszs {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 100px;
	left: 0px;
	/* background: url(u1022.png) no-repeat center; */
	background-size: cover;
	opacity: 0;
	z-index: 5;
}

.footPowerby {
	text-align: center;
}

.footPowerby a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 75px;
}

.fotTxt {
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fotTxt p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 0
}

.fotTxt p span {
	margin-right: 40px
}


.footer.resetFooter {}

.footer .footTop,
.footer .footPowerby,
.footer .indexF,
.index .footer .resetF {
	display: none;
}


.index .footBot {
	height: 400px;
}

.index .footer .footTop,
.index .footer .indexF,
.index .footUls::after,
.index .footer .footPowerby {
	display: block;
}

.about .kouan_header::after,
.about .othHeadTop::after {
	display: none;
}

.about .kouan_header ul.menu li a {
	height: 50px;
}

.about .kouan_header ul.menu li.menu-search:hover a {
	border: none
}

.about .kouan_header .logos {
	height: 140px;
	width: 300px;
	background: url(u322.png) no-repeat left center, url(u323.png) no-repeat right center;
	background-size: auto 60px, auto 50px;
}

.about .kouan_header ul li a {
	color: #fff
}

.about .kouan_header .menu li a i {
	background: url(u2384.png) no-repeat center;
	background-size: cover;
}

#scroll_top {
	width: 60px;
	height: 60px;
	right: 40px;
	top: 80%;
	z-index: 99999;
	pointer-events: none;
	position: fixed;
	background: url(u73.png) no-repeat center, url(u61.png) no-repeat center;
	background-size: auto;
	transform: rotate(-90deg);
	cursor: pointer;
	display: none;
}

#scroll_top.scroll {
	opacity: .75;
	pointer-events: auto;
	display: block;
}

#scroll_top:hover {
	z-index: 9999999999999;
	opacity: 1;
}

/**分页**/
.page {
	height: 40px;
	padding: 30px 40px;
	background: #fff;
}

.page-l {
	float: left;
	width: 30%
}

.page-l p {
	display: flex;
	height: 40px;
	font-family: '苹方 中等', '苹方';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
}

.page-c {
	float: left;
	width: 30%;
	text-align: center;
}

.page-c button {
	width: 38px;
	text-align: center;
	margin-right: 15px;
}

.page-r {
	float: right;
	width: 30%;
	text-align: right;
}

.page-r button {
	width: 98px;
	text-align: left;
	margin-left: 15px;
}

.page-r button.next {
	text-align: center;
}

.page-r button.prev i {
	width: 8px;
	height: 38px;
	background: url(u410.png) no-repeat center;
	background-size: 8px auto;
	float: left;
	margin-left: 15px;
	margin-right: 10px;
}

.page-r button.next i {
	width: 8px;
	height: 38px;
	background: url(u406.png) no-repeat center;
	background-size: 8px auto;
	float: right;
	margin-right: 10px;
}

.page button {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 0;
	font-weight: 400;
	cursor: pointer;
	color: #999999;
	-webkit-transition: background 300ms;
	border: solid 1px transparent;
	background-color: rgba(245, 247, 250, 1);
}

.page button:hover {
	background-color: rgba(245, 247, 250, 0);
	border-color: rgba(217, 217, 217, 1);
}

.page-c input {
	width: 50px;
	border-radius: 5px;
	background-color: #f7f7f7;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 0;
	font-weight: 500;
	cursor: pointer;
	color: #000;
	text-align: center;
}

a.link {
	width: 120px;
	height: 40px;
	float: right;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: -webkit-linear-gradient(180deg, rgba(217, 33, 33, 1) 0%, rgba(255, 74, 38, 1) 100%);
	background: -moz-linear-gradient(270deg, rgba(217, 33, 33, 1) 0%, rgba(255, 74, 38, 1) 100%);
	background: linear-gradient(270deg, rgba(217, 33, 33, 1) 0%, rgba(255, 74, 38, 1) 100%);
	border-radius: 20px;
	color: #fff !important;
}

a.link:hover {
	color: #fff;
	opacity: .9;
}

a.moreLink,
a.moreLink:hover {
	color: #BD1A2D !important;
	font-size: 16px;
}


.contNav .center {
	margin-top: -120px;
	color: #fff;
	font-size: 14px;
	z-index: 9;
}

.contNav .center a {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
}

/**新闻详情页**/
.newsConts {
	margin: 30px 0 60px 0;
	position: relative;
}

.newsConts::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -60px;
	margin: auto;
	width: 960px;
	height: 960px;
	background: url(u550.png) no-repeat center;
	background-size: cover;
	transform: rotate(180deg);
}

.newsConts::after {
	content: '';
	position: absolute;
	right: 0;
	top: 120px;
	margin: auto;
	width: 360px;
	height: 360px;
	background: url(u551.png) no-repeat center;
	background-size: cover;
	transform: rotate(270deg);
}

.newsConts .center {
	min-height: 860px;
	width: 1080px;
	border-radius: 10px;
	background: #fff;
	z-index: 9;
	padding: 40px 60px 0 60px;
	box-shadow: 0px 10px 25px rgb(0 0 0 / 5%);
}

/*@font-face {*/
/*	font-family: 'HansHandItalic';*/
/*	src: url('../fonts/hanshand-webfont.eot');*/
/*	src: url('../fonts/hanshand-webfont.eot?#iefix') format('embedded-opentype'),*/
/*		url('../fonts/hanshand-webfont.woff') format('woff'),*/
/*		url('../fonts/hanshand-webfont.ttf') format('truetype'),*/
/*		url('../fonts/hanshand-webfont.png#webfont34M5alKg') format('png');*/
/*}*/

.sjllBtn:hover .sjll {
	display: block;
}

.headlines {
	color: #000 !important;
}

.sjll {
	z-index: 999999999;
	display: none;
	position: absolute;
	top: 30px;
	right: 115px;
	width: 160px;
	height: 160px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.newsContTxtAM p,
.newsContTxt p {
	font-size: 18px !important;
	line-height: 30px !important;
	color: #333;
}

.newsContTxtAM img,
.newsContTxt img {
	/*width: 100% !important;*/
	height: auto !important;
	/* max-height: 3000px !important; */
}

.title {
	font-family: '微软雅黑';
	/* font-family: 'HansHandItalic'; */
	font-weight: bold;
	padding: 0px 0 35px 0;
	/* font-style: normal; */
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 36px;
}

.title2 {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.title2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 841px;
	height: 2px;
	background: url(u4.png) no-repeat center;
	background-size: cover;
}

.title2 div {
	height: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	text-align: center;
}

.title2 div span {
	height: 15px;
	margin: 0 10px;
	font-size: 16px;
	color: #999999;
	line-height: 15px;
	display: inline-block;
	padding-right: 20px;
}

.title2 div span:last-child {
	border-right: none;
	padding-right: 0px;
}

.newsContTxt {
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 35px;
}

.newsContTxt::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: url(u4.png) no-repeat center;
	background-size: cover
}

.newsContTxt img {
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.newsContTxt p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	/* text-indent: 32px; */
}

.newsContTxt table p {
	text-indent: 0 !important;
}

.newsContPages {
	position: relative;
	padding: 40px 0 40px 0;
	height: 110px;
	clear: both;
}

.newsContPagesL {
	float: left;
	height: 110px;
	position: relative;
	width: 50%;
}

.newsContPagesL .contPages p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}

.contShare {
	margin-bottom: 20px;
}

.contShare div {
	display: inline-block;
	vertical-align: top;
}

.contShare div span {
	height: 15px;
	margin: 0 10px;
	font-size: 16px;
	color: #999999;
	line-height: 15px;
	display: inline-block;
	border-right: solid 2px #bfbfbf;
	padding-right: 20px;
}

.contShare div span:last-child {
	padding: 0;
	border: none;
}

.bdsharebuttonbox {}

.bdsharebuttonbox a {
	display: inline-block;
	background-position: 0 0 !important;
	margin: 0 0 0px 20px !important;
	padding: 0 !important;
	width: 22px !important;
	height: 20px !important;
}

.bdsharebuttonbox .bds_tsina {
	background: url(icon_wb.png) no-repeat top center;
	background-size: 22px 18px;
}

.bdsharebuttonbox .bds_weixin {
	background: url(icon_wx.png) no-repeat top center;
	background-size: 22px 18px;
}

.bdsharebuttonbox .bds_sqq {
	background: url(icon_qq.png) no-repeat top center;
	background-size: 22px 20px;
}

.bdsharebuttonbox .bds_qzone {
	background: url(icon_kj.png) no-repeat top center;
	background-size: 22px 20px;
}


.newsContPagesR {
	float: right;
}

.pageRtxt {
	display: inline-block;
	height: 100px;
	position: relative;
	width: 80px;
	margin-right: 20px;
}

.pageRtxt p {
	display: block;
	position: absolute;
	height: 15px;
	text-align: center;
	line-height: 15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #666666;
}

.pageRtxt p:nth-child(1) {
	top: 20px;
}

.kouan_conts_pageR p:nth-child(2) {
	bottom: 25px;
}

#qrcodeTable {
	display: inline-block;
	width: 100px;
	height: 100px;
}

#qrcodeTable canvas {
	width: 100px;
	height: 100px;
}

.sr-bdimgshare {
	display: none !important;
}