 body {
     overflow: auto !important;
     height: auto !important;
 }

 .normal-layout {
     overflow: visible !important;
 }

 .menu-bar {
     padding: 20px 180px !important;
 }

 /*pages*/
 .pagination-wrapper {
     margin: 20px 0;
 }

 .pagination {
     height: 34px;
     text-align: center;
 }

 .pagination li {
     display: inline-block;
     height: 34px;
     margin-right: 5px;
 }

 .pagination li a {
     float: left;
     display: block;
     height: 32px;
     line-height: 32px;
     padding: 0 12px;
     font-size: 16px;
     border: 1px solid #dddddd;
     color: #555555;
     text-decoration: none;
 }

 .pagination li a:hover {
     background: #f5f5f5;
     color: #0099ff;
 }

 .pagination li.thisclass {
     background: #09f;
     color: #fff;
 }

 .pagination li.thisclass a,
 .pagination li.thisclass a:hover {
     background: transparent;
     border-color: #09f;
     color: #fff;
     cursor: default;
 }

 .swiper_text {
     margin-top: 12%;
     font-size: 36px;
     color: #FF9C00;
     font-family: blod;
 }

 .swiper_explain {
     background: rgba(225, 225, 225, 0.3);
     width: 650px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     margin-top: 80px;
     border-radius: 20px;
 }

 .swiper_explain p {
     color: #fff;
     font-size: 25px;
     font-weight: normal;
 }

 .ProductService {
     color: #646464;
     display: flex;
     margin-bottom: 50px;
     font-weight: bold;
 }

 .ProductService img {
     width: 10px;
     height: 80px;
 }

 .Pro_box {
     padding-left: 10px;
 }

 .Pro1 {
     font-size: 60px;
     color: #646464;
     padding-bottom: 5px;
 }

 .Pro2 {
     font-size: 18px;
     color: #646464;
 }

 @media(max-width:1025px) {
     #header-container {
         display: none;
     }

     .swiper_text {
         width: 100%;
         font-size: 20px;
         margin-top: 30%;
     }

     .company-container {
         width: 100%;
     }

     /* .company-container {
        padding: 0;
     } */
     .swiper_explain {
         width: 100%;
         font-size: 20px;
         height: 100px;
     }

     .company-left {
         width: 100%;
     }

     .company-left img {
         width: 100%;
     }

     .company-right {
         width: 100%;
     }

     .Pro1 {
         font-size: 30px;
         color: #646464;
         padding-bottom: 5px;
     }
 }

 @media(min-width:1024px) {
     #mobile_header-container {
         display: none;
     }
 }