@charset "utf-8";

 .r-nav {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      width: 60px;
      background-color: #b81f03;
      padding-top: 20px;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      z-index: 99;
      display: none;
  }
  
  .r-nav ul li {
      position: relative;
      height: 60px;
      line-height: 60px;
  }
  
  .r-nav ul li .n-box {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -400px;
      width: 400px;
      padding-right: 35px;
      box-sizing: border-box;
      z-index: 99;
      text-align: center;
      display: none;
  }
  
  .r-nav ul li .n-box:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      transform: translateY(-50%);
      border: 25px solid transparent;
      border-left: 25px solid #fff;
      filter: drop-shadow(5px 0 5px rgba(0, 0, 0, .1));
      display: none;
  }
  
  .r-nav ul li .n-box .nr {
      background-color: #fff;
      box-shadow: 0 0 10px #eae7e7;
      padding: 15px;
  }
  
  .r-nav ul li .n-box .nr p {
      line-height: 24px;
      font-size: 14px;
      color: #666;
  }
  
  .r-nav ul li a {
      display: block;
      width: 100%;
      height: 100%;
  }
  
  .r-nav ul li a .icon {
      position: relative;
      width: 100%;
      height: 100%;
  }
  
  .r-nav ul li a .icon img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
  }
  
  .r-nav ul li a .icon img.other {
      z-index: 1;
  }
  
  .r-nav ul li:hover {
      background-color: #a1140b;
  }
  
  .r-nav ul li:hover a .icon img.other {
      z-index: 8;
  }
  
  .r-nav ul li:hover .n-box {
      display: block;
  }
  
  .r-nav ul li:hover .n-box:after {
      display: block;
  }
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}
.banner .slick-slide img {
	display: block;
	width: 100%;
}
.banner .slick-prev,
.banner .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 60px;
	text-align: center;
	bottom: 65px;
	top: inherit;
	transform: translateY(0);
	transition: all 0.3s;
}

.banner .slick-prev {
	background: url() no-repeat center;
	right: 180px;
	left: inherit;
}

.banner .slick-prev:hover {
	background: #184eb1 url() no-repeat center;
}

.banner .slick-next {
	background: url() no-repeat center;
	right: 100px;
}

.banner .slick-next:hover {
	background: #184eb1 url() no-repeat center;
}

.banner .slick-dots {
	bottom: 30px;
	font-size: 0;
}

.banner .slick-dots li {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	transition: all .3s;
}

.banner .slick-dots li.slick-active {
	width: 26px;
	border-radius: 7px;
	background: #a1140b;
	border-color: #a1140b;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.tit {
	line-height: 40px;
	padding: 30px 0;
}

.tit h3 {
	float: left;
	font-size: 30px;
	position: relative;
	z-index: 1;
}

.tit h3::after {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/tit-bg.png) no-repeat center;
	width: 131px;
	height: 92px;
}

.more a {
	display: block;
	font-size: 14px;
	color: #999;
	transition: all 0.3s;
}


.more a:hover {
	color: #a1140b;
}



/*主体样式*/

.section1 {
	padding: 50px 0;
}

.section1 .tit {
	position: relative;
	text-align: center;
	font-size: 0;
}

.section1 .tit h3 {
	float: none;
	display: inline-block;
}

.section1 .more {
	float: none;
}

.section1 .more a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s1-l {
	width: 45.71%;
}

.s1-l ul li a {
	display: block;
	transition: all 0.3s;
}

.s1-l ul li a:hover .pic img {
	transform: scale(1.05);
}

.s1-l ul li .pic {
	padding-top: 70.31%;
}

.s1-l ul li .s1-linfo {
	width: 85%;
	height: 100px;
	background: #a1140b;
	padding: 20px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}

.s1-l ul li .s1-linfo::after {
	content: "";
	position: absolute;
	right: -74px;
	top: 0;
	border-top: 100px solid transparent;
	border-left: 37px solid #a1140b;
	border-bottom: 100px solid #a1140b;
	border-right: 37px solid transparent;
}

.s1-l ul li .s1-linfo h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
	color: #fff;
}

.s1-l ul li .s1-linfo p {
	font-size: 14px;
	color: #fff;
	background: url(../img/icon-time1.png) no-repeat left center;
	padding-left: 24px;
	margin-top: 15px;
}

.s1-l .slick-dots {
	bottom: 24px;
	right: 24%;
	width: auto;
	z-index: 9;
	font-size: 0;
}

.s1-l .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
}

.s1-l .slick-dots li button {
	display: none;
}



.s1-r {
	overflow: hidden;
}

.s1-r ul li {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.s1-r ul li .pic {
	padding-top: 73.52%;
}

.s1-r ul li a {
	display: block;
	background: #fff;
	transition: all 0.3s;

}

.s1-r ul li a:hover .pic img {
	transform: scale(1.05);
}

.s1-r ul li .s1-rinfo {
	transition: all 0.3s;
}

.s1-r ul li a:hover .s1-rinfo {}

.s1-r ul li .s1-rinfo span {
	display: block;
	font-family: "Georgia";
	font-size: 20px;
	color: #999;
	background: url(../img/rl1.png) no-repeat left center;
	padding-left: 27px;
}

.s1-r ul li .s1-rinfo h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	height: 64px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.s1-r ul li a:hover .s1-rinfo h3 {
	color: #a1140b;
}

.s1-r ul li .s1-rinfo p {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #999;
}

.s1-r ul li:first-child .pic {
	margin-top: 26px;
}

.s1-r ul li:nth-child(2) .s1-rinfo {
	margin-top: 26px;
}


.section2 {
	margin: 20px 0 50px 0;
}

.s2-l {
	width: 45.71%;
}

.s2-ltx {
	background: #f9f9f9;
}

.s2-ltx .pic {
	width: 180px;
	height: 220px;
	padding-top: 0;
}

.s2-ltx .pic a {
	display: block;
}

.s2-ltxr {
	overflow: hidden;
	padding: 20px;
}

.s2-ltxr h3 {
	font-size: 30px;
}

.s2-ltxr h3 span {
	font-size: 18px;
	padding-left: 10px;
}

.s2-ltxr p {
	font-size: 14px;
	line-height: 28px;
	max-height: 112px;
	overflow: hidden;
	color: #999;
	margin-top: 10px;
}

.s2-ltxr p a {
	color: #a1140b;
}

.s2-lb {
	margin-top: 30px;
}

.s2-lb ul li {
	float: left;
	width: 48%;
	margin-top: 30px;
}

.s2-lb ul li:nth-child(1),
.s2-lb ul li:nth-child(2) {
	margin-top: 10px;
}

.s2-lb ul li:nth-child(even) {
	margin-left: 4%;
}

.s2-lb ul li a {
	display: block;
	background: url(../img/s2-lb1.jpg) no-repeat;
	background-size: cover;
	height: 90px;
	line-height: 90px;
	transition: all 0.3s;
}

.s2-lb ul li a:hover {
	background: url(../img/s2-lb2.jpg) no-repeat;
	background-size: cover;
}

.s2-lb ul li a:hover span {
	color: #fff;
}

.s2-lb ul li a span {
	display: inline-block;
	font-size: 20px;
	margin-left: 30px;
}

.s2-lb ul li:nth-child(1) a span {
	background: url(../img/icon1.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(1) a:hover span {
	background: url(../img/icon1-1.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(2) a span {
	background: url(../img/icon2.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(2) a:hover span {
	background: url(../img/icon2-1.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(3) a span {
	background: url(../img/icon3.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(3) a:hover span {
	background: url(../img/icon3-1.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(4) a span {
	background: url(../img/icon4.png) no-repeat left center;
	padding-left: 36px;
}

.s2-lb ul li:nth-child(4) a:hover span {
	background: url(../img/icon4-1.png) no-repeat left center;
	padding-left: 36px;
}

.s2-r {
	width: 51.78%;
	background: url(../img/s2-rbg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 45px 24px 45px;
}

.s2-r ul li a {
	display: block;
	overflow: hidden;
	padding: 24px 0;
}

.s2-r ul li .date {
	width: 84px;
	height: 86px;
	text-align: center;
	position: relative;
	margin-right: 17px;
}

.s2-r ul li .date::after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/s2-1.png) no-repeat;
	width: 66px;
	height: 7px;
}

.s2-r ul li .date p {
	font-size: 36px;
	font-weight: bold;
	color: #a6271f;
}

.s2-r ul li .date span {
	display: block;
	font-size: 16px;
	color: #a6271f;
}

.s2-r ul li .s2-rtx {
	overflow: hidden;
}

.s2-r ul li .s2-rtx h3 {
	font-size: 18px;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-r ul li .s2-rtx p {
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;
	margin-top: 10px;
}

.s2-r ul li a:hover .date {
	background: #98201b;
}

.s2-r ul li a:hover .date p,
.s2-r ul li a:hover .date span {
	color: #fff;
}

.s2-r ul li a:hover .date::after {
	background: url(../img/s2-2.png) no-repeat;
}

.s2-r ul li a:hover .s2-rtx h3 {
	color: #bf262b;
}


.section3 {
	padding: 0 0 50px 0;
}

.s3-tit {
	text-align: center;
}

.s3-tit ul {
	line-height: 40px;
	padding: 30px 0;
	font-size: 0;
}

.s3-tit ul li {
	display: inline-block;
	margin: 0 45px;
}

.s3-tit ul li a {
	display: block;
	font-size: 30px;
	color: #999;
	text-align: center;
	position: relative;
}

.s3-tit ul li a::after {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/tit-bg.png) no-repeat;
	width: 131px;
	height: 92px;
	display: none;
}

.s3-tit ul li.on a {
	color: #333;
}

.s3-tit ul li.on a::after {
	display: block;
}

.s3-bd {
	position: relative;
	margin-top: 10px;
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.s3-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.s3-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s3-c ul li {
	margin: 17px;
}

.s3-c ul li a {
	display: block;
	transition: all 0.3s;
}

.s3-c ul li .pic {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(194, 194, 194, 0.3);
}

.s3-c ul li .s2-cinfo {
	padding: 20px 20px 30px 20px;
	transition: all 0.3s;
}

.s3-c ul li .s2-cinfo h3 {
	font-size: 18px;
	line-height: 32px;
	max-height: 64px;
	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: 64px;
}

.s3-c ul li .s2-cinfo p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	max-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.s3-c ul li .s2-cinfo .s2-date {
	margin-top: 10px;
}

.s3-c ul li .s2-cinfo .s2-date span.dd {
	font-family: "Georgia";
	font-size: 18px;
	color: #999;
	background: url(../img/sj1.png) no-repeat left center;
	padding-left: 24px;
	line-height: 36px;
}

.s3-c ul li .s2-cinfo .s2-date span.bb {
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background: #f6f6f6;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.s3-c ul li a:hover {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(194, 194, 194, 0.3);
}

.s3-c ul li a:hover .s2-cinfo h3 {
	color: #a3150c;
}

.s3-c ul li a:hover .s2-cinfo .s2-date span.bb {
	background: #fff7f7;
	color: #a3150c;
}

.s3-bd>ul .more a {
	position: absolute;
	left: 50%;
	margin-left: 650px;
	top: -80px;
}




@media screen and (max-width: 1600px) {}


@media screen and (max-width:1420px) {
	.s3-bd>ul .more a {
		right: 20px;
		left: inherit;
		margin-left: 0;
	}
}

@media screen and (max-width:1300px) {
	.s1-r ul li .s1-rinfo h3 {
		margin-top: 10px;
	}

	.s1-r ul li .s1-rinfo p {
		margin-top: 10px;
	}
}

@media screen and (max-width:1200px) {
	.s1-r ul li .s1-rinfo p {
		-webkit-line-clamp: 3;
		line-clamp: 3;
		height: 72px;
	}

	.s2-l {
		min-width: 530px;
	}

	.s2-r {
		width: calc(100% - 560px);
		padding: 10px 24px 24px 24px;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}

	.banner .slick-dots li.slick-active {
		width: 20px;
	}

	.section1 {
		padding: 10px 0 30px 0;
	}

	.tit {
		padding: 20px 0;
	}

	.tit h3 {
		font-size: 26px;
	}

	.tit h3::after {
		top: -25px;
		background-size: auto 72px;
		width: 102px;
		height: 72px;
	}

	.s1-l {
		float: none;
		width: auto;
	}

	.s1-l ul li .s1-linfo {
		height: 80px;
		padding: 15px 20px;
		margin-top: -40px;
	}

	.s1-l ul li .s1-linfo h3 {
		font-size: 16px;
	}

	.s1-l ul li .s1-linfo p {
		margin-top: 10px;
	}

	.s1-l .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}

	.s1-l .slick-dots {
		bottom: 20px;
		right: 18%;
	}

	.s1-r {
		margin-top: 30px;
	}

	.s1-r ul li {
		width: 47.5%;
	}

	.s1-r ul li:first-child {
		margin-left: 0;
	}

	.s1-r ul li .s1-rinfo span {
		font-size: 18px;
		background-size: 16px 16px;
	}

	.s1-r ul li .s1-rinfo h3 {
		font-size: 16px;
	}

	.section2 {
		margin: 0 0 30px 0;
	}

	.s2-l {
		float: none;
		width: 100%;
		min-width: 100%;
	}

	.s2-r {
		float: none;
		width: auto;
		margin-top: 30px;
		padding: 10px 20px 20px 20px;
	}

	.s2-ltxr h3 {
		font-size: 24px;
	}

	.s2-ltxr h3 span {
		font-size: 16px;
	}

	.s2-r ul li a {
		padding: 10px 0;
	}

	.s2-r ul li .date p {
		font-size: 26px;
	}

	.s2-r ul li .date span {
		font-size: 13px;
	}

	.s2-r ul li .s2-rtx h3 {
		font-size: 16px;
	}

	.s2-r ul li .date {
		width: 72px;
		height: 70px;
	}

	.s2-r ul li .s2-rtx p {
		font-size: 12px;
		margin-top: 5px;
	}

	.section3 {
		padding: 0 0 30px 0;
	}

	.s3-tit ul {
		padding: 0;
	}

	.s3-tit ul li a {
		font-size: 26px;
	}

	.s3-tit ul li {
		margin: 0 26px;
	}

	.s3-tit ul li a::after {
		background-size: auto 72px;
		width: 102px;
		height: 72px;
		top: -25px;
	}

	.s3-bd>ul .more a {
		top: -47px;
	}

	.s3-c ul li .s2-cinfo h3 {
		font-size: 16px;
		line-height: 26px;
		max-height: 52px;
	}

	.s3-c ul li .s2-cinfo p {
		margin-top: 5px;
	}

	.s3-c ul li .s2-cinfo .s2-date span.dd {
		font-size: 16px;
		line-height: 26px;
	}

	.s3-c ul li .s2-cinfo .s2-date span.bb {
		width: 80px;
		line-height: 26px;
		height: 26px;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.section1 .tit {
		text-align: left;
	}

	.s3-tit {
		text-align: left;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.s1-r ul li {
		float: none;
		width: 100%;
	}

	.s1-r ul li:nth-child(2) {
		display: none;
	}

	.s1-r ul li .s1-rinfo h3 {
		line-height: 26px;
		height: auto;
		max-height: 52px;
	}

	.s2-ltx {
		padding-top: 15px;
	}

	.s2-ltx .pic {
		float: none;
		margin: 0 auto;
	}

	.s2-ltxr h3 {
		font-size: 20px;
	}

	.s2-ltxr h3 span {
		font-size: 14px;
	}

	.s2-lb ul li {
		margin-top: 20px;
	}
	.s2-lb ul li{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.s2-lb ul li:nth-child(even){
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 375px) {
	.s3-tit ul li {
		margin: 0 10px;
	}
}

@media screen and (max-width: 320px) {}


@media (min-width: 1000px) {
  .banner  { /* 如果你确实是拼写错误，记得改成 .banner */
    height: 200px;
  }
}