﻿.content {
	overflow: hidden;
}

.wrapbanner {}

.Banner {
	position: relative;
	z-index: 5;
	margin: 20px 160px -382px;
}

.Banner .slick-slider a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(660% / 16);
	overflow: hidden;
}

.Banner .slick-img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: calc(660% / 16);
	overflow: hidden;
	position: relative;
}

.Banner .slick-list {}

.Banner .slide_txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	text-align: center;
	line-height: 30px;
	z-index: 6;
}

.Banner .slick-arrow {
	border: 0;
	width: 28px;
	height: 84px;
	font-size: 0;
}

.Banner .slick-arrow:after {
	display: none;
}

.Banner .slick-next {
	right: -36px;
	background: url(../image/banner_next.png) center center no-repeat;
	background-size: cover;
}

.Banner .slick-prev {
	left: -36px;
	background: url(../image/banner_prev.png) center center no-repeat;
	background-size: cover;
}

.Banner .slick_bg {
	width: 100%;
	height: 170px;
	background: url(../image/slide_bg.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.Banner .slick-arrow {
	border: 0;
	width: 66px;
	height: 27px;
	font-size: 0;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.Banner .slick-arrow:after {
	display: none;
}

.Banner .slick-images .slick-active .slick-img {
	animation: scaleBig 7s linear 0s 1 both;
	transform-style: preserve-3d;
}

@-webkit-keyframes scaleBig {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@keyframes scaleBig {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.Banner .slick-dots {
	width: auto;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.Banner .slick-dots li {
	width: 7px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
	margin: 0 5px;
	background: url(../image/banner_slick_dot1.png) center 10px no-repeat;
}

.Banner .slick-dots li button {
	display: none;
}

.Banner .slick-dots li.slick-active,
.Banner .slick-dots li:hover {
	background: url(../image/banner_slick_dot2.png) center 0px no-repeat;
}

.Banner .slick-dots li.slick-active button:before,
.Banner .slick-dots li:hover button:before {
	opacity: 1;
}

.index_title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 82px;
}

.index_title .more {
	position: absolute;
	z-index: 2;
	bottom: 0;
	color: #9a0000;
	width: 20px;
	text-align: center;
	line-height: 18px;
	padding: 0 15px;
}

.index_title .more::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_title .more::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_title .ti {
	color: #333;
	font-weight: lighter;
	padding: 24px 30px 0 2px;
	background: url(../image/index_title_bg1.png) right top no-repeat, url(../image/index_title_bg2.png) left bottom no-repeat;
	width: 50px;
	text-align: center;
	font-size: 48px;
	line-height: 57px;
	display: block;
}



.wrap_mode02 .index_title {
	right: auto;
	left: 0;
}

.wrap_mode02 .index_title .ti {
	color: #fff;
	background: url(../image/index_title_bg3.png) right top no-repeat, url(../image/index_title_bg4.png) left bottom no-repeat;
}

.wrap_mode02 .index_title .more {
	color: #fff;
}

.wrap_mode02 .index_title .more::before,
.wrap_mode02 .index_title .more::after {
	border-color: rgba(255, 255, 255, 0.2);
}

.wrap_mode01 {
	padding: 482px 0 92px;
	position: relative;
}

.wrap_mode01::before {
	content: '';
	display: block;
	width: 875px;
	height: 901px;
	position: absolute;
	left: 15px;
	top: 8px;
	/* background: url(../image/mode01bg1.png) center no-repeat; */
	background-size: 100% auto;
}

.wrap_mode01::after {
	content: '';
	display: block;
	width: 538px;
	height: 636px;
	position: absolute;
	right: 0;
	bottom: 17px;
	background: url(../image/mode01bg2.png) center no-repeat;
	background-size: 100% auto;
}

.mode01 {
	position: relative;
	z-index: 2;
}

.mode01 .lf {
	width: calc(60% - 40px);
	float: left;
}

.mode01 .rt {
	width: calc(40% - 120px);
	float: left;
	margin: 0 0 0 40px;
}

.index_011 .slick-list ul {
	margin: 0 0 0;
	padding: 0 0 0;
}

.index_011 .slick-list a {
	margin: 0 0 0;
	display: block;
}

.index_011 .img {
	padding-bottom: 56.125%;
}

.index_011 .bottom_box {
	padding: 27px 40px 111px 80px;
	background: #fff;
	position: relative;
	text-align: justify;
}

.index_011 .title {
	margin: 0 0 12px;
	height: 48px;
	line-height: 24px;
}

.index_011 .info {
	margin: 0 0 0;
	color: #999;
	height: 48px;
	line-height: 24px;
}

.index_011 .time {
	color: #fff;
	padding: 6px 0;
	position: absolute;
	left: 25px;
	top: -28px;
	text-align: center;
	width: 40px;
	background: #9a0000;
}

.index_011 .day {
	line-height: 20px;
	width: 30px;
	border-bottom: 1px solid rgba(241, 241, 241, 0.3);
	margin: 0 auto 3px;
	padding: 0 0 3px;
}

.index_011 .month {
	margin: 0 0 0 0;
	line-height: 20px;
}

.index_011 .slick-dots {
	width: auto;
	left: 80px;
	bottom: 50px;
}

.index_011 .slick-dots li {
	width: 26px;
	height: 22px;
	margin: 0 15px 0 0;
	background: url(../image/mode01dots1.png) center no-repeat;
	cursor: pointer;
}

.index_011 .slick-dots li button {
	display: none;
}

.index_011 .slick-dots li.slick-active {
	background: url(../image/mode01dots2.png) center no-repeat;
}

.index_012 ul {
	margin: 0 0 0 0;
}

.index_012 li {
	width: 100%;
}

.index_012 a {
	margin: 0 0 41px;
}

.index_012 .img {
	padding-bottom: 56.125%;
}

.index_012 .bottom_box {
	padding: 16px 30px 16px 80px;
	background: #fff;
	position: relative;
	text-align: justify;
}

.index_012 .title {
	height: 48px;
	line-height: 24px;
}

.index_012 .info {
	margin: 0 0 0;
	color: #999;
	height: 48px;
	line-height: 24px;
}

.index_012 .time {
	color: #fff;
	padding: 6px 0;
	position: absolute;
	left: 25px;
	top: -28px;
	text-align: center;
	width: 40px;
	background: #9a0000;
}

.index_012 .day {
	line-height: 20px;
	width: 30px;
	border-bottom: 1px solid rgba(241, 241, 241, 0.3);
	margin: 0 auto 3px;
	padding: 0 0 3px;
}

.index_012 .month {
	margin: 0 0 0 0;
	line-height: 20px;
}

.index_013 {
	padding: 0 0 0 0;
	background: #fff;
	clear: both;
	margin: 0 120px 0 0;
}

.index_013 ul {
	padding: 8px 15px 8px 31px;
}

.index_013 li {
	width: 33.3%;
}

.index_013 a {
	overflow: hidden;
	margin: 0 31px;
}

.index_013 li:last-child a {
	border: none;
}

.index_013 .left {
	width: 60px;
	float: left;
	height: 83px;
	position: relative;
}

.index_013 .time {
	text-align: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.index_013 .day {
	color: #9a0000;
	margin: -7px 0 -3px;
	line-height: 36px;
}

.index_013 .month {
	color: #333;
	line-height: 16px;
}

.index_013 .right {
	margin: 0 0 0 62px;
	height: 84px;
	position: relative;
}

.index_013 .right::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background: #ddd;
}

.index_013 .title {
	max-height: 48px;
	line-height: 24px;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.wrap_mode02 {
	padding: 136px 0 104px;
	background: url(../image/mode02bg.png) center no-repeat;
	background-size: cover;
	position: relative;
}

.wrap_mode02::before {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	background: url(../image/mode02bg1.png) top center no-repeat;
	background-size: 100% auto;
}

.wrap_mode02::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 77px;
	background: url(../image/mode02bg2.png) bottom center no-repeat;
	background-size: 100% auto;
}

.mode02 {
	position: relative;
	z-index: 2;
}

.index_02 {
	padding: 20px 0 0;
	margin: -20px 0 0 140px;
	overflow: hidden;
}

.index_02 ul {
	margin: 80px 0 -36px;
}

.index_02 li {
	width: 27.3%;
}

.index_02 a {
	margin: 0 0 36px 20px;
}

.index_02 .top_box {
	padding: 0 0 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	text-align: center;
}

.index_02 .top_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	right: 9px;
	top: 9px;
	bottom: 9px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.index_02 .tip {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 8px;
	background: rgba(255, 255, 255, 0.15);
	color: #e3c890;
	line-height: 32px;
	margin: 10px 0 15px;
	border-radius: 0 0 10px 10px;
}

.index_02 .title {
	margin: 0 28px 33px;
	height: 48px;
	line-height: 24px;
	color: #fff;
}

.index_02 .time {
	text-align: center;
	position: relative;
	color: #fff;
	line-height: 20px;
}

.index_02 .time::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	margin: -13px auto 6px;
	border: 1px solid #fff;
	background: url(../image/mode02time.png) center no-repeat #96845e;
	border-radius: 50%;
	display: none;
}

.wrap_mode03 {
	padding: 94px 0 60px;
}

.mode03 {
	position: relative;
}

.mode03 .index_title .ti:first-child {
	margin: 0 0 36px;
}

.mode03 .index_title .ti.off {
	color: #757575;
}

.mode03 .tab_list {
	clear: both;
}

.mode03 .tab_list.off {
	display: none;
}

.mode03 .tab_list_box {
	margin: 0 120px 0 0;
	overflow: hidden;
	/* background: #fff; */
}

.mode03 .tab_list1 {
	background: #fff;
	overflow: hidden;
}

.mode03 .lf {
	width: 560px;
	float: left;
	border-top: 4px solid #bda97e;
}

.mode03 .rt {
	margin: 0 0 0 560px;
	padding: 38px 40px 0 40px;
	border-top: 4px solid #bda97e;
}

.index_031 {
	background: url(../image/mode031bg.png) center no-repeat;
	background-size: cover;
	padding: 69px 70px 72px 84px;
}

.index_031 a {
	display: block;
	/* padding: 0 0 0 36px; */
	position: relative;
}

.index_031 .img_box {
	/* padding: 0 50px 0 0; */
}

.index_031 .img {
	padding-bottom: 73.25%;
	box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.1);
}

.index_031 .title {
	margin: 40px 0 0px;
	height: 38px;
	line-height: 24px;
	color: #fff;
}

.index_031 .time {
	color: #fff;
	padding: 0 0 0 27px;
	background: url(../image/mode031time.png) left center no-repeat;
}

.index_031 .info {
	margin: 0 0 24px;
	color: #fff;
	height: 72px;
	line-height: 24px;
}

.index_031 .tip {
	width: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 55px 0 0 0;
	line-height: 17px;
}

.index_031 .tip::before {
	content: '';
	display: block;
	background: #fff;
	width: 2px;
	height: 34px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.index_031 .slick-dots {
	width: 8px;
	right: 10px;
	top: 34%;
	bottom: auto;
}

.index_031 .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.2;
	display: block;
}

.index_031 .slick-dots li button {
	text-indent: 0;
	background: #dedede;
	color: #c30500;
	outline: none;
	display: none;
}

.index_031 .slick-dots li.slick-active {
	opacity: 1;
}

.index_032 ul {
	margin: 0 0 0;
	padding: 0 0 0;
}

.index_032 li {
	width: 100%;
}

.index_032 a {
	margin: 0 0 0;
	line-height: 76px;
	border-bottom: 1px solid #eee;
}

.index_032 .title {
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 21px;
	background: url(../image/mode032bg.png) left center no-repeat;
}

.index_032 .time {
	color: #999;
	margin: 0 0 0 16px;
	float: right;
}

.index_033 {
	display: block;
	border: 20px solid #ecebe7;
	width: calc(33.3% - 60px);
	margin: 0 30px 0 0;
	float: left;
}

.index_033 .img {
	padding-bottom: 137.7%;
}

.index_034 {
	display: block;
	border: 20px solid #ecebe7;
	width: calc(33.3% - 60px);
	float: right;
	background: #fff;
}

.index_034 ul {
	padding: 0px 34px 137.7% 30px;
	height: 0;
	position: relative;
	overflow: hidden;
}

.index_034 ul::after {
	content: '';
	display: block;
	width: 255px;
	height: 257px;
	background: url(../image/mode034bg.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: -129px;
	z-index: 1;
}

.index_034 li {
	width: 100%;
	position: relative;
	z-index: 2;
}

.index_034 a {
	border-top: 1px solid #eee;
	padding: 30px 0 22px;
}

.index_034 li:first-child a {
	border: 0;
}

.index_034 .title {
	margin: 0 0 8px;
	height: 48px;
	line-height: 24px;
	padding: 2px 0 0 43px;
	position: relative;
}

.index_034 .title::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 2px;
	top: 0;
	border: 1px solid #ddd;
	background: url(../image/mode0341.png) center no-repeat;
	border-radius: 50%;
}

.index_034 .info {
	margin: 0 0 8px;
	color: #666;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 41px;
	position: relative;
}

.index_034 .info::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #eee;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.index_034 .info.bg1::before {
	background: url(../image/mode0342.png) center no-repeat;
}

.index_034 .info.bg2::before {
	background: url(../image/mode0343.png) center no-repeat;
}

.index_034 .info.bg3::before {
	background: url(../image/mode0344.png) center no-repeat;
}

.wrap_mode04 {
	padding: 22px 0 108px;
	position: relative;
	z-index: 2;
}

.wrap_mode04::after {
	content: '';
	display: block;
	width: 758px;
	height: 465px;
	background: url(../image/mode04bg.png) center no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -749px;
	z-index: 1;
}

.mode04 {
	z-index: 2;
	position: relative;
}

.mode04 .lf {
	width: calc(50% - 20px);
	float: left;
	position: relative;
}

.mode04 .rt {
	width: calc(50% - 20px);
	float: right;
	position: relative;
	margin: 189px 0 0;
}

.mode04 .index_title {
	left: 0;
}

.index_041 {
	margin: 0 24px 30px 114px;
	position: relative;
}

.index_041 ul {
	left: 0;
	right: 0;
	bottom: 0;
}

.index_042 {
	margin: 3px 24px 30px 114px;
	position: relative;
}

.index_04 ul {
	margin: 0 0 0;
	padding: 0 0 0;
}

.index_04 li {
	width: 100%;
}

.index_04 a {
	margin: 22px 0 0;
	position: relative;
	overflow: hidden;
}

.index_04 a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #96845e;
}

.index_04 a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 82px;
	bottom: 6px;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
}

.index_04 .title {
	position: relative;
	padding: 0 70px 0 1px;
	line-height: 24px;
	max-height: 48px;
}

.index_04 .time {
	color: #9a0000;
	margin: 0 0 0 16px;
	float: right;
	line-height: 16px;
}

.wrap_mode05 {
	padding: 0px 0 80px;
	margin: 30px 0 0 0;
	position: relative;
}


.mode05 {
	position: relative;
	z-index: 2;
}

.wrap_mode05 .m-list4 li span img {
	transition: all 1s;
}

.wrap_mode05 .m-list4 li:hover span img {
	transform: scale(1.2);
}

.mode05 .index_title .more {
	position: relative;
	display: block;
	margin: 74px 0 0 4px;
}

.index_051 {
	display: block;
	margin: 0 120px 0 0;
	padding: 0 0 0 360px;
	position: relative;
}

.index_051::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #9a0000;
	position: absolute;
	top: 20px;
	left: 310px;
}

.index_051 .img {
	padding-bottom: 56.5%;
	position: relative;
}

.index_051 .img::before {
	content: '';
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: url(../images/mode05video.png) center no-repeat; */
	background-size: 100% 100%;
	margin: auto;
	z-index: 2;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.index_051 .img:hover::before {
	transform: scale(1.05);
}

.index_051 .info {
	color: #333;
	max-height: 390px;
	bottom: 0;
	line-height: 30px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	position: absolute;
	top: 20px;
	right: calc(100% - 294px);
	max-width: 240px;
}


@media screen and (min-width:1024px) {

	.index_012 a,
	.index_013 a,
	.index_02 a,
	.index_032 .title,
	.index_04 .title {
		transition: all ease-in-out 0.3s;
		-ms-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
	}

	.index_012 a:hover {
		transform: translateY(-16px);
		box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
	}

	.index_013 a:hover {
		transform: translateX(6px);
	}

	.index_02 a:hover {
		transform: translateY(-16px);
	}

	.index_032 a:hover .title {
		text-indent: 10px;
	}

	.index_04 a:hover .title {
		transform: translateX(6px);
	}

}

@media screen and (max-width:1720px) {
	.Banner {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}


}

@media screen and (max-width:1480px) {
	.Banner {
		width: 1200px;
	}

	.Banner .slick-prev {
		left: 0;
	}

	.Banner .slick-next {
		right: 0;
	}

	.index_title .ti {
		font-size: 36px;
		line-height: 45px;
	}

	.wrap_mode01 {
		padding: 450px 0 20px;
	}

	.wrap_mode01::after {
		bottom: 0;
	}

	.index_011 .bottom_box {
		padding-bottom: 88px;
	}

	.index_011 .slick-dots {
		bottom: 30px;
	}

	.index_031 {
		padding: 50px 70px 44px 84px;
	}

	.index_031 .title {
		margin: 24px 0 12px;
	}

	.index_031 .info {
		height: 48px;
	}

	.mode03 .rt {
		padding: 20px 40px;
	}

	.index_032 a {
		line-height: 64px;
	}

	.wrap_mode04 {
		padding: 0 0 110px;
	}

	.mode04 .rt {
		margin: 120px 0 0;
	}


}

@media screen and (max-width:1240px) {
	.Banner {
		width: auto;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}

	.index_title {
		right: 20px;
	}

	.index_title .ti {
		font-size: 30px;
		line-height: 38px;
	}

	.index_011 .bottom_box {
		padding: 20px 40px 72px 80px;
	}

	.index_012 .time {
		left: 10px;
	}

	.index_012 .bottom_box {
		padding: 16px 20px 16px 60px;
	}

	.index_013 ul {
		padding: 8px 10px;
	}

	.index_013 a {
		margin: 0 16px;
	}

	.wrap_mode02 .index_title {
		left: 20px;
	}

	.index_02 {
		margin: -20px 0 0 100px;
	}

	.mode03 .lf {
		width: 480px;
	}

	.index_031 {
		padding: 50px 40px 44px 50px;
	}

	.mode03 .rt {
		margin: 0 0 0 480px;
		padding: 20px;
	}

	.wrap_mode03 {
		padding: 75px 0 40px;
	}

	.mode03 .index_title .ti:first-child {
		margin: 0 0 20px;
	}

	.index_033 {
		border: 10px solid #ecebe7;
		width: calc(33.3% - 20px);
		margin: 0 20px 0 0;
	}

	.index_034 {
		border: 10px solid #ecebe7;
	}

	.index_034 ul {
		padding: 0 20px 20px;
		height: auto;
	}

	.index_034 a {
		padding: 20px 0 12px;
	}

	.index_034 .info {
		margin: 0 0 4px;
	}

	.index_041 {
		height: auto;
		margin-bottom: 0;
	}

	.index_041 ul {
		position: relative;
	}

	.mode04 .rt {
		margin: 80px 0 0;
	}

	.wrap_mode05 {
		padding: 0 0 100px;
	}

	.index_051 {
		padding: 0 0 0 240px;
	}

	.index_051 .info {
		right: calc(100% - 200px);
		line-height: 26px;
		max-width: 182px;
	}

	.index_051 .img::before {
		width: 80px;
		height: 80px;
	}

}

@media screen and (max-width:1100px) {}

@media screen and (max-width:992px) {
	.index_title {
		width: 62px;
	}

	.index_title .ti {
		padding: 24px 20px 0 2px;
		width: 40px;
	}

	.mode01 .lf {
		width: auto;
		float: none;
		margin: 0 80px 0 0;
	}

	.mode01 .rt {
		width: auto;
		float: none;
		margin: 20px 80px 0 0;
	}

	.index_012 ul {
		margin-right: -20px;
	}

	.index_012 li {
		width: 50%;
	}

	.index_012 a {
		margin: 0 20px 20px 0;
	}

	.index_013 {
		margin: 0 80px 0 0;
	}

	.index_013 .left {
		height: 60px;
	}

	.index_013 li {
		width: 100%;
	}

	.index_013 .right {
		height: 60px;
	}

	.wrap_mode02 {
		background-size: cover;
	}

	.index_02 li {
		width: 50%;
	}

	.index_02 {
		margin: -20px 0 0 80px;
	}

	.wrap_mode03 {
		padding: 40px 0 40px;
	}

	.mode03 .tab_list_box {
		margin: 0 80px 0 0;
	}

	.mode03 .lf {
		width: auto;
		float: none;
	}

	.mode03 .rt {
		margin: 0;
		padding-top: 0;
		border: 0;
	}

	.index_031 {}

	.index_033 {
		width: calc(50% - 40px);
		margin: 0 10px 20px;
	}

	.index_034 {
		width: auto;
		float: none;
		clear: both;
		margin: 20px 10px;
	}

	.index_034 .title {
		height: auto;
		padding: 2px 0 4px 43px;
	}

	.mode04 .lf {
		width: auto;
		float: none;
		margin: 0;
	}

	.mode04 .rt {
		width: auto;
		float: none;
		margin: 0;
	}

	.index_041,
	.index_042 {
		margin: 0 24px 30px 80px;
		height: auto;
	}

	.wrap_mode04 {
		padding: 0 0 50px;
	}

	.wrap_mode04::after {
		width: 300px;
		margin: 0;
		left: 0;
	}

	.wrap_mode05 {
		margin: 0;
		padding: 0 0 50px;
	}

	.index_051 {
		margin: 0 80px 0 0;
		padding: 0px;
	}

	.index_051 .info {
		position: relative;
		top: 0;
		right: 0;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		max-width: initial;
		max-height: initial;
		padding: 10px 10px 0;
	}

	.index_051::after {
		display: none;
	}

}

@media screen and (max-width:767px) {
	.Banner {
		padding: 0;
		margin: 0;
	}

	.Banner .slick-dots {
		display: none !important;
	}

	.Banner .slide_txt {
		display: none;
	}

	.index_title {
		position: relative;
		width: auto;
		margin: 0 auto 20px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.index_title .ti {
		width: auto;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 9px 25px 0px 15px;
		font-size: 24px;
		line-height: 30px;
		background-size: auto 95%, auto !important;
	}

	.index_title .more,
	.mode05 .index_title .more {
		float: right;
		position: relative;
		width: auto;
		margin: 13px 0 0;
	}

	.wrap_mode02 .index_title {
		left: 0;
	}

	.mode03 .index_title .ti:first-child {
		margin: 0 20px 0 0;
	}

	.wrap_mode01 {
		padding: 20px 0;
	}

	.wrap_mode01::before {
		width: 200px;
		top: -140px;
		height: 200px;
		left: 0;
	}

	.mode01 .lf,
	.index_013,
	.mode03 .tab_list_box,
	.index_051 {
		margin: 0;
	}

	.mode01 .rt {
		margin: 20px 0 0;
	}

	.index_011 .time {
		left: 10px;
	}

	.index_011 .bottom_box {
		padding: 13px 16px 58px 60px;
	}

	.index_011 .slick-dots {
		bottom: 20px;
		left: 60px;
	}

	.index_012 li,
	.index_02 li {
		width: 100%;
	}

	.wrap_mode02::before {
		height: 60px;
	}

	.wrap_mode02 {
		padding: 60px 0 50px;
	}

	.index_02 {
		margin: -20px 0 0;
	}

	.index_02 .title {
		height: auto;
	}

	.index_02 ul {
		margin: 0 0 -20px;
	}

	.index_02 a {
		margin: 0 0 30px;
	}

	.index_031 {
		padding: 20px;
	}

	.index_031 .img_box {
		padding: 0 14px 0 0;
	}

	.index_031 .slick-dots {
		display: none !important;
	}

	.mode03 .rt {
		padding: 20px 10px;
	}

	.mode04 .rt {
		padding: 20px 0 0;
	}

	.index_041,
	.index_042 {
		margin: 0 24px 30px 0;
	}

	.index_041 ul,
	.index_042 ul {
		margin-top: -10px;
	}

	.wrap_mode04 {
		padding: 0 0 30px;
	}

	.index_051 .img::before {
		width: 40px;
		height: 40px;
	}


}

@media screen and (max-width:639px) {
	.index_title .ti {
		padding: 9px 25px 0px 15px;
		font-size: 22px;
		line-height: 24px;
	}

}

@media screen and (max-width:479px) {
	.Banner .slick-dots {
		bottom: 4px;
	}

	.Banner .slick-dots li {
		width: 4px;
		height: 4px;
	}

}

@media screen and (max-width:413px) {
	.index_032 a {
		line-height: 24px;
		padding: 10px 0 34px;
		position: relative;
	}

	.index_032 .title {
		background-size: 16px auto;
		white-space: normal;
		text-align: justify;
		background-position: 0 6px;
	}

	.index_032 .time {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.index_04 .title {
		padding: 0;
	}

}

@media screen and (max-width:320px) {}