@charset "UTF-8";
/*


本css文件用于当前网站自定义样色 
主色：#0054a9
鼠标经过颜色：#004a9a

1、根据当前站点风格修改颜色
2、制作一个 logo-custom.png ，根据logo实际情况对相关区域的宽高进行调整；
3、根据站点实际情况添加所需要的样式

*/

/* 翻页 -----------------------------------------------------*/
.pager a,
.pager a:active { color: #0054a9;}
.pager a:hover { border: 2px solid #0054a9;}
.pager span.current { background: #0054a9; border: 2px solid #0054a9;}

/* 全文检索 ------------------------------------------------- */
/* 全文检索Logo */
.s-logo h2 {font-size: 0;background: url(/Content/main/Base/img/logo-custom.png) no-repeat left center;padding: 0;width:350px; height: 80px;  background-size: auto 80px;
	  image-rendering: -moz-crisp-edges; /* Firefox */
	    image-rendering: -o-crisp-edges; /* Opera */
	    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
	    image-rendering: crisp-edges;
	    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.s-logo {color: #0054a9}
.s-logo a { color: #0054a9;}
.s-logo img { display: none; }
.s-logo.sm { margin-top: 6px; }
.s-logo.sm h2 {
    font-size: 0;
    background: url(/Content/main/Base/img/logo-custom.png) no-repeat left center;
    padding: 0;
    width: 285px;
    height: 65px;
    background-size: auto 65px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
/* 站点选择 */
.select-box ul { border: 2px solid #0054a9;}
.select-box ul li:hover { color: #0054a9;}
.select-box .s-option { color: #0054a9;}
.select-box .arrow-dn { border-color: #0054a9 transparent transparent;}
/*搜索条*/
.s-form { border: 2px solid #0054a9;}
.s-form .btn-box input { background-color: #0054a9;}
.s-form.sm .btn-box input { background-color: #0054a9;}
.s-form .btn-box input:active { background-color: #004a9a;}
.s-form.sm .link-box a {line-height: 40px;}
/* 高级搜索 */
.row .label em { color: #0054a9; }
.row .btn button { background: #0054a9; outline:none}
.row .btn button:active {background-color: #004a9a; }
/*搜索结果*/
.s-tab li.current a { border-bottom: 3px solid #0054a9;}
.s-assortment .group.current h3 { border-left-color: #0054a9; color: #0054a9;}
.s-result .nodename{background-color: #0054a9;}

.s-form .input-box input { width: 350px; }

/* 频繁搜索 */
.modal .btn { background-color: #0054a9; }
/* 搜索帮助页 */
.s-help-sidebar li.current a { color: #0054a9; border-left-color: #0054a9;}
.s-help-container .tab-panel h4 {color: #0054a9;}

/* 检索首页 */
#selectList { width: 516px; padding: 10px 0; }
.select-box .s-option { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.select-box ul li { width: 150px; line-height: 24px;}

/* 会员中心------------------------------------------------- */
.header .logo { color: #0054a9; padding-left: 0; background: url(/Content/main/Base/img/logo-custom.png) no-repeat left center; font-size: 0; width:350px; height: 80px;  background-size: auto 80px;}
/* 注册登录 */
.top-info { border-color: #0054a9; color: #0054a9; }
.login-tip .registerlink a { color: #0054a9; }
#login-box .hd .on { border-color: #0054a9;  }
#login-box .hd .on a { color: #0054a9; }
.login-panel .btn-primary{background: #0054a9; outline:none}
.login-panel .btn-primary:hover{background: #004a9a;}


/* 个性化首页底部样式 */
.myHomePage #footer{text-align: center; background-color: #0054a9;}
.myHomePage #footer .pics{top: 0px}
.myHomePage .box .hd h3 { color: #0054a9; border-color: #0054a9; }
.myHomePage .SubscriptionColumn .cHd h3 { border-color: #0054a9; }
.myHomePage .logoBar .logo { padding-left: 0; height: 65px; background: url(/Content/main/Base/img/logo-custom.png) no-repeat left center;  background-size: auto 65px; font-size: 0; width: 285px; margin-top: 20px;}
.myHomePage #sideMenu .menuList li.on a { background-color: #0054a9; }



/* .s-footer */
.s-footer { background-color: #f5f5f5; padding: 20px 0; }