body,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
table,
tr,
th,
td,
p,
input,
dl,
dt,
dd,
ul,
ol,
li,
input,
textarea,
a,
label {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.nav_html_title {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.nav_html_title>span>a {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #222a41;
  padding: 0 5px;
  transition: all 0.5s;
}

.nav_html_title>span>a:hover {
  /* color: red; */
  text-decoration: underline;
}

.my_honors {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 150px 100px 150px;
}

.my_honors>h3 {
  font-size: 18px;
  color: #222a41;
  line-height: 27px;
  text-align: center;
}

.my_honors>h1 {
  font-size: 34px;
  color: #222a41;
  line-height: 50px;
  text-align: center;
  padding: 10px 0 60px 0;
}

.my_honors>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.my_honors>div>span {
  width: 30%;
  display: block;
  margin-bottom: 60px;
  box-shadow: -7px 10px 10px rgba(88, 86, 86, 0.5);
  transform: rotateX(0) rotateY(0) rotateZ(0) !important;
  top: 0px;
  left: 0px;
  transform-origin: 0 0;
  position: relative;
  padding-bottom: 60px;
  transition: all 1s;
}

.my_honors_activebox {
  top: 0px !important;
  left: 0px !important;
  box-shadow: none !important;
  transform: none !important;
  transition: all 1.5s;
}

.my_honors>div>span:hover {
  position: relative !important;
  box-shadow: 0 20px 30px 0 rgba(39, 3, 3, 0.4) !important;
  transform: rotateX(3deg) rotateY(3deg) rotateZ(-2deg) !important;
  transform-origin: 50% 60% !important;
  top: -20px !important;
  transition: all 0.6s !important;
}

.my_honors>div>span>h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #222A41;
  line-height: 32px;
  text-align: center;
  padding-top: 18px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.my_honors>div>span>p {
  font-size: 15px;
  color: #459EFF;
  line-height: 24px;
  text-align: center;
}

.my_honors>div>span>div:nth-child(1) {
  display: block;
  width: 100%;
  height: auto;
  background: #454645;
  padding: 20px;
  box-sizing: border-box;
}

.my_honors>div>span:nth-child(2n)>div:nth-child(1) {
  background: #0D5635;
}

.my_honors>div>span:nth-child(3n)>div:nth-child(1) {
  background: #423F7C;
}

.my_honors>div>span:nth-child(4n)>div:nth-child(1) {
  background: #803A5A;
}

.my_honors>div>span>div:nth-child(1)>img {
  width: 100%;
  height: auto;
  /* position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.my_honors>div>span img {
  width: 100%;
  height: auto;
}
.photo_honors {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 199999 !important;
  background: rgba(0, 0, 0, 0.8);
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.photo_honors_big {
  width: 650px;
  height: 80%;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.photo_honors_small {
  width: 150px;
  height: 100px;
  border: 3px #ffffff solid;
  background: #0D5736;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-thumbs .swiper-slide-active .photo_honors_small{
  border: 3px #cf010e solid;
}

.photo-title{
  color: #fff;
  margin-left: 50px;
  font-size: 24px;
  margin-bottom: -20px;
}

.photo_honors_big>img{
  width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.progress{
  height:0.3rem;
  display: none;
}

.progress-bar.progress-bar-danger{
  background-color:brown;
}


.photo_honors_small>img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo_honors>img:nth-child(1) {
  display: none;
  position: absolute;
  right: 60px;
  top: 40px;
  width: 40px;
  height: 40px;
  z-index: 100;
}


.swiper-pagination{
  width: 100px !important;
  height: 30px;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}

.play-stop{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/play.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 99999;
}
.play-stop.play{
  background: url(../images/play.png) no-repeat;
  background-size: contain;
}

.play-stop.stop{
  background: url(../images/stop.png) no-repeat;
  background-size: contain;
}






@media only screen and (max-width:760px) {
  .nav_html_title {
    width: 100%;
    padding: 20px;
  }

  .my_honors {
    width: 100%;
    padding: 20px !important;
  }

  .my_honors>div {
    justify-content: center;
  }

  .my_honors>div>span {
    margin-bottom: 30px;
    width: 100%;
  }

  .photo_honors_big {
    width: 100%;
    height: 80%;
    border-width: 8px;
  }

  .photo_honors>img:nth-child(1) {
    top: 10px;
    right: 10px;
  }
}
