@CHARSET "UTF-8";
/**
	读秀首页修改 20101108
***/

* {
    margin: 0;
    padding: 0;
}

/* 20240311 【改动】：清除浮动优化 */
/* .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
} */
.clearfix:before, .clearfix:after {
    content: ""; 
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* 20240311 【改动】：清除浮动优化 */

.clearfix {
    zoom: 1;
}

#head {
    position: relative;
    z-index: 1002;
    FONT-SIZE: 12px;
    PADDING-TOP: 4px;
    /*BORDER-BOTTOM: #e6e6e6 1px solid;*/
    HEIGHT: 18px;
    /*BACKGROUND-COLOR: #f5f5f5*/
    padding: 6px 0 8px 0;
}

#h_right {
    /* 2024029 【改动】：添加右侧边距 */
    PADDING-RIGHT: 30px;
    /* 2024029 【改动】：添加右侧边距 */
    FLOAT: right;
    TEXT-ALIGN: left;
}

#h_left {
    PADDING-LEFT: 10px;
    FLOAT: left;
    TEXT-ALIGN: left
}

.wrap {
    position: relative;
    line-height: 1.5;
    /* 20240311 【改动】：调整flex布局 */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 20240311 【改动】：调整flex布局 */

}

/* 20240229 【改动】：调整首页右上角 服务中心下拉icon水平对齐 */
#service {
    padding: 2px 15px 1px 5px;
    /*background-color:#f5f5f5;*/
    /* border: 1px solid #f5f5f5; */
    border-bottom: 0;
    background: url(../images/special.png) no-repeat 55px -519px;
}
/* 20240229 【改动】：调整首页右上角 服务中心下拉icon水平对齐 */

.serviceWrap #service {
    background-color: #fff;
    position: relative;
    /* border: 1px solid #ccc;
    border-bottom: 0; */
    z-index: 10;
    /* color: #000; */
}


/* 20240301 【改动】：优化 */
.wrapLink {
    position: absolute;
    right: 50px;
    *right: 50px;
    top: 18px;
    top: 15px\9;
    *top: 16px;
    display: none;
}

.serviceWrap .wrapLink {
    display: block;
    width: 85px;
    padding: 5px 5px 0 5px;
    text-align: left;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    z-index: 5;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px #0000001A;
}
/* 20240301 【改动】：优化 */

.serviceWrap img {
    border: 0;
}

.serviceWrap ul {
    list-style: none;
}

.serviceWrap li {
    margin-bottom: 2px;
    border-bottom: 1px dashed #ccc;
    line-height: 20px;
}

.serviceWrap .last {
    border: 0;
}

.wlap {
    position: relative;
    line-height: 1.5;
}

#industry {
    padding: 2px 15px 1px 5px;
    /*background-color:#f5f5f5;*/
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    background: url(../images/special.png) no-repeat 55px -518px;
}

.industryLink {
    position: absolute;
    left: 10px;
    right: 35px\9;
    *right: 35px;
    top: 16px;
    top: 15px\9;
    *top: 16px;
    display: none;
}

.industryWrap .industryLink {
    display: block;
    width: 140px;
    padding: 5px 5px 0 5px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 5;
}

.industryWrap #industry {
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    z-index: 10;
    color: #000;
    background-color: #fff;
}

.industryWrap img {
    border: 0;
}

.industryWrap ul {
    list-style: none;
}

.industryWrap li {
    margin-bottom: 2px;
    border-bottom: 1px dashed #ccc;
    line-height: 20px;
    display: inherit;
    float: left;
    width: 70px;
}

.industryWrap .last {
    border: 0;
}

/* 20240307 【改动】：优化更多下拉样式 */
#top_menu .moreLink {
    padding: 10px 0 5px;
    position: absolute;
    left: 11px;
    top: 18px;
    z-index: 999;
}
/* 20240307 【改动】：优化更多下拉样式 */

/* 20240229 【改动】：优化 */
#top_menu .moreLink ul {
    float: none;
    width: 240px;
    padding: 5px;
    background-color: #fff;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 8px 16px 0px #0000001A;
    border-radius: 2px;
    height: auto!important;
}

#top_menu .moreLink li {
    width: 70px;
    padding: 2px 5px;
    margin-right: 0;
    text-align: center;
}
#top_menu .line {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #D71F1F;
    margin: 0 8px;
}
#head {
    min-width: 1270px;
    /* 20240806 【改动】：优化head 间距 */
    /* padding: 4px 0 0!important; */
    /* 20240806 【改动】：优化head 间距 */
}
/* 20240229 【改动】：调整首页右上角字段间隔 */
#h_right .hrBar {
    margin: 0 15px;
    /* color: #e6e6e6;
    font-size: 14px; */
}
/* 20240229 【改动】：调整首页右上角字段间隔 */

/**滚动条样式**/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
a, input[type="submit"] {
    transition: all .5s;
}
.books a:hover, input[type="submit"]:hover {
    text-decoration: underline;
    color: #0066cc;
}
/* 20240229 【改动】：优化 */

/* 20240229 【改动】：优化 */
#top_menu li .moreLink li a:hover,
#top_menu li .moreLink li.current a {
    background: none;
    border-radius: 0;
    color: #2872e2;
    text-decoration: none;
}

#book_right2 {
    line-height: 20px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;      
    height: 42px;
    /* 宽度优化 */
    max-width: 72px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
#top_menu li .moreLink li a {
    color: #333;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
/* 20240229 【改动】：优化 */

/* 20240316 【改动】：更新 */
#head a {
    color: #606266;
}
#head #h_right a:hover {
    text-decoration: none;
    color: #0066cc;
}
/* 20240316 【改动】：更新 */

