.top {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 5.5rem;
  height: auto;
  padding-bottom:.5rem;
  padding-top: .5rem;
  background-color: #04040463;
  font-size: 0.875rem;
  color: #fff;
}
.top .left {
  margin-right: 11.25rem;
  margin-left: 22.5rem;
  display: flex;
  align-items: center;
}
.top .left img {
  width: 12.25rem;

  margin-right: 0.625rem;
}
.top .left .left1 {
  display: flex;
  flex-direction: column;
  min-width: 4.5rem;
}
.top .left .left1 .left1-1 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.top .right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.top .right .right1 {
  /* margin-right: 4.5rem; */
  /*margin-top: 1.5rem;*/
  min-width: 5rem;
  text-align: center;
}
.top .right .active::after {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  /* bottom: -0.5rem; */
  bottom: -0.35rem;

  left: 0;
  right: 0;
  content: " ";
}
.sdiv {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.2s;
  /* font-size: 22px; */
  margin-bottom: 10px;
  display: block;
}
 .sdiv1 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  /* font-size: 22px; */
  margin-bottom: 10px;
  display: block;
}
.sdiv.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.banner img {
  object-fit: cover!important;
}
/*去除a标签下划线*/
a {
  text-decoration: none;
  color: #fff;
}
/*去除未被访问的a标签的下划线*/
a:link {
  text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
  text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
  text-decoration: none;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
  text-decoration: none;
}
.copyright {
  display: flex;
}
.footer {
  width: 100%;
  background-color: #202020;
  padding-bottom: 2rem;
  padding-top: 2rem;
  color: #fff;
}
.footer .footer-top {
  display: flex;
  justify-content: space-around;
}
.footer .footer-top .footer1 {
  display: flex;
  flex-direction: column;
}
.footer .footer-top .footer1 .left {
  margin-right: 11.25rem;
  margin-left: 10rem;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer1 .left img {
  width: 12.25rem;
 
  margin-right: 0.625rem;
}
.footer .footer-top .footer1 .left .left1 {
  display: flex;
  flex-direction: column;
}
.footer .footer-top .footer1 .left .left1 .left1-1 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.footer .footer-top .footer1 .left2 {
  margin-top: 2.125rem;
  margin-left: 10rem;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 25.625rem;
  margin-right: 1rem;
}
.footer .footer-top .footer1 .left2 .left2-1 {
  margin-bottom: 1.625rem;
  word-break: break-all;
}
.footer .footer-top .footer1 .left2 img {
  width: 1.125rem;
  margin-right: 0.75rem;
  vertical-align: middle;
}
.footer .footer-top .footer2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-right: 10rem;
}
.footer .footer-top .footer2 .footer2-1 {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.footer .footer-top .footer2 .footer2-1 .right1-1 {
  margin-bottom: 1rem;
}
.footer .copyright {
  margin-left: 10rem;
  margin-top: 1.5rem;
  color: #AFAFAF;
}
.switch1{color:#000;}
@media screen and (max-width: 700px) {
  .footer .copyright div {
    margin-bottom: 1.5rem;
  }
  .copyright {
    display: block!important;
  }
  .footer .footer-top .footer2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 10rem;
    flex-wrap: wrap;
  }
  .mob {
    display: none;
  }
  .footer .footer-top .footer2 {
    justify-content: space-between;
  }
}

.page{
  margin-top: 20px;
  text-align: center;
}
li {
    list-style-type: none;
}

ul.pagination {
    text-align: center;
    display: inline-flex;
    margin:auto;
}

ul.pagination li {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 5px;
    color: #000;
}
ul.pagination li a{
    color:#000;
}
ul.pagination li.active{
    background-color:#015f3b;
    color:#fff;
}
.top .second{
  position: absolute;
  left: 54rem;
 top:5.5rem ;
 display:none;
}
.second1{
  margin-right: 1.5rem;
  background-color: #04040463;
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 8rem;

  padding-top: .5rem;
}
.second1-1{
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  padding: 0 .5rem .5rem 0;
}
@media screen and (max-width: 1000px) {
  .top .left {
    margin-right:5rem;
    margin-left: 5rem;
    display: flex;
    align-items: center;
   }
.top .right .right1 {
  /* margin-right: 3rem; */
  margin-top: 1.5rem;
   }
   .top .second{
    position: absolute;
    left: 32.25rem;
   top:5.5rem ;

  }
  .second1{
    margin-right:3rem;

  }
}
div:hover{
  cursor:default
  }
  a：hover{
    cursor:pointer
    }
    