.andon_title{
    width: 80%;
    margin: 0 auto;
}
.andon_title_info{
    text-align: center;
}
.andon_title h1{
    text-align: center;
    color: #337FE5;
}
.andon_title  P{
    font-size: 14px;
    line-height: 30px;
}
.andon_clear{
    width: 100%;
    height: 20px;
}
.andon_clear1{
    width: 100%;
    height: 15px;
}
.andon_clear2{
    width: 100%;
    height: 5px;
}
.andon_clear3{
    width: 100%;
    height: 30px;
}
.andon_clear4{
    width: 100%;
    height: 40px;
}
.andon_clear5{
    width: 100%;
    height: 50px;
}
.andon_image_top img{
    width: 100%;
    margin: 0 auto;
}
.andon_image_top_app{
	margin: 0 auto;
}
.andon_image_top_app img{
   width: 33%;
   margin-bottom: 20px;
}
.andon_image_top1{
    text-align: center;
}

.andon_image_top2{
   width: 100%;
   margin: 0 auto;
   text-align: center;
}
.andon_image_top2 img{
    width: 600px;
    height: 500px;
}
.andon_image_top3{
    text-align:center;
	width: 100%;
	margin:  0 auto;
}
.andon_image_top3 img{
	
	  width: 100%;
}
.owl-stage{
    width: 100%;
}

.contact .contact_content .contact_content_list{
   /* background: yellow;*/
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 15px;
}
.contact .contact_content .contact_content_list .contact_man{
    background: black;
    margin: 4px;
    width: 33.33333%;
    height: 200px;
    color: white;
    border-radius: 5px;
    opacity: 0.8;
  
}

.contact .contact_content .contact_content_list .contact_man p{
    padding: 20px 0 0 20px;
}
.contact .contact_content .contact_content_list .contact_man p strong{
    font-size: 26px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
     transition: all 0.5s ease 0s;
     -webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	opacity: 1;
} 





























