/*about*/
.about{
    padding-top: 46px;
}
.about_top{
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 60px;
	
}
.about_top a{
    margin-right: 40px;
    font-size: 18px;
    padding: 0 20px;
    position: relative;
}
.about_top a:hover,.about_active{
   border-bottom: 3px solid #aa714b;
   padding-bottom: 6px!important;
   color: #aa714b;
}
.about_info{padding-bottom:60px;}
.about_info h1{
    font-size: 18px;
	line-height:32px;
    margin-bottom: 40px;
}
.about_info  p{
    font-size: 14px;
    text-indent: 32px;
    line-height: 32px;
}
@media(max-width:768px){

    .about_top li{
        margin-bottom:10px;width:25%;
    }
	.about_top li a{ display:block;width:100%;font-size:14px;}
    .about_top a:hover, .about_active {
        border-bottom: unset;
        padding-bottom: 6px!important;
        color: #feca0a;
  
    }
	.about_info img{max-width:100%!important; height:auto!important;}
    
}