@charset "utf-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}


/* banner */

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
}

.banner .slick-slide a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 286px;
	background: url(../img/banner-bg.png) repeat-x center top;
}

.banner .slick-dots {
	right: 8%;
	bottom: 50px;
}

.banner .slick-dots li {
	margin: 0 23px;
	width: auto;
	height: auto;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	margin-left: 50px;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	padding-right: 150px;
}

.banner .slick-dots li.slick-active:after {
	width: 138px;
}

.banner .slick-dots li span {
	display: block;
	font-size: 20px;
	color: #fff;
}

.banner .slick-dots li.slick-active span {
	font-size: 24px;
}

.down-page {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	z-index: 999;
	animation: move 1.5s infinite ease-in-out;
	cursor: pointer;
}

.down-page img {
	display: block;
}

@keyframes move {
	50% {
		bottom: 50px;
	}
	0%,
	100% {
		bottom: 35px;
	}
}

.tit {
	padding: 30px 0;
	text-align: center;
	position: relative;
}

.tit h3 {
	font-size: 0;
	font-size: 33px;
	font-weight: bold;
	position: relative;
}

.tit h3 img {
	vertical-align: -3px;
	padding: 0 5px;
}

.tit p {
	font-family: arial;
	font-size: 18px;
	color: #ab1313;
	margin-top: 4px;
}

.more {
	text-align: center;
}

.more a {
	display: inline-block;
	font-size: 16px;
	color: #818181;
	line-height: 30px;
	transition: all 0.3s;
}

.more img {
	vertical-align: -3px;
	padding-right: 10px;
}

.more a:hover {
	color: #a81111;
	font-weight: bold;
	margin-left: -8px;
}

.section1 {
	background: url(../img/section1.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 0 50px 0;
}

.s1-l {
	width: 667px;
	position: relative;
}

.s1-l:after {
	content: "";
	position: absolute;
	top: 14px;
	left: -18px;
	bottom: 0;
	width: 18px;
	background: #ab1313;
}

.s1-l ul li a {
	display: block;
}

.s1-l ul li a .pic {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.s1-l ul li a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.s1-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-linfo {
	overflow: hidden;
	width: 627px;
	height: 172px;
	background: #ab1313;
	padding: 15px 80px 10px 10px;
}

.s1-linfo h3 {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.s1-linfo p {
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 10px;
	text-indent: 2em;
	color: #fff;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 40px;
	height: 80px;
	z-index: 9;
}

.s1-l .slick-prev {
	right: 0;
	left: inherit;
	top: 460px;
	background: #818181 url(../img/prev1.png) no-repeat;
	background-position: center center;
}

.s1-l .slick-next {
	right: 0;
	top: 540px;
	background: #818181 url(../img/next1.png) no-repeat;
	background-position: center center;
}

.s1-l .slick-prev:hover {
	background: #eb880e url(../img/prev1.png) no-repeat;
	background-position: center center;
}

.s1-l .slick-next:hover {
	background: #eb880e url(../img/next1.png) no-repeat;
	background-position: center center;
}

.s1-r {
	overflow: hidden;
	padding-bottom: 40px;
}

.s1-r ul li {
	float: left;
	width: 50%;
}

.s1-r ul li a {
	display: block;
	background: #fff;
	margin-left: 30px;
	height: 282px;
	padding: 35px;
}

.s1-r ul li:nth-child(3),
.s1-r ul li:nth-child(4) {
	margin-top: 30px;
}

.s1-r ul li h3 {
	font-size: 18px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
}

.s1-r ul li p {
	font-size: 14px;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	color: #999;
	margin-top: 15px;
}

.s1-r ul li span {
	display: block;
	font-size: 16px;
	color: #7d5e5e;
	background: url(../img/time1.png) no-repeat left center;
	padding-left: 27px;
	line-height: 20px;
	margin-top: 30px;
}

.s1-r ul li a:hover {
	box-shadow: 0px 10px 35px 0px rgba(103, 16, 16, 0.39);
}

.s1-r ul li a:hover h3 {
	color: #a81111;
	text-decoration: underline;
}

.section2 {
	background: url(../img/section2.jpg) no-repeat center top;
	background-size: cover;
	padding: 20px 0 50px 0;
}

.s2-c {
	margin: 50px 0 65px 0;
}

.s2-c ul li {
	float: left;
	width: 25%;
}

.s2-c ul li a {
	display: block;
	width: 100%;
	height: 224px;
	padding: 30px;
	color: #fff;
	transition: all 0.3s;
	position: relative;
}

.s2-c ul li:first-child a {
	background: #ab1313;
}

.s2-c ul li:nth-child(2) a {
	background: #bbb287;
}

.s2-c ul li:nth-child(3) a {
	background: #831818;
}

.s2-c ul li:nth-child(4) a {
	background: #818181;
}

.s2-c ul li .s2-cdate p {
	font-size: 42px;
}

.s2-c ul li .s2-cdate span {
	font-size: 14px;
}

.s2-c ul li:first-child a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -18px;
	border-left: 160px solid #ab1313;
	border-bottom: 9px solid #ab1313;
	border-right: 160px solid transparent;
	border-top: 9px solid transparent;
}

.s2-c ul li:first-child a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	border-left: 160px solid #ab1313;
	border-bottom: 9px solid transparent;
	border-right: 160px solid transparent;
	border-top: 9px solid #ab1313;
}

.s2-c ul li:nth-child(3) a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -18px;
	border-left: 160px solid #831818;
	border-bottom: 9px solid #831818;
	border-right: 160px solid transparent;
	border-top: 9px solid transparent;
}

.s2-c ul li:nth-child(3) a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	border-left: 160px solid #831818;
	border-bottom: 9px solid transparent;
	border-right: 160px solid transparent;
	border-top: 9px solid #831818;
}

.s2-c ul li:nth-child(2) a:before {
	content: "";
	position: absolute;
	right: 0;
	top: -18px;
	border-left: 160px solid transparent;
	border-bottom: 9px solid #bbb287;
	border-right: 160px solid #bbb287;
	border-top: 9px solid transparent;
}

.s2-c ul li:nth-child(2) a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -18px;
	border-left: 160px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 160px solid #bbb287;
	border-top: 9px solid #bbb287;
}

.s2-c ul li:nth-child(4) a:before {
	content: "";
	position: absolute;
	right: 0;
	top: -18px;
	border-left: 160px solid transparent;
	border-bottom: 9px solid #818181;
	border-right: 160px solid #818181;
	border-top: 9px solid transparent;
}

.s2-c ul li:nth-child(4) a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -18px;
	border-left: 160px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 160px solid #818181;
	border-top: 9px solid #818181;
}

.s2-c ul li a:hover {
	margin-top: -8px;
}

.s2-c ul li h3 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-top: 15px;
}

.s2-c ul li a:hover h3 {
	text-decoration: underline;
}

.s2-c ul li a>span {
	display: block;
	float: right;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: -20px;
}

.section3 {
	background: url(../img/section3.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 50px 0;
}

.section3 .tit h3,
.section3 .tit p {
	color: #fff;
}

.section3 .more a {
	color: #fff;
}

.s3-c {
	height: 550px;
	margin-top: 50px;
}

.s3-c ul {
	margin-left: -20px;
	margin-right: -20px;
}

.s3-c ul li {
	float: left;
	width: 33.333%;
}

.s3-c ul li a {
	display: block;
	margin: 0 20px;
	background: #f1eaea;
	padding: 18px;
	transition: all 0.3s;
}

.s3-c ul li .pic {
	width: 100%;
	height: 287px;
	overflow: hidden;
	transition: all 0.3s;
}

.s3-c ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.s3-c ul li a:hover .pic {
	height: 313px;
	overflow: hidden;
}

.s3-c ul li .s3-cinfo {
	padding: 30px 20px 10px 20px;
	transition: all 0.3s;
}

.s3-c ul li .s3-cinfo h3 {
	font-size: 18px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.s3-c ul li .s3-cinfo p {
	font-size: 14px;
	line-height: 26px;
	height: 0;
	overflow: hidden;
	margin-top: 15px;
	transition: all 0.3s;
}

.s3-c ul li .s3-cinfo span {
	display: block;
	background: url(../img/gd1.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 20px;
}

.s3-c ul li a:hover {
	background: #ab1313;
	padding: 0;
	margin-top: -40px;
}

.s3-c ul li a:hover .s3-cinfo {
	padding: 30px 20px;
}

.s3-c ul li a:hover .s3-cinfo h3 {
	color: #fff;
	text-decoration: underline;
}

.s3-c ul li a:hover .s3-cinfo p {
	height: 78px;
	color: #cfa2a2;
}

.s3-c ul li a:hover span {
	background: url(../img/gd2.png) no-repeat;
}

.section4 {
	background: url(../img/section4.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0 60px 0;
}

.s4-tit {
	float: right;
	width: 470px;
	height: 594px;
	position: relative;
	z-index: 1;
}

.s4-tit ul {
	width: 100%;
	height: 100%;
	background: #ab1313;
	padding-left: 20px;
}

.s4-tit ul li {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.s4-tit ul li:first-child {
	border-top: 0;
}

.s4-tit ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	height: 142px;
	padding: 35px 0;
	overflow: hidden;
}

.s4-tit ul li:first-child a {
	margin-top: 0;
}

.s4-tit ul li a:hover {
	background: #ab1313;
	box-shadow: 0px 23px 43px 0px rgba(83, 28, 28, 0.77);
	margin-left: -78px;
	padding-left: 20px;
	text-decoration: underline;
}

.s4-tit ul li a:hover h3 {
	text-decoration: underline;
}

.s4-bd {
	float: left;
	width: 930px;
	height: 594px;
	overflow: hidden;
	position: relative;
}

.s4-bd>ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.s4-bd>ul.on {
	visibility: visible;
	opacity: 1;
}

.s4-bd>ul li {
	width: 100%;
	height: 100%;
}

.s4-bd>ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.s4-bd>ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s4-bd>ul li a:hover img {
	transform: scale(1.1);
}

.section4 .more a {
	margin-top: 50px;
}

.section5 {
	background: url(../img/section5.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0 90px 0;
}

.section5 .tit .more a {
	margin-top: 20px;
}

.s5-l,
.s5-r {
	width: 645px;
}

.s5-l ul li a {
	display: block;
	background: #fff;
	border: 1px solid #e2eaea;
	margin-top: 30px;
	padding: 12px;
	overflow: hidden;
}

.s5-l ul li:first-child a {
	margin-top: 0;
}

.s5-l ul li .pic {
	margin-right: 26px;
	width: 258px;
	height: 164px;
	overflow: hidden;
}

.s5-l ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s5-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s5-l ul li .s5-linfo {
	overflow: hidden;
	padding-right: 40px;
}

.s5-l ul li .s5-linfo h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	height: 68px;
	color: #000;
	overflow: hidden;
	margin-top: 20px;
}

.s5-l ul li .s5-linfo p {
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
}

.s5-l ul li .s5-linfo p span {
	display: inline-block;
	background: url(../img/time2.png) no-repeat left center;
	padding-left: 27px;
	font-size: 14px;
	color: #815959;
}

.s5-l ul li .s5-linfo p em {
	float: right;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	color: #815959;
}

.s5-l ul li:nth-child(2) .pic {
	margin-left: 26px;
	margin-right: 0;
}

.s5-l ul li:nth-child(2) .s5-linfo {
	padding-right: 0;
	padding-left: 40px;
}

.s5-l ul li a:hover .s5-linfo h3 {
	color: #ab1313;
}

.s5-r ul li {
	float: left;
}

.s5-r ul li a {
	display: block;
	width: 303px;
	height: 297px;
	overflow: hidden;
}

.s5-r ul li:first-child a {
	background: #5e5050;
}

.s5-r ul li:nth-child(4) a {
	background: #ab1313;
}

.s5-r ul li:nth-child(3) a,
.s5-r ul li:nth-child(4) a {
	margin-top: 35px;
}

.s5-r ul li:nth-child(2) a,
.s5-r ul li:nth-child(4) a {
	margin-left: 35px;
}

.s5-r ul li:first-child a,
.s5-r ul li:nth-child(4) a {
	color: #fff;
	padding: 40px;
}

.s5-r ul li:first-child a h3,
.s5-r ul li:nth-child(4) a h3 {
	font-size: 18px;
	line-height: 34px;
	height: 68px;
	overflow: hidden;
}

.s5-r ul li:first-child a:hover h3,
.s5-r ul li:nth-child(4) a:hover h3 {
	text-decoration: underline;
}

.s5-r ul li:first-child a p,
.s5-r ul li:nth-child(4) a p {
	font-size: 14px;
	line-height: 30px;
	background: url(../img/time3.png) no-repeat left center;
	padding-left: 27px;
	margin-top: 85px;
}

.s5-r ul li:nth-child(2) a .pic,
.s5-r ul li:nth-child(4) a .pic {
	width: 100%;
	height: 100%;
}

.s5-r ul li:nth-child(2) a .pic img,
.s5-r ul li:nth-child(3) a .pic img {
	display: block;
	width: 100%;
	height: 297px;
	transition: all 0.5s;
}

.s5-r ul li:nth-child(2) a:hover .pic img,
.s5-r ul li:nth-child(3) a:hover .pic img {
	transform: scale(1.1);
}

.section6 {
	padding: 50px 0;
}

.s6-c {
	margin-left: -8px;
	margin-right: -8px;
}

.s6-c li {
	float: left;
	width: 25%;
	height: 292px;
	margin: 8px 0;
	overflow: hidden;
}

.s6-c li:first-child {
	width: 50%;
}

.s6-c li a {
	display: block;
	position: relative;
	background: #000000;
	margin: 0 8px;
	overflow: hidden;
}

.s6-c li a img {
	display: block;
	width: 100%;
	height: 291px;
	transition: all 0.5s;
}

.s6-c li a:hover img {
	transform: scale(1.1);
}

.s6-c li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/yy-bg.png) repeat-x;
}

.s6-c li a div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 1;
	transition: all 0.3s;
}

.s6-c li a div p {
	padding: 0 20px;
	margin: 20px 0;
	font-size: 18px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.3s;
}

.s6-c li a:hover img {
	opacity: 0.3;
}

.s6-c li a:hover div {
	height: 100%;
}

.s6-c li a:hover div p {
	text-overflow: inherit;
	white-space: inherit;
	line-height: 34px;
	max-height: 68px;
	text-align: center;
	margin-top: 100px;
}

.section6 .more a {
	margin-top: 70px;
}
@media screen and (max-width:1600px) {

	.down-page img{display:none;}
}