.auto_1400 {
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
}

/*Top00183 */

.Top001833 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1050;
	background-color: #fff;
}

.Top001833 .header {
	height: 76px;
}

.Top001833 .header-left {
	display: table;
	height: 100%;
	padding-top: 6px;
}

.Top001833 .header-left .logo {
	display: table-cell;
	vertical-align: middle;
}

@media(min-width:1025px) {
	.Top001833 .mobile-logo, .Top001833 .mobile-hotline {
		display: none;
	}
	.Top001833 .header-left {
		position: absolute;
		left: 4%;
		width: 20%;
	}
	.Top001833 .header-left .logo img {
		max-height: 100%;
	}
	.Top001833 .header-right dd#open_menu {
		display: none;
	}
}

.Top001833 .header-menu {
	float: right;
	width: 38%;
	padding-right: 8%;
}

/* .Top001833 .header-menu li{ padding-top:30px;} */

/* .Top001833 .header-menu li em::before{ float:right; margin-top:10px;content: '';width: 1px;height: 12px;background-color: #ececec;} */

.Top001833 .header-menu li:last-child em::before {
	display: none;
}

.Top001833 .header-menu li em a {
	line-height: 74px;
	font-size: 18px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.Top001833 .header-menu li.aon em a, .Top001833 .header-menu li em a:hover {
	border-bottom: 2px solid #1fa9ee;
	color: #5f5d5d;
}

.Top001833 .header-menu li .sub-menu {
	padding: 10px;
}

.Top001833 .header-menu li .sub-menu dt a {
	font-size: 15px;
	color: #777;
	text-align: center;
}

.Top001833 .header-menu li .sub-menu dt a:hover {
	background-color: transparent;
	color: #1fa9ee;
}

.Top001833 .header-right {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

.Top001833 .header-right dd {
	float: left;
	width: 30px;
	line-height: 30px;
	margin-left: 10px;
}

.Top001833 .header-right dd a {
	display: block;
	height: 30px;
	font-size: 12px;
}

.Top001833 .header-right dd a.open-search {
	background: url(../images/Top001833-search_btn.png) no-repeat center center;
}

.Top001833 .header-right dd a.open-search-show {
	background: none;
	position: relative;
}

.Top001833 .header-right dd a.open-search-show::after, .Top001833 .header-right dd a.open-search-show::before {
	position: absolute;
	content: '';
	width: 50%;
	left: 25%;
	top: 50%;
	transform: rotate(45deg);
	height: 2px;
	background: #5f5d5d;
}

.Top001833 .header-right dd a.open-search-show::before {
	transform: rotate(-45deg);
}

.Top001833 .top-search {
	position: absolute;
	top: 100%;
	right: 2%;
	width: 0;
	overflow: hidden;
	transition: width 0.3s;
	padding-right: 0;
	display: block;
}

.Top001833 .top-search-show {
	width: 50%;
}

.Top001833 .top-search .text {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	line-height: 38px;
	height: 38px;
	width: 100%;
	padding: 0 40px 0 10px;
	color: #ffff;
}

.Top001833 .top-search .btn {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 38px;
	height: 100%;
	background: url(../images/Top001833-search_btn.png) no-repeat center center #fff;
}

@media(max-width:1024px) {
	.Top001833 .header-left {
		padding: 0 0 0 2%;
		width: 40%;
	}
	.Top001833 .header-right dd#open_menu {
		height: 30px;
		border-radius: 50%;
		background: #1fa9ee;
		position: relative;
	}
	.Top001833 .header-right dd#open_menu i {
		width: 60%;
		left: 20%;
		height: 2px;
		margin-top: -1px;
	}
	.Top001833 .header-right dd#open_menu i, .Top001833 .header-right dd#open_menu i::after, .Top001833 .header-right dd#open_menu i::before {
		background: #fff;
	}
	.Top001833 .header-right dd#open_menu i::before {
		top: 5px;
	}
	.Top001833 .header-right dd#open_menu i::after {
		top: -5px;
	}
	.Top001833 #header-menu {
		position: fixed;
		width: 70%;
		z-index: 100;
		left: 0;
		top: 0;
		height: 100%;
		border-top: 2px #0073bd solid;
		max-width: 250px;
		transform: translateX(-100%);
		opacity: 0;
		transition: 0.3s;
		box-shadow: 0 0 5px #ccc;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
	}
	.Top001833 #header-menu.header-menu-show {
		opacity: 1;
		transform: translateX(0);
	}
	.Top001833 #header-menu li a {
		color: #5f5d5d;
		line-height: 32px;
	}
	.Top001833 #header-menu li em a {
		border-bottom: 1px #1fa9ee dashed;
		padding: 5%;
		font-weight: normal;
	}
	.Top001833 #header-menu li.has-sub em::after {
		position: absolute;
		content: '';
		right: 5%;
		border: 5px solid transparent;
		border-top-color: #0073bd;
		top: 50%;
		margin-top: -2.5px;
	}
	.Top001833 #header-menu li.clickon em::after {
		border-bottom-color: #0073bd;
		border-top-color: transparent;
		margin-top: -7.5px;
	}
	.Top001833 #header-menu li .sub-menu {
		padding-left: 5%;
	}
	.Top001833 #header-menu li .sub-menu dt a {
		padding: 3%;
		border-bottom: 0;
		background: url(../images/Top001833-menu_sub_a.png) no-repeat 10px center;
		padding-left: 25px !important;
	}
	.Top001833 .mobile-logo, .Top001833 .mobile-hotline {
		text-align: center;
	}
	.Top001833 .mobile-hotline {
		font-size: 24px;
		font-weight: bold;
		padding-top: 5%;
		color: #0073bd;
	}
	.Top001833 .mobile-hotline span {
		display: block;
		font-size: 12px;
		font-weight: normal;
	}
	.Top001833 .mobile-hotline span::before, .Top001833 .mobile-hotline span::after {
		display: inline-block;
		content: '';
		background-color: #bbc1c9;
		height: 1px;
		width: 20px;
		vertical-align: middle;
	}
	.Top001833 .mobile-hotline span::before {
		margin-right: 5px;
	}
	.Top001833 .mobile-hotline span::after {
		margin-left: 5px;
	}
}

@media(max-width:480px) {
	.Top001833 .top-search-show {
		width: 70%;
	}
}

/*Banner002975 */

@font-face {
	font-family: 'manrope-regular';
	src: url("https://work.gzwhir.com:51932/Build/content/Resoures/whirfonts/manrope/regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'manrope-extrabold';
	src: url("https://work.gzwhir.com:51932/Build/content/Resoures/whirfonts/manrope/extrabold.woff") format("woff");
	font-display: swap;
}

.Banner002975 {
	position: relative;
	z-index: 1;
	font-family: 'manrope-regular';
}

.Banner002975 .auto {
	max-width: 1400px;
	width: 80%;
}

.Banner002975 .txt-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	z-index: 10;
	color: #fff;
}

.Banner002975 .txt-area .ytable {
	height: 100%;
}

.Banner002975 .txt-area aside.t-1, .Banner002975 .txt-area aside.t-2 {
	font-family: 'manrope-extrabold';
}

.Banner002975 .txt-area aside {
	font-size: 30px;
	line-height: 1.2em;
	word-break: break-word;
}

.Banner002975 .txt-area aside.t-2 {
	font-size: 46px;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

.Banner002975 .txt-area aside.t-3 {
	margin-bottom: 2.5em;
}

.Banner002975 .txt-area .more {
	font-size: 18px;
	line-height: 2.445em;
	border-radius: 50px;
	margin-top: 26%;
	border: solid 1px #ffffff;
	padding: 0 1.389em 0 1.778em;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.Banner002975 .txt-area .more span {
	display: block;
	position: relative;
	z-index: 3;
}

.Banner002975 .txt-area .more span:after {
	display: inline-block;
	content: '>';
	font-size: 16px;
	font-family: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“';
	margin-left: 30px;
}

.Banner002975 .txt-area .more:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #1fa9ee;
	;
	margin: -15px 0 0 -15px;
	opacity: 0;
	content: '';
	transition: 0.5s;
	box-shadow: 0px 10px 24px 0px rgba(46, 207, 217, 0.6);
}

.Banner002975 .txt-area .more:hover {
	border-color: transparent;
}

.Banner002975 .txt-area .more:hover:before {
	transform: scale(8);
	-webkit-transform: scale(8);
	-ms-transform: scale(8);
	opacity: 0.8;
}

@media(min-width:769px) {
	.Banner002975 .slider-pic .slick-dots {
		display: none!important;
	}
	.Banner002975 .wap {
		display: none;
	}
	.Banner002975 .txt-area aside {
		max-width: 50%;
	}
	.Banner002975 .slick-arrow {
		z-index: 20;
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		border: 1px solid #fff;
		border-right: 0;
		border-bottom: 0;
		margin-top: -8px;
	}
	.Banner002975 .slick-prev {
		left: 2.92vw;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	.Banner002975 .slick-next {
		right: 2.92vw;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
	}
	.Banner002975 .slider-txt {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 3.07vw;
		z-index: 10;
	}
	.Banner002975 .slider-txt li {
		color: #fff;
		opacity: 0.5;
		cursor: pointer;
	}
	.Banner002975 .slider-txt li.slick-current {
		opacity: 1;
	}
	.Banner002975 .slider-txt li span {
		display: inline-block;
		width: 16px;
		margin-right: 15px;
		position: relative;
		background: rgba(255, 255, 255, 0.5);
		opacity: 0;
		height: 1px;
		vertical-align: middle;
	}
	.Banner002975 .slider-txt li.slick-current span {
		opacity: 1;
	}
	.Banner002975 .slider-txt li span:before {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 0;
		background: #fff;
		content: '';
	}
	.Banner002975 .slider-txt li.slick-current span:before {
		width: 100%;
		transition: 6s;
	}
}

@media(min-width:769px) and (max-width:1366px) {
	.Banner002975 .txt-area aside {
		font-size: 2.2vw;
	}
	.Banner002975 .txt-area aside.t-2 {
		font-size: 3.2vw;
	}
	.Banner002975 .txt-area .more {
		font-size: 1.5vw;
	}
}

@media(max-width:768px) {
	.Banner002975 .slider-txt, .Banner002975 .pc {
		display: none;
	}
	.Banner002975 .txt-area {
		height: 45%;
		text-align: center;
	}
	.Banner002975 .txt-area aside.t-3 {
		margin-bottom: 2.5em;
	}
	.Banner002975 .slider-pic .slick-dots {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 20;
		bottom: 3%;
	}
	.Banner002975 .slider-pic .slick-dots li button {
		display: none;
	}
	.Banner002975 .slider-pic .slick-dots li {
		float: left;
		width: 20px;
		height: 2px;
		background: #86bf47;
		margin: 0 4px;
		opacity: 0.5;
	}
	.Banner002975 .slider-pic .slick-dots li.slick-active {
		opacity: 1;
	}
	.Banner002975 .txt-area aside {
		font-size: 4vw;
	}
	.Banner002975 .txt-area aside.t-2 {
		font-size: 4.5vw;
	}
	.Banner002975 .txt-area .more {
		font-size: 3vw;
	}
	.Banner002975 .slick-arrow {
		display: none!important;
	}
}

.section {
	width: 100%;
	height: 3483px;
	background: url(../uploadfiles/bg.png)top center no-repeat;
	background-size: contain;
}

.bottom {
	width: 100%;
	padding-bottom: 277px;
	background: url(../uploadfiles/bottom.jpg)top center no-repeat;
	background-size: contain;
}

.newsbox {
	background: #f8f8f8;
}

/*PicList000687 */

.PicList000687 {
	padding: 3vw 0 1vw 0;
	overflow: hidden;
}

.PicList000687 .auto {
	max-width: 1400px;
}

.PicList000687 .more {
	text-align: center;
	width: 125px;
	line-height: 40px;
	color: #fff;
	background: #008fd7;
	display: block;
}

@media(max-width:480px) {
	.PicList000687 .more {
		line-height: 10vw;
	}
}

.PicList000687 .tit {
	font-size: 18px;
	color: #5f5d5d;
	font-weight: normal;
}

.PicList000687 time {
	font-family: 'DIN-Medium';
}

.PicList000687 p {
	line-height: 1.715em;
	color: #7d7d7d;
	height: 3.43em;
	margin-bottom: 1.8vw;
	font-size: 15px;
}

@media(max-width:640px) {
	.PicList000687 .tit {
		font-size: 4vw;
	}
	.PicList000687 p {
		font-size: 3.5vw;
	}
}

.PicList000687 .news-list li {
	transition: 0.3s;
	border-bottom: 1px #e6e6e6 solid;
	padding: 30px 30px 30px 0;
}

.PicList000687 .news-list .main {
	padding-left: 3vw;
	position: relative;
	transition: 0.3s;
}

.PicList000687 .news-list li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	background: #fff;
	padding-left: 30px;
}

.PicList000687 .news-list .tit {
	margin-bottom: 12px;
}

.PicList000687 .news-list li:hover .tit {
	color: #008fd7;
}

.PicList000687 .news-list .pic {
	transition: 0.3s;
	text-align: center;
}

.PicList000687 .news-list .pic img {
	max-height: 196px;
}

.PicList000687 .news-list .pic a:hover .pic {
	margin-left: 5%;
}

.PicList000687 .news-list time {
	color: #aaa;
}

.PicList000687 .news-list .more {
	line-height: normal;
	color: #fff;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	width: auto;
	text-align: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border-radius: 18pc;
	padding: 0 30px;
	box-shadow: 0px 7px 8px rgba(31, 169, 238, 0.25);
	transition: 0.3s;
}

.PicList000687 .news-list li:hover .more {
	background: #008fd7;
	transition: 0.3s;
	padding: 0 35px;
}

@media(min-width:641px) {
	.PicList000687 .news-list .pic {
		width: 26%;
	}
}

@media(max-width:640px) {
	.PicList000687 .news-list .ytable-cell, .PicList000687 .news-list .ytable {
		display: block;
	}
	.PicList000687 .news-list li {
		margin-bottom: 4vw;
	}
	.PicList000687 .news-list .main {
		padding: 4vw;
		border: 2px solid #008fd7;
		border-bottom: 0;
	}
}

/*Floor002896 */

.Floor002896 {
	padding: 4% 0;
}

.Floor002896 .auto {
	max-width: 1400px;
	width: 96%;
}

.Floor002896 .main {
	position: relative;
	z-index: 1;
}

.Floor002896 .carousel {
	position: relative;
}

.Floor002896 .carousel .slides {
	overflow: hidden;
	position: relative;
}

.Floor002896 .carousel .slides .slideItem {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.Floor002896 .carousel .slides .slideItem a {
	position: relative;
	z-index: 10;
	display: block;
}

.Floor002896 .carousel .slides .slideItem .desc {
	display: none;
	line-height: 40px;
	text-align: center;
}

.Floor002896 .carousel .slides .slideItem#side0 img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.Floor002896 .carousel .slides .slideItem#side0 .desc {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.Floor002896 .carousel .prevButton, .Floor002896 .carousel .nextButton {
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff;
	z-index: 30;
}

.Floor002896 .carousel .prevButton:before, .Floor002896 .carousel .nextButton:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	transform: rotate(45deg);
}

.Floor002896 .carousel .prevButton:before {
	transform: rotate(-135deg);
}

.Floor002896 .info-show {
	background: #fff;
}

.Floor002896 .info-show li .time {
	font-size: 72px;
	line-height: 54px;
	color: #000;
	vertical-align: bottom;
	margin-bottom: 30px;
	font-family: 'DIN';
}

.Floor002896 .info-show li .time i {
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	vertical-align: bottom;
	margin: 0 8px 0 5px;
	display: inline-block;
}

.Floor002896 .info-show li .time span {
	font-size: 18px;
	line-height: 18px;
	vertical-align: bottom;
}

.Floor002896 .info-show li .title {
	font-size: 18px;
	line-height: 24px;
	color: #5f5d5d;
	margin-bottom: 4.7%;
}

.Floor002896 .info-show li .des {
	font-size: 15px;
	line-height: 28px;
	color: #888;
	margin-bottom: 9%;
	height: 84px;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.Floor002896 .info-show li .more {
	line-height: normal;
	color: #fff;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	width: auto;
	text-align: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border-radius: 18pc;
	padding: 0 30px;
	box-shadow: 0px 7px 8px rgba(31, 169, 238, 0.25);
}

.Floor002896 .info-show {
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 15px;
}

.Floor002896 .info-show li:hover a {
	color: #008fd7
}

@media(min-width:1025px) {
	.Floor002896 .info-show {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 44.4%;
	}
	.Floor002896 .carousel {
		float: left;
		width: 55.6%;
	}
	.Floor002896 .carousel .prevButton, .Floor002896 .carousel .nextButton {
		left: 100%;
	}
	.Floor002896 .carousel .prevButton {
		margin-left: -60px;
	}
	.Floor002896 .info-show ul {
		height: 100%;
		position: relative;
	}
	.Floor002896 .info-show li {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		transition: 0.3s;
		display: none;
	}
	.Floor002896 .info-show li.active {
		opacity: 1;
		display: block;
	}
	.Floor002896 .info-show li .ytable {
		height: 100%;
		width: 78%;
		margin: 0 auto;
	}
}

@media(max-width:1024px) {
	.Floor002896 .carousel .prevButton {
		right: 40px;
	}
	.Floor002896 .carousel .nextButton {
		right: 0;
	}
	.Floor002896 .info-show {
		padding: 4%;
	}
	.Floor002896 .info-show li {
		display: none;
	}
	.Floor002896 .info-show li.active {
		display: block;
	}
}

@media(max-width:640px) {
	.Floor002896 .name {
		font-size: 28px;
	}
	.Floor002896 .info-show li .time {
		font-size: 50px;
	}
	.Floor002896 .info-show li .des {
		line-height: 22px;
		height: 66px;
	}
}

/*
 .Page002274 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºdemoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·
 */

.Page002274 {
	text-align: center;
	padding: 1% 0 60px;
	color: #777666;
}

.Page002274 .Pages * {
	vertical-align: middle;
}

.Page002274 .Pages .p_cur, .Page002274 .Pages .p_count, .Page002274 .Pages .p_total {
	display: none;
}

.Page002274 .Pages a {
	display: inline-block;
	padding: 0 15px;
	line-height: 37px;
	background-color: #eef0f1;
	color: #777666;
	margin-left: 5px;
}

.Page002274 .Pages a:hover, .Page002274 .Pages a.a_cur {
	color: #fff;
	background-color: #008fd7;
}

.Page002274 .Pages em {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.Page002274 .Pages .i_text {
	width: 47px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
	cursor: pointer;
	background: none;
	width: 47px;
	height: 36px;
	border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
	font-weight: normal;
	margin: 0 5px;
}

.Page002274 .Pages .a_prev, .Page002274 .Pages .a_next {
	font-weight: bold;
	padding: 0 25px;
}

@media(max-width:1000px) {
	.Page002274 .Pages em {
		display: none;
	}
}

@media(max-width:640px) {
	.Page002274 .Pages a.a_first, .Page002274 .Pages a.a_end {
		display: none;
	}
	.Page002274 .Pages a {
		padding: 0 10px;
	}
}

/*! fancyBox ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/PicList002311-blank.gif');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/PicList002311-fancybox_sprite@2x.png');
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url('../images/PicList002311-fancybox_loading@2x.gif');
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}

/*carousel ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	/* overflow: hidden; */
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*
 .PicList002311 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºdemoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·
 */

.PicList002311 {}

.PicList002311 .CenTitle {
	padding: 15px 0 10px 0;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	border-top: 1px solid #e7f0f4;
}

.PicList002311 .CenTitle .name {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	line-height: 30px;
}

.PicList002311 .CenTitle .line {
	width: 10px;
	height: 1px;
	background: #f68121;
	overflow: hidden;
	margin: 0 auto;
}

.PicList002311 .honorList {
	position: relative;
	padding: 20px 40px;
}

.PicList002311 .honorList .btn {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/PicList002311-button_hover.png);
	cursor: pointer;
}

.PicList002311 .honorList .prev {
	left: 0;
	background-position: left top;
}

.PicList002311 .honorList .prev:hover {
	background-position: left bottom;
}

.PicList002311 .honorList .next {
	right: 0;
	background-position: right top;
}

.PicList002311 .honorList .next:hover {
	background-position: right bottom;
}

.PicList002311 .honorList .list {
	margin: 0 auto;
	overflow: hidden;
}

.PicList002311 .honorList .list .ul li {
	padding: 0 2%;
}

.PicList002311 .honorList .list .ul .dot {
	display: block;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
}

.PicList002311 .honorList .list .ul .dot:hover {
	color: #002870;
}

@media only screen and (min-width:768px) {
	.PicList002311 .honorList {
		padding: 20px 50px;
	}
}

/*
 .RighInfo002799
 */

.RighInfo002799 {
	/* padding: 3% 0; */
	position: relative;
}

.RighInfo002799 .columnname {
	color: #fff;
}

.RighInfo002799 dd {
	float: left;
	margin: 3% 0 0;
	width: 48.5%;
	margin-right: 3%;
}

.RighInfo002799 dd:nth-child(2n) {
	margin-right: 0;
}

.RighInfo002799 .main {
	color: #e5dbcb;
	padding: 6.5% 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.RighInfo002799 .main .ytable {
	height: 100%;
}

.RighInfo002799 .subtit {
	font-size: 24px;
	color: #fff !important;
	margin-top: 3%;
	position: relative;
	margin-bottom: 1%;
}

.RighInfo002799 .subtit:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: none;
	position: relative;
	top: -4px;
	margin-right: 8px;
	border-radius: 50%;
	border: 2px solid #2ecfd9;
}

.RighInfo002799 .subtit span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 48px;
	text-transform: uppercase;
	font-family: Din;
	opacity: .08;
	letter-spacing: 5px;
	color: #fff;
}

.RighInfo002799 .subtit span i {
	font-size: 68px;
	font-style: normal;
}

.RighInfo002799 p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: justify;
	margin: 0;
}

.RighInfo002799 .p1:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 1px;
	background: #fff;
	margin-right: 8px;
	position: relative;
	top: -5px;
}

@media (max-width: 768px) {
	.RighInfo002799 .auto {
		padding: 0 3%;
	}
	.RighInfo002799 .pic {
		float: none;
		width: 100%;
		margin-bottom: 5%;
		margin-left: 0;
	}
	.RighInfo002799 .tit .en {
		font-size: 38px;
	}
	.RighInfo002799 .tit .cn {
		margin-top: -25px;
		font-size: 38px;
	}
}

/*Timeline000397 */

.Timeline {
	padding: 10% 0;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat
}

.Timeline h3 {
	margin: 0;
	padding-bottom: 1%;
	color: #008fd7;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.Timeline .columnname {
	color: #5f5d5d;
	margin-bottom: 1%;
}

.Timeline000397 {
	position: relative;
}

.Timeline000397::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #c8d3db;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	z-index: 1;
}

.Timeline000397 .owl-stage-outer {
	/* overflow: hidden; */
}

.Timeline000397 .owl-item {
	float: left;
}

.Timeline000397 .auto {
	position: relative;
	z-index: 2;
}

.Timeline000397 .bd li {
	float: left;
	width: 200px;
}

.Timeline000397 .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.Timeline000397 .owl-nav button {
	padding: 0;
	font-size: 22px;
	background: #fff;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -20px;
	left: 0;
	border: none;
	background: #aaa;
	border-radius: 24px;
	z-index: 10;
	cursor: pointer;
}

.Timeline000397 .owl-nav button span {
	display: none;
}

.Timeline000397 .owl-nav button:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -6px;
}

.Timeline000397 .owl-nav .owl-prev:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-left: -3px;
}

.Timeline000397 .owl-nav .owl-next {
	right: 0;
	position: absolute;
	left: auto;
}

.Timeline000397 .owl-nav button:hover {
	background: #008fd7;
	border-color: #008fd7;
	transition: 0.3s;
}

.Timeline000397 .owl-nav button:hover:before {
	border-color: #fff;
}

.Timeline000397 .item {
	position: relative;
}

.Timeline000397 .item .icon {
	width: 20px;
	height: 20px;
	background: url(../images/Timeline000397-icon1.png) no-repeat left bottom;
}

.Timeline000397 .item div {
	color: #5f5d5d;
}

.Timeline000397 .item time {
	text-align: center;
	color: #393939;
	font-family: "DINCond-Bold";
	font-size: 16px;
}

.Timeline000397 .item time em {
	font-size: 36px;
	font-style: normal;
	font-family: Din;
	font-weight: bolder;
	color: #5f5d5d;
}

@media(min-width:1001px) {
	.Timeline000397 .owl-prev {
		left: -24px;
	}
	.Timeline000397 .owl-next {
		right: -24px;
	}
}

@media(min-width:601px) {
	.Timeline000397 .owl-item {
		padding: 0 10px;
	}
	.Timeline000397 .item {
		height: 380px;
	}
	.Timeline000397 .item .icon {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -10px;
		margin-top: -10px;
	}
	.Timeline000397 .item div {
		line-height: 1.5;
		font-size: 15px;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 260px;
		text-align: center;
		padding: 10px;
		border-radius: 8px;
		color: #5f5d5d;
		font-size: 15px;
		text-align: center;
	}
	.Timeline000397 .item div pre {
		text-align: center;
		margin-bottom: 10px;
		line-height: 26px;
	}
	.Timeline000397 .owl-item:nth-child(2n) .item div {
		bottom: auto;
		top: 260px;
	}
	.Timeline000397 .item div:after {
		display: inline-block;
		content: '';
		width: 1px;
		height: 42px;
		background: #dbebf3;
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -1px;
	}
	.Timeline000397 .owl-item:nth-child(2n) .item div:after {
		bottom: 100%;
		top: auto;
	}
	.Timeline000397 .item time {
		position: absolute;
		width: 100%;
		top: 54%;
	}
	.Timeline000397 .owl-item:nth-child(2n) .item time {
		top: 32%;
	}
}

@media(max-width:1000px) {
	.Timeline000397 .owl-prev {
		left: 0;
	}
	.Timeline000397 .owl-next {
		right: 0;
	}
}

@media(max-width:600px) {
	.Timeline {
		padding: 30px 0;
	}
	.Timeline000397::before {
		top: 60px;
		margin-top: 0;
	}
	.Timeline000397 .item time {
		font-weight: bold;
		font-size: 18px;
		display: block;
		line-height: 40px;
	}
	.Timeline000397 .item {
		padding: 0 5%;
	}
	.Timeline000397 .owl-nav {
		top: 60px;
	}
	.Timeline000397 .owl-nav button {
		margin-top: 0;
	}
	.Timeline000397 .item .icon {
		display: block;
		margin: 0 auto;
		height: 50px;
		background-position: center 3px;
		background-image: url(../images/Timeline000397-icon1.png);
	}
	.Timeline000397 .item div:after {
		display: inline-block;
		content: '';
		width: 1px;
		height: 42px;
		background: #c8d3db;
		position: absolute;
		left: 50%;
		top: 100%;
		margin-left: -1px;
	}
	.Timeline000397 .owl-item:nth-child(2n) .item div:after {
		bottom: 100%;
		top: auto;
	}
	.Timeline000397 .item div {
		padding-top: 0%;
		text-align: center;
		font-size: 16px;
		line-height: 26px
	}
	.Timeline000397 .item pre {
		text-align: center;
	}
}

/*RighInfo002738 */

.RighInfo002738 {
	padding: 3% 0 4%;
}

.RighInfo002738 .intro {
	margin-bottom: 3%;
}

.RighInfo002738 .intro p {
	line-height: 24px;
	margin: 10px 0 0;
	font-size: 15px;
	color: #666;
	padding-left: 12px;
	position: relative
}

.RighInfo002738 .intro p:after {
	content: '';
	background: #666;
	width: 5px;
	height: 5px;
	border-radius: 2.5px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.RighInfo002738 .flip-content img {
	border: 10px #fff solid;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.RighInfo002738 .columnname {
	color: #5f5d5d;
	margin-bottom: 3%;
}

.RighInfo002738 .flip-content img {
	border: 10px #fff solid;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.flipster-carousel .flip-items {
	margin: 20px auto;
}

.flipto-prev, .flipto-next {
	display: inline-block;
	font-size: 0;
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -77px;
}

.flipto-next {
	right: 2%;
	left: auto;
}

.flipto-prev:after, .flipto-next:after {
	display: inline-block;
	content: '';
	transition: 0.3s;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-left: 2px solid;
	border-bottom: 2px solid;
	margin-left: 18px;
	position: relative;
	border-color: #fff;
	margin-top: 15px;
}

.flipto-next:after {
	border-right: 2px solid;
	border-top: 2px solid;
	border-color: #fff;
	border-left: none;
	border-bottom: none;
	margin-left: 12px;
}

.flip-content h3 {
	color: #231815;
	font-size: 20px;
	padding: 27px 0 15px 0;
	margin: 0;
}

.flip-content p {
	line-height: 28px;
	text-align: center;
	display: block;
	height: 56px;
	overflow: hidden;
	color: #97a6b4;
	margin: 0;
	opacity: 0;
	font-size: 16px;
}

.flip-current p {
	opacity: 1;
}

@media(max-width:1024px) {
	.RighInfo002738 .box-2 {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

/*PicList002925 */

.PicList002925 {
	padding: 3.125vw 0;
	overflow: hidden;
	background: #f8f8f8;
}

.PicList002925 .columnname {
	color: #5f5d5d;
	margin-bottom: 3%;
}

.PicList002925 .list {
	padding: 0 3.4375vw;
	position: relative;
}

.PicList002925 .list ul {
	margin: 0 -2vw;
}

.PicList002925 li {
	float: left;
	text-align: center;
	position: relative;
	background: url("../images/PicList002925_taibg.png") repeat-x top 84% left;
}

.PicList002925 li a {
	display: block;
	position: relative;
	z-index: 3;
}

.PicList002925 li .pic {
	padding: 10px;
}

.PicList002925 li .Ispic {
	padding-bottom: 108%;
	background-size: contain;
}

.PicList002925 li .tit {
	margin-top: 1.303vw;
	margin-bottom: 2.08vw;
	padding: 0 5%;
}

.PicList002925 li .tit aside {
	font-size: 16px;
	line-height: 1.25em;
	height: 2.5em;
}

.PicList002925 .slick-arrow {
	font-size: 0;
	width: 48px;
	height: 48px;
	border: 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	padding: 0;
	background: none;
	z-index: 10;
	border-radius: 50%;
	border: #ccc solid 1px;
	transform: translateY(-50%);
}

.PicList002925 .slick-arrow:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -6px;
}

.PicList002925 .slick-prev:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-left: -3px;
}

.PicList002925 .slick-arrow:hover {
	background: #008fd7;
	border-color: #008fd7;
	transition: 0.3s;
}

.PicList002925 .slick-arrow:hover:before {
	border-color: #fff;
}

@media(min-width:1025px) {
	.PicList002925 .slick-prev {
		left: -52px;
	}
	.PicList002925 .slick-next {
		right: -52px;
	}
}

@media(min-width:769px) {
	.PicList002925 .list ul:after {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 84.2%;
		width: 2vw;
		left: -2vw;
	}
	.PicList002925 .list ul:before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 84.2%;
		width: 2vw;
		right: -2vw;
	}
}

@media(max-width:768px) {
	.PicList002925 .list {
		padding: 0 6vw;
	}
	.PicList002925 li {
		width: 50%;
	}
	.PicList002925 li .pic {
		padding-bottom: 7vw;
	}
	.PicList002925 li .tit {
		margin-bottom: 5vw;
	}
	.PicList002925 li:first-child:before, .PicList002925 li:nth-child(2n+1):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5;
		width: 7.4375vw;
		left: -3vw;
	}
	.PicList002925 li:last-child:before, .PicList002925 li:nth-child(2n):before {
		position: absolute;
		top: 0;
		content: '';
		height: 100%;
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5;
		width: 7.4375vw;
		right: -3vw;
	}
	.PicList002925 li .tit aside {
		font-size: 3vw;
	}
}

/*
 .Partner Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */

.Partner .slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.Partner .slick-list {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}

.Partner .slick-list:focus {
	outline: none
}

.Partner .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.Partner .slick-slider .slick-track, .Partner .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.Partner .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.Partner .slick-track:before, .Partner .slick-track:after {
	display: table;
	content: '';
}

.Partner .slick-track:after {
	clear: both;
}

.Partner .slick-loading .slick-track {
	visibility: hidden;
}

.Partner .slick-slide {
	display: none;
	float: left;
	min-height: 1px;
	margin-top: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.Partner .slick-slide .slick-loading img {
	display: none;
}

.Partner .slick-slide .dragging img {
	pointer-events: none;
}

.Partner .slick-initialized .slick-slide {
	display: block;
}

.Partner .slick-loading .slick-slide {
	visibility: hidden;
}

.Partner .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.Partner .slick-arrow .slick-hidden {
	display: none;
}

/*slick Basic End*/

.Partner {
	padding: 2% 0 4%;
}

.Partner .columnname {
	color: #5f5d5d;
	margin-bottom: 3%;
}

.Partner li {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #e8e8e8;
}

.Partner li a {
	position: relative;
	display: block;
}

.Partner li span {
	display: block;
	padding-bottom: 50%;
	background-size: contain;
}

.Partner li a figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 143, 215, 0.95);
	opacity: 0;
	transition: 0.3s;
}

.Partner li a:hover figure {
	opacity: 1;
}

.Partner li dl {
	display: table;
	width: 100%;
	height: 100%;
}

.Partner li dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

@media(min-width:769px) {
	.Partner li:nth-child(5n) {
		margin-right: 0;
	}
}

/*Banner002744 */

.Banner002744 {
	position: relative;
}

/*slick Basic*/

.Banner002744 .slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.Banner002744 .slick-list {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}

.Banner002744 .slick-list:focus {
	outline: none
}

.Banner002744 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.Banner002744 .slick-slider .slick-track, .Banner002744 .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.Banner002744 .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.Banner002744 .slick-track:before, .Banner002744 .slick-track:after {
	display: table;
	content: '';
}

.Banner002744 .slick-track:after {
	clear: both;
}

.Banner002744 .slick-loading .slick-track {
	visibility: hidden;
}

.Banner002744 .slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.Banner002744 .slick-slide .slick-loading img {
	display: none;
}

.Banner002744 .slick-slide .dragging img {
	pointer-events: none;
}

.Banner002744 .slick-initialized .slick-slide {
	display: block;
}

.Banner002744 .slick-loading .slick-slide {
	visibility: hidden;
}

.Banner002744 .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.Banner002744 .slick-arrow .slick-hidden {
	display: none;
}

/*slick Basic End*/

.Banner002744 li.slick-slide {
	position: relative;
}

.Banner002744 li.slick-slide a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-opacity: 0;
}

.Banner002744 li.slick-slide>img {
	display: block;
	width: 100%;
}

@media(min-width:1025px) {
	.Banner002744 li.slick-slide>img.wap {
		display: none;
	}
}

@media(max-width:1024px) {
	.Banner002744 li.slick-slide>img.pc {
		display: none;
	}
}

.Banner002744 .slick-dots {
	position: absolute;
	width: 90%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 5%;
	z-index: 10;
}

.Banner002744 .slick-dots li {
	float: left;
	width: 14px;
	height: 6px;
	background: rgba(255, 255, 255, 0.2);
	margin-right: 4px;
	cursor: pointer;
}

.Banner002744 .slick-dots li button {
	display: none;
}

.Banner002744 .slick-dots li.slick-active {
	background: #eb422c;
}

.Menu002499 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 143, 215, .8);
	z-index: 11;
}

.Menu002499 .auto_1400 {
	position: relative;
}

.WapMenu {
	padding-top: 0;
	text-align: left;
}

.MenuBox {
	position: relative;
}

.MeunTop {
	padding: 5px 60px 5px 15px;
	height: 50px;
	line-height: 40px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background: #1361a7;
}

.MeunTop .menuBtn {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 5px;
	background: url(../images/Menu002499-menubtn.png) no-repeat center;
}

.MeunTop .h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.navMenu {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	width: 100%;
	background: #1fa9ee;
	color: #fff;
	z-index: 88;
}

.navMenu a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 5px 15px;
}


@media (max-width:1001px){
	.navMenu a:hover,
	.navMenu li.on a{
		background: #2ecfd9;
	}
}
@media (min-width:1000px){
	.navMenu li:hover a,
	.navMenu li.on a {
		background: #2ecfd9;
	}
}

.navMenu .first a {
	font-size: 17px;
	font-weight: bolder; 
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
}
.navMenu .first a:hover{
	background: none;
}

@media screen and (min-width:1000px) {
	.MeunTop {
		display: none;
	}
	.navMenu {
		display: block;
		position: relative;
		background: none;
		color: #fff;
		line-height: 32px;
		margin: 0 auto;
	}
	.navMenu a {
		color: #fff;
		padding: 22px 40px;
	}
	.navMenu ul {
		text-align: center;
	}
	.navMenu li {
		display: inline-block;
		margin: 0;
		float: left;
		z-index: 9;
    	position: relative;
	}
	.navMenu.fix li{
		float: none;
	}
}

/*Menu002937 */

.Menu002937 {
	padding: 2% 0 0% 0;
}

.Menu002937 .ul {
	display: table;
	line-height: normal;
}

.Menu002937 .ul li {
	float: left;
	margin: 1px 0;
}

.Menu002937 .ul li:not(:last-child) {
	margin-right: 10px;
}

.Menu002937 .ul li a {
	display: block;
	line-height: 1.65em;
	padding: 0.8em 1.5em;
	font-size: 16px;
	background: #f4f4f4;
	text-align: center;
}

.Menu002937 .ul li.aon a, .Menu002937 .ul li a:hover {
	color: #fff;
	background: #008fd7;
}

@media(max-width:768px) {
	.Menu002937 .ul li a {
		min-width: 18.36vw;
		font-size: 3.5vw;
	}
}

@media(max-width:480px) {
	.Menu002937 .ul li a {
		font-size: 4vw;
		line-height: 2em;
	}
}

.columnname {
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	color: #5f5d5d;
	margin-bottom: 2%;
	position: relative;
	padding-left: 15px;
}

.columnname:after {
	background-image: linear-gradient(to bottom, #1fa9ee 40%, #2ecfd9 100%);
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 100%;
	width: 5px;
}

.columnname span {
	font-family: din;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #eee;
	line-height: 1em;
	display: inline-block;
	margin-left: 10px;
}

/*RighInfo002808 */

.RighInfo002808 {
	padding: 3% 0 0
}

.RighInfo002808 .auto {
	max-width: 1400px;
	width: 96%;
	position: relative;
	background: url("../images/RighInfo002808-img.png") no-repeat right bottom;
}

.RighInfo002808 .columnname {
	margin-top: 0%;
	padding-left: 0;
}

.RighInfo002808 .columnname:after {
	display: none
}

.RighInfo002808 .columnname span {
	display: block;
	font-size: 50px;
	margin-bottom: 5%
}

.RighInfo002808 .columnname b {
	font-weight: normal;
	display: block;
	position: relative;
	padding-left: 15px;
}

.RighInfo002808 .columnname b:after {
	background-image: linear-gradient(to bottom, #1fa9ee 40%, #2ecfd9 100%);
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	height: 100%;
	width: 5px;
}

.RighInfo002808 .floor {
	position: relative;
	z-index: 1.
}

.RighInfo002808 .floor .left {
	text-align: left;
	width: 31%;
	float: left;
	padding-top: 0;
}

.RighInfo002808 .floor .txt {
	width: 63%;
	float: right;
}

.RighInfo002808 .pic {
	position: absolute;
	bottom: -18%;
	z-index: 2;
}

.RighInfo002808 .img-title {
	position: relative;
	margin-top: 30%;
}

.introduce .fr {
	position: relative;
}

.introduce .img {
	position: relative;
}

.RighInfo002808 .img-title .open-video, .introduce .open-video, .img .open-video {
	width: 100%;
	cursor: pointer;
	background: url("../images/Floor003002_play.png") no-repeat center center;
	background-color: rgba(0, 0, 0, 0.25);
	height: 100%;
}

.RighInfo002808 .img-title .open-video, .introduce .open-video, .img .open-video {
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 5;
}

.RighInfo002808 .floor-1 .txt {
	color: #999;
	font-size: 16px;
}

.RighInfo002808 .floor-1 .info {
	padding-bottom: 6%;
}

.RighInfo002808 .floor-1 .txt h1 {
	font-size: 30px;
	color: #5f5d5d;
	font-weight: normal;
	margin-bottom: 5%;
}

.RighInfo002808 .floor-1 .txt h5 {
	margin: 20px 0 10px;
	color: #008fd7;
	font-size: 16px;
	font-weight: 600;
}

.RighInfo002808 .floor-1 .txt p, .RighInfo002808 .floor-1 .txt dd {
	color: #777;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 15px;
}

.RighInfo002808 .floor-1 .txt .imp_text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

.RighInfo002808 .floor-1 .txt dd {
	margin: 0;
	padding: 3px 0;
}

.RighInfo002808 .floor-1 .txt dd:before {
	content: '';
	background: #1fa9ee;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: -3px;
}

.RighInfo002808 .count {
	position: relative;
	z-index: 1;
	padding: 3% 0 1%;
	background: url("../images/count.jpg") no-repeat center center;
	background-size: cover;
}

.RighInfo002808 .count li {
	width: 31.33%;
	margin-right: 3%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	padding-left: 56px;
	margin-bottom: 4%;
	position: relative;
}

.RighInfo002808 .count li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 42px;
}

.RighInfo002808 .count li:nth-child(3n) {
	margin-right: 0;
}

.RighInfo002808 .count li p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	text-align: right;
}

.RighInfo002808 .count li aside {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.RighInfo002808 .count li aside b {
	font-size: 56px;
	font-family: Din;
	display: inline-block;
	vertical-align: sub;
	margin-right: 5px;
}

/*@media(min-width:1025px){
.RighInfo002808  .count:before{position: absolute; right: 0; top: 0; height: 100%; background: #f5f5f5;content: ''; width: 124.49%;}
}*/

@media(max-width:1024px) {
	.RighInfo002808 .floor-1 .Ispic {
		display: none;
	}
	.RighInfo002808 .count li {
		text-align: center;
	}
}

@media(min-width:641px) {
	.RighInfo002808 .count ul {
		width: 100%;
		position: relative;
		z-index: 2;
	}
}

@media(max-width:640px) {
	.RighInfo002808 .count ul {
		overflow: hidden;
	}
}

.video-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
}

.video-box .close {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 4;
	right: 20px;
	top: 20px;
}

.video-box .close::before, .video-box .close::after {
	position: absolute;
	content: '';
	width: 80%;
	left: 10%;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
	background: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.video-box .close::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.video-box .ytable {
	height: 100%;
}

.video-box .ytable-cell {
	text-align: center;
}

.video-box video {
	width: 90%;
	max-width: 900px;
}

/*RighInfo002940 */

.RighInfo002940 {
	padding: 4vw 0 4vw;
}

.RighInfo002940 .auto {
	max-width: 1400px;
}

.RighInfo002940 h3 {
	color: #5f5d5d;
	font-size: 36px;
	text-align: center;
	margin-bottom: 2.5vw;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 1%;
	position: relative;
}

.RighInfo002940 h3:after {
	content: '';
	width: 140px;
	height: 4px;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -70px;
}

.RighInfo002940 .title {
	color: #5f5d5d;
	font-size: 24px;
	/* font-weight: bold; */
	margin-bottom: 2vw;
}

.RighInfo002940 .contact .ytable {
	table-layout: fixed;
}

.RighInfo002940 .contact dt {
	float: left;
	width: 31.333%;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #e9e9e9 solid;
}

.RighInfo002940 .contact dt:nth-child(3n) {
	margin-right: 0;
}

.RighInfo002940 .contact .icon {
	width: 70px;
}

.RighInfo002940 .contact .txt {
	padding-left: 1vw;
	font-size: 16px;
	color: #5f5d5d;
}

.RighInfo002940 .contact dt .tel {
	font-family: Din;
	font-size: 24px;
	color: #008fd7;
	font-weight: bold
}

.RighInfo002940 .contact .txt span {
	color: #999;
	font-size: 16px;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}

.RighInfo002940 .map {
	margin-top: 2.76vw;
}

.RighInfo002940 .map #allmap {
	height: 455px;
}

.RighInfo002940 .map #allmap img {
	max-width: none;
}

.RighInfo002940 .map #allmap, .RighInfo002940 .map #allmap * {
	box-sizing: content-box;
	font-size: 14px;
	color: #666;
}

.RighInfo002940 .BMap_bubble_content b {
	display: block;
	font-size: 16px !important;
	color: #333 !important;
	margin-top: 3px;
	margin-bottom: 8px;
}

@media(max-width:640px) {
	.RighInfo002940 {
		padding: 5vw 0;
	}
	.RighInfo002940 .title {
		font-size: 4.5vw;
	}
	.RighInfo002940 .contact .icon {
		width: 10vw;
	}
	.RighInfo002940 .contact .txt {
		font-size: 3.5vw;
	}
	.RighInfo002940 .map #allmap {
		height: 70vw;
	}
}

/*
 .Form002802
 */

.Form002802 {
	padding: 3% 0 2%;
	background: #f8f8f8;
}

.Form002802 h3 {
	color: #5f5d5d;
	font-size: 36px;
	text-align: center;
	margin-bottom: 2.5vw;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 1%;
	position: relative;
}

.Form002802 h3:after {
	content: '';
	width: 140px;
	height: 4px;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -70px;
}

.Form002802 .from {
	max-width: 1400px;
	margin: 0 auto;
}

.Form002802 .from td {
	padding-right: 3%;
	padding-bottom: 2%;
}

.Form002802 .from td p {
	margin: 0;
	color: #999;
	text-align: center;
}

.Form002802 .from td div {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.Form002802 .from label {
	font-size: 15px;
	line-height: 50px;
	color: #5f5d5d;
	display: table-cell;
	vertical-align: middle;
	width: 55px;
}

.Form002802 .from .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
	border: none;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	border: 1px #eee solid;
}

.Form002802 .from textarea.text {
	height: 132px;
}

.Form002802 .from tr.ly label {
	width: 96px;
	vertical-align: top;
}

.Form002802 .from tr.ly label span {
	display: inline-block;
	color: #ee1f1f;
	margin-right: 5px;
}

.Form002802 .from .btn {
	padding-bottom: 1.5%;
	text-align: center;
}

.Form002802 .from .btn input {
	line-height: normal;
	color: #fff;
	border: none;
	cursor: pointer;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	width: auto;
	text-align: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border-radius: 18pc;
	padding: 0 50px;
	box-shadow: 0px 7px 8px rgba(31, 169, 238, 0.25);
	transition: 0.3s;
}

.Form002802 .from .btn input:hover {
	background: #008fd7;
	transition: 0.3s;
	padding: 0 55px;
}

@media(min-width:641px) {
	.Form002802 .from td:nth-child(3n), .Form002802 .from .textareas, .Form002802 .from .btn, .Form002802 .from .tip {
		padding-right: 0;
	}
}

@media(max-width:640px) {
	.Form002802 .from td {
		display: block;
		padding-right: 0;
	}
	.Form002802 .address dd {
		float: none;
		width: auto;
		padding-left: 0;
	}
}

/*Timeline002859 */

@font-face {
	font-family: "Oswald Bold";
	src: url(../Fonts/OswaldBold.woff) format("woff");
	font-diplay: swap;
}

@font-face {
	font-family: "YouSheBiaoTiHei";
	src: url(../Fonts/YouSheBiaoTiHei.woff) format("woff");
	font-diplay: swap;
}

/*slick Basic*/

.Timeline002859 .slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.Timeline002859 .slick-list {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}

.Timeline002859 .slick-list:focus {
	outline: none
}

.Timeline002859 .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.Timeline002859 .slick-slider .slick-track, .Timeline002859 .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.Timeline002859 .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.Timeline002859 .slick-track:before, .Timeline002859 .slick-track:after {
	display: table;
	content: '';
}

.Timeline002859 .slick-track:after {
	clear: both;
}

.Timeline002859 .slick-loading .slick-track {
	visibility: hidden;
}

.Timeline002859 .slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.Timeline002859 .slick-slide .slick-loading img {
	display: none;
}

.Timeline002859 .slick-slide .dragging img {
	pointer-events: none;
}

.Timeline002859 .slick-initialized .slick-slide {
	display: block;
}

.Timeline002859 .slick-loading .slick-slide {
	visibility: hidden;
}

.Timeline002859 .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.Timeline002859 .slick-arrow .slick-hidden {
	display: none;
}

/*slick Basic End*/

.Timeline002859 .f-cn {
	font-family: "YouSheBiaoTiHei";
}

.Timeline002859 .f-num {
	font-family: "Oswald Bold";
}

.Timeline002859 .info-css {
	text-align: center;
	color: #233559;
	font-size: 20px;
	line-height: normal;
	padding-top: 4%;
}

.Timeline002859 .info-css .t-1 {
	display: inline-block;
	padding-right: 7.167%;
	padding-left: 7.167%;
	padding-top: 24px;
	position: relative;
	background: url(../images/yinhao-r.png) no-repeat right top;
	background-size: 6.617% auto;
}

.Timeline002859 .info-css .t-1:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 6.617%;
	height: 100%;
	background: url(../images/yinhao-l.png) no-repeat left top;
	background-size: contain;
}

.Timeline002859 .info-css aside .f-cn {
	font-size: 36px;
	color: #742748;
}

@media(max-width:640px) {
	.Timeline002859 .info-css {
		font-size: 16px;
	}
	.Timeline002859 .info-css aside .f-cn {
		font-size: 28px;
	}
}

.Timeline002859 .history {
	margin-top: 4%;
	background: url(../images/Timeline002859_bg.jpg) no-repeat center top;
}

.Timeline002859 .year li {
	position: absolute;
	z-index: 10;
}

.Timeline002859 .year li:not(:first-child) {
	cursor: pointer;
}

.Timeline002859 .year li i {
	display: block;
	width: 20px;
	height: 20px;
	background: #b9cce6;
	border: 4px solid #fff;
	border-radius: 50%;
}

.Timeline002859 .year li:nth-child(1) {
	right: 1%;
	top: 15%;
}

.Timeline002859 .year li:nth-child(2) {
	right: 6%;
	top: 24%;
}

.Timeline002859 .year li:nth-child(3) {
	right: 15%;
	top: 34%;
}

.Timeline002859 .year li:nth-child(4) {
	right: 23%;
	top: 35%;
}

.Timeline002859 .year li:nth-child(5) {
	right: 30%;
	top: 37%;
}

.Timeline002859 .year li:nth-child(6) {
	right: 37%;
	top: 43%;
}

.Timeline002859 .year li:nth-child(7) {
	right: 48%;
	top: 50%;
}

.Timeline002859 .year li:nth-child(8) {
	right: 54%;
	top: 55%;
}

.Timeline002859 .year li:nth-child(9) {
	right: 61%;
	top: 59%;
}

.Timeline002859 .year li:nth-child(10) {
	right: 67.5%;
	top: 65%;
}

.Timeline002859 .year li:nth-child(11) {
	right: 74%;
	top: 71%;
}

.Timeline002859 .year li:nth-child(12) {
	right: 79.5%;
	top: 76%;
}

.Timeline002859 .year li:nth-child(13) {
	right: 86%;
	top: 79%;
}

.Timeline002859 .year li:nth-child(14) {
	right: 93.5%;
	top: 81%;
}

.Timeline002859 .year li span {
	position: absolute;
	font-size: 24px;
	color: #233559;
}

.Timeline002859 .year li:not(:first-child) span {
	top: 50%;
	line-height: 30px;
	margin-top: 0px;
}

.Timeline002859 .year li:nth-child(1) span, .Timeline002859 .year li:nth-child(3) span, .Timeline002859 .year li:nth-child(5) span, .Timeline002859 .year li:nth-child(7) span, .Timeline002859 .year li:nth-child(9) span, .Timeline002859 .year li:nth-child(11) span, .Timeline002859 .year li:nth-child(13) span {
	color: #fff;
}

.Timeline002859 .year li:nth-child(2n) span {
	left: 100%;
	margin-left: -38px;
	margin-top: 16px;
}

.Timeline002859 .year li:nth-child(2n-1) span {
	right: 100%;
	margin-right: -34px;
	margin-top: -46px;
}

.Timeline002859 .year li:nth-child(1) span {
	font-size: 18px;
	right: auto;
	margin-right: 0;
	bottom: 100%;
	margin-bottom: 10px;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	text-align: center;
	font-weight: bold;
}

.Timeline002859 .year li.on span {
	color: #742748!important;
}

.Timeline002859 .year li.on i {
	background: #742748;
}

.Timeline002859 .year-con .box .title {
	font-size: 20px;
	color: #233559;
	font-weight: bold;
	padding-bottom: 20px;
}

.Timeline002859 .year-con .box .title b {
	font-size: 40px;
	margin-right: 5px;
}

.Timeline002859 .year-con .singlePage {
	font-size: 16px;
	line-height: 36px;
	color: #233559;
	height: 144px;
	overflow: auto;
}

@media(min-width:1201px) {
	.Timeline002859 .history {
		height: 770px;
	}
	.Timeline002859 .history .auto {
		max-width: 1200px;
		position: relative;
		z-index: 1;
		height: 100%;
	}
	.Timeline002859 .history .line {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: url(../images/Timeline002859-line.png) no-repeat center bottom;
		height: 0;
		transition: 2s ease-in-out;
	}
	.Timeline002859 .history.Show .line {
		height: 100%;
	}
	.Timeline002859 .year-con {
		position: absolute;
		left: 0;
		top: 10%;
		z-index: 5;
		width: 55%;
	}
}

@media(max-width:1100px) {
	.Timeline002859 .history {
		background-size: cover;
	}
	.Timeline002859 .year {
		display: none;
	}
}

@media(max-width:1024px) {
	.Timeline002859 .history {
		padding: 3% 0 5% 0;
	}
	#year {
		padding: 0 30px;
		position: relative;
	}
	#year:before {
		position: absolute;
		left: 0;
		top: 33px;
		width: 100%;
		height: 1px;
		background: #fff;
		content: '';
	}
	#year li.slick-slide {
		text-align: center;
		color: #fff;
		font-size: 20px;
		padding: 20px 0;
	}
	#year li.slick-slide i {
		display: block;
		margin: 7px auto;
		width: 12px;
		height: 12px;
		background: #fff;
		border-radius: 50%;
		position: relative;
	}
	#year li.slick-current span {
		color: #742748;
	}
	#year li.slick-current i {
		background: #742748;
	}
	#year li.slick-slide i:before {
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		background: #742748;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		margin: -3px 0 0 -3px;
	}
	#year li.slick-current i:before {
		background: #fff;
	}
	#year .slick-arrow {
		position: absolute;
		top: 19px;
		font-size: 0;
		cursor: pointer;
		padding: 0;
		border: 1px solid #fff;
		background: #fff;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		z-index: 20;
	}
	#year .slick-arrow:before {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #742748;
		border-right: 2px solid #742748;
		transform: rotate(45deg);
		margin: -5px 0 0 -5px;
	}
	#year .slick-prev:before {
		transform: rotate(-135deg);
		margin-left: -2px;
	}
	#year .slick-prev {
		left: 0;
	}
	#year .slick-next {
		right: 0;
	}
}

/*RighInfo000623 */

@font-face {
	font-family: 'bebas-neue';
	src: url("https://work.gzwhir.com:51932/Build/Content/Resoures/whirfonts/bebas-neue.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'DIN-Medium';
	src: url("https://work.gzwhir.com:51932/Build/content/Resoures/whirfonts/DIN/Medium.woff") format("woff");
	font-display: swap;
}

.RighInfo000623 {
	padding: 3.125vw 0;
	/*background: #f5f5f5;*/
}

.RighInfo000623 .auto {
	max-width: 1400px;
	position: relative;
}

.RighInfo000623 .columnname {
	position: absolute;
	left: 6%;
	top: 2.5vw;
	width: 100%;
}

.RighInfo000623 .title {
	margin-bottom: 2vw;
}

.RighInfo000623 .title:after {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background: #a52d33;
	margin-top: 1vw;
}

.RighInfo000623 .title .cn {
	font-size: 30px;
	color: #a52d33;
	padding-bottom: 10px;
	font-weight: bold;
}

.RighInfo000623 .title .en {
	font-family: 'bebas-neue';
	color: #d2d2d2;
	letter-spacing: 2px;
}

@media(max-width:768px) {
	.RighInfo000623 .title {
		padding-bottom: 6vw;
	}
}

@media(max-width:640px) {
	.RighInfo000623 .title .cn {
		font-size: 6vw;
	}
}

.RighInfo000623 .ytable-cell {
	padding: 8vw 0 2.5vw;
}

.RighInfo000623 .pic .inner {
	position: relative;
}

.RighInfo000623 .pic time {
	bottom: 0;
	text-align: right;
	position: absolute;
	right: 0;
	background: rgba(165, 45, 51, 0.64);
	color: #fff;
	padding: 26px 50px 26px 26px;
}

.RighInfo000623 .pic time span {
	display: block;
	margin-bottom: 5px;
	font-family: 'DIN-Medium';
	font-size: 72px;
	line-height: 0.8em;
}

.RighInfo000623 .pic time span:before {
	display: inline-block;
	height: 2px;
	background: #fff;
	content: '';
	width: 16px;
	vertical-align: bottom;
	margin-right: 5px;
}

.RighInfo000623 .info {
	background: url("../images/RighInfo000623_bg.jpg") no-repeat left top #fff;
	background-size: contain;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
}

.RighInfo000623 .p-info {
	font-size: 15px;
	line-height: 28px;
	color: #777;
}

.RighInfo000623 .p-info p {
	margin: 0 0 20px 0;
}

@media(min-width:1025px) {
	.RighInfo000623 .pic {
		width: 16.429%;
	}
	.RighInfo000623 .pic .inner {
		width: 208%;
		margin-left: -108%;
	}
	.RighInfo000623 .info .inner {
		padding-left: 8%;
		padding-right: 28%;
	}
}

@media(max-width:1024px) {
	.RighInfo000623 .ytable, .RighInfo000623 .ytable-cell {
		display: block;
	}
	.RighInfo000623 .info {
		padding: 6vw;
	}
}

@media(max-width:640px) {
	.RighInfo000623 .pic time span {
		font-size: 12vw;
	}
	.RighInfo000623 .p-info {
		font-size: 3.5vw;
	}
}

/*Banner002661 */

.Banner002661 {
	position: relative;
	z-index: 100;
}

.Banner002661 .banner {
	position: relative;
}

.Banner002661 img {
	display: block;
	width: 100%;
}

.Banner002661::before, .Banner002661 .ycenter {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.Banner002661::before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

.Banner002661 .ycenter {
	z-index: 10;
}

.Banner002661 .ycenter section {
	width: 100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5%;
	text-align: center;
}

.Banner002661 .ycenter h2 {
	font-size: 42px;
	margin: 0;
	font-weight: normal;
	margin-bottom: 6px;
}

.Banner002661 .ycenter h3 {
	font-size: 42px;
	margin: 0;
	font-weight: normal;
	margin-bottom: 16px;
}

.Banner002661 .ycenter p {
	margin-top: 0;
	font-size: 24px;
	text-align: center;
}

.Banner002661 .ycenter .words {
	font-size: 22px;
}

@media(max-width:1024px) {
	.Banner002661 .ycenter h2 {
		font-size: 35px;
	}
	.Banner002661 .ycenter p {
		font-size: 16px;
	}
}

@media(max-width:480px) {
	.Banner002661 .ycenter h2 {
		font-size: 24px;
	}
	.Banner002661 .ycenter p {
		font-size: 12px;
	}
}

/*
 .TextList001729 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºdemoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·
 */

.TextList001729 {
	margin: 4% 0 1.5%;
}

.TextList001729 .type {
	display: table;
	width: 100%;
	/* background: #f8f8f8; */
}

.TextList001729 ol.type {
	font-size: 16px;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	color: #fff;
}

.TextList001729 ol.type li {
	font-size: 18px;
}

.TextList001729 .type li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 24px;
	font-size: 16px;
}

.TextList001729 ul.type li {
	cursor: pointer;
}

.TextList001729 .type li:nth-child(1) {
	width: 12%;
}

.TextList001729 .type li:nth-child(2) {
	width: 11%;
}

.TextList001729 .type li:nth-child(3) {
	width: 10%;
}

.TextList001729 .type li:nth-child(4), .TextList001729 .type li:nth-child(5), .TextList001729 .type li:nth-child(6), .TextList001729 .type li:nth-child(7) {
	width: 13%;
}

.TextList001729 .type li:nth-child(8) {
	width: 15%;
}

.TextList001729 .type li:nth-child(1), .TextList001729 .type li:nth-child(8) {
	padding-left: 2%;
	text-align: left !important;
}

.TextList001729 ul.type li:nth-child(8) {
	background: url(../images/TextList001729-icon_close.png) no-repeat 90% center;
}

.TextList001729 ul.type.On li:nth-child(8) {
	background-image: url(../images/TextList001729-icon_open.png);
}

.TextList001729 .list {
	border-bottom: 1px solid #e9e9e9;
}

.TextList001729 .list .con {
	display: none;
	overflow: hidden;
	font-size: 15px;
	padding: 2%;
	background: #f8f8f8;
}

.TextList001729 .list .con p {
	line-height: 30px;
	font-size: 15px;
	color: #888;
}

.TextList001729 .list .con p strong {
	color: #5f5d5d;
	margin-bottom: 5px;
	display: block;
}

.TextList001729 .btn_apply a {
	line-height: normal;
	color: #fff;
	font-size: 15px;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	width: auto;
	text-align: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border-radius: 18pc;
	padding: 0 30px;
	box-shadow: 0px 7px 8px rgba(31, 169, 238, 0.25);
	margin: 1% 0 2%;
}

@media(max-width:1000px) {
	.TextList001729 .type li:nth-child(2), .TextList001729 .type li:nth-child(5), .TextList001729 .type li:nth-child(6) {
		display: none;
	}
	.TextList001729 .type li {
		width: 20% !important;
	}
}

@media(max-width:768px) {
	.TextList001729 .search {
		position: relative;
		margin-top: 10px;
		top: auto;
		width: auto;
	}
	.TextList001729 .type li:nth-child(7) {
		display: none;
	}
	.TextList001729 .type li {
		width: 24% !important;
	}
	.TextList001729 .type li:nth-child(8) {
		width: 28% !important;
	}
}

@media(max-width:480px) {
	.TextList001729 .type li:nth-child(3) {
		display: none;
	}
	.TextList001729 .type li {
		width: 30% !important;
	}
	.TextList001729 .type li:nth-child(8) {
		width: 40% !important;
	}
	.TextList001729 ol.type {
		font-size: 15px;
	}
	.TextList001729 .btn_apply a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.TextList001729 ul.type li:nth-child(8) {
		background-size: 16px auto;
	}
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

/*
 .RighInfo002778 
 */

.RighInfo002778 {
	padding: 4% 0;
}

.RighInfo002778 .auto_1650 {
	max-width: 1650px;
}

@media(max-width:1650px) {
	.RighInfo002778 .auto_1650 {
		padding: 0 2%;
	}
}

.RighInfo002778 .auto_1680 {
	max-width: 1680px;
}

@media(max-width:1680px) {
	.RighInfo002778 .auto_1680 {
		padding: 0 2%;
	}
}

.RighInfo002778 .title {
	padding-bottom: 2%;
	font-size: 26px;
	color: #5f5d5d;
	position: relative;
	text-align: center;
}

.RighInfo002778 .title span {
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Arial";
	color: #f7f7f7;
	display: block;
	position: absolute;
	top: 5%;
	width: 100%;
	z-index: -1;
	line-height: 36px;
}

/* .RighInfo002778 .title:after{ display:block; content:''; margin:30px  auto 0;width:40px; height:1px;background-color:#ccc;} */

.RighInfo002778 .intro, .RighInfo002778 .img {
	/* padding:2%; */
	margin: 0 auto;
}

.RighInfo002778 .span {
	color: #cb8d40;
	font-size: 36px;
}

.RighInfo002778 .h1 {
	color: #5f5d5d;
	font-size: 36px;
	position: relative;
	padding-bottom: 2%;
	font-weight: normal;
}

.RighInfo002778 .h1:after {
	position: absolute;
	left: 16px;
	bottom: 0;
	display: block;
	content: '';
	width: 1px;
	height: 40px;
}

.RighInfo002778 .columnname {
	margin-top: 0%;
	padding-bottom: 6%;
}

.RighInfo002778 .p {
	color: #999;
	font-size: 14px;
	margin: 0;
	line-height: 32px;
	margin-bottom: 2%;
}

.RighInfo002778 .p2 {
	color: #555;
	font-size: 16px;
	margin: 0;
	line-height: 40px;
	font-weight: 600;
}

.RighInfo002778 .box {
	margin-top: 4%;
}

.RighInfo002778 .box ul {
	position: relative;
	font-size: 0;
}

.RighInfo002778 .box li .Ispic {
	display: block;
	transition: all 0.5s;
}

.RighInfo002778 .columnname {
	padding-left: 0;
}

.RighInfo002778 .columnname:after {
	display: none;
}

@media(min-width:541px) {
	.RighInfo002778 .title {
		font-size: 36px;
	}
	.RighInfo002778 .title span {
		font-size: 30px;
	}
	.RighInfo002778 .box ul {
		padding-bottom: 31.152%;
	}
	.RighInfo002778 .box li {
		position: absolute;
		overflow: hidden;
	}
	.RighInfo002778 .box li:nth-child(1) {
		width: 32.91%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(2) {
		width: 9.94%;
		height: 30.545%;
		left: 34%;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(3) {
		width: 9.94%;
		height: 30.545%;
		left: 45.03%;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(4) {
		width: 9.94%;
		height: 30.545%;
		left: 56.06%;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(5) {
		width: 9.94%;
		height: 30.545%;
		left: 67.09%;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(6) {
		width: 21%;
		height: 65.567%;
		left: 34%;
		bottom: 0;
	}
	.RighInfo002778 .box li:nth-child(7) {
		width: 9.94%;
		height: 30.545%;
		left: 56.06%;
		top: 34.4%;
	}
	.RighInfo002778 .box li:nth-child(8) {
		width: 9.94%;
		height: 30.545%;
		left: 67.09%;
		top: 34.4%;
	}
	.RighInfo002778 .box li:nth-child(9) {
		width: 9.94%;
		height: 30.545%;
		left: 56.06%;
		bottom: 0;
	}
	.RighInfo002778 .box li:nth-child(10) {
		width: 9.94%;
		height: 30.545%;
		left: 67.09%;
		bottom: 0;
	}
	.RighInfo002778 .box li:nth-child(11) {
		width: 21.86%;
		height: 65%;
		right: 0;
		top: 0;
	}
	.RighInfo002778 .box li:nth-child(12) {
		width: 10.435%;
		height: 30.545%;
		right: 11.525%;
		bottom: 0;
	}
	.RighInfo002778 .box li:nth-child(13) {
		width: 10.435%;
		height: 30.545%;
		right: 0;
		bottom: 0;
	}
	.RighInfo002778 .box li .Ispic {
		height: 100%;
	}
	.RighInfo002778 .box li:hover .Ispic {
		transform: scale3d(1.1, 1.1, 1.1);
	}
}

@media(max-width:540px) {
	.RighInfo002778 .box li {
		width: 48.5%;
		margin-right: 3%;
		display: inline-block;
		margin-bottom: 3%;
	}
	.RighInfo002778 .box li:first-child {
		width: 100%;
		margin-right: 0;
	}
	.RighInfo002778 .box li:nth-child(2n+1) {
		margin-right: 0;
	}
	.RighInfo002778 .box li .Ispic {
		padding-bottom: 50%;
	}
}

@media(min-width:1000px) {
	.RighInfo002778 .intro {
		float: left;
		width: 44%;
		padding-left: 0%;
		padding-right: 4%;
	}
	.RighInfo002778 .img {
		float: right;
		width: 50%;
		position: relative;
		padding-right: 0;
	}
	.RighInfo002778 .img img {
		box-shadow: 0 0 5px #ccc;
		width: 100%;
	}
	.RighInfo002778 .img .open-video, .introduce .open-video, .img .open-video {
		position: absolute;
		left: 0%;
		top: 0%;
		z-index: 5;
	}
	.RighInfo002778 .img .open-video, .introduce .open-video, .img .open-video {
		width: 100%;
		cursor: pointer;
		background: url(../images/Floor003002_play.png) no-repeat center center;
		background-color: rgba(0, 0, 0, 0.1);
		height: 100%;
	}
	.RighInfo002778 .img:before {
		left: -8%;
		content: "";
		width: 92%;
		height: 92%;
		max-width: 668px;
		max-height: 668px;
		position: absolute;
		top: 19%;
		background: linear-gradient(to right, #2ecfd9, #1fa9ee);
		z-index: -1;
	}
}

@media(min-width:1400px) {
	.RighInfo002778 .intro {
		padding-top: 5%;
	}
	.RighInfo002778 .h1 {
		font-size: 36px;
	}
	.RighInfo002778 .p {
		font-size: 16px;
	}
}

/*PicList002953 */

.body_f5f5f5 {
	background: #f5f5f5;
}

.PicList002953 {
	padding: 2.08vw 0;
}

.PicList002953 .columnname {
	padding-left: 0;
}

.PicList002953 .columnname:after {
	display: none;
}

/* .PicList002953 h1{    color: #5f5d5d;font-size: 36px; margin:14px 0;position: relative;  padding-bottom: 2%;  font-weight: normal;text-align: center;} */

.PicList002953 li {
	float: right;
	width: 48.334%;
	background: #fff;
	margin-bottom: 3.332%;
}

.PicList002953 li a {
	display: block;
	padding: 1.56vw;
}

.PicList002953 li:not(:nth-child(2n)) {
	float: left;
}

.PicList002953 li:nth-child(2n+1) {
	clear: right;
}

.PicList002953 li aside.dot {
	font-size: 24px;
	line-height: 1em;
	border-left: 2px solid #008fd7;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #5f5d5d;
}

.PicList002953 li a:hover aside.dot {
	color: #008fd7;
}

.PicList002953 li .txt {
	padding: 20px 20px 0;
}

.PicList002953 li .txt h5 {
	font-size: 16px;
	margin: 0;
	color: #5f5d5d;
}

.PicList002953 li p {
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	color: #777;
}

.PicList002953 li .pic {
	overflow: hidden;
	border-radius: 5px;
}

.PicList002953 li .Ispic {
	padding-bottom: 48.077%;
	transition: 0.3s;
}

.PicList002953 li a:hover .Ispic {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.PicList002953 li .more {
	line-height: normal;
	margin-top: 2%;
	color: #fff;
	background-image: linear-gradient(to right, #1fa9ee 60%, #2ecfd9 100%);
	width: auto;
	text-align: left;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border-radius: 24px;
	padding: 0 30px;
	box-shadow: 0px 7px 8px rgba(31, 169, 238, 0.25);
}

.PicList002953 li a:hover .more {
	border-color: #008fd7;
	background: #008fd7;
}

.PicList002953 li a:hover .more span:after {
	border-color: #fff;
}

@media(max-width:1024px) {
	.PicList002953 li a {
		padding: 4vw;
	}
	.PicList002953 li .txt {
		padding: 1vw 1vw 0;
	}
}

@media(max-width:640px) {
	.PicList002953 li aside.dot {
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	.PicList002953 li p {
		font-size: 3.5vw;
	}
	.PicList002953 li .more {
		padding-top: 2vw;
	}
	.PicList002953 li .more span {
		width: 26px;
		height: 26px;
	}
}

@media(max-width:768px) {
	.Floor002979 {
		margin: 4% 0;
	}
}

.Floor002979 .auto {
	max-width: 1400px;
}

.Floor002979 .title {
	text-align: left;
	padding-bottom: 2%;
	margin: 0;
}

/*.Floor002979 .title h1{font-size: 36px;text-align: left;color: #5f5d5d;	font-weight: normal;	margin: 0;}*/

.Floor002979 .title p {
	font-size: 18px;
	color: #777;
	margin-top: 0;
}

.Floor002979 li {
	position: relative;
	overflow: hidden;
}

.Floor002979 li a {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.Floor002979 li .txt {
	position: absolute;
	color: #fff;
	z-index: 10;
	bottom: 8%;
	transform: translateY(-50%);
	/* right:3.18vw; */
	left: 2vw;
	text-align: right;
	font-size: 20px;
	font-family: 'manrope-bold';
	text-transform: uppercase;
	transition: margin 0.5s;
	line-height: 1.5;
}

.Floor002979 li:first-child .txt {
	position: absolute;
	color: #fff;
	z-index: 10;
	bottom: 4%;
	transform: translateY(-50%);
	/* right:3.18vw; */
	left: 2vw;
	text-align: right;
	font-size: 20px;
	font-family: 'manrope-bold';
	text-transform: uppercase;
	transition: margin 0.5s;
	line-height: 1.5;
}

.Floor002979 li .Ispic {
	transition: transform 0.3s;
}

.Floor002979 li:hover .Ispic {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.Floor002979 li:hover .txt {
	margin-top: -40px;
}

@media(min-width:641px) {
	.Floor002979 li {
		float: left;
		margin-right: 1.299%;
	}
	.Floor002979 li:nth-child(1) {
		width: 32.468%;
	}
	.Floor002979 li:nth-child(2), .Floor002979 li:nth-child(5) {
		width: 28.572%;
	}
	.Floor002979 li:nth-child(3), .Floor002979 li:nth-child(4) {
		width: 36.364%;
	}
	.Floor002979 li:nth-child(2), .Floor002979 li:nth-child(3) {
		margin-bottom: 1.299%;
	}
	.Floor002979 li:nth-child(3), .Floor002979 li:nth-child(5) {
		margin-right: 0;
		float: right;
	}
	.Floor002979 li:nth-child(1) .Ispic {
		padding-bottom: 130%;
	}
	.Floor002979 li:nth-child(2) .Ispic, .Floor002979 li:nth-child(5) .Ispic {
		padding-bottom: 71.591%;
	}
	.Floor002979 li:nth-child(3) .Ispic, .Floor002979 li:nth-child(4) .Ispic {
		padding-bottom: 56.25%;
	}
}

@media(min-width:641px) and (max-width:1024px) {
	.Floor002979 li .txt {
		font-size: 2.5vw;
	}
}

@media(max-width:640px) {
	.Floor002979 li .txt {
		font-size: 3vw;
	}
	.Floor002979 li:hover .txt {
		margin-top: -4vw;
	}
	.Floor002979 li:not(:nth-child(1)) {
		float: left;
		width: 49%;
		margin-top: 2%;
	}
	.Floor002979 li .Ispic {
		padding-bottom: 70%;
	}
	.Floor002979 li:nth-child(1) .Ispic {
		padding-bottom: 50%;
		background-position: center top 15%;
	}
	.Floor002979 li:nth-child(3), .Floor002979 li:nth-child(5) {
		margin-left: 2%;
	}
}

/*PicList002045 */

.PicList002045 {
	padding: 4% 0;
}

.PicList002045 h1 {
	font-size: 36px;
	text-align: center;
	color: #5f5d5d;
	font-weight: normal;
	margin: 0;
	margin-bottom: 2%;
	text-align: left;
}

.PicList002045 ul {
	text-align: center;
	margin: 0 -1%;
}

.PicList002045 li {
	position: relative;
	float: none;
	display: inline-block !important;
	text-align: center;
	border-radius: 4px;
}

.PicList002045 li a {
	position: absolute;
	left: 4%;
	top: 0;
	right: 0;
	bottom: 0;
	width: 92%;
	opacity: 0;
	height: 100%;
}

/* .PicList002045 li:hover p{ text-decoration: underline;} */

.PicList002045 li p {
	border-bottom: 1px solid transparent;
	display: inline-block;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}

.PicList002045 li:hover p {
	border-bottom: 2px solid #999;
}

.PicList002045 li a span {
	display: block;
	color: #fff;
	text-align: center;
	width: 150px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #0275d7;
	transition: 0.3s;
	margin-top: 58%;
	font-size: 16px;
}

.PicList002045 li a span:hover {
	background: #fff;
	color: #0275d7;
}

.PicList002045 li a:hover {
	box-shadow: 0 2px 26px rgba(0, 0, 0, 0.1);
}

.PicList002045 li div {
	margin: 0 4%;
	background-color: #f8f8f8;
	padding: 4% 0% 10% 0%;
}

.PicList002045 li figure {
	padding-bottom: 100%;
	background-size: contain;
}

.PicList002045 li figure img {
	display: none;
}

.PicList002045 li p {
	font-size: 17px;
	color: #5f5d5d;
	margin-bottom: 5px;
	font-weight: 600;
}

.PicList002045 li p span {
	color: #777;
}

.PicList002045 .slick-arrow {
	font-size: 0;
	width: 48px;
	height: 48px;
	border: 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	padding: 0;
	background: none;
	z-index: 10;
	border-radius: 50%;
	border: #ccc solid 1px;
	transform: translateY(-50%);
}

.PicList002045 .slick-arrow:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -6px;
}

.PicList002045 .slick-prev:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	margin-left: -3px;
}

.PicList002045 .slick-arrow:hover {
	background: #008fd7;
	border-color: #008fd7;
	transition: 0.3s;
}

.PicList002045 .slick-arrow:hover:before {
	border-color: #fff;
}

@media(min-width:1025px) {
	.PicList002045 .slick-prev {
		left: -52px;
	}
	.PicList002045 .slick-next {
		right: -52px;
	}
}

@media(max-width:480px) {
	.PicList002045 li {
		width: 49%;
	}
	.PicList002045 li:nth-child(3n) {
		margin-right: 2%;
	}
	.PicList002045 li:nth-child(2n) {
		margin-right: 0;
	}
	.PicList002045 li p {
		font-size: 14px;
	}
}

.introduce {
	margin: 4% 0;
}

.introduce .text {
	width: 60%;
	/*padding-left: 6%;border-left: 4px solid #008fd7;*/
	margin-top: 4.5%;
}

.introduce .i_video {
	width: 36%;
}

/*.introduce h1{font-size: 36px;color: #5f5d5d;font-weight: normal;margin: 0;padding-bottom: 2%;}*/

.introduce .columnname {
	margin-bottom: 3%;
}

.introduce p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin: 0;
	text-align: left;
	margin-bottom: 15px;
}

.introduce p b {
	color: #333;
	/*font-weight: normal;*/
}

.contrast {
	margin-bottom: 4%;
	color: #fff;
}

.contrast .auto {
	position: relative;
}

.contrast i {
	display: block;
	position: absolute;
	left: 39.5%;
	top: 50%;
	transform: translateY(-50%);
}

.contrast i img {
	display: block;
	max-width: 50%;
}

.contrast p {
	font-size: 18px;
	margin-bottom: 2%;
	color: #333;
	text-align: center;
}

.contrast .tradition {
	width: 46%;
	background-color: #eee;
	padding: 40px 80px 40px 40px;
	background: url(../images/contrast-bg1.jpg)center center;
	background-size: cover;
}

.contrast .anbao {
	width: 54%;
	background-color: #fff;
	padding: 40px 40px 40px 20px;
	background: url(../images/contrast-bg2.jpg)center center;
	background-size: cover;
}

.contrast .advantage {
	/* background-size: cover; */
	padding: 0;
}

.contrast h1 {
	font-weight: normal;
	font-size: 28px;
	margin: 0;
	text-align: center;
}

.contrast .Floor002355 h1 {
	text-align: left;
	font-size: 36px;
}

.contrast ul {
	margin: 0 auto;
	margin-top: 20px;
}

.contrast li {
	float: left;
	text-align: center;
	position: relative;
	margin: 30px 0;
}

.contrast li .pic img, .contrast li .tit a {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.contrast li .tit {
	padding-top: 15px;
}

.contrast li .pic img {
	position: relative;
	top: 0;
}

.contrast li .tit a {
	font-size: 16px;
	color: #f3f3f3;
}

.contrast li:hover .pic img {
	top: -5px;
}

.contrast li:hover .tit a {
	color: #fff;
}

.contrast li span {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 8px;
	font-size: 20px;
}

/*.contrast .Floor002355 li:nth-child(4){ margin-left:16.5%}*/

.contrast .tradition li {
	width: 50%;
}

.contrast .anbao li {
	width: 33.333%;
}

/*
 .Floor002355 
 */

.Floor002355 .auto {
	background: #fff;
	text-align: center;
	padding: 3% 0;
	max-width: 1600px;
	margin-top: -5%;
	z-index: 200;
	position: relative;
}

.Floor002355 h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #333;
	margin: 0;
	padding-bottom: 2%;
	text-align: left;
}

.Floor002355 .title2 h1 {
	padding-left: 0;
	text-align: left;
	padding-left: 0;
}

.Floor002355 .title2 h1:after {
	display: none;
}

.Floor002355 p {
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.Floor002355 .title {
	min-height: 100px;
}

.Floor002355 figure {
	color: #5f5d5d;
	font-size: 14px;
	line-height: 2.45;
	padding-bottom: 1%;
	max-width: 1060px;
	margin: 0 auto;
}

.Floor002355 ul {
	margin: 0 auto;
	margin-top: 3%;
	max-width: 1400px;
}

.Floor002355 li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	margin: 0;
	background: #f5f5f5;
	padding: 40px;
}

.Floor002355 li:nth-child(2n) {
	background: #eee;
	border-top: none;
}

.Floor002355 li .pic img, .Floor002355 li .tit a {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.Floor002355 li .tit {
	padding-top: 15px;
}

.Floor002355 li .pic img {
	position: relative;
	top: 0;
}

.Floor002355 li .tit a {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.Floor002355 li:hover .pic img {
	top: -5px;
}

.Floor002355 li:hover .tit a {
	color: #666;
}

.Floor002355 li span {
	font-size: 15px;
	color: #333;
	display: block;
	padding: 8px;
	font-size: 20px;
	height: 68px;
	overflow: hidden; 
	margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
	.Floor002355 h1 {
		font-size: 28px;
	}
}

@media only screen and (min-width:1024px) {
	.Floor002355 h1 {
		font-size: 36px;
		padding-bottom: 0;
		/*text-align: left; max-width: 1400px; margin: 0 auto;*/
	}
}

@media(max-width:480px) {
	.Floor002355 li {
		width: 50%;
	}
}

@media(max-width:375px) {
	.Floor002355 li .tit a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1600px) {
	.Floor002355 .auto {
		padding-left: 2%;
		padding-right: 2%;
	}
}

.Floor002978 {
	margin-top: 3%;
}

.Floor002978 .title p {
	font-size: 18px;
	color: #777;
	margin-top: 0;
}

.Floor002978 li {
	float: left;
	width: 50%;
	padding: 3% 5% 3% 14%;
	background-size: cover;
	background-repeat: no-repeat;
}

.Floor002978 li:nth-child(2) {
	padding: 3% 14% 3% 5%;
}

.Floor002978 li dt {
	font-size: 20px;
	color: #666;
	margin-bottom: 12px;
}

.Floor002978 li dd {
	padding: 5px 0 5px 15px;
	color: #666;
	font-size: 16px;
	position: relative;
}

.Floor002978 li dd:after {
	content: '';
	width: 15px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 15px;
	background-image: linear-gradient(to right, #1fa9ee 40%, #2ecfd9 100%);
}

/*PicList002949 */

.PicList002949 {
	margin-top: 3%;
}

.PicList002949 .title p {
	font-size: 18px;
	color: #777;
	margin-top: 0;
}

.PicList002949 .item {
	margin: 1.5vw 0 0;
	background: #f8f8f8;
	float: left;
	width: 48.5%;
	margin-right: 3%;
}

.PicList002949 .item .ytable-cell {
	vertical-align: top;
}

.PicList002949 .item a:hover {
	color: #1e50ae;
}

.PicList002949 .txt dl {
	padding: 0 1.8vw 0 1.56vw;
	padding-top: 30px
}

.PicList002949 .item:nth-child(2) {
	margin-right: 0;
}

.PicList002949 .item2 {
	margin-right: 0;
}

.PicList002949 .item dt {
	font-size: 20px;
	color: #666;
	margin-bottom: 12px;
}

.PicList002949 .item dd {
	padding: 5px 0 5px 15px;
	color: #666;
	font-size: 16px;
	position: relative;
	line-height: 28px;
}

.PicList002949 .item dd:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 17px;
	background-image: linear-gradient(to right, #1fa9ee 40%, #2ecfd9 100%);
}

@media(min-width:1025px) {
	.PicList002949 .pic {
		width: 38%;
	}
}

@media(min-width:641px) and (max-width:1024px) {
	.PicList002949 .pic {
		width: 50%;
	}
	.PicList002949 .tit {
		font-size: 3vw;
	}
}

@media(max-width:640px) {
	.PicList002949 .ytable, .PicList002949 .ytable-cell {
		display: block;
	}
	.PicList002949 .txt dl {
		padding: 5vw;
		font-size: 3.5vw;
	}
	.PicList002949 .tit {
		font-size: 5vw;
	}
}

.RighInfo002778 .columnname span, .RighInfo002808 .columnname span {
	color: #ddd;
	font-size: 36px;
	margin-bottom: 5%;
	margin-left: 0;
}

.PicList002953 .columnname span {
	color: #ddd;
}

/*RighInfo002924 */

.RighInfo002924 {
	padding: 0 0 3vw;
}

.RighInfo002924 .box-1 {
	background: #fff;
	margin-bottom: 1.786%;
}

.RighInfo002924 .box-1 .columnname {
	margin-bottom: 30px;
}

.RighInfo002924 .box-1 .columnname span {
	letter-spacing: 0;
	/* font-size: 20px; */
	margin-left: 0;
	display: block;
	margin-top: 9px;
}

.RighInfo002924 .box-1 .info {
	width: 60%;
	background: #f8f8f8;
	padding: 3%;
}

.RighInfo002924 .box-1 .info p {
	font-size: 18px;
	color: #777;
	margin-top: 0;
	line-height: 30px;
}

.RighInfo002924 .box-1 dl {
	margin-top: 20px;
}

.RighInfo002924 .box-1 dd {
	float: left;
	width: 20%;
	padding-left: 3%;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 0;
}

.RighInfo002924 .box-1 dd:first-child {
	padding-left: 0%;
}

.RighInfo002924 .box-1 dd img {
	display: block;
	margin: 0 auto 15px;
}

@media(min-width:769px) {
	.RighInfo002924 .box-1 .pic {
		width: 50%;
	}
	.RighInfo002924 .box-1 .info .inner {
		margin: 0 auto;
		width: 100%;
	}
}

@media(max-width:768px) {
	.RighInfo002924 .box-1 {
		margin-bottom: 3vw;
	}
	.RighInfo002924 .box-1 .ytable, .RighInfo002924 .box-1 .ytable-cell {
		display: block;
	}
	.RighInfo002924 .box-1 .info {
		padding: 4vw;
	}
}

@media(max-width:480px) {
	.RighInfo002924 .box-1 .intro {
		font-size: 6vw;
		line-height: 1.6em;
	}
}

/*20210311*/

a, a:visited, a:link {
	color: inherit;
}

.footer {
	background: #1c233b;
	padding: 60px 0;
	color: #fff;
}

.footer .flogo {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

.footer .footr {
	float: right;
	width: 40%;
	margin-left: 10%;
}

.footer .footr h4 {
	font-size: 16px;
	margin: 0 0 20px;
}

.footer .footr .tel {
	font-size: 34px;
	color: #1fa9ee;
	margin: 0 0 30px;
}

.frendlinkhead {
	height: 40px;
	background: #fff;
	border-radius: 4px;
	line-height: 40px;
	position: relative;
	color: #949292;
	padding: 0 75px 0 10px;
}

.frendlinkhead .linkTitle {
	display: block;
	position: relative;
	cursor: pointer;
}

.frendlinkhead .frendlinkbtn {
	position: absolute;
	right: 0;
	background: linear-gradient(90deg, #1fa9ee, #2dcdda);
	background: -webkit-linear-gradient(90deg, #1fa9ee, #2dcdda);
	top: 0;
	width: 75px;
	text-align: center;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.frendlinkhead .linkTitle:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #999;
	margin-top: -3px;
}

.frendlinkhead .frendlinkCon {
	position: absolute;
	left: 0;
	right: 75px;
	bottom: 101%;
	background: #fff;
	z-index: 99;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.frendlinkhead .frendlinkCon p {
	margin: 0;
}

.footl {
	float: left;
	width: 50%;
	padding-top: 25px;
	line-height: 1.8;
}

.footl a {
	color: inherit;
}

.footl .links {
	font-size: 16px;
	margin-bottom: 10px;
}

.footl .links a {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #3e4458;
}

.footl .links a:first-child {
	border: none;
	padding: 0;
	margin: 0;
}

.footer .footr .l {
	float: left;
	width: 50%;
}

.footer .footr .r {
	width: 50%;
	float: right;
	text-align: right;
	padding-left: 40px;
	padding-top: 30px;
}

@media(max-width:1024px) {
	.footer .flogo {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.footer .footr {
		width: auto;
		float: none;
		margin: 0 0 10px;
	}
	.footer .footr .l {
		width: auto;
		float: none;
	}
	.footer .footr .tel {
		font-size: 24px;
	}
	.footer .footr .r {
		width: auto;
		float: none;
		text-align: inherit;
		padding-left: 0;
	}
	.footl {
		width: auto;
		float: none;
	}
	.footer {
		padding: 40px 0;
		text-align: center;
	}
	.footl .links a, .footl .links a:first-child {
		padding: 0 5px;
		margin: 0 5px;
	}
	.footl .links {
		font-size: 14px;
	}
}

.dis_mb {
	display: none;
}

@media(max-width:1024px) {
	.dis_pc {
		display: none;
	}
	.dis_mb {
		display: block;
	}
}

.home1 {
	padding: 5% 0;
	position: relative;
}

.home1 .text {
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #777;
	padding-right: 100px;
}

.title {
	position: relative;
	line-height: 1.5;
	margin-bottom: 40px;
}

.title h3 {
	margin: 0;
	font-size: 42px;
	color: #5f5d5d;
}

.title span {
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	color: #cfcfcf;
	left: 0;
	top: 20px;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
}

.title span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 1px;
	background: linear-gradient(90deg, #1fa9ee, #2dcdda);
	background: -webkit-linear-gradient(0deg, #1fa9ee, #2dcdda);
	margin: 0 20px;
}

.title .tt {
	line-height: 1.8;
	margin-top: 30px;
	font-size: 16px;
	color: #777;
}

.title .tt li {
	list-style-type: disc;
	margin-left: 20px;
}

.home1 .text h4 {
	color: #5f5d5d;
}

.moreBtn {
	margin-top: 50px;
}

.moreBtn a {
	display: inline-block;
	padding: 0 76px 0 30px;
	line-height: 44px;
	border-radius: 22px;
	color: #fff;
	position: relative;
	background: linear-gradient(90deg, #1fa9ee, #2eced9);
	background: -webkit-linear-gradient(0deg, #1fa9ee, #2eced9);
}

.moreBtn a:hover {
	background: #008fd7;
}

.moreBtn a:after {
	content: ">";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	text-align: center;
	line-height: 10px;
}

.home1 .imagebox {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.videoplay {
	position: absolute;
	z-index: 50;
	width: 110px;
	height: 110px;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -55px;
	cursor: pointer;
	background: url(../images/Floor003002_play.png) no-repeat center;
	background-size: cover;
}

.flex {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home2 {
	padding: 130px 0;
	background: url(../images/h2bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 16px;
}

.home2 .item {
	text-align: center;
	flex: 1 0 auto;
	line-height: 1;
	border-left: 1px solid #66b7e3;
}

.home2 .item .txt {
	display: inline-block;
	vertical-align: top;
}

.home2 .item .txt b {
	font-size: 97px;
	font-weight: normal;
}

.home2 .item p {
	margin: 10px 0 0;
}

.home2 .item:first-child {
	border: none;
}

.home2 .item sup {
	font-size: 16px;
}

.home3 {
	padding: 125px 0;
}

.home3 .item {
	width: 50%;
	margin-left: 50%;
	padding: 0 0 50px 60px;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}

.home3 .item:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 70%;
	z-index: -1;
	background: linear-gradient(90deg, #1fa9ee, #2eced9);
	background: -webkit-linear-gradient(0deg, #1fa9ee, #2eced9);
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.img {
	overflow: hidden;
}

.img img {
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

.img:hover img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.home3 .item .text {
	font-size: 18px;
	color: #777;
}

.home3 .item .text h4 {
	font-size: 24px;
	color: #5f5d5d;
	margin: 30px 0 10px;
}

.home3 .item .text p {
	margin: 0;
}

.home3 .item:hover:after {
	opacity: 1;
}

.home3 .item:hover .text, .home3 .item:hover .text h4 {
	color: #fff;
}

.home3 .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

.home3 .item:first-child {
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.home4 {
	margin-bottom: 70px;
}

.home4 .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

.home4 .left {
	position: absolute;
	left: 0;
	width: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fbfbfb;
	padding: 55px 40px;
	z-index: 50;
}

.home4 .left .item {
	position: relative;
	padding-left: 50%;
	padding-bottom: 56px;
	padding-top: 30px;
}

.home4 .left .item .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home4 .left .item time {
	font-size: 14px;
	color: #777;
	margin-bottom: 10px;
	display: block;
}

.home4 .left .item time span {
	font-size: 24px;
	color: #333;
	padding-right: 10px;
}

.home4 .left .item h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 10px;
}

.home4 .left .item p {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.home4 .right {
	margin-left: 45%;
	padding-left: 100px;
	padding-bottom: 90px;
	padding-top: 110px;
	min-height: 565px;
	background: url(../images/h4bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-right: 40px;
}

.home4 .right .item {
	padding: 24px 20px 24px 110px;
	position: relative;
	cursor: pointer;
}

.home4 .right .item time {
	position: absolute;
	left: 20px;
	top: 30px;
	bottom: 30px;
	width: 70px;
	border-right: 1px solid #fff;
	text-align: center;
}

.home4 .right .item time span {
	display: block;
	font-size: 44px;
	line-height: 1;
	font-weight: bold;
}

.home4 .right .item h4 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.2;
}

.home4 .right .item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.home4 .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 40%;
}

.home4 .slick-dots li {
	display: inline-block;
	background: #eeeeee;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 5px;
}

.home4 .slick-dots li button {
	display: none;
}

.home4 .slick-dots li.slick-active {
	background: linear-gradient(90deg, #1fa9ee, #2eced9);
	background: -webkit-linear-gradient(0deg, #1fa9ee, #2eced9);
}

.home4 .left button {
	display: none !important;
}

.home4 .right .item.slick-current {
	background: rgb(255 255 255 / 30%);
}

.home4 .moreBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

.home5 {
	padding: 110px 0 100px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 38px;
	background: url(../images/h5bg.jpg) no-repeat center;
	background-size: cover;
}

.home5 h3 {
	font-size: 60px;
	margin: 0 0 40px;
	line-height: 1.5;
	font-weight: normal;
}

.home5 strong {
	background: -webkit-linear-gradient(right, #c6fcfd 10%, #29feeb 89%);
	background-image: linear-gradient(to left, #c6fcfd 10%, #29feeb 89%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	padding: 0 30px;
	font-size: 40px;
}

.home5 strong:before {
	content: "";
	position: absolute;
	width: 30px;
	left: 10px;
	top: 0;
	background: url(../images/strongbg.png) no-repeat left top;
	background-size: auto 100%;
	height: 100%;
}

.home5 strong:after {
	content: "";
	position: absolute;
	width: 30px;
	right: 10px;
	top: 0;
	background: url(../images/strongbg.png) no-repeat right top;
	background-size: auto 100%;
	height: 100%;
}

.columnname span {
	-webkit-transform: none;
	transform: none;
	position: static;
}

.columnname span:after {
	display: none;
}

@media(max-width:1024px) {
	.home1 .text {
		padding: 0;
		width: 100%;
	}
	.title h3 {
		font-size: 24px;
		display: inline-block;
	}
	.title span {
		position: static;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: none;
		transform: none;
		line-height: 20px;
	}
	.title span:after {
		float: left;
		margin-top: 9px;
	}
	.home1 .imagebox {
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.home1 .imagebox img {
		display: block;
		width: 100%;
	}
	.flex {
		flex-wrap: wrap;
	}
	.home2 .item {
		min-width: 33.33%;
		margin-bottom: 60px;
	}
	.home2 .item:nth-child(3n+1) {
		border: none;
	}
	.home2 .item .txt b {
		font-size: 40px;
	}
	.home2 {
		padding: 60px 0 0;
	}
	.home3 {
		padding: 50px 0 0;
	}
	.home3 .title {
		position: relative;
		width: 100%;
	}
	.home3 .item:first-child {
		position: relative;
		top: 0;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 5%;
	}
	.home3 .item {
		width: 100%;
		margin-left: 0;
		padding: 0 3% 5% 3%;
		margin-bottom: 5%;
	}
	.home3 .item .img img {
		width: 100%;
	}
	.home3 .item:after {
		width: 95%;
		height: 90%;
	}
	.home4 .title {
		position: static;
		width: 100%;
	}
	.home4 .left {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		padding: 0;
	}
	.home4 .right {
		display: none;
	}
	.home5 {
		font-size: 20px;
	}
	.home5 h3 {
		font-size: 30px;
	}
	.home5 strong {
		font-size: 24px;
	}
	.home4 .left .item {
		padding-left: 40%;
		margin-bottom: 30px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.home4 .left .item .img {
		width: 35%;
	}
	.home4 .moreBtn {
		position: static;
		text-align: center;
	}
	.home4 {
		margin-bottom: 40px;
	}
	.home3 .item .text h4 {
		font-size: 20px;
	}
	.videoplay {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}
	.home4 .left .item time span {
		font-size: 18px;
	}
	.home4 .left .item p {
		height: 48px;
		line-height: 24px;
	}
	.home4 .left .item time {
		margin-bottom: 0;
	}
	.home4 .left .item h4 {
		margin-bottom: 5px;
	}
	.RighInfo002808 .floor .left {
		width: auto;
		float: none;
	}
	.columnname {
		font-size: 24px;
		margin-bottom: 30px !important;
	}
	.columnname span {
		font-size: 22px !important;
	}
	.RighInfo002808 .pic {
		position: static;
		bottom: 0;
		margin-bottom: 20px;
	}
	.RighInfo002808 .img-title {
		margin-top: 0;
	}
	.RighInfo002808 .floor .txt {
		width: auto;
		float: none;
	}
	.RighInfo002808 .count li:first-child {
		display: none;
	}
	.RighInfo002808 .count ul {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		flex-wrap: wrap;
	}
	.RighInfo002808 .count li {
		width: auto;
		min-width: 31.33%;
		flex: 1 1 auto;
		float: none;
		text-align: left;
	}
	.RighInfo002808 .count li .ytable {
		display: block;
	}
	.RighInfo002808 .count li aside b {
		font-size: 40px;
		vertical-align: top;
	}
	.RighInfo002808 .count li aside {
		display: block;
	}
	.RighInfo000623 .columnname {
		position: relative;
		left: 0;
		top: 0;
	}
	.RighInfo002799 dd {
		margin: 0 0 3%;
		float: none;
		width: auto;
	}
	.RighInfo002799 .subtit {
		font-size: 20px;
	}
	.RighInfo002738 .box-2 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.Partner li {
		width: 31.33%;
	}
	.PicList002925 li .pic {
		padding-bottom: 10%;
	}
	.PicList002925 li .tit {
		margin-bottom: 0;
	}
	.PicList002925 li .tit aside {
		font-size: 14px;
	}
	.PicList002925 li {
		background: url(../images/PicList002925_taibg.png) repeat-x top 98% left;
	}
	.PicList002925 li:last-child:before, .PicList002925 li:nth-child(2n):before {
		background: url("../images/PicList002925_taibg_r.png") no-repeat right top 98% #f5f5f5;
	}
	.PicList002925 li:first-child:before, .PicList002925 li:nth-child(2n+1):before {
		background: url("../images/PicList002925_taibg_l.png") no-repeat left top 98% #f5f5f5;
	}
	.PicList002925 .slick-next.slick-arrow {
		right: 0;
	}
	.flipster {
		padding-bottom: 20px;
	}
	.introduce .text {
		width: auto;
	}
	.introduce .i_video {
		width: auto;
	}
	.PicList002949 .item {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	.slick-next.slick-arrow {
		right: 0;
	}
	.slick-prev.slick-arrow {
		left: 0;
	}
	.PicList002045 h1 {
		font-size: 24px;
	}
	.slick-slide {
		float: left !important;
	}
	.PicList002045 li p {
		font-size: 16px;
		font-weight: normal;
		padding: 0 10px;
		display: block;
	}
	.Floor002979 li .Ispic {
		background-position: center !important;
	}
	.PicList002953 li .txt h5 {
		font-size: 14px;
	}
	.RighInfo002778 .columnname {
		padding-bottom: 0;
	}
	.RighInfo002924 .box-1 .info {
		width: auto;
	}
	.contrast .Floor002355 h1 {
		font-size: 24px;
	}
	.Floor002355 ul {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.Floor002355 li {
		padding: 30px 10px;
	}
	.Floor002355 li .pic img {
		max-height: 70px;
	}
	.Floor002355 li span {
		padding: 0;
		font-size: 18px;
	}
}

@media(max-width:640px) {
	.PicList002045 li {
		margin: 0 !important;
	}
	.columnname span {
		letter-spacing: 0;
		display: block;
		margin: 5px 0 0;
		font-size: 16px !important;
	}
	.columnname span:after {
		display: none;
	}
	.PicList002953 li .more {
		padding-top: 0;
		height: 34px;
		line-height: 34px;
	}
	.PicList002953 ul {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.PicList002953 li {
		float: none !important;
		width: 49%;
		margin: 0 0 3% !important;
	}
}

.prosection {
	background: -webkit-linear-gradient(right, #eee, #ececec);
	background-image: linear-gradient(to left, #ececec, #eee);
	position: relative;
	font-size: 24px;
	line-height: 40px;
	color: #5f5d5d;
}

.prosection .img {
	position: absolute;
	width: 50%;
	left: 0;
	text-align: right;
	max-height: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.prosection .img img {
	max-height: 100%;
	display: inline-block;
}

.prosection .text {
	margin-left: 50%;
	padding: 240px 0 240px 67px;
	min-height: 800px;
}

.prosection .text h3 {
	margin: 0 0 30px;
	font-size: 36px;
	color: #008fd7;
}

.prosection .text .icons {
	overflow: hidden;
	margin-top: 45px;
}

.prosection .text .icons .i {
	float: left;
	font-size: 16px;
	margin-right: 50px;
	text-align: center;
}

.prosection .text .icons p {
	margin: 0;
}

.prosection .text .icons img {
	display: inline-block;
	margin-bottom: 10px;
}

.prosection:nth-child(2) {
	background: #dedede;
}

.prosection:nth-child(2) .img {
	text-align: left;
	right: 0;
	left: auto;
}

.prosection:nth-child(2) .text {
	padding-left: 0;
	padding-right: 67px;
	margin-left: 0;
	margin-right: 50%;
}

.prosection:nth-child(1) .img {
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

.prosection:nth-child(3) {
	background: #e8ecef;
}

.prosection2 h3 {
	font-size: 36px;
	text-align: center;
	color: #008fd7;
	margin: 0;
	padding: 40px 0;
}

.prosection2 .item {
	width: 20%;
	float: left;
	position: relative;
	z-index: 10;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 31.1%;
}

.prosection2 .item:after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	width: 100%;
	background: #008fd7;
	height: 100%;
	opacity: .37;
}

.prosection2 .item .txt {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	left: 0;
	padding: 0 10px 47px;
}

.prosection2 .item .txt h4 {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: normal;
}

@media(max-width:1024px) {
	.prosection .img {
		-webkit-transform: none;
		transform: none;
		position: static;
		width: 100%;
		text-align: center !important;
	}
	.prosection {
		padding: 30px 0;
		font-size: 16px;
		line-height: 1.5;
	}
	.prosection .text {
		margin: 0 !important;
		padding: 20px 0 0 !important;
		min-height: 0;
	}
	.prosection .text h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.prosection .text .icons {
		margin-top: 20px;
	}
	.prosection2 .item {
		width: auto;
		margin: 0 1% 2%;
		float: none;
		padding-bottom: 80%;
	}
	.prosection2 h3 {
		font-size: 24px;
	}
	.prosection2 .item .txt h4 {
		font-size: 20px;
	}
	.prosection .text .icons .i {
		margin: 0 1%;
		width: 31.33%;
	}
	.prosection .img img {
		max-width: 60%;
	}
	.RighInfo002940 h3 {
		font-size: 24px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.RighInfo002940 .contact dt {
		display: block;
		float: none;
		width: auto;
	}
	.RighInfo002940 .title {
		margin-bottom: 15px;
	}
	.Form002802 {
		padding: 20px 10px;
	}
	.Form002802 h3 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.Form002802 .from tr.ly label {
		display: block;
		width: auto;
	}
	.RighInfo002808 .img-title .open-video, .introduce .open-video, .img .open-video {
		background-size: 50px;
	}
}

.sub-vertical .sub {
	width: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.Top001833 #header-menu {
	padding: 10px 0;
	background: #fff;
}

.Top001833 #header-menu .mobile-logo {
	margin: 0 20px;
}

/*20210316*/

@keyframes banner {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

li.slick-slide.slick-current.slick-active img {
	animation: banner 5s;
}

.navMenu.fix {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 143, 215, .8);
}

.RighInfo002799 .p1 {
	position: relative;
	padding-left: 18px;
}

.RighInfo002799 .p1:before {
	position: absolute;
	left: 0;
	top: 18px;
}

.Timeline000397 .item div pre {
	font-family: "DINCond-Bold";
}

@media(max-width:768px) {
	.RighInfo002808 .count li {
		width: 50%;
		margin-right: 0;
		padding-right: 1%;
	}
	.RighInfo002808 .count li:last-child {
		width: 100%;
	}
	.RighInfo002924 .box-1 dd {
		font-size: 14px;
	}
}

/*应聘表单*/

.mask {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	opacity: .4;
	z-index: 99;
	display: none;
}

.jobPop {
	position: fixed;
	z-index: 150;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 30px;
	border-radius: 10px;
	width: 420px;
	max-width: 100%;
	display: none;
}

.jobPop h3 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
	color: #333;
	font-weight: normal;
}

.jobPop .item {
	font-size: 14px;
	padding: 10px 0;
}

.jobPop .item .p1 {
	color: #333;
	margin: 0 0 10px;
}

.jobPop .item input {
	height: 40px;
	width: 100%;
	outline: none;
	border: none;
	border-bottom: 1px solid #999;
	padding: 0;
	background: none;
}

.jobPop .item .fileinput {
	position: relative;
	line-height: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 6px;
}

.jobPop .item .fileinput input {
	position: relative;
	z-index: 10;
	opacity: 0;
	height: 20px;
	cursor: pointer;
}

.jobPop .item .fileinput .placeholder {
	position: absolute;
	left: 0;
	top: 0;
	color: #777;
	font-size: 14px;
}

.jobPop .item .fileinput .bt {
	position: absolute;
	right: 0;
	font-size: 14px;
	padding-left: 10px;
	border-left: 1px solid #777;
}

.jobPop button {
	display: block;
	margin: auto;
	width: 160px;
	height: 45px;
	outline: none;
	background: #015784;
	color: #fff;
	border: none;
	border-radius: 25px;
	cursor: pointer;
}

.jobPop .close {
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 22px;
}

.jobPop .item .tip {
	margin: 0;
	padding: 10px 0;
	color: #999;
}

@media(max-width:420px) {
	.jobPop {
		left: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.listbox {
	width: 100%;
	height: auto;
	background: url(../images/bg.jpg)no-repeat center top;
	margin-bottom: 4%;background-size: cover;
}

.listboxcon {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
}

.listboxcon:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 89px;
	height: 19px;
	width: 30px;
	margin-left: -15px;
	background: url(../images/bg2.png)no-repeat center;
	z-index: 1;
	background-size: cover;
}

.listboxcon:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 109px;
	width: 1px;
	margin-left: -0.5px;
	background: #fff;
	z-index: 2;
}

.listbox .item h2 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	display: block;
	position: relative;
	background: #00a0e9;
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin: 0;
}

.listbox .item h2.h2 {
	background: #c0c2c3;
	border: none;
}

.listbox .item h2 em {
	position: absolute;
	display: block;
	width: 30px;
	height: 90px;
	line-height: 90px;
	right: 0;
	top: 0;
	font-size: 36px;
	text-align: center;
	font-style: normal;
}

.listbox .item .h2 em {
	right: auto;
	left: 0;
}

.listboxcon .item {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-bottom: 20px;
}

.listboxcon .item .p1 {
	font-size: 19px;
	color: #333333;
	width: 100%;
	padding: 0 2%;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
}

.listboxcon .item .ul1 {
	width: 535px;
}

.listboxcon .item .ul2 {
	width: 96%;
	max-width:535px;
	margin: 20px auto 0;
}

.listboxcon .item .ul1 li {
	width: 100%;
	/* height: 58px; */
	/* line-height: 58px; */
	border-radius: 120px;
	background: #00a0e9;
	margin: 0 auto 20px;
	padding: 5px 15px;
	display: table;
	table-layout: fixed;
}
.listboxcon .item ul li:last-child{
	margin-bottom: 0;
}

.listboxcon .item .ul1 li img {
	width: 46px;
	margin: 6px;
	display: block;
}

.listboxcon .item .ul1 li p {
	font-size: 22px;
	color: #ffffff;
	margin: 19px 0 2px;
	text-align: left;
}
.listboxcon .item .ul1 li .art span{
	font-size: 16px;
	color: #F5F5F5;
	padding: 0;
	text-align: left;
}
.listboxcon .item .ul2 li {
	width: 100%;
	height: 88px;
	border-radius: 44px;
	border: 1px solid #d3d3d3;
	margin: 0 auto 30px;
	list-style: none;
}
.listboxcon .item .ul1 li img,
.listboxcon .item .ul2 li img {
	width: 46px;
	margin: 21px;
	float: left;
}
.listboxcon .item .ul1 li .art,
.listboxcon .item .ul2 li .art {
	width: calc(100% - 100px);
	float: left;
	white-space: nowrap;
	overflow: hidden;
	min-height: 70px;
}

.listboxcon .item .ul2 li .art p {
	font-size: 22px;
	color: #666666;
	margin: 19px 0 2px;
	text-align: left;
}

.listboxcon .item .ul2 li .art span {
	font-size: 16px;
	color: #888;
	padding: 0;
	text-align: left;
}


@media(max-width:768px) {
	.listboxcon {
		flex-wrap: wrap;
	}
	.listboxcon .item {
		width: 100%;
		display: block;
		flex: none;
	}
	
	.listboxcon .item .ul1 {
	width: 96%;
}
	.listboxcon:before, .listboxcon:after {
		display: none;
	}
	.listbox {
		background: none;
	}
	.listboxcon .item {
		background: url(../images/bg1.jpg)no-repeat center;
	}
	.listboxcon .item:nth-child(2) {
		background: url(../images/bg2.jpg)no-repeat center;
	}
	.listbox .item h2 {
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	.listbox .item h2 em {
		display: none;
	}
	.listboxcon .item .ul1 li p {
		font-size: 18px;
	}
	.listboxcon .item .p1 {
		font-size: 18px;
	}
	.listboxcon .item .ul2 li .art p {
		font-size: 18px;
		margin-top: 15px;
	}
	.listboxcon .item .ul2 li .art span {
		font-size: 14px;
		white-space: normal;
	}
}

@media(max-width:768px) {.listboxcon .item .ul1 li p{width:82%;}}

/*20210407*/

.RighInfo002940 .contact dt:first-child .txt {
	font-family: Din;
	font-size: 24px;
	color: #008fd7;
	font-weight: bold;
}

.Form002802 .from tr label {
	width: 60px;
	vertical-align: top;
}

.Form002802 .from tr label span {
	display: inline-block;
	color: #ee1f1f;
	margin-right: 5px;
}

.Banner002661 .banner .wap {
	display: none;
}

@media(max-width:768px) {
	.Banner002661 .banner .wap {
		display: block;
	}
	.Banner002661 .banner .pc {
		display: none;
	}
}

.Banner002661 .banner .text {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	color: #fff;
}

.Banner002661 .banner .text .inlineText {
	display: inline-block;
}

.Banner002661 .banner .text .inlineText h3 {
	margin: 0;
	font-size: 52px;
	margin-bottom: 20px;
	line-height: 60px;
}

.Banner002661 .banner .text .inlineText h3 span {
	display: inline-block;
	background: -webkit-linear-gradient(right, #20aaed 10%, #2ecfd5 89%);
	background: -o-linear-gradient(right, #20aaed 10%, #2ecfd5 89%);
	background: -moz-linear-gradient(right, #20aaed 10%, #2ecfd5 89%);
	background-image: linear-gradient(to left, #20aaed 10%, #2ecfd5 89%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 42px;
	padding: 0 20px 0 20px;
	position: relative;
	margin-left: 15px;
	line-height: 55px;
}

.Banner002661 .banner .text .inlineText h3 span:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	position: absolute;
	z-index: -1;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.Banner002661 .banner .text .inlineText .c {
	position: relative;
	z-index: 10;
	font-size: 28px;
	line-height: 54px;
	max-width: 650px;
	padding: 30px 50px;
	text-decoration: underline;
}
.Banner002661 .banner .text .inlineText .c p {
    margin: 0;
}
.Banner002661 .banner .text .inlineText .c:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: rgb(0 143 215 / 15%);
	z-index: -1;
}

.Banner002661 .banner .text .inlineText .c:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: rgb(46 207 217 / 25%);
	z-index: -2;
}
@media(max-width:1400px){
	.Banner002661 .banner .text .inlineText h3 {
		font-size: 30px;
		line-height: 1;
	}
	
	.Banner002661 .banner .text .inlineText h3 span {
		font-size: 22px;
		line-height: 34px;
	}
	
	.Banner002661 .banner .text .inlineText .c {
		font-size: 18px;
		line-height: 1.8;
		padding: 20px 30px;
	}
}
.listboxContent{
	-webkit-box-align: inherit;
    -webkit-align-items: inherit;
       -moz-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
	padding-bottom: 0;
}
.listboxcon .item .contentFlex{
	/*padding: 50px 0;*/
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
    height: calc(100% - 90px);
	/* margin-top: 130px; */
}
.infortext {
    font-size: 18px;
    color: #777;
	line-height: 2;
}
.title .columnname span {
    font-size: unset;
    color: #eee;
}

@media (max-width:768px){
	.listboxcon .item .contentFlex{
		padding: 30px 0;
		height: auto;
	}
}

#floor1,#floor2,#floor3,#floor4,#floor5,#floor6,#floor7 {
    position: relative;
    top: -76px;
}

.prdt_img img{ display: block; margin: 0 auto; }







.owl-carousel .owl-stage-outer{padding-right: 50px;}
.owl-carousel .owl-nav.disabled{display: block;}
.owl-carousel .owl-nav.disabled .owl-prev{position: absolute;top: 0;right: 25px;width: 25px;height: 100%;background: rgba(0, 143, 215, 1);border: none;font-size: 25px;color: #fff;}
.owl-carousel .owl-nav.disabled .owl-next{position: absolute;top: 0;right: 0;width: 25px;height: 100%;background: rgba(0, 143, 215, 1);border: none;font-size: 25px;color: #fff;}




