@CHARSET "UTF-8";
/* 顶部 */
#top {
    float: left;
    width: 100%;
    min-height: 10%;
}

#top_left, #top_right {
    margin-left: 36px;
    margin-right: 40px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}

#top_left {
    float: left;
    font-size: 15px;
    color: #EE9701;
}

#top_left img {
    margin-right: 5px;
}

#top_right {
    float: right;
}

#top_right a {
    font-size: 13px;
    color: #333333;
    text-align: center;
    padding: 6px 0px;
    margin-left: 23px;
    /* padding: 6px 15px;
    margin-right: 12px; */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8; */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#top_right a:HOVER {
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; */
    text-decoration: underline;
}

/* 中间区 */
#content {
    float: left;
    width: 70%;
    height: 80%;
    text-align: center;
    margin: 0 15%;
}

#content_logo {
    float: left;
    width: 100%;
    text-align: center;
}

#content_search {
    float: left;
    width: 78%;
    margin: 5px 11% 20px 11%;
    position: relative;
}

#search_form {
    font-size: 0px;
    display: block;
    height: 42px;
    float: left;
    width: 88%;
    margin: 0 6%;
}

#search_form input {
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    margin: 0;
    outline: none;
    padding: 0;
}

#search_form #searchStr {
    width: 81%;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-right: none;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#search_form #searchBtn {
    width: 19%;
    text-align: center;
    border: 1px solid #FE7517;
    font-size: 18px;
    background-color: #FE7517;
    color: white;
    cursor: pointer;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#search_form #searchBtn:HOVER {
    background-color: #FE6517;
}

#content_hotsearch {
    float: left;
    width: 60%;
    margin: 0 20%;
}

#content_hotsearch font {
    float: left;
    font-size: 14px;
    padding: 3.5px 0;
    font-weight: 550;
}

#content_hotsearch ul {
    margin-left: 80px;
    padding: 4px 0;
}

#content_hotsearch ul li {
    float: left;
    padding: 0;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

#content_hotsearch ul li a {
    font-size: 13px;
    cursor: pointer;
    color: #555;
    font-weight: 400;
    margin-right: 20px;
}

#content_hotsearch ul li a:HOVER {
    text-decoration: underline;
}

#content_share {
    float: left;
    width: 100%;
    margin: 15px 0 30px 0;
}

#content_share #div_share {
    margin: 0 auto;
    width: 350px;
}

.adv {
    float: left;
    width: 69%;
    margin: 10px 15.5%;
    text-align: center;
}

/* 悬浮框 */
#popdiv {
    position: absolute;
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px #DEDEDE;
    -webkit-box-shadow: 0 0 5px #DEDEDE;
    box-shadow: 0 0 5px #DEDEDE;
    left: 7%;
    top: 42px;
    width: 69.66%;
}

#popdiv table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

#popdiv #auto_tbody td {
    border-top: 1px solid #EFEFEF;
    padding: 8px 15px;
    background-color: white;
}

#popdiv #auto_tbody td:HOVER {
    background-color: #EFEFEF;
    cursor: pointer;
}

#auto_left {
    float: left;
    font-size: 14px;
    color: #333;
}

#auto_right {
    float: right;
    font-size: 12px;
    color: #777;
}

/* 底部 */
#bottom {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: #F5F5F5;
}

#bottom ul {
    display: inline-block;
}

#bottom ul li {
    float: right;
    margin: 18px 13px;
}

#bottom ul li a {
    font-size: 13px;
    color: #999999;
    cursor: pointer;
}

#bottom ul li a img {
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: 0.8;
}

#bottom ul li a img:HOVER {
    opacity: 1.0;
    filter: alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}

#bottom .li-img img {
    position: fixed;
    z-index: 999;
    bottom: 56px;
    width: 140px;
    height: 140px;
    display: none;
}

#bottom .li-img:HOVER img {
    display: block;
}