﻿@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../statics/fonts/glyphicons-halflings-regular.eot');
  src: url('../../statics/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../statics/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../statics/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../statics/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}
.hidden{
   display: none;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.clearfix{
	zoom:1;
}

body{
	display: none;
}
*, *:active, *:focus {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0;
	padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0)!important;
    outline: none!important;
}
/*input,input:active, input:focus{
	-webkit-appearance:none;
}*/
h1,h2{
	  font-weight: 500;
	  line-height: 1.1;
	  color: inherit
}
.word_hidden{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
input{
	text-shadow:none;
	box-shadow: none;
}
.clear{
    clear:both;
    height:25px;
    width:100%;
    margin-bottom: 15px;
}
#totop{
	position:fixed;
	bottom:30px;
	right:10px;
	z-index:999;
	width:40px; 
	cursor:pointer; 
}
#totop p span{
    font-weight: 200;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
#totop p{
	margin-top: 5px;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	letter-spacing: 4px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	display: none;
}
#totop p span{
	padding-left: 2px;
}
#totop p#exhibit span,#totop p#enter_exhibit span{
   /*line-height:20px;*/
   margin-top: 3px;
   display: block;
}
#totop p.enter_master span{
   font-size: 15px;
}
span.glyphicon-chevron-up{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#totop p.GoTop span,#totop p.return span{
	line-height: 18px;
}
#totop p.GoTop span:nth-last-of-type(1){
	font-size: 14px;
	display: block;
}
div.header{
	width: 100%;
	height: 88px;
}
header{
	width: 100%;
	height: 88px;
}
.headerfixed{
    position: fixed;
	top: 0px;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
#main_main{
	width: 100%;
	zoom:1;
}
#main_main:after{
	content:"";
	display:block;
	clear:both;
}
/*头部*/
div.hgroup{
	width: 100%;
	height: 50%;
}
header hgroup{
	width: 100%;
	height: 50%;
}
div.hgroup h1{
	line-height: 44px;
	padding-left: 4px;
    width: 50%;
    font-weight:700;
    font-size: 18px;
    letter-spacing:0%;
    word-spacing: 0%;
    margin: 0px;
}
header hgroup h1{
	line-height: 44px;
	padding-left: 4px;
    width: 50%;
    font-weight:700;
    font-size: 18px;
    letter-spacing:0%;
    word-spacing: 0%;
    margin: 0px;
}
.search{
	width: 45%;
	line-height: 44px;
	position: relative;
}
.search .search_input{
	font-size: 12px;
	padding: 3px 7px;
	width: 78%;
	margin-top:9px;
	height: 28px;
	border: 1px solid #ccc;
	border-right: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	float: left;
}
.search .btn_search{
	padding: 3px 7px;
	margin-top:9px;
	height:28px;
	width: 22%;
	border: 1px solid #ccc;
	border-left: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	background: #fff;
}
/*导航*/
div.nav{
	width: 100%;
	height: 50%;
	position: relative;
}
nav{
	width: 100%;
	height: 50%;
	position: relative;
}
div.nav p{
	width: 25%;
	float: left;
	margin-bottom: 0px;
}
nav p{
	width: 25%;
	float: left;
	margin-bottom: 0px;
}
div.nav p a{
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	display: block;
	line-height: 40px;
}
nav p a{
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	display: block;
	line-height: 40px;
}
.topdirection  
{  
    width:19%;
    height:4px;  
    line-height:4px;  
    position: absolute;
    bottom: 3px;
}  
/*内容*/
.center{
	margin: 0 auto;
	padding: 3px 5px;
	display: block;
}
.category{
	display: block;
	width: 100%;
}
.cate{
    width: 100%;
    overflow: hidden;
}
.categoryName{
    width:82%;
    position: relative;
}
.categoryName:after{
	position: absolute;
	top: 50%;
	left: 0px;
	content: '';
	right: 0px;
	box-shadow: 0 1px 0 #fff;
	z-index: -1;
}
.categoryName a{
	font-size: 15px;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 8px;
}
.more a{
	font-size: 14px;
	margin-top: 3px;
	padding-left: 5px;
}
.resource{
	width: 100%;
}
.small_image_container{
    width: 48%;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.small_image_container:nth-of-type(even){
	margin-left: 4%;
}
.imgborder{
	display:block;
	height: 100%;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.small_image_container .small_container{
    position: relative;
    z-index: 2;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.small_image_info{
    left: 0px;
    font-size: 12px;
    z-index: 2;
	width: 100%;
    background: rgba(0,0,0,0.7);
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
    overflow: hidden;
    bottom:0px;
    position: absolute;
}
.small_image_play_num{
    text-align:center;
    float:right;
    padding-right: 2px;
    /*width: 82%;*/
}
.resource_name{
    z-index: 2;
    font-size: 13px;
}
.small_image{
    width: 100%;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.small_image_num{
    text-align:center;
    float:left; 
    min-width: 17%;
    padding: 0px 5px;
}
.small_container{
   font-size: 10px;
}
/*底部*/
footer{
	width: 100%;
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
}
footer .whole{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.blank-line{
	height: 10px;
	width: 100%;
	display: block;
}
.copyright{
	width: 100%;
	padding: 0px;
	font-size: 10px;
}
footer span{
	font-size: 10px;
	line-height: 12px;
}
/*加载资源*/
#loading{
	width:100%;
	height: 20px;
	float: left;
	margin-top: 8px;
}
#loading div{
	text-align: center;
	margin: 0 auto;
	width:20px;
	line-height: 20px;
	height: 20px;
	background-image:url(../../image/loading.gif);
    background-repeat:no-repeat;
    background-size:cover;
}
/*轮播图*/
#Carousel{
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}
.Carousel{
    position: absolute;
    left: 0px;
}
.carouselContent{
	float: left;
    overflow: hidden;
    position: relative;
} 
.carouselTitle{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
}
.carouselContent img{
	width:100%;
	height: 128px;
}
#CarouselUl{
	/*width: 50%;*/
	position: absolute;
	bottom: 0;
	height:20px;
	line-height: 25px;
    right: 8px;
    margin: 0px;
    z-index: 1000;
}
#CarouselUl li{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	line-height:20px;
	margin-top: 13px;
	margin-left: 7px;
	float: left;
}
/*登录*/
#loginForm{
	width: 100%;
	padding-top:8%;
	padding-bottom: 10%;
}
#loginForm div{
    width: 90%;
    margin:  auto;
    color: #333;
}

    #loginForm .form-group {
        margin-top:20px;
    }
#loginForm .formBox {
    border:#d1d1d1 solid 1px;
    border-radius:20px;
    padding: 8px 0;
}
#loginForm .form-group img{
    width:6%;
    margin:0 3% 0 4%;
}

#loginForm div input{
	width: 87%;
	height: 16px;
	font-size: 12px;
    border:none;
    background:#fff;
    border-radius:0 20px 20px 0;
	border-left: 1px solid #e0e0e0;
	color: #999999;
	text-indent:6px;
}
#loginForm div:nth-of-type(3){
	padding-top: 5px;
}
#loginForm div:nth-of-type(3) button{
	width: 100%;
	height: 32px;
    font-size: 15px;
    border: none;
    font-weight:bold;
    background:#006db5;
    color:#fff;
    border-radius:20px;
}
.hidden{
   display: none;
}