.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body {
  background: #fff;
}
.main .banner {
  height: 700px;
  background-position: 25% 25%;
}
.main .content {
  background: url('../images/honor/ca-bg1.jpg') no-repeat;
  background-position: left bottom ;
  padding-bottom: 145px;
}
.main .content .title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.main .content .title .t-box {
  width: 755px;
  margin: 0 auto;
  position: relative;
}
.main .content .title .t-box .img {
  position: absolute;
  bottom: -3px;
  right: 4px;
  opacity: 0;
}
.main .content .title .t-box .img.moves {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .lists {
  margin-right: -25px;
}
.main .content .lists li {
  float: left;
  margin-right: 25px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .content .lists li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.main .content .lists li .li-in {
  width: 410px;
  height: 306px;
  border: 4px solid #737373;
  padding: 10px 10px 18px 10px;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .content .lists li .li-in .img-box {  
  height: 0;
  overflow: hidden;
  padding-bottom: 66.8%;
}
.main .content .lists li .li-in .img-box img {
  width: 100%;
}
.main .content .lists li .li-in i {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #737373;
}
.main .content .lists li .li-in .l-line {
  left: 10px;
}
.main .content .lists li .li-in .r-line {
  right: 10px;
}
.main .content .lists li .bot {
  color: #191919;
  font-size: 18px;
  text-align: center;
  width: 382px;
  height: 83px;
  line-height: 22px;
  margin: 0 auto;
  background: url('../images/honor/honor-btn.png') no-repeat;
}
.main .content .lists li .bot .bot-in {
  padding: 15px 0 0;
}
.main .content .lists li .bot .bot-in p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .content .lists li .bot:hover {
  background: url('../images/honor/honor-btn-active.png') no-repeat;
  color: #fff;
}
@media only screen and (max-width: 1366px) {
  .main .content .title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main .content .title .t-box {
    width: 377px;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 83px;
  }
  .main .content .lists {
    margin-right: 0;
  }
  .main .content .lists li {
    float: left;
    margin: 0 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 700px;
  }
  .main .banner {
    height: 400px;
    background-position: 25% 60%;
  }
  .main .content .lists li {
    float: left;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .content .lists li .li-in {
    width: 310px;
    height: 235px;
    border: 3px solid #737373;
  }
  .main .content .lists li .bot {
    width: 284px;
    font-size: 16px;
    background: url('../images/honor/honor-btn1.png') no-repeat;
  }
  .main .content .lists li .bot .bot-in {
    padding: 8px 0 0;
  }
  .main .content .lists li .bot:hover {
    background: url('../images/honor/honor-btn1-active.png') no-repeat;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 59%;
  }
  .main .content {
    padding-bottom: 50px;
  }
  .main .content .container {
    width: 96%;
  }
  .main .content .container .title {
    padding-top: 50px;
  }
  .main .content .container .title .t-box {
    width: 251px;
    height: 40px;
  }
  .main .content .container .title .t-box .title-bg2 {
    width: 56px;
    height: 63px;
  }
  .main .content .lists li {
    float: none;
    margin: 0 auto 30px;
  }
  .main .content .lists li .li-in {
    margin: 0 auto;
    width: 360px;
  }
  .main .content .lists li .bot {
    width: 332px;
    height: 82px;
    background: url('../images/honor/honor-btn2.png') no-repeat;
  }
  .main .content .lists li .bot .bot-in {
    padding: 8px 0 0;
  }
  .main .content .lists li .bot:hover {
    background: url('../images/honor/honor-btn2-active.png') no-repeat;
    color: #fff;
  }
}
