@font-face {
	font-family: 'MenkScninTig';
	src: url('../fonts/menkscnintig.eot') format('embedded-opentype'),
		url('../fonts/menkscnintig.woff') format('woff'),
		url('../fonts/menkscnintig.woff2') format('woff2'),
		url('../fonts/menkscnintig.ttf') format('truetype'),
		url('../fonts/menkscnintig.svg#menkscnintig') format('svg');
	font-weight: normal;
}

.fadeInUpSmall {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
	display: block;
}


@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.wrapbanner {
	background: #f0f2f5;
}

.banner {
	position: relative;
	margin: 0 auto;
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick-img {
	display: block;
	height: 0;
	padding-bottom: calc(480% / 19.2);
	overflow: hidden;
	position: relative;
}

.banner .slick-img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/banner_cover.png) bottom center no-repeat;
	height: 0;
	padding-bottom: calc(257% / 19.2);
	background-size: auto 100%;
}

.banner .title {
	width: 1400px;
	position: absolute;
	bottom: 80px;
	line-height: 40px;
	padding: 0 50px;
	color: #fff;
	margin: auto;
	overflow: hidden;
	height: 40px;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: bold;
	text-shadow: 2.5px 4.33px 10px rgba(0, 0, 0, .54);
	display: none;
}

.banner .slick-arrow {
	border: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	outline: none;
	bottom: 25px;
	transform: none;
	top: auto;
	border-radius: 50%;
}

.banner .slick-arrow:after {
	display: none;
}

.banner .slick-next {
	left: 50%;
	right: auto;
	background: url(../images/banner_right.png) center center no-repeat #0075cf;
	margin: 0 0 0 -635px;
}

.banner .slick-prev {
	left: 50%;
	background: url(../images/banner_left.png) center center no-repeat #fff;
	margin: 0 0 0 -700px;
}

.banner .slick-dots {
	bottom: 34px;
	height: 24px;
	line-height: 24px;
}

.banner .slick-dots li {
	width: 22px;
	height: 22px;
	margin: 0 15px;
	opacity: .5;
	background: url(../images/banner_dots.png) center no-repeat;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
}

/* +++++++++ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª+++++++++ */
.RightNav {
	position: fixed;
	right: 60px;
	top: 20%;
	z-index: 9999;
	transition: all 1s;
	display: block;
}

.RightNav .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url(../images/close.png) center no-repeat rgba(0, 0, 0, .2);
	background-size: 14px auto;
	z-index: 2;
	border-radius: 50%;
}

.RightNav .RightNavList {
	background: url(../images/rightnavbg.png) no-repeat;
	width: 144px;
	height: 100%;
	transition: all .5s;
	position: relative;
	padding: 40px 0 28px;
	border-radius: 0 0 100px 100px;
}

.RightNav .RightNavList::after {
	content: '';
	display: block;
	width: 90px;
	padding-bottom: 100%;
	background: url(../images/logo1.png) no-repeat center top;
	background-size: 100%;
	margin-left: 27px;
}

.RightNav ul a {
	display: block;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin: 0 0 10px;
	white-space: nowrap;
	padding: 0 27px;
}

.RightNav ul li {
	position: relative;
}

.RightNav ul li.on {
	background: #00589c;
}

.subNav1 {
	position: absolute;
	right: 100%;
	top: 0px;
	background: rgba(0, 88, 156, .6);
	padding: 10px 0;
}


.subNav1.current {
	width: 200px;
}

.subNav1.current dd {
	width: 50%;
	float: left;
}

.RightNav ul .subNav1 a {
	padding: 0px 15px;
	margin: 0px;
	border: 0px;
	font-size: 12px;
}

.RightNav ul li.on .subNav1 {
	display: block;
}

.RightNav ul .subNav1 a:hover {
	background: rgba(0, 88, 156, .8);
	font-weight: bold;
}

/* .RightNav ul a:hover{color: #f0a346;} */

.index_title {
	margin-bottom: 13px;
	position: relative;
	height: 45px;
	line-height: 45px;
}

.index_title::before {
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	background: url(../images/index_title.png) center no-repeat;
	position: absolute;
	left: -50px;
	top: -48px;
	z-index: -1;
}

.index_title .more, .tabmore .more {
	z-index: 2;
	width: 54px;
	height: 33px;
	background: url(../images/index_more.png) center no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 33px;
	color: #999;
	letter-spacing: 6.44px;
	text-indent: 6.44px;
	display: block;
}

.tabmore .more {
	display: none
}

.gpTab {

	position: relative;
}

.tabmore {
	position: absolute;
	right: 0;
	top: 34px;
}

.tabmore .more.on {
	display: block;
}

.index_title h2 {
	padding-left: 40px;
	color: #222;
	float: left;
	position: relative;
	font-weight: normal;
	margin: 5px 0 0;
	line-height: 40px;
	min-width: 62px;
	cursor: pointer;
}

.index_title h2::before {
	content: '';
	display: block;
	width: 91px;
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #0075cf;
}

.index_title .en {
	font-family: 'MenkScninTig';
	color: rgba(0, 0, 0, .2);
	text-transform: uppercase;
	font-size: 56px;
	margin: 0 0 0 31px;
	float: left;
	line-height: 40px;
}

.mode01 .index_title h2 {
	background: url(../images/mode01_ico.png) left center no-repeat;
	padding-left: 36px;
}

.mode02 .lf .index_title h2 {
	background: url(../images/mode021_ico.png) 5px center no-repeat;
	padding-left: 31px;
}

.mode02 .rt .index_title h2 {
	background: url(../images/mode022_ico.png) left center no-repeat;
	padding-left: 32px;
}

.mode02 .rt .index_title h2.on {
	font-weight: bold;
}

.mode02 .rt .index_title h2:nth-child(2) {
	margin-left: 25px;
}

.wrap_mode09 .rt .index_title h2:nth-child(2) {
	margin-left: 0px;
}

.mode04 .index_title h2 {
	background: url(../images/mode04_ico.png) 6px center no-repeat;
	padding-left: 34px;
	color: #fff;
}

.mode04 .index_title h2::before {
	background: #e0c67e;
}

.mode04 .index_title .en {
	color: rgba(255, 255, 255, .2);
}

.mode04 .index_title .more {
	background: url(../images/index_more2.png) center no-repeat;
	color: rgba(255, 255, 255, .7);
}

.mode05 .index_title h2 {
	background: url(../images/mode05_ico.png) 5px center no-repeat;
	padding-left: 32px;
}

.mode06 .index_title h2 {
	background: url(../images/mode06_ico.png) 5px center no-repeat;
	padding-left: 30px;
}

.mode07 .index_title h2 {
	background: url(../images/mode07_ico.png) 5px center no-repeat;
	padding-left: 38px;
}

.mode08 .index_title h2 {
	background: url(../images/mode08_ico.png) 5px center no-repeat;
	padding-left: 35px;
}

.wrap_mode1-4 {
	position: relative;
	background: url(../images/mode04_bg22.png) bottom no-repeat;
	overflow: hidden;
}

.wrap_mode1-4::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 344px;
	width: calc(50% + 230px);
	background: url(../images/mode01_bg2.png);
}

.wrap_mode01 {
	padding: 57px 0 0;
	position: relative;
}

.mode01 {
	position: relative;
}

.mode01 .lf {
	width: 56%;
	float: left;
}

.mode01 .rt {
	width: 42%;
	float: right;
}

.index_011 {
	display: block;
	position: relative;
}

.index_011::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 13.3%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	opacity: .6;
}

.index_011 .img {
	padding-bottom: 56.2%;
}

.index_011 .title {
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 20px;
	z-index: 2;
}

.index_011 .time {
	color: rgba(255, 255, 255, .7);
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 44px;
	z-index: 2;
	padding: 0 0 0 28px;
	background: url(../images/mode01_time.png) left center no-repeat;
}

.index_012 {
	margin: 0 0 0;
	overflow: hidden;
	display: block;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.index_012 .left {
	width: 280px;
	float: left;
}

.index_012 .right {
	margin: 0 0 0 300px;
	padding: 16px 0 0 0;
}

.index_012 .img {
	padding-bottom: calc(157% / 2.8);
}

.index_012 .title {
	margin: 0 0 12px;
}

.index_012 .info {
	margin: 0 0 0;
	color: #999;
}

.index_012 .time {
	color: #999;
	padding: 0 0 0 24px;
	background: url(../images/mode01_time.png) left center no-repeat;
	margin: 4px 0 0;
}

.index_013 ul {
	margin: 0 0 0 0;
}

.index_013 li {}

.index_013 a {
	margin: 0 0 0;
	padding: 17px 0 16px;
	border-bottom: 1px solid #e3e3e3;
}

.index_013 .title {
	padding: 0 0 0 16px;
	position: relative;
}

.index_013 .title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #ccc;
}

.index_013 .time {
	float: right;
	color: #999;
	padding: 0 0 0 24px;
	background: url(../images/mode01_time.png) left center no-repeat;
	margin: 0 0 0 10px;
}

.wrap_mode02 {
	padding: 56px 0 0;
	position: relative;
}

.wrap_mode02::before {
	content: '';
	display: block;
	position: absolute;
	right: 70px;
	margin: 60px 0 0 0;
	width: 178px;
	height: 645px;
	background: url(../images/mode02_bg2.png) center no-repeat;
}

.mode02::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 50%;
	height: 264px;
	background: url(../images/mode01_bg2.png);
	z-index: -1;
}

.mode02 {
	position: relative;
}
.mode02 .news_list{
min-height:196px}
.mode02 .lf {
	width: calc(50% - 45px);
	float: left;
}

.mode02 .rt {
	width: calc(50% - 45px);
	float: right;
}

.index_021 ul {
	margin: 0 0 -50px -30px;
}

.index_021 li {
	width: 50%;
}

.index_021 a {
	margin: 0 0 50px 30px;
	border: 1px solid #ededed;
	border-top: 6px solid #e0c67e;
	padding: 18px 30px 0;
	position: relative;
	background: #fff;
	top: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	text-align: justify;
}

.index_021 li:nth-child(2) a {
	border-top: 6px solid #01589c;
}

.index_021 li:nth-child(3) a {
	border-top: 6px solid #599fc2;
}

.index_021 li:nth-child(4) a {
	border-top: 6px solid #bf3d51;
}

.index_021 .time {
	color: #999;
	padding: 0 0 0 28px;
	background: url(../images/mode01_time.png) left center no-repeat;
	margin: 0 0 12px;
}

.index_021 .title {
	margin: 0 0 12px;
}

.index_021 .info {
	margin: 0 0 5px;
	color: #999;
}

.index_021 .tip {
	width: 158px;
	border: 1px solid #ebecec;
	text-align: center;
	padding: 9px 0;
	position: relative;
	bottom: -20px;
	background: #fff;
	color: #999;
}

.index_021 a:hover {
	background: url(../images/mode021_bg.png) right bottom no-repeat #fff;
	box-shadow: 0 0 44px rgba(0, 88, 156, .2);
	top: -20px;
}

.index_021 a:hover::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 5px solid #e0c67e;
	position: absolute;
	left: -5px;
	top: -12px;
	border-radius: 50%;
}

.index_021 a:hover .tip {
	background: #0075cf;
	color: #fff;
	font-weight: bold;
}

.index_021 li:nth-child(2) a:hover::before {
	border: 5px solid #01589c;
}

.index_021 li:nth-child(3) a:hover::before {
	border: 5px solid #599fc2;
}

.index_021 li:nth-child(4) a:hover::before {
	border: 5px solid #bf3d51;
}

.index_022 ul {
	margin: 0 0 -17px;
	padding: 0 0 0;
	display: none;
}

/* .index_022 ul.on{display: block;} */
.index_022 ul.on {
	display: block;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}



@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.index_022 li {}

.index_022 a {
	margin: 0 0 17px;
	overflow: hidden;
	background: #fff;
	padding: 10px 20px 0 10px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.index_022 .left {
	width: 60px;
	float: left;
	position: relative;
	text-align: center;
	padding: 0 0 32px;
	background: url(../images/mode022_bg.png) bottom center no-repeat;
}

.index_022 .time {
	height: 60px;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 50%;
	font-family: 'MenkScninTig';
}

.index_022 .day {
	color: #0075cf;
	margin: 11px 0 0 0;
	line-height: 20px;
}

.index_022 .month {
	color: #999;
	margin: 0 0 0 0;
	line-height: 20px;
}

.index_022 .right {
	margin: 0 0 0 80px;
	padding: 12px 0 0 0;
	position: relative;
}

.index_022 .title {
	margin: 0 0 5px;
}

.index_022 .info {
	margin: 0 0 0;
	color: #999;
}

.index_022 a:hover {
	box-shadow: 0 16px 44px rgba(0, 88, 156, .4);
}

.wrap_mode03 {
	padding: 65px 0 60px;
}

.mode03 {
	position: relative;
}

.mode03 .lf {
	width: 60.8%;
	float: left;
	background: url(../images/mode03_l_bg.png) center no-repeat;
	background-size: 100% 100%;
}

.mode03 .rt {
	width: 36.4%;
	float: right;
	position: relative;
}

.index_031 ul {
	margin: 0 0;
}

.index_031 li {
	width: 25%;
}

.index_031 a {
	padding: 33px 60px 36px;
	position: relative;
}

.index_031 a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 120px;
	background: rgba(0, 0, 0, .07);
}

.index_031 li:first-child a::before {
	display: none;
}

.index_031 a>img {
	margin: 0 0 9px;
}

.index_031 .title {
	margin: 0 0 10px;
	font-weight: bold;
}

.index_031 .info {
	margin: 0 0 0;
	color: #999;
	padding: 18px 0 0;
	position: relative;
}

.index_031 .info::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 6px;
	background: #e0c67e;
}

.index_title2 {
	width: 155px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_title2 h2 {
	padding: 32px 0 25px;
	background: url(../images/mode03_ico.png) top center no-repeat;
	text-align: center;
	font-weight: normal;
	color: #01589c;
}

.index_title2 .more {
	z-index: 2;
	width: 54px;
	height: 33px;
	background: url(../images/index_more.png) center no-repeat;
	text-align: center;
	line-height: 33px;
	color: #999;
	letter-spacing: 6.44px;
	text-indent: 6.44px;
	margin: 0 auto;
	display: block;
}

.index_032 {
	padding: 0 0 0 157px;
	background: #efeff4;
	border: 2px solid #fff;
	border-right: 0;
}

.index_032>ul {
	margin: -2px 0;
}

.index_032 a {
	display: block;
	position: relative;
}

.index_032 .img {
	padding-bottom: calc(198% / 3.52);
	position: relative;
}

.index_032 .img::after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background: url(../images/mode03_video.png) center no-repeat rgba(0, 0, 0, .3);
	border-radius: 50%;
}

.index_032 .img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: calc(80% / 3.52);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), #000);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	opacity: .6;
}

.index_032 .title {
	margin: 0 40px 16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	padding: 0 20px 0 0;
}

.index_032 .slick-arrow {
	border: 0;
	width: 28px;
	height: 44px;
	font-size: 0;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .3);
}

.index_032 .slick-arrow:after {
	display: none;
}

.index_032 .slick-next {
	right: 0px;
	background-image: url(../images/mode03_next.png);
}

.index_032 .slick-prev {
	left: 0px;
	background-image: url(../images/mode03_prev.png);
}

.wrap_mode04 {
	padding: 0 0 98px;
	position: relative;
}

.wrap_mode04::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: url(../images/mode04_bg2.png) right center no-repeat;
	background-size: auto 100%;
}

.mode04 {
	position: relative;
	z-index: 2;
}

.index_04 {
	padding: 44px 0 0;
	position: relative;
	color: #fff;
	margin: -10px 0 0 calc(100% - 868px);
}

.index_04::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, .4);
}

.wrap_mode05 {
	padding: 64px 0 57px;
	background: url(../images/mode01_bg2.png);
	overflow: hidden;
	position: relative;
}

.wrap_mode05::before {
	content: '';
	display: block;
	position: absolute;
	right: 60px;
	margin: 56px 0 0 0;
	width: 115px;
	height: 560px;
	background: url(../images/mode05_bg.png) center no-repeat;
}

.mode05 {
	position: relative;
}

.index_05 ul {
	margin: -4px 0 0 -17px;
}

.index_05 li {
	width: 20%;
}

.index_05 a {
	margin: 0 0 13px 17px;
	text-align: center;
}

.index_05 .img {
	padding-bottom: calc(276% / 2.66);
	height: 0;
	background-color: transparent;
	background-size: 100% 100%;
	position: relative;
}

.index_05 .title {
	margin: 66px 0 20px;
	color: #fff;
}

.index_05 .tip {
	padding: 0 0 6px;
	position: relative;
	color: #fff;
	font-family: 'MenkScninTig';
	text-transform: uppercase;
}

.index_05 .tip::after {
	content: '';
	display: block;
	width: 66px;
	height: 2px;
	background: #e0c67e;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index_05 .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	color: rgba(255, 255, 255, .5);
}

.index_05 .more::after {
	content: '';
	display: block;
	width: 98px;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	margin: 4px auto 0;
}

.index_05 .color2 .title, .index_05 .color2 .tip {
	color: #01589c;
}

.wrap_mode06 {
	padding: 0 0 0;
	background: url(../images/mode01_bg2.png);
	position: relative;
	overflow: hidden;
}

.wrap_mode06::after {
	content: '';
	position: absolute;
	left: calc(50% - 800px);
	right: 0;
	bottom: 0;
	height: 190px;
	background: #fff;
}

.mode06 {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.index_06 ul li{
	max-width: 416px;
}
.index_06 a {
	display: block;
	position: relative;
	margin: 0 40px 0 0;
}

.index_06 a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 44px 80px;
	background: url(../images/mode06_cover.png) center no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.index_06 .img {
	padding-bottom: 56%;
}

.index_06 .title {
	margin: 0 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-weight: bold;
	z-index: 3;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .54);
}

.index_06 a:hover::before {
	background-image: url(../images/mode06_cover2.png);
}

.index_06 .slick-list {
	overflow: visible;
}

.index_062 {
	margin: 44px auto 0;
	width: 280px;
	height: 2px;
	background: #01589c;
}

.index_062 .line {
	height: 2px;
	background: #e0c67e;
	position: relative;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.wrap_mode07 {
	padding: 55px 0 0;
	position: relative;
	overflow: hidden;
}

.wrap_mode07::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 222px;
	width: 100%;
	background: url(../images/mode01_bg2.png);
}

.mode07 {
	position: relative;
}

.index_071 {
	padding: 1px;
	clear: both;
	margin: 0 -10px;
	position: relative;
	top: -41px;
}

.index_071 .slick-list {
	overflow: visible;
}

.index_071>ul {}

.index_071 li {}

.index_071 a {
	margin: 40px 10px;
	display: block;
	border: 8px solid #fff;
	box-shadow: 11.3px 11.3px 44px rgba(0, 88, 156, .2);
}

.index_071 .img {
	padding-bottom: calc(144% / 3.2);
}

.index_071 .slick-slide {
	opacity: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.index_071 .slick-active {
	opacity: 1;
}

.index_071 .slick-arrow {
	border: 0;
	width: 44px;
	height: 44px;
	font-size: 0;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50%;
}

.index_071 .slick-arrow:after {
	display: none;
}

.index_071 .slick-next {
	right: -10px;
	background-image: url(../images/mode07_next.png);
}

.index_071 .slick-prev {
	left: -10px;
	background-image: url(../images/mode07_prev.png);
}

.index_072 {
	background: #fff;
	padding: 0 52px;
	position: relative;
	top: -24px;
}

.index_072 ul {
	margin: 0 0 0 0;
}

.index_072 li {}

.index_072 a {
	margin: 48px 30px 50px;
	display: block;
}

.index_072 .img_centered {
	width: 40px;
	height: 40px;
	margin: 0 auto 20px;
}

.index_072 .img_centered img {
	width: auto;
}

.index_072 .slick-arrow {
	border: 0;
	width: 44px;
	height: 44px;
	font-size: 0;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50%;
}

.index_072 .slick-arrow:after {
	display: none;
}

.index_072 .slick-next {
	right: -74px;
	background-image: url(../images/mode07_next.png);
}

.index_072 .slick-prev {
	left: -74px;
	background-image: url(../images/mode07_prev.png);
}

.wrap_mode08 {
	padding: 0 0 80px;
}

.mode08 {
	position: relative;
}

.index_08 ul {
	margin: 0 0 -20px -20px;
}

.index_08 li {
	width: 25%;
}

.index_08 a {
	margin: 0 0 20px 20px;
	position: relative;
}

.index_08 a::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #2b88cf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_08 a::after {
	content: '';
	display: block;
	width: 42px;
	height: 45px;
	background: url(../images/mode08_img1.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_08 .title {
	margin: 0 21px 0 8px;
	padding: 21px;
	border: 1px solid #ededed;
	background: #f5f5fa;
	text-align: center;
}

.index_08 a:hover .title {
	border-color: #fff;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
	color: #bf3e52;
	font-weight: bold;
}

.index_08 a:hover::before {
	border-color: #bf3e52;
}

.index_08 a:hover::after {
	background: url(../images/mode08_img2.png) center no-repeat;
}

.news_list li.news {
	position: relative;
	padding: 13px 0px;
	padding-left: 0px;
	box-sizing: border-box;
	background: none;
	border-bottom: #d4d4d6 1px solid;
}

.news_list li.news span.news_title,.news_list li.news span.news_title a {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
	transition: all .3s ease-in-out;
}

.news_list li.news:hover span.news_title {
	transform: translateX(5px)
}

.news_list li.news span.news_meta {
	float: right;
	margin-left: 14px;
	color: #504835;
	font-size: 15px;
	opacity: 0.7;
}

@media screen and (max-width:1640px) {
	.index_031 a {
		padding: 33px 40px 36px;
	}
}

@media screen and (max-width: 1480px) {
	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-prev {}

	.banner .slick-next {}

	.banner .slick-dots {
		bottom: 12px;
	}

	.banner .title {
		width: auto;
		right: 20px;
		left: 20px;
		transform: none;
		padding: 0;
		bottom: 40px;
	}

	.wrap_mode02::before {
		right: -10px;
	}

	.wrap_mode05::before {
		right: -10px;
	}
}

@media screen and (max-width:1220px) {
	.banner .slick-arrow {
		width: 48px;
		height: 48px;
	}

	.mode02 .lf, .mode02 .rt {
		width: calc(50% - 20px);
	}

	.index_031 a {
		padding: 33px 20px 36px;
	}

	.index_title2 h2 {
		padding-bottom: 5px;
	}

	.index_05 .title {
		margin: 40px 0 20px;
	}

}

@media screen and (max-width: 992px) {
	.RightNav {
		display: none;
	}

	.index_title .en {
		font-size: 40px;
		margin: 10px 0 0 20px;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {}

	.banner .title {
		left: 20px;
		display: none;
	}

	.wrap_mode1-4::before {
		left: 0;
		width: auto;
	}

	.wrap_mode01 {
		background: #fff;
	}

	.mode02::after {
		display: none;
	}

	.mode01 .lf {
		width: auto;
		float: none;
	}

	.mode01 .rt {
		margin: 15px 0 0;
		width: auto;
		float: none;
	}

	.index_013 a {
		padding: 11px 0;
	}

	.wrap_mode02 {
		padding: 40px 0 0;
		overflow: hidden;
	}

	.mode02 .lf, .mode02 .rt {
		width: auto;
		float: none;
	}

	.mode02 .rt {
		margin: 50px 0 0;
	}


	.wrap_mode03 {
		padding: 40px 0;
		background: #fff;
		position: relative;
		margin: 40px 0;
	}

	.mode03 .lf {
		width: auto;
		float: none;
	}

	.mode03 .rt {
		width: auto;
		float: none;
		margin: 40px 0 0;
	}

	.index_031 a {
		text-align: center;
	}

	.index_031 a>img {
		margin: 0 auto 9px;
		display: block;
	}

	.index_031 .info::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.wrap_mode04 {
		background: url(../images/mode04_bg22.png) left bottom;
		padding: 40px 0 180px;
	}

	.index_04 {
		margin: 0;
		padding: 0;
	}

	.index_04::before {
		display: none;
	}

	.wrap_mode04 {}

	.index_05 li {
		width: 25%;
	}

	.wrap_mode05 {
		padding: 40px 0;
	}

	.index_08 li {
		width: 50%;
	}

}

@media screen and (max-width:767px) {

	/* .Banner .slick-dots{display: none !important;} */
	.banner .title {
		bottom: 12px;
		font-size: 14px;
	}

	.banner .slick-dots {
		bottom: 0px;
		line-height: 15px;
		height: 20px;
	}

	.banner .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 4px;
	}

	.index_title .en {
		font-size: 32px;
		margin: 6px 0 0 20px;
	}

	.wrap_mode01 {
		padding: 40px 0 0;
	}

	.index_011 .title {
		left: 30px;
		right: 30px;
		bottom: 10px;
	}

	.index_011 .time {
		left: 30px;
		right: 30px;
		bottom: 36px;
		background-size: 13px auto;
		padding: 0 0 0 20px;
	}

	.index_012 .left {
		width: 210px;
	}

	.index_012 .right {
		margin: 0 0 0 226px;
	}

	.index_012 .title {
		line-height: 20px;
		height: 40px;
		margin: 0 0 6px;
	}

	.index_021 li {
		width: 100%;
	}

	.index_021 a {
		margin-bottom: 36px;
	}

	.index_021 .time {
		background-size: 13px auto;
		padding: 0 0 0 20px;
		margin: 0 0 6px;
	}

	.index_021 .title {
		line-height: 20px;
		height: 40px;
	}

	.index_021 .tip {
		padding: 5px 0;
		bottom: -16px;
	}

	.index_022 a {
		padding: 6px 5px 0;
	}

	.index_022 .right {}

	.index_022 .left {
		padding-bottom: 20px;
	}

	.wrap_mode03 {
		margin: 32px 0;
		padding: 32px 0;
	}

	.mode03 .lf {
		margin: 0 -26px 0 -20px;
	}

	.index_031 a {
		padding: 33px 14px 36px;
	}

	.index_031 a::before {
		display: none;
	}

	.index_title2 {
		width: 115px;
	}

	.index_title2 h2 {
		padding-bottom: 22px;
	}

	.index_032 {
		padding: 0 0 0 115px;
		border: 0;
	}

	.index_032 .title {}

	.wrap_mode03 {
		margin-bottom: 0;
	}

	.mode04 .index_title .en {
		font-size: 24px;
	}

	.wrap_mode04::before {
		height: 190px;
		bottom: 35px;
		top: auto;
	}

	.index_05 li {
		width: 50%;
	}

	.index_05 .title {
		margin: 40px 0 6px;
	}

	/* .index_06 a{width: 316px;} */
	.index_072 {
		padding: 0 40px;
		text-align: center;
	}

	.index_072 a {
		margin: 48px 10px;
	}

	.index_072 .slick-prev {
		left: -60px;
	}

	.index_072 .slick-next {
		right: -60px;
	}

	.index_08 li {
		width: 100%;
	}

	.index_08 .title {
		padding: 10px 20px;
	}


}

@media screen and (max-width:639px) {
	.mode02 .rt .index_title h2:nth-child(2) {
		margin-left: 15px;
	}
}

@media screen and (max-width:413px) {
	.index_title h2 {
		font-size: 16px;
	}
.index_06 a{
    margin: 0 22px 0 0;
}
	.index_title .en {
		font-size: 20px;
	}

	.mode04 .index_title .en {
		font-size: 16px;
	}

	.wrap_mode01 {
		padding: 30px 0 0;
	}

	.index_012 .left {
		width: auto;
		float: none;
	}

	.index_012 .right {
		margin: 0;
		padding: 12px 0;
	}

	.wrap_mode02 {
		padding: 30px 0 0;
	}

	.index_031 ul {
		padding: 10px 0;
	}

	.index_031 li {
		width: 50%;
	}

	.index_031 a {
		padding: 12px 14px 0;
	}

	.index_title2 {
		width: auto;
		position: relative;
		top: 0;
		transform: none;
		background: #efeff4;
		padding: 6px;
		overflow: hidden;
	}

	.index_title2 h2 {
		float: left;
		padding: 0 0 0 36px;
		background: url(../images/mode03_ico.png) left center no-repeat;
	}

	.index_title2 .more {
		float: right;
	}

	.index_032 {
		padding: 0;
		border: 0;
	}

	.index_05 .title {
		margin: 20px 0 6px;
	}

	.index_05 .more {
		bottom: 16px;
	}

	.gpTab .en {
		display: none;
	}
}