@charset "UTF-8";
body {
	font-family: "微软雅黑", Arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
	font-size: 16px;
	color: #323232;
	background-color: #f0f0f0;
	background: url("../images/bg_body.png") repeat;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

a {
	text-decoration: none;
}


/* input-placeholder */

input::-webkit-input-placeholder {
	color: #909090;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #909090;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #909090;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #909090;
}

.default_color {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.default_color:hover {
	color: #8f000b !important;
}

.default_word {
	color: #8f000b;
}

.clearfix:before,
.clearfix:after {
	display: block;
	content: '';
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.container {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.pull-right {
	float: right;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}


/* ps-scrollbar-x-rail */

.ps-scrollbar-x-rail {
	display: none !important;
}

.ps-container .ps-scrollbar-y-rail,
.ps-container .ps-scrollbar-y {
	width: 5px !important;
}


/* alert-danger */

.alert-danger {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f2dede;
	font-size: 14px;
	color: #323232;
	z-index: 999999;
}

.alert-danger .ie_rompt {
	display: inline-block;
	float: left;
}

.alert-danger .ie_rompt> a {
	color: #337ab7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.alert-danger .ie_rompt> a:hover {
	color: #23527C;
}

.alert-danger .close {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../images/icon_close.png") no-repeat center right;
	float: right;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.alert-danger .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* news */

.news {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #c78085;
	position: fixed;
	top: -50px;
	left: 0;
	z-index: 1004;
}

.news .gg {
	height: 100%;
	position: relative;
}

.news .gg .icon-remove {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 13px;
	right: 15px;
	cursor: pointer;
	background: url("../images/gg_close.png") no-repeat center;
}

.news .gg ul {
	width: 100%;
	height: 100%;
}

.news .gg ul li {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fefefe;
	text-align: center;
}


/* head */

.navbar {
	width: 100%;
	height: 120px;
	line-height: 120px;
	background-color: #8f000b;
	background: url("../images/bg_nav.png") no-repeat center;
	position: relative;
	z-index: 1002;
}

.navbar> .container {
	overflow: visible;
}

.navbar .navbar-header {
	width: 100%;
	height: 120px;
	line-height: 120px;
	position: relative;
}

.navbar .navbar-header .header_left {
	width: auto;
	height: 100%;
	float: left;
	font-size: 0;
}

.navbar .navbar-header .header_left> a {
	display: inline-block;
	height: 100%;
}

.navbar .navbar-header .header_left> a img {
	vertical-align: middle;
	max-height: 80px;
}

.navbar .navbar-header .header_left .href_img {
	float: left;
}

.navbar .navbar-header .header_left .href_library {
	font-size: 24px;
	color: #fff;
	margin-left: 20px;
}

.navbar .navbar-header .school_left .href_school {
	font-size: 22px;
	color: #fff;
	margin-left: 20px;
}

.navbar .navbar-header .school_left .href_library {
	font-size: 20px;
	color: #ccc;
	margin-left: 10px;
}

.navbar .navbar-header .school_left .head_gang {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	margin-left: 11px;
}

.navbar .navbar-header .header_right {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar .navbar-header .header_right .face_box {
	width: 48px;
	height: 100%;
	float: right;
	position: relative;
}

.navbar .navbar-header .header_right .face_box> a {
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	border-left: 2px solid #fff;
}

.navbar .navbar-header .header_right .face_box> a.register {
	text-align: right;
	font-size: 14px;
	color: #fff;
}

.navbar .navbar-header .header_right .face_box> a.setting {
	background: url("../images/user.png") no-repeat center right;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.navbar .navbar-header .header_right .face_box:hover .setting {
	background: url("../images/user_active.png") no-repeat center right;
}

.navbar .navbar-header .header_right .face_box> ul {
	width: 80px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 75%;
	right: 0;
	background-color: #770000;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-header .header_right .face_box> ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.navbar .navbar-header .header_right .face_box> ul li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.navbar .navbar-header .header_right .face_box> ul li a:hover {
	color: #d91f2d !important;
}

.navbar .navbar-header .header_right .face_box> ul.ani_slide {
	height: 70px;
	padding: 5px 0;
}

.navbar .navbar-header .header_right .input_group_box {
	width: 280px;
	height: 100%;
	float: right;
}

.navbar .navbar-header .header_right .input_group_box .input_group {
	width: auto;
	height: 100%;
	line-height: 120px;
	float: right;
	position: relative;
}

.navbar .navbar-header .header_right .input_group_box .input_group .input_text {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #770000;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #deb3b6;
	border-bottom: 1px solid #deb3b6;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	padding-left: 10px;
	padding-right: 35px;
	outline: none;
	float: right;
	margin-top: 40px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.navbar .navbar-header .header_right .input_group_box .input_group .input_text.active {
	width: 170px;
	padding-left: 5px;
}

.navbar .navbar-header .header_right .input_group_box .input_group .input_submit {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/search.png") no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 6px;
	cursor: pointer;
	outline: none;
}

.navbar .navbar-header .header_right .input_group_box .input_group> span {
	display: inline-block;
	width: 7px;
	height: 40px;
	margin-top: 40px;
	float: right;
}

.navbar .navbar-header .header_right .input_group_box .input_group> span.bg_right {
	background: url("../images/bg_input_right.png") no-repeat center;
}

.navbar .navbar-header .header_right .input_group_box .input_group> span.bg_left {
	background: url("../images/bg_input_left.png") no-repeat center;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval {
	display: none;
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #770000;
	background-color: rgba(0, 0, 0, 0.3);
	border-top: 1px solid #deb3b6;
	border-bottom: 1px solid #deb3b6;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	float: right;
	margin-top: 40px;
	cursor: pointer;
	position: relative;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .bg_left_border {
	display: inline-block;
	width: 7px;
	height: 40px;
	background: url("../images/bg_input_left.png") no-repeat center;
	margin-left: -7px;
	margin-top: -1px;
	float: left;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .text {
	display: inline-block;
	height: 100%;
	line-height: 38px;
	font-size: 14px;
	color: #eff6ff;
	margin-left: 10px;
	float: left;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .text.active {
	color: #8f000b;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .arrow {
	display: inline-block;
	width: 14px;
	height: 12px;
	float: left;
	background: url("../images/arrow_down.png") no-repeat center;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: 13px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .arrow.active {
	transform: rotate(180deg);
	background: url("../images/arrow_up.png") no-repeat center;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval .gang {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #909090;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval ul {
	display: none;
	width: 65px;
	height: auto;
	overflow: hidden;
	background-color: #770000;
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #b3bdc8;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-top: none;
	padding: 5px 0;
	position: absolute;
	top: 39px;
	left: -1px;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval ul li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.navbar .navbar-header .header_right .input_group_box .input_group .retrieval ul li.active a {
	color: #8f000b;
}

.navbar .navbar-header .header_right .input_group_box .input_group.active .bg_left {
	display: none;
}

.navbar .navbar-header .header_right .input_group_box .input_group.active .retrieval {
	display: block;
}


/* nav_first */

.nav_first {
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 999;
	position: relative;
}

.nav_first .container {
	overflow: visible;
}

.nav_first .ul_first {
	width: 100%;
	height: auto;
	padding: 10px 0;
	position: relative;
}

.nav_first .ul_first .gang {
	display: inline-block;
	width: 6px;
	height: 36px;
	float: left;
	background: url("../images/bg_gang.png") no-repeat center 13px;
}

.nav_first .ul_first> li {
	width: auto;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	float: left;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}

.nav_first .ul_first> li> a {
	display: inline-block;
	width: 100%;
	height: 18px;
	line-height: 16px;
	font-size: 16px;
	color: #323232;
	padding: 0 30px;
	vertical-align: middle;
}

.nav_first .ul_first> li> a i {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #666;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-left: 3px;
	margin-bottom: -3px;
}

.nav_first .ul_first> li:last-child> a {
	border-right: none;
}

.nav_first .ul_first> li.ani_li {
	background-color: #ececec;
}

.nav_first .ul_first> li.ani_li> a {
	color: #8f000b;
}

.nav_first .ul_first> li.ani_li> a i {
	border-top-color: transparent;
	border-bottom-color: #8f000b;
	margin-bottom: 2px;
}

.nav_first .ul_first> li.active> a {
	color: #8f000b;
}

.nav_first .ul_first> li.active> a i {
	border-top-color: #8f000b;
}


/* nav_second */

.nav_second {
	display: none;
	width: auto;
	max-width: 100%;
	height: auto;
	background-color: #ececec;
	position: absolute;
	left: 0;
	right: auto;
	top: 46px;
}

.nav_second .ul_second {
	width: 100%;
	height: auto;
	padding: 5px 0;
}

.nav_second .ul_second li {
	height: 30px;
	line-height: 28px;
	float: left;
}

.nav_second .ul_second li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #323232;
	padding: 0 30px;
}


/* wheel */

.wheel {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.wheel .skitter {
	max-width: 100%;
	height: auto;
}

.wheel .skitter.with-dots {
	margin-bottom: 0px;
}

.wheel .skitter .info_slide_dots {
	bottom: 20px;
	display: inline-block !important;
	width: 100%;
	text-align: center;
	left: 0 !important;
	transform: translateX(0) !important;
}

.wheel .skitter .info_slide_dots .image_number {
	display: inline-block;
	height: 7px;
	width: 40px;
	background-color: #fff;
	cursor: pointer;
	margin-right: 10px;
	float: none;
}

.wheel .skitter .info_slide_dots .image_number.image_number_select,
.wheel .skitter .info_slide_dots .image_number .skitter .info_slide_dots .image_number:hover {
	background-color: #f60;
}

.wheel .skitter .prev_button {
	position: absolute;
	z-index: 30;
	top: 50%;
	left: -45px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	margin-top: -20px;
	background: url("../images/prev.png") 50% 50% no-repeat;
	transition: all .3s linear;
}

.wheel .skitter .next_button {
	position: absolute;
	z-index: 30;
	top: 50%;
	right: -45px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	margin-top: -20px;
	background: url("../images/next.png") 50% 50% no-repeat;
	transition: all .3s linear;
}


/* banner_box */

.banner_box {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.banner_box img {
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}


/* bread_crumb */

.bread_crumb {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 20px 0;
}

.bread_crumb .inner_left {
	display: inline-block;
	float: left;
}

.bread_crumb .inner_left a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #909090;
	float: left;
	margin-right: 5px;
}

.bread_crumb .inner_left span {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #909090;
	float: left;
	margin-right: 5px;
}

.bread_crumb .inner_right {
	display: inline-block;
	float: right;
}

.bread_crumb .inner_right a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #909090;
	margin-left: 20px;
	float: right;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bread_crumb .inner_right a.active {
	color: #8f000b;
}


/* wrap */

.wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrap .res_type {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrap .res_type .type_name {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

.wrap .res_type .type_name .key_word {
	width: auto;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #909090;
}

.wrap .res_type .type_name .key_word> a {
	cursor: auto;
}

.wrap .res_type .type_name .name {
	display: inline-block;
	height: 100%;
	line-height: 28px;
	font-size: 22px;
	color: #323232;
}

.wrap .res_type .type_name .more {
	display: inline-block;
	font-size: 12px;
	color: #909090;
	position: absolute;
	right: 0;
	bottom: -5px;
}

.wrap .res_type .type_name .filter_box {
	height: 100%;
	line-height: 38px;
	float: right;
}

.wrap .res_type .type_name .filter_box a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #909090;
	margin-left: 20px;
	float: right;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.wrap .res_type .type_name .filter_box a.active {
	color: #8f000b;
}

.wrap .res_type .type_name .all_num {
	display: inline-block;
	height: 100%;
	float: right;
	font-size: 12px;
	color: #909090;
	margin-top: 8px;
}

.wrap .res_type .type_name.search {
	margin-bottom: 10px;
}

.wrap .res_type .type_name.search .filter_box {
	line-height: 30px;
}

.wrap .res_type .type_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrap .res_type .type_list .row {
	margin-left: -12px;
	margin-right: -12px;
}

.wrap .res_type .type_list .row .list_inner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrap .res_type .type_list .row .list_inner .list_item {
	width: 20%;
	height: auto;
	overflow: hidden;
	padding: 0 12px;
	float: left;
	margin-top: 15px;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img a {
	display: block;
	width: 100%;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img a img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img a .icon_video {
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url("../images/icon_video.png") no-repeat center;
	position: absolute;
	left: 8px;
	top: 8px;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img:hover {
	box-shadow: 0 4px 8px rgba(40, 40, 40, 0.2);
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img:hover a img {
	transform: scale(1.05);
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img .mask {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img .mask span {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img .mask span:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img .mask span.btn_play {
	background: url("../images/btn_play1.png") no-repeat center;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_img .mask span.btn_pause {
	background: url("../images/btn_pause1.png") no-repeat center;
}

.wrap .res_type .type_list .row .list_inner .list_item.active .item_img a .icon_video {
	display: none;
}

.wrap .res_type .type_list .row .list_inner .list_item.active .item_img .mask {
	display: inline-block;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_name {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wrap .res_type .type_list .row .list_inner .list_item .item_name a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 30px;
	font-size: 14px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wrap.active .res_type {
	margin-top: 40px;
}


/* search-top */

.search-top {
	width: 100%;
	height: auto;
	margin-bottom: -30px;
}

.search-top h1 {
	width: 100%;
	font-weight: normal;
	font-size: 36px;
	color: #646464;
	text-align: center;
	margin: 55px 0;
}

.search-top .search_inner {
	width: 100%;
	height: auto;
}

.search-top .search_inner .search_list {
	width: auto;
	height: 40px;
	line-height: 40px;
	float: left;
}

.search-top .search_inner .search_list .bg_border {
	display: inline-block;
	width: 7px;
	height: 40px;
	float: left;
}

.search-top .search_inner .search_list .bg_border.bg_left {
	background: url("../images/bg_search_left.png") no-repeat center;
}

.search-top .search_inner .search_list .bg_border.bg_right {
	background: url("../images/bg_search_right.png") no-repeat center;
}

.search-top .search_inner .search_list .inner_box {
	width: 270px;
	height: 100%;
	background-color: #f4f4f4;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	float: left;
}

.search-top .search_inner .search_list .inner_box .type_word {
	display: inline-block;
	height: 100%;
	line-height: 38px;
	font-size: 14px;
	float: left;
	margin-left: 30px;
}

.search-top .search_inner .search_list .inner_box .list_inner {
	height: 100%;
	line-height: 38px;
	font-size: 14px;
	float: left;
	cursor: pointer;
	padding-left: 50px;
	position: relative;
}

.search-top .search_inner .search_list .inner_box .list_inner span {
	display: inline-block;
	float: left;
}

.search-top .search_inner .search_list .inner_box .list_inner span.arrow {
	width: 20px;
	height: 100%;
	margin-left: 65px;
}

.search-top .search_inner .search_list .inner_box .list_inner span.arrow {
	background: url("../images/bg_arrow_down.png") no-repeat center;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.search-top .search_inner .search_list .inner_box .list_inner span.arrow.active {
	transform: rotate(180deg);
}

.search-top .search_inner .search_list .inner_box .list_inner ul {
	display: none;
	width: 80px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 39px;
	left: 31px;
	background-color: #f4f4f4;
	border: 1px solid #aeaeae;
	border-top: none;
	padding: 6px 0;
	z-index: 10;
}

.search-top .search_inner .search_list .inner_box .list_inner ul li {
	width: 100%;
	line-height: 30px;
}

.search-top .search_inner .search_list .inner_box .list_inner ul li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #323232;
	text-align: center;
}

.search-top .search_inner .search_list .inner_box .list_inner ul li a:hover {
	color: #8f000b;
}

.search-top .search_inner .search_list .inner_box .list_inner ul li.active a {
	color: #8f000b;
}

.search-top .search_inner .search_input {
	width: auto;
	height: 40px;
	float: left;
	margin-left: 20px;
}

.search-top .search_inner .search_input input {
	width: 426px;
	height: 100%;
	line-height: 38px;
	font-size: 14px;
	background-color: #f4f4f4;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding: 0 25px;
	outline: none;
	float: left;
}

.search-top .search_inner .search_input .bg_input_border {
	display: inline-block;
	width: 7px;
	height: 40px;
	float: left;
}

.search-top .search_inner .search_input .bg_input_border.bg_input_left {
	background: url("../images/bg_search_left.png") no-repeat center;
}

.search-top .search_inner .search_input .bg_input_border.bg_input_right {
	background: url("../images/bg_search_right.png") no-repeat center;
}

.search-top .search_inner .search_button {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #8f000b;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.search-top .search_inner .search_button:hover {
	background-color: #b80412;
}


/* no_search_result */

.no_search_result {
	margin-top: 200px;
	text-align: center;
}


/* list_nav_second */

.list_nav_second {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list_nav_second ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list_nav_second ul li {
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
	float: left;
}

.list_nav_second ul li:last-child {
	margin-right: 0;
}

.list_nav_second ul li a {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #909090;
}

.list_nav_second ul li.active a {
	color: #8f000b;
}


/* show_box */

.show_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.show_box .video_name {
	width: 100%;
	height: auto;
	line-height: 26px;
	font-size: 22px;
	color: #323232;
	margin-bottom: 10px;
}

.show_box .video_inner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.show_box .video_inner .inner_left {
	width: 74%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	float: left;
}

.show_box .video_inner .inner_right {
	width: 24%;
	height: 100%;
	overflow: hidden;
	float: right;
	background-color: #fff;
	position: relative;
}

.show_box .video_inner .inner_right .tab_box {
	width: 100%;
	height: 35px;
	overflow: hidden;
}

.show_box .video_inner .inner_right .tab_box ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f0f0f0;
}

.show_box .video_inner .inner_right .tab_box ul li {
	width: 50%;
	height: 100%;
	line-height: 35px;
	font-size: 14px;
	color: #909090;
	cursor: pointer;
	float: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.show_box .video_inner .inner_right .tab_box ul li:first-child {
	text-align: right;
	padding-right: 25px;
}

.show_box .video_inner .inner_right .tab_box ul li:last-child {
	padding-left: 25px;
}

.show_box .video_inner .inner_right .tab_box ul li.active {
	color: #8f000b;
}

.show_box .video_inner .inner_right .tab_box ul li:hover {
	color: #8f000b;
}

.show_box .video_inner .inner_right .intro_num {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.show_box .video_inner .inner_right .intro_num .intro_box {
	width: 100%;
	height: auto;
	max-height: 342px;
	overflow: hidden;
	padding: 18px 24px;
	padding-bottom: 0;
	position: relative;
}

.show_box .video_inner .inner_right .intro_num .intro_box .intro_top {
	width: 100%;
	height: auto;
}

.show_box .video_inner .inner_right .intro_num .intro_box .intro_top p {
	width: 100%;
	height: auto;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}

.show_box .video_inner .inner_right .intro_num .intro_box .intro_top p.album_text {
	margin-bottom: 0;
}

.show_box .video_inner .inner_right .intro_num .num_list {
	display: none;
	width: 100%;
	height: auto;
	max-height: 332px;
	overflow: hidden;
	padding: 20px 24px;
	padding-bottom: 0;
	position: relative;
}

.show_box .video_inner .inner_right .intro_num .num_list li {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #8f000b;
	font-size: 14px;
	color: #8f000b;
	text-align: center;
	float: left;
	margin: 6px 7px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.show_box .video_inner .inner_right .intro_num .num_list li.active {
	background-color: #8f000b;
	border-color: #8f000b;
	color: #fff;
}

.show_box .video_inner .inner_right .intro_num .num_list li:hover {
	background-color: #8f000b;
	border-color: #8f000b;
	color: #fff;
}

.show_box .video_inner .inner_right .right_bottom {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 25px;
}

.show_box .video_inner .inner_right .right_bottom .bot_left {
	width: 48%;
	height: 100%;
	border-right: 2px solid #909090;
	text-align: center;
	float: left;
	padding-top: 10px;
}

.show_box .video_inner .inner_right .right_bottom .bot_left span {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.show_box .video_inner .inner_right .right_bottom .bot_right {
	width: 52%;
	height: 100%;
	float: right;
	padding-left: 30px;
}

.show_box .video_inner .inner_right .right_bottom .bot_right img {
	width: 80px;
	height: 80px;
}

.show_box .video_inner .inner_right .right_bottom .bot_right svg {
	width: 80px !important;
	height: 80px !important;
}


/* video_player */

.video_player {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
}

.video_player .loading {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
}

.video_player .loading img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	margin-top: -30px;
}

.video_player .loading span {
	display: inline-block;
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	margin-top: 5px;
}

.video_player .last_prompt {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.video_player .last_prompt span {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.video_player .last_prompt span a {
	font-size: 14px;
	color: #3277ae;
}

.video_player .jp-video-play {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	cursor: default;
	background: rgba(0, 0, 0, 0.5);
	z-index: 8;
}

.video_player .jp-video-play .btn_video_pause {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.video_player .jp-video-play .btn_video_pause span {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 20;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.video_player .jp-video-play .btn_video_pause span.circle1 {
	-webkit-animation: ani1 2s infinite;
	-o-animation: ani1 2s infinite;
	-moz-animation: ani1 2s infinite;
	animation: ani1 2s infinite;
}

.video_player .jp-video-play .btn_video_pause span.circle2 {
	-webkit-animation: ani2 2s infinite;
	-o-animation: ani2 2s infinite;
	-moz-animation: ani2 2s infinite;
	animation: ani2 2s infinite;
}

.video_player .jp-video-play .btn_video_pause span.circle3 {
	transform: scale(0.6);
	background: rgba(226, 226, 226, 0.8) url("../images/bg_circle.png") no-repeat 38px center;
}

@keyframes ani1 {
	from {
		transform: scale(0.6);
		background: rgba(226, 226, 226, 0.8);
	}
	to {
		transform: scale(1);
		background: rgba(226, 226, 226, 0);
	}
}

@keyframes ani2 {
	from {
		transform: scale(0.6);
		background: rgba(226, 226, 226, 0.8);
	}
	to {
		transform: scale(0.8);
		background: rgba(226, 226, 226, 0);
	}
}

.video_player .jp-video {
	width: 100%;
	height: 100px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: -100px;
	border: none;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.video_player .jp-video.active {
	bottom: 0;
	z-index: 10;
}

.video_player .jp-video .jp-gui {
	width: 100%;
	height: 100px;
}

.video_player .jp-video .jp-gui .jp-interface {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}

.video_player .jp-video .jp-gui .jp-interface .jp_top {
	width: 100%;
	height: auto;
}

.video_player .jp-video .jp-gui .jp-interface .jp_top .jp-progress {
	height: 6px;
	background-color: transparent;
	border-radius: 6px;
	overflow: visible;
	position: relative;
	top: 24px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-seek-bar {
	background: #808080;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-seek-bar .jp-play-bar {
	background: #fff;
	border-radius: 6px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-play-btn {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	top: -4px;
	left: -7px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom {
	width: 100%;
	height: 66px;
	line-height: 66px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_left {
	width: 33.33%;
	height: 100%;
	float: left;
	text-align: left;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-current-time {
	width: auto;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	margin-left: 0;
	cursor: auto;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .slash {
	display: inline-block;
	color: #999;
	float: left;
	margin: 0 5px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-duration {
	width: auto;
	font-style: normal;
	font-size: 14px;
	color: #999;
	text-align: left;
	float: left;
	margin-right: 0;
	cursor: auto;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid {
	width: 33.33%;
	height: 100%;
	float: left;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls {
	width: 100%;
	height: 100%;
	line-height: 66px;
	text-align: center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 18px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.btn_prev {
	background: url("../images/btn_prev.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.btn_play {
	background: url("../images/btn_pause.png") no-repeat center;
	margin-left: 30px;
	margin-right: 30px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.btn_pause {
	background: url("../images/btn_play.png") no-repeat center;
	margin-left: 30px;
	margin-right: 30px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.btn_next {
	background: url("../images/btn_next.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.active {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
	pointer-events: none;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_mid .jp-controls span.active:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right {
	width: 33.33%;
	height: 100%;
	float: right;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls {
	display: inline-block;
	width: 56px;
	height: 2px;
	background: #a1a3a4;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
	top: -3px;
	left: 70px;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar {
	width: 100%;
	height: 20px;
	overflow: visible;
	background: none;
	position: absolute;
	top: -9px;
	left: 0;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
	width: 80%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 9px;
	left: 0;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar .jp-volume-btn {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 78%;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: -32px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute.btn_volume {
	background: url("../images/btn_volume.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute.btn_mute {
	background: url("../images/btn_mute.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box {
	width: auto;
	height: 100%;
	float: right;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 23px;
	margin-left: 15px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	float: right;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span.jp-restore-screen {
	background: url("../images/btn_restorescreen.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span.jp-full-screen {
	background: url("../images/btn_fullscreen.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span.btn_download {
	background: url("../images/btn_download.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span.btn_cut {
	background: url("../images/btn_cut.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span.btn_screenshot {
	background: url("../images/btn_screenshot.png") no-repeat center;
}

.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .tool_box span:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.video_player .cut_box {
	width: 100%;
	height: 100px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: -100px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.video_player .cut_box.active {
	bottom: 0;
	z-index: 10;
}

.video_player .cut_box .cut_top {
	width: 100%;
	height: auto;
}

.video_player .cut_box .cut_top .btn_back {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../images/btn_back.png") no-repeat center;
	float: right;
	margin-top: -28px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.video_player .cut_box .cut_top .btn_back:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.video_player .cut_box .cut_top .cut-progress {
	width: 100%;
	height: 6px;
	background-color: #808080;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	margin-top: 33px;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar {
	width: 800px;
	height: 6px;
	margin: 0 auto;
	background-color: #bbb;
	position: relative;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .cut-bar-value {
	width: 200px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .btn_cut_left {
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url("../images/btn_cut_left.png") no-repeat center left;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 0;
	margin-left: -7px;
	z-index: 5;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .btn_cut_right {
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url("../images/btn_cut_right.png") no-repeat center left;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 200px;
	z-index: 5;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .time_label {
	width: auto;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	color: #323232;
	border-radius: 10px;
	padding: 0 4px;
	position: absolute;
	bottom: 18px;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .time_label:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	margin-top: 2px;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .time_label.start_time {
	left: -19px;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .time_label.end_time {
	left: 180px;
}

.video_player .cut_box .cut_top .cut-progress .cut-seek-bar .time_label.start_end_time {
	display: none;
	left: 80px;
	z-index: 10;
}

.video_player .cut_box .cut_bottom {
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.video_player .cut_box .cut_bottom .btn {
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	font-size: 14px;
	color: #323232;
	border-radius: 8px;
	cursor: pointer;
	margin: 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.video_player .cut_box .cut_bottom .btn:hover {
	background-color: #999;
	color: #fff;
}

.video_player .cut_box .cut_bottom .time_tag {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
}

.video_player .cut_box .cut_bottom .time_tag i {
	display: inline;
	font-style: normal;
	color: #999;
	cursor: default;
}

.video_player .cut_box .cut_bottom .time_tag i.cut-time {
	color: #fff;
}

.video_player .cut_box .cut_bottom .time_tag i.jp-duration {
	float: none;
	width: auto;
	font-size: 14px;
}

.video_player .cut_box .cut_bottom .cuting {
	display: inline-block;
	width: 60px;
	height: 100%;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 0;
}

.video_player .cuting_prompt {
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 8;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}


/* jp-video-full */

.jp-video-full .jp-video .jp-gui {
	top: auto;
	bottom: -100px;
	padding: 0 10px;
	opacity: 1.0 !important;
	display: block !important;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.jp-video-full .jp-video.active .jp-gui {
	bottom: 0;
}

.jp-video-full .jp-interface {
	position: relative !important;
}

.jp-video-full .cut_box .cut_top {
	z-index: 3;
}

.jp-video-full .cut_box .cut_top .cut-progress .cut-seek-bar {
	width: 95%;
}

.jp-video-full .cut_box .cut_bottom {
	z-index: 1;
}


/* details-modal */

.layui-layer-title {
	border-bottom: none !important;
	cursor: default !important;
}

.modal-body {
	width: 100%;
	height: 480px;
	overflow: hidden;
}

.modal-body .video_player_modal {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
}

.modal-body .video_player_modal .jp-video {
	width: 100%;
	height: 65px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: -70px;
	border: none;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.modal-body .video_player_modal .jp-video.active {
	bottom: 0;
	z-index: 10;
}

.modal-body .video_player_modal .jp-video .jp-gui {
	width: 100%;
	height: 65px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_top {
	width: 100%;
	height: auto;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_top .jp-progress {
	height: 6px;
	background-color: transparent;
	border-radius: 6px;
	overflow: visible;
	position: relative;
	top: 10px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-seek-bar {
	background: #808080;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-seek-bar .jp-play-bar {
	background: #fff;
	border-radius: 6px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_top .jp-progress .jp-play-btn {
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	top: -4px;
	left: -7px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left {
	width: 50%;
	height: 100%;
	float: left;
	text-align: left;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-controls {
	width: auto;
	height: 100%;
	text-align: center;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-controls span {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 5px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-controls span.btn_play {
	background: url("../images/btn_pause.png") no-repeat center;
	margin-right: 15px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-controls span.btn_pause {
	background: url("../images/btn_play.png") no-repeat center;
	margin-right: 15px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-controls span:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-current-time {
	width: auto;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	margin-left: 0;
	cursor: auto;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .slash {
	display: inline-block;
	color: #999;
	float: left;
	margin: 0 5px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_left .jp-duration {
	width: auto;
	font-style: normal;
	font-size: 14px;
	color: #999;
	text-align: left;
	float: left;
	margin-right: 0;
	cursor: auto;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right {
	width: 50%;
	height: 100%;
	float: right;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls {
	display: inline-block;
	width: 56px;
	height: 2px;
	background: #a1a3a4;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
	top: auto;
	left: auto;
	float: right;
	margin-top: 19px;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar {
	width: 100%;
	height: 20px;
	overflow: visible;
	background: none;
	position: absolute;
	top: -9px;
	left: 0;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
	width: 80%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 9px;
	left: 0;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-volume-bar .jp-volume-btn {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 78%;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: -32px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute.btn_volume {
	background: url("../images/btn_volume.png") no-repeat center;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute.btn_mute {
	background: url("../images/btn_mute.png") no-repeat center;
}

.modal-body .video_player_modal .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls .jp-mute:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/* fenye */

.fenye {
	width: 100%;
	height: 50px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	margin-bottom: -10px;
	vertical-align: middle;
}

.fenye .page_left {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #646464;
}

.fenye .pagination {
	width: auto;
	height: 50px;
	display: inline-block;
	zoom: 1;
	display: inline;
	/*ie7兼容要加zoom和*zoom:1;*display:inline;*/
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 0 !important;
}

.fenye .pagination li {
	display: inline-block;
	width: auto;
	zoom: 1;
	display: inline;
	/*ie7兼容要加zoom和*zoom:1;*display:inline;*/
	margin: 0 2px;
	vertical-align: middle;
}

.fenye .pagination li a {
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	padding: 5px 9px;
	color: #646464;
	border-radius: 100px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fenye .pagination li a:hover {
	background: #8f000b;
	color: #fff;
}

.fenye .pagination li.previous a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	margin-top: -6px;
	padding: 0;
	background: url("../images/page_prev.png") no-repeat center center;
}

.fenye .pagination li.previous a:hover {
	background: url("../images/page_prev_active.png") no-repeat center center;
}

.fenye .pagination li.next a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	margin-top: -6px;
	padding: 0;
	background: url("../images/page_next.png") no-repeat center center;
}

.fenye .pagination li.next a:hover {
	background: url("../images/page_next_active.png") no-repeat center center;
}

.fenye .pagination li.disabled span {
	display: inline-block;
	min-width: 15px;
	height: 15px;
	line-height: 0 !important;
	padding: 0 5px;
	border-radius: 12.5px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #777;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fenye .pagination li.selected a {
	background: #8f000b;
	color: #fff;
}

.fenye .pagination li.active span {
	background: #8f000b;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	padding: 5px 9px;
	border-radius: 100px;
}


/* footer */

.footer {
	width: 100%;
	height: auto;
	background-color: #8f000b;
	padding: 17px 0;
	margin-top: 60px;
}

.footer p {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.footer p.img_logo {
	margin-top: 10px;
	margin-bottom: 15px;
}

.footer p.img_logo img {
	max-width: 320px;
}

.footer p.address {
	vertical-align: middle;
}

.footer p.address span {
	display: inline-block;
	vertical-align: middle;
}

.footer p.address .wechat {
	width: 20px;
	height: 20px;
	background: url("../images/wechat.png") no-repeat center;
	margin-left: 12px;
	position: relative;
}

.footer p.address .wechat .qr_code {
	display: none;
	width: 216px;
	height: 221px;
	background: url("../images/qr_code.png") no-repeat center;
	position: absolute;
	top: -198px;
	left: -95px;
}

.footer p.address .wechat .qr_code img {
	width: 140px;
	height: 140px;
	margin-top: 34px;
	margin-right: 8px;
}

.footer p.address .wechat:hover .qr_code {
	display: block;
}


/* @media */

@media (max-width: 1199px) {
	.container {
		padding: 0 20px;
	}
	.banner_box {
		height: 160px;
	}
	.banner_box img {
		margin-left: -768px;
	}
	.video_player .jp-video .jp-gui .jp-interface .jp_bottom .jp_right .jp-volume-controls {
		left: 30px;
	}
}