﻿/*
CSS Reset
*/

/** 清除内外边距 **/
body, div, p, h1, h2, h3, h4, h5, h6, blockquote,  /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre,  /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea,  /* form elements 表单元素 */
table,th,td /* table elements 表格元素 */{
	margin:0;
	padding:0;
}

body,button,input, select,textarea{
    font: 13px/1.5 "Microsoft Yahei",'PingFang SC','Lantinghei', Arial, "SimHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; line-height: 1; font-weight:normal }
address, cite, em, i { font-style: normal; } /* 将斜体扶正 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
li { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; line-height:normal; } /* 使得表单元素在 ie 下能继承字体大小 */

/** 重置表格元素 **/
table{ border-collapse: collapse; border-spacing: 0; }
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
	display:block;
}

/* 清理浮动 */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix {
	zoom:1; /* for IE6 IE7 */
}
.fn-hide {
	display:none;
}/* Base */
body{
	
}
.wrapper{
	margin:0 auto;
	max-width: 1200px;
	min-width: 1200px;
	width: 1200px;
}
@media (min-width:1px){
	.wrapper{
		max-width: 1440px;
		min-width: 768px;
		width: auto;
	}
}
a:hover{
	text-decoration: none;
}
/* Base */

/* header ad */
.topBanner{
	max-width: 1024px;
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
/* .topBanner >div{
	margin-bottom: 10px !important;
} */
.topBanner >img{
	display: none;
}
/* header ad*/

/* Button */
.btn-search,
.btn-login,
.btn-subscribe,
.btn-gallery-left,
.btn-gallery-right{
	display: block;
	width:46px;
	height:46px;
	background: url(../images/ele.png) no-repeat left top;
}
.btn-search{
	background-position: left -85px;
}
.btn-search:hover{
	background-position: -57px -85px;
}
.btn-login{
	background-position: left -141px;
}
.btn-login:hover{
	background-position: -57px -141px;
}
.btn-subscribe{
	width:100px;
	line-height: 46px;
	background-position: left -198px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.btn-subscribe:hover{
	text-decoration: none;
	background-position: left -255px;
	color: #00d5ff;
}
.btn-gallery-left{
    background-position: -199px top;
}
.btn-gallery-right{
    background-position: -284px top;
}
.btn-share,
.btn-more{
	display: block;
	margin:0 auto;	
	width: 124px;
	height: 44px;
	border:solid 1px #9b9b9b;
	border-radius: 22px;
	text-align: center;
	cursor: pointer;
	line-height: 44px;
	font-size: 16px;
}
.btn-share:hover,
.btn-more:hover{
	border-color: #ff0000;
	color: #ff0000;
}
.btn-share{
	overflow: hidden;
	position: relative;
	-webkit-transition: width 0.2s;
	   -moz-transition: width 0.2s;
	     -o-transition: width 0.2s;
	    -ms-transition: width 0.2s;
}
.btn-share span{
	display: block;
}
.btn-share div{
	border-radius: 22px;
	position: absolute;
	height:44px;
	width:200px;
	top:44px;
	left:50%;
	margin-left: -100px;
	background: #fafafa;
	-webkit-transition: top 0.2s;
	   -moz-transition: top 0.2s;
	     -o-transition: top 0.2s;
	    -ms-transition: top 0.2s;
}
.btn-share a{
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	background: url(../images/ele.png) no-repeat;
	margin: 0 3px;
}
.btn-share label{
	display: none;
}
.btn-share .cnc-share-weixin{
	background-position: -113px -198px;
}
.btn-share .cnc-share-tsina{
	background-position: -170px -198px;
}
.btn-share .cnc-share-qzone{
	background-position: -226px -198px;
}
.btn-share .cnc-share-douban{
	background-position: -283px -198px;
}
.btn-share .cnc-share-tqq,
.btn-share .cnc-share-renren,
.btn-share .cnc-share-count{
	display: none;
}
.btn-share:hover{
	width: 200px;
}
.btn-share:hover div{
	top:0;
}
.btn-share:hover a:nth-child(2){
	-webkit-animation: rotate180 0.5s forwards;
	   -moz-animation: rotate180 0.5s forwards;
	     -o-animation: rotate180 0.5s forwards;
	    -ms-animation: rotate180 0.5s forwards;
}
.btn-share:hover a:nth-child(4){
	-webkit-animation: rotate180 0.5s 0.2s forwards;
	   -moz-animation: rotate180 0.5s 0.2s forwards;
	     -o-animation: rotate180 0.5s 0.2s forwards;
	    -ms-animation: rotate180 0.5s 0.2s forwards;
}
.btn-share:hover a:nth-child(6){
	-webkit-animation: rotate180 0.5s 0.4s forwards;
	   -moz-animation: rotate180 0.5s 0.4s forwards;
	     -o-animation: rotate180 0.5s 0.4s forwards;
	    -ms-animation: rotate180 0.5s 0.4s forwards;
}
.btn-share:hover a:nth-child(7){
	-webkit-animation: rotate180 0.5s 0.6s forwards;
	   -moz-animation: rotate180 0.5s 0.6s forwards;
	     -o-animation: rotate180 0.5s 0.6s forwards;
	    -ms-animation: rotate180 0.5s 0.6s forwards;
}
@-webkit-keyframes rotate180 {
	from { 
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	    -ms-transform:rotate(180deg); 
	}
	to { 
	-webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	     -o-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	}
}
@-o-keyframes rotate180 {
	from { 
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	    -ms-transform:rotate(180deg); 
	}
	to { 
	-webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	     -o-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	}
}
@-moz-keyframes rotate180 {
	from { 
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	    -ms-transform:rotate(180deg); 
	}
	to { 
	-webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	     -o-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	}
}
@-ms-keyframes rotate180 {
	from { 
	-webkit-transform:rotate(180deg);
	   -moz-transform:rotate(180deg);
	     -o-transform:rotate(180deg);
	    -ms-transform:rotate(180deg); 
	}
	to { 
	-webkit-transform:rotate(0deg);
	   -moz-transform:rotate(0deg);
	     -o-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	}
}
.cnc-share-imgshare-cnt{
	display: none;
}
.cnc-share-mask{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 10000;
}
.cnc-share-dialog{
	display: none;
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	width: 368px;
	height: 368px;
	margin: -184px 0 0 -184px;
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
	z-index: 11000;
	overflow: hidden;
}
.cnc-share-dialog-close{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top:20px;
	background: url(../images/close.png);
	cursor: pointer;
} 
.cnc-share-dialog-hd{
	margin: 20px 4px 15px 4px;
	padding-left: 16px;
	font-size: 16px;
	font-family: "Microsoft Yahei", "宋体" ;
	line-height: 16px;
} 
.cnc-share-dialog-bd{
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 0 4px;
	padding: 18px 72px;
}
.cnc-share-dialog-info{
	font-size: 12px;
	font-family: "Microsoft Yahei", "宋体" ;
	line-height: 18px;
	padding: 13px 12px;
}
/* Button */

/* header */
.header{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	min-width: 768px;
	background: #09091a;
	z-index: 11;
}
.header .wrapper{
	position: relative;
	max-width: 1440px;
	height:72px;
}
.header .wrapper .input{
	background: #fff;
	overflow: hidden;
	position: absolute;
	top:13px;
	right:209px;
	width: 0px;
	height:42px;
	border: solid 1px #ff0000;
	border-top-left-radius:21px;
	border-bottom-left-radius:21px;
	-webkit-transition: width 0.5s;
	   -moz-transition: width 0.5s;
	     -o-transition: width 0.5s;
	    -ms-transition: width 0.5s;
}
.header .wrapper .input input{
	display: block;
	outline: none;
	border: none;
	margin:0 25px;
	width: 180px;
	height:42px;
	line-height: 42px;
	font-size: 18px;
	color: #bbbbbb;
}
.header .open-search .btn-search{
	background-position: -57px -85px;
}
.header .open-search .input{
	width: 208px;
}
.header .logo{
	float: left;
	width: 100px;
	height: 50px;
	background: url(../images/ele.png) no-repeat left top;
	margin:11px 0 0 23px;
}
.header .nav{
	float: left;
	margin-left: 40px;
}
.header .nav li{
	float: left;
	padding:0 20px;
	height: 72px;
	line-height: 72px;
}
.header .nav li a{
	font-size: 18px;
	color: #fff;
}
.header .nav li a:hover{
	text-decoration: none;
	color: #ff0000;
}
.header .nav .more{
	position:relative;
}
.header .nav .more b{
	vertical-align: middle;
	*vertical-align: -30px;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/ele.png) no-repeat left -56px;
}
.header .nav .more a:hover b{
	background-position: -28px -56px;
}
.header .nav .more span{
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left:24px;
	width: 20px;
	background: url(../images/ele.png) no-repeat -56px -68px;
}
.header .control{
	position: absolute;
	top:0;
	right:0;
	margin:13px 19px 0 0;
}
.header .control li{
	float: left;
	margin-left: 10px;
}
.header .subnav{
	overflow: hidden;
	position:absolute;
	top:72px;
	left:0;
	width: 100%;
	z-index: 8;
}
.header .subnav a{
	color: #fff;
}
.header .subnav a:hover{
	text-decoration: none;
	color: #ff0000;
}
.header .subnav .l{
	width: 19%;
	overflow: hidden;
	float: left;
	background: url(../images/subnav-bg0.png);
}
.header .subnav .l li{
	float: left;
	height: 84px;
	line-height: 84px;
	font-size: 18px;
	margin:0 15px;
}
.header .subnav .m{
	overflow: hidden;
	float: left;
	background: url(../images/subnav-bg1.png);
	width: 56%;
	background: rgba(0,0,0,0.85);
}
.header .subnav .m ul{
	padding:20px 20px 0;
}
.header .subnav .m li{
	float: left;
	padding:0 12px;
	line-height: 24px;
}
.header .subnav .r{
	overflow: hidden;
	float: left;
	background: url(../images/subnav-bg2.png);
	width: 25%;
}
.header .subnav .r ul{
	margin-left: 38px;
}
.header .subnav .r li{
	float: left;
	height: 84px;
	line-height: 84px;
	margin-right: 5%;
}
.header .subnav .r b{
	float:left;
	background: url(../images/ele.png) no-repeat -113px top;
	width: 33px;
	height: 16px;
	margin-top: 33px;
}
.header .subnav .r .wireless b{
	float: right;
	margin-left: 3px;
}
.header .more span,
.header .subnav .l,
.header .subnav .m,
.header .subnav .r{
	height:0;
}
.header .subnav .l,
.header .subnav .m,
.header .subnav .r{
	-webkit-transition: height 0.5s;
	   -moz-transition: height 0.5s;
	     -o-transition: height 0.5s;
	    -ms-transition: height 0.5s;
}
.header .open .more span{
	height: 17px;
}
.header .open .subnav .l,
.header .open .subnav .m,
.header .open .subnav .r{
	height: 84px;
}
.header .nav li.n1,
.header .nav li.n2,
.header .open .subnav .l li.n1,
.header .open .subnav .l li.n2{
	display: none;
}
/* header */

/* header Responsive */
@media (min-width:1201px){
	.header .subnav .l{
		width: 0%;
	}
	.header .subnav .m{
		/*width: 79%;*/
		width: 71%;
		padding-left: 8%;
	}
	.header .subnav .r{
		width: 21%;
	}
	.header .nav li:nth-last-child(2),
	.header .nav li:nth-last-child(3),
	.header .open .subnav .l li:nth-last-child(2),
	.header .open .subnav .l li:nth-last-child(1){
		display: block;
	}
	.header .subnav .m ul{
		padding:0;
	}
	.header .subnav .m li{
		height: 58px;
		line-height: 58px;
	}
	.header .subnav .r li{
		height: 58px;
		line-height: 58px;
	}
	.header .subnav .r b{
		margin-top:20px;
	}
	.header .open .subnav .l,
	.header .open .subnav .m,
	.header .open .subnav .r{
		height: 58px;
	}
}

@media (max-width:1024px) and (min-width:899px){
	.header .subnav .l{
		width: 23%;
	}
	.header .subnav .m{
		width: 48%;
	}
	.header .subnav .r{
		width: 29%;
	}
	.header .nav li:nth-last-child(2),
	.header .nav li:nth-last-child(3),
	.header .nav li:nth-last-child(4),
	.header .nav li:nth-last-child(5){
		display: none;
	}
	.header .open .subnav .l ul{
		padding-top: 20px;
	}
	.header .open .subnav .l li{
		height: 30px;
		line-height: 30px;
	}
	.header .open .subnav .l li.n1,
	.header .open .subnav .l li.n2{
		display: block;
	}
	.header .subnav .m ul{
		padding:20px 20px 0;
	}
	.header .subnav .m li{
		height: auto;
		line-height: 24px;
	}
	.header .subnav .r li{
		height: 114px;
		line-height: 114px;
	}
	.header .subnav .r b{
		margin-top: 48px;
	}
	.header .open .subnav .l,
	.header .open .subnav .m,
	.header .open .subnav .r{
		height: 114px;
	}
}
@media (max-width:900px){
	.header .control li:nth-last-child(1){
		display: none;
	}
	.header .wrapper .input{
		right:100px;
	}
	.header .subnav .l{
		width: 25%;
	}
	.header .subnav .m{
		width: 75%;
	}
	.header .subnav .r{
		display:none;
	}
	.header .nav li:nth-last-child(2),
	.header .nav li:nth-last-child(3),
	.header .nav li:nth-last-child(4),
	.header .nav li:nth-last-child(5){
		display: none;
	}
	.header .open .subnav .l li.n1,
	.header .open .subnav .l li.n2{
		display: block;
	}
	.header .open .subnav .l ul{
		padding-top: 20px;
	}
	.header .open .subnav .l li{
		height: 30px;
		line-height: 30px;
	}
	.header .subnav .m ul{
		padding:20px 20px 0;
	}
	.header .subnav .m li{
		height: auto;
		line-height: 24px;
	}
	.header .subnav .r li{
		height: 114px;
		line-height: 114px;
	}
	.header .subnav .r b{
		margin-top: 48px;
	}
	.header .open .subnav .l,
	.header .open .subnav .m,
	.header .open .subnav .r{
		height: 114px;
	}
}
/* header Responsive */

/* footer */
.footer{
	background: #09091a;
	min-width: 768px;
	margin:0 auto;
}
.footer .row1{
	float: left;
	padding:25px 0 0 20px;
	width: 235px;
}
.footer .row2{
	float: left;
	padding:45px 0 0 80px;
	width: 326px;
}
.footer .row3{
	float: left;
	padding:45px 0 20px 0;
	width: 260px;
}
.footer .row4{
	float: left;
	padding:45px 0 0 0;
	width: 220px;
}
.footer .logo{
	margin:0 auto 25px;
	width: 229px;
	height: 138px;
	background: url(../images/ele.png) no-repeat -113px -57px;
}
.footer .search{
	position: relative;
	background: #fff;
	height:44px;
	border-radius: 22px;
	padding:0 35px 0 19px;
}
.footer .search input{
	outline: none;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 15px;
	border: none;
}
.footer .search b{
	position: absolute;
	top:13px;
	right:11px;
	width:20px;
	height: 20px;
	background: url(../images/ele.png) no-repeat -13px -98px;
	cursor: pointer;
}
.footer h2{
	color: #00d0f9;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 16px;
}
.footer li a{
	color: #5f5f6e;
	font-size: 18px;
}
.footer li{
	margin-bottom: 16px;
}
.footer .other{
	margin-top: 103px;
}
.footer .bottom{
	border-top:solid 1px #5f5f6e;
	margin:0 20px;
	padding:12px 0 20px;
}
.footer .bottom p{
	color: #5f5f6e;
	margin-bottom: 5px;
}
.footer .bottom span,
.footer .bottom span a{
	color: #fff;
}
.footer .bottom a{
	color: #5f5f6e;
}
.footer .row4 li a{
	position:relative;
}
.footer .row4 li a span{
	display: none;
	position: absolute;
	top:0;
	top:100%;
	width:150px;
	height:150px;
	z-index: 1;
	margin-top: 20px;
}
.footer .row4 li a:hover span{
	display: block;
}
.footer .row4 li .gq24{
	background: url(../images/gq24.jpg) no-repeat left top;
}
.footer .row4 li .gq{
	background: url(../images/gq.jpg) no-repeat left top;
}
.footer .row4 li .gqclub{
	background: url(../images/gqclub.jpg) no-repeat left top;
}
@media (max-width:1023px){
	.footer .row4 li a span{
		width: 100px;
		height: 100px;
		background-size: 100% !important
	}
}
/* footer */

/* footer Responsive */
@media (min-width:1439px){
	.footer .row2{
		width: 326px;
	}
	.footer .row3{
		width: 325px;
	}
	.footer .row4{
		width: 300px;
	}
}
@media (max-width:1199px) and (min-width:1024px){
	.footer .row2{
		width: 300px;
	}
	.footer .row3{
		width: 200px;
	}
	.footer .row4{
		width: 170px;
	}
}
@media (max-width:1023px){
	.footer .row1{
		float: none;
		width: 460px;
		margin:0 auto;
		padding-top: 44px;
	}
	.footer .row4{
		width: 100%;
		text-align: center;
		padding-bottom: 45px;
	}
	.footer .row4 li{
		display: inline-block;
		margin:0 27px;
	}
	.footer .row2,
	.footer .row3,
	.footer .row4 .otherweb,
	.footer .row4 h2{
		display: none;
	}
	.footer .bottom{
		text-align: center;
	}
}
/* footer Responsive */

/* floatTip */
.floatTip{position: fixed;bottom:20px;right: 0;z-index: 999; width: 60px; }
.floatTip .item { position:relative;-webkit-tap-highlight-color: transparent;}
.floatTip .item .icon{background:url(../images/float-icon.png) no-repeat; margin-bottom: 1px;cursor: pointer; width: 60px; height: 60px;}
.floatTip .wx .icon{ background-position: 0 -61px;}
.floatTip .sub,
.floatTip .sub span{ display: block;}
.floatTip .sub .icon{ background-position: 0 -307px;}
.floatTip .returnTop{cursor: default;opacity: 0;}
.floatTip .returnTop .icon{ background-position: 0 0;cursor: default;opacity: 0;}

.floatTip .wx .cnt{ width: 120px; height: 182px; left: -121px; top:-61px; background: none; display: none; position: absolute;}
.floatTip .wx .cnt span{ background:url(../images/wx-bg.jpg) no-repeat; text-align: center; display: block; width:60px; height: 50px; padding:10px 30px 0 30px; margin-bottom: 1px; font-size: 14px; line-height: 18px; color: #666; font-family: 'Microsoft Yahei' }
.floatTip .wx .cnt em { padding:5px; background:#d8d8d8; display: block; width: 110px; height: 110px; }
.floatTip .returnTop .cnt{background:url(../images/float-icon.png) no-repeat  0 -244px;width: 60px; height: 60px;left: -61px; top:0; cursor: pointer;display: none; position: absolute; }
.floatTip .sub .cnt{background:url(../images/float-icon.png) no-repeat  0 -372px;width: 60px; height: 60px;left: -61px; top:0; cursor: pointer;display: none; position: absolute; }

/* floatTip */

/* Pages */
.Pages{
	max-width: 660px;
	margin:0 auto 34px;
}
.Pages span{
	width: 45px;
	height: 45px;
	background: url(../images/ele.png) no-repeat left -311px;
	cursor: pointer;
}
.Pages span *{
	display: block;
	width:45px;
	height: 45px;
}
.Pages ul{
	margin:0 65px;
	border:solid #9b9b9b 1px;
	border-radius: 22.5px;
	text-align: center;
}
.Pages li{
	display: inline-block;
	height:45px;
	line-height: 48px;
	margin:0 10px;
}
.Pages li,
.Pages li a{
	color: #9b9b9b;
	font-size: 16px;
}
.Pages li.current a,
.Pages li a:hover{
	text-decoration: none;
	color: #ff0000;
}
.Pages .btn-left{
	float:left;
}
.Pages .btn-right{
	float:right;
	background-position: -56px -311px;
}
/* Pages */

/* Tags */
.Tags{
	text-align: center;
}
.Tags *{
	display: inline-block;
	vertical-align: middle;
	height:28px;
	line-height: 28px;
	color: #9b9b9b;
	border:solid #9b9b9b 1px;
	border-radius: 14px;
	padding:0 23px;
	font-size: 14px;
	margin:0 4px;
}
.Tags *:hover{
	text-decoration:none;
	border-color: #ff0000;
	color: #ff0000;
}
/* Tags */

/* Loading */
.loading{
	background: url(../images/AjaxLoader.gif) no-repeat center center;
	height:40px;
}
/* Loading */

/* recommand */
.recommand{
	padding:34px 0;
}
.recommand h3{
	font-size: 30px;
	text-align: center;
	margin-bottom: 34px;
}
.recommand .group{
	width: 1050px;
	margin:0 auto;
	padding:0 0 34px;
}
.recommand.bg{
	padding-top: 34px;
	background: #f5f5f5;
}
.recommand dl{
	float: left;
	width:300px;
	margin:0 25px;
}
.recommand dt{
	height: 200px;
	overflow: hidden;
	margin-bottom:10px;
}
.recommand dt img{
	display: block;
	width: 100%;
}
.recommand dd{
	position: relative;
	padding-left: 60px;
	font-size: 16px;
}
.recommand dd a{
	color: #30303E;
}
.recommand.black dd a{
	color: #fff;
}
.recommand dl:hover a,
.recommand dd a:hover{
	color: #E60000;
}
.recommand dd a.tags,
.recommand dd span.tags{
	position: absolute;
	left:0;
	top:4px;
	min-width: 50px;
	height: 16px;
	background:#d0011d;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	padding:0 2px;
}
/* recommand */

/* recommand Responsive */
@media (min-width: 1024px) and (max-width:1199px){
	.recommand .group{
		width: 855px;
	}
	.recommand dl{
		width: 265px;
   	 	margin: 0px 10px;
	}
}
@media (max-width:1023px){
	.recommand .group{
		width: 618px;
	}
	.recommand dl:last-child{
		display: none;
	}
	.recommand dl{
		width: 289px;
   	 	margin: 0px 10px;
	}
}	
/* recommand Responsive */

/* LT Base Begin*/
.imgscroll{
	height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.imgscroll .scrollHide{
	position: absolute;
	left:0;
	top: 0;
	width: 500%;
}
.scrollHide>div{
	position: relative;
	float: left;
}
.scrollHide>div a{
	color: #000;
}
.scrollHide>div img{
	display: block;
}

.scrollHide .cont{
	position: absolute;
	width: 512px;
	bottom: 12%;
	left: 50%;
	margin-left:-256px;
	text-align: center;

}
.scrollHide .cont h6{
	background: #E60000;
	color: #fff;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding:0 20px;
	line-height: 44px;
	font-size: 18px;
	margin-bottom: 15px;
}
.scrollHide .cont p{
	background: #fff;
	font-size: 36px;
}
.scrollHide .cont span{
	display: block;
	padding-top:20px;
	color:#fff;
}
.scrollHide .cont span a{
	color: #fff;
}
.scrollHide .btnBox{
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -20px; 
}
.scrollHide .btnBox em{
	display: none;
	font-weight: bold;
	font-size: 34px;
	color: #E60000;
}
.scrollHide>div:hover .cont p{
	background:#000;
	color: #fff; 
}
.scrollHide>div:hover .btnBox{
	width: 200px;
	line-height: 55px;
	margin:-25px 20px 0 -20px; 
}
.scrollHide>div .playBtnB{
	float: left;
}
.scrollHide>div:hover .playBtnB{
	background-position: -250px -300px;
	margin-right: 20px;
}
.scrollHide>div:hover em{
	display:block;
}
.imgscroll .switchable-triggers{
	position: absolute;
	left: 50%;
	bottom: 5%;
	margin-left: -30px;
}
.imgscroll .switchable-triggers li,
.imgscroll .switchable-triggers .swiper-pagination-switch{
	display:block;
	float: left;
    width: 6px;
    height: 6px;
    margin: 6px 5px 0 0;
    font-size: 0px;
    background: #fff;
    outline: none;
    overflow: hidden;
    border-radius: 50%;
}
.imgscroll .switchable-triggers li.current,
.imgscroll .switchable-triggers .swiper-active-switch{
	width: 12px;
	height: 12px;
	margin-top:3px;
}
.imgscroll .btn-left,.imgscroll .btn-right,.lately .btn-left,.lately .btn-right{
	position: absolute;
    width: 30px;
    height: 51px;
    top: 50%;
    margin-top: -25.5px;
    background: url(../images/ele.png);
    cursor: pointer;
}
.imgscroll .btn-left {
    left: 44px;
    background-position: -199px top;
}
.imgscroll .btn-right {
    right:44px;
    background-position: -284px top;
}
.imgList{
	margin:4px 34px  24px 38px;
	border-bottom:1px solid #F1F1F1;
}

.imgList li{
	float: left;
	width: 198px;
	padding:20px 12px;
	border-bottom:1px solid #F1F1F1;
	text-align: left;
}
.imgList .imgBox{
	position: relative;
	margin-bottom: 5px;
	height: 132px;
}
.imgList .imgBox img{
	margin-bottom: 0;
	width: 100%;
	height: 132px;
}
.imgList .playBtn{
	position: absolute;
	left: 50%;
	top:50%;
	margin: -8px 0 0 -7px;
}
.imgList li img{
	display: block;
	margin-bottom: 5px;
}
.imgList li a{
	color: #000;
}
.imgList li p{
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.imgList li span a{
	color:#9F9FA7;
	display: block;
	font-size: 12px;
}
.imgList .imgLayer{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	display: none;
}
.imgList .imgLayer p{
	color: #fff;
	margin: 12px;
	display: block;
	word-break: break-all;
}
.imgList .imgLayer .btnBox{
	position: absolute;
	left: 12px;
	bottom: 12px;
	line-height: 16px;
}
.imgList .imgLayer .btnBox .playBtn{
	position: relative;
	left: 0;
	top: 0;
	margin: 0 12px 0 0;
	float: left;
	background-position:-320px -300px;
}
.imgList .imgLayer .btnBox em{
	display: inline-block;
	color: #fff;
}
.video  .imgList .imgBox:hover .imgLayer,
.imgList .imgBox:hover .imgLayer .playBtn{
	display: block;
}
.imgList .imgBox:hover .playBtn{
	display: none;
}
.playBtn{
	background: url(../images/ele.png) no-repeat;
	display: inline-block;
}
.playBtnB{
	width: 40px;
	height: 49px;
	background-position: -175px -300px;
}
.playBtnS{
	width: 13px;
	height: 16px;
	background-position: -220px -300px;
}
.imgscroll .scrollHide {
	position: relative;
}
.scrollHide>div {
    position: relative;
}
@media (min-width: 1200px) and (max-width:1439px){

}
@media (min-width: 1024px) and (max-width:1199px){
.imgscroll .switchable-triggers{
	bottom:0;
}
.imgscroll .switchable-triggers li{
	background: #9F9FA7;
}
.imgscroll .swiper-pagination{
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translateX(-50%);
	margin:0;
}
.imgscroll .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #9F9FA7;
    margin:3px 6px; 
}
.imgscroll .swiper-pagination-bullet-active {
	-webkit-transform:scale(2,2);
}
}
@media (max-width:1023px){
.imgscroll{
	overflow: visible;
	overflow-x: hidden;
}
.scrollHide .cont{
	position: static;
	top: 100%;
	width: 100%;
	background: #fff;
	height: 154px;
	left: 0;
	margin-left: 0;
}
.scrollHide .abs{
	position: absolute;
    width: 512px;
    top:50%;
    bottom: auto;
    left: 50%;
    margin: -25px 0 0 -256px;
}
.scrollHide .cont h6{
	margin-top: -22px;
}
.scrollHide .cont p{
	width: 504px;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin:0 auto; 
}
.imgscroll .switchable-triggers{
	bottom:0;
	margin-bottom: 200px;
}
.imgscroll .btn-left,.imgscroll .btn-right{
	display: none;
}
.imgscroll .switchable-triggers{
	bottom:0;
	margin-bottom: 200px;
}
.imgscroll .btn-left,.imgscroll .btn-right{
	display: none;
}
.imgscroll .swiper-pagination{
	display: none;
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translateX(-50%);
	margin:0;
}
.imgscroll .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin:3px 6px; 
}
.imgscroll .swiper-pagination-bullet-active {
	-webkit-transform:scale(2,2);
}
}
/* LT Base End*/
/* Base */
body{
	background: #fafafa;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pt50{
	padding-top: 30px;
}
.pb50{
	padding-bottom: 30px;
}
.wrapper-1272{
	width: 1200px;
	margin:0 auto;
	min-width: 768px;
}
.black{
	overflow: hidden;
	background: #000;
}
.white{
	background: #fff;
}
.gray{
	background: #f5f5f5;
}
.wrapper-1272 .left{
	float: left;
	padding:43px 0 0 30px;
	width: 550px;
}
.wrapper-1272 .middle{
	float: left;
	padding-top:112px;
	margin:0 50px;
}
.wrapper-1272 .right{
	float: left;
	width: 250px;
	padding-top:43px;
}
.h1{
	margin-bottom: 45px;
	color: #e60000;
	font-size: 24px;
	font-weight: bold;
}
.h1-channel{
	display: block;
	margin:0 auto;
	width: 128px;
	height: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	background: #e60000;
}
.h1-channel a{
	display: block;
	width: 128px;
	height: 44px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
}
.max-image{
	overflow: hidden;
	max-height: 600px;
}
.max-image img{
	width: 100%;
}
/* Base */

/* nav */
.wrapper-1272 .nav,
.channel .nav{
	margin:0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.wrapper-1272 .nav li,
.channel .nav li{
	display: inline-block;
}
.wrapper-1272 .nav a,
.channel .nav a{
	margin:0 11px;
	font-size: 18px;
}
/* nav */

/* Banner */
.banner{
	overflow: hidden;
	min-width: 768px;
	background: #000;
}
.banner .wrapper{
	position: relative;
}
.banner .left,
.banner .right{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	background: rgba(0,0,0,0.3);
}
.banner .left{
	left:100%;
}
.banner .right{
	right:100%;
}
.banner .mask{
	position: relative;
	margin:0 120px;
	height: 600px;
	background: #000;
}
.banner .btn-gallery-left,
.banner .btn-gallery-right{
	position: absolute;
	top:50%;
	margin-top: -25.5px;
	width: 30px;
    height: 51px;
    cursor: pointer;
}
.banner .btn-gallery-left{
	left:65px;
}
.banner .btn-gallery-right{
	right:65px;
}
.banner .list{
	position: absolute;
	width: 1000%;
}
.banner .list li{
	float: left;
}
.banner .img{
	float: left;
	position: relative;
	background: #000;
	overflow: hidden;
}
.banner .img600{
	width: 600px;
}
.banner .img300{
	width: 300px;
}
.banner .img img{
	display: block;
	width: 100%;
	height:auto !important;
	opacity: 0.5;
	filter:alpha(opacity==50);
	-webkit-transition: opacity 0.2s;
	   -moz-transition: opacity 0.2s;
	     -o-transition: opacity 0.2s;
	    -ms-transition: opacity 0.2s;
		    transition: opacity 0.2s;
}
.banner .img .info{
	position: absolute;
	left:25px;
	right:25px;
	bottom: 55px;
}
.banner .img .info .tags{
	display: table;
	min-width: 50px;
	height: 20px;
	background:#d0011d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	padding:0 2px;
	margin-bottom: 25px;
}
.banner .img .info .title{
	max-width: 250px;
	min-height: 120px;
	color: #fff;
	line-height: 40px;
	font-size: 30px;
	word-break: break-all;
	background: #000;
	padding:5px;
}
.banner .column{
	width: 100%;
}
.banner .column .info{
	width: 505px;
	left:50%;
	right:auto;
	margin-left: -252.5px;
	text-align: center;
}
.banner .column .info .title{
	max-width: 100%;
	min-height: 40px;
}
.banner .current .info .title{
	background:#d0011d;
}
.banner .img .info .txt{
	margin-top: 25px;
	word-break: break-all;
	color: #fff;
	font-size: 16px;
}
.banner .current img,
.banner .img a:hover img{
	opacity: 1;
	filter:alpha(opacity==100);
}
#banner .img{
	height:600px;
}
#banner .flex img{
	position: absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -300px;
	width:600px;
	height:600px;
}
.banner .switchable-triggers{
	display: none;
	margin-top:20px;
	text-align: center;
}
.banner .switchable-triggers .swiper-pagination-switch{
	display:inline-block;
    width: 6px;
    height: 6px;
    margin: 6px 5px 0 0;
    font-size: 0px;
    background: #000;
    outline: none;
    overflow: hidden;
    border-radius: 50%;
}
.banner .switchable-triggers .swiper-active-switch{
	width: 12px;
	height: 12px;
	margin-bottom:-3px;
}
/* Banner */

/* articlebox */
.left .articlebox{
	min-height: 560px;
}
.articlebox .title{
	max-width: 505px;
	position: relative;
	margin:-82px auto 0;
}
.articlebox .tags{
	display: table;
	min-width: 50px;
	height: 20px;
	background:#d0011d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	padding:0 2px;
	margin-bottom: 25px;
}
.articlebox .title h2{
	position: relative;
	font-size: 30px;
	word-break: break-all;
	color: #000;
	background: #fff;
	line-height: 38px;
	min-height: 66px;
	padding:5px 10px;
}
.articlebox .title h2 span{
	display: none;
	position: absolute;
	top:0;
	left:-90px;
	background:#d0011d;
	width: 90px;
	bottom:0;
}
.articlebox .title h2 b{
	position: absolute;
	top:50%;
	left:50%;
	margin:-29px 0 0 -29px;
	background: url(../images/ele.png) no-repeat 2px -370px;
	width: 58px;
	height: 58px;
}
.articlebox .title h2 .arrowleft{
	background-position: -282px -370px;
}
.articlebox .title h2 .arrowleftdown{
	background-position: 0px -424px;
}
.articlebox .title h2 .time{
	background-position: -1000px -1000px;
	font-size: 14px;
}
.articlebox.hover h2,
.articlebox a:hover h2{
	background: #d0011d;
	color: #fff;
}
.articlebox.hover h2 span,
.articlebox a:hover h2 span{
	display: block;
}
.articlebox .signature{
	max-width: 505px;
	font-size: 12px;
	margin:0 auto ;
	padding:10px 0;
	color: #b0b0b0;
}
.articlebox .signature span{
	display: inline-block;
	vertical-align: middle;
	background: #000;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin:0 5px;
}
.articlebox .txt{
	max-width: 505px;
	margin:0 auto;
	word-break: break-all;
	line-height: 18px;
	color: #000;
}
/* articlebox */

/* videobox */
.videobox.fr{
	float: right;
}
.videobox{
	float: left;
	position: relative;
	width:250px;
	height:250px;
}
.videobox img{
	display: block;
	width: 100%;
}
.videobox .btn-play,
.videobox .btn-audio{
	position: absolute;
	left:25px;
	bottom:25px;
	width: 48px;
	height: 48px;
	background: url(../images/ele.png) no-repeat -56px -370px;
}
.videobox a:hover .btn-play{
	background-position: -112px -370px;
}
.videobox .btn-audio{
	background-position: -170px -370px;
}
.videobox a:hover .btn-audio{
	background-position: -227px -370px;
}
.videobox p{
	display: none;
	position: absolute;
	top:25px;
	left:25px;
	right:25px;
	background: #e60000;
	color: #fff;
	font-size: 16px;
	word-break: break-all;
	padding:0 5px;
	line-height: 1.5;
}
.videobox b{
	display: none;
	position: absolute;
	top:82px;
	left:25px;
	color: #e60000;
}
.videobox a:hover p,
.videobox a:hover b{
	display: block;
}
/* videobox */

/* articleboxmin */
.articleboxmin{
	width: 250px;
	min-height: 280px;
}
.articleboxmin img{
	display:block;
	width: 100%;
}
.articleboxmin p{
	position: relative;
	margin-bottom: 15px;
}
.articleboxmin h2{
	font-size: 16px;
	color: #000;
	word-break: break-all;
	line-height: 24px;
}
.articleboxmin div{
	height:25px;
}
.articleboxmin .tags{
	float: left;
	min-width: 50px;
	height: 20px;
	background:#d0011d;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	padding:0 2px;
}
.articleboxmin .time{
	float:right;
	color: #9b9b9b;
	font-weight: normal;
	font-size: 12px;
}
.articleboxmin .bottom .tags{
	display: none;
}
.articleboxmin .bottom .time{
	float:left;
}
.articleboxmin:hover h2,
.articleboxmin a:hover h2{
	color: #e60000 !important;
}
.articleboxmin p .btn-play{
	position: absolute;
	top:50%;
	left:50%;
	background: url(../images/ele.png) no-repeat -320px -300px;
	width: 15px;
	height: 19px;
	margin:-7.5px 0 0 -9.5px;
}
.articleboxmin p .time{
	position: absolute;
	right:12px;
	bottom: 12px;
	color: #fff;
}
.articleboxmin:hover .btn-play,
.articleboxmin a:hover .btn-play{
	background-position: -295px -300px;
}
.articleboxmin:hover  .time,
.articleboxmin a:hover  .time{
	color: #e60000;
}
/* articleboxmin */

/* hotlist */
.hotlist li{
	display: block;
	border-bottom: solid 1px #f5f5f5;
	padding-bottom:15px;
	margin-bottom: 15px;
}
.hotlist h2{
	color: #000;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 18px;
}
.hotlist .time{
	display: block;
	color: #9b9b9b;
	font-weight: normal;
	font-size: 12px;
}
.hotlist li:hover h2,
.hotlist li:hover .time,
.hotlist a:hover h2{
	color: #e60000;
}
/* hotlist */

/* fashion */
.fashion .ad >div{
	display: block !important;
	margin-bottom: 40px !important;
}
.fashion .h1-channel{
	margin-bottom: 27px;
}
.fashion .nav a{
	color: #000;
}
.fashion .nav a:hover{
	color: #e60000;
}
.fashion .list{
	width: 1200px;
	margin:0 auto;
}
.fashion .articleboxmin{
	float: left;
	margin:0 25px;
}
.fashion .h1{
	margin-bottom: 0px;
	padding-bottom: 20px;
	text-align:center;
}
.fashion-image .mask{
	height: 450px;
}
.banner #photo,
.banner #girl{
	height: 400px;
} 
.fashion-image .mask .img300 p{
	display: none;
	position: absolute;
	top:50%;
	left:25px;
	background: #e60000;
	color: #fff;
	padding:5px;
	width: 240px;
	text-align: center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.fashion-image .mask .img600 p{
	display: none;
	position: absolute;
	top:50%;
	left:25px;
	background: #e60000;
	color: #fff;
	padding:5px;
	width: 500px;
	text-align: center;
	font-size: 20px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.fashion-image .mask .img a:hover p{
	display: block;
}
/* fashion */

/* live */
.live{
	background: #000;
}
.live .h1-channel{
	margin-bottom: 27px;
}
.live .nav a{
	color: #fff;
}
.live .nav a:hover{
	color: #e60000;
}
.live .articlebox{
	width: 1150px;
	margin:0 auto 50px;
}
.live .articlebox dt{
	float: left;
}
.live .articlebox img{
	display: block;
	width: 100%;
}
.live .articlebox dd{
	padding-top: 80px;
	margin-left: 620px;
}

.live .articlebox dd .title h2{
	background: #000;
	color: #fff;
}
.live .articlebox dd .txt{
	color: #fff;
}
.live .articlebox.hover dd h2,
.live .articlebox dd a:hover h2{
	background: #d0011d;
}
.live .list{
	width: 1200px;
	margin:0 auto;
}
.live .articleboxmin{
	float: left;
	margin:0 25px;
}
.live .articleboxmin h2{
	color: #fff;
}
.live .articlebox .signature span{
	background: #b0b0b0;
}
/* live */

/* video */
.video{
	padding:50px 0;
}
.video .ad >div{
	margin-bottom: 40px !important;
}
.video .h1-channel{
	background: url(../images/ele.png) no-repeat left -509px;
	width: 268px;
	height: 60px;
	overflow: hidden;
	text-indent: -1000px;
}
.video-image .inner{
	position: relative;
	max-height: 600px;
	overflow: hidden;
}
.video-image .btn-play{
	position: absolute;
	top:50%;
	left:50%;
	background: url(../images/ele.png) no-repeat -56px -424px;
	width: 52px;
	height: 65px;
	margin:-32.5px 0 0 -26px;
}
.video-image a:hover .btn-play{
	 background-position:-113px -424px;
}
/* video */

/* famous */
.famous{
	padding-top:50px;
}
.famous .ad >div{
	margin-bottom: 40px !important;
}
.famous .h1-channel{
	margin-bottom: 27px;
}
.famous .nav a{
	color: #000;
}
.famous .nav a:hover{
	color: #e60000;
}
.famous .list{
	width: 1200px;
	margin:0 auto;
}
.famous .articleboxmin{
	float: left;
	margin:0 25px;
}
/* famous */

/* gallery */
.gallery{
	position: relative;
	background: #000;
	height: 684px;
	overflow: hidden;
}
.gallery .photo,
.gallery .girl{
	position: absolute;
	padding-top: 50px;
	width: 100%;
}
.gallery .girl{
	top:544px;
}
.gallery .h1-channel{
	margin-bottom: 50px;
}
.gallery .h1-channel.current{
	background: #fff;
	color: #000;
	width: 128px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	cursor: pointer;
}
/* gallery */

/* tags */
.tags{
	padding:50px 0;
	background: #31303e;
	text-align: center;
}
.tags li{
	display: inline-block;
}
.tags li *{
	display: block;
    vertical-align: middle;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border: solid #fff 1px;
    border-radius: 14px;
    padding: 0 23px;
    font-size: 14px;
    margin-bottom: 10px;
}
/* tags */

/* default 1200 */
.banner .mask{
	margin:0 auto;
	width: 1200px;
}
.banner .btn-gallery-left{
	left:20px;
}
.banner .btn-gallery-right{
	right:20px;
}
.wrapper-1272{
	width: 1000px;
}
.wrapper-1272 .middle{
	padding-top: 50px;
	margin:0 25px;
}
.wrapper-1272 .middle .articleboxmin{
	float: left;
	margin:0 25px;
}
.p1{
	position: relative;
}
.wrapper-1272 .right{
	position: absolute;
	left:650px;
}
.fashion .list,
.live .list,
.famous .list{
	width: 900px;
}
.live .articlebox{
	/* width: 550px; */
	width: 850px;
}
.live .articlebox dt{
	/* float: none; */
	width: 450px;
}
.live .articlebox dd .title h2{
	padding-left: 0px;
}
.live .articlebox dd{
	/* margin-left: 0;
	padding-top: 0; */
	margin-left: 500px;
}
/* default 1200 */

/* ad */
.ad{
	max-width: 1001px;
	margin:0 auto;
	overflow: hidden;
	padding: 20px 0;
}
.ad img{
	width: 100%;
}
.black .ad>div{
	display: block;
	margin:0px auto !important;
}
.black.pt50 .ad>div{
	display: block;
	margin:0 !important;
}
.channelBannerAd{
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	right:0;
}
.channelBannerAd>div{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	width: 100%;
	max-width: 1200px;
}
.channelBannerAd>div >*{
	width: 100%;
}
/* ad */


/* channel */
.channel{
	padding-top:50px;
	overflow: hidden;
}
.channel .h1-channel{
	margin-bottom: 27px;
}
.channel .nav a{
	color: #000;
}
.channel .nav a:hover{
	color: #e60000;
}
.channel .list{
	width: 1200px;
	margin:0 auto;
}
.channel .articleboxmin{
	float: left;
	margin:0 25px;
}
.channel .h1{
	margin-bottom: 0px;
	padding-bottom: 20px;
	text-align:center;
}
.channel_banner{
	position: relative;
	min-width: 768px;
	background: #000;
}
.channel_banner .mask{
	position: relative;
	min-height: 450px;
	background: #000;
	overflow: hidden;
}
.channel_banner .btn-gallery-left,
.channel_banner .btn-gallery-right{
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -25.5px;
	width: 30px;
    height: 51px;
    cursor: pointer;
}
.channel_banner .btn-gallery-left{
	margin-left: -475px;
}
.channel_banner .btn-gallery-right{
	margin-left: 435px;
}
.channel_banner .list{
	position: absolute;
	width: 1000%;
}
.channel_banner .list li{
	position: relative;
	float: left;
}
.channel_banner .title{
	width: 505px;
	position: absolute;
	bottom:0px;
	left:0;
	font-size: 30px;
	word-break: break-all;
	background: #fff;
	color: #000;
	padding:0 5px;
	left:50%;
	margin-left:-252.5px;
	text-align: center;
	-webkit-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-o-transform:translateY(50%);
	transform:translateY(50%);
}
.channel_banner .title a{
	color: #000;
}
.channel_banner img{
	display: block;
	width: 100%;
	/* opacity: 0.5;
	filter:alpha(opacity==50); */
}
/* .channel_banner .current img,
.channel_banner a:hover img{
	opacity: 1;
	filter:alpha(opacity==100);
} */
.channel_banner .current .title,
.channel_banner .title,
.channel_banner .title a{
	background: #d0011d;
	color: #fff;
}
.channel_banner .switchable-triggers{
	position: absolute;
	bottom:60px;
	left:50%;
	margin-top:20px;
	text-align: center;
}
.channel_banner .switchable-triggers .swiper-pagination-switch{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left:-50%;
    width: 6px;
    height: 6px;
    margin: 6px 5px 0 0;
    font-size: 0px;
    background: #fff;
    outline: none;
    overflow: hidden;
    border-radius: 50%;
}
.channel_banner .switchable-triggers .swiper-active-switch{
	width: 12px;
	height: 12px;
}
.channel_list{
	padding:50px 0 0; 
	width: 900px;
	margin:0 auto;
}
.channel_list .articleboxmin{
	float:left;
	margin:0 25px;
}
.loadmore{
	border-top: 1px solid #F1F1F1;
	overflow: hidden;
    line-height: 28px;
    text-align: right;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 12px;
}
.loadmore a{
	display: inline-block;
    padding-right: 10px;
    border-right: 1px dotted #9F9FA7;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin-top: 7px;
    color: #9F9FA7;
}
.loadmore a:hover{
	color: #e60000;
}
/* channel */

/* Responsive */
@media (min-width:1460px){
	.banner .mask{
		margin: 0 120px;
		width: auto;
	}
	.banner .btn-gallery-left{
		left: 65px;
	}
	.banner .btn-gallery-right{
		right:65px;
	}
	.banner .left,
	.banner .right{
		display: block;
	}
	.channel_banner .btn-gallery-left{
		margin-left: -636px;
	}
	.channel_banner .btn-gallery-right{
		margin-left: 606px;
	}
	.channelBannerAd>div{
		top:50%;
		left:50%;
		margin:-227.5px 0 0 -600px;
		width: 1200px;
	}
}
@media (min-width:1300px){
	.wrapper-1272{
		width: 1200px;
	}
	.fashion .list,
	.live .list,
	.famous .list{
		width: 1200px;
	}
	.live .articlebox dd>*{
		margin:0;
	}
	.fashion .articleboxmin:last-child,
	.live .articleboxmin:last-child,
	.famous .articleboxmin:last-child,
	.video-list .articleboxmin:last-child{
		display: block;
	}
	.live .articlebox{
		width: 1150px;
	}
	.live .articlebox dt{
		float: left;
		width: 600px;
	}
	.live .articlebox dd{
		padding-top: 80px;
    	margin-left: 620px;
	}
	.articlebox .title h2 .arrowleftdown{
		background-position: 0px -424px;
	}
	.wrapper-1272 .middle{
		padding-top: 112px;
    	margin: 0 50px;
	}
	.wrapper-1272 .middle .articleboxmin{
		float: none;
		margin:0;
	}
	.wrapper-1272 .right{
		position: static;
		left:auto;
	}
	.channel_list{
		width: auto;
	}
	.loadmore{
	    width: auto;
	    margin:0 25px;
	}
	.channel_banner .btn-gallery-left{
		margin-left: -636px;
	}
	.channel_banner .btn-gallery-right{
		margin-left: 606px;
	}
}
@media (min-width: 1001px) and (max-width:1200px){
	.wrapper-1272 .left{
		padding-left: 70px;
	}
	.wrapper-1272 .right{
		display:none;
	}
	.wrapper-1272 .middle{
		width: 250px;
		padding-top: 112px;
	}
	#banner .img600,
	#banner .img300{
		width: 300px;
	}
	#banner .img,
	#banner .img img{
		height: 500px;
	}
	#banner .flex img{
		width: 500px;
		margin:-250px 0 0 -250px;
	}
	.banner .mask{
		margin: 0 auto;
		width: 900px;
		height: 512px;
	}
	.fashion-image .mask{
		width: 600px;
	}
	.banner .btn-gallery-left{
		left: 24px;
	}
	.banner .btn-gallery-right{
		right:24px;
	}
}
@media (max-width:1000px){
	.wrapper-1272{
		width: 100%;
	}
	.wrapper-1272 .left{
		float:none;
		padding:43px 50px 0px;
		margin:0 auto;
		overflow: hidden;
	}
	.left .articlebox{
		min-height: 510px;
	}
	.wrapper-1272 .right{
		display:none;
	}
	.wrapper-1272 .left .h1{
		text-align: center;
	}
	.wrapper-1272 .middle{
		float:none;
		margin:0 auto;
		width: 600px;
	}
	.wrapper-1272 .middle .articleboxmin:last-child{
		display: none;
	}
	.fashion .articleboxmin:last-child,
	.live .articleboxmin:last-child,
	.famous .articleboxmin:last-child,
	.banner .switchable-triggers,
	.video-list .articleboxmin:last-child{
		display: block;
	}
	.fashion .list,
	.live .list,
	.famous .list{
		width: 600px;
	}
	#banner .img600,
	#banner .img300{
		width: 256px;
	}
	#banner .img,
	#banner .img img{
		height: 512px;
	}
	#banner .flex img{
		width: 512px;
		margin:-256px 0 0 -256px;
	}
	.banner .mask{
		margin: 0 auto;
		width: 768px;
		height: 512px;
	}
	.fashion-image .mask{
		width: 600px;
	}
	.channel_list{
		width: 600px;
	}
	.loadmore{
	    width: 600px;
	}
	.channel_banner .btn-gallery-left{
		left:25px;
		margin-left: 0;
	}
	.channel_banner .btn-gallery-right{
		left:auto;
		right:25px;
		margin-left: 0;
	}
	.live .articlebox{
		width: 550px;
	}
	.live .articlebox dt{
		float: none;
		width: 100%;
	}
	.live .articlebox dd{
		margin-left: 0;
		padding-top: 0;
	}
	.live .articlebox dd .title h2{
		padding-left: 10px;
	}
	.live .articlebox .title h2 .arrowleftdown{
		background-position: 2px -370px;
	}
	.loadmore{
	    width: 600px;
	}
}
/* Responsive */



