@charset "UTF-8";
/* CSS Document||fpx 2018年10月 */

html {
 overflow: -moz-scrollbars-vertical;
 overflow-x: hidden;
}
/* 字体的样式 */
@font-face {
 font-family: 'heiti';
 src: url('../fonts/webfont.eot'); /* IE9*/
 src: url('../fonts/webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
 url('../fonts/webfont.woff') format('woff'), /* chrome、firefox */
 url('../fonts/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
 url('../fonts/webfont.svg#黑体-常规') format('svg'); /* iOS 4.1- */
}

/*
.web-font {
 font-size: 16px;
 font-style: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
*/
/*始终让 Firefox 显示滚动条*/

* {
 word-wrap: break-word;
 margin: 0;
 padding: 0;
 outline: none;
}

/*文字强制换行word-break:keep-all;(Ff)*/

 

/*细线表格*/

fieldset,
img {
 border: none;
}

/*清除描边,块显示*/

ul,
li {
 list-style-type: none;
}

/*无列表项目标记*/

a {
 text-decoration: none;
 color: #666666;
 outline: none;
}

/* 链接无下划线,有为underline;链接去框 */

a:link {
 color: #666666;
}

/* 未访问的链接 */

a:visited {
 color: #666666;
}

/* 已访问的链接 */

a:hover {
 color: #1a83e0;
}

/* 鼠标在链接上 */

a:active {
 color: #666666;
 blr: expression(this.onFocus=this.blur());
}

/* 点击激活链接 */

body {
	font-family: "heiti";
 font-size: 12px;
 color: #666;
 background: #f5f5f5;
 min-width: 1200px;
}

/* 设置body */

select,
input {
 vertical-align: middle;
 outline: none;
 font-family: "webfont";
}

/* 设置表单 */

input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
 cursor: pointer;
 outline: none;
}

/* 设置表单按钮 */

textarea {
 outline: none;
 font-family: "webfont";
}

/* 设置表单文本域 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
 color: #aab2bd;
 /* placeholder颜色 */
 font-size: 12px;
 /* placeholder字体大小 */
 text-align: left;
 /* placeholder位置 */
}

.box-size {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

/* 内盒子代码 */

.fl {
 float: left;
 display: inline;
}

/* 左浮动 */

.fr {
 float: right;
 display: inline;
}

/* 右浮动 */

img {
 border: none;
}

/* 设置图片 */

.bai {
 background: #FFF;
}

/* 公共颜色白色 */

.hui {
 background: #f2f2f2;
}

/* 公共颜色灰色 */

.imghover .pic {
 overflow: hidden;
}

/* 设置图片经过放大 */

.imghover .pic img {
 overflow: hidden;
 transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
}

/* 设置图片经过放大 */

.imghover:hover .pic img {
 transform: scale(1.05);
 -webkit-transform: scale(1.05);
}

/* 设置图片经过放大 */

.table {
 display: table;
 width: 100%;
 height: 100%;
}

/* 设置表格方式垂直居中 */

.tableCell {
 display: table-cell;
 width: 100%;
 height: 100%;
 vertical-align: middle;
}

/* 设置表格方式垂直居中 */

.default {
 background: #e5e5e5 url(../images/default.png) no-repeat center center;
}

/* 设置默认图 */

.wrap {
 width: 1200px;
 clear: both;
 margin: 0 auto;
}

/* 规定页面内容区域宽度 */

.clear {
 clear: both;
 height: 0px;
 overflow: hidden;
}

/* 清除浮动 */

.h2 {
 clear: both;
 height: 2px;
 overflow: hidden;
}

/* 自定义页面间距 */

.h10 {
 clear: both;
 height: 10px;
 overflow: hidden;
}

/* 自定义页面间距 */

.h15 {
 clear: both;
 height: 15px;
 overflow: hidden;
}

/* 自定义页面间距 */

.h20 {
 clear: both;
 height: 20px;
 overflow: hidden;
}

/* 自定义页面间距 */

.h25 {
 clear: both;
 height: 25px;
 overflow: hidden;
}

/* 自定义页面间距 */

.h30 {
 clear: both;
 overflow: hidden;
 height: 30px;
}

/* 自定义页面间距 */

.h35 {
 clear: both;
 height: 35px;
}

/* 自定义页面间距 */

.h40 {
 clear: both;
 height: 40px;
}
.h45 {
 clear: both;
 height: 45px;
}
/* 自定义页面间距 */
.h50 {
 clear: both;
 height: 50px;
}
.h55 {
 clear: both;
 height: 55px;
}
/* 自定义页面间距 */


.h60 {
 clear: both;
 height: 60px;
 overflow: hidden;
}
.h65 {
 clear: both;
 height: 65px;
 overflow: hidden;
}
.h70 {
 clear: both;
 height: 70px;
 overflow: hidden;
}
.h90 {
 clear: both;
 height: 90px;
 overflow: hidden;
}

/* 自定义页面间距 */

/*公共部分结束*/
.top{
 box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

 
.videoBox .video-list ul{margin-left:-12px;margin-right: -12px;}
.videoBox .video-list li{padding:0 12px;margin-bottom: 40px;}
.videoBox .video-item .item-img{position: relative;padding-bottom: 48%;overflow: hidden;border:1px solid #e4e4e4;}
.videoBox .video-item .img{position: absolute;left:0;top:0;bottom:0;right:0;overflow: hidden;}
.videoBox .video-item .item-mask{position: absolute;background: rgba(25,25,25,.35);top:100%;width: 100%;left:0;height: 100%;transition: all linear .4s;}
.videoBox .video-item .item-mask i{width: 50px;height: 50px;background: url(../images/icon-play.png) no-repeat center;background-size: 100% 100%;}
.videoBox .video-item .item-title{background: #edf1f4;padding:16px 35px 16px 15px;color:#000;position: relative; font-size:14px;font-family: "Microsoft YaHei"!important; letter-spacing:2px}
.videoBox .video-item .item-title .icon-movie{right:20px;width: 35px;height: 35px;position: absolute;top:50%;transform: translateY(-50%);background: url(../images/icon-movie.png) no-repeat center;background-size: contain;}
.videoBox .video-item:hover .item-mask{top:0;}

@media (max-width: 1200px){
 .videoBox .video-item .item-title{padding:20px 55px 20px 15px;}
 .videoBox .video-item .item-title .icon-movie{right:20px;width: 30px;}
}
@media (max-width: 992px){
 .videoBox .video-list li{margin-bottom: 30px;}
}
@media (max-width: 767px){
 .videoBox{margin-top: 35px;}
 .videoBox .video-item .item-title{padding:13px 30px 13px 15px;font-size:15px;}
 .videoBox .video-item .item-title .icon-movie{right:16px;width: 26px;height: 20px;}
 .videoBox .video-list li{margin-bottom: 25px;}
 .nvideo{ padding-bottom: 25px;}
}
 .mix{position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.img-responsive{display: block;margin:0 auto;max-width: 100%;}

@media (min-width: 992px)
{
.col-md-4 {
 width: 31%; float: left;
}
}

.nyaboutnr{line-height:28px; padding-left:2px; color:#333333; padding-top:20px;height:auto!important;_height:355px;min-height:355px;}

.STYLE6 {
	font-size: 12px;




	font-family: "宋体";
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
