@import url("//at.alicdn.com/t/c/font_4919573_rhcwvejl4k8.css");

.section-company {
	padding: 20px 0;
	text-align: center;
}
.section-title {
	color: #6E6148;
	font-size: 44px;
	font-weight: lighter;
	margin:0;
	text-align: center;
}
.section-title small{
	font-size: 28px;
	color: rgba(151, 132, 93, .2);
	display: block;
	margin-top: 6px;
	text-align: center;
}
.section-subtitle {
	margin-bottom: 40px;
	color: #636363;
	font-size: 20px;
	text-align: center;
}
.bg-light {
	background-color: #f8f9fa;
}

/* 服务图标样式 */
.service-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	background-color: #2c5aa0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-icon img {
	width: 50px;
	height: 50px;
}
.service-icon .service-icon{
	width: 50px;
	height: 50px;
}

.service-item {
	margin-bottom: 30px;
	cursor: pointer;
}
.service-item:hover .service-icon {
	background-color: #E2EDFF;
}
.service-item:hover .step-number {
	color: #4a90e2;
	font-weight: bold;
}
.service-item:hover .service-name {
	color: #285096;
}
.service-item:hover .step-dot{
	background: #285096;
	z-index: 999;
	position: relative;
}
.service-item .service-name{
	position: relative;
}
.service-item .service-name:after{
	content: '';
	position: absolute;
	left:-15px;
	right:-15px;
	bottom:-16px;
	border-bottom: 1px solid #ddd;
}
.service-name {
	font-size: 14px;
	margin-bottom: 5px;
}
.step-number {
	font-size: 20px;
	color: #999;
}
.step-dot {
	width: 10px;
	height: 10px;
	background-color: #ddd;
	border-radius: 50%;
	margin: 10px auto;
}
.service-item.active .step-dot {
	background-color: #4a90e2;
}
.service-item:nth-child(1) .service-icon{
	background: url("img/icon1.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(1) .service-icon:hover{
	background: url("img/icon01_active.png") no-repeat center center #E2EDFF;
}

.service-item:nth-child(2) .service-icon{
	background: url("img/icon2.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(2) .service-icon:hover{
	background: url("img/icon02_active.png") no-repeat center center #E2EDFF;
}


.service-item:nth-child(3) .service-icon{
	background: url("img/icon3.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(3) .service-icon:hover{
	background: url("img/icon03_active.png") no-repeat center center #E2EDFF;
}


.service-item:nth-child(4) .service-icon{
	background: url("img/icon4.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(4) .service-icon:hover{
	background: url("img/icon04_active.png") no-repeat center center #E2EDFF;
}


.service-item:nth-child(5) .service-icon{
	background: url("img/icon5.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(5) .service-icon:hover{
	background: url("img/icon05_active.png") no-repeat center center #E2EDFF;
}


.service-item:nth-child(6) .service-icon{
	background: url("img/icon6.png") no-repeat center center #2c5aa0;
	background-size: 50% 50%;
}
.service-item:nth-child(6) .service-icon:hover{
	background: url("img/icon06_active.png") no-repeat center center #E2EDFF;
}

/* 公告样式 */
.announcement {
	background-color: #fff;
	padding: 15px;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.announcement h4{
	font-size: 18px;
	text-align: left;
	flex:1;
}
.announcement h4 a{
	color:#3E4754;
}
.announcement h4 a:hover{
	text-decoration: none;
}
.announcement i{
	width: 26px;
	height: 26px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background:#285096;
	cursor: pointer;
}
.announcement i:hover{
	background: #4a90e2;
}

.announcement-tag img{
	height: 34px;
	width: auto;
}
.bg-blue{
	background: url("img/bg.png") no-repeat #edf5fe;
	background-size: cover;
	padding:50px 0 140px;
	overflow: hidden;
	margin-bottom: 60px;
}
/* 业务卡片样式 */
.business-card {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	height: 250px;
	position: relative;
}
.business-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.business-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 15px;
	text-align: center;
}
.business-card-icon {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

/* 政策专区样式 */
.policy-card {
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.policy-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.policy-card-content {
	padding:10px;
	height: 76px;
	margin-top: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:#222;
	background: #5691D1;
	font-size: 14px;
}
.policy-card:hover .policy-card-content{
	background: #0056B4;
	color:#fff;
	position: relative;

}
/*.policy-card:hover .policy-card-content:before{
	content: '\e627';
	font-family: iconfont;
	position: absolute;
	bottom:-14px;
	font-size: 28px;
	left:50%;
	transform: translate(-50%,0);
	background: #fff;
	color:#0056B4;
	line-height: 1;
	border-radius: 50px;
	width: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;

}*/
.policy-card-content p{
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}
.policy-active {
	position: relative;
}
.policy-active:after {
	/*content: "";*/
	/*position: absolute;*/
	/*bottom: -20px;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*width: 10px;*/
	/*height: 10px;*/
	/*background-color: #4a90e2;*/
	/*border-radius: 50%;*/
}
.zc-sliders{
	padding-bottom: 0;
}
.zc-sliders.infocue-owl{
	padding-bottom: 80px;
	mt140px
}
.zc-sliders .owl-nav{
	bottom:-80px!important;
}
.zc-sliders .owl-dots{
	bottom:-70px!important;
}
.main-color{
	overflow-x:hidden ;
}

/* 轮播指示器样式 */
.owl-pagination {
	margin-top: 20px;
}
.owl-page span {
	background-color: #ddd !important;
}
.owl-page.active span {
	background-color: #4a90e2 !important;
}
#certify .owl-nav{
	top:40%;
	bottom:auto;
}
.infocue-owl {
	padding-bottom: 140px;
	margin-top: 40px;
}

.infocue-owl .owl-item .item a {
	display: block;
	overflow: hidden;
}
/* 中间大两边小效果 */
.re-sliders,.zc-sliders{
	margin: 100px 0;
}
.re-sliders .owl-item,.zc-sliders .owl-item {
	transition: all 0.3s ease;
}

.re-sliders .owl-item.center,.zc-sliders .owl-item.center {
	transform: scale(1.5);
	z-index: 9999;
}
.infocue-owl .owl-item .item img {
	height: 270px;
	object-fit: cover;
	transition: all 0.5s;
}
.infocue-owl .owl-item .item h4 {
	background: #fff;
	position: absolute;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	gap: 10px;
	border-radius: 4px;
	padding:16px 0 20px;
	left:50%;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	transform: translate(-50%,0);
	width: 228px;
	bottom:-40px;
}
.infocue-owl .owl-item .item h4 i{
	color:#CFAD80;
	font-size: 30px;
}
.infocue-owl .owl-item .item h4 span{
	text-align: center;
	width: auto;
	font-size: 20px;
}
.Popular-Destinations,
.infocue {
	overflow: hidden;
}

.Popular-Destinations-owl .owl-stage-outer,
.infocue-owl .owl-stage-outer {
	overflow: initial;
}

.Popular-Destinations-owl .owl-nav,
.infocue-owl .owl-nav {
	text-align: center;
	margin-top: 20px;
	display: block;
}
.infocue-owl .owl-nav{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:-60px;
	left:0;
	right:0;
	gap:280px;
	z-index: 99;
}
.infocue-owl .owl-dots{
	position: absolute;
	left:0;
	right:0;
	bottom: -48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infocue-owl .owl-dots .owl-dot{
	border:0;
	background: none;
}
.infocue-owl .owl-dots .owl-dot span{
	margin:0;
}
.Popular-Destinations-owl .owl-nav [class*=owl-],
.infocue-owl .owl-nav [class*=owl-] {
	width: 41px;
	border-radius: 100%;
	margin: 0;
	padding: 4px;
	height: 41px;
	color: #003366;
	line-height: 2;
	font-size: 17px;
	text-align: center;
	background:none;
}
.infocue-owl .owl-nav button{
	border:1px solid #97845d;
	color:#97845d;
}
.infocue-owl .owl-nav button span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #97845d;
}
.infocue-owl .owl-nav [class*=owl-]:hover{
	background-color: #fff;
	color: #97845d;
}
.infocue-owl .owl-nav [class*=owl-]{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infocue-owl .owl-dots .owl-dot.active span{
	background-color: #97845d;
}
.Popular-Destinations-owl .owl-nav [class*=owl-]:hover{
	background-color: #003366;
	color: #fff;
}

.yemiantongyong-fenye-shangyiye:before{
	content: "\e6b7";
	font-family: iconfont;
}
.yemiantongyong-fenye-xiayiye:before{
	content: "\e6b8";
	font-family: iconfont;
}
.seach{
	margin-bottom: 0!important;
}
.bg-01{
	background: #EEFBFF;
	padding:40px 0;
}
.bg-02{
	background: #E9F1FC;
	padding:60px 0;
	overflow: hidden;
}
.bg-03{
	background: #F5F2FE;
	padding:60px 0;
	overflow: hidden;
}

#certify {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
#certify .re-sliders{
	margin:40px 0;
	padding-bottom: 0;
}
#certify .owl-stage-outer{
	overflow-x: hidden;
	padding:120px 0;
}
.shop-editor #certify {
	padding: 0px 50px;
}

#certify .swiper-container {
	transform: scale(1.125);
}

#certify .swiper-slide {
	width: 48%;
	opacity: 0 !important;
}


#certify .swiper-slide-prev,
#certify .swiper-slide-active,
#certify .swiper-slide-next {
	opacity: 1 !important;
}

#certify .item img {
	display: block;
	height: 190px;
	object-fit: cover;
}

#certify .item p {
	padding-top: 0;
	text-align: left;
	color: #fff;
	margin: 0;
	position: absolute;
	bottom: 28px;
	padding-left: 35px;
	font-size: 18px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	/* display: -webkit-box; */
	/* -webkit-box-orient: vertical; */
	/* -webkit-line-clamp: 1; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: break-spaces; */
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 30px;
	background: linear-gradient( 180deg, rgba(28,115,170,0) 0%, #1C73AA 96%);
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .owl-dots{
	display: none;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .owl-prev {
	left: -60px;
	background-image: none;
	background-color: #fff;
	color: #6E6148;
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	border:1px solid #6E6148;
}

#certify .owl-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .owl-next {
	right: -60px;
	background-image: none;
	color: #6E6148;
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	border:1px solid #6E6148;
}
#certify .owl-next,#certify .owl-prev{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat

}
@media (min-width: 1500px) {
	.container{
		width: 1500px;
	}
	#certify .swiper-container {
		transform: scale(1);
	}
}
@media (max-width: 991px){
	#certify .swiper-button-prev{
		left:10px
	}
	#certify .swiper-button-next{
		right:10px;
	}
}

@media (max-width: 540px) {
	.list-ts .col-xs-6{
		width: 50%!important;
	}
	.announcement{
		flex-direction: column;
	}
	.announcement h4 a{
		font-size: 14px;
		line-height: 1.8;
	}
	.zc-sliders .owl-nav{
		bottom:-10px!important;
	}
	.infocue-owl .owl-nav{
		bottom:-50px;
		gap:140px;
	}
	#certify .item img,.infocue-owl .owl-item .item img{
		height: auto;
	}
	#certify .re-sliders{
		margin:0;
	}
	#certify .owl-stage-outer{
		padding:40px 0;
	}
	.bg-01{
		padding:0;
	}
	.section-title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#certify .item p{
		font-size: 14px;
	}
	.re-sliders .owl-item.center, .zc-sliders .owl-item.center{
		transform: scale(1);
	}
	.re-sliders, .zc-sliders{
		margin: 20px 0;
	}
	.infocue-owl{
		padding-bottom: 40px;
	}
	.infocue-owl .owl-dots{
		bottom: -42px;
	}
	.zc-sliders.infocue-owl{
		padding-bottom: 0;
	}
	.zc-sliders .owl-dots{
		bottom: -50px!important;
	}
	.zc-sliders .owl-nav{
		bottom: -10px!important;
	}
	.bg-02,.bg-03{
		padding: 30px 0 60px;
	}
}
