@charset "utf-8";
.w{
	width:1200px;
	margin: 0px auto;
	background:#010101;
}
.c{
	width:1200px;
	margin: 0px auto;
	background:#010101;
	box-sizing:border-box;
	padding:10px;
	overflow:hidden;
}
.w_lf{
	float:left;
	width:100px;
	text-align:center;
	background:#010101;
	color:#faf706;
	padding-top:300px;
	font-size:24px;
}
.w_rg{
	float: right;
	width:100px;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:100px 0px;
	font-size:24px;
}
.w_ct{
	float:left;
	width:980px;
	padding:10px;
	background:#fef507;
	margin:20px 0px;
}
.c_tl{
	text-align:center;
	font-size:54px;
	font-weight:bold;
	line-height:40px;
	padding:20px 0px;
}
.c_c{
	width:100%;
	background:#0084ff;
	padding-bottom:20px;
}
.tit{
	width:100%;
	color:#fff;
	text-align:center;
	padding:20px 0px;
}
.tit p{
	width:100%;
	font-size:24px;
	padding-bottom:10px;
}
.tx{
	width:88%;
	padding:20px 4%;
	color:#fff;
	margin:0px auto;
	background:#de00ff;
}
.tc{
	width:100%;
	box-sizing:border-box;
	color:#fef202;
	font-size:20px;
	padding:20px 30px;;
}
.tc p{
	color:#fff;
	font-size:50px;
}
.tc p.sd{
	font-size:50px;
	font-weight:bold;
	color:#fef202;
	text-shadow:0px 0px 3px #000;
}
.btn{
	width:99%;
	border:2px solid #b40210;
	background:#fbf100;
	text-align:center;
	font-size:30px;
	padding:20px 0px;
	margin:0px auto;
}
.btn a{
	color:#b40210;
}
.btn a:hover{
	color:#b40210;
	text-decoration: underline;
}
.nr{
	width:100%;
}
.nr_li{
	float:left;
	width:284px;
	height:213px;
	padding:10px 21px;
}
.nr_li img{
	width:284px;
	height:213px;
}
.cz{
	width:800px;
	margin:0px auto;
	color:#fff;
	font-size:36px;
	text-align:center;
	background:#b40210;
	border:3px solid #fbf100;
	
}
.cz a{ color:#fff;}
.cz a:hover{
	color:#fbf100;
	text-decoration: underline;
}
.ly_tx{
	width:95%;
	background:#b40210;
	height:100px;
	border: none;	
	line-height:24px;
	color:#fff;
	outline:none;
	font-size:14px;
	padding:0px 2%;
	font-family:"微软雅黑";
}
.lightbox-moudle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-moudle .lightbox-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-moudle .lightbox-wrapper .lightbox-container {
  overflow: hidden;
  width: 800px;
  --swiper-navigation-size: 25px !important;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-button-white {
  box-sizing: content-box;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.3);
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper {
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .lightbox-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.lightbox-moudle .lightbox-wrapper .tips {
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.lightbox-moudle .close {
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index:999;
  transform: translateX(50%);
}

.lightbox-moudle .close i {
  display: block;
  font-size: 30px;
  color: #fff;
}
.mentou-page .banner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

.mentou-page .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.mentou-page .banner .swiper-container .swiper-button-prev {
  left: 20px;
  outline: none;
}

.mentou-page .banner .swiper-container .swiper-button-next {
  right: 20px;
  outline: none;
}
@media screen and (max-width: 800px) {
  .lightbox-moudle .lightbox-wrapper {
    width: 100%;
  }
  .lightbox-moudle .lightbox-wrapper .lightbox-container {
    width: 100%;
  }
}