* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

body {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	background: url(../images/bgc.jpg) no-repeat;
	background-size: cover;
}

.v-con {
	width: 1286px;
	/*height: 728px;*/
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.v-con .v-left {
	width: 260px;
	float: left;
	border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 0px 5px -5px #a6aeb5;
	-moz-box-shadow: 2px 2px 5px #a6aeb5;
	-webkit-box-shadow: 2px 2px 5px #a6aeb5;
	box-shadow: 2px 2px 5px #a6aeb5;
}

.v-con .v-left .v-top {
	width: 100%;
	position: relative;
	height: 168px;
	background-color: #fff;
	position: relative;
}

.v-con .v-left .v-top .san {
	position: absolute;
	left: 0px;
	width: 260px;
	bottom: -18px;
}

.v-con .v-left .v-top .sj {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	left: 100px;
	bottom: -4px;
}

.v-con .v-left .v-top>img {
	display: block;
	margin: 0 auto;
	padding-top: 13.5px;
}

.v-con .v-left .v-lcon {
	height: 560px;
	background-color: #f1f5f8;
}

.v-con .v-left .v-lcon .gy,
.v-con .v-left .v-lcon>li:hover {
	background-color: #dce8f4;
}

.v-con .v-left .v-lcon>li {
	background-color: #f1f5f8;
	height: 112px;
	line-height: 112px;
	text-align: left;
	padding-left: 43px;
	font-size: 18px;
	margin-bottom: 2px;
}

.v-con .v-left .v-lcon>li a {
	color: #434343;
	display: inline-block;
	height: 112px;
	width: 100%;
}

.v-con .v-left .v-lcon>li img {
	height: 40px;
	width: 40px;
	margin-right: 8px;
}

.v-con .v-right {
	width: 966px;
	padding-right: 30px;
	float: right;
	margin-top: 0;
	margin-bottom: 16px;
}

.v-con .v-right .vr-top {}

.v-right .vr-top .back {
	height: 58px;
}

.v-right .vr-top .back>a {
	float: right;
	margin-top: 28px;
	font-size: 24px;
	color: #c3c3c3;
}

.v-right .vr-top .back>a>img {
	width: 44px;
	margin-left: 2px;
}

.v-right .vr-top .vr-title {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	color: #000;
	margin-bottom: 4px;
}

.v-right .vr-top .vr-text {
	font-size: 14px;
	color: #000;
}


/*-------*/

.v-detail {
	width: 911px;
	height: 150px;
	margin-top: 15px;
	border: 1px solid #dedede;
	position: relative;
	padding: 10px;
}

.v-detail .xc {
	position: absolute;
	width: 34px;
	padding: 8px 0;
	background-color: #bfbfbf;
	color: #fff;
	text-align: center;
	font-size: 16px;
	top: -1px;
	right: -34px;
}


/* 妯悜婊氬姩
------------------------------ */

.s-box {
	height: 170px;
}

.slider {
	position: relative;
	height: 150px;
	width: 884px;
}

.slider .list {
	width: 2000px;
	height: 150px;
}

.slider .list>li {
	float: left;
	width: 268px;
}

.slider .list>li>a>img {
	width: 268px;
}

.slider .list>li+li {
	margin-left: 40px;
}

.slider .btn {
	position: absolute;
	top: 65px;
}

.slider .prev {
	left: -30px;
}

.slider .next {
	right: -30px;
}

.scroll_horizontal {
	position: relative;
	width: 900px;
	height: 150px;
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 761px;
	height: 150px;
	margin-left: 80px;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}

.scroll_horizontal .list li {
	float: left;
	width: 254px;
	margin-right: 10px;
}

.scroll_horizontal .list li>a {
	width: 222px;
	height: 150px;
	overflow: hidden;
	display: block;
}

.scroll_horizontal .list li>a>img {
	display: block;
	vertical-align: middle;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 50px;
	background-repeat: no-repeat;
	font: 0/0 Arial;
	cursor: pointer;
}

.scroll_horizontal .prev {
	left: -30px;
	background-position: 0 0;
	background: url(../images/left.png) no-repeat;
}

.scroll_horizontal .next {
	right: -37px;
	background-position: -40px 0;
	background: url(../images/right.png) no-repeat;
}

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	display: none;
}

.tan {
	position: fixed;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1000;
	padding: 10px;
	display: none;
}

.tan .close {
	display: block;
	height: 34px;
	line-height: 34px;
	float: right;
	font-size: 24px;
	color: #666;
}

.tan .vr-detail {
	width: 600px;
	margin-top: 34px;
	height: 360px;
	overflow: hidden;
}

.tan video {
	width: 600px;
}


/*-------------------*/

.v-con .v-left .v-lcon .jz {
	background-color: #007AFF;
	color: #fff;
}

.v-con .v-left .v-lcon .jz>img {
	margin-right: 8px;
	width: 40px;
}

.sw-box {
	width: 996px;
	margin-top: 0px;
	height: 728px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.swiper-container {
	width: 996px;
	height: 728px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	background-size: 996px 728px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
}

.swiper-pagination {
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 996px;
}

.swiper-pagination>span {
	margin-right: 8px;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}


/* apply */

.apply {
	width: 100%;
}

.apply_array {
	width: 266px;
	float: left;
	height: 150px;
	text-align: center;
}

.apply_array .vote {
	position: absolute;
	line-height: 26px;
	margin-top: 10px;
	padding-left: 29px;
	width: 83px;
	display: block;
	background: url(imgs/vote.gif) no-repeat 0px 0px;
	height: 26px;
	color: #282828;
	margin-left: -6px;
	text-decoration: none;
}

.apply_last {
	margin-right: 0px
}

.apply_img {
	text-align: center;
	width: 230px;
	display: table-cell;
	height: 150px;
	overflow: hidden;
	font-size: 95px;
	vertical-align: middle
}

.apply_array a {
	text-decoration: underline
}

.apply_array a:hover {
	color: #e01111
}

.apply_info {
	text-align: center;
	padding: 15px;
}

.apply_comment {
	text-align: center
}

.apply_info a {
	line-height: 17px;
	font-weight: 700
}

.apply_nav {
	position: relative;
	width: 798px;
	float: left;
	height: 150px;
	overflow: hidden
}

.apply_w {
	position: absolute;
	width: 1000px;
	float: left;
	left: 0px
}

.apply .img_l {
	width: 56.5px;
	margin-top: 55px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.apply .img_r {
	width: 56.5px;
	margin-top: 55px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.apply_img>img {
	display: block;
	width: 254px;
	margin-left: 6px;
}

.apply .img_l>img {
	width: 40px;
}

.apply .img_r>img {
	width: 40px;
}
.v-detail{
	height: 180px;
}
.apply_img>img{
	width: 230px;
	margin-left: 18px;
	cursor: pointer;
}
.z-text{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.apply_nav{
	height: 180px;
	
}

.imagecon {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    display: none;
}

.imagecon a{
    position: absolute;
    top:0;
    left: 0;
    z-index: 8001;
    width:100%;
    height:100%;
}

.imagecon .imagebox {
    position: absolute;
    width:666px;
    height: 500px;
    top:50%;
    left: 50%;
    z-index: 99999;
    margin-top: -261px;
    margin-left: -340px;
    padding: 6px 7px;
    background-color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.imagecon .imagebox img {
    width: 666px;
    height: 500px;
}

.imagecon .imagebox #del {
    position: absolute;
    right: -20px;
    top:-14px;
    width: 43px;
    height:43px;
    cursor: pointer;
}

.videocont {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    display: none;
}

.videocont a{
    position: absolute;
    top:0;
    left: 0;
    z-index: 8001;
    width:100%;
    height:100%;
}

.videocont .videobox {
    position: absolute;
    width:752px;
    height: 452px;
    top:50%;
    left: 50%;
    z-index: 99999;
    margin-top: -226px;
    margin-left: -376px;
    padding: 6px 7px;
    background-color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.videocont .videobox video {
    width:750px;
    height: 450px;
}

.videocont .videobox video p{
    font-size: 24px;
    text-indent: 2em;
    margin-top: 20px;
}

.videocont .videobox img {
    width: 666px;
    height: 500px;
}

.videocont .videobox #del2 {
    position: absolute;
    right: -20px;
    top:-14px;
    width: 43px;
    height:43px;
    cursor: pointer;
    border-radius: 50%;
}