@charset "utf-8";
/**
 * LSS
 * @date    2016-06-16 11:07:55
 */
/*header start*/
.home-header{
    background: white;
}
.home-header-top{
    width: 100%;
    background: #ed6565;
    height: 30px;
    line-height: 30px;
}
.home-header-top ul{
    position: absolute;
    z-index: 9;
    top: 35px;
    left: 175px;
    min-width: 100px;
    background: white;
    border-radius: 16px;
    padding: 10px 0;
    display: none;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #eee;
}
.home-header-top ul li{
    line-height: 36px;
}
.home-header-top ul li a{
    color: #666;
    display: block;
    padding: 0 20px;
}
.home-header-top ul li a:hover{
    background: #eee;
}
.home-header-top-cont{
    width: 1200px;
    margin: 0 auto;
}
.home-header-top-cont i{
    background: url("../images/spriteIcon.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.home-header-top-cont .home-icon{
    background-position: -147px 0;
}
.home-header-top .library-icon{
    background-position: -133px -32px;
}
.home-header-top .mall-icon{
    width: 17px;
    background-position: -236px -335px;
}
.home-header-top .mark-icon{
    width: 16px;
    background-position: -236px -350px;
}
.home-header-top .library:after{
    content: '';
    width: 12px;
    height: 6px;
    background: url("../images/spriteIcon.png") no-repeat -150px -21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    filter: grayscale(100%) brightness(1000%);
}
.home-header-top .exposure-icon{
    background-position: -115px -32px;
}
.home-header-top-cont .mine-icon{
    background-position: -98px 0;
}
.home-header-top-cont .help-icon{
    background-position: -115px 0;
}
.home-header-top-cont .pocket-icon{
    background-position: -132px 0;
}
.home-header-top-cont .inquiry-icon{
    background-position: -199px -25px;
}
.home-header-top-cont .purchase-icon{
    background-position: -220px -25px;
}
.home-header-top-cont span{
    font-size: 12px;
    color: #fff;
}
.home-header-top-cont span a{
    color: #fff;
    font-size: 12px;
}
.home-header-top #headerMenuGroup{
    position: relative;
    float: right;
    margin-right: 0;
    display: block;
}
.home-header-top #headerMenuGroup>a{
    margin-left: 50px;
}
.home-header-top #headerMenuGroup .post-inquiry{
    position: relative;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #ed6565;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.home-header-main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 116px;
}
.home-header-logo{
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.home-header-search{
    float: left;
}
.home-header-searchBox{
    border: 1px solid #bfbfbf;
    width: 610px;
    height: 29px;
    padding: 7px 0;
    line-height: 29px;
    margin: 26px 0 0 35px;
    position: relative;
}
.home-header-searchBox.active{
    border: 1px solid #ed6565;
}
.home-header-searchBox ul{
    width: 105px;
    position: absolute;
    border: 1px solid #ed6565;
    left: -1px;
    top: 43px;
    background: white;
    font-size: 14px;
    color: #666;
    display: none;
    z-index: 9;
    padding: 5px 0;
}
.home-header-searchBox ul li{
    padding: 0 13px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}
.home-header-searchBox ul li:hover{
    background: #f1f5f8;
    color: #ed6565;
}
.home-header-searchBox span{
    display: block;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #bfbfbf;
    width: 65px;
    font-size: 14px;
    color: #666;
    position: relative;
    cursor: pointer;
}
.home-header-searchBox span i{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 12px;
}
.home-header-searchBox span i.active{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #ed6565;
    border-top: none;
    right: 15px;
    top: 12px;
}
.home-header-searchBox input{
    height: 29px;
    border: none !important;
    width: 430px;
    margin-left: 10px;
    outline: none;
    display: block;
    float: left;
}
.home-header-searchBtn{
    width: 60px;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 3;
    right: -1px;
    top: -1px;
    background: #ed6565;
}
.home-header-searchBtn i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../images/spriteIcon.png") no-repeat -165px 0;
    margin: 10px 0 0 18px;
}
.home-header-input{
    border: none!important;
}
.home-header-hotSearch{
    font-size: 12px;
    margin: 7px 0 0 35px;
    line-height: 20px;
}
.home-header-hotSearch span{
    color: #999;
    float: left;
}
.home-header-hotSearch a{
    background: #e6e6e6;
    padding: 0 8px;
    color: #999;
    margin-left: 10px;
    float: left;
    overflow: hidden;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-header-hotSearch a:hover{
    color: #d84e4e;
}
.home-header-code{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #999;
    position: absolute;
    top: 18px;
    right: 0;
}
.home-header-code img{
    display: block;
    margin: 0 auto;
}
.public-header-menu{
    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #F2F2F2;
}
.public-header-menu a.active {
    color: #ed6565;
}
.public-header-menu a:hover {
    color: #d84e4e;
}
.public-header-menu a {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.public-header-menu .network{
    position: relative;
}
.public-header-menu .network:after {
    content: '';
    width: 21px;
    height: 25px;
    background: url("../images/HOT_red.png") no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
}
.public-header-menu a.on{
    color: #ed6565;
}
/*header end*/
/*footer*/
.footer {
    background: #4e4e4e;
    width:100%;
}
.footer_content dl {
    width: 14%;
    float: left;
    margin-top: 70px;
    border-right: 1px solid #8c8c8c;
    margin-left: 30px;
    margin-right:25px;
}
.footer_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_content a {
    color: #fff;
}
.s_qrcode{
	float:right;
	margin-right:30px;
	color:#fff;
	line-height: 24px;
	width: 258px;
	text-align:center;
	margin-top:70px;
	font-size:14px;
}
.s_qrcode p {
    float: left;
    color:#fff;
}
.mr_40{margin-right:40px;}
/*page分页*/
.page_default {
    color: #333;
    border: 1px solid #d2d2d2;
    border-radius:3px;
}
.pageNO {
    margin: 0 1px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    border-radius:3px;
    background: white;
}
.pageNO a{
	cursor: pointer;
}
.page_selected {
    background-color: #ed6565;
    color: #fff;
    border: 1px solid #ed6565;
}
#btnSearchPage.page_selected {
    color: #666;
    border: 1px solid #DCDCDC;
    background: #F8F8F8;
}