@charset "UTF-8";

body {
	overflow-x: hidden;
}

.banner {
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	height: 5.8rem;
	display: flex;
	align-items: center;
}

.search-box {
	background: url(../images/search-bg.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 0.65rem 0.4rem 0.57rem 0.4rem;
}

.search-t {
	display: flex;
	align-items: center;
}
.search-t form{
	display: flex;
	width: calc(100% - 2rem);
}

.search-l {
	width: 40%;
	height: 0.45rem;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	position: relative;
}

.search-l::after {
	position: absolute;
	content: "";
	right: 0.13rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sub_xl.png) no-repeat;
	background-size: 100% 100%;
	width: 0.11rem;
	height: 0.07rem;
	z-index: 1;
	transition: all 0.5s;
        cursor: pointer;
}

.search-l input{
	width: 100%;
	height: 100%;
	line-height: 0.45rem;
	padding: 0 0.2rem;
	cursor: pointer;
	font-size: 0.14rem;
}

.search-xl {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0;
	z-index: 9;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.5s;
}

.search-l.open .search-xl {
	transform: scaleY(1);
	height: auto;
}

.search-xl ul {
	background: #fff;
	border: 1px solid #e4e7ed;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.search-xl ul li {
	font-size: 0.14rem;
	line-height: 0.24rem;
	padding: 0.05rem 0.2rem;
	cursor: pointer;
}

.search-xl ul li:hover {
	background: #f5f7fa;
}

/*search*/
.search {
	width: 60%;
	height: 0.45rem;
	display: flex;
	align-items: center;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	flex: 1;
	min-width: 0;
	background: #ffffff;
	border: 1px solid #D4D4D4;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 0.14rem;
	color: #333;
	margin: 0 0.16rem;
}

.search .button {
	width: 1.28rem;
	height: 0.45rem;
	cursor: pointer;
	font-size: 0;
	background: #EB9D06 url(../images/fdj.png) no-repeat 0.3rem center;
	background-size: 0.2rem auto;
	font-size: 0.16rem;
	color: #fff;
	padding-left: 0.37rem;
}

input::-webkit-input-placeholder {
	color: #9e9e9e;
}

input::-moz-input-placeholder {
	color: #9e9e9e;
}

input::-ms-input-placeholder {
	color: #9e9e9e;
}

.search-r {
	width: 2rem;
	text-align: right;
	font-size: 0.2rem;
	color: #FFFFFF;
	display: none;
}

.search-r span {
	font-size: 0.3rem;
	font-weight: bold;
	vertical-align: middle;
}


.search-d {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
}

.search-d h3 {
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding: 0.05rem 0;
}

.search-d .r {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search-d span {
	display: block;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding: 0.05rem 0.1rem;
	cursor: pointer;
	transition: all 0.5s;
}

.search-d span:hover {
	opacity: 0.8;
}

/*首页样式*/

.title {
	position: relative;
	text-align: center;
	margin-bottom: 0.48rem;
}

.tit-c {
	display: inline-block;
	font-family: 'sySong';
	position: relative;
}

.tit-c a {
	display: block;
}

.tit-c h3 {
	font-size: 0.4rem;
	font-weight: bold;
	color: #004EA2;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.tit-c h3::before {
	content: '';
	display: block;
	width: 1.34rem;
	height: 0.17rem;
	background: url(../images/tit-l.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.16rem;
}

.tit-c h3::after {
	content: '';
	display: block;
	width: 1.34rem;
	height: 0.17rem;
	background: url(../images/tit-r.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.16rem;
}

/*主体*/

.section1 {
	padding-top: 0.47rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.s1-c {}

.qh-tit {
	margin-top: 0.73rem;
}

.qh-tit ul {
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
}

.qh-tit ul::before {
	content: '';
	position: absolute;
	top: 0.41rem;
	left: 1rem;
	right: 1rem;
	border-top: 1px solid #D8D8D8;
}

.qh-tit ul li {
	cursor: pointer;
	width: 1rem;
}

.qh-tit ul li+li {
	margin-left: 3.18rem;
}

.qh-tit ul li .k {
	position: relative;
	z-index: 1;
	width: 0.82rem;
	height: 0.82rem;
	margin: 0 auto;
}

.qh-tit ul li .icon1 {
	width: 100%;
	height: 100%;
	background: url(../images/s1-tit.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qh-tit ul li .icon1 img {
	width: 0.4rem;
	height: 0.4rem;
}

.qh-tit ul li .k::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: url(../images/s1-tit-k.png) no-repeat center;
	background-size: 99% 99%;
	z-index: -1;
	transition: all 0.5s;
}

.qh-tit ul li.on .k::before {
	width: 1.02rem;
	height: 1.02rem;
}

.qh-tit ul li h3 {
	font-size: 0.18rem;
	line-height: 0.34rem;
	color: #333333;
	text-align: center;
	margin-top: 0.2rem;
	transition: all 0.5s;
}

.qh-tit ul li.on .icon1 {
	background-image: url(../images/s1-tit1.png);
}

.qh-tit ul li.on h3 {
	font-size: 0.22rem;
}

.qh-tit ul li.on h3::before {
	width: 100%;
}

.qh-tit ul li h3::after {
	width: 0.08rem;
	height: 0.14rem;
}

/* .qh-tit .more {
	transform: none;
	top: auto;
	bottom: .32rem;
	left: .6rem;
}

.qh-tit .more a {
	display: none;
}

.qh-tit .more a.on {
	display: inline-block;
} */

.qh-bd {
	flex: 1;
	position: relative;
        min-height:2rem;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 0;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.jdt {
	position: relative;
}

.jdt ul li a {
	display: block;
	background: #E9E9E9;
	padding: 0.34rem 0.32rem;
	position: relative;
	overflow: hidden;
}


.jdt ul li a .name {
    display:none;
}


.jdt ul li a .pic {
	padding-top: 124.39%;
}

.jdt ul li a .jdt-tx {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 78, 162, 0.9);
	padding: 0.34rem 0.32rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
        flex-direction: column;
	align-items: center;
	transition: all 0.5s;
}

.jdt ul li:hover a .jdt-tx {
	top: 0;
}

.jdt ul li a .jdt-tx h3 {
	font-size: 0.2rem;
	line-height: 0.36rem;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.jdt ul li a .jdt-tx h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.05rem;
	height: 0.06rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: -1;
}

.jdt ul li a .jdt-tx h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.05rem;
	height: 0.06rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: -1;
}

.jdt ul li a .jdt-tx h3 span {
	display: block;
	padding: 0 0.22rem;
	position: relative;
	z-index: 1;
}

.jdt ul li a .jdt-tx h3 span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.05rem;
	height: 0.06rem;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: -1;
}

.jdt ul li a .jdt-tx h3 span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.05rem;
	height: 0.06rem;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	z-index: -1;
}

.jdt ul li a .jdt-tx .con {
	margin-top: 0.2rem;
}

.jdt ul li a .jdt-tx .con p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	padding: 0.06rem 0;
	text-align: center;
	color: #FFFFFF;
	max-height: 0.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.jdt ul li a .jdt-tx .zy {
	position: relative;
	z-index: 1;
	width: 0.75rem;
	height: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
}

.jdt ul li a .jdt-tx .zy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/s1-y.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transition: all 0.5s;
}

.jdt ul li a .jdt-tx .zy:hover::before {
	animation: circle1 30s linear infinite;
}

@keyframes circle1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(3600deg);
	}
}


.jdt ul li a .jdt-tx .zy span {
	display: block;
	width: 0.4rem;
	text-align: center;
	font-size: 0.14rem;
	color: #004EA2;
}

.jdt .swiper-button {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background-color: #004EA2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.15rem auto;
	top: auto;
	transform: none;
	bottom: -1.35rem;
	margin-top: 0;
	transition: all 0.5s;
}

.jdt .swiper-button:hover {
	opacity: 0.7;
}

.jdt .swiper-button::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.45rem;
	height: 1px;
}

.jdt .swiper-button-prev {
	left: 0;
	background-image: url(../images/s1-prev.png);
}

.jdt .swiper-button-next {
	right: 0;
	background-image: url(../images/s1-next.png);
}

.jdt .swiper-button-prev::before {
	left: 0.42rem;
	background: url(../images/s1-anl.png) no-repeat;
	background-size: 100% auto;
}

.jdt .swiper-button-next::before {
	right: 0.42rem;
	background: url(../images/s1-anr.png) no-repeat;
	background-size: 100% auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.jdt .swiper-button-disabled{
    background-color: #a6a8a9 !important;
}


.section2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 0.76rem;
	padding-bottom: 1.13rem;
}

.s2-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	max-width: 30.15%;
	max-height: 93.92%;
}

.s2-c {
	padding-left: 12.18%;
	overflow: hidden;
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.22rem;
}
.s2-c ul {
	border-top: 1px solid #004ea2;
	padding-top: 0.4rem;
	margin-top: 0.2rem;
}
.s2-c ul:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.s2-c ul li {
	width: 25%;
	margin-bottom: 0.24rem;
}

.s2-c ul li a {
	display: flex;
	height: 100%;
	margin: 0 0.22rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
	background: #F5F5F5;
	padding: 0.16rem 0.16rem 0.16rem 0.45rem;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	align-items: center;
}

.s2-c ul li:hover a {
	color: #fff;
}

.s2-c ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background: url(../images/s2-libg.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transition: all 0.5s;
}

.s2-c ul li:hover a::before {
	width: 100%;
}

.s2-c ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.15rem;
	width: 0.17rem;
	height: 0.06rem;
	background: url(../images/s2-jt1.png) no-repeat;
	background-size: 100% auto;
	transition: all 0.5s;
}

.s2-c ul li:hover a::after {
	background-image: url(../images/s2-jt2.png);
}


@media screen and (max-width:1850px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {
	.banner {
		height: auto;
		padding: 0.6rem 0;
	}

	.search-box {
		width: calc(100% - 0.4rem);
		padding: 0.4rem 0.2rem;
	}

	.search-d {
		margin-top: 0.3rem;
	}

	.s2-c {
		padding-left: 0;
	}

	.qh-tit ul li+li {
		margin-left: 2.18rem;
	}
}

@media screen and (max-width: 1024px) {
	.jdt ul li a .jdt-tx {
		display: none;
	}


.jdt ul li a .name {
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: .42rem;
    background: rgba(0, 78, 162, 0.75);
    text-align: center;
	color:#fff;
}


	.jdt ul li a {
		padding: 0.2rem;
	}

	.title {
		margin-bottom: 0.3rem;
	}

	.tit-c h3 {
		font-size: 0.26rem;
	}

	.tit-c h3::before,
	.tit-c h3::after {
		width: 0.8rem;
		height: 0.1rem;
	}

	.section1 {
		padding-top: 0.4rem;
	}

	.qh-tit ul li.on h3 {
		font-size: 0.2rem;
	}

	.qh-tit ul li h3 {
		line-height: 0.3rem;
	}

	.qh-tit ul li .k {
		width: 0.64rem;
		height: 0.64rem;
	}

	.qh-tit ul li .icon1 img {
		width: 0.35rem;
		height: 0.35rem;
	}

	.qh-tit ul li.on .k::before {
		width: 0.8rem;
		height: 0.8rem;
	}

	.qh-tit {
		margin-top: 0.4rem;
	}

	.qh-tit ul::before {
		top: 0.31rem;
	}

	.jdt .swiper-button {
		width: 0.32rem;
		height: 0.32rem;
		background-size: 0.12rem;
		bottom: -0.88rem;
	}

	.section2 {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.s2-c ul {
		margin: 0 -0.15rem;
	}
	.s2-c ul {
		padding-top: 0.25rem;

	}

	.s2-c ul li {
		width: 50%;
	}

	.s2-c ul li a {
		margin: 0 0.15rem;
		font-size: 0.2rem;
	}
}

@media screen and (max-width: 768px) {
	.qh-tit ul li+li {
		margin-left: 1.18rem;
	}
}

@media screen and (max-width: 640px) {
	.search-t {
		flex-wrap: wrap;
	}
.search-t form{
	width: 100%;
}

	.search-r {
		width: 100%;
		margin-top: 0.2rem;
		font-size: 0.18rem;
		text-align: left;
	}

	.search-r span {
		font-size: 0.24rem;
	}

	.search-l {
		width: 35%;
	}

	.search {
		width: 65%;
	}

	.search .text {
		margin: 0 0.1rem;
	}

	.search-d {
		margin-top: 0.1rem;
	}
}

@media screen and (max-width: 480px) {
	.search-d h3 {
		width: 100%;
	}

	.search-d .r {
		flex: none;
		width: 100%;
	}

	.jdt ul li a {
		padding: 0.1rem;
	}

	.qh-tit ul {
		padding: 0 0.4rem;
	}

	.qh-tit ul::before {
		left: 0.4rem;
		right: 0.4rem;
	}

	.jdt .swiper-button-prev::before,
	.jdt .swiper-button-next::before {
		content: none;
	}
	.qh-tit ul li+li {
		margin-left: 0.2rem;
	}
}

@media screen and (max-width: 400px) {
	.s2-c ul li {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {}