@charset "UTF-8";

body {
	overflow-x: hidden;
}

strong {
	font-weight: bold;
}

.picc img {
	margin: 0 auto !important;
	display: block;
	float: none !important;
}

/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
}

.banner a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	max-width: 16rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.2rem;
	text-align: left;
}

.banner .slick-dots li {
	width: 0.06rem;
	height: 0.06rem;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	width: 0.3rem;
	border-radius: 3px;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.title {
	margin-bottom: 0.2rem;
	padding-bottom: 0.18rem;
}

.title h3 {
	font-size: 0.24rem;
	font-weight: bold;
	background: url(../images/x-zs.png) no-repeat left center;
	background-size: 0.23rem 0.4rem;
	padding-left: 0.38rem;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #15499a;
	transition: all 0.3s;
}

.more a img {
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	vertical-align: middle;
	margin-right: 0.1rem;
	transition: all 0.3s;
}

.more:hover a {
	color: #333;
}

.more:hover a img {
	transform: rotate(45deg);
}

/*主体*/
.section0 {
	height: 0.68rem;
	background: url(../images/s0-x.png) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	z-index: 10;
}

.section0 .slick-list {
	height: 100%;
}

.section0 ul {
	margin: 0 4%;
}

.section0 ul li {
	height: 100%;
	position: relative;    float: left;
    margin: 0 30px;
}

.section0 ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.52rem;
	height: 0.04rem;
	border-radius: 2px;
	background: linear-gradient(to right, #1866ff, #0cb0ff);
	visibility: hidden;
	opacity: 0;
	transition: all 0.8s;
}

.section0 ul li a {
	display: block;
	height: 0.68rem;
	text-align: center;
	color: #181818;
	transition: all 0.3s;
	position: relative;
}

.section0 ul li p {
	font-size: 0.26rem;
	font-weight: bold;
	padding-top: 0.12rem;
	transition: all 0.3s;
}

.section0 ul li.on a>p,
.section0 ul li:hover a>p {
	color: #195aff;
	font-size: 0.3rem;
}

.section0 ul li.on::after,
.section0 ul li:hover::after {
	visibility: visible;
	opacity: 1;
}

.section0 .slick-prev,
.section0 .slick-next {
	width: 10px;
	height: 15px;
	top: 42%;
}

.section0 .slick-prev {
	left: 5px;

	background-size: cover;
}

.section0 .slick-next {
	right: 5px;

	background-size: cover;
}

.section1 {
	padding: 0.45rem 0 0.4rem 0;
	overflow: hidden;
}

.s1-l,
.s1-r {
	/* background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5); */
	min-height: 5.16rem;
}

.s1-l {
	width: 43.12%;
}

.s1-r {
	width: 48.43%;
	position: relative;
}

.s1-r::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.48rem;
	width: 1px;
	background-color: #eff0f2;
}

.s1-lz {
	width: 3.17rem;
}

.s1-ly {
	width: calc(100% - 3.44rem);
}

.s1-lztk {
	position: relative;
}

.s1-lztk .pic {
	padding-top: 74%;
}

.s1-lztk .pic::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/jdt-yy.png) repeat-x;
	height: 1.36rem;
}

.s1-lztk h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0.16rem;
	color: #fff;
	padding: 0.15rem 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-lzt p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 1.5rem;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.1rem 0;
}

.s1-gg li a {
	display: block;
	border-top: 1px dashed #dcdcdc;
	padding: 0.1rem 0;
}

.s1-gg li a h3 {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-gg li a p {
	font-size: 0.12rem;
	color: rgba(21, 73, 154, 0.68);
	margin-top: 0.1rem;
}

.s1-gg li a p span {
	font-size: 0.18rem;
	font-weight: bold;
	color: rgba(21, 73, 154, 1);
	padding-right: 0.05rem;
}

.s1-ly ul li:first-child a {
	border-top: none;
	padding-top: 0;
}

.s1-ly ul li a {
	padding: 0.1rem 0;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.s1-ly ul li a h3 {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s1-ly ul li a:hover {
	left: 0.05rem;
}

.s1-ly ul li a:hover h3 {
	color: #0a4198;
}

.tb-list {
	justify-content: flex-start;
}

.tb-list li {
	width: 25%;
	margin-top: 0.3rem;
}

.tb-list li a {
	display: block;
}

.tb-list li a .pic1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.5s;
}

.tb-list li a .pic1 img {
	transition: all 0.3s;
	max-width: 0.74rem;
	transition: all 0.6s ease-in-out;
}

.tb-list li:hover a .pic1 img {
	transform: scale(1.1);
}

.tb-list li a p {
	font-size: 0.18rem;
	color: #000;
	text-align: center;
	margin-top: 0.15rem;
	padding: 0 0.1rem;
	transition: all 0.3s;
}

@keyframes doudong1 {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}


.tb-list li:hover a p {
	color: #195aff;
}

.list1 {
	width: 100%;
}

.list1 ul li a {
	display: block;
	line-height: 0.46rem;
	border-top: 1px dashed #dcdcdc;
	background: url(../images/sj.png) no-repeat left center;
	background-size: 0.08rem auto;
	padding-left: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
	position: relative;
	left: 0;
}

.list1 ul li:first-child a {
	border-top: none;
}

.list1 ul li a:hover {
	color: #0b49aa;
	font-weight: bold;
	left: 0.05rem;
}


/* 新增 */
.s1-rlb .slick-prev,
.s1-rlb .slick-next {
	width: 0.37rem;
	height: 0.37rem;
	border: 1px solid rgba(25, 90, 255, 0.6);
	border-radius: 50%;
	top: -0.65rem;
	transform: none;
	transition: all 0.3s;
}

.s1-rlb .slick-prev {
	left: inherit;
	right: 0.57rem;
	background-image: url(../images/xz-prev.png);
	background-repeat: no-repeat;
	background-position: center;
}

.s1-rlb .slick-prev:hover {
	background-color: #195aff;
	background-image: url(../images/xz-prev1.png);
}

.s1-rlb .slick-next {
	background-image: url(../images/xz-next.png);
	background-repeat: no-repeat;
	background-position: center;
}

.s1-rlb .slick-next:hover {
	background-color: #195aff;
	background-image: url(../images/xz-next1.png);
}

.wlyx-t {
	width: 100%;
	align-items: center;
}

.wlyx-t p {
	font-size: 0.18rem;
	max-width: 58%;
}

.wlyx-t select {
	width: 40%;
	height: 48px;
	border: none;
	padding: 0 10px;
	background: #eee url(../images/down.png) 94% center no-repeat;
	background-size: 16px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	color: #666;
}

select::-ms-expand {
	display: none;
}

.wlyx-box {
	width: 100%;
	margin-top: 0.3rem;
	overflow-y: auto;
	max-height: 3.4rem;
	padding-right: 0.2rem;
}

.wlyx-box::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #f1efef;
}

.wlyx-box::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f1efef;
}

.wlyx-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #0052d9;
}


.wlyx-box ul li {
	line-height: 0.26rem;
	font-size: 0.16rem;
	margin: 0.23rem 0;
	overflow: hidden;
}

.wlyx-box ul li:first-child {
	margin-top: 0.1rem;
}

.wlyx-box ul li span {
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
}

.wlyx-box ul li img {
	display: block;
	float: left;
	margin-right: 0.15rem;
	margin-top: 0.04rem;
	max-width: 0.2rem;
	max-height: 0.2rem;
}

.wlyx-box ul li p img {
	float: none;
	margin: auto;
}

.wlyx-box ul li p {
	overflow: hidden;
	word-break: break-all;
}

.wlyx-box ul li p>a {
	text-decoration: none !important;
}

.wlyx-box ul li p a:hover {
	color: #0a3f93;
}

/* 新增 */

/* 2.29新增 */
.qh-tit {
	justify-content: flex-start;
	background-color: #fff;
	box-shadow: 0px 0.04rem 0.24rem 0px rgba(240, 242, 251, 0.8);
	border-radius: 0.2rem;
	height: 0.44rem;
	line-height: 0.44rem;
	padding: 0 0.37rem;
}

.qh-tit h4 {
	color: #333;
	font-size: 0.2rem;
	cursor: pointer;
	margin-left: 0.4rem;
	position: relative;
}

.qh-tit h4:first-child {
	margin-left: 0;
}

.qh-tit h4:first-child::after {
	display: none;
}

.qh-tit h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.38rem;
	height: 0.03rem;
	background-color: #ff8400;
	display: none;
}

.qh-tit h4.active {
	color: #ff8400;
}

.qh-tit h4.active::after {
	display: block;
}

.qh-bd {
	width: 100%;
	position: relative;
	z-index: 9;
}

.qh-bd>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
}

.qh-bd>div.active {
	position: relative;
	z-index: 9;
	visibility: visible;
	opacity: 1;
}

.wlyx-box .list1 {
	padding-bottom: 0.07rem;
}

.wlyx-box .list1 ul li {
	margin: 0;
}

.wlyx-box .list1 ul li a {
	line-height: 0.59rem;
}



@media screen and (max-width: 1200px) {
	.section0 ul li::before {
		width: 2.1rem;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 0.1rem;
		text-align: center;
	}

	.section0 {
		margin-top: 0;
	}

	.s1-l,
	.s1-r {
		width: 100%;
		padding: 0;
		min-height: inherit;
	}

	.s1-r {
		margin-top: 0.5rem;
	}

	.s1-ly ul li a {
		padding: 0.194rem 0;
	}

	.s1-lztk h3,
	.s1-gg li a h3,
	.s1-ly ul li a h3,
	.tb-list li a p {
		font-size: 0.18rem;
	}

	.s1-lzt p {
		font-size: 0.16rem;
	}

}

@media screen and (max-width: 768px) {
	.section0 ul {
		white-space: nowrap;
		overflow-x: hidden;
	}

	.section0 ul li p {
		font-size: 0.22rem;
	}

	.section0 ul li.on a>p,
	.section0 ul li:hover a>p {
		font-size: 0.26rem;
	}

	.title {
		padding-bottom: 0;
	}

	.title h3 {
		font-size: 0.22rem;
	}

	.qh-tit {
		height: 0.5rem;
		line-height: 0.5rem;
	}
}

@media screen and (max-width: 640px) {

	.s1-lz,
	.s1-ly {
		width: 100%;
	}

	.s1-lzt p {
		height: auto;
		max-height: 1rem;
		-webkit-line-clamp: 4;
	}

	.s1-gg li a h3 {
		height: auto;
		max-height: 0.6rem;
	}

	.s1-ly {
		margin-top: 0.2rem;
	}

	.s1-ly ul li a {
		padding: 0.15rem 0;
	}
}

@media screen and (max-width: 480px) {

	.section0,
	.section0 ul li a {
		height: 0.58rem;
	}

	.section0 ul li p {
		font-size: 0.2rem;
	}

	.section0 ul li.on a>p,
	.section0 ul li:hover a>p {
		font-size: 0.24rem;
	}

	.wlyx-t select {
		width: 46%;
	}

	.wlyx-t p {
		max-width: 52%;
	}

	.tb-list li {
		width: 33.33%;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}