@charset "gb2312";
/* CSS Document */

.sec_child {
    width: 718px;
    float: left;
/*    height: 31px;
    border-bottom: 1px #d1d1d1 solid;
    margin-top: 8px;
	    margin-bottom: 1em;*/
}
.child_link01 {
    float: left;
    /* width: 91px; */
    height: 31px;
    /* background-image: url(imagesbtn_hui01.gif); */
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 0 10px; border-radius:4px 4px 0 0;
}



.child_link03{
	display: block;
    float: left;
    width: 160px;
    height: 31px;
    background-image: url(imagesbtn_hui03.gif);
    line-height: 31px;
    font-size: 14px;
    text-align: center;
	}
.child_link01:hover{background:#fff;}



@media (max-width: 768px){/*<=768的设备-平板竖版以下*/ 
.sec_child {
     display:none;
}
}