@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/

.banner a {
	display: block;
	overflow: hidden;
}

.banner .slick-slide {}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	bottom: 34px;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 0 8px;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	background-color: #fff;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.title {
	height: 70px;
	line-height: 60px;
	border-bottom: 1px solid rgba(186, 147, 184, 0.5);
	position: relative;
	padding-bottom: 10px;
}

.title h3 {
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.title h3::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #5a0e56;
}

.title h3 img {
	vertical-align: middle;
	padding-right: 10px;
}

.more a {
	float: right;
	display: block;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.more:hover a {
	padding-right: 5px;
	color: #8a0984;
}

/*主体*/
.main {
	background: #fbfbfb url(../images/body-bg.png) repeat-y center -6px;
	background-size: 100% auto;
}

.s-w {
	width: 47.82%;
}

.section1 {
	padding-top: 25px;
}

.section1>div {
	background-color: #fff;
	border-bottom: 4px solid #5a0e56;
	padding: 30px 30px 68px 30px;
	overflow: hidden;
}

.s1-l ul li a {
	display: block;
}

.s1-l ul li .pic {
	padding-top: 62.12%;
}

.s1-l ul li .s1-ltx h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 20px;
}

.s1-l ul li .s1-ltx h3 em {
	font-style: normal;
	font-size: 20px;
	position: relative;
	background-image: linear-gradient(#5a0e56, #5a0e56);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s1-l ul li:hover .s1-ltx h3 em {
	color: #5a0e56;
	font-weight: bold;
	background-size: 100% 1px;
}

.s1-l ul li .s1-ltx p {
	font-size: 17px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	color: #999;
}

.s1-l .slick-dots {
	width: auto;
	display: inline-block !important;
	position: relative;
	text-align: left;
	margin-top: 20px;
}

.s1-l .slick-dots::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: url(../images/jdt-sj.png) no-repeat;
	background-size: cover;
	width: 25px;
	height: 11px;
}

.s1-l .slick-dots li {
	transition: all 0.3s;
}

.s1-l .slick-dots li button {
	font-size: 20px;
	color: #c0c0c0;
	position: relative;
}

.s1-l .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 36px;
	height: 1px;
	background-color: #999999;
	display: none;
}

.s1-l .slick-dots li.slick-active {
	margin: 0 40px 0 0;
}

.s1-l .slick-dots li.slick-active button {
	color: #5a0e56;

}

.s1-l .slick-dots li.slick-active::after {
	display: block;
}

.gg1-list li a {
	display: block;
	padding: 14px 10px;
	overflow: hidden;
	transition: all 0.3s;
}

.gg1-list li span {
	float: right;
	line-height: 66px;
	font-size: 16px;
	color: rgba(102, 102, 102, 0.6);
	padding-left: 60px;
	transition: all 0.3s;
}

.gg1-list li .gg1-tx {
	overflow: hidden;
}

.gg1-list li .gg1-tx h3 {
	line-height: 40px;
	font-size: 20px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
	position: relative;
}

.gg1-list li .gg1-tx h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #5a0e56;
}

.gg1-list li:hover .gg1-tx h3::after {
	background-color: #fff;
}

.gg1-list li .gg1-tx p {
	line-height: 26px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
	margin-top: 8px;
}

.gg1-list li:hover {
	background-color: #5a0e56;
}

.gg1-list li:hover span,
.gg1-list li:hover h3 {
	color: #fff;
}

.gg1-list li:hover p {
	color: rgba(255, 255, 255, 0.6);
}

.section2 {
	margin-top: 52px;
}

.s2-l,
.s2-r {
	background-color: #fff;
	border-bottom: 4px solid #5a0e56;
	padding: 30px;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	padding: 18px 0;
	border-top: 1px solid rgba(186, 147, 184, 0.2);
	transition: all 0.3s;
}

.s2-l ul li:first-child a {
	border-top: none;
}

.s2-l ul li:last-child a {
	padding-bottom: 0;
}

.s2-l ul li .date {
	width: 60px;
	height: 80px;
	border: 1px solid rgba(90, 16, 89, 0.6);
	border-radius: 10px;
	text-align: center;
	margin-right: 28px;
	transition: all 0.3s;
}

.s2-l ul li .date p {
	font-size: 38px;
	font-weight: bold;
	color: #8a0984;
}

.s2-l ul li .date span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
}

.s2-l ul li .date span::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 42px;
	height: 8px;
	background: url(../images/s2-lx.png) no-repeat;
	background-size: cover;
}

.s2-l ul li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	margin-top: 10px;
}

.s2-l ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	transition: all 0.3s;
}

.s2-l ul li h3 p em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#5a0e56, #5a0e56);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s2-l ul li:hover h3 p em {
	color: #5a0e56;
	font-weight: bold;
	background-size: 100% 1px;
}

.s2-l ul li:hover .date {
	background-image: linear-gradient(#8a0984, #5e098a);
}

.s2-l ul li:hover .date p {
	color: #fff;
}

.s2-l ul li:hover .date span {
	color: rgba(255, 255, 255, 0.8);
}

.s2-r {
	padding-bottom: 35px;
}

.s2-r ul li a {
	display: block;
	margin-top: 22px;
	background-image: url(../images/yd.jpg);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 18px;
}

.s2-r ul li h3 {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-r ul li h3 em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#5a0e56, #5a0e56);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s2-r ul li:hover h3 em {
	color: #5a0e56;
	font-weight: bold;
	background-size: 100% 1px;
}

.s2-r ul li p {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.s2-r ul li p::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(186, 147, 184, 0.5);
	z-index: -1;
}

.s2-r ul li p span {
	display: inline-block;
	background-color: #fff;
	color: #666;
	padding-right: 25px;
}

.section3 {
	margin-top: 70px;
	overflow: hidden;
	background-color: #f8f6ed;
}

.s3-c ul {
	padding: 30px 0;
}

.s3-c ul li a {
	display: block;
	font-size: 0;
	text-align: center;
	transition: all 0.3s;
}


.s3-c ul li a .pic1 {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}

.s3-c ul li a .pic1::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(../images/s3-clj.png) no-repeat center;
	background-size: cover;
	transition: all 0.3s;
	display: none;
}

.s3-c ul li:hover a .pic1::after {
	display: block;
}

.s3-c ul li a .pic1 span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.s3-c ul li a .pic1 span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgb(118, 8, 112, 0.9);
	transition: all 0.3s;
}

.s3-c ul li:hover a .pic1 span::after {
	width: 100%;
	height: 100%;
}

.s3-c ul li a .pic1 img {
	display: inline-block !important;
	vertical-align: middle;
	max-width: 95%;
}

.s3-c ul li a p {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}

.s3-c ul li:hover a p {
	color: #5a0e56;
	text-decoration: underline;
}
@media screen and (max-width:500px) {
    .banner .ban_font {
             font-size:35px !important;  
              left:6% !important;
            top:35% !important;}
}
@media screen and (max-width:750px) {
    .banner .ban_font {font-size:27px !important;}
}


@media screen and (max-width:1400px) {
	.gg1-list li a {
		padding: 10px 10px;
	}
}

@media screen and (max-width:1300px) {
	.gg1-list li a {
		padding: 8px 10px;
	}
}

@media screen and (max-width:1200px) {
	.gg1-list li a {
		padding: 5px 10px;
	}
}

@media screen and (max-width:1100px) {
	.gg1-list li a {
		padding: 2px 10px;
	}
}

@media screen and (max-width: 1024px) {
       .banner .ban_font {
            left:8% !important;
            top:60% !important;
}

	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}

	.title {
		height: 60px;
		line-height: 50px;
	}

	.title h3 {
		font-size: 24px;
	}

	.more a {
		font-size: 16px;
	}

	.section1>div {
		padding: 30px;
	}

	.s1-l ul li .s1-ltx h3 em {
		font-size: 18px;
	}

	.s1-l ul li .s1-ltx p {
		font-size: 15px;
		height: auto;
		max-height: 78px;
	}

	.slick-dots li button {
		font-size: 18px;
	}

	.gg1-list li a {
		padding: 5.5px 0;
	}

	.gg1-list li .gg1-tx h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.gg1-list li .gg1-tx p {
		font-size: 14px;
		line-height: 22px;
	}

	.gg1-list li span {
		padding-left: 30px;
	}

	.section2 {
		margin-top: 30px;
	}

	.s2-l ul li .date p {
		font-size: 30px;
		margin-top: 6px;
	}

	.s2-l ul li h3 p {
		font-size: 18px;
	}

	.s2-r ul li h3 {
		font-size: 18px;
	}

	.s2-r ul li a {
		background-position: left 11px;
	}

	.section3 {
		margin-top: 40px;
	}

	.s3-c ul li a p {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.s-w {
		float: none;
		width: 100%;
	}

	.s1-r {
		margin-top: 20px;
	}

	.section1>div,
	.s2-l,
	.s2-r {
		border-bottom-width: 3px;
	}

	.s2-r {
		margin-top: 30px;
	}

	.gg1-list li a {
		padding: 10px 0;
	}

	.s3-c ul li a p {
		font-size: 16px;
	}

	.s3-c ul li a .pic1 {
		display: inline-block;
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.s3-c ul li a .pic1 img {
		max-height: 50px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.more a {
		font-size: 14px;
	}

	.title {
		height: 50px;
		line-height: 40px;
	}

	.section1>div,
	.s2-l,
	.s2-r {
		padding: 20px;
	}

	.s1-l ul li .s1-ltx h3 {
		margin-top: 15px;
	}

	.s1-l ul li .s1-ltx h3 em {
		font-size: 16px;
	}

	.s1-l ul li .s1-ltx p {
		font-size: 13px;
		margin-top: 10px;
	}

	.s1-l .slick-dots li button {
		font-size: 16px;
	}

	.s1-l .slick-dots li button {
		padding: 0;
	}

	.gg1-list li .gg1-tx h3 p {
		font-size: 16px;
	}

	.gg1-list li span {
		font-size: 14px;
		padding-left: 20px;
	}

	.gg1-list li a {
		padding: 10px 0;
	}

	.s2-l ul li a {
		padding: 10px 0;
	}

	.s2-l ul li .date {
		width: 50px;
		height: 67px;
		margin-right: 20px;
	}

	.s2-l ul li .date p {
		font-size: 26px;
		margin-top: 4px;
	}

	.s2-l ul li h3 {
		margin-top: 3px;
	}

	.s2-l ul li h3 p {
		font-size: 16px;
	}

	.s2-l ul li .date span::after {
		top: -8px;
	}

	.s2-r ul li h3 {
		font-size: 16px;
		height: auto;
		max-height: 60px;
	}

	.s2-r ul li p span {
		font-size: 14px;
	}

	.s3-c ul {
		padding: 20px 0;
	}

	.s3-c ul li a p {
		font-size: 15px;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}