.banner{
    height: 3.5rem;
    position: relative;
    background: url(../img/researches/banner_bgc1.jpg) no-repeat center / cover;
}
.active {
    background: #E11932!important;
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.title-style1 {
    margin-top: 1rem;
    margin-bottom: 0.53rem;
}






.pagination ul {
    padding-bottom: 0.84rem;
    display: flex;
    
  }
  .pagination li {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.06rem;
    background: #fff;
    font-size: 0.14rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #6D6D6D;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
  }
  .pagination-active {
    background: #193158!important;
    color:#fff!important;
  }
  .pagination span {
    width: 0.51rem;
  height: 0.31rem;
  line-height: 0.31rem;
  font-size: 0.14rem;;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #6D6D6D;
  margin: 0 0.1rem;
  }
  .pagination li.prev {
    background: #F4F4F5;
  }
  .pagination li.next {
    background: #E2E1E1;
  }
  .pagination ul input {
    width: 0.6rem;
    border:0;width: 0.6rem;
    height: 0.31rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #E2E1E1;
  }



.other_content {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.53rem;
    overflow: hidden;
}
.other_content .show_tit {
    position: relative;
    height: auto;
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    overflow: hidden;
    transition: all 0.7s;
}
.other_content .show_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-image: linear-gradient(to bottom, transparent, #fff);
}
.other_content .show_tit p {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
}
.other_content .show_tit img {
    max-width: 70%;
    margin: 0.2rem auto;
}
.other_content .show_all {
    width: 0.25rem;
    margin-top: 0.1rem;
    margin-left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    cursor: pointer;
    transition: all 0.7s;
}






.ships_content{
  width: 14.4rem ;
  margin: 0 auto;
}
.ships_one_topbox{
  padding: 0.25rem 0.4rem;
  background: #193158;
  border-radius: 0.25rem 0.25rem 0 0 ;
  display: flex;

}
.ships_items_itm{
  margin-bottom: 0.1rem;
}
.ships_items_itm:hover .ships_items_x{
  background: #e8f3ff;
}
.ships_items_itm:hover .ships_two_content{
  display: block;
}
.ships_items_itm .ships_two_content p{
  color: black;
}
.ships_items_x{
  padding: 0.25rem 0.4rem;
  display: flex;
  background: #fff;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
  cursor: pointer;
}
.ships_two_content{
  background:#eee;
  color: #333;
  padding: 0.32rem 0.4rem;
  line-height: 2;
  display: none;
}
.ships_items_x .ships_one_items{
  font-size: 0.16rem;
  color: #333;
  text-transform: initial!important;
}
.ships_one_items{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.2rem;
  text-transform: uppercase;
}


.ships_one_items:nth-child(1){
  width: 20%;
  display: flex;
  justify-content: flex-start;
}
.ships_one_items:nth-child(2){
  width: 16%;
}
.ships_one_items:nth-child(3){
  width: 16%;
}
.ships_one_items:nth-child(4){
  width: 28%;
}
.ships_one_items:nth-child(5){
  width: 20%;
}
.ships_one_items img{
  max-width: 100%;
  max-height: 100%;
  margin-right: 0.1rem;
}




