.head{
  background-color: #000;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.head .nav-link{
  color:#fff;
  padding: 15px 30px;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.head .nav-link:hover{
  background: #4b4b4b!important;
}
.head .active{
  color:#fff!important;
      background: #4b4b4b!important;
}
.head .navbar{
  padding: 0!important;
}
.head .navbar-brand{
  color: #fff;
    margin-right: 30px;
    font-size: 16px;
    font-weight: bold;
}
.section1_box{
     line-height: 1.8;
}
.section1{
  background: #f2f2f2;
}
.section2_t{
   font-weight: bold;
   font-size: 25px;
   border-bottom: 1px solid #c3c3c3;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.section_box2 img{
  width: 100%;
}
.section_box_t{
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
}
.section_box_p{
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
}
.section_box2 a{
      position: relative;
          display: block;
          margin-bottom:20px;
}
.section_box{
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgb(0 0 0 / 70%);
      padding: 10px 0;
}
.section3_box{
      background: #f2f2f2;
    padding: 30px;
}
.section3_t{
     font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
}
.foot{
  background: #000;
}
.foot_t{
  text-align: center;
  color:#fff;
  font-size: 14px;

}
.x_box{
      background: #f2f2f2;
    padding: 30px;
}
.x_box .x_box_t{
      border-bottom: 1px solid #c3c3c3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
      padding-bottom: 10px;
}
.x_box_t .section2_t{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom:0;
}
.x_box2_box_i img{
  width: 100%;
}
.x_box2_box_box_t{
    margin-bottom: 50px;
    width: 50%;
    float: left;
    text-align: center;
}
.x_box2_box_box_t span{
  display: block;
  font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
}
.clear{
  clear: both;
}
.x_box2_box_box{
  background: #fff;
  padding: 30px;
}
@media (max-width: 1085px){
	.head .nav-link {
     font-size: 14px;
	}
	.navbar-toggler {
        background: #fff;
    }
	.head{
		padding:10px 0;
	}
}
@media (max-width: 768px) {
  .x_box2_box_box_t {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: center;
}
.x_box_t .section2_t,.section2_t,.section3_t{
  font-size: 18px;
}
.x_box .x_box_t{
  display: block;
}
.head .navbar{
  padding: .5rem !important;
}
.navbar-toggler{
  background: #fff;
}
.head .nav-link{
  padding-left: 0px!important;
  background: none!important;
}
}
.page-num{
	    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: calc(var(--bs-border-width)* -1);
    position: relative;
    display: block;
    margin-bottom: 20px;
	float: left;
}