



@media all and (max-width:1550px){ 



.i_b1 {
    width: 550px;
}

.i_box1 .video_box {
    height: 700px;
}

.i_b1_triangle {
    border-width: 700px 0 0 311px;
}


.i_b2{
    min-height: 600px;
}


.i_b3 {
    gap: 20px 20px;
    padding: 50px 0;
    min-height:auto ;
}

.i_box3{
    min-height: 523px;
}

.i_b3_bg {
    width: 600px;
}

.all_info h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.i_box4{
    min-height: 530px;
}


.i_b2_triangle {
    border-width: 1275px 0 0 589px;
}

.i_b4_triangle {
    border-width: 850px 360px 0 0;
}

.i_b4_triangle-1 {
    border-width: 0px 0 375px 154px;
}

.i_b5_triangle {
    border-width: 325px 136px 0 0;
}

.i_b5_triangle-1 {
    border-width: 0px 0 1220px 500px;
}



.service_ul li {
    max-width: calc(20% - 40px);
    width: 220px;
}

.footer_box .right img {
    width: 270px;
}

.bg_text_01,
.bg_text_02,
.bg_text_03{
    font-size: 50px;
    line-height: 50px;
}


}
/*1550px*/

@media all and (max-width:1400px){ 

.menu_logo {
    padding-left: 2rem;
}

.menu_list_box {
    padding: 2rem 2rem 2rem 1rem;
    max-width: calc(100% - 380px);
}

.menu_list {
    padding: 0 1rem;
}

.menu_list li a {
    font-size: 16px;
    padding: 10px 5px;
}


.all_num_title {
    font-size: 20px;
}


.about_b1 {
    gap: 0 50px;
    padding: 40px 0 70px 0;
    margin-top: 20px;
}

.about_b1 .img {
    width: calc(50% - 25px);
    padding-right: 50px;
}

.about_b1 .info {
    width: calc(50% - 25px);
    padding-left: 10px;
    padding-right: 100px;
}



.about_b2 {
    margin-top: 70px;
}

.about_b2 .info {
    width: calc(50% - 25px);
    padding-left: 150px;
}


.about_b2 .img .float_img{
    max-width: 70%;
}


.bg_top_01 p {
    font-size: 40px;
    line-height:40px;
}

.bg_bottom_01 p{
     font-size: 40px;
    line-height:40px;
}


.service_box1 {
    display: flex;
    gap: 20px 50px;
    margin: 50px auto 100px auto;

}



.service_box1 .img {
    gap: 0 20px;
}


.service_box1 .img img.img_03 {
    left: -10%;
    bottom: -40px;
    width: 30%;
}

@keyframes icon_auto_01 {
    50%{bottom: -70px;} 

}


.service_box1 .info div ul li h5 {
    line-height: 28px;
    font-size: 18px;
}






.testing_b1 .img {
    width: 250px;
}


.testing_b1_04.testing_b1 .img {
    width: 330px;
}

.testing_b1 .bg_text {
    font-size: 80px;
    line-height: 100px;
}








}
/*1400px*/

@media all and (max-width:1200px){ 

.top_padding {
    padding-bottom: 68px;
    display: block;
}

.menu{
    background-color: #fff;
}

.menu_box {
    padding: 10px 0;
}

.menu_box:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 68px;
    width: 70px;
    background-color: #000;
}

.menu_box:before {
    position: absolute;
    content: "";
    right: 70px;
    top: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 68px 0;
    border-color: transparent #020202 transparent transparent;
}

html.translated-ltr .menu_list_box{        
    top: 108px;
    height: calc(100% - 108px);
}



.menu_list_box {
    width: 300px;
    position: fixed;
    right: -300px;
    transition: .3s;
    top: 68px;
    height: calc(100% - 68px);
    padding: 50px 0;
    max-width: 100%;
    background-color: #000000c2;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.menu.bg .menu_list_box{
    background-color: #000000c2;
}

.menu_list_box.active{
    right: 0;
}

.menu_list_box:after{
    display: none;
}

.menu_list{
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menu_list li a{
    display: block;
    color: #aaa;
}

.menu_logo img {
    width: 200px;
}


.menu_lan {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.menu_lan .lan_select {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.menu_lan .lan_select ul {
    background-color: #020202;
    padding: 10px 5px;
}


.menu_close_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    z-index: 61;
}

.menu_close_bg.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/*----------------*/



.menu_3line_box {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
}


.menu_3line {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: 0px;
    cursor: pointer;
    z-index: 30;
    transition: .5s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}


.menu_3line li {
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .5s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.menu_3line li:nth-child(1) {
    top: calc(50% - 7px);
}

.menu_3line li:nth-child(3) {
    top: calc(50% + 7px);
}

  
.menu_3line.active li:nth-child(1) {
    transform: translate(-50%,-50%)rotate(-45deg);
    top: 50%;
    transition: .5s; 
}
.menu_3line.active li:nth-child(2) {
    width: 0px;
}

.menu_3line.active li:nth-child(3) {
    transform: translate(-50%,-50%)rotate(45deg);
    top: 50%;
    transition: .5s; 
}



.menu_list li a:after {
    height: 1px;
    bottom: 5px;
}


/*------------------------------*/

.i_box1 .video_box {
    height: 550px;
}

.i_b1 {
    width: 500px;
}


.i_b2 {
    min-height: 550px;
    gap: 20px 30px;
}

.i_b2 .info {
    width: calc(40% - 15px);
}

.solution_list {
    width: calc(60% - 15px);
}




.i_box3 {
    min-height: 475px;
}

.i_b3 {
    padding: 40px 0;
}

.i_b3_bg {
    width: 550px;
    left: -100px;
}

.i_b3 .img{
    padding-left: 20px;
}

.i_b3 .img h3 {
    font-size: 28px;
}

.i_b4 {
    padding: 30px 0;
}

.i_box4 {
    min-height: 465px;
}

.i_b4 .info {
    width: calc(40% - 15px);
    text-align: left;
}

.i_pro_list {
    width: calc(60% - 15px);
    padding: 0 30px;
}

.service_ul li h2 {
    font-size: 18px;
    margin-top: 20px;
}

.all_info h2 {
    margin-bottom: 20px;
}

.all_info>p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}

.all_title01 {
    font-size: 26px;
}






.i_b5 {
    padding: 50px 0 65px 0;
}

.footer {
    padding: 50px 0;
}


.service_ul li {
    max-width: calc(20% - 20px);
    width: 170px;
}






.i_b1_triangle {
    border-width: 550px 0 0 222px;
}

.i_b2_triangle {
    border-width: 1105px 0 0 440px;
}

.i_b4_triangle {
    border-width: 550px 233px 0 0;
}

.i_b4_triangle-1 {
    border-width: 0px 0 347px 139px;
}

.i_b5_triangle {
    border-width: 78px 34px 0 0;
}

.i_b5_triangle-1 {
    border-width: 0px 0 1040px 420px;
}

/*-----------------*/



.all_top_title h2 {
    font-size: 50px;
}

.all_top_title h1 {
    font-size: 22px;
}

.all_top_title {
    height: 300px;
}





.about_b1 .img {
    padding-right: 0;
}

.about_b1 .info {
    padding-right: 60px;
}

.all_info>p {
    margin-bottom: 30px;
}


.abput_b1_ul li img{
    width: 80px;
}



.about_b2 {
    gap: 0 50px;
    margin-top: 50px;
}



.about_b2 .info {
    padding-left: 60px;
}

.about_b2 .img {
    width: calc(50% - 25px);
    padding-left: 10px;
}

.about_b2 .info h6 {
    font-size: 18px;
}



.about_b2 .img .float_img {
    left: -80px;
    bottom: -80px;
    max-width: 50%;
}





.page_contact_box .left h2 {
    font-size: 28px;
}

.page_contact_box .center a div {
    font-size: 30px;
}

.page_contact_box .center a div img{
    width: 30px;
}

.page_contact_box .right a img {
    width: 30px;
}

.page_contact_box .right a {
    padding: 10px 50px 10px 20px;
}






.industries_box .title_box h2 {
    font-size: 34px;
}

.industries_box {
    padding: 120px 0 0px 0;
}

.pro_img_01,
.pro_img_02 {
    max-width: 30%;
    top: 20%;

}



.industries_box .info_box {
    padding: 200px 20px 70px 20px;
    font-size: 18px;
}

.industries_box .info_box:after {
    height: 100px;
    top: 50px;
}





.service_box2 {
    height: 300px;

}


.equipment_b2_box {
    gap: 20px 30px;
}

.equipment_b2_box .img_box {
    width: calc(50% - 20px);
}

.equipment_b2_box .info {
    padding: 0 30px 0 20px;
    max-width: calc(50% - 10px);
}

.equipment_b2 .num:after {
    width: 70px;
}



.equipment_b2-1_box .table h2 {
    font-size: 18px;
}

.equipment_b2-1_box .table ul li {
    font-size: 16px;
}



.equipment_b2-1_box {
    margin-top: 70px;
}

.equipment_b2-1_box .table {
    width: calc(100% - 350px);
}

.equipment_b2-1_box img {
    width: 350px;
}


.testing_b1 {
    padding: 30px 20px;
    gap: 20px 30px;
    margin-bottom: 70px;
}

.testing_b1 .title {
    width: 260px;
}

.testing_b1 .info {
    font-size: 18px;
    width: calc(100% - 570px);
}


.testing_b1:after {
    width: 420px;
    height: 550px;
}








}
/*1200px*/



@media all and (max-width:900px){ 

.i_box1 .video_box {
/*    height: auto;*/
height: 50vh;
}


.i_box1 .video_box video {
     min-width: auto; 
     position: static; 
     transform: translate(0,0)scale(1.05); 
}

.bg_text_01, .bg_text_02, .bg_text_03 {
    display: none;
}

.i_b2 {
    gap: 60px 30px;
    min-height: auto;
    flex-direction: column;
}

.i_b2 .info {
    width: 700px;
    max-width: 100%;
}

.solution_list {
    width: 100%;
}

.solution_list ul li h2 {
    padding: 10px 0;
    font-size: 16px;
}


.i_box3{
    background-color: #fbfbfb;
    background-position: 80% 50%;
    background-image:none
}

.i_box3:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url(../img/i_b3_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: cover;
}

.i_b3 {
    gap: 60px 30px;
    flex-direction: column;
}

.i_b3_bg {
    position: static;
    width: 450px;
    display: none;
}

.i_b3_bg_rwd {
    display: block;
    width: 380px;
    max-width: 100%;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}


.i_b3 .img{
    display: none;
}


.i_b3 .info {
    width: 700px;
    max-width: 100%;
}


.i_box4 {
    min-height: auto;
}

.i_b4{
    border-top: 1px #ddd solid;
}

.i_b4_triangle {
    border-width: 220px 85px 0 0;
}

.i_b4_triangle-1 {
    border-width: 0px 0 220px 100px;
}

.i_b4 {
    gap: 30px 30px;
    min-height: auto;
    flex-direction: column;
    padding: 40px 0;
}

.i_b4 .info {
    width: 400px;
    max-width: 100%;
}

.i_pro_list {
    width: 100%;
}


.i_b5_triangle-1 {
    border-width: 0px 0 440px 160px;
}

.i_b5_triangle,
.i_b5_triangle-1{
    display: none;
}

.service_ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
}
.service_ul li {
    max-width: calc(33.3% - 27px);
    width: 200px;
}


.footer_box {
    flex-direction: column-reverse;
    gap: 40px 0;
}

.footer_box .left h4 {
    margin-top: 30px;
}



.about_b1 {
    padding: 10px 0 60px 0;
    margin-top: 20px;
}




.industries_list {
    gap: 40px 12px;
}

.industries_list li {
    width: calc(25% - 9px);
}

.industries_list li:nth-child(1) {
    width: calc(25% - 8px);
}



.industries_box:after {
    border-width: 1200px 0 0 500px;
}

.industries_box:before {
    border-width: 0 0 1200px 500px;
}



.industries_box .info_box {
    font-size: 16px;
    line-height: 32px;
}




.industries_list li h2 {
    padding: 10px 0;
    font-size: 16px;
}





.service_box1 {
    margin: 30px auto 80px auto;
    flex-direction: column;
}


.service_box1 .img {
    width: 80%;
    gap: 0 30px;
    margin: 0 auto;
}

.service_box1 .info{
    width: 90%;
    margin: 0 auto;

}

.bg_top_01,
.bg_bottom_01{
    display: none;
}

.service_box1 .info div ul li h5 {
    line-height: 24px;
    font-size: 17px;
}


.service_cate_ul {
    padding: 25px 20px;
    gap: 15px 10px;
    margin-top: -50px;
}

.service_pro {
    padding: 50px 0 50px 0;
}


.equipment_b1 {
    padding: 30px 0 60px 0;
    gap: 20px 20px;
    flex-wrap: wrap;
}

.equipment_b1 .info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.move_tab {
    top: -75px;
}



.equipment_b2 .title_bg{
    display: none;
}

.equipment_b2 {
    padding: 70px 0 70px 0;
}



.equipment_b2_box {
    gap: 30px 50px;
    flex-direction: column;
    align-items: center;
}

.equipment_b2_box .img_box {
    width: 500px;
    max-width: 90%;
    margin-bottom: 120px;
}


.equipment_b2_box .img_box .img_info {
    bottom: -150px;
    align-items: flex-end;
    flex-direction: column-reverse;
    right: 0;
    width: 100%;
}


.equipment_b2_box .img_box .img_info img {
    width: 320px;
    max-width: 60%;
}


.equipment_b2_box .info {
    padding: 0 10px 0 10px;
    max-width: 100%;
}

.equipment_b2_box{
    padding-bottom: 0;
}





.equipment_b2-1_box {
    margin-top: 70px;
}

.equipment_b2-1_box .table {
    width: calc(100% - 350px);
}

.equipment_b2-1_box img {
    width: 350px;
}




.equipment_b2-1_box {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.equipment_b2-1_box .table {
    width: 100%;
}

.equipment_b2-1_box img {
    width: 350px;
    max-width: 90%;
}

.equipment_b2-1_box .table h2 {
    font-size: 16px;
}

.equipment_b2-1_box .table ul {
    padding: 5px 10px;
}

.equipment_b2-1_box .table ul li {
    font-size: 14px;
}




.equipment_box {
    padding-bottom: 60px;
}


.testing_b1 .img {
    width: 25%;
}


.testing_b1 .info {
    font-size: 16px;
    width: calc(75% - 300px);
}


.testing_b1:after {
    width: 50%;
}

.contact_box {
    padding: 70px 0;
}

.contact_b1 {
    flex-direction: column;
}

.contact_b1 .map {
    width: 100%;
    height: 230px;
}


.contact_b1 .form {
    width: 100%;
    padding: 50px 10px;
}




}
/*900px*/




@media all and (max-width:768px){

.all_width {
    max-width: 90%;
}



.all_top_title h2 {
    font-size: 40px;
}

.all_top_title h1 {
    font-size: 20px;
}

.all_top_title {
    height: 250px;
}



.all_top_title:after{
    border-width: 220px 0 0 80px;
}

.all_top_title:before {
    border-width: 0 69px 160px 0;
}



.about_b1 {
    gap: 50px 100px;
    flex-direction: column;
}


.about_b1 .img {
    width: 100%;
    padding-right: 15%;
}


.about_b1_bg01 {
    max-width: 90%;
}

.about_b1 .info {
    padding-right: 30px;
    width: 100%;
    padding-left: 10%;
}


.about_02 {
    padding: 50px 0 100px 0;
    position: relative;
    background-color: #f7f7f7;
}

.about_b2 {
    padding: 50px 0 50px 0;
    gap: 70px 100px;
    margin-top: 0px;
    flex-direction: column-reverse;
}


.about_b2 .img {
    width: 100%;
    padding-left: 15%;
}


.about_b2 .img .float_img {
    left: 10px;
    bottom: -50px;
    max-width: 50%;
    width: 300px;
}


.about_b2 .info{
    width: 100%;
    padding: 0 30px 0 30px;
}

.wave_box_img {
    height: 90px;
}

.about_b2 .info h6 {
    font-size: 16px;
}



.page_contact {
    padding: 50px 0;
}

.page_contact_box {
    gap: 40px 0;
    flex-direction: column;
}

.page_contact_box .left {
    text-align: center;
}

.page_contact_box .center a{
    text-align: center;
}

.page_contact_box .center a p {
    padding-left: 0;
}

.page_contact_box .right{
    padding-top: 10px;
}




.all_top_info div {
    padding: 30px 50px;
    max-width: 95%;
}


.all_top_info div h2 {
    font-size: 18px;
    letter-spacing: 2px;
}

.all_top_info div h3 {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 3px 10px;
}



.all_top_info div img.left,
.all_top_info div img.right {
    width: 23px;
}



.industries_b1 {
    padding-bottom: 100px;
}


.service_box2 {
    height: 200px;
}



.service_pro li .text {
    padding: 4px 15px;
    font-size: 14px;
}

.service_pro {
    gap: 30px 18px;
}

.service_pro li {
    width: calc(33.3% - 12px);
}





.equipment_b2_box .img_box{
    margin-bottom: 100px;
}

.equipment_b2_box .img_box .img_info {
    bottom: -120px;
}





.testing_ul {
    gap: 30px 20px;
    margin: 50px auto 60px auto;
}


.testing_ul li a h2 {
    font-size: 18px;
    padding: 5px 0 6px 0;
    margin-bottom: 10px;
}

.testing_ul li a span {
    font-size: 16px;
}


.testing_b1{
    flex-wrap: wrap;
}

.testing_b1 .title {
    width: 100%;
}

.testing_b1 .img {
    width: 35%;
}

.testing_b1 .info {
    width: calc(65% - 30px);
}


.testing_b1 .bg_text {
    font-size: 50px;
    line-height: 70px;
}



.all_title_box {
    margin: 1.5rem 0;
}

.all_title_box h3{
    font-size: 18px;
    margin-bottom: 10px;
}


.quality_b1 {
    padding-top: 50px;
}


.quality_b1 .list h2 {
    border-left: 5px #d54e23 solid;
    font-size: 22px;
    margin-bottom: 30px;

}

.quality_b1 .list p {
    margin-bottom: 30px;
}


.quality_box {
    padding-bottom: 10px;
}

.contact_list {
    gap: 20px 30px;
    margin: 60px auto;
    flex-direction: column;
}

.contact_list a {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact_list a img {
    margin-bottom: 0;
}

.contact_list a img {
    margin-bottom: 0;
    width: 45px;
    margin-right: 10px;
}

.contact_list a h2,
.contact_list a p {
    font-size: 16px;
}



.input_02 {
    width: 100%;
}

.contact_input h3 {
    width: 80px;
    font-size: 15px;
    padding-top: 5px;
}

.contact_input select,
.contact_input input[type=text],
.contact_input textarea{
    width: calc(100% - 90px);
}



}
/*768px*/



@media all and (max-width:500px){ 


.menu_list_box{
    width: 100%;
    right: -100%;
}

.menu_logo {
    padding-left: 1rem;
}

.all_info h3 {
    font-size: 18px;
}

.all_info h3 {
    font-size: 18px;
}

.all_btn_01 {
    font-size: 15px;
    padding: 8px 12px;
    width: 130px;
}


.solution_list ul li,
.i_pro_list ul li {
    margin: 0 5px;
}

.i_b1 {
    left: 3%;
    max-width: 45%;
    z-index: 1;
}

.i_b1 img {
    margin-bottom: 20px;
    width: 100%;
}

.i_b1 p {
    font-size: 16px;
    padding-left: 5px;
}



.i_b1_triangle {
    border-width: 400px 0 0 152px;
}


.all_title01 {
    font-size: 24px;
}


.service_ul {
    gap: 30px 30px;
}
.service_ul li {
    max-width: calc(50% - 30px);
    width: 150px;
}


.i_b4_triangle {
    border-width: 150px 80px 0 0;
}

.i_b4_triangle-1 {
    border-width: 0px 0 150px 80px;
}


.footer_icon {
    right: 1rem;
    bottom: 2rem;    
}

.footer_icon a {
    width: 45px;
    height: 45px;
}






.all_top_title h2 {
    font-size: 35px;
}


.all_top_title {
    height: 180px;
}



.all_top_title:after{
    border-width: 160px 0 0 60px;
}

.all_top_title:before {
    border-width: 0 69px 160px 0;
}




.abput_b1_ul li img {
    width: 60px;
}

.abput_b1_ul li h4 {
    font-size: 14px;
}



.all_top_info div {
    padding: 30px 30px;
}


.all_top_info div h2 {
    font-size: 16px;
    text-align: center;
}

.all_top_info div h3 {
    font-size: 16px;
    padding: 3px 10px;
    text-align: center;
}


.all_top_info img {
    width: 50px;
}

.all_top_info p {
    font-size: 20px;
}



.all_top_info a.bg img {
    width: 1000px;
}




.all_top_info {
    padding-bottom: 90px;
}

.all_top_info a.bg {
    bottom: 30px;
}




.industries_box {
    padding: 60px 0 0px 0;
}

.pro_img_01, .pro_img_02 {
    max-width: 40%;
    top: 22%;
}


.industries_list {
    gap: 20px 12px;
}

.industries_list li {
    width: calc(50% - 6px);
}

.industries_list li:nth-child(1) {
    width: calc(50% - 6px);
}

.industries_b1{
    background-color: #f7f7f7;
}


.pro_img_01, .pro_img_02 {
    top: 12%;
}



.service_pro {
    gap: 20px 16px;
}

.service_pro li {
    width: calc(50% - 8px);
}

.service_cate_ul li a {
    padding: 5px 15px;
    font-size: 15px;
}


.service_box1 .img {
    width: 90%;
    gap: 0 10px;
}

.service_box1 .img img.img_01 {
    max-width: calc(50% - 5px);
}

.service_box1 .img img.img_02{
    max-width: calc(50% - 5px);
}


.testing_box{
    margin-top: 0;
}

.testing_ul {
    gap: 30px 30px;
}

.testing_ul li{
    width: calc(50% - 15px);
}



.testing_b1 .bg_text{
    display: none;
}


.testing_b1{
    flex-direction: column;
}

.testing_b1_04.testing_b1 .title {
    width: 100%;
}

.testing_b1:after {
    width: 100%;
    height: 300px;
}


.testing_b1 .img {
    width: 240px;
    max-width: 100%;
}

.testing_b1 .info {
    width: 100%;
}


.testing_box{
    padding-bottom: 30px;
}
}
/*500px*/





@media all and (max-width:450px){ 


.all_top_title h2 {
    font-size: 26px;
}


.service_box1 .img img.img_03 {
    bottom: 10px;
}

@keyframes icon_auto_01 {
    50%{bottom: -20px;} 

}

.service_box1 .info {
    padding-top: 30px;
}


}
/*450px*/