/*about*/

.about_top{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	background:#f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 60px;
	
}
.about_top a{
    margin-right: 40px;
    font-size: 18px;
    padding: 0 20px; height:100%; display:block;
    position: relative;
}
.about_top a:hover,.about_active{
   border-bottom: 3px solid #f39910; background:#f39910;
   padding-bottom: 6px!important;
   color: #fff;
}
.about_top li{height:80px; line-height:80px;}
.about_info{padding-bottom:60px;}
.about_info h1{
    font-size: 32px;
	line-height:32px;
    margin-bottom: 40px; 
}
.about_info h1 span{border-bottom:2px solid #f39910;}
.about_info  p{
    font-size: 15px;
    text-indent: 32px;
    line-height: 40px;
}
@media(max-width:768px){
    .banner img{
        max-width:100%; 
		/*height: 200px;*/
    }
	.banner{margin-top:0px;}
	.marbot{ margin-bottom:0px;}
    .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: #FFF;
  
    }
    
}