@charset "utf-8";

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	position: relative;
}

.banner::before {
	content: "";
	position: absolute;
	left: -0.15rem;
	top: -0.15rem;
	right: -0.15rem;
	bottom: -0.15rem;
	/*background: url(../images/banner-k.png) no-repeat center;*/
	background-size: 100% 100%;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: 0.23rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}

.banner .slick-dots li {
	width: 0.15rem;
	height: 0.15rem;
	margin: 0 0.08rem;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

.banner .slick-dots li::after {
	content: "";
	position: absolute;
	right: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 0.1rem;
	background-color: #fff;
}

.banner .slick-dots li:first-child::before {
	content: "";
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 0.1rem;
	background-color: #fff;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.banner .slick-dots li button {
	display: none;
}


/*首页样式*/

.title {
	width: 100%;
	margin-bottom: 0.25rem;
	border-bottom: 1px solid #ccc;
	align-items: center;
}

.title h3 {
	float: left;
	font-size: 0.28rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
	position: relative;
}

.title h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #026778;
}

.title h3 img {
	padding-right: 0.1rem;
	vertical-align: middle;
}

.title.white h3 {
	color: #fff;
	background-image: url(../images/title2.png);
}

.more {}

.more a {
	display: block;
	background: url(../images/more1.png) no-repeat;
	background-size: 100% auto;
	width: 0.56rem;
	height: 0.23rem;
	transition: all 0.3s;
	position: relative;
	right: 0;
}

.more:hover a {
	right: 0.05rem;
}

.more:hover a img {
	transform: rotate(-45deg);
}

.title.white .more a {
	color: #fff;
}

/*主体*/
.index-bg {
	background: url(../images/body-bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.index-box {
	max-width: 16rem;
	padding: 0.5rem 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.6);
}

.section1 {
	margin-top: 0.6rem;
	overflow: hidden;
}

.s1-l {
	width: 83.86%;
}

.s1-l-l {
	width: 5.84rem;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
}

.s1-l-l ul li a .pic {
	padding-top: 68.32%;
}

.s1-l-l ul li a .pic::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/jdt-yy.png) repeat-x;
	height: 0.92rem;
}

.s1-l-l ul li a h3 {
	position: absolute;
	left: 0.2rem;
	right: 1.3rem;
	bottom: 0.1rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-l-l .slick-dots {
	width: auto;
	right: 0.1rem;
	bottom: 0.4rem;
}

.s1-l-l .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin: 0 0.05rem;
}

.s1-l-l .slick-dots li.slick-active {
	background-color: #fff;
}

.s1-l-l .slick-dots li button {
	display: none;
}

.s1-l-r {
	width: calc(100% - 6.24rem);
}

.s1-r {
	width: 15%;
}

.s1-l-rt {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.1rem;
	margin-bottom: 0.02rem;
}

.s1-l-rt a {
	display: block;
}

.s1-l-rt .date {
	width: 0.64rem;
	height: 0.64rem;
	border: 1px solid rgba(10, 133, 76, 0.4);
	border-radius: 0.06rem;
	overflow: hidden;
	text-align: center;
}

.s1-l-rt .date p {
	font-size: 0.24rem;
	font-weight: bold;
	color: #026778;
	line-height: 0.4rem;
}

.s1-l-rt .date span {
	display: block;
	line-height: 0.22rem;
	font-size: 0.12rem;
	font-weight: bold;
	color: #fff;
	background-color: rgba(10, 133, 76, 0.4);
	;
	line-height: 0.22rem;
}

.s1-l-rtx {
	overflow: hidden;
	padding-left: 0.2rem;
}

.s1-l-rtx h3 {
	font-size: 0.18rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-right: 0.3rem;
	transition: all 0.3s;
}

.s1-l-rtx h3 img {
	padding-left: 0.1rem;
}

.s1-l-rtx p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.s1-l-rt a:hover .s1-l-rtx h3 {
	color: #026778;
}

.gg-list {
	width: 100%;
}

.gg-list li {
	line-height: 0.46rem;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	left: 0;
}

.gg-list li span {
	float: right;
	display: block;
	margin-left: 0.1rem;
	font-size: 0.12rem;
	color: #888;
}

.gg-list li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.15rem;
}

.gg-list li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #026778;
}

.gg-list li:hover {
	left: 0.05rem;
}

.gg-list li:hover a,
.gg-list li:hover span {
	color: #026778;
}

.s1-r ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 100%;
	    height: .8rem;
	margin-top: 0.08rem;
}

.s1-r ul li.s1-r1 a {
	background-color: #b7b472;
}

.s1-r ul li.s1-r2 a {
	background-color: #bf8c61;
}

.s1-r ul li.s1-r3 a {
	background-color: #97856b;
}

.s1-r ul li.s1-r4 a {
	background-color: #8d9f55;
}

.s1-r ul li a h3 {
	width: 100%;
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 0.26rem;
	margin-top: 0.1rem;
	position: relative;
}

.s1-r ul li a h3::before {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0.65rem;
	width: 0.2rem;
	height: 1px;
	background-color: #fff;
}

.s1-r ul li a h3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0.65rem;
	width: 0.2rem;
	height: 1px;
	background-color: #fff;
}

.s1-r .slick-slider {
	padding-top: 0.4rem;
}

.s1-r .slick-dots {
	top: 0.15rem;
	bottom: inherit;
}

.s1-r .slick-dots li {
	width: 0.13rem;
	height: 0.13rem;
	background: url(../images/s1-rdd.png) no-repeat;
	background-size: cover;
	opacity: 0.5;
}

.s1-r .slick-dots li.slick-active {
	opacity: 1;
}

.s1-r .slick-dots li button {
	display: none;
}

.s1-r .slick-prev,
.s1-r .slick-next {
	width: 0.14rem;
	height: 0.16rem;
	top: 0.15rem;
	transform: none;
	opacity: 0.7;
}

.s1-r .slick-prev:hover,
.s1-r .slick-next:hover {
	opacity: 1;
}

.s1-r .slick-prev {
	left: 0.1rem;
	background: url(../images/prev1.png) no-repeat;
	background-size: cover;
}

.s1-r .slick-next {
	right: 0.1rem;
	background: url(../images/next1.png) no-repeat;
	background-size: cover;
}

.section2 {
	padding: 0.4rem 0 0.5rem 0;
	position: relative;
}

.s2-c {
	overflow: hidden;
}

.s2-c ul {
	margin-left: -0.08rem;
	margin-right: -0.08rem;
}

.s2-c ul li a {
	display: block;
	margin: 0 0.08rem;
	position: relative;
	overflow: hidden;
}

.s2-c ul li a .pic {
	padding-top: 69.23%;
}

.s2-c ul li a .pic::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/s2-cyy.png) repeat-x;
	height: 0.57rem;
}

.s2-c ul li a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.1rem 0.2rem;
	font-size: 0.18rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.s2-c ul li a:hover .pic img {
	transform: scale(1.1);
}

.s2-c ul li a:hover h3 {}


.section3 {}

.s3-l {
	width: 32%;
}

.s3-lt a {
	align-items: center;
	padding-bottom: 0.2rem;
	margin-bottom: 0.16rem;
	border-bottom: 1px solid #cccccc;
}

.s3-lt a .pic {
	width: 1.61rem;
	height: 1.13rem;
	padding-top: 0;
}

.s3-lt .s3-ltx {
	width: calc(100% - 1.81rem);
}

.s3-lt .s3-ltx h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-lt a:hover .s3-ltx h3 {
	color: #026778;
}

.s3-lt .s3-ltx p {
	font-size: 0.14rem;
	line-height: 0.22rem;
	height: 0.66rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #888;
	margin-top: 0.1rem;
}

.s3-c {
	width: 32%;
}

.s3-c .title {
	margin-bottom: 0.1rem;
}

.s3-r {
	width: 30.333%;
}

.s3-rt {
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #ccc;
}

.s3-rt ul li {
	width: 48%;
}

.s3-rt ul li .pic {
	padding-top: 67.96%;
}

.s3-rt ul li a {
	display: block;
}

.s3-rt ul li h3 {
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-rt ul li a:hover h3 {
	color: #026778;
}

.s3-r .gg-list {
	margin-top: 0.15rem;
}

.s3-r .gg-list li {
	margin-top: 0.1rem;
	display: flex;
	flex-wrap: wrap;
}

.s3-r .gg-list li a {
	width: 100%;
	line-height: 0.24rem;
	height: 0.48rem;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	order: 1;
}

.s3-r .gg-list li span {
	width: 100%;
	text-align: right;
	order: 2;
	line-height: 1;
	margin-left: 0;
}
.s5-l{
width:48%;
}
.s5-r{
width:48%;
}

.clink {
	line-height: 0.46rem;
	padding: 25px 0;
	border-bottom: 1px solid rgb(234, 245, 255, 0.2);
}

.clink span {
	font-size: 0.24rem;
	display: inline-block;
}

.clink>a {
	display: inline-block;
	font-size: 0.16rem;
	margin-right: 0.2rem;
	position: relative;
	padding-left: 0.15rem;
}

.clink>a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.05rem;
	height: 0.05rem;
	background-color: #026778;
	border-radius: 50%;
}

.clink>a:hover {
	color: #026778;
	text-decoration: underline;
}



@media screen and (max-width:1350px) {}

@media screen and (max-width: 1160px) {}

@media screen and (max-width: 1024px) {

	.s1-l,
	.s1-r {
		width: 100%;
	}

	.s3-l,
	.s3-c,
	.s3-r {
		width: 100%;
	}
	.s3-c,
	.s3-r,.s5-r{
		margin-top: 0.25rem;
		min-height: 3rem;
	}
	.s3-r .gg-list li a{
		height: auto;
		max-height: 0.48rem;
	}
.s3-l{
min-height: 3rem;
}
.s5-l{
width:100%;
}
.s5-r{
width:100%;
}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots li{
		width: 0.1rem;
		height: 0.1rem;
	}
	.banner::before{
		background-size: 99% 99%;
	}
	.index-box {
		padding: 0.3rem 0;
	}
	.section1 {
		margin-top: 0.3rem;
	}
	.s1-l-l ,
	.s1-l-r{
		width: 100%;
	}
	.s1-l-r{
		margin-top: 0.25rem;
	}
	.section2 {
		padding: 0.3rem 0 ;
		position: relative;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}