﻿/*
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*/
/* head */
.head{
	background: #fafafa;
	padding-bottom: 34px;
	margin-bottom: 68px;
}
.head h6{
	background: #e60000;
	width:130px;
	height:45px;
	line-height: 45px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.head h6 a{
	display: block;
	color: #fff;
}
.head .headimage{
	position: relative;
	min-height: 94px;
	padding-bottom: 83px;
}
.head .headimage .imagecontent{
	overflow: hidden;
	max-height: 600px;
}
.head .headimage img{
	display: block;
}
.head .headimage h6{
	position: absolute;
	bottom:65px;
	left:50%;
	margin-left: -65px;
}
.head .title{
	text-align: center;
}
.head .title *{
	margin:0 auto;
}
.head .title h1{
	max-width: 1024px;
	margin-bottom:35px;
	font-size: 50px;
	line-height: 60px;
}
.head .title p{
	max-width: 1024px;
	font-size: 20px;
	margin-bottom: 34px;
}
.head .title .signature{
	font-size: 14px;
	margin-bottom: 68px;
	color: #b0b0b0;
}
.head .title .signature span{
	display: inline-block;
	vertical-align: middle;
	background: #888888;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin:0 5px;
}
/* head */

/* article */
.article .left{
	margin-right:400px;
}
.article .ad{
	position: absolute;
	width:300px;
	height:600px;
	z-index: 10;
	left: 100%;
}
.article .content{
	margin-bottom: 44px;
}
.article .content img{
	display: block;
	max-width: 660px;
	max-height: 600px;
	margin:0 auto 20px;
}
.article .content .info{
	max-width: 580px;
	font-size: 14px;
	line-height: 22px;
	margin:0 auto 34px;
	word-break: break-all;
	color: #444444;
	text-align: center;
}
.article .content h2{
	max-width: 660px;
	font-size: 24px;
	margin:0 auto 22px;
}
.article .content h3{
	max-width: 660px;
	font-size: 20px;
	margin:0 auto 22px;
}
.article .content h4{
	max-width: 660px;
	font-size: 18px;
	margin:0 auto 22px;
}
.article .content h5{
	max-width: 660px;
	font-size: 18px;
	margin:0 auto 22px;
}
.article .content p{
	max-width: 660px;
	font-size: 16px;
	line-height: 26px;
	margin:0 auto 34px;
}
.article .content video{
	display: block;
	max-width: 660px;
	margin:0 auto 34px;
}
.article .content a{
	color: #E60000;
}
.article .content a:hover{
	color: #30303E;
}
.article .content .video{
	max-width: 660px;
	margin:0 auto 34px; 
}
.article .content .explain{
	max-width: 580px;
	font-size: 14px;
	line-height: 22px;
	margin:0 auto 34px;
	word-break: break-all;
	color: #444444;
}
.article .content >ul{
	max-width: 580px;
	margin:0 auto 34px;
}
.article .content >ul li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	word-break: break-all;
	color: #444444;
	margin-bottom: 10px;
	padding-left: 34px;
}
.article .content >ul li b{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -5px;
	background:#e70001;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.article .content .extract{
	max-width: 660px;
	background:#000;
	padding:25px 70px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin:0 auto 34px;
}
.article .gallery{
	margin-bottom: 68px;
	overflow: hidden;
}
.article .gallery .group{
	position: relative;
	width: 800px;
	height:640px;
	margin:0 auto;
}
.article .gallery ul{
	position: absolute;
	top:0;
	left:0;
	width: 1600px;
}
.article .gallery li{
	position: relative;
	float: left;
	width: 800px;
}
.article .gallery img{
	width: 100%;
	display: block;
}
.article .gallery p{
	position: absolute;
	bottom:20px;
	left:70px;
	right:70px;
	padding:5px 10px;
	min-height: 30px;
	line-height: 30px;
	background: url(../images/alpha80.png);
	color: #fff;
	text-align: center;
}
.article .gallery .leftmask{
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	left:-100%;
	background: url(../images/alpha80.png);
}
.article .gallery .rightmask{
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	right:-100%;
	background: url(../images/alpha80.png);
}
.article .gallery .btn-left,
.article .gallery .btn-right{
	position: absolute;
	width: 30px;
	height: 51px;
	top:50%;
	margin-top: -25.5px;
	background: url(../images/ele.png);
	cursor: pointer;
}
.article .gallery .btn-left{
	right:10px;
	background-position: -199px top;
}
.article .gallery .btn-right{
	left:10px;
	background-position: -284px top;
}
.article .gallery .pagination{
	display: none;
	margin-top:10px;
	text-align: center;

}
.article .gallery .pagination span{
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border:solid 1px #9b9b9b;
	margin:0 2.5px;
	cursor: pointer;
}
.article .gallery .pagination .current{
	background:#9b9b9b;
}
.article .signature{
	max-width: 660px;
	margin:68px auto;
	text-align: center;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 22px;
}
.article .signature i{
	display: block;
	width: 75px;
	height: 1px;
	background:#4a4a4a;
	margin:0 auto;
}
.article .signature .t{
	margin-bottom: 34px;
}
.article .signature .b{
	margin-top: 34px;
}
.article .Tags{
	max-width: 660px;
	margin: 0 auto 66px;
}
.article .Tags *{
	margin-bottom: 10px;
}
.article .statement{
	margin-bottom: 34px;
	text-align: center;
	color: #9b9b9b;
	line-height: 18px;
}
.article .statement a{
	color: #9b9b9b;
}
.article .writer,
.article .writer p{
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.Pages{
	margin-bottom: 68px;
}
.article .Pages a{
	color: #9b9b9b;
}
.article .content .Tags *{
	color: #9b9b9b;
}
/* article */

/* comment */
.comment{
	background: #f5f5f5;
	padding-top: 68px;
	padding-bottom: 68px;
}
.comment .left{
	margin-right: 400px;
}
.comment .h6{
	max-width: 660px;
	margin:0 auto 20px;
	font-size: 16px;
	color: #888888;
	font-weight: normal;
}
.comment .commentbox{
	overflow: hidden;
	position: relative;
	background:#fff;
	max-width: 660px;
	height: 52px;
	margin:0 auto 40px;
	-webkit-transition: height 0.5s;
	   -moz-transition: height 0.5s;
	     -o-transition: height 0.5s;
	    -ms-transition: height 0.5s;
}
.comment .commentbox .dl{
	overflow: hidden;
	position: relative;
	padding:6px 0 0 24px;
	height: 40px;
}
.comment .commentbox .dl p{
	float: left;
	height: 40px;
}
.comment .commentbox .dt{
	width:40px;
	margin-right: 12px;
}
.comment .commentbox .dt img{
	width:40px;
	height:40px;
	border-radius: 50%;
}
.comment .commentbox .dd{
	position: relative;
}
.comment .commentbox .dd span{
	position: absolute;
	top:0;
	height: 40px;
	line-height: 40px;
	color: #444444;
	font-size: 14px;
	white-space: nowrap;
	-webkit-transition: top 0.5s;
	   -moz-transition: top 0.5s;
	     -o-transition: top 0.5s;
	    -ms-transition: top 0.5s;
}
.comment .commentbox .dd .username{
	top:40px;
}
.comment .commentbox .dd .username,
.comment .commentbox .dd .username *{
	color: #00d5ff;
}
.comment .commentbox .textarea{
	position: absolute;
	top:0;
	right:0;
	left:0;
	padding:10px 24px;
	background: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
}
.comment textarea{
	width: 100%;
	height: 32px;
	outline: none;
	resize: none;
	border:none;
	color: #444444;
	font-size: 14px;
}
.comment .commentbox .b{
	padding:14px 0 24px 24px;
}
.comment .btn-send{
	display: block;
	width: 80px;
	height: 29px;
	border:solid 1px #9f9fa7;
	border-radius: 14.5px;
	text-align: center;
	cursor: pointer;
	line-height: 29px;
	font-size: 14px;
}
.comment .btn-send:hover{
	border-color: #ff0000;
	color: #ff0000;
}
.comment .open{
	height:172px;
}
.comment .open .dd .in{
	top:-40px;
}
.comment .open .dd .username{
	top:0px;
}
.comment .open .textarea{
	position: static;
	opacity: 1;
	filter:alpha(opacity=100);
}
.comment .commentlist{
	max-width: 660px;
	margin:0 auto 20px;
}
.comment .commentlist .box{
	background:#fff;
	padding:20px 20px 24px 24px;
	border-bottom: solid 1px #e6e6e6;
}
.comment .commentlist dl{
	position: relative;
	margin-bottom: 20px;
}
.comment .commentlist dt{
	float: left;
}
.comment .commentlist dt img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.comment .commentlist dd{
	margin-left: 52px;
}
.comment .commentlist .username,
.comment .commentlist .username *{
	font-size: 14px;
	color: #5f5f6e;
}
.comment .commentlist .username{
	padding-top: 10px;
}
.comment .commentlist .date,
.comment .commentlist .date *{
	font-size: 12px;
	color: #9f9fa7;
}
.comment .commentlist .date{
	position: absolute;
	right:0;
	top:12px;
}
.comment .commentlist p{
	font-size: 14px;
	color: #5f5f6e;
	word-break: break-all;
}
.comment .commentlist .bar{
	overflow: hidden;
	padding-top:20px;
}
.comment .commentlist .bar span{
	float: left;
	cursor: pointer;
	margin-right: 20px;
}
.comment .commentlist .bar b{
	font-size: 12px;
	font-weight: normal;
}
.comment .commentlist .bar i{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ele.png) no-repeat;
	width: 29px;
	height: 29px;
}
.comment .commentlist .bar .ico-thumbup{
	background-position: -113px -254px;
}
.comment .commentlist .current .ico-thumbup{
	background-position: -113px -283px;
}
.comment .commentlist .bar .ico-reply{
	background-position: -141px -254px;
}
.comment .commentlist .replylist{
	background:#fff;
	padding:20px 20px 24px 24px;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 4px #e6e6e6;
	margin-left: 48px;
}
.comment .commentlist .replybox{
	background: #fff;
	border-bottom: solid 1px #e6e6e6;
}
.comment .commentlist .replybox .textarea{
	margin-right: 100px;
	height:35px;
	padding:0 10px;
}
.comment .commentlist .replybox textarea{
	height:35px;
	line-height: 35px;
}
.comment .commentlist .replybox .btn-send{
	float:right;
	margin:3px;
}
.comment .more{
	padding:24px 0 34px;
}
/* comment */

/* Responsive */
@media (min-width: 1440px){
	
}
@media (min-width: 1200px) and (max-width:1439px){
	
}
@media (min-width: 1024px) and (max-width:1199px){
	/* .article .content img{
		width: 100%;
	} */
	.article .left{
		margin-left: 50px;
	}
}
@media (max-width:1023px){
	.article .left,
	.comment .left{
		width:100%;
	}
	.article .left{
		margin-right: 0;
	}
	.article .ad,
	.article .gallery .leftmask,
	.article .gallery .rightmask{
		display: none;
	}
	.article .gallery .group{
		width: 766px;
		overflow: hidden;
	}
	.article .gallery .pagination{
		display: block;
	}
	.head .title h1{
		width: 70%;
	}
	.article .content img{
		max-width: 78%;
	}
	.head .title p{
		max-width: 768px;
	}
}	
/* Responsive */