.yz-container {
	background: #F4F9FD;
}

.yz-body {
	/* height: 744px; */
	background: url("../images/zhuanti/yiliaojiankan/logo-bg.png") no-repeat top center;
	background-size: cover;
}

.w-1200px {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.w-full {
	width: 100%;
}
.banner-main {
	display: flex;
	padding-top: .6rem;
	max-width: 12.3rem;
	margin: 0 auto;
}
.banner-main .banner-left {
	display: flex;
	width: 65%;
	flex-direction: column;
}
.m-1200px {
	max-width: 1200px;
	margin: auto;
}
.banner-main .banner-left .jktop {
	display: flex;
	align-items: center;
	width: 100%;
}
.banner-main .banner-right {
	position: relative;
	max-height: 498px;
	width: 100%;
	margin-top: -20px;
}
.banner-main .banner-right img {
	/* position: absolute; */
	width: 100%;
	position: absolute;
	left: .8rem
}
.banner-main .yljk-logo {
	max-height: 1.17rem;
}
.yl-search-box{
	height: 50px;
	background: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	width: 100%;
	line-height: 50px;
	padding: 0px 5px 0px 24px;
	overflow: hidden;
	display: flex;
	margin-left: 50px;
	align-items: center;
	max-width: 416px;
	box-shadow: 0px 4px 4px 0px rgba(110,191,217,0.2);
	border: 1px solid #33A3B6;
	/* margin: auto; */
}
.yl-search-box input {
	width: 90%;
}
.yl-search-box .btn-search{
	width: 85px;
	height: 40px;
	background: #00A6BD;
	border-radius: 50px 50px 50px 50px;
	opacity: 1;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}
.yl-search-box .btn-search img {
	width: 14px;
	margin-right: 5px;
}
.offical-list {
	margin-top: .4rem;
}

.of-title {
	/* width: 120px; */
	/* height: 20px; */
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	border-bottom: 2px solid #C4D7DA;
	padding-bottom: 10px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.of-title.active {
	border-bottom: 2px solid #19AEC3;
	color: #337ab7;
}
.of-title.active::after {
	border-top: 8px solid #00A6BD;
	opacity: 1;
}
.of-title::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #C4D7DA;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 40%;
	opacity: 0;
}
.offical-list ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 780px;
	margin-top: 20px;
}
.offical-list ul li {
	width: 16%;
	display: flex;
	flex-direction: column;
	/* margin-right: .3rem; */
	margin-bottom: .2rem;
	align-items: center;
}

.offical-tab {
	display: flex;
}
.offical-list ul li img.qrcode {
	display: none;
}
.offical-list ul li a {
	width: 100%;
	/* height: 44px; */
	/* padding: 4px 10px; */
	font-size: .16rem;
	font-weight: 500;
	color: #000000;
	overflow: hidden;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	padding: 0 .1rem;
	/* text-align: center; */
}
.offical-list ul li img {
	width: 80%;
	/* max-width: 1rem */
}
.offical-list ul li:hover img {
	display: none;
}
.offical-list ul li:hover img.qrcode {
	display: block;
}

.yz-swiper-container {
	padding-bottom: 20px;
}
.yz-swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc;
    opacity: 1;
}
.yz-swiper-container .swiper-pagination-bullet-active {
		width: 30px;
		background-color: #1AB0C4 !important;
}

.quick-query {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.quick-query .quick-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	margin: 10px;
	padding: 10px 10px 14px 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	/* border-bottom: 3px solid #1AB0C4;; */
}
.quick-query .quick-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #1AB0C4;
	bottom: 0;
	z-index: 0;
}
.quick-query .quick-item:hover::after {
	/* background: #1AB0C4; */
	height: 100%;
	transition: height .6s;
}
/* .quick-query .quick-item:hover {
	background: #1AB0C4;
} */
.quick-query .quick-item img {
	width: 60px;
	margin-bottom: 7px;
	position: relative;
	z-index: 3;
}
.quick-query .quick-item .txt {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	position: relative;
	z-index: 3;
}
.quick-query .quick-item:hover .txt,
.quick-query .quick-item.active  .txt {
	color: #ffffff;
}


.news-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .50rem;
}
.news-card .card-item {
	width: 50%;
	height: 334px;
	padding: 10px;
}

.news-card .card-item .content{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(50,111,107,0.1);
	border-radius: 8px 8px 8px 8px;
	border: 6px solid #C4D7DA;
	height: 100%;
	padding: 0px 20px 35px 24px;
}

.news-card .card-item .card-title {
	background: #00A6BD;
	margin: auto;
	white-space: nowrap;
	width: 2.37rem;
	height: .5rem;
	font-weight: 800;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -5px;
	position: relative;
}

.news-card .card-item .card-title::before {
	position: absolute;
	content: "";
	width: .46rem;
	background: url("../images/zhuanti/yiliaojiankan/mi-jao.png") no-repeat;
	height: .5rem;
	background-size: cover;
	left: -.4rem;
	top: 0;
	transform: rotateY(180deg);
}

.news-card .card-item .card-title::after {
	position: absolute;
	content: "";
	width: .46rem;
background: url("../images/zhuanti/yiliaojiankan/mi-jao.png") no-repeat;
	height: .5rem;
	background-size: cover;
	right: -.4rem;
	top: 0px;
}

.news-card .card-item  .news {
	margin-top: 26px;
}
.news-card .card-item  .news .news-item {
	display: flex;
	justify-content: space-between;
	margin: 18px 0px;
}

.news-card .card-item  .news  a {
	font-size: .16rem;
	font-weight: 500;
	color: #17294D;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: inline-block;
	padding-left:8px;
	cursor: pointer;
}

.news-card .card-item  .news  a:hover{
	color: #337ab7
}
.news-card .card-item  .news  a::before {
	content: "";
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background: #00A6BD;
	position: absolute;
	left: 0px;
	top: 37%;
}
.news-card .card-item  .news span {
	display: inline-block;
	width: 110px;
	flex-shrink: 0;
	text-align: right;
	font-size: .16rem;
	font-weight: 500;
	color: #999999;
}
.news-card .card-item .card-title img{
	width: .28rem;
	margin-right: .06rem;
}



.fw-map {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0px 5px 0px;
	position: relative;
	margin-bottom: 60px;
}

.fw-map::after {
	content: "";
	width: 100px;
	border-bottom: 3px solid #000;
	position: absolute;
	bottom: 0;
	margin: auto;
}

.fw-map img {
	height: 50px;
	width: 183px;
}

@media screen and (min-width: 1620px) {
	
}

@media screen and (max-width: 1620px) {
	.spec-header .sh-center .sh-menus {
		padding-right: .4rem;
	}
}
@media screen and (max-width: 1180px) {

}
@media screen and (max-width: 1250px) {
	.banner-main {
		width: 94%;
	}
	.banner-main .banner-left {
		width: 100%;
	}
	.banner-right {
		display: none;
	}
	
	.quick-query {
		display: none;
	}
	.offical-list ul {
		justify-content: space-between;
	}
	.news-card .card-item {
		width: 100%;
		padding: 0px 0px 10px 0px;
	}
	.spec-header {
		zoom: .9
	}
	.news-card {
		width: 94%;
	}
}

@media screen and (max-width: 767px) {
	.banner-main .banner-left .jktop {
		flex-wrap: wrap;
	}
	.yl-search-box {
		margin-left: auto;
		margin-top: 10px;
	}
	
	.spec-header  .sh-center .sh-menu-item.pc {
		display: none;
	}
	.spec-header  .sh-center .sh-menu-item.mobile {
		display: flex;
	}
	.common-header > .m-center {
		display: none;
	}
	.offical-list ul {
		justify-content: flex-start;
	}
	.offical-list ul li{
		width: 25%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.offical-list ul li img {
		width: 100%;
	}
	.banner-main .yljk-logo {
		width: 60%;
		height: auto;
		max-height: inherit;
		margin: auto;
	}
	.spec-header .sh-center .logos img:last-child {
		width: 2.8rem;
	}
	.yl-search-box{
		height: 44px;
		border-radius: 44px 44px 44px 44px;
		line-height: 44px;
		margin: auto;
		margin-top: 20px;
	}
	.yl-search-box .btn-search {
		height: 34px;
	}
	.spec-header {
	}
	
	.news-card .card-item  .news  a {
		font-size: 16px;
	}
	.news-card .card-item  .news span {
		display: none;
	}
	
	.banner-main .banner-left .jktop {
		justify-content: space-between;
	}
	
	
	
	.news-card .card-item .card-title {
		width: 60%;
		height: 50px;
	}
	.news-card .card-item .card-title img {
		width: 28px;
	}
	.news-card .card-item .card-title::before {
		width: 46px;
		height: 50px;
		left: -40px;
		top: 0;
		transform: rotateY(180deg);
	}
	
	.news-card .card-item .card-title::after {
		width: 46px;
		height: 50px;
		background-size: cover;
		right: -40px;
		top: 0px;
	}
	.fw-map  {
		padding: 30px 0;
	}
	.fw-map img {
		height: 37px;
		width: auto;
	}
}

.fuwuditu-block .map-con {
	background: #fff;
	border-radius: 8px;
	border: 6px solid #C4D7DA;
}
.fuwuditu-block .map-nav::before {
	border-color: transparent transparent #43AAB8 #43AAB8 !important;
}
.map-nav .map-swiper {
	display: none;
}