﻿*{
	padding: 0;
	margin: 0;
}
body{
	font-size:14px;
	font-family:"宋体",Arial,Verdana,sans-serif;
	color: #333;
    background: #fff;
    line-height:26px;
}
ul li, ol li{
	list-style: none;
}
img, input{
	border: none;
}
a{
	color: #333;
	text-decoration: none;
    outline: none;
}
a:hover{
    color:#0f2a59;
	text-decoration: none;
}
.clear{
	clear:both;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.baokan_wrapper{
	width: 960px;
	margin: 0 auto;
}
.mt12{
    margin-top: 12px;
}
.baokan_fl{
	float: left;
}
.baokan_fr{
	float: right;
}


/*公共导航部分*/
.miny {
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 12px;
    width: 100%;
}
.mininav {
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.mininav .back_to_index {
    font-size: 12px;
    left: 10px;
    letter-spacing: 1px;
    position: absolute;
    top: 14px;
}
.mininav .mysearch {
    height: 23px;
    left: 400px;
    position: absolute;
    top: 9px;
    width: 237px;
}
.mininav .mysearch #tags {
    background: url(../images/index.png) -32px -111px no-repeat;
    color: #b8b8b8;
    float: left;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding-left: 22px;
    width: 190px;
}
.mininav .mysearch #buttongo {
    background: url(../images/index.png) -244px -111px no-repeat;
    cursor: pointer;
    float: left;
    height: 23px;
    overflow: hidden;
    width: 25px;
}
.mininav .woyaotougao {
    background: url("../images/index.png") -32px -69px no-repeat;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}
.mininav .woyaotougao a {
    display: block;
    height: 11px;
    padding: 14px 40px 12px 82px;
    text-indent: -9999em;
    width: 48px;
}

/*logo + 广告*/
.baokan_top {
    height: 120px;
    margin: 0 auto;
    width: 960px;
}
.baokan_top .baokan_logo {
    float: left;
    height: 120px;
    width: 356px;
    position: relative;
}
.baokan_top .baokan_logo a.logo1{
    position: absolute;
    left: 2px;
    top: 20px;
    width: 162px;
    height: 76px;
}
.baokan_top .baokan_logo a.logo2{
    position: absolute;
    left: 196px;
    top: 51px;
    width: 134px;
    height: 40px;
}
.baokan_top .baokan_logo span.line{
    position: absolute;
    left: 179px;
    top: 42px;
    width: 1px;
    height: 53px;
}
.baokan_top .baokan_ad {
    float: right;
    height: 90px;
    margin: 15px 4px 0 0;
    width: 574px;
}


/*内报内刊导航*/
.bk_nav {
    height: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    width: 100%;
    background: #0c5395;
}
.bk_nav ul {
    height: 32px;
    margin: 0 auto;
    width: 960px;
}
.bk_nav ul li {
    color: #14326c;
    float: left;
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0 34px;
}
.bk_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.bk_nav ul li a:hover,.bk_nav ul li a.active {
    color: #ff0;
    text-decoration: none;
}
.bk_nav ul li:last-child {
    margin-right: 9px;
}
.bk_nav ul li:first-child {
    margin-left: 9px;
}


/*内报内刊 内页*/
.bk_left{
    width: 620px;
    float: left;
}
.bk_right{
    float: right;
    width: 300px;
}
.bk_left .leftnav {
    border-bottom: 3px solid #346699;
    font-family: "微软雅黑";
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 2px 0 0 2px;
    font-weight: normal;
}
.bk_left .leftnav span {
    color: #333;
    float: right;
    font-size: 14px;
    padding-right: 9px;
}
.bk_left dl{
    padding: 22px 0 0 0;
}
.bk_left dl dt{
    float: left;
    width: 72px;
}
.bk_left dl dt img{
    width: 72px;
    height: 72px;
    border-radius: 100%;
}
.bk_left dl dd{
    float: right;
    width: 536px;
    padding-bottom: 30px;
}
.bk_left dl dd h3{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #1f5a99;
}
.bk_left dl dd h3 span{
    float: right;
    width: 34px;
    height: 12px;
    display: inline-block;
    background: url("../images/review-expand.png") -1px -15px no-repeat;
    border: 1px solid #fff;
    text-indent: -9999em;
}
.bk_left dl dd h3 span:hover{
    cursor: pointer;
    border:1px solid #daddd9;
}
.bk_left dl dd h4{
    height: 12px;
    font-size: 12px;
    font-weight: normal;
    padding: 14px 0 14px 0;
    color: #666;
}
.bk_left dl dd h4 span{
    float: right;
    color: #0c5395;
}
.bk_left dl dd h4 span b{
    width: 55px;
    height: 12px;
    display: inline-block;
    background: url("../images/midstars.png") 0px -60px no-repeat;
}
.bk_left dl dd h4 span b.st1{
    background: url("../images/midstars.png") 0px -48px no-repeat;
}
.bk_left dl dd h4 span b.st2{
    background: url("../images/midstars.png") 0px -36px no-repeat;
}
.bk_left dl dd h4 span b.st3{
    background: url("../images/midstars.png") 0px -24px no-repeat;
}
.bk_left dl dd h4 span b.st4{
    background: url("../images/midstars.png") 0px -12px no-repeat;
}
.bk_left dl dd h4 span b.st5{
    background: url("../images/midstars.png") 0px 0px no-repeat;
}
.bk_left dl dd h4 em{
    padding-right: 10px;
    font-style: normal;
}
.bk_left dl dd p{
    font-size: 14px;
    line-height: 28px;
}
.bk_left dl dd div{
    display: none;
}
.bk_left dl dd div p{
    text-indent: 2em;
    margin-bottom: 16px;
}
.bk_left .clear{
    height: 1px;
    line-height: 0;
    font-size: 12px;
     border-bottom: 1px dotted #bbb;
}


.bk_right .bz-brand{
    width: 300px;
    height: 586px;
    position: relative;
    z-index: 10;
}
.bk_right h3{
    background: #f5f5f5;
    height: 30px;
    line-height: 30px;
    border-top: 2px solid #4c4c4c;
    padding-left: 6px;
    font-size: 14px;
    font-family: "微软雅黑";
}
.tempWrap{
    width: 300px;
    overflow: hidden;
    position: relative;
}
.fCl-slide{
    width: 900px;
    left: 0;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.fCl-slide li{
    float: left;
    width: 300px;
    height: 554px;
    overflow: hidden;
}
.fCl-slide li dl{
    width: 300;
    height: 154px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dotted #bcbcbc;
}
.fCl-slide li dl dt{
    float: left;
    width: 116px;
    height: 154px;
}
.fCl-slide li dl dt img{
     border:1px solid #c1c0c1;
}
.fCl-slide li dl dd{
    float: right;
    width: 172px;
    height: 154px;
}
.fCl-slide li dl dd h3{
    font-weight: normal;
    font-size: 14px;
    border:none;
    background: none;
    height: 14px;
    line-height: 14px;
    padding:0;
}
.fCl-slide li dl dd h4{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}
.bz-brand .fCl-nav {
    top: 5px;
    right: 12px;
    height: 24px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    z-index: 15;
}
.bz-brand .fCl-nav li {
    color: #b2b2b2;
    cursor: pointer;
    float: left;
    font-family: Tahoma,Helvetica;
    font-size: 20px;
    margin-right: 5px;
    width: 9px;
}

.bz-brand .fCl-nav li.on {
    color: #595959;
}

/*公共底部*/
.bottom {
    background: #f5f5f5;
    border-top: 1px solid #dedede;
    height: 120px;
    margin-top: 72px;
    padding-top: 16px;
    width: 100%;
}

.bottom p {
    color: #666;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}
.bottom p span {
    padding: 0 8px;
}


/*中国建筑*/
.columnav {
    border-bottom: 3px solid #346699;
    font-family: "微软雅黑";
    font-size: 24px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 4px;
    overflow: hidden;
    padding:0 0 0 2px;
}
.book_demo{
    margin: 0 -14px;
    padding: 0 5px;
    width: 978px;
}
.book_demo ul li {
    float: left;
    height: 216px;
    margin: 20px 14px 0;
    width: 135px;
    line-height: 0;
}
.book_demo ul li img{
    width: 133px;
    height: 178px;
    border: 1px solid #c1c0c1;
}
.book_demo ul li p{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    font-family: arial "宋体";
}
.book_demo ul li p span{
    padding-left: 10px;
}


/*在线评选*/
.bk_left .pingxuan{
    width: 100%;
    height: 56px;
    background: #eff3f8;
}
.bk_left .pingxuan h3{
    height: 36px;
    line-height: 36px;
    padding: 8px 0 12px 10px;
}
.bk_left .pingxuan em{
    background: url("../images/bk_line.png") 0 0 no-repeat;
    margin: 12px 12px 0;
    width: 21px;
    height: 13px;
    display: inline-block;
}
.bk_left .pingxuan h3 a{
    width: 129px;
    height: 36px;
    display: inline-block;
    text-indent: -9999em;
    background: url("../images/pingxuan.png");
}
.bk_left .pingxuan h3 a.bk_zj{
    background-position: 0 0;
}
.bk_left .pingxuan h3 a.bk_vote{
    background-position: 0 -36px;
}
.bk_left .pingxuan span{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}
.bk_left .leftlist {
    padding: 18px 10px 0 2px;
}

.bk_left .leftlist li {
    font-size: 14px;
    line-height: 32px;
    font-family: "宋体";
}
.bk_left .leftlist li span {
    float: right;
}
.bk_left .leftlist li em {
    float: right;
    font-style: normal;
    text-align: left;
    width: 130px;
    padding-right: 60px;
}
.bk_right .tonglian dl{
    width: 292px;
    height: 82px;
    overflow: hidden;
    margin-top: 18px;
    padding: 0 4px;
}
.bk_right .tonglian dl dt{
    float: left;
    width: 110px;
    height: 82px;
}
.bk_right .tonglian dl dd{
    float: right;
    width: 172px;
    height: 74px;
    line-height: 20px;
    color: #252525;
    padding-top: 8px;
}
.bk_right .tonglian ul{
    padding:10px 0 20px 0;
}
.bk_right .tonglian ul li{
    line-height: 30px;
}

.bk_right .bk_magizine dl {
    border-bottom: 1px solid #e5e5e5;
    height: 170px;
    padding: 10px;
    width: 260px;
}
.bk_right .bk_magizine dl dt{
    float: left;
    height: 160px;
    width: 121px;
}
.bk_right .bk_magizine dl dd{
    float: right;
    height: 160px;
    width: 128px;
}
.bk_right .bk_magizine dl dd h4 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 32px;
}
.bk_right .bk_magizine dl dd h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 10px;
    font-family: "宋体";
}
.bk_right .bk_magizine dl dd h6 a {
    background: #00956d;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
    text-align: center;
    width: 50px;
}
.bk_right .bk_magizine dl dd h6 a.revise {
    background: #346699;
    margin-left: 4px;
}

.bk_right .bk_magizine ul {
    padding-top: 10px;
}
.bk_right .bk_magizine ul li {
    line-height: 32px;
    padding-left: 6px;
}


/*新刊速递*/
.book_sudi ul li{
    float: left;
    width: 142px;
    height: 192px;
    background:#f5f5f5;
    margin: 0 10px 18px;
    display: block;
    line-height: 0;
}
.book_sudi .sudi_bk{
    width: 466px;
    overflow: hidden;
    float: left;
}
.book_sudi .sudi_magizine{
    width: 466px;
    overflow: hidden;
    float: right;
}
.book_sudi .sudi_magizine ul, .book_sudi .sudi_bk ul{
    width: 486px;
    margin: 0 -10px;
    padding-top: 24px;
}
.book_sudi ul li img{
    width: 124px;
    height: 166px;
    padding: 6px 9px 0;
}
.book_sudi ul li p{
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}
.book_sudi ul li.firstimg img{
    width: 142px;
    height: 192px;
    padding: 0;
    margin: 0;
}


/*推荐阅读*/
.bk_recommend {
    width: 300px;
    height: 196px;
    overflow: hidden;
    margin-bottom: 20px;
}
.bk_recommend ul{
    width: 300px;
    
}
.bk_recommend ul li{
    float: left;
    width: 133px;
    height: 178px;
    line-height: 0;
    margin: 0 8px;
    padding-top: 16px;
}
.bk_recommend ul li img{
    width: 133px;
    height: 178px;
    border:1px solid #c1c0c1;
}
.bk_recommend ul li p{
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}
.bk_dianping ul li{
    width: 100%;
    margin-bottom: 9px;	
}
.bk_dianping ul li dl{
    padding-top: 13px;
    clear: both;
    height: 76px;
}
.bk_dianping ul li dl dt{
    width: 76px;
    height: 76px;
    float: left;
}
.bk_dianping ul li dl dd{
    float: right;
    width: 210px;
    height: 58px;
    padding-top: 18px;
    line-height: 24px;
    color: #1c4787;
}
.bk_dianping ul li h5{
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    padding-top:8px;
    color: #666;
}


/*通联会*/
.bk_right .jy{
    height: 392px;
    margin-bottom: 30px;
}
.jy .fCl-slide{
    width: 300px;
}
.jy .fCl-slide li{
    height: 360px;
}
.jy .fCl-slide li dl{
    height: 30px;
    margin-top: 15px;
    padding: 0;
    border-bottom: none;
}
.jy .fCl-slide li dl dt{
    float: left;
    width: 82px;
    height: 30px;
}
.jy .fCl-slide li dl dd{
    float: right;
    width: 190px;
    height: 30px;
}
.jy .fCl-slide li dl dd h3{
    height: 30px;
    line-height: 30px;
}

.bk_left .slideBox{ 
    width:620px; 
    height:230px; 
    overflow:hidden; 
    position:relative; 
    margin-top: 16px;
}
.slideBox .hd{ 
    height:15px; 
    overflow:hidden; 
    position:absolute; 
    right:5px; 
    bottom:5px; 
    z-index:1; 
}
.slideBox .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    float:left;
}
.slideBox .hd ul li{ 
    float:left; 
    margin-right:2px;  
    width:15px; 
    height:15px; 
    line-height:14px; 
    text-align:center; 
    background:#fff; 
    cursor:pointer; 
}
.slideBox .hd ul li.on{ 
    background:#f00; 
    color:#fff; 
}
.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;
}
.slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
.slideBox .bd img{ 
    width:620px; 
    height:230px; 
    display:block;
}
.slideBox .prev, .slideBox .next{ 
    position:absolute; 
    left:1%; 
    top:50%; 
    margin-top:-25px;
    display:block; 
    width:32px; 
    height:40px; 
    background:url(../images/slider-arrow.png) -110px 5px no-repeat; 
    filter:alpha(opacity=0);
    opacity:0;
}
.slideBox .next{ 
    left:auto; 
    right:1%; 
    background-position:8px 5px;
}
.slideBox:hover .prev, .slideBox:hover .next{ 
    filter:alpha(opacity=100);
    opacity:1;
}
.slideBox .prevStop{ 
    display:none;
}
.slideBox .nextStop{
    display:none;
}
.slideBox .bd .tempWrap{
    width: 620px;
}


/*报刊展示详情页*/
.bk_info dl dd h3{
    color: #a40000;
}
.bk_info dl dd h4 span{
    float: none;
    margin-left: 12px;
}
.bk_info .phototext{
    margin: 12px 22px 0 7px;
}
.phototext .phototext_l{
    float: left;
    width: 133px;
}
.phototext .phototext_l img{
    border:1px solid #c1c0c1;
}
.phototext .phototext_r{
    float: right;
    width: 437px;
    font-size: 14px;
}
.phototext_r .info_l{
    float: left;
    width: 330px;
    height: 75px;
    color: #1f5a99;
}
.phototext_r .info_l p{
    line-height: 24px;
}
.phototext_r .info_r{
    float: right;
    width: 107px;
    height: 75px;
}
.info_r h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    background: #e4e4e4;
    letter-spacing: 1px;
}
.info_r h3 a{
    color: #f90000;
}
.info_r span{
    height: 14px;
    line-height: 14px;
    margin: 5px 0 12px 0;
    display: inline-block;
}
.info_r span b{
    background: url("../images/rank.png") no-repeat 0 -70px;
    display: inline-block;
    height: 14px;
    width: 75px;
    margin-right: 9px;
}
.info_r span b.rk5{
    background-position: 0 0;
}
.info_r span b.rk4{
    background-position: 0 -14px;
}
.info_r span b.rk3{
    background-position: 0 -28px;
}
.info_r span b.rk2{
    background-position: 0 -42px;
}
.info_r span b.rk1{
    background-position: 0 -56px;
}
.info_r h4{
    font-weight: normal;
    font-size: 12px;
}
.info_r h4 span{
    color: #3377aa;
    margin: 0;
    height: auto;
}
.info_r h4 span em{
    font-size: 14px;
}
.cleaner{
    clear: both;
}
h3.info_list_title{
    width: 75px;
    height: 25px;
    background: #1f5a99;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: relative;
}
h3.info_list_title .baopic{
    position: absolute;
    left: 12px;
    top: 25px;
    width: 10px;
    height: 10px;
    background: url("../images/weilei.png");
}
.phototext_r ul {
    margin-top: 12px;
}
.phototext_r ul li{
    line-height: 22px;
    font-size: 12px;
    color: #666;
}
.phototext_r ul li span{
    float: right;
    width: 106px;   
}
.phototext_r ul li a{
    color: #666;
}
.phototext_r ul li a:hover{
    color: #1f5a99;
    text-decoration: underline;
}
.phototext .dowrea{
    margin: 12px 0 0 0;
}
.phototext .dowrea a{
    background: url("../images/dowrea.png") 0 0 no-repeat;
    padding-left: 22px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.phototext .dowrea a.rea{
    background: url("../images/dowrea.png") 0 -36px no-repeat;
}
.bk_info .gomark{
    width: 100%;
    height: 23px;
    margin-top: 32px;
}
.gomark .mark_l{
    float: left;
    width: 64px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #1f5a99;
    color: #1f5a99;
}
.gomark .mark_r{
    float: right;
    width: 556px;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #cdcdcd;
    text-align: right;
    font-size: 12px;
    background: url("../images/mark.png") 482px 0 no-repeat;
}
.mark_r a{
    color: #2f2f2f;
}
.mark_r a:hover{
    color: #1f5a99;
    text-decoration: underline;
}

/*报刊展示*/
.bk_left table{
    border-collapse: collapse;
    margin-top: 8px;
}
.bk_left table tr  th{
    background: #f5f5f5;
    border-top: 1px solid #4c4c4c;
    height: 32px;
    line-height: 32px;
    padding-left: 8px;

}
.bk_left table tr td{
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    text-align: center;
}
.bk_left table tr td.estd{
    line-height: 32px;
    height: 32px;
    padding-bottom: 30px;
    background: url(../images/lilinebg.gif) 0 48px no-repeat;
}

/*下拉表单*/
.bk_left fieldset{
    background: #266dba;
    padding: 0 10px;
    height: 88px;
    position: relative;
}
fieldset, label{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
select, .dropdown{ 
    margin-top: 8px;
    display: inline-block;
    font-family: 'Helvetica Neue', arial, sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
.dropdown{
    margin-right: 8px;
}
.dropdown,.dropdown div,.dropdown li,.dropdown div::after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.dropdown .selected::after,.dropdown.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}
.dropdown{
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.dropdown.open{
    z-index: 2;
}
.dropdown:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.dropdown.focus{
    box-shadow: 0 0 5px rgba(51,102,248,.4);
}
.dropdown .carat{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000;
}
.dropdown.open .carat{
    margin-top: -10px;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #000;
}

.dropdown.disabled .carat{
    border-top-color: #999;
}
.dropdown .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.dropdown select{
    position: absolute;
    left: 0px;
    top: 0px;
}
.dropdown.touch .old{
    width: 100%;
    height: 100%;
}
.dropdown.touch select{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dropdown .selected,.dropdown li{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 6px 6px;
    overflow: hidden;
    white-space: nowrap;
    font-family: "微软雅黑";
}
.dropdown.disabled .selected{
    color: #999;
}
.dropdown .selected::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: inset -55px 0 25px -20px #fff;
}
.dropdown div{
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open div{
    opacity: 1;
    z-index: 2;
}
.dropdown.scrollable div::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    
    box-shadow: inset 0 -50px 30px -35px #fff;
}
.dropdown.scrollable.bottom1 div::after{
    opacity: 0;
}
.dropdown ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.dropdown.scrollable.open ul{
    overflow-y: auto;
}
.dropdown li{
    list-style: none;
    padding: 8px 12px;
}
.dropdown li.focus{
    background: #d24a67;
    position: relative;
    z-index: 3;
    color: #fff;
}
.dropdown li.active{
    font-weight: 700;
}

.bk_left fieldset .keywords_inp{
    position: absolute;
    width: 160px;
    padding-left: 6px;
    height: 26px;
    right: 12px;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "微软雅黑";
}
.bk_left fieldset .button_sub{
    position: absolute;
    width: 80px;
    height: 28px;
    right: 100px;
    top: 47px;
    border-radius: 3px;
    font-family: "微软雅黑";
    background: #e44246;
    color: #fff;
}
.bk_left fieldset .button_sub:hover{
    cursor: pointer;
    background: #c52226;
    color: #ff0;
    box-shadow: 2px 2px 5px #db3034 inset;
    transition:.1s;
}

/*首页*/
h2.com_h a, h2.com_h{
    font-family:"微软雅黑";
    font-size:18px;
    color:#14326c;
    font-weight:normal;
}
h2.com_h a:hover{
    font-weight: normal;
}
h2.com_h span{
    font-family:Arial;
    font-size:13px;
    margin-left:10px;
}
.com1{
    width:960px;
    height:330px;
    margin:0 auto;
}
    
.com1_l{
    height:330px;
    width:720px;
}
.com1_ltz{
    width:300px;
    height:330px;
   
    position: relative;
}
.com1_ltz h3.bt{
    background:url(../images/sline.gif) left bottom no-repeat;
    height:30px;
    line-height: 30px;
    font-family:"微软雅黑";
    font-size:18px;
    color:#14326c; 
}
.bt span {
    font-family: Arial;
    font-size: 13px;
    margin-left: 10px;
}
.com1_ltz h3 a{
    color:#14326c;
    font-weight: normal;
}
.com1_ltz ul{
    padding: 6px 0 0 0;
}
.com1_ltz ul li{
    line-height: 36px;
}
.com1_ltz ul li span{
    color:#dd2a1b;
    font-weight: bold;
}
.com1_lzj{
    width:400px;
    height:330px;
}
.com1_lzj .biaot{
    background: url("../images/sline.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #14326c;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.com1_lzj ul{
    padding: 6px 0 0px 0px;
}
.com1_lzj ul li{
    line-height:36px;
}
    
.com1_r{
    height:328px;
    width:218px;
    border: 1px solid #ddd;
}
.com1_r .btr{
    height:36px;
    line-height: 36px;
    width:206px;
    padding-left: 12px;
}
.com1_r ul{
    padding: 0 3px;
}
.com1_r ul li{
    float:left;
    display: block;
    height:136px;
    line-height: 0;
    margin:5px 10px 5px;
    width: 86px;
}
.com1_r ul li img{
    width: 86px!important;
    height: 114px;
	border: 1px solid #ddd;
}
.com1_r ul li p{
    height:22px;
    line-height:22px;
    font-size:12px;
    text-align:center;
}
.com1_r ul li a:hover{
    color:#14326c;
}

/*主题2*/
.com2{
    width:960px;
    height:320px;
    margin:0 auto;
}
.com2_l{
    width:720px;
}
.com2_l .tlh{
    width:300px;
}
.com2_l .tlh_h2{
    background: url("../images/sline.gif") no-repeat left bottom;
    color: #14326c;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.com2_l .tlh h4 a{
    font-family:"宋体";
    font-size:14px;
    color:#1c4787;
    height:20px;
    line-height:20px;
}
.com2_l .tlh dl{
    width:300px;
    height:72px;
    overflow:hidden;
    margin: 12px 0 0 0;
}
.com2_l .tlh dl dt{
    float:left;
    width:108px;
    height:72px;
    overflow:hidden;
}
.com2_l .tlh dl dt img{
    width: 108px!important;
    height: 72px!important;
}
.com2_l .tlh dl dd{
    float:right;
    width:184px;
    height:72px;
}
.com2_l .tlh dl dd p{
    font-family:"宋体";
    font-size:12px;
    line-height:18px;
    color: #999;
}
.com2_l .tlh dl dd p a{
    color:#8c8c8c;
}
.com2_l .tlh dl dd p a:hover{
    font-weight:normal;
}
.com2_l .tlh ul{
    padding:10px 0px 0px;
}
.com2_l .tlh ul li{
    line-height: 32px;
}
.com2_l .zjdp{
    width:400px;
}
.com2_l .zjdp_h2{
    background: url("../images/sline.gif") no-repeat left bottom;
    color: #14326c;
    font-family: "微软雅黑";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}
.com2_l .zjdp dl{
    width:400px;
    height:80px;
    margin-top: 14px;
    position: relative;
}
.com2_l .zjdp dl dt{
    float:left;
    width:60px;
    height:80px;
}
.com2_l .zjdp dl dt img{
    width: 60px!important;
    height: 60px!important;
}
.com2_l .zjdp dl dd{
    width:326px;
    height:85px;
    float:right;
    position:relative;
}
.com2_l .zjdp dl dd h4{
    font-family:"宋体";
    font-size:14px;
    color:#000;
    font-weight:normal;
}
.com2_l .zjdp dl dd h4 span{
    font-size: 12px;
    padding-left: 10px;
}
.com2_l .zjdp dl dd h4 span a{
    color: #666;
}
.com2_l .zjdp dl dd p{
    font-family:"宋体";
    font-size:12px;
    line-height:18px;
    color:#555;
}
.com2_l .zjdp dl dd p span a{
    color:#ea454a;
}

.com2_r{
    height:308px;
    width:218px;
    border: 1px solid #ddd;
}
.com2_r .zxpx{
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    width: 206px;
    border-bottom: 1px solid #ccc;
}
.com2_r .zijianxt{
    width:204px;
    height:36px;
    padding:15px 0;
    text-align:center;
}
.com2_r .zijianxt a{
    background:url(../images/zixitong.gif) no-repeat;
    display: inline-block;
    height: 36px;
    line-height:36px;
    text-align:center;
    text-indent: -9999px;
    width:129px;
}
.com2_r .zijianxt a:hover{
    background:url(../images/zixitong2.gif) no-repeat;
    height:36px;
}
.com2_r .zaixiantp{
    background:url(../images/zaixiantp.gif) no-repeat;
    display: inline-block;
    height: 36px;
    line-height:36px;
    text-align:center;
    text-indent: -9999px;
    width:129px;
}
.com2_r ul {
    padding: 66px 0px 13px 8px;
    font-size:12px;
}
.com2_r ul li {
    line-height: 26px;
    padding-left: 6px;
}

/*主题3*/
.com3{
    width:960px;
    height:414px;
    margin:10px auto;
    background:#f1f5f9;
}
    
.com3_l{
    height:414px;
    width:226px;
    background: url(../images/xiexian.gif);
}
.com3_l .zong{
    padding:0 0 0 15px;
    margin-top:50px;
}
.com3_r .baokzs{
    height:50px;
    line-height:50px;
    padding-left:29px;

}
.com3_l dl{
    width:196px;
    height:34px;
    background:#828282;
}
.com3_l dl dt{
    padding:6px 10px;
    float:left;
    width:19px;
    height:34px;
/*  line-height:34px;
    text-align:center;*/
}
.com3_l dl dd{
    height:34px;
    line-height:34px;
}
.com3_l .jians{
    width:196px;
    height:34px;
    background:#346699;
/*  padding:0;
    margin:0;*/
}
.com3_l .jians p{
    background:url(../images/tub2.png) no-repeat 10px 8px;
/*  padding:6px 10px;*/
    color:#FFF;
    height:34px;
    line-height:34px;
}

.com3_l dl dd a{
    color:#FFF;
}
.com3_l .biaodan{
    width:190px;
    height:263px;
    background:#f8f8f8;
    padding-left:6px;
    padding-top:8px;
}




.biaodan1{
    height:24px;
    line-height:24px;
    padding-top:16px;
}
.biaodan1 span{
    font-family: "微软雅黑";
    font-size:14px;
    color:#346699;
}
.biaodan1 select{
    height:24px;
    width:114px;
    background:#FFF;
    border:1px solid #c1cfde;
    color:#999;
}

.com3_l .anniu1{
    margin:20px 30px;
}

.com3_l .anniu1 a{
    background:url(../images/anniu1.gif) no-repeat;
    text-align:center;
    margin:10px 0;
    width:129px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-indent:-9999px;

}
.com3_l .anniu1 a:hover{
    background:url(../images/anniu2.gif) no-repeat;
    height:36px;
}



.com3_r{
    height:414px;
    width:720px;
}
.com3_r ul {
    margin-top:-20px;;
}
.com3_r ul li {
    display: block;
    float: left;
    height: 134px;
    line-height: 0;
    margin: 20px 12px;
    width:120px;
    text-align: center;
}
.com3_r ul li p {
    font-size: 12px;
    height: 24px;
    line-height: 24px;

}
.com3_r ul li a:hover {
    color: #14326c;
}


/*评论*/
.quiz{
    border:1px solid #cdcdcd;
    /*height:280px;*/
    width:618px;
    margin: 10px auto 0;
    display: none;
}
.quiz i{
    width: 1em;
    display: inline-block;
}
.quiz h3{
    height:36px;
    line-height:36px;
    border-bottom:solid 1px #e8e8e8;
    padding-left: 280px;
    background:#f8f8f8;
    font-size:14px;
    color:#1f5a99;
    position:relative;
}
.quiz h3 span{
    float: right;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    padding-right: 8px;
}
.quiz h3 span b{
    color: #a40000;
}
.quiz_content{
    padding: 5px 14px 0 14px;
    position:relative;
    /*height:192px;*/
    min-height: 192px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}
.info{
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #fff;
}
.info .btm, .info .mark{
    width:60px;
    height:24px;
    border: none;
    background: #379be9;
    cursor:pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.info .btm:hover, .info .mark:hover{
    box-shadow: 2px 2px 2px #aaa;
}
.info .mark{
    display: none;
}
.info .photo{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 6px;
    top: 8px;
    display: none;
}
.info .photo img{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.info span{
    padding-left: 30px;
    color: #1f5a99;
    
}
.info span em{
    padding-left: 12px;
    font-style: normal;
    color: #999;
}
.quiz_content .l_title{
    width: 590px;
    height: 26px;
    margin-top: 9px;
}
.quiz_content .l_title .t_l{
    float: left;
    width:58px;
    height: 26px;
    padding-left: 2px;
}
.quiz_content .l_title .t_r{
    float: left;
    width: 524px;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    border:solid 1px #ccc;
}
.quiz_content .l_text{
    width: 590px;
    /*height:111px;*/
    min-height: 111px;
    margin-top: 9px;
}
.quiz_content .l_text .m_flo{
    float:left;
    width:58px;
    /*height: 111px;*/
    padding-left: 2px;
}
.quiz_content .l_text .text{
    float: right;
    width:518px;
    /*height:99px;*/
    min-height: 99px;
    padding: 5px;
    border:solid 1px #ccc;
    font-size: 14px;
    line-height: 24px;
    resize: none;
}
/*goods-comm-stars style*/
.goods-comm{
    height:26px;
    position:relative;
    z-index:7;
}
.goods-comm-stars{
    line-height:26px;
    height:26px;
    position:absolute;
    top:0px;
    left:0;
    width: 590px;
}
.goods-comm-stars .star_l{
    float:left;
    display:inline;
}
.goods-comm-stars .star_choose{
    float:left;
    display:inline-block;
}
/* rater star */
.rater-star{
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
    background-repeat:repeat-x;
    background-position:left top;
    float:left;
}
.rater-star-item, .rater-star-item-current, .rater-star-item-hover{
    position:absolute;
    top:0;
    left:0;
    background-repeat:repeat-x;
}
.rater-star-item{
    background-position: -100% -100%;
}
.rater-star-item-hover, .rater-star-item-current{
    background-position:0 -26px;
    cursor:pointer;
}
.rater-star-item-current.rater-star-happy, .rater-star-item-hover.rater-star-happy, .rater-star-item-current.rater-star-full{
    background-position:0 -26px;
}
/* popinfo */
.popinfo{
    display:none;
    width:192px;
    background:url(../images/comment/infobox-bg.gif) no-repeat;
    padding-top:8px;
    margin-left:-14px;
    position:absolute;
    top:30px;
}
.popinfo .info-box{
    border:1px solid #f00;
    border-top:0;
    padding:0 5px;
    color:#F60;
    background: #fff;
}
.popinfo .info-box div{
    color:#333;
}
.cur.rater-star-item-tips{
    display:block;
}   
.rater-star-result{
    color:#FF6600;
    font-weight:bold;
    padding-left:10px;
    float:left;
}

.bottom {
    background: none repeat scroll 0 0 #f5f5f5;
    border-top: 1px solid #dedede;
    height: 120px;
    margin-top: 6px;
    padding-top: 16px;
    width: 100%;
}
.bottom p {
    color: #666;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}
.bottom p span {
    padding: 0 8px;
}

/*登录*/
.mask {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#LoginBox {
    background: white none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 2px 5px #c8c8c8;
    display: none;
    height: 236px;
    left: 350px;
    position: absolute;
    top: 560px;
    width: 380px;
    z-index: 10000;
}

.row1 {
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin-bottom: 8px;
    padding: 0 20px;
}

.row {
    color: #444;
    font-family: Microsoft YaHei;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

.close_btn {
    color: #999;
    float: right;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: none;
}

.inputBox {
	border: 1px solid #c3c3c3;
	padding: 1px 3px 6px 3px;
	border-radius: 5px;
	margin-left: 5px;
}

#txtName {
	height: 27px;
	width: 230px;
	border: none;
}

#txtPwd {
	height: 27px;
	width: 230px;
	border: none;
}

#loginbtn {
    background: #4490f7 none repeat scroll 0 0;
    border-radius: 5px;
    color: White;
    margin-left: 100px;
    margin-top: 60px;
    opacity: 0.8;
    padding: 10px 50px;
    text-decoration: none;
}

#example {
	position: fixed;
	left: 390px;
	top: 30px;
	color: White;
	background: #4490f7;
	text-decoration: none;
	padding: 10px 95px;
	margin-left: 87px;
	margin-top: 40px;
	border-radius: 5px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.warning {
	float: right;
	color: Red;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	display: none;
}




#get_more
{
  
     width:100%;height:36px;
     display:block;
     margin:20px auto;
     background:#eee;
     color:#252525;
     text-align:center;
     line-height:36px;
     cursor:pointer;
}

.more_loader_spinner {
    background: rgba(0, 0, 0, 0) url("/templets/images/loader.gif") no-repeat scroll 0 0;
    height: 48px;
    margin: 10px auto;
    width: 48px;
}
#load_more_loading
{
     display:none;
}
#GradeStar
{
     margin-left:-10px;
}


.com3_r ul li img {
    border: 1px solid #c1c0c1;
}
div.biaodan1 form select{margin-top:0px;}