.am-g-fixed {
	max-width: 1200px;
}

#hdpc {
	background: url(../image/main_01.jpg);
	background-position: top center;
	width: 100%;
	height: 1073px;
}

#hdph {
	background: url(../image/phone-header.png);
	background-position: top center;
	background-size: 100%;
	width: 100%;
	height: 290px;
}

/* 热点新闻区域样式 */
#hot {
	background: url(../image/main_02.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
	position: relative;
}

#hot .box {
	height: 160px;
	padding-left: 200px;
	width: 1081px;
	overflow: hidden;
}

#hot h2 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

#hot h2 a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

#hot h2 a:hover {
	color: #0066cc;
}

#hot p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0px;
	text-align: center;
}

#hot p a {
	color: #666;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 5px;
	transition: all 0.3s ease;
}

#hot p a:hover {
	color: #0066cc;
}

#hot .more {
	display: inline-block;
	text-align: right;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	color: #464646;
	margin-left: -20px;
}

#hot .more:hover {
	color: #004c99;
	text-decoration: underline;
}

/* 热点新闻区域样式 */
#hot {
	background: url(../image/main_02.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 40px 0;
}

/* 参考大众网专题页面实现的浮动元素 */
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 背景滚动和背景切换效果 */
.parallax-section {
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	transition: background 1s ease-in-out;
}

#wrapper1 {
	position: relative;
	width: 100%;
	min-height: 600px;
	background: url(../image/bg2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#wrapper1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	transition: opacity 0.8s ease;
}

#wrapper1 .section-title {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto 30px;
	text-align: center;
}

#wrapper1 .title-bg {
	display: inline-block;
	width: 1013px;
	height: 229px;
	background: url('../image/xcfm-1.png') no-repeat center center;
	background-size: contain;
}

#wrapper1 .box {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	align-items: stretch;
	flex-wrap: wrap;
}

.content-left {
	flex: 1;
	min-width: 300px;
	padding-right: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	height: 355px;
}

.content-right {
	flex: 1;
	min-width: 300px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 355px;
	overflow: hidden;
}

.slider-container {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	flex-grow: 1;
	height: 100%;
}

/* 确保新闻列表填充整个右侧区域 */
.news-list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.slider-container .am-slider,
.slider-container .am-slider .am-viewport,
.slider-container .am-slides {
	height: 100%;
}

.slider-container .am-slides>li {
	position: relative;
	height: 100%;
}

.slider-container .am-slides>li>a {
	display: block;
	height: calc(100% - 40px);
	overflow: hidden;
}

.slider-container .am-slides>li>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-container .am-slider-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	box-sizing: border-box;
}

/* 视频区域样式 */
#wrapper2 {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background: url(../image/bg3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#wrapper2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#wrapper2 .section-title {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto 30px;
	text-align: center;
}

#wrapper2 .title-bg2 {
	display: inline-block;
	width: 1013px;
	height: 229px;
	background: url('../image/xcfm-2.png') no-repeat center center;
	background-size: contain;
}

/* 新增wrapper3样式 */
#wrapper3 {
	position: relative;
	width: 100%;
	padding: 60px 0 200px 0;
	background: url(http://statics.lznews.cn/lznews/2018/taobohui/images/ly7-3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

/* #wrapper3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none; /* 允许点击事件穿透到下层元素 */
}

*/ #wrapper3 .section-title {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto 30px;
	text-align: center;
}

#wrapper3 .title-bg3 {
	display: inline-block;
	width: 1013px;
	height: 229px;
	background: url('../image/xcfm-3.png') no-repeat center center;
	background-size: contain;
}

.video-grid {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.video-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.video-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* 16:9 比例 */
	overflow: hidden;
}

.video-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-icon:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
	margin-left: 4px;
}

.video-title {
	padding: 15px;
}

.video-title a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-title a:hover {
	color: #0066cc;
}

/* 响应式布局 */
@media screen and (max-width: 992px) {
	.video-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.video-grid {
		grid-template-columns: 1fr;
	}
}

.news-list {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-item {}

.news-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-item h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

.news-item h2 a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.news-item h2 a:hover {
	color: #0066cc;
}

.news-item p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.box {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.abs {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
	pointer-events: none;
	/* 防止元素阻挡下方内容的点击 */
}

/* 主题1图片 */
.topic1 {
	width: 1142px;
	height: 435px;
	top: 200px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/topic1.png);
	animation: float 4s ease-in-out infinite;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* 火车图片 */
.train {
	width: 600px;
	height: 315px;
	top: 425px;
	right: 0;
	background-image: url(../image/train.png);
}

/* 船图片 */
.boat {
	width: 455px;
	height: 344px;
	bottom: 0px;
	background-image: url(../image/boat.png);
}

@keyframes float {
	0% {
		transform: translateY(0px) scale(1);
	}

	50% {
		transform: translateY(-15px) scale(1.01);
	}

	100% {
		transform: translateY(0px) scale(1);
	}
}

@keyframes float-rotate {
	0% {
		transform: translateY(0px) rotate(0deg);
	}

	25% {
		transform: translateY(-10px) rotate(0.5deg);
	}

	50% {
		transform: translateY(-15px) rotate(0deg);
	}

	75% {
		transform: translateY(-10px) rotate(-0.5deg);
	}

	100% {
		transform: translateY(0px) rotate(0deg);
	}
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
	.topic1 {
		right: 5%;
	}

	.train {
		width: 250px;
		height: 250px;
		left: 5%;
	}

	.boat {
		width: 180px;
		height: 180px;
		left: 20%;
	}
}

/*红色导航*/
#nav {
	height: 53px;
	background-color: #d92b34;
	clear: both;
}

#nav .am-topbar {
	position: relative;
	min-height: 53px;
	margin-bottom: 1.6rem;
	background: #c8141e;
	border-width: 0 0 0px;
	border-style: solid;
	border-color: #c8141e;
	color: #666;
}

#nav .am-topbar a {
	color: #fff;
}

#nav .am-nav>li>a:focus,
#nav .am-nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #1b1b1b;
}

#nav .am-topbar-nav>li>a {
	position: relative;
	line-height: 53px;
	padding: 0 15px;
}

.am-nav-pills>li+li {
	margin-left: 0px;
	margin-top: 0;
}

#nav .line {
	margin-top: 18px;
	height: 20px;
	border-right: 1px #a90b0b solid;
}

#nav .am-nav li:hover .sub-menu {
	display: block;
}

#nav .am-nav li .sub-menu {
	display: none;
	padding-left: 0;
	position: absolute;
	box-shadow: 0 0 7px rgba(0, 0, 0, .15);
	top: 100%;
	left: -66px;
	z-index: 1000 !important;
	background: #fff;
	border-radius: 0 0 3px 3px;
	margin: 0;
	min-width: 200px;
	text-align: center;
	width: 200px;
}

#nav .am-nav li .sub-menu .menu-item {
	border-top: 1px solid #eaeaea;
	padding: 5px 10px;
}

#nav .am-nav li .sub-menu .menu-item a {
	display: block;
	padding: 6px 20px;
	font-size: 16px;
	color: #000;
}

/*红色导航e*/

/*导航吸顶样式*/
.navFix {
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	width: 100%;
}

/*导航吸顶样式e*/

/*导航3*/
#nav3 .hl_nav {
	z-index: 9999;
	background-color: #c8141e;
	position: relative;
	color: #ffffff;
	min-width: 1200px;
	height: 50px;
}

#nav3 .hl_nav a {
	display: block;
	text-decoration: none;
}

#nav3 .hl_nav .shade {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50px;
	left: 0;
	z-index: 1;
	background-color: #EEEEEE;
	opacity: 0.9;
	filter: alpha(opacity=90);
	box-shadow: 0 5px 15px #CCCCCC;
	display: none;
	border-bottom: #ffffff solid 1px;
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

#nav3 .hl_nav .nav_list {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 2;
	padding: 0;
	list-style: none;
	width: 1200px;
	height: 50px;
}

#nav3 .hl_nav .nav_list>li {
	padding: 0;
	float: left;
	margin: 0;
	width: 10%;
	text-align: center;
	height: 50px;
	overflow: hidden;
	transition: height 0.3s;
}

#nav3 .hl_nav .nav_head {
	border-bottom: #c63030 solid 1px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

#nav3 .hl_nav .nav_body {
	display: table-cell;
	vertical-align: middle;
	line-height: 15px;
	font-size: 15px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	border-left: #b92121 solid 2px;
	border-right: #b92121 solid 2px;
	font-size: 15px;
}

#nav3 .hl_nav .nav_body:last-child {
	border-bottom: #ea0d04 solid 0px;
}

#nav3 .hl_nav .nav_list>li.active .nav_head,
.hl_nav .nav_list>li:hover .nav_head {
	background-color: #b92121;
}

#nav3 .hl_nav .nav_list>li:hover {
	background-color: #b92121;
	height: auto;
}

#nav3 .hl_nav .nav_body:hover {
	color: ##b92121;
}

#nav3 .hl_nav .nav_list .nav_body:hover {
	background: #9d1515;
	color: #fff;
}

#nav3 .hl_nav .nav_body:after {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-bottom: #c63030 solid 1px;
}

/*导航3e*/

/*导航4*/
#nav4 .hl_nav {
	background-color: #c8141e;
	position: relative;
	color: #ffffff;
	min-width: 1200px;
	height: 50px;
}

#nav4 .hl_nav a {
	display: block;
	text-decoration: none;
}

#nav4 .hl_nav .shade {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50px;
	left: 0;
	z-index: 1;
	background-color: #EEEEEE;
	opacity: 0.9;
	filter: alpha(opacity=90);
	box-shadow: 0 5px 15px #CCCCCC;
	display: none;
	border-bottom: #ffffff solid 1px;
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

#nav4 .hl_nav .nav_list {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 2;
	padding: 0;
	list-style: none;
	width: 1200px;
	overflow: hidden;
	height: 50px;
}

#nav4 .hl_nav .nav_list>li {
	padding: 0;
	float: left;
	margin: 0;
	width: 10%;
	text-align: center;
	height: 50px;
}

#nav4 .hl_nav .nav_head {
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

#nav4 .hl_nav .nav_list>li>ul {
	position: absolute;
	width: auto;
	height: 40px;
	top: 50px;
	z-index: 2;
	padding: 0;
	margin: 0;
	line-height: 40px;
	list-style: none;
	overflow: hidden;
	display: none;
}

#nav4 .hl_nav .nav_list>li.active {
	background-color: #ea0d04;
}

#nav4 .hl_nav .nav_list>li:hover {
	background-color: #ea0d04;
}

#nav4 .hl_nav .nav_list>li:hover>ul {
	display: block;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left {
	left: 0;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_1 {
	left: 10%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_2 {
	left: 20%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_3 {
	left: 30%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_4 {
	left: 40%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_5 {
	left: 50%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_6 {
	left: 60%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_7 {
	left: 70%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_left.offset_8 {
	left: 80%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right {
	right: 0;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_1 {
	right: 10%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_2 {
	right: 20%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_3 {
	right: 30%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_4 {
	right: 40%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_5 {
	right: 50%;
}

#nav4 .hl_nav .nav_list>li>ul.offset_right.offset_6 {
	right: 60%;
}

#nav4 .hl_nav .nav_list>li>ul>li {
	float: left;
}

#nav4 .hl_nav .nav_list>li>ul>li>a {
	text-decoration: none;
	display: block;
	color: #666666;
	padding: 0 20px;
	height: 40px;
}

#nav4 .hl_nav .nav_list>li>ul>li>a:hover {
	background-color: #ffffff;
	color: #999999;
}

#nav4 .hl_nav .nav_list:hover {
	height: 90px;
}

#nav4 .hl_nav .nav_list:hover+.shade {
	display: block;
}

/*导航4e*/
/*导航5*/
#nav5 .hl_nav {
	background-color: #d92b34;
	position: relative;
	color: #fff;
	min-width: 1200px;
	height: 64px
}

#nav5 .hl_nav a {
	display: block;
	text-decoration: none
}

#nav5 .hl_nav .shade {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 64px;
	left: 0;
	z-index: 1;
	background-color: #eee;
	opacity: .9;
	filter: alpha(opacity=90);
	box-shadow: 0 5px 15px #ccc;
	display: none;
	border-bottom: #fff solid 1px;
	border-bottom: rgba(255, 255, 255, .3) solid 1px
}

#nav5 .hl_nav .nav_list {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 2;
	padding: 0;
	list-style: none;
	width: 1200px;
	overflow: hidden;
	height: 64px
}

#nav5 .hl_nav .nav_list>li {
	padding: 0;
	float: left;
	margin: 0;
	width: 120px;
	text-align: center;
	height: 264px
}

#nav5 .hl_nav .nav_head {
	height: 64px;
	line-height: 64px;
	color: #fff;
	font-size: 16px;
	background-color: #c8141e
}

#nav5 .hl_nav .nav_head .icon {
	font-size: 18px
}

#nav5 .hl_nav .item {
	height: 40px;
	line-height: 40px;
	color: #333;
	position: relative
}

#nav5 .hl_nav .item:hover:after {
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	bottom: 5px;
	left: 30px;
	background-color: #fd463e
}

#nav5 .hl_nav .nav_list:hover {
	height: 264px;
	transition: height .3s
}

#nav5 .hl_nav .nav_list:hover+.shade {
	display: block
}

#nav5 .hl_nav .nav_list>li.highlight:hover {
	background-color: #fff
}

#nav5 .hl_nav .nav_list>li:hover .nav_head,
.hl_nav .nav_list>li.active .nav_head {
	background-color: #ea0d04
}

#nav5 .hl_nav .nav_list>li.right {
	float: right
}

#nav5 .hl_nav .nav_list>li:hover .item {}

/*导航5e*/

/*导航6*/
#nav6 .menu {
	display: block;
	position: relative;
	cursor: pointer
}

#nav6 .menu-title {
	display: block;
	width: 150px;
	height: 50px;
	padding: 12px 0 0;
	background: #9dc852;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	transition: .3s background-color
}

#nav6 .menu-title:before {
	content: "";
	display: block;
	height: 0;
	border-top: 5px solid #9dc852;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid #ddd;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	transition: .2s .2s border-top ease-out, .3s border-top-color
}

#nav6 .menu-title:hover {
	background: #8db842
}

#nav6 .menu-title:hover:before {
	border-top-color: #8db842
}

#nav6 .menu:hover>.menu-title:before {
	border-top-width: 0;
	transition: .2s border-top-width ease-in, .3s border-top-color
}

#nav6 .menu-title:after {
	content: "";
	display: block;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 101;
	transition: .2s border-bottom ease-in
}

#nav6 .menu:hover>.menu-title:after {
	border-bottom-width: 5px;
	transition: .2s .2s border-bottom-width ease-out
}

#nav6 .menu-title_2nd {
	background: #4e96b3
}

#nav6 .menu-title_2nd:hover {
	background: #3e86a3
}

#nav6 .menu-title_2nd:before {
	border-top-color: #4e96b3
}

#nav6 .menu-title_2nd:hover:before {
	border-top-color: #3e86a3
}

#nav6 .menu-title_3rd {
	background: #c97676
}

#nav6 .menu-title_3rd:hover {
	background: #b96666
}

#nav6 .menu-title_3rd:before {
	border-top-color: #c97676
}

#nav6 .menu-title_3rd:hover:before {
	border-top-color: #b96666
}

#nav6 .menu-title_4th {
	background: #dbab58
}

#nav6 .menu-title_4th:hover {
	background: #cb9b48
}

#nav6 .menu-title_4th:before {
	border-top-color: #dbab58
}

#nav6 .menu-title_4th:hover:before {
	border-top-color: #cb9b48
}

#nav6 .menu-dropdown {
	min-width: 100%;
	padding: 15px 0;
	position: absolute;
	background: #ebebeb;
	z-index: 100;
	transition: .5s padding, .5s background
}

#nav6 .menu-dropdown:after {
	content: "";
	display: block;
	height: 0;
	border-top: 5px solid #ebebeb;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	transition: .5s border-top
}

#nav6 .menu:not(:hover)>.menu-dropdown {
	padding: 4px 0;
	background: #ddd;
	z-index: 99
}

#nav6 .menu:not(:hover)>.menu-dropdown:after {
	border-top-color: #ddd
}

#nav6 .menu:not(:hover)>.menu-title:after {
	border-bottom-color: #ddd
}

#nav6 .menu-dropdown>* {
	overflow: hidden;
	height: 30px;
	padding: 5px 10px;
	background: 0 0;
	white-space: nowrap;
	transition: .5s height cubic-bezier(.73, .32, .34, 1.5), .5s padding cubic-bezier(.73, .32, .34, 1.5), .5s margin cubic-bezier(.73, .32, .34, 1.5), .5s .2s color, .2s background-color
}

#nav6 .menu-dropdown>*:hover {
	background: rgba(0, 0, 0, .1)
}

#nav6 .menu:not(:hover)>.menu-dropdown>* {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: transparent;
	transition: .5s .1s height, .5s .1s padding, .5s .1s margin, .3s color, .6s visibility;
	z-index: 99
}

#nav6 .hList>* {
	float: left
}

#nav6 .hList>*+* {
	margin-left: 0
}

#nav6 .hList li {
	height: 40px
}

#nav6 .hList li h2 {
	font-size: 1.25em;
	margin: 0;
}

/*导航6e*/
/*导航7*/
#nav7 ul {
	z-index: 999999;
	list-style: none;
	position: fixed;
	width: 54px;
	left: 50%;
	margin-left: 620px;
	bottom: 20px;
	overflow: hidden;
}

#nav7 ul li {
	position: relative;
	width: 48px;
	height: 48px;
	background: red;
	margin-top: 3px;
	cursor: pointer;
	overflow: hidden;
}

#nav7 .li1 {
	background: #ce140f
}

#nav7 .li2 {
	background: #ce140f
}

#nav7 .li3 {
	background: #ce140f
}

#nav7 .li4 {
	background: #ce140f
}

#nav7 .li5 {
	background: #ce140f
}

#nav7 .li6 {
	background: #ce140f
}

#nav7 .li7 {
	background: #ce140f
}

#nav7 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 48px;
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
	border-radius: 3px;
	background-color: #18448e;
	text-decoration: none !important;
	text-align: center;
}

/*导航7e*/

/*导航8*/
#nav8 {
	background: #d92b34;
}

#nav8 .line {
	height: 15px;
	border-right: 1px #a90b0b solid;
}

.bottom {
	height: 3px;
	background: url(../image/ico/navbar.png);
	background-repeat: no-repeat;
}

#nav8 .nav-bar {
	height: 50px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

#nav8 .nav-bar>li {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 50px;
	z-index: 999;
}

#nav8 .nav-bar li:hover .flyout {
	display: block;
}

.nav-bar>li>a {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}

#nav8 .nav-bar>li>a:hover {
	color: #faca52;
}

#nav8 .nav-bar>li ul {
	margin-bottom: 0;
}

#nav8 .nav-bar>li .flyout {
	display: none;
}

#nav8 .nav-bar>li.has-flyout.has-caret>a:first-child {
	padding-right: 40px;
	position: relative;
}

#nav8 .nav-bar>li.has-flyout.has-caret>a:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 4px;
	border-color: #e6e6e6 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 17px;
}

#nav8 .nav-bar>li.has-flyout>a.flyout-toggle {
	border-left: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	z-index: 2;
	display: block;
}

#nav8 .nav-bar>li.has-flyout.is-touch>a:first-child {
	padding-right: 55px;
}

#nav8 .nav-bar>li.has-flyout.is-touch>a.flyout-toggle {
	border-left: 1px dashed #666666;
}

#nav8 .nav-bar>li>a:first-child {
	position: relative;
	padding: 0 18px;
	display: block;
	text-decoration: none;
}

#nav8 .nav-bar>li>input {
	margin: 0 10px;
}

#nav8 .nav-bar.vertical {
	height: auto;
	margin-top: 0;
}

#nav8 .nav-bar.vertical>li {
	border-bottom: none;
	border-right: solid 1px #333333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav8 .nav-bar.vertical>li .flyout {
	left: 100%;
	top: -1px;
}

#nav8 .nav-bar.vertical>li .flyout.right {
	left: auto;
	right: 100%;
}

#nav8 .nav-bar.vertical>li.active {
	border-right: solid 1px #2284a1;
}

#nav8 .nav-bar.vertical>li:last-child {
	border-bottom: solid 1px #333333;
}

#nav8 .flyout {
	overflow: hidden;
	background: #f2f2f2;
	padding: 20px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

#nav8 .flyout p {
	line-height: 1.2;
	font-size: 13px;
}

#nav8 .flyout *:first-child {
	margin-top: 0;
}

#nav8 .flyout *:last-child {
	margin-bottom: 0;
}

#nav8 .flyout.small {
	width: 166.66667px;
}

#nav8 .flyout.large {
	width: 437.5px;
}

#nav8 .flyout.right {
	left: auto;
	right: -2px;
}

#nav8 .flyout.left {
	right: auto;
	left: -2px;
}

#nav8 .flyout.up {
	top: auto;
	bottom: 39px;
}

#nav8 ul.flyout,
.nav-bar li ul {
	padding: 0;
	list-style: none;
	height: 50px;
}

#nav8 ul.flyout li,
.nav-bar li ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#nav8 ul.flyout li a,
#nav8 .nav-bar li ul li a {
	color: #555;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	line-height: 1;
	padding: 10px 20px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	text-decoration: none;
}

#nav8 ul.flyout li a:hover,
#nav8 ul.flyout li a:focus,
.nav-bar li ul li a:hover,
.nav-bar li ul li a:focus {
	color: #333;
}

#nav8 ul.flyout li.active,
.nav-bar li ul li.active {
	margin-top: 0;
	border-top: 1px solid #4d4d4d;
	border-left: 4px solid #1a1a1a;
}

#nav8 ul.flyout li.active a,
#nav8 .nav-bar li ul li.active a {
	background: #4d4d4d;
	border: none;
	color: #fff;
	height: auto;
	margin: 0;
	position: static;
	top: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

#nav8 .nav-bottom {
	height: 50px;
	background: #1463b0;
	margin: -170px auto 0 auto;
}

/*导航8e*/
/*头条*/
#title .box {
	padding: 25px 25px 25px 95px;
	text-align: center;
	background: url(../image/ico/ly1-headline.png) no-repeat 20px center;
	min-height: 22px;
	margin-top: 15px;
}

#title h2 {
	font-size: 45px;
	height: 50px;
	line-height: 50px;
}

#title h2 a {
	color: #ce000a;
}

#title p {
	line-height: 20px;
	height: 20px;
	color: #a5a4a4;
	font-size: 16px;
}

/*头条e*/
/*幻灯1*/
.am-slider-t1 {
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	/* Direction Nav */
	/* Pause/Play */
	/* Control Nav */
}

.am-slider-t1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .am-slider-t1 .am-viewport {
	max-height: 300px;
}

.am-slider-t1 .carousel li {
	margin-right: 5px;
}

.am-slider-t1 .am-direction-nav a {
	top: 50%;
	margin: -18px 0 0;
	overflow: hidden;
	opacity: 0.45;
}

.am-slider-t1 .am-direction-nav .am-prev {
	left: 10px;
	background: url(../image/ico/ly30-arrow1.png);
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-next {
	right: 10px;
	text-align: right;
	background: url(../image/ico/ly30-arrow2.png);
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-disabled {
	opacity: 0 !important;
	cursor: default;
}

.am-slider-t1:hover .am-prev {
	opacity: 0.7;
	left: 10px;
}

.am-slider-t1:hover .am-prev:hover {
	opacity: 1;
}

.am-slider-t1:hover .am-next {
	opacity: 0.7;
	right: 10px;
}

.am-slider-t1:hover .am-next:hover {
	opacity: 1;
}

.am-slider-t1 .am-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.am-slider-t1 .am-pauseplay a::before {
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	/*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 20px;
	display: inline-block;
	content: "\f04c";
}

.am-slider-t1 .am-pauseplay a:hover {
	opacity: 1;
}

.am-slider-t1 .am-pauseplay a.am-play::before {
	content: "\f04b";
}

.am-slider-t1 .am-slider-desc {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
}

.am-slider-t1 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	text-align: right;
	right: 15px;
}

.am-slider-t1 .am-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.am-slider-t1 .am-slides a {
	color: #fff;
}

.am-slider-t1 .am-control-nav li a {
	width: 10px;
	height: 10px;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	/*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
	border: 1px solid #fff;
	border-radius: 50%;
}

.am-slider-t1 .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.7);
}

.am-slider-t1 .am-control-nav li a.am-active {
	background-color: #fff;
	cursor: default;
	border: 1px solid #fff;
}

.am-slider-t1 .am-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.am-slider-t1 .am-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.am-slider-t1 .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.am-slider-t1 .am-control-thumbs img:hover {
	opacity: 1;
}

.am-slider-t1 .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default;
}

.am-slider-t1 .am-control-thumbs i {
	position: absolute;
}

/*幻灯1e*/
/*幻灯2*/
.am-slider-t2 {
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	/* Direction Nav */
	/* Pause/Play */
	/* Control Nav */
}

.am-slider-t2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading ..am-slider-t2 .am-viewport {
	max-height: 300px;
}

.am-slider-t2 .carousel li {
	margin-right: 5px;
}

.am-slider-t2 .am-direction-nav a {
	margin: -18px 0 0;
	overflow: hidden;
	opacity: 0.45;
}

.am-slider-t2 .am-direction-nav .am-prev {
	left: 10px;
	background: url(../image/ico/ly30-arrow1.png);
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t2 .am-direction-nav .am-next {
	right: 10px;
	text-align: right;
	background: url(../image/ico/ly30-arrow2.png);
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t2 .am-direction-nav .am-disabled {
	opacity: 0 !important;
	cursor: default;
}

.am-slider-t2:hover .am-prev {
	opacity: 0.7;
	left: 10px;
}

.am-slider-t2:hover .am-prev:hover {
	opacity: 1;
}

.am-slider-t2:hover .am-next {
	opacity: 0.7;
	right: 10px;
}

.am-slider-t2:hover .am-next:hover {
	opacity: 1;
}

.am-slider-t2 .am-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.am-slider-t2 .am-pauseplay a::before {
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	/*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 20px;
	display: inline-block;
	content: "\f04c";
}

.am-slider-t2 .am-pauseplay a:hover {
	opacity: 1;
}

.am-slider-t2 .am-pauseplay a.am-play::before {
	content: "\f04b";
}

.am-slider-t2 .am-slider-desc {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.am-slider-t2 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	text-align: right;
	right: 15px;
}

.am-slider-t2 .am-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.am-slider-t2 .am-slides a {
	color: #fff;
}

.am-slider-t2 .am-control-nav li a {
	width: 10px;
	height: 10px;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	/*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
	border: 1px solid #fff;
	border-radius: 50%;
}

.am-slider-t2 .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.7);
}

.am-slider-t2 .am-control-nav li a.am-active {
	background-color: #fff;
	cursor: default;
	border: 1px solid #fff;
}

.am-slider-t2 .am-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.am-slider-t2 .am-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.am-slider-t2 .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.am-slider-t2 .am-control-thumbs img:hover {
	opacity: 1;
}

.am-slider-t2 .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default;
}

.am-slider-t2 .am-control-thumbs i {
	position: absolute;
}

/*幻灯2e*/
/*幻灯3*/
.am-slider-t3 {
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	/* Direction Nav */
	/* Pause/Play */
	/* Control Nav */
}

.am-slider-t3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading ..am-slider-t3 .am-viewport {
	max-height: 300px;
}

.am-slider-t3 .carousel li {
	margin-right: 5px;
}

.am-slider-t3 .am-direction-nav a {
	margin: -18px 0 0;
	overflow: hidden;
	opacity: 0.45;
}

.am-slider-t3 .am-direction-nav .am-prev {
	left: 10px;
	background: url(../image/ico/ly2-arrow1.png);
	position: absolute;
	width: 10px;
	height: 21px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t3 .am-direction-nav .am-next {
	right: 10px;
	text-align: right;
	background: url(../image/ico/ly2-arrow2.png);
	position: absolute;
	width: 10px;
	height: 21px;
	bottom: 9px;
	cursor: pointer;
	z-index: 100;
}

.am-slider-t3 .am-direction-nav .am-disabled {
	opacity: 0 !important;
	cursor: default;
}

.am-slider-t3:hover .am-prev {
	opacity: 0.7;
	left: 10px;
}

.am-slider-t3:hover .am-prev:hover {
	opacity: 1;
}

.am-slider-t3:hover .am-next {
	opacity: 0.7;
	right: 10px;
}

.am-slider-t3:hover .am-next:hover {
	opacity: 1;
}

.am-slider-t3 .am-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.am-slider-t3 .am-pauseplay a::before {
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	/*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 20px;
	display: inline-block;
	content: "\f04c";
}

.am-slider-t3 .am-pauseplay a:hover {
	opacity: 1;
}

.am-slider-t3 .am-pauseplay a.am-play::before {
	content: "\f04b";
}

.am-slider-t3 .am-slider-desc {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.am-slider-t3 .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 18px;
	text-align: right;
	right: 15px;
}

.am-slider-t3 .am-control-nav li {
	margin: 0 6px;
	display: inline-block;
}

.am-slider-t3 .am-slides a {
	color: #fff;
}

.am-slider-t3 .am-control-nav li a {
	width: 10px;
	height: 10px;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	/*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
	border: 1px solid #fff;
	border-radius: 50%;
}

.am-slider-t3 .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.7);
}

.am-slider-t3 .am-control-nav li a.am-active {
	background-color: #fff;
	cursor: default;
	border: 1px solid #fff;
}

.am-slider-t3 .am-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.am-slider-t3 .am-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.am-slider-t3 .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.am-slider-t3 .am-control-thumbs img:hover {
	opacity: 1;
}

.am-slider-t3 .am-control-thumbs .am-active {
	opacity: 1;
	cursor: default;
}

.am-slider-t3 .am-control-thumbs i {
	position: absolute;
}

/*幻灯3e*/

#layout2 .title h2 {
	font-size: 26px;
	margin-top: 0;
}

#layout2 .list li {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	background: url(../image/ico/li1.png) no-repeat left 15px;
	overflow: hidden;
}

#layout2 .more {
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-top: 12px;
	text-align: center;
}

#layout2 .more i {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	background: #e5e0d9;
}

#layout2 .more a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 28px;
	background: #c30013;
	border-radius: 15px;
	z-index: 9;
	color: #fff;
}

#layout3 .list li {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: url(../image/ico/dot1.png) no-repeat left 20px;
	overflow: hidden;
}

#layout3 .list2 li {
	padding: 9px 0 9px 18px;
	height: 55px;
	border-bottom: dotted 1px #ababab;
	background: url(../image/ico/dot1.png) no-repeat left 26px;
}

#layout3 .list2 li span {
	display: table;
	height: 36px;
}

#layout3 .list2 li a {
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	font-size: 16px;
}

#layout3 .title h2 {
	font-size: 26px;
	margin-top: 0;
}

#layout3 .titles {
	background: url(../image/ico/title.gif) no-repeat bottom left;
	overflow: hidden;
	padding: 0px 22px 0px 0px;
	height: 56px;
}

#layout3 .titles p {
	float: left;
	font-size: 26px;
	line-height: 0px;
}

#layout3 .titles a {
	float: right;
	font-family: "SimSun", "å®‹ä½“";
	color: #0c4d84;
	font-size: 18px;
	margin-top: 19px;
	text-decoration: none;
}

#layout3 .title2 {
	border-bottom: 1px solid #f2f2f2;
	height: 42px;
}

#layout3 .title2 h5 {
	font-size: 26px;
	border-bottom: 2px solid #d80018;
	float: left;
	line-height: 30px;
	padding-bottom: 9px;
	font-weight: 100;
}

#layout3 .title2 .more1 {
	margin-top: 8px;
}

#layout3 .title2 .more1 {
	width: 30px;
	height: 7px;
	background: url(../image/ico/more1.gif) no-repeat;
	float: right;
}

#layout3 .title2 .more1:hover {
	background: url(../image/ico/more2.gif) no-repeat;
}

#layout3 .title h2 {
	font-size: 26px;
	margin-top: 0;
	background: url(../image/ico/li1.png) no-repeat left center;
	padding-left: 28px;
}

#layout3 .xs_date_1 {
	width: 55px;
	height: 48px;
	float: left;
}

#layout3 .xs_date_1 a {
	background: #ce151e;
	width: 55px;
	height: 49px;
	display: block;
}

#layout3 .fl {
	float: left;
}

#layout3 .fl p {
	width: 55px;
	height: 48px;
	text-align: center;
	margin-right: 12px;
	display: block;
	margin: 0;
}

#layout3 .xs_date_1 span {
	color: #fff;
	line-height: 19px;
	font-size: 12px;
}

#layout3 .xs_date_1 i {
	line-height: 20px;
	display: inline-block;
	height: 19px;
	width: 53px;
	background: #fff;
	color: #b10037;
	font-style: normal;
	font-size: 12px;
}

#layout3 .xs_date_2 {
	margin-left: 15px;
	height: 50px;
	width: 450px;
	overflow: hidden;
	display: table;
}

#layout3 .xs_date_2 a {
	display: table-cell;
	vertical-align: middle;
	line-height: 17px;
	font-size: 16px;
}





#layout4 .photo {
	position: relative;
	overflow: hidden;
}

#layout4 .photo span {
	background: #0350a6;
}

#layout4 .photo span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 39px;
	line-height: 39px;
	padding: 0px 15px;
	background: #ea272f;
	font-size: 18px;
	color: #fff;
}

#layout4 h3 {
	line-height: 35px;
	height: 70px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 12px;
}

#layout4 p {
	line-height: 32px;
	height: 96px;
	font-size: 16px;
	color: #7e7e7e;
	margin-top: 10px;
}

#layout5 .show17 {
	background: #ce3936;
}

#layout5 .box {
	width: 1200px;
	margin: 0px auto;
}

#layout5 .show17 .box {
	height: 650px;
	position: relative;
}

#layout5 .show17 .bg {
	width: 1120px;
	height: 100%;
}

#layout5 .show17 .cover {
	position: absolute;
	top: 0px;
	left: 420px;
	width: 0px;
	height: 0px;
	border-top: 650px solid #ce3936;
	border-right: 264px solid transparent;
	z-index: 9;
}

#layout5 .show17 .photo {
	position: absolute;
	width: 780px;
	height: 530px;
	top: 50%;
	margin-top: -265px;
	right: 0px;
}

#layout5 .show17 .news {
	position: absolute;
	left: 0px;
	top: 58px;
	width: 565px;
	z-index: 10;
}

#layout5 .show17 .news h3 {
	font-size: 38px;
	font-weight: normal;
	line-height: 50px;
	max-height: 100px;
}

#layout5 .show17 .news h3 a {
	color: #fdf9de;
}

#layout5 ul li a {
	color: #fff;
	font-size: 18px;
}

#layout5 .show17 .news p {
	line-height: 26px;
	max-height: 52px;
	color: #d8d8d8;
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 25px;
}

#layout5 .show17 .news li {
	line-height: 40px;
	height: 46px;
	padding: 8px 0px;
	font-size: 16px;
}

#layout5 .show17 .news li span {
	display: inline-block;
	vertical-align: top;
	background: #d2423f;
	padding: 0px 8px 0px 10px;
	border-radius: 0px 3px 3px 0px;
	margin-right: 20px;
	color: #fff;
}

#layout5 .show17 .news .more {
	width: 530px;
	height: 21px;
	line-height: 21px;
	position: relative;
}

#layout5 .show17 .news .more i {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #b6b6b6;
}

#layout5 .show17 .news .more a {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 12px;
	background: #c2a7a3;
	border-radius: 9px;
	font-size: 12px;
	z-index: 5;
}

#layout6 .photo {
	position: relative;
	overflow: hidden;
}

#layout6 .photo img {
	width: 100%;
	height: 100%;
}

#layout6 .focus .shadow {
	/*   position:absolute;width:100%;height:42px;left:0px;bottom:0px;background-color:rgba(0,0,0,0.6);*/
	position: absolute;
	width: 100%;
	height: 180px;
	background: url(../image/ico/textbg.png);
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

#layout6 .focus p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 85px;
	/*    line-height:42px;*/
	font-size: 20px;
	text-align: center;
	z-index: 9;
}

#layout6 .focus p a {
	color: #fff;
	font-size: 36px;
}

#layout6 .tab {
	margin-top: 20px;
	text-align: center;
	height: 22px;
}

#layout6 .arrow1,
#layout6 .arrow2 {
	position: absolute;
	width: 46px;
	height: 60px;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
}

#layout6 .arrow1 {
	background: url(../image/ico/prev1_1.png);
	left: 0;
}

#layout6 .arrow2 {
	background: url(../image/ico/next1_1.png);
	right: 0px;
}

#layout6 .tab span {
	display: inline-block;
	vertical-align: top;
	height: 8px;
	width: 8px;
	background: #ef5a61;
	border-radius: 4px;
	cursor: pointer;
	margin: 7px 7px 0px 7px;
	transition: all 0.2s;
}

#layout6 .tab .current {
	background: #e7bd81;
	width: 32px;
}

#layout7 .focus .shadow {
	position: absolute;
	width: 100%;
	height: 42px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}

#layout7 .focus p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20px;
	/*    line-height:42px;*/
	font-size: 20px;
	text-align: center;
	z-index: 9;
}

#layout7 .focus p a {
	color: #fff;
}

#layout7 .tab {
	margin-top: 20px;
	text-align: center;
	height: 22px;
}

#layout7 .tab .arrow1,
#layout7 .tab .arrow2 {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 22px;
	cursor: pointer;
	margin: 0px 15px;
	transition: all 0.2s;
}

#layout7 .tab .arrow1 {
	background: url(../image/ico/ly06-arrow1.png);
}

#layout7 .tab .arrow2 {
	background: url(../image/ico/ly06-arrow2.png);
}

#layout7 .tab span {
	display: inline-block;
	vertical-align: top;
	height: 8px;
	width: 8px;
	background: #ef5a61;
	border-radius: 4px;
	cursor: pointer;
	margin: 7px 7px 0px 7px;
	transition: all 0.2s;
}

#layout7 .tab .current {
	background: #e7bd81;
	width: 32px;
}

#layout7 .tab .arrow1:hover,
#layout7 .tab .arrow2:hover,
#layout7 .tab span:hover {
	transform: scale(1.08, 1.08);
}

#layout8 .am-u-md-2 {
	height: 455px;
	overflow: hidden;
}

.layout8-bg-container {
	background: url(../image/ly6-bg.png) repeat;
	padding: 15px;
	border-radius: 10px;
}

/* 为layout8区域内的所有图片添加圆角效果 */
.layout8-bg-container img {
	border-radius: 8px;
	transition: all 0.3s ease;
}

/* 鼠标悬停时的效果 */
.layout8-bg-container img:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#layout8 .am-u-md-2 img {
	width: 195px;
	height: 110px;
	margin-bottom: 5px;
	cursor: pointer;
}

#index-6-1 {
	margin: 0 2rem;
}

#layout8 img {
	width: 100%;
	height: 455px;
}

#layout9 .focus {
	height: 560px;
	width: 1200px;
	position: relative;
	margin-top: 45px;
}

#layout9 .fw {
	color: #fff;
}

#layout9 .fw a {
	color: #fff;
}

#layout9 .focus img {
	width: 1200px;
	height: 560px;
}

#layout9 .focus table {
	position: absolute;
	left: 445px;
	bottom: 12px;
	font-size: 18px;
	width: 240px;
	height: 85px;
	line-height: 22px;
	z-index: 19;
}

#layout9 .focus .bg {
	position: absolute;
	width: 576px;
	height: 85px;
	left: 349px;
	bottom: 12px;
	background: #ce140f;
	z-index: 10;
	border-radius: 36px;
}

#layout9 .focus .arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	cursor: pointer;
	bottom: 36px;
	z-index: 20;
}

#layout9 .focus .arrow1 {
	left: 373px;
	background: url(../image/ico/focus-arrow1.png);
}

#layout9 .focus .arrow2 {
	right: 332px;
	background: url(../image/ico/focus-arrow2.png);
}

#layout9 .focus .num {
	position: absolute;
	height: 40px;
	line-height: 40px;
	bottom: 34px;
	left: 715px;
	font-size: 18px;
	z-index: 21;
}

#layout9 .focus .num span {
	font-size: 35px;
	font-weight: bold;
}

#layout10 .photo {
	position: relative;
	overflow: hidden;
}

#layout10 .photo img {
	width: 100%;
	height: 100%;
}

#layout10 .focus .shadow {
	position: absolute;
	width: 100%;
	height: 180px;
	background: url(../image/ico/textbg.png);
	left: 0px;
	bottom: 0px;
}

#layout10 .focus a,
#layout10 .focus p {
	color: #fff !important;
}

#layout10 .focus h5 {
	font-size: 36px;
	position: absolute;
	left: 30px;
	bottom: 70px;
	line-height: 48px;
	height: 48px;
}

#layout10 .focus p {
	position: absolute;
	left: 30px;
	bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	max-height: 48px;
	width: 858px;
	font-size: 14px;
}

#layout10 .focus .point {
	position: absolute;
	right: 26px;
	bottom: 39px;
}

#layout10 .focus .point span {
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	overflow: hidden;
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	padding: 0px;
	text-indent: -9999px;
	border: 3px solid #fff;
	border-radius: 10px;
}

#layout10 .focus .point span:hover {
	text-decoration: none;
}

#layout10 .focus .point span.current {
	background: #fff;
}

#layout10 .tab {
	margin-top: 20px;
	text-align: center;
	height: 22px;
}

#layout10 .arrow1,
#layout10 .arrow2 {
	position: absolute;
	width: 46px;
	height: 50px;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
}

#layout10 .arrow1 {
	background: url(../image/ico/left.png);
	left: 0;
}

#layout10 .arrow2 {
	background: url(../image/ico/right.png);
	right: 0px;
}

#layout10 .tab span {
	display: inline-block;
	vertical-align: top;
	height: 8px;
	width: 8px;
	background: #ef5a61;
	border-radius: 4px;
	cursor: pointer;
	margin: 7px 7px 0px 7px;
	transition: all 0.2s;
}

#layout10 .tab .current {
	background: #e7bd81;
	width: 32px;
}

#layout11 .show25 .list ul {
	margin: -12px 0px 0px -90px;
}

#layout11 .show25 .list li {
	float: left;
	border: 5px solid #efefef;
	height: 143px;
	width: 555px;
	margin: 12px 0 0 90px;
	padding: 25px 25px 0px 75px;
	position: relative;
	overflow: visible;
}

#layout11 .show25 .list .num {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -32px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #e03637;
	border-radius: 5px;
	font-size: 40px;
	font-family: "Arial";
	color: #fff;
	font-weight: bold;
}

#layout11 .show25 .list h3 {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	margin: 0;
}

#layout11 .show25 .list p {
	line-height: 24px;
	height: 48px;
	color: #737373;
	margin-top: 12px;
}

#layout11 .show25 .tab {
	text-align: center;
	margin-top: 40px;
	height: 7px;
}

#layout11 .show25 .tab span {
	display: inline-block;
	vertical-align: top;
	width: 96px;
	height: 7px;
	cursor: pointer;
	background: #b28c58;
	margin: 0px 8px;
}

#layout11 .show25 .tab .current {
	background: #e03637;
}


#layout11 .show25 .box {
	width: 1240px;
	margin: 0px auto;
}

.wrapper {
	width: 100%;
	min-width: 1240px;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}


/*底部*/
footer {
	text-align: center;
	line-height: 26px;
	padding: 15px 0px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	background: url(../image/footer.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}

footer a {
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*底部e*/



/*手机版样式*/
@media only screen and (max-width: 640px) {
	.am-list>li {
		border-width: 0px 0;
	}

	;

	/*顶部导航*/
	.m-header {
		padding: 0;
		margin: 0;
	}

	.m-header .am-icon-bars {
		font-size: 1.5rem;
		color: #000;
		width: 6rem;
		text-align: center;
		border: 0px solid #CCC;
		border-radius: .5rem;
		padding: 0 .5rem;
		margin-top: 1rem;
	}

	.m-header .m-logo,
	.m-header .m-logo img {
		width: 100%
	}

	#mobile-nav {
		margin: 20px 0;
		color: #a60000
	}

	#mobile-nav a {
		color: #a60000
	}

	#mobile-nav ul li {
		margin-bottom: 20px;
	}

	.scrollspy-nav {
		top: 0;
		z-index: 100;
		background: #0e90d2;
		width: 100%;
		padding: 0;
	}

	.scrollspy-nav ul {
		margin: 0;
		padding: 10px;
	}

	.scrollspy-nav li {
		display: inline-block;
		list-style: none;
	}

	.scrollspy-nav a {
		color: #eee;
		padding: 5px;
		display: inline-block;
	}

	.scrollspy-nav a.am-active {
		color: #fff;
		font-weight: bold;
	}

	/*顶部导航e*/
	.sj_title {
		margin: 25px 0px;
		position: relative;
		z-index: 2;
		text-align: center;
		height: auto;
		padding: 10px;
		border-left: none;
		background: url('../image/bg2.jpg') no-repeat center center;
		background-size: cover;
		/* border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
	}

	.sj_title .mobile-title-bg {
		display: inline-block;
		width: 100%;
		height: 80px;
		background: url('../image/xcfm-1.png') no-repeat center center;
		background-size: contain;
		margin: 0 auto;
	}
	.sj_title .mobile-title-bg2 {
		display: inline-block;
		width: 100%;
		height: 80px;
		background: url('../image/xcfm-2.png') no-repeat center center;
		background-size: contain;
		margin: 0 auto;
	}
	.sj_title .mobile-title-bg3 {
		display: inline-block;
		width: 100%;
		height: 80px;
		background: url('../image/xcfm-3.png') no-repeat center center;
		background-size: contain;
		margin: 0 auto;
		padding: 5px 0;
	}
	#sj_layout1 .show01 {
		height: 70px;
		margin: 20px 0;
	}

	#sj_layout1 .show01 .box {
		border: 0px solid #ececec !important;
		width: 100% !important;
		text-align: left !important;
		background: none !important;
		min-height: 25px !important;
		position: relative !important;
	}

	#sj_layout1 .tt-logo-container {
		display: flex;
		align-items: center;
	}

	#sj_layout1 .tt-logo {
		width: 40px;
		height: auto;
		margin-right: 10px;
		flex-shrink: 0;
		display: inline-block;
		vertical-align: middle;
	}

	#sj_layout1 .show01 h2 {
		font-size: 1.4em;
		line-height: 1.4em;
		max-height: 2.8em;
		margin-bottom: 3%;
		margin-top: 0;
		flex-grow: 1;
		display: inline-block;
		vertical-align: middle;
	}

	.sj_more {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 1.5rem;
	}

	.sj_more a {
		color: #ffffff;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}

	#sj_layout2 {
		margin: 25px 5px 0px 5px;
	}

	#sj_layout2 li {
		padding: 1%;
	}

	#sj_layout2 p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#sj_layout3 li {
		padding-left: 20px;
		background: url(../image/ico/ly5-list.png) no-repeat left 20px;
	}

	#sj_layout3 h3 a {
		font-size: 1.8rem;
	}
}