main>img{
    width: 100%;
	height:auto;
    object-fit:cover;
}
.envir>.envir-list{
    width: 1200px;
	/*height: 600px;
    background-color: #f5f5f5;*/
    position: relative;
    margin:100px auto;
}

.envir>.about-nav{
    width: 640px;
    margin:40px auto;
}
.envir>.about-nav>li{
    width: 114px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #ccc;
    text-align: center;
    margin-right: 30px;
/*    font-weight: 600;*/
    cursor: pointer;
    font-size: 16px;
    color: #666;
}
.envir>.about-nav>li a{
    color: #666;
}

.envir>.about-nav>.li-active,.envir>.about-nav>li:hover{
    width: 114px;
    height: 36px;
    background-color: #b50005;
    border:1px solid #b50005;
    color: #fff;
}
.envir>.about-nav>.li-active a,.envir>.about-nav>li:hover a{
   color: #fff;
}

.envir>.envir-list1{
    width: 100%;
	height: 600px;
    background-color: #f5f5f5;
    position: relative;
    margin:100px 0;
}
.envir>.envir-list>img,.envir>.envir-list1>img{
    width: 580px;
	height: 600px;
}
.envir>.envir-list>a{
    display: block;
    position: absolute;
    width: 682px;
    height: 478px;
    background-color: #ffffff;
    top:50%;
    transform:translateY(-50%) ;
    -webkit-transform:translateY(-50%) ;
    -moz-transform:translateY(-50%) ;
    -ms-transform:translateY(-50%) ;
    -o-transform:translateY(-50%) ;
    right: 5%;
    padding:30px;
    box-sizing: border-box;
}
.envir>.envir-list>a>h4{
    font-size: 40px;
    letter-spacing: 2px;
    color: #0d265c;
    font-weight: bold;
}
.envir>.envir-list>a>h5{
    font-size: 16px;
    letter-spacing: 1px;
	color: #0d265c;
}
.envir>.envir-list>a>p{
    margin-top: 36px;
    font-size: 18px;
    color: #0d265c;
    line-height: 30px;
    margin-bottom: 20px;
}
.envir>.envir-list>a>.yuan{
    width: 35px;
    height: 35px;
    background-color: #0d265c;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
    float: right;
}
.envir>.envir-list1>div{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
}
.envir>.envir-list1>div>img{

   width: 600px;
	height: 600px;
}
.envir>.envir-list1>div>a{
    margin-top: 30px;
    width: 450px;
    height: 478px;
    background-color: transparent;
    margin-right: 80px;
 }
 .envir>.envir-list1 a>h4{
    font-size: 40px;
    letter-spacing: 2px;
    color: #0d265c;
    font-weight: bold;
}
.envir>.envir-list1 a>h5{
    font-size: 16px;
    letter-spacing: 1px;
	color: #0d265c;
}
.envir>.envir-list1 a>p{
    margin-top: 36px;
    font-size: 18px;
    color: #0d265c;
    line-height: 30px;
    margin-bottom: 43px;
}
.envir>.envir-list1 a>.yuan{
    width: 35px;
    height: 35px;
    background-color: #0d265c;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;

}



.env-li li {
  width: 394px;
  height: 280px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 6px;
  margin-bottom:6px;
}
.env-li li img{
  width: 394px;
  height: 280px;
  object-fit:cover;
}
.env-li li div{
  position: absolute;
  left: 0;
  bottom:0;
  padding:10px 20px;
  color: #fff;
  background: rgba(0,0,0,.3);
  width: 100%;
  box-sizing:border-box;
}
.env-li li div h4{
  font-size: 24px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


.score-banner{
  width: 1200px;
  height: 540px;
  margin:auto;
}
.score-banner .swiper-container {

}
.score-banner  .swiper-slide {
      font-size: 18px;
      background: #fff;
}
.score-banner  .swiper-slide img{
  width: 1200px;
  height: 406px;
}
.score-banner  .swiper-slide h4{
  font-size: 36px;
  margin:30px 0 20px;
  color: #333;
}
.score-banner  .swiper-slide p{
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  height: 96px;
  overflow: hidden;
}
.score-banner .swiper-button-next,.score-banner .swiper-button-prev{
  top:194px;
  background-color:rgba(255,255,255,.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 100%;
}
.score-banner .swiper-button-next{
  /*right: -20px;*/
  background-image: url('../images/scswiper-btn-right.png');
}
.score-banner .swiper-button-prev{
  background-image: url('../images/scswiper-btn-left.png');
}
