@charset "utf-8";
/* CSS Document */

.slideTxtBox {
    width: 1000px;
    font-family: "微软雅黑";
	margin:auto;
}

.company_title {
    background-image:url(image/apec_aompanies_title.png);
	display:block;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
	margin-bottom:50px;
}

.slideTxtBox .hd {
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    text-align: center;
}

.slideTxtBox .hd ul li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 7px;
    margin-bottom: 8px;
}

.slideTxtBox .hd ul li a {
    background-color: #a8a8a8;
    width: 136px;
    display: block;
    color: #ffffff;
    cursor: pointer;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: "宋体";
}

.slideTxtBox .hd ul li a:hover {
    background-color: #1d63d8;
}

.slideTxtBox .bd ul {
    margin: 0;
    zoom: 1;
}

.bd {
    padding-top: 124px;
}

.slideTxtBox .bd li {
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

.company_name {
    display: block;
}

.company_name a {
    font-size: 14px;
    width: 138px;
    display: block;
    text-align: center;
    color: #b3b3b3;
}

.company_name a:hover {
    color: #024cc7;
    font-weight: bold;
}