@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	margin:0;
	padding:0;
	font-size:14px; 
	font-family:"微软雅黑",sans-serif; 
	color:#1b1b1b;
}

/* CSS空白 */
.blank1 { margin:0 auto; height:1px; font-size:1px; clear:both; overflow:hidden }
.blank2 { margin:0 auto; height:2px; font-size:1px; clear:both; overflow:hidden }
.blank3 { margin:0 auto; height:3px; font-size:1px; clear:both; overflow:hidden }
.blank5 { margin:0 auto; height:5px; font-size:1px; clear:both; overflow:hidden }
.blank8 { margin:0 auto; height:8px; font-size:1px; clear:both; overflow:hidden }
.blank10 { margin:0 auto; height:10px; font-size:1px; clear:both; overflow:hidden }
.blank11 { margin:0 auto; height:11px; font-size:1px; clear:both; overflow:hidden }
.blank12 { margin:0 auto; height:12px; font-size:1px; clear:both; overflow:hidden }
.blank13 { margin:0 auto; height:13px; font-size:1px; clear:both; overflow:hidden }
.blank14 { margin:0 auto; height:14px; font-size:1px; clear:both; overflow:hidden }
.blank15 { margin:0 auto; height:15px; font-size:1px; clear:both; overflow:hidden }
.blank16 { margin:0 auto; height:16px; font-size:1px; clear:both; overflow:hidden }
.blank18 { margin:0 auto; height:18px; font-size:1px; clear:both; overflow:hidden }
.blank20 { margin:0 auto; height:20px; font-size:1px; clear:both; overflow:hidden }
.blank23 { margin:0 auto; height:23px; font-size:1px; clear:both; overflow:hidden }
.blank25 { margin:0 auto; height:25px; font-size:1px; clear:both; overflow:hidden }
.blank30 { margin:0 auto; height:30px; font-size:1px; clear:both; overflow:hidden }
.blank35 { margin:0 auto; height:35px; font-size:1px; clear:both; overflow:hidden }
.blank50 { margin:0 auto; height:50px; font-size:1px; clear:both; overflow:hidden }

h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
a{
	color:#1b1b1b; 
}
a:focus, a:hover {
    color: #790000;
    text-decoration: none;
}

.mt20{
	margin-top:20px;
}

.col-sm-5{
	width: 20%;
	float: left;
	padding-right: 15px;
    padding-left: 15px;
}

/*外框*/
.g-box {
	width: 100%;
}
/*去掉bootstrap按钮样式*/

.btn:hover{
	background: #f7f7f7;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    background:#f7f7f7;
    box-shadow: none;         
}


/*placeholder字体颜色*/ 
	.form-control::-moz-placeholder{color:#d5d5d5;opacity:0.8;}
	.form-control:-ms-input-placeholder{color:#d5d5d5;opacity:0.8;}
	.form-control::-webkit-input-placeholder{color:#d5d5d5;opacity:0.8;}


.g-bg1{
	background: url(../img/bg1.jpg) center top no-repeat;
	/*background-size: cover;*/
}


/*顶部logo*/
.logo-box{
	background: url(../img/web-logo.png) left center no-repeat;
	background-size: contain;
	padding-left: 238px;
	height: 44px;
	margin-top: 40px;
}

.logo-box h2{
	font-size:24px;
	color: #09389b;
	font-weight: bold;
	padding: 5px 0px;
}
.logo-box h2 span{
	font-weight: normal;
	padding: 0px 5px;
}

/*大标题*/
.big-title{
  background: url(../img/title-bg.png) top center no-repeat;
  /*background-size: 100%;*/
  padding-top: 280px;
  margin-top:50px;
  min-height: 750px;
}

.big-title h3{
	font-size:20px;
	color: #790000;
	text-align: center;
	padding: 20px 0px;
}
.big-title p{
	font-size: 22px;
	color: #000000;
	font-family:"KaiTi_GB2312","KaiTi","楷体"; 
	text-indent: 2em;
	line-height: 36px;

}
.big-title p:before{
	display: block;
	content: "";
	width: 100%;
	height: 48px;
	background: url(../img/z-l.png) left center no-repeat;
	background-size:contain;
}
.big-title p:after{
	display: block;
	content: "";
	width: 100%;
	height: 48px;
	background: url(../img/z-r.png) right center no-repeat;
	background-size:contain;
}

.big-title p{
	font-size: 22px;
	color: #000000;
	font-family:"KaiTi_GB2312","KaiTi","楷体"; 
	text-indent: 2em;
	line-height: 36px;
	margin: 0px;

}

.big-title p span{
	display: block;
	font-size: 22px;
	color: #000000;
	font-family:"KaiTi_GB2312","KaiTi","楷体"; 
	text-indent: 2em;
	line-height: 36px;

}
/*标题*/
.title{
	background: url(../img/tz-l.png) center  center no-repeat;
	background-size:contain;
	text-align: center;
	color: #ce3321;
	font-weight:bold;
	font-size: 24px;
	margin-top: 70px;
	margin-bottom: 50px;
}
/*视频1*/
.video-box1{
	position: relative;
}
.video-box1 a,.video-box2 a{
	display: block;
	position: relative;
}

.video-box1 img{
	width: 100%;
	height:500px;
}
.img-h img{
	height: 240px;
}
.video-box1 p{
	background-color: rgba(0,0,0,0.7); 
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding:15px 15px;
	color: #fff;
	font-size: 16px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.video-box1 .button-v{
	width: 80px;
	height: 80px;
	background: url(../img/video-play.png) center  center no-repeat;
	background-size:contain;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -40px;
	margin-top:-40px;
	
}

/*视频列表*/
.video-box2{
  padding: 10px 0px;
}

.video-box2 .img-box{
	position: relative;
}
.video-box2 .img-box span{
	color: #fff;
	font-size: 14px;
	position: absolute;
	right:10px;
	bottom:10px; 
}
.video-box2 .img-box img{
	width: 100%;
	height: 136px;	
}

.video-box2 p{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin: 5px 0px;
}

.video-box2 .re-d{
	display: block;
	background: url(../img/huo1.png) left center no-repeat;
	/*background-size:contain;*/
	padding-left: 25px;
	float: right;
	padding-top: 4px;

}
.video-box2 .re-d:{
	background: url(../img/huo2.png) left center no-repeat;

}

.add-more{
  color:#707070;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  width: 230px;
  display: block;
  margin: 0 auto;
  border: 1px solid #707070; 
  border-radius: 8px;
  margin-top: 50px;
}

.danmu{
	background: url(../img/dm-bg.png) center top no-repeat;
	background-size:cover;
	height: 624px;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.danmu .input-box{
	position: absolute;
	bottom: 60px;
	width: 40%;
	left: 30%;
	z-index: 1;
	
}
.input-box .form-control{
	/*float: left;*/
	width: 100%;
	height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    background-image: none;
    border-color:  #ce3321;
    border-radius: 20px;

}
.input-box .btn-m{
	/*width: 20%;*/
	margin-top: 10px;
	background: #ce3321;
	width: 75px;
	height: 76px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	border:none;
	border-radius: 50%;
	padding-top: 10px 10px;
	outline: none;
	position: absolute;
	right: -20px;
	top:-28px;
	z-index: 1;


	/*float:left;*/
} 
.danmu .z-zh{
	height: 100px;
	background-color:rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 0;
}

.weibo-box{
	height: 669px;
	background-color: #faf4db;


}
.weibo-box iframe{
	height: 100%;
	overflow-y: scroll;
}

.foot-bar{
	height:12px; 
	background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #d01463 , #ffbf6f); /* 标准的语法（必须放在最后） */
    margin-top:80px;
    margin-bottom: 70px; 
}












