
.about_box>img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.about_con{
  
}
.about_con>p{
    margin-top: 30px;
}
.about_con .about_top{
    margin-top: 30px;
    border-bottom: #E5E5E5 1px solid;

}
.about_con .about_top>img{
    float: left;

}
.about_con .about_top>p {
    color: #8d8d8d;
    margin: 10px 0px 10px 30px;
    font-size: 15px;

}



/* 友情链接 开始 */

/*友情链接*/
.link{
    width:100%;
    overflow: hidden;
    margin-top:30px;

}

.link .container .link_top{
    width: 100%;
    overflow: hidden;
    height: 60px;
    background: url("../img/L.png")/*tpa=http://www.anshu77.com/themes/simplebootx/Public/img/L.png*/no-repeat left;
    border-bottom: #435D8B solid 1px;
}

.link .container .link_top>p{
    color: #333;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    text-indent: 35px;
}
.link .container .link_bot{
    width:100%;
    padding:10px 0;
    overflow: hidden;
}
.link .container .link_bot ul{
    width:100%;

    overflow: hidden;
}
.link .container .link_bot ul li{
    float:left;
    padding:5px 20px;
}
.link .container .link_bot ul li>a{
    display: block;
    color:#666666;
    font-size: 14px;
}




/* 友情链接 结束 */

