header{
    width: 100%;
    margin: 0 auto;
}
.header_top{
    width: 100%;
    height: 40px;
  background-color: #0c1834;
}
.headertop_main{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
.header_top_left{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}
.header_top_left>p{
margin-right:15px;
padding-right: 15px;
border-right: 1px solid #ccc;
color: #fff;
font-size:12px ;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header_top_left>p>span>img{
    padding-right: 5px;
}
.header_top_left>p>input{
    width: 124px;
    height: 32px;
    background-color: #0c1834;
   
}
.header_top_left>p>input::placeholder{
    color: #fff;
    font-size:12px ;
}
.header_top_left>p>a{
    color: #fff ;
    
}
.header_top_right{

}
.header_top_right>a{
    padding:0 5px;
    border-right: 1px solid #ccc;
    color: #fff ;
    font-size:12px ;
}
nav{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 10;
    background-color: rgba(0, 0, 0, 0.1);
z-index: 998;
overflow: hidden;
}
.nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 380px;
    height: 76px;
}
.logo>img{
    width: 100%;
    height: 100%;
    
}
.nav_ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav_ul>li{
margin: 0 25px;
}
.nav_ul>li:last-child{
    margin: 0;
}
.nav_ul>li>a{
    text-align:right;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.nav_on{
    color: #ffb92c !important;
}
.mySwiper{
    width: 100%;
    height: 811px;

}
.mySwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.mySwiper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.mySwiper .swiper-slide>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper:hover .swiper-button-next{
    opacity: 1;
}
.mySwiper:hover .swiper-button-prev{
    opacity: 1;
}
.mySwiper:hover .swiper-pagination{
    opacity: 1;
}
.mySwiper .swiper-button-next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    opacity: 0;
    right: 0%;
    padding: 5px 15px;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.4);
    font-size: 36px;
    font-family: "黑体";
    z-index: 998;
    color: #fff;
    font-weight: 700;
}
.mySwiper .swiper-button-prev{
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    padding: 5px 15px;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.4);
    font-size: 36px;
    font-family: "黑体";
    z-index: 998; 
    color: #fff;
    font-weight: 700;
}
.mySwiper .swiper-pagination{
    opacity: 0;

    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 998;
    position:absolute;
    top: 95%;
    left: 50%;
   
}
.mySwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.4);
    box-shadow:5px 5px 15px #ccc;
    margin:0 5px;
}
.mySwiper .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#fff;
   
 }
 .index_one{
    width: 100%;
    margin: 110px auto;
  
 }
 .indexone_main{
    width: 1200px;
    margin: 0 auto;
 }
 .index_one_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    margin-bottom: 60px;
 }
 .index_one_title>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
 }

 .index_one_title>div>img{
   margin: 0 20px;
 }
 .index_one_title>div>h4{
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    line-height: 1.3;
 }
 .index_one_title>p{
    font-size: 18px;
    color: #888888;
   
    font-weight: 400;
    line-height: 1.3;
 }
 .indexone_ul{
    width: 1200px;
    margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; 
}
.indexone_ul>li{

}
.indexone_ul>li>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.indexone_ul>li>a>img{
max-width: 102px;
}
.indexone_ul>li>a>p{
font-size: 16px;
transition: 0.5s;
color: #555555;
margin-top: 15px;
}
.indexone_ul>li>a:hover p{
    color:#ffb92c;
    transition: 0.5s;
}
.index_two{
    width: 100%;
    margin: 0 auto;
    padding: 110px 0;
}
.index_two_title{
    color: #fff !important;
}
.indextwo_main{
    width: 1200px;
    margin: 0 auto;
}
.indextwo_center{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    
}
.indextwo_centera{
    width:32%;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    
}
.indextwo_centera:last-child{
    margin-right: 0;
}
.indextwo_centera_img{
width: 100%;
height: 208px;

}
.indextwo_centera_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indextwo_centera_text{
    width: 90%;
    padding:11% 5%;
background-color: #fff;
}
.indextwo_centera_text>h4{
    font-weight: 700;
    font-size: 16px;
    color: #555555;
    margin-bottom: 18px;
   
}
.indextwo_centera_text>p{
    line-height: 28px;
    height: 56px;
   
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}
.indextwo_centera_text>span{
color: #ccc;
font-size: 14px;
font-weight: 700;
margin-top: 38px;
display: inline-block;
}
.indextwo_centera_text>span:hover{
    color: #ffb92c;
}
.index_three{
    width: 100%;
    margin: 0 auto;
   
}
.indexthree_main{
    
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.indexthree_center{
width: 54.5%;
padding: 50px 0;
}
.index_three_title{
width: 62%;
margin: 0 auto; 
}
.index_three_title>h1{
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.index_three_title>span{
    display: flex;
    width: 40px;
    border-top: #38bbda 2px solid;
}
.indexthree_centerdiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.indexthree_centerimg{
max-width:112px ;
max-height: 112px;
}
.indexthree_centerimg>img{

    height: 100%;
    width: 100%;
}
.indexthree_centertext{
padding-left: 30px;
}
.indexthree_centertext>h4{
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
}
.indexthree_centertext>p{
    font-size: 14px;
    line-height: 1.8;
    color: #888888;
}
.index_four{
width: 100%;
margin: 0 auto;
padding: 110px 0;
}
.indexfour_main{
    width: 1200px;
    margin: 0 auto;
}
.indexfour_center{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.indexfour_child{
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.indexfour_childtime{
    display: flex;
    padding: 15px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
}
.indexfour_childtime>h4{
    font-size: 30px;
    font-family: Arial;
    color: #555555;
  
}
.indexfour_childtime>span{
    display: inline-block;
    width: 80%;
    border-bottom: 1px solid #38bbda;
    margin: 10px 0;
}
.indexfour_childtime>p{
    font-size: 16px;
    font-family: Arial;
    color: #888888;
    white-space: nowrap;
}
.indexfour_childtext{
margin-left: 30px;
}
.indexfour_childtext>a{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}
.indexfour_childtext>a:hover{
    color: #ffb92c;
    text-decoration: underline;
}
.indexfour_childtext>p{
    line-height: 24px;
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
}
footer{
    width: 100%;
    margin: 0 auto; 
}
.footer{
    width: 1200px;
    height: 408px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_left{
    width: 27%;
}
.footer_left>img{
    width: 100%;
    object-fit: cover;
}
.footer_right{
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_right>div:nth-child(1){
    width: 300px;
}
.footer_right>div{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.footer_right>div>h4{
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.footer_right>div>h4::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #ffb92c;
    position: absolute;
    top: 50%;
    left: -0%;
}
.footer_right>div>p{
    font-size: 12px;
color: #fff;
margin-bottom: 10px;
}
.footer_right>div>a{
color: #fff;
margin-bottom: 10px;
}
.footer_bottom{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #121212;
}
.footer_bottom>div{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer_bottom>div>a{
    color: #555;
    font-size: 12px;
    margin: 5px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.footer_bottom>div>a:nth-child(1){
    border: none;
}
.footer_bottom2{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer_bottom2>p{
    font-size: 12px;
    color: #666666;
}
.footer_bottom2>p>a{
font-size: 12px;
color: #666666;
}
.header_img{
    width: 100%;
    height: 510px;
}
.header_img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.checked{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.checked_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.checked_left{
    width: 20%;
}
.checked_right{
    width: 78%;
}
.checked_left_title{
    width: 100%;
    height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffb92c;
}
.checked_left_title>h4{
    color:#fff ;
    font-size: 24px;
   
}
.checked_leftul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.checked_leftul>li{
    width: 90%;
    padding:20px 5%;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
    background-color: #f5f5f5;
}
.checked_leftul>li:hover{
   
    background-color: #ffb92c !important;
}
.checked_leftul>li:hover a{
    color: #fff !important; 
}
.checked_leftul>li:hover span{
    color: #fff !important;
}
.checked_on{
   
    background-color: #ffb92c !important;
}
.checked_on>a{
    color: #fff !important;
}
.checked_on>span{
    color: #fff !important;
}
.checked_leftul>li>a{
 
}
.checked_leftul>li>span{
color: #ccc;
}
.checked_right_title{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.checked_right_title>h4{
    font-size: 18px;
    color: #555555;
    margin-left: 20px;
    position: relative;

}
.checked_right_title>h4::before{
    content: "";
    position: absolute;
    top: 15%;
    left: -2%;
    width: 5px;
    height: 80%;
    background-color: #ffb92c;
}
.checked_right_main{
    width: 100%;
}
.checked_right_main img{
    max-width: 100%;
    margin-bottom: 20px;
}
.checked_right_main p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #555555;
}
.checked_right_main h4{
    margin-bottom: 20px;
}
.orders{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.orders_main{
    width: 1200px;
    margin: 0 auto;
}
.orders_center{
 width: 100%;
 margin: 0 auto;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
}
.orders_center_left{
width: 45%;
}
.orders_center_right{
width: 45%;
}
.orders_center_left>form,
.orders_center_right>form{
    width: 100%;

}
.orders_center_left>form .form-group ,.orders_center_right>form .form-group{
 width: 100%;
 display: flex;
 flex-direction: column;
 margin-bottom: 15px;
}
.orders_center_left>form .form-group label,
.orders_center_right>form .form-group label{
    margin-bottom: 15px;
 
}
.orders_center_left>form legend,
.orders_center_right>form legend{
    position: relative;
    font-size: 18px;
    color: #555555;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
}
.orders_center_left>form legend::before,
.orders_center_right>form legend::before{
    content: "";
    position: absolute;
    top: 10%;
    left: -2%;
    width: 5px;
    height: 80%;
    background-color: #ffb92c;
}
.orders_center_left>form .form-group input,
.orders_center_right>form .form-group input{
   width: 100%;
   height: 40px;
   border: 1px solid #f5f5f5;
} 
.orders_center_left>form .btn,.orders_center_right>form .btn{
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    background-color: #ffb92c;
    border-radius: 5px;
    margin-top: 20px;
}
.show{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.show_main{
    width: 1200px;
    margin: 0 auto;
}
.show_center{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.show_center_child{
width: 32%;
height: 360px;
position: relative;
margin-bottom: 20px;
}
.show_center_child>img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.show_center_child>p{
    width: 100%;
    position: absolute;
    top: 86.5%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.show_center_child:hover p{
    opacity: 1;
    transition: 0.5s;
}
.query{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;

}
.query_main{
    width: 1200px;
    margin: 0 auto;

}
.query_center{
    width: 100%;
}
.query_center table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
th{
    background-color: rgb(250, 250, 250);
    color: #555555;
    font-size: 16px;
}
td{
    font-size: 14px;
    color: #888888;
}
th,td{
    width: auto;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
   
}
.about{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}

.about_main{
    width: 1200px;
    margin: 0 auto;
}
.about_center{
    width: 100%;
}
.about_center_top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about_center_top>img{
    width: 54%;
}
.about_center_top>div{
    width: 39%;
}
.about_center_top>div>h4{
    font-size: 24px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    margin-bottom: 40px;
}
.about_center_top>div>h4::before{
 content: "";
 position: absolute;
 top: 190%;
 width: 40px;
 height: 2px;
 background-color: #38bbda;

}
.about_center_top>div>p{
    font-size: 16px;
    line-height: 2.2;
    color: #555555;
   
}
.about_center_bottom{
    width: 100%;
   
}
.about_center_bottom_child{
    width: 100%;
    height: 297px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about_center_bottom_child>img{
height: 100%;
}
.about_center_bottom_child>div{
    width: 40.6%;
height: 100%;
padding: 0 5%;
    background-color: #fafafa ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about_center_bottom_child>div>h4{
    font-size: 16px;
    color: #FFB92C;
    margin-bottom: 20px;
}
.about_center_bottom_child>div>p{
    font-size: 14px;
    line-height: 2.2;
    color: #888888;
    margin-bottom: 10px;
}
.contact{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.contact_main{
    width: 1200px;
    margin: 0 auto;
}
.contact_center{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.contact_center_left{
width: 35%;
}
.contact_center_left_title{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.contact_center_left_title>h4{
    font-size: 24px;
    color: #555555;
    font-weight: 500;
   
}
.contact_center_left_title>img{
width: 25px;
height: 25px;
margin-right: 10px;
}
.contact_center_left>h1{
    font-size: 24px;
    color: rgb(85, 85, 85);
    margin-bottom: 20px;
    position: relative;
}
.contact_center_left>h1::before{
    content: "";
    width: 40px;
    height: 1.5px;
    background-color: #ffb92c;
    position: absolute;
    top: 110%;
}
.contact_center_left>p{
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact_center_right{
width: 50%;
}
.contact_center_right_title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.contact_center_right_title>h4{
    font-size: 24px;
    color: #555555;
    font-weight: 500;
    
}
.contact_center_right_title>img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.contact_center_right>form{
width: 100%;
}
.contact_center_right>form .form-group{
 width: 100%;
 height: 35px;
 border: 1px solid #ccc;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin-bottom: 20px;
}
.contact_center_right>form .form-group input{
width: 95%;
height: 100%;
}
.contact_center_right>form .form-textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.contact_center_right>form .form-textarea textarea{
    width: 95%;
    height: 100%;
    border: none;
    outline: none;
    padding-top:10px ;
    }
.contact_center_right>form .btn{
  padding: 10px 50px;
  background-color: #ffb92c;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.newcenter{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.newcenter_main{
    width: 1200px;
    margin: 0 auto;

}
.newcenter_title{
    border-bottom: 1px solid #f5f5f5;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-bottom: 30px;
}
.newcenter_title>h4{
  font-size: 20px;
  color: #555555;
  margin-bottom: 10px;
}
.newcenter_title>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.newcenter_title>div>p{
    font-size: 13px;
    color: #ccc;
   margin: 8px;
}
.newcenter_center{
    width: 100%;
}
.newcenter_center>img{
    max-width: 100%;
    margin-bottom: 15px;
}
.newcenter_center>p{
    font-size: 14px;
    color: #888888;
    margin-bottom: 15px;
}
.news{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.news_main{
    width: 1200px;
    margin: 0 auto;
}
.news_center{
    flex-direction: column;
}
.news_child{
    width: 100%;
}
.news_childone{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.news_childoneimg{
    width: 400px;
    height: 250px;
    
}
.news_childoneimg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexfour_childtextone{
  width: 60%; 
  padding: 20px 0; 
}
.indexfour_childtextone>a{
    font-size: 24px;
    color: #555555;
    margin-bottom: 20px;
    display: inline-block;
}
.indexfour_childtextone>p{
    font-size: 16px;
    color: #888888;
    margin-bottom: 20px;
}
.indexfour_childtextone>span{
     color: #ccc;
     font-size: 14px;
}

.fy{
    width: 100%;
    margin: 0 auto;
 
}
.fy_main{
    width:auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fy_main>a{
    margin:0px 2px;
    border: 1px solid #ccc;
    padding: 3px 10px;
}

.mySwiper2{
    height: 540px;
    position: relative;
}
.mySwiper2 .swiper-pagination{

    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 998;
    position:absolute;
    top: 95%;
    left: 50%;
   
}
.mySwiper2 .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    border-radius: 50px;
    background-color:#dfaa428e;
    box-shadow:5px 5px 15px #ccc;
    margin:0 5px;
}
.mySwiper2 .swiper-pagination-bullet-active{
    width: 30px;
    height: 5px;
    border-radius: 50px;
    background-color:#ffb92c;
   
 }
 .fen,.x{
    display: none;
 }
 
 .contact_map{
    width: 100%;
    height: 450px;
    margin-top: 50px;
}
footer>div:nth-child(1){
    background: url(../images/tu37.jpg)no-repeat !important;
   
}
 @media (max-width:640px) {
    .header_top{
       display: none;
    }
    .logo{
        width: 70%;
    }
    .nav{
        width: 95%;
    }
    .nav_ul{
        display: none;
        position: fixed;
        top: 0%;
        width: 100%;
        left: 0%;
        background-color: rgba(0, 0, 0, 0.9);
        padding-bottom: 30px;
    }
    .nav_ul>li{
        margin-bottom: 10px;
        border-bottom: 1px solid #f5f5f5;
        text-align: center;
       padding-bottom: 10px;
    }
    .x{
        display: block;
        color: #fff;
        text-align: right !important;
        font-size: 24px;
        margin-top: 10px;
        border-bottom: none !important;
    }
    .fen{
        color: #fff;
        font-size: 16px;
        display: block;

    }
    .mySwiper{
        height: 380px;
    }
    .index_one{
        margin: 50px 0;
    }
    .indexone_main{
        width: 100%;
    }
    .indexone_ul{
        width: 100%;
      
        flex-wrap: wrap;
    }
    .indexone_ul>li{
        margin-bottom: 30px;
    }
    .indextwo_main{
        width: 100%;

    }
    .indextwo_center{
        flex-direction: column;
    }
    .indextwo_centera{
        width: 100%;
    }
    .index_two{
        display: none;
    }
    .indexthree_main{
        width: 100%;
    }
    .indexthree_center{
        width: 100%;
    }
    .index_four{
        padding: 50px 0;
    }
    .indexfour_main{
        width: 100%;
    }
    .indexfour_center{
        flex-direction: column;
    }
    .indexfour_child{
        width: 100%;
    }
    .footer{
        width: 100%;
        height: auto;
    }
    .footer_left{
        width: 96%;
        padding: 0 2%;
        display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    }
    .footer_right{
        display: none;
    }
    .footer_bottom>div>a{
        margin: 3px;
        padding-left: 5px;
    }
    .header_img {
        height: 250px;
    }
    .checked{
        padding: 50px 0;
    }
    .checked_main{
        width: 95%;
        flex-direction: column;
    }
    .checked_left{
        width: 100%;
    }
    .checked_right{
        width: 100%;
    }
    .orders{
        padding: 50px 0;
    }
    .orders_main{
        width: 95%;
    }
    .orders_center{
        flex-direction: column;
    }
    .orders_center_left,.orders_center_right{
        width: 100%;
    }
    .orders_center_left>form, .orders_center_right>form{
        margin-bottom: 30px;
    }
    .show{
        padding: 50px 0;
    }
    .show_main{
        width: 95%;
    }
    .query{
        padding: 50px 0;
    }
    .query_main{
        width: 95%;
    }
    .about{
        padding: 50px 0;
    }
    .about_main{
        width: 95%;
    }
    .about_center_top{
        flex-direction: column;
    }
    .about_center_top>img{
        width: 100%;
    }
    .about_center_top>div{
        width: 100%;
    }
    .about_center_bottom{
        display: none;
    }
    .contact{
        padding: 50px 0;
    }
    .contact_main{
        width: 95%;
    }
    .contact_center{
        flex-direction: column;
    }
    .contact_center_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_center_right{
        width: 100%;
    }
    .contact_map{
        width: 100%;
        height: 230px;
       
    }
 }