body{
	min-width:320px;
	color:#323232;
	font-family: 'Microsoft YaHei';
}

img{
  max-width:100%;
}
.content{
	background:#fcfcfc;
}
.background{
	background:#f3f1f2
}
a:focus{
	color:#820013!important;
	background-color:none!important;
	text-decoration: none;
}
a{
	text-decoration: none;
	color:#323232;
}
a:hover{
	text-decoration: none;
	color:#820013;
}
.nav>li>a:focus, .nav>li>a:hover{
	
}

h1{
	font-weight:bold;
	font-size: 24px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left:0;
	padding-right:0;
}
.nav-icon{
	background: #700005;
    border-bottom: 0px solid #600000;
    line-height: 32px;
    padding-left: 6px;
    padding-right: 6px;
    display: none;
}
.nav-icon .navbar-toggle{
	float: none; 
    padding:0;
}
.nav-icon .navbar-toggle span{
	background: #fff;
}
.header_top{
	/* background: #90000a; */
	background-image:url(../images/bg.png);
	background-size:cover;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	
	padding:10px 0;
}
.header_top .header_top_logo{
	background-image: url('../images/logo.png');
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	width:110px;
	height: 110px;
	margin-right:15px;
	display: inline-block;

}
.header_top .header_top_title{
	display: inline-block;
	vertical-align: middle;
}
.header_top .header_top_login {
	padding:15px 0;
}
.header_top .header_top_login a{
	color:#fff;
}
.header_top .header_top_search{
     margin: 10px 0;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 4px 10px;
}
.header_top .header_top_search input,
.header_top .header_top_search input:focus{
	background: transparent;
	border:none;
	outline:none;
}
.category-nav li.navbar-right{
	display: none;
}

.category-nav li {
	padding: 10px 16px;
}
.category-nav li:last-child:hover a {
    border-bottom: none;
    color: #820013;
    background-color: #fff;
}
.category-nav li.navbar-right{
	position: relative;
}
.category-nav li.navbar-right span{
	cursor: pointer;
}
.category-nav li.navbar-right .navbar-serch_drop{
	display: none;
	position: absolute;
    z-index: 99;
    right: 0;
    top: 100%;
    padding: 2px 4px;
    background: #90000a;
        width: 170px;
    border-radius: 4px;
}
.category-nav li.navbar-right .navbar-serch_drop input{
	width: 140px;
    height: 20px;
}
.category-nav li.navbar-right .navbar-serch_drop span{
	color:#fff;
}
.category-nav span.v-line {
    height: 18px;
    float: left;
    width: 1px;
    border: 1px solid #555;
    margin-top: 12px;
}
.category-nav li.dropactive a{
    border-bottom: 2px solid #820013;
    color: #820013;
    cursor: default;
    background-color: rgba(255,255,255,0.9);
}

.category-nav ul.dropdown-menu a{
    border-bottom: 1px solid #a6a6a6;
    color: #323232;
    cursor: default;
    background-color: rgba(255,255,255,0.9);
     font-weight:normal;
      text-align: center;
    
}
.category-nav ul.dropdown-menu a:hover{
    border-bottom: 1px solid #a6a6a6;
    color: #820013;
    cursor: default;
    background-color: rgba(255,255,255,0.9);
     font-weight:bold;
       text-align: center;
}
.category-nav>li.active>a:hover{
	color: #820013;
	background-color: #fff;
}
.category-nav li{
	position:relative;
}

.category-nav li ul{
	position: absolute;
	left:0;
	top:100%;
	z-index:99;
	list-style: none;
	width:100%;
	padding-left: 0;
    background: #fff;
    display: none;
}
.category-nav li ul li a{
	font-size: 14px;
}

.category-nav li a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #323232;
	border-radius: 0;
	padding: 2px;
	text-align: center;
}
.category-nav li.dropfirst>a:hover{   /*hover */
	border-bottom: 2px solid #820013;
	padding:2px 2px 0 2px;
}
.category-nav first active{   /*hover */
	border-bottom: 2px solid #820013;
	padding:2px 2px 0 2px;
}
.category-nav li a:hover{
    color: #820013;
    background-color: #fff;
}
.smOnly{
	display: none!important;
}

div.slider {
	padding: 0
}
div.slider div.item h3{
	position: absolute;
    bottom: 10px;
    padding: 8px 10px;
    left: 10px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
}

div.category-title{
	border-bottom: 2px solid #820013;
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 3px;
}
div.category-title span {
	font-size: 16px;
	font-weight: bold;
}
div.categroy-content{
	margin-top: 10px;
	
}
div.sub-category{
    background-color: #f3f1f2;
}
div.categroy-content div.categroy-content-left{
	padding: 20px 30px 20px 50px;
	
}
div.categroy-content div.categroy-content-right,
div.categroy-content div.categroy-content-left{
	height:264px;
	position: relative;
}
div.categroy-content div.categroy-content-right{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

div.categroy-center{
	margin-top:18px;
}
div.categroy-center-left.col-md-7 {
	padding:0;
}
div.categroy-center-left div.categroy-center-content{
	padding:5px;
}
div.categroy-center-content .more{
	padding-right: 10px;
}

div.categroy-center-left .categroy-center-left-icon{
	font-size: 16px;
	margin-bottom:20px;
	margin-top:10px;
}
div.categroy-center-left .categroy-center-left-icon span.glyphicon{
	color: #90000a;
}
div.categroy-center-left .categroy-center-left-icon span.share-icon{
	    width: 22px;
    background-image: url(../images/share.png);
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
}
div.categroy-center-left>div{
	width:48%;
	height: 318px;
}
div.categroy-center-right div.sub-category{
	height: 150px;
	display: table;
	width:100%;
}
div.categroy-center-right div:first-child{
	margin-bottom:18px;
}
div.categroy-center-right div.category-center-right-left{
	width:112px;
	border-right:1px solid #ddd;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
div.categroy-center-right div.pull-right{
	padding: 40px 0;
}
div.categroy-center-right div.category-center-right-left img{
	/*font-size:40px;
	margin-bottom:20px;
	display: block;*/
	width: 40px;
    /* margin-bottom: 20px; */
    display: block;
    margin: 0 auto;
    padding-bottom: 14px;
	
}
div.categroy-center-right div .category-center-right-search{
	color:#90000a;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

div.categroy-center-right div .category-center-right-search-input{
	width: 220px;
    height: 38px;
    background: #ddd;
    padding: 4px;
    box-shadow: 1px 2px 2px #BFBEBE inset;
}
.category-center-right-search-input input{
	background: #ddd;
    border: none;
    color: #323232;
    height: 100%;
    outline: none;
    width: 180px;
}

.category-center-right-search-input span{
	display: inline-block;
    background: #90000a;
    color: #fff;
    height: 100%;
    width: 27px;
    text-align: center;
    line-height: 29px;
    top: 0;
}





ul.sub-category-title{
	position: relative;
	padding-left:0;
}
ul.sub-category-title li.sub-category-title-li{
	display: inline-block;
	padding-right: 8px;
}
ul.sub-category-title li.sub-category-title-li span.border{
	width: 2px;
	margin-right:4px;
    display: inline-block;
    height: 16px;
    vertical-align: text-bottom;
    background: #7f7f7f;
}	
ul.sub-category-title li.sub-category-title-li.active>a{
	color: #90000a;
	font-weight: bold;
}
ul.sub-category-title li.sub-category-title-li.active span.border{
	background:#820013;
	width: 4px;
}
ul.sub-category-title li a{
	
	font-size:16px;
}

div.sub-category ul.sub-category-item {
	padding-left: 15px;
	line-height: 24px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	display: none;
}
div.sub-category ul.sub-category-item li{
	list-style-type: disc;
    line-height: 24px;
    height: 24px;
}
div.sub-category ul.sub-category-item.active{
	display: block;
}

div.sub-category ul.sub-category-item a {
	font-size: 14px;
    font-weight: normal;
    height:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block;
    vertical-align: middle;
}
div.sub-category ul.sub-category-item.big-content a{
	width: 500px;
}
 div.sub-category ul.sub-category-item.small-content a{
 	width:250px;
 }
div.sub-category ul.sub-category-item span {
	font-size:14px;
}
div.sub-category .more{
	position: absolute;
	right: 30px;
	bottom:20px;
}
div.sub-category .more a{
	font-size:12px;
	padding: 2px 6px;
	background-color: #90000a;
	color:#fff;
}

/*	厂家信息*/
.company-info{
	height:160px;
	background:#f3f1f2;
	border:1px solid #ccc;
	text-align:center;
	margin-top:34px;
	position:relative;
}
.company-info .company-info-text{
	width:108px;
	padding:24px 0;
	height: 100%;
}
.company-info .company-info-text span{
	    display: block;
    height: 70px;
    width: 100%;
    background-image: url(../images/index_icon.png);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.company-info .company-info-img{
	white-space:nowrap; 
	width:auto;
	overflow: hidden;
	height:100%;
	position: relative;
}
.company-info ul{
	padding-left:0;
	left: 0;
	height:100%;
}
.company-info ul li{
	width:198px;
	border-right:2px solid #fff;
	position: relative;
	height: 100%;
	list-style:none;
	background-image: url(../images/info.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.company-info ul li p{
	height: 26px;
	width:100%;
	position: absolute;
	bottom:0;
	background: rgba(0,0,0,.6);
	color:#fff;
	margin:0;
}
.company-info .company-info-img a.company-info-right{
	width: 34px;
    text-align: center;
    line-height: 100%;
    position: absolute;
    z-index: 999;
    height: 100%;
    background: #f3f1f2;
    /* top: 46%;*/
    background-image: url(../images/cjmore.png);
    background-size:cover;
    /*display: none;*/
    cursor: pointer;
    color: #90000a;
}
.company-info a.company-info-right{
	right: 0px;
	width: 34px;
    text-align: center;
    position: absolute;
    z-index: 999;
    background: #f3f1f2;
    /* top: 46%;*/
    background: url(../images/cjmore1.png) center;
    background-size:cover;
    /*display: none;*/
    cursor: pointer;
    color: #90000a;
	height:157px;
}
.company-info div.company-info-left{
	left: 0px;
}
.company-info:hover div{
	/*display: block;*/
}

footer{
	background-color:#90000a;
	padding:16px 0;
	line-height: 18px;
	text-align: center;
	color:#f2f2f2;
	margin-top:50px;
}
footer span{
	padding: 0 18px;
}
footer a,footer a:hover,footer a:focus,footer a:link, footer a:visited{
	color:#fff;
}
.circle{
	width:4px;
	height: 4px;
	background: #7695bb;
	border-radius:100%;
	display: inline-block;
	margin-right:10px;
	vertical-align: middle;
}
.list-content{
	font-family:"\5FAE\8F6F\96C5\9ED1";
	padding-top:0px;
}
.list-content-title{
	font-size: 16px;
    text-align: center;
    color: #90000a;
    font-weight: bold;
}
.list-content-time{
	font-size: 14px;
    text-align: center;
    color: #999;
    margin-top:0                    ;
}

.list-padding{
	padding-left:20px;
}
.concat{
	display: none;
	position: fixed;
	left:50%;
	top:50%;
	margin-left: -106px;
    margin-top: -94px;
	background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.concat-title{
	background: #f6f6f6;
    color: #212a31;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #D5D5D5;
        padding: 0 15px 0 20px;
            border-radius: 2px 2px 0 0;
}
.concat-title span{
	float:right;
	top:18px;
	cursor: pointer;
}
.concat-content{
	position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    text-align: left;
}
.concat-btn{
	text-align: center;
    background: #f0f4f7;
    border-top: 1px #c7c7c7 solid;
    padding: 10px 12px;
    pointer-events: auto;
    display: none;
}
.concat-btn a{
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #90000a;
    background: no-repeat #90000a;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
.list-content-body{
	width:100%;
	height:100%;
	 text-align:center;
}
.list-content-body .list-cert{
	display:inline-block;
	width:750px; 
	height:420px;
	background: url(../images/zsbg.png) no-repeat center center;
	background-repeat:no-repeat;
	background-position: center;
	margin-bottom:15px;
    padding: 15px;
    font-family: KaiTi;
    font-size: 16px;
    font-weight: bold;
}
.list-content-body .list-cert .title{
	display:inline-block; 
	width:100% ;
	text-align:center;
	font-size:25px;
	padding-top:65px;
}
.list-content-body .contentP{

	width:650px ;
	text-align:left;
	padding-top:10px;
	padding-left:70px;
}
.list-content-body .rank{
	text-align:left;
	padding-left:70px;
	padding-top:10px;
}
.list-content-body .desc{
	text-align:left;
	padding-left:70px;
	padding-top:10px;
}
.list-content-body .bottom1{
	text-align:left;
	padding-left:70px;
	padding-top:10px;
}
.list-content-body .bottom2{
	text-align:left;
	padding-left:70px;
	padding-top:10px;
	padding-bottom:80px;
}

#main_con1{ width: auto; float:left; }
.con_cont { float: left;  }
#main_con1 .con_cont #photo_move { margin: auto; width: 995px; background: url(http://helab.pku.edu.cn/static/assets/css/images/scroll_bg_03.png) no-repeat; }
#main_con1 .con_cont .blk_18 .LeftBotton {  display:block; float:left; height:145px;  width:30px; cursor:pointer;_margin:30px 0px 0 0px; margin:42px 17px 0 32px;}
#main_con1 .con_cont #demo { width: 980px;  display: inline;  float: left;  overflow: hidden;    _width:830px;  }
#main_con1 .con_cont #indemo {float: left;  width: 800%;}
#main_con1 .con_cont #demo1, #demo2 { float: left;}
#main_con1 .con_cont .blk_18 .pl img { width: 218px; height: 145px; display:block; cursor: pointer;}
#main_con1 .con_cont .blk_18 ul li { float:left; height: 160px;}
#main_con1 .con_cont .blk_18 .pl { width: 218px; height: 145px;  display: block; width:auto; text-align:center; text-decoration:none; }








@media screen and (max-width: 1240px){
	#main_con1 { width:auto; margin:0 35px 0 108px; float:none; }
#main_con1 .con_cont #demo { width:auto;  }	
#main_con1 .con_cont #photo_move { width:auto; }
.tab-content .tab-pane img { /*width: 100% !important;*/ height:auto !important; }

}


@media screen and (max-width: 767px){
#main_con1 .con_cont .blk_18 ul li { height:118px; }
}

@media screen and (max-width: 603px){
.carousel-indicators { bottom:30px; }	
div.slider div.item h3 { position:static; margin:0px; }	
div.categroy-content div.categroy-content-right { margin-top:0px; }
div.sub-category .more { /*! position:static; */ margin:20px 0 0 0; width: auto;/*! float: right; */}
div.categroy-center-left > div { height:auto; padding:0 0 20px 0; }
div.categroy-content div.categroy-content-right, div.categroy-content div.categroy-content-left { height:auto; /*! padding:0 0 228px 0; */ }
.company-info ul li p {  text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap; }
footer { margin-top:30px; }	
ul.sub-category-title li.sub-category-title-li .big-content { }
	.background { height:225px; }
	
ul.news-info-list-item { min-height:600px; }
.header_top .header_top_logo { width:50px; height:50px; }
#main_con1 .con_cont #indemo { width:2000%; }

}
