.banner{
    background:url(/Theme/default/image/66.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top:200px;
    padding-bottom: 190px;
}
.banner h1{
    text-align: center;
    color:#fff;

}
.banner p{
    color:#fff;
    text-align: center;
    width:60%;
    margin:0 auto;   
}
.about_cen_list{
    display: -webkit-flex;
    display:flex;  
    background:#f5f5f5;
    flex-flow:row nowrap;  
    justify-content:space-between;  
    align-items:center;
    margin-bottom:30px;
}
.mdbox{
    text-align: center;
    margin-top:30px;
}
.mdbox .md_list{
    display:inline-block;
    padding:10px 0px;
    margin:0 20px;
    width:170px;
    font-size:20px;
    color:#ffffff;
    background:#a3c41f;
    margin-bottom: 15px;
}
.about_history{
    display: -webkit-flex;
    display:flex;  
    flex-flow:row nowrap;  
    justify-content:space-between;  
    align-items:flex-start;
}
.aboutHistory{
    width:50%;
}
.about_cen_item{
    width:50%;
}
.region{
    width:1150px;
    margin:0 auto;
}

.about_cen .swiper-pagination-bullet{
    background:#808280;
}
.about_cen .swiper-pagination-bullet-active{
    background:#fff;
}
.about_con .region>p{
    text-align: center;
    margin:100px 15px 45px;
}
.about_text{
    padding:0 45px;
}
.about_text p{
    line-height: 42px;
}
.tag_para li p{
    font-weight: bold;
    color:#000;
    margin-top:10px;
}
.tag_para{
    margin-top:20px;
}
.aboutHistory p{
    font-size: 18px;
    color:#666;
    line-height: 46px;
}
.right_box_list h3{
    font-weight: bold;
    color:#a3c41f;
    margin-bottom: 15px;
}
.history_con p{
    font-size:14px;
    color:#666;
    line-height: 26px;
    padding:15px 10px;
}
.history_con{
    background:#f5f5f5;
    border:1px dashed #a3c41f;
    margin-bottom: 40px;
}
.right_box_list{
    padding-left: 20px;
    position:relative;
}
.right_box{
    
    border-left:2px solid #a3c41f;
}
.right_box_list .pointer{
    position:absolute;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#a3c41f;
    top:0;
    left:0;
    transform:translate(-50%,0);
}
.aboutHis_left p{
    padding-right:68px;
    margin-bottom:50px;
}
.sino_list{
    width:295px;  
    position:relative;
    text-align: center;
}
.sino_box{
    display: -webkit-flex;
    display:flex;  
    flex-flow:row nowrap;  
    justify-content:space-between;  
    align-items:flex-start;
    border-top:3px solid #94d04c;
}
.line2box{
    position:relative;
}
.line2box .line-hide{
    position: absolute;
    width: 50%;
    height: 100%;
    top: -5px;
    left: -1px;
    background: #fff;
}
.line2box .line-hide2{
    position: absolute;
    width: 50%;
    height: 100%;
    top: -5px;
    right:-2px;
    background: #fff;
}
.about_sino .line2{
    width:3px;
    height:70px;
    margin:0 auto;
    background:#94d04c;
}
.sino_list h3{
    width:100%;
    height:100%;
    height: 75px;
    text-align: center;
    color:#6d6d6d;
    font-size:30px; 
    background:#e6e6e6;
    display: -webkit-flex;
    display:flex;  
    flex-flow:row nowrap;  
    justify-content:center;  
    align-items:center;

}
.sino_title h3{
    width:340px;
    height:75px;
    line-height: 75px;
    background:#94d04c;
    text-align:center;
    font-weight: bold;
    font-size:30px;
    color:#fff;
    margin:0 auto;
}
.about_company_list .icon{
    text-align: center;
}
.about_company_list .title h4{
    font-size:18px;
    color:#111;
    text-align:center;
    margin:25px 0 35px;

}
.about_company_list .para p{
    color:#666;
    line-height: 32px;
    text-align: center;
}
.about_company{
    margin-top:105px;
}
.about_sino{
    margin-top:50px;
}
.about_map iframe{
    width:100%;
    height:380px;
}
.about_map{
    margin-top:70px;
}
.about_last p{
    font-weight:lighter;
    font-size:18px;
    color:#666;
    line-height: 42px;
    padding:0 15px;
    text-align: center;
}
.about_last{
    margin:30px 0 100px;
}
@media screen and (max-width:1250px){
    .region{
        width:100%;
        padding:0 15px;
    }
}

@media screen and (max-width:767px){
.banner{
    padding-top: 100px;
    padding-bottom: 100px;
}
.aboutHistory{
    width:100%;
    padding:0;
}
.aboutHis_left p{
    padding:0;
    font-size:14px;
    line-height: 1.3;
}
.about_history{
    display:block;
}
.sino_title h3{
    width:300px;
}
.sino_list h3 span{
    font-size:14px;
}
.sino_list{
    width:30%;
}
.about_company_list{
    margin-bottom:35px;
}
.about_company_list .title h4{
    margin:15px 0 20px;
}
.about_company_list .para p{
    text-align: center;     
}
.about_cen_list{
    display:block;
}
.about_cen_item{
    width:100%;
}
.about_text{
    padding:25px 15px;
}

.about_con .region>p{
    margin:25px 0;
}
}