body {
  width: 100%;
  margin: 0;
  background: url(../../images/ztzl/msfwyzt_bg.png) no-repeat center top fixed;
  background-size: 100% auto;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.logo {
  margin-top: 18px;
}
.logo img {
  max-width: 100%;
}
.msfw {
  text-align: center;
  background: url(../../images/ztzl/word_bg.png) no-repeat bottom center;
  margin: 80px 0 50px;
}
.msfw img {
  max-width: 100%;
  /* margin: 85px 0 40px; */
}
.fw_list {
  /* width: 1600px; */
  overflow: hidden;
  margin: 0 auto;
  /* background-color: teal; */
}

.swiper-container {
  /* width: 1400px; */
  height: 350px;
  /* overflow: initial; */
  margin-left: -70px;
}
.swiper-slide {
  /* padding: 30px 0; */
  /* width:300px; */
  /* height:180px;	 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
 
}
.swiper-slide a {
  /* position:absolute;
	left:0;
	top:0; */
  display: block;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.swiper-slide a img {
  width: 350px;
  max-width: 100%;
  height: 240px;
  position: relative;
  /* box-shadow: 0 90px 10px 0 rgba(255, 255, 255, 0.1); */
}
.swiper-slide {
  visibility: hidden;
}

.swiper-slide.swiper-slide-visible {
  visibility: visible;
}

.swiper-slide a p {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.swiper-slide a {
  position: relative;
}
.swiper-slide a .reflect {
  content: '';
  width: 350px;
  height: 180px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -9;
  /* background: url(../../images/ztzl/linear_bg.png); */
  background-size: 100% 200%;
}
.btns {
  width: 250px;
  margin: 70px auto 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
#btn1 {
  margin-right: 50px;
}

.nurl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 240px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}

.nurlbox:hover .nurl{
  display: block;
}
.nurl ul {
  padding:0;
}
.nurl ul li{
  padding-left:20px;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
}
.nurl ul li::before{
  content: '';
  width:10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.nurl ul li a{
  text-align: left;
  color: #fff;
}
.nurl ul li a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 100%;
  }
  .msfw img {
    margin: 40px 0;
  }
  .fw_list {
    max-width: 100%;
  }
  .swiper-container {
    overflow: hidden;
    max-width: 100%;
    margin-left: -40px;
  }
  body {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .msfw {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    overflow: hidden;
    width: 80%;
  }
  .msfw {
    padding: 0 10px;
    margin: 20px 0;
  }
  .swiper-container {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .swiper-container {
    margin-left: -28px;
  }
}

/* @media (-webkit-min-device-pixel-ratio: 1.25){
  .swiper-slide a::after {
    width: 318px;
  }
} */

