@charset "UTF-8";

/*banner*/

.banner {
	position: relative;
	width: 80%;
	margin: 0 auto;
    min-width: 1400px;
}

.banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75%;
	/* min-width: 1250px; */
	height: 76px;
	background: url(../images/ban-x.png) no-repeat;
	background-size: 100% 100%;
}

.banner a {
	display: block;
	position: relative;
	z-index: 2;
	height: 630px;
	overflow: hidden;
}

.banner a span.a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
}

.banner a p {
	display: none;
}

.banner .slick-dots {
	left: 50%;
	transform: translateX(-50%);
	width: 1400px;
	height: 76px;
	line-height: 76px;
	font-size: 0;
	bottom: 0;
	text-align: left;
	padding-left: 860px;
	z-index: 1;
}

.banner .slick-dots li {
	position: static;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 7px;
}

.banner .slick-dots li.slick-active {
	width: 17px;
	height: 17px;
	background: url(../images/ban-dot1.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-dots li .dot-page {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 880px;
	line-height: 76px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.banner .slick-dots li.slick-active .dot-page {
	display: block;
}

.banner .slick-prev,
.banner .slick-next {
	width: 61px;
	height: 60px;
	z-index: 1;
	transition: all 0.5s;
}

.banner .slick-prev {
	left: 34px;
	background: url(../images/ban-prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: 34px;
	background: url(../images/ban-next.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 0.7;
}

/*公用标题*/
.title {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.title::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 165px;
	right: 82px;
	border-bottom: 2px solid #DEDEDE;
}

.title h3 {
	float: left;
	font-family: 'sySong';
	font-size: 34px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.title h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 10px);
	width: 3px;
	height: 18px;
	background: #920F15;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.more a {
	display: block;
	width: 82px;
	height: 40px;
	line-height: 40px;
	background: url(../images/more3.png) no-repeat right bottom;
	font-size: 16px;
	color: #920F15;
	text-align: right;
	padding-right: 26px;
	transition: all 0.3s;
}

.more:hover a {
	font-weight: bold;
}

/*首页板块*/

.s3-c {}

.s3-c ul {
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-c ul li {
	width: 315px;
}

.s3-c ul li a {
	display: block;
	position: relative;
	top: 0;
	background: #F5F5F5;
	border-radius: 16px;
	transition: all 0.3s;
}

.s3-c ul li a .pic1 {
	width: 100%;
	height: 126px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
}

.s3-c ul li a .pic1::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 79px;
	background: url(../images/s3-logo.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.s3-c ul li a img {
	display: block;
	max-height: 36px;
}

.s3-c ul li a img:nth-child(2) {
	display: none;
}

.s3-c ul li a h3 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	transition: all 0.3s;
}

.s3-c ul li:hover a {
	background: #920F15;
}

.s3-c ul li:hover a img {
	animation: jello 1.6s linear;
}

.s3-c ul li:hover a img:first-child {
	display: none;
}

.s3-c ul li:hover a img:nth-child(2) {
	display: block;
}

.s3-c ul li:hover a h3 {
	color: #fff;
}

.s3-c ul li:hover a {
	top: -5px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.s3-c ul li:hover a .pic1::after {
	display: block;
}

/* section4 */
.section4 {
	padding-top: 58px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.section4>div.px1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4-l,
.s4-r {
	width: 46.42%;
}

.gg-list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	border: 1px solid #DEDEDE;
	padding: 0 30px;
	position: relative;
}

.gg-list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 36px;
	height: 36px;
	background: url(../images/gg-listzs.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.gg-list li {
	margin-top: 20px;
}

.gg-list li:first-child {
	margin-top: 0;
}

.gg-list li a .date {
	text-align: center;
}

.gg-list li a .date p {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.gg-list li a .date span {
	display: block;
	font-size: 18px;
	color: #999999;
}

.gg-list li a h3 {
	width: calc(100% - 123px);
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.gg-list li:hover a {
	border-color: #920F15;
	padding-right: 66px;
}

.gg-list li:hover a::after {
	display: block;
}

.gg-list li:hover a .date p,
.gg-list li:hover a .date span {
	color: #920F15;
}

.gg-list li:hover a h3 {
	color: #920F15;
}

.gg-list2 li {
	line-height: 52px;
	height: 52px;
	position: relative;
	z-index: 1;
}

.gg-list2 li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 8px;
	height: 100%;
	border-left: 1px solid rgba(222, 222, 222, 0.51);
}

.gg-list2 li:first-child:before,
.gg-list2 li:nth-child(9):before {
	height: 50%;
}

.gg-list2 li:first-child:before {
	top: 50%;
}

.gg-list2 li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 9px;
	right: 0;
	border-top: 1px solid #F3F3F3;
	z-index: -1;
}

.gg-list2 li:first-child:after {
	display: none;
}

.gg-list2 li span {
	float: right;
	padding-left: 15px;
	font-size: 20px;
	color: #999;
	height: 100%;
}

.gg-list2 li a {
	display: block;
	font-size: 20px;
	padding-left: 50px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #333;
	width: calc(100% - 150px);
	float: left;
}

.gg-list2 li>img{display: inline-block;width: 20px;height: 20px;float: left;margin-top: 15px;}

.gg-list2 li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #920F15;
	background: #fff;
	border-radius: 50%;
	display: none;
}

.gg-list2 li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	width: 8px;
	height: 8px;
	background: #DEDEDE;
	border-radius: 50%;
}

.gg-list2 li:hover a::before {
	display: block;
}

.gg-list2 li:hover a::after {
	background: #920F15;
}

.gg-list2 li:hover a {
	color: #920F15;
	font-weight: bold;
}

.gg-list2 li:hover span {
	color: #7E1B27;
}

.gg-list3 li::before {
	border-left-color: #FFEFD8;
}

.gg-list3 li a::after {
	left: 3.5px;
	width: 10px;
	height: 10px;
	border-radius: unset;
	background: url(../images/zs3.png) no-repeat;
	background-size: 100% 100%;
}

.gg-list3 li a::before,
.gg-list3 li:hover a::before {
	display: none;
}

.gg-list3 li:hover a::after {
	left: 0;
	width: 17px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/zs3on.png);
}

/*  */
.section1 {
	width: 100%;
	height: 730px;
	background: url(../images/section1-bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	padding-top: 115px;
}

.s1-c {
	position: relative;
}

.s1-c .s1-book {
	display: block;
	width: 806px;
	margin: 0 auto;
	height: auto;
}

.s1-c>a>img {
	display: block;
	width: 1266px;
	height: 802px;
	margin: 0 auto;
}

.s1-c .xq {
	position: absolute;
	bottom: 32px;
	right: 223px;
	width: 174px;
	height: 174px;
	z-index: 1;
}

.s1-c .xq::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(146, 15, 21, 0.2);
	border: 4px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	transition: all 0.3s;
}

.s1-c .xq:hover::after {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 0.8;
}

.xq a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: 17px auto;
	border-radius: 50%;
	background: #fff;
}

.s1-c .xq a h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
	height: 42px;
	color: #920F15;
	border-top: 2px solid #920F15;
	border-bottom: 2px solid #920F15;
	background: url(../images/s1-xq1.png) no-repeat right center;
	padding-right: 20px;
}


/* seciton2 */
.section2 {
	background: url(../images/section2-bg.png) no-repeat center;
	background-size: cover;
	padding-bottom: 220px;
	padding-top: 258px;
	margin-top: -320px;
	display: none;
}

.s2-tit {
	text-align: center;
	position: relative;
	z-index: 2;
}

.s2-tit a {
	display: block;
}

.s2-tit h3 {
	display: inline-block;
	height: 77px;
	line-height: 69px;
	border-top: 4px solid #920F15;
	border-bottom: 4px solid #920F15;
	font-family: 'sySong';
	font-size: 36px;
	font-weight: normal;
	color: #920F15;
}

.s2-c ul {
	margin-top: 60px;
}

.s2-c ul li a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background: none;
	position: relative;
	margin: 0 12px;
	transition: all 0.3s;
}

.s2-c ul li a::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border: 2px solid #FFFFFF;
	opacity: 0.8;
	border-radius: 16px;
}

.s2-c ul li a .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(146, 15, 21, 0.2);
	opacity: 0;
	transition: all 0.3s;
}

.s2-c ul li a .s2-tx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 210px;
	height: 70px;
	line-height: 70px;
	background: rgba(146, 15, 21, 0.6);
	text-align: center;
	transition: all 0.3s;
}

.s2-c ul li a .s2-tx h3 {
	display: inline-block;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	line-height: 64px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	z-index: 1;
}

.s2-c ul li:hover a .s2-tx h3 {
	border-top-color: #fff;
	border-bottom-color: #fff;
	background: url(../images/s2-jt.png) no-repeat right center;
	padding-right: 39px;
}

.s2-c ul li:hover a .s2-tx {
	padding: 20px 22px;
	width: 254px;
	height: 110px;
}

.s2-c ul li:hover a .bg {
	opacity: 1;
}

/* section5 */
.section5 {
	background: url(../images/section5-bg3.png) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 126px;
	padding-top: 200px;
	margin-top: -200px;
	position: relative;
	z-index: 2;
}

.qh-tit {
	width: 1081px;
	height: 96px;
	margin: 0 auto;
	background: url(../images/s2-ctit.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 18.5px;
}

.qh-tit ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.qh-tit ul li {
	cursor: pointer;
	width: 252px;
	height: 59px;
	line-height: 59px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;

}

.qh-tit ul li.on {
	background: url(../images/s2-ctiton.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.qh-bd {
	position: relative;
	margin-top: 65px;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.qh-bd>div ul {
	display: flex;
	flex-wrap: wrap;
}

.qh-bd>div .gd {
	margin-top: 65px;
}

.qh-bd>div .gd a {
	display: block;
	width: 146px;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
	background: url(../images/s5gd.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.5s;
}

.qh-bd>div .gd a:hover {
	opacity: 0.8;
}

.s5-bd1 {
	overflow: hidden;
}

.s5-bd1 ul {
	margin: 0 -42px;
}

.s5-bd1 ul li {
	width: 33.333%;
}

.s5-bd1 ul li a {
	display: block;
	margin: 0 42px;
}

.s5-bd1 ul li a h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #262626;
	padding-left: 25px;
	position: relative;
	transition: all 0.5s;
}

.s5-bd1 ul li a h3::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 23px;
	background: #920F15;
}

.s5-bd1 ul li a p {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	height: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #535353;
	margin-top: 30px;
	padding-left: 25px;
}

.s5-bd1 ul li a .fb {
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	color: #4D4D4D;
	background: url(../images/s5-bd1rl.png) no-repeat left 10px;
	background-size: 16px 15px;
	padding-left: 25px;
	margin-top: 60px;
	transition: all 0.5s;
}

.s5-bd1 ul li:hover a h3 {
	color: #920F15;
}

.s5-bd1 ul li:hover a .fb {
	background-image: url(../images/s5-bd1rl2.png);
}

.s5-bd2 ul {
	margin: 0 -79px;
}

.s5-bd2 ul li {
	width: 33.333%;
}

.s5-bd2 ul li a {
	display: block;
	margin: 0 79px;
	background: url(../images/s5-y.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 30px;
	height: 430px;
	transition: all 0.5s;
}

.s5-bd2 ul li a .pic {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s5-bd2 ul li a .pic img {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.s5-bd2 ul li:hover a {
	background-image: url(../images/s5-r.png);
}

.s5-bd3 ul {
	margin: 0 -110px;
}

.s5-bd3 ul li {
	width: 33.333%;
}

.s5-bd3 ul li a {
	display: block;
	margin: 0 110px;
}

.s5-bd3 ul li a .pic {
	position: relative;
	overflow: hidden;
	padding-top: 134.385%;
}

.s5-bd3 ul li a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*	object-fit: cover; */
}
#adu0{z-index:9999999999999999 !important;}