﻿/* 提交按钮样式 */
.submitBtn {
	background: #f60;
	color: #fff;
	padding: 5px 30px;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	display: table;
	line-height: 28px;
	margin: 20px auto;
}
.submitBtn:hover {
	background: #000;
	color: #fff;
}
/* 焦点按钮样式 */
.smallBtn {
	background: #f60;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
}
.smallBtn:hover {
	background: #000;
	color: #fff;
}
/* 焦点按钮样式2 */
.middleBtn {
	background: #4dc060;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	border: 0;
	cursor: pointer;
}
.middleBtn:hover {
	background: #000;
	color: #fff;
}
/*广告滚动模块*/
.outskirt {
	padding: 2px 42px;
	border: 1px solid #d1b07c;
	line-height: 38px;
	background: #ffffda;
	position: relative;
	border-radius: 2px;
	box-sizing: border-box;
}
.notice {
	width: 100%;
	height: 38px;
	overflow: hidden;
}
.notice:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 12px;
	opacity: 0.8;
}
.bgBox {
	width: 1000%;
}
.bgBox ul, .bgBox ul li {
	float: left;
}
.bgBox ul li a {
	padding: 0px 40px;
	display: block;
	float: left;
}
.outskirt span.close {
	position: absolute;
	padding: 10px;
	right: 8px;
	top: 12px;
	cursor: pointer;
}
.outskirt span.close:hover {
	opacity: 0.5;
}
/* 浏览器版本过低 */
#browser_ie {
	background-color: #f6f6b4;
	display: none;
	height: 85px;
	color: #000;
	font-size: 15px;
	z-index: 999999;
	position: fixed;
}
#browser_ie .brower_info {
	margin: 0px auto;
	width: 800px;
	padding-top: 17px;
}
#browser_ie .brower_info .notice_info {
	position: relative;
	margin-top: 5px;
	float: left;
}
#browser_ie .brower_info .notice_info p {
	text-align: left;
	line-height: 25px;
	width: 360px;
	display: inline-block;
}
#browser_ie .browser_list {
	position: relative;
	float: left;
}
#browser_ie .browser_list img {
	width: 40px;
	height: 40px;
}
#browser_ie .browser_list span {
	text-align: center;
	width: 80px;
	display: inline-block;
}
/*用户统计*/
#Info {
	position: fixed;
	width: 100%;
	height: 140px;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
	display: none;
}
#Info .userInfo {
	width: 1140px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}
#Info .userInfo .close {
	width: 40px;
	height: 40px;
	color: #333;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	cursor: pointer;
	text-indent: -9999;
	overflow: hidden;
}
#Info .userInfo p {
	padding: 5px 0px;
	line-height: 18px;
	margin: 0;
	border-bottom: 1px solid #dbdbdb;
	color: #777;
}
#Info .userInfo .select {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 100px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
#Info .userInfo .select img {
	width: 100px;
}
#Info .userInfo .wdow_btn {
	float: left;
	width: 140px;
	padding: 25px;
	margin: 0 20px;
	box-sizing: border-box;
	opacity: 0.8;
}
#Info .userInfo .wdow_btn a {
	background: #003;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	display: table;
	margin: 10px auto;
}
#Info .userInfo .wdow_btn a:hover {
	background: #333;
}
/* ajax加载动画 */
.loading:after {
	content: '';
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0px 0px -33px;
	display: block;
}
.loading {
	background: #333;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.8;
	z-index: 9999;
}
.loading:after {
	content: '';
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0px 0px -33px;
	display: block;
}
/* login */
#Top .head span.Advertising {
	height: 55px;
	position: absolute;
	left: 180px;
	padding-left: 15px;
	font-size: 24px;
	line-height: 55px;
	color: #666;
	letter-spacing: 1px;
}
/* 管理员快捷编辑 */
.editdatum {
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	color: #f60;
}
.editdatum i {
	width: 17px;
	height: 17px;
	display: inline-table;
}
.editdatum:hover {
	color: #f60;
	text-decoration: underline;
}
/*广告图片尺寸*/
.banner a img {
	margin: 20px auto;
}
.bannerleft {
	float: left;
	width: 190px;
	height: 90px;
}
.bannerright {
	float: left;
	width: 1000px;
	height: 90px;
}
.rightbanner {
	width: 300px;
	height: 300px;
}
/* header */
#Top {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 99999;
	opacity: 0.9;
}
.shortcut {
	color: #eee;
	line-height: 50px;
}
.shortcut ul:after {
	content: '';
	clear: both;
	display: table;
}
.shortcut ul li:hover {
	background: #000;
}
.shortcut ul li.vipPref {
	width: 70px;
	float: left;
}
.shortcut ul li.vipPref a, .shortcut ul li.message a, .shortcut ul li.mine a {
	width: 100%;
	height: 50px;
	color: #bbb;
	display: block;
	text-align: center;
	overflow: hidden;
}
.shortcut ul li.mine a:hover {
	color: #fff;
}
.shortcut ul li.message, .shortcut li.mine, .shortcut ul li.shoppingCart {
	float: left;
	position: relative;
}
.shortcut ul li.message a.ico_mesg {
	width: 50px;
	height: 50px;
	display: block;
	opacity: 0.8;
	position: relative;
}
.shortcut ul li.message a.hint:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: 5px;
	top: 10px;
	background: #e15959;
	border-radius: 50px;
}
.shortcut ul li.message ul.minList {
	width: 90px;
	left: -20px;
}
.shortcut ul li.message ul.minList li {
	position: relative;
}
.shortcut ul li.message ul.minList li em {
	position: absolute;
	background: #F00;
	border-radius: 50px;
	color: #fff;
	right: 0px;
	top: 6px;
	font-size: 10px;
	line-height: 14px;
	width: 14px;
	overflow: hidden;
	text-align: center;
	opacity: 0.7;
}
.shortcut ul li.mine {
	width: 90px;
}
.shortcut ul li.mine a {
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.shortcut ul li.shoppingCart a {
	width: 50px;
	height: 50px;
	display: block;
	opacity: 0.8;
}
.shortcut ul li:hover ul.minList {
	display: block;
}
ul.minList {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 49px;
	z-index: 9999;
	background: #222;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 34px;
	overflow: hidden;
	opacity: 0.9;
	display: none;
}
ul.minList li {
	height: 34px;
}
ul.minList li:hover {
	background: #4dc060;
}
ul.minList li a:hover {
	color: #fff;
}
#Top .head {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 10px;
	position: relative;
	background: #222;
}
#Top .head:after {
	content: '';
	clear: both;
	display: table;
}
#Top .head h1 {
	float: left;
	height: 50px;
	display: block;
	overflow: hidden;
}
#Top .head h1 a img {
	width: 153px;
	height: 46px;
	margin: 2px 0px;
}
#Top .head .progress {
	width: 574px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 20px;
	overflow: hidden;
}
#Top .Search {
	float: left;
	margin-left: 20px;
}
#Top .Search ul {
	margin: 10px 0;
}
#Top .Search li {
	color: #999;
	line-height: 26px;
	font-size: 13px;
}
#Top .Search li a {
	margin: 0px 5px;
	color: #999;
}
#Top .Search li a.hotspot {
	color: #f60;
}
#Top .Search #key {
	width: 180px;
	height: 30px;
	float: left;
	color: #666;
	border: 0;
	outline: none;
	padding-left: 10px;
	background: none;
}
#Top .Search li.search_li {
	height: 30px;
	line-height: 30px;
	outline: none;
	position: relative;
	width: 220px;
	background: #eee;
	border-radius: 20px;
}
.searBox {
	position: absolute;
	width: 422px;
	max-height: 600px;
	top: 40px;
	background: #161616;
	z-index: 9999;
	left: 0px;
	opacity: 0.9;
	font-size: 12px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}
.searList {
	font-size: 14px;
	display: block;
	border-bottom: 1px dotted #333;
}
.searList:after {
	content: '';
	clear: both;
	display: table;
}
.searLeft {
	width: 42px;
	float: left;
}
.searLeft span {
	display: block;
	color: #aaa;
	text-align: center;
}
.searRight {
	width: 378px;
	padding-left: 40px;
}
.searRight p {
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.searRight p a {
	display: block;
	margin: 0;
	padding-left: 10px;
	color: #bbb;
}
.searRight p span.hling {
	color: #F30;
}
.searRight p a:hover {
	background: #4d4d4d;
	color: #fff;
	text-decoration: none;
}
#Top .tsubmit {
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
	background-size: 18px 18px;
	-webkit-appearance: none;
}
.subMain .abvideo dl dd a:hover, .Review .InputBox .commtSub .Gj-login a:hover, #Top .Search li a:hover, .mainLeft .LeVideoList dl dd a:hover, .LeVideoList dl dd a:hover {
	color: #44b549;
	text-decoration: underline;
}
.QRcode {
	position: absolute;
	width: 100px;
	height: 80px;
	right: 0px;
	top: 20px;
}
.QRcode .QRimg {
	width: 80px;
	height: 100px;
	display: none;
	float: left;
	text-align: center;
	font-size: 12px;
}
.QRcode .QRimg img {
	width: 80px;
	height: 80px;
}
.QRcode span {
	width: 15px;
	height: 15px;
	border-radius: 60px;
	background: #ebebeb;
	display: block;
	float: right;
	margin: 3px 0px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.QRcode span.onfocus {
	background: #44b549;
}
#unlogin_status a {
	color: #ddd;
}

/*侧边栏*/
@media screen and (max-width:1260px) {
.sidebar {
	display: none;
}
}
.sidebar {
	width: 30px;
	height: 100%;
	position: fixed;
	right: 0px;
	top: 0px;
	background: #000;
	z-index: 999999;
	display: none;
}
.sidebar ul {
	display: block;
	padding-top: 200px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.sidebar ul li {
	margin: 10px 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.sidebar ul li:hover span.Notice {
	display: block;
}
.sidebar ul li span.Notice {
	position: absolute;
	min-width: 80px;
	padding: 0px 10px;
	height: 34px;
	line-height: 34px;
	right: 36px;
	top: 0px;
	display: none;
	color: #fff;
	background: #666;
}
.sidebar ul li span.Notice em {
	position: absolute;
	right: -10px;
	top: 5px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.sidebar ul li a {
	padding: 5px 0px;
	display: block;
	color: #efefef;
}
.sidebar ul li.HumanService img {
	width: 24px;
	height: 24px;
}
.sidebar ul li.actGotop {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
}
.sidebar ul li.twocodema {
	position: absolute;
	left: 0px;
	bottom: 60px;
	width: 100%;
}
.sidebar ul li.twocodema:hover .codeBox {
	display: block;
}
.sidebar ul li.twocodema .codeBox {
	position: absolute;
	right: 40px;
	top: -190px;
	background: #fff;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	display: none;
}
.sidebar ul li.twocodema .codeBox:after {
	content: '';
	position: absolute;
	bottom: 20px;
	right: -16px;
	width: 16px;
	height: 17px;
	z-index: 999;
	;
}
.sidebar ul li.twocodema .codeBox h4 {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: normal;
}
.sidebar ul li.twocodema .codeBox img {
	width: 162px;
	height: 194px;
	box-sizing: border-box;
	border-radius: 0px;
}
.sidebar ul li span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	background: url(../images/sidebar.png)left top no-repeat;
}
.sidebar ul li span.collect {
	background: url(../images/sidebar.png) 0px -31px no-repeat;
	background-size: 24px;
}
.sidebar ul li span.review {
	background: url(../images/sidebar.png) 0px -61px no-repeat;
	position: relative;
}
.sidebar ul li span.review em {
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 50px;
	background: #F00;
	color: #fff;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	padding: 2px;
	font-style: normal;
}
.sidebar ul li span.twocode {
	background: url(../images/sidebar.png) 0px -93px no-repeat;
}
.sidebar ul li span.Gotop {
	background: url(../images/sidebar.png) 0px -129px no-repeat;
}
.sidebar ul li img {
	width: 24px;
	height: 24px;
	margin: 0px auto;
	border-radius: 50px;
	display: block;
}
.sidebar ul li:hover a {
	background: #fc7a17;
}
/*621专题导航*/
.a621Nav, .a621_page_Nav, .a621NavWap, .a621PageNavWap, .Logo621 {
	display: none;
}
/* 导航菜单 */
#Top .container, #Top .subcontainer {
	float: left;
	line-height: 50px;
}
#Nav {
	height: 40px;
	position: relative;
	z-index: 9998;
}
#Nav ul.mainNav {
	float: left;
}
#Nav ul.mainNav li {
	line-height: 50px;
	text-align: center;
	float: left;
	position: relative;
}
li.more:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #bbb;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -2px;
}
li.more:hover:before {
	display: none;
}
li.more:hover:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #4dc060;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -2px;
}
#Nav ul.mainNav li.information:hover ul.minList {
	display: block;
}
#Nav ul.mainNav li ul.minList {
	min-width: 80px;
}
#Nav ul.mainNav li ul.minList li {
	line-height: 34px;
	width: 100%;
}
#Nav ul.mainNav li ul.minList li a {
	padding: 0;
}
#Nav ul.mainNav li ul.minList li a:hover {
	color: #fff;
}
#Nav ul.mainNav li img.navHot {
	position: absolute;
	right: -6px;
	top: 6px;
}
#Nav ul.mainNav li a {
	display: block;
	font-size: 14px;
	padding: 0px 20px;
	color: #bbb;
}
#Nav ul.mainNav li a:hover {
	color: #4dc060;
}
#Nav ul.mainNav li a.onfocus {
	color: #4dc060;
}
#Nav ul.subNav, div.subNav {
	float: left;
	width: 200px;
	height: 30px;
}
#Nav ul.subNav strong {
	width: 199px;
	line-height: 40px;
	float: left;
	text-align: center;
	background: #44b549;
	border-right: 1px dotted #CCC;
	position: relative;
}
#Nav ul.subNav strong a {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	display: block;
}
#Nav ul.subNav .nav_content {
	float: left;
	background: #f0f0f0;
	display: none;
	padding-bottom: 10px;
}
#Nav ul.subNav .nav_content li {
	width: 180px;
	float: left;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px dotted #cbcbcb;
}
#Nav ul.subNav .nav_content li:hover {
	background: #44b549;
}
#Nav ul.subNav .nav_content li:hover span a {
	color: #fff;
}
#Nav ul.subNav .nav_content li:hover div.sub_list a {
	color: #fff;
}
#Nav ul.subNav .nav_content li span {
	font-size: 15px;
	float: left;
	padding: 0px 2px;
	line-height: 22px;
}
#Nav ul.subNav .nav_content li span a {
	color: #333;
}
#Nav ul.subNav .nav_content li div.sub_list {
	float: right;
	width: 140px;
	line-height: 24px;
}
#Nav ul.subNav .nav_content li div.sub_list a {
	color: #333;
	padding: 0px 5px;
}
/* 响应式移动端导航菜单 */
.mobMenu {
	padding: 24px;
	float: right;
	box-sizing: border-box;
	position: relative;
	display: none;
}
ol#mobMenuBox {
	position: absolute;
	top: 50px;
	right: 0px;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 0px;
	box-shadow: 0 0 6px #333;
	display: none;
}
ol#mobMenuBox li {
	padding: 0px 5px;
}
ol#mobMenuBox li a {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 44px;
	border-bottom: 1px dotted #dbdbdb;
	box-sizing: border-box;
}
ol#mobMenuBox li:last-child a {
	border: 0;
}
/* 导航下拉菜单*/
.listSubnav {
	position: absolute;
	left: 0px;
	top: 38px;
	display: none;
	z-index: 888;
}
.subNav strong#selist em {
	position: absolute;
	right: 10px;
	top: 0px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-size: 8px;
	font-weight: bold;
}
#Nav .subNav:hover ul.listSubnav {
	display: block;
}
#Nav .subNav:hover #selist em {
	transform: rotate(180deg);
	transition: transform 0.5s ease 0s;
}
/*首页 focus*/
.focus {
	width: 100%;
	min-width: 1190px;
	height: auto;
	position: relative;
	margin: 50px auto 10px auto;
}
.focus ul.rslides li {
	max-height: 615px;
	max-width: 1900px;
	overflow: hidden;
	position: absolute;
}
.focus ul.rslides li a {
	display: block;
	overflow: hidden;
}
.focuswidth img {
	width: 100%;
	height: 100%;
}
.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
.rslides:after {
	content: '';
	clear: both;
	display: table;
}
.rslides_nav {
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	margin-top: -28px
}
.rslides_nav:active, .rslides_nav:hover {
	opacity: 1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.focus .next {
	right: 60px;
	background-position: -31px 0px;
}
.focus .prev {
	left: 60px;
	background-position: 0px 0px;
}
.rslides_tabs {
	margin: 10px auto;
	clear: both;
	text-align: center;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
*float:left;
	margin-right: 10px
}
.rslides_tabs li.rslides_here a {
	background: #4dc060;
}
.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,0,0, .2);
	background: #DDD;
	display: inline-block;
	_display: block;
*display:block;
	width: 34px;
	height: 16px
}
/* Main */
.Main, .subMain {
	width: 1190px;
	margin: 60px auto 0;
}
.Main:after, .subMain:after {
	content: '';
	clear: both;
	display: table;
}
h3.ColumnTit {
	color: #000;
	padding-top: 20px;
	margin: 30px 0px 20px 0px;/*background:url(../images/tBG.png) repeat;*/
}
h3.ColumnTit span {
	font-size: 30px;
	background: #fff;
	line-height: 28px;
	padding: 0px 30px;
	display: table;
	margin: 0 auto;
}
h3.ColumnTit span strong {
	height: 46px;
	font-weight: normal;
	float: left;
	display: block;
	margin-right: 5px;
	line-height: 46px;
}
.lefbot {
	display: table;
	margin: 20px auto;
	color: #999;
}
.lefbot a.ffilp, .mainLeft em.ck {
	height: 30px;
	margin: 0px 10px;
	font-size: 15px;
	cursor: pointer;
}
.lefbot a.onfocus {
	border-bottom: 3px solid #f60;
	color: #f60;
}
.mainLeft:after, h3.todayhot:after {
	content: '';
	display: table;
	clear: both;
}
/*首页banner*/
.banner {
	display: table;
	margin: 20px auto;
}
.banner img {
	width: 100%;
}
/*资讯*/
.InforMain {
	display: none;
}
.inforBox {
	width: 393px;
	display: inline-block;
	background: #f2f2f2;
}
.inforBox a.Lis_Img {
	position: relative;
	display: block;
	overflow: hidden;
}
.inforBox a.Lis_Img img {
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
}
.inforBox a.Lis_Img span.sml_tag {
	padding: 5px 15px;
	background: #f60;
	left: 0px;
	top: 0px;
	color: #fff;
	position: absolute;
	display: block;
	opacity: 0.6;
}
.inforBox img {
	width: 100%;
	height: 100%;
	max-width: 393px;
	max-height: 244px;
}
.inforBox a.Lis_Img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.inforBox li.highlights {
	font-size: 16px;
	padding: 5px 0px;
}
.inforBox li a {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-align: center;
}
/* 子页面通用 */
.OrderStatus {
	margin-bottom: 20px;
	width: 1008px;
	min-height: 644px;
	float: right;
	box-sizing: border-box;
}
/*当前位置*/
.infor {
	width: 1190px;
	display: block;
	position: relative;
	margin: 0;
}
.infor {
	content: '';
	clear: both;
	display: table;
}
.infor h1.pagetitle {
	font-size: 22px;
	color: #128e26;
	float: left;
}
.Location {
	color: #999;
	margin-bottom: 10px;
	line-height: 35px;
	padding-left: 20px;
}
.Location:after {
	content: '';
	clear: both;
	display: table;
}
.Location a {
	color: #555;
	margin: 0px 5px;
}
.Location .butPointer {
	line-height: 35px;
	height: 35px;
}
.Location .butPointer span {
	margin: 3px;
}
.Location .butPointer span a {
	padding: 2px 10px;
	line-height: 23px;
	display: block;
}
/*列表样式*/
.sub_vlist {
	width: 1190px;
	margin: 20px auto;
	position: relative;
}
.sub_vlist .vlistPost {
	width: 860px;
	position: relative;
	display: inline-block;
}
.sub_vlist .vlistPost .w860 {
	width: 870px;
}
.sub_vlist .vlistPost .w860:after {
	content: '';
	clear: both;
	display: table;
}
.vlistPost dl {
	position: relative;
	width: 207px;
	height: 206px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.vlistPost dl.mall_pic {
	height: 304px;
}
.vlistPost dl.mall_pic dt {
	height: 207px;
}
.vlistPost dl.mall_pic dt a img {
	width: 207px;
	height: 207px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.vlistPost dl dt {
	width: 207px;
	height: 129px;
	box-sizing: border-box;
	position: relative;
}
.vlistPost dl dt img.charge {
	position: absolute;
	width: 29px;
	height: 23px;
	right: 0px;
	top: 0px;
	z-index: 999;
}
.vlistPost dl dt img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.vlistPost dl dt a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.vlistPost dl dt a.corner_mark:after {
	content: '';
	width: 45px;
	height: 68px;
	position: absolute;
	left: -9px;
	top: -10px;
	z-index: 99;
}
.vlistPost dl dt a img {
	width: 207px;
	height: 129px;
}
.vlistPost dl dd {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.vlistPost dl dd h3 {
	line-height: 26px;
	font-weight: normal;
}
.vlistPost dl dd h3 i {
	width: 22px;
	height: 22px;
	float: left;
}
.vlistPost dl dd h3 i.coach-list {
	background-position: 0px -24px;
}
.vlistPost dl dd h3 i.club-list {
	background-position: 0px -48px;
}
.vlistPost dl dd h3 a {
	font-size: 14px;
	display: block;
	line-height: 22px;
	width: 100%;
	height: 44px;
	overflow: hidden;
}
.vlistPost dl dd p {
	padding: 5px 0px;
	margin: 0;
	color: #999;
	font-size: 13px;
}
.vlistPost dl dd p span {
	width: 50%;
	display: inline-block;
}
.vlistPost dl dd.VipVideo p:after {
	content: '';
	clear: both;
	display: table;
}
.vlistPost dl dd.VipVideo p span {
	width: auto;
	float: left;
	padding: 0px 10px;
	line-height: 29px;
}
.vlistPost dl dd.VipVideo p span.buynow {
	background: #f70;
	border-radius: 2px;
	padding: 0px 20px;
}
.vlistPost dl dd.VipVideo p span.buynow:hover {
	background: #f90;
}
.vlistPost dl dd.VipVideo p span.buynow a {
	display: block;
	color: #fff;
}
/*新闻列表*/
.vlistPost li {
	padding: 20px 0px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	line-height: 26px;
}
.vlistPost li:after, .vlistPost li div.Listcont p:after {
	content: '';
	clear: both;
	display: table;
}
.vlistPost li div.cropImg {
	width: 207px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.vlistPost li div.cropImg img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.vlistPost li div.Listcont {
	float: left;
	width: 630px;
	display: block;
}
.vlistPost li div.Listcont h2 {
	font-size: 20px;
	line-height: 34px;
	font-weight: normal;
	display: block;
}
.vlistPost li div.Listcont p {
	color: #999;
	margin: 5px 0px;
}
.vlistPost li div.Listcont .Listtimer {
	float: right;
	color: #333;
}
.vlistPost li div.Listcont .Listtimer a {
	color: #44b549;
}
/* 新闻页面样式 */
.NewsPage h1.pagetitle {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin: 20px 0px;
	color: #000;
}
.NewsPage h1.pagetitle:after {
	content: '';
	clear: both;
	display: table;
}
.NewsPage p.explan {
	font-size: 13px;
	line-height: 32px;
	position: relative;
	color: #666;
	margin: 0px 0px 30px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.NewsPage p.explan span {
	margin: 0px 10px;
}
.NewsPage p.explan span em {
	color: #44b549;
}
.NewsPage p.explan span.read {
	position: absolute;
	right: 0px;
}
.NewsPage p.explan span.read b {
	margin: 0px 3px;
	color: #F60;
	font-weight: normal;
}
.NewsPage p.speed_read {
	padding: 10px;
	margin: 0px 0px 30px 0px;
	background: #f8f8f8;
	color: #000;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.NewsPage p.speed_read span {
	margin-right: 5px;
	color: #4dc060;
	font-weight: bold;
}
.NewsPage .Newscontent {
	font-size: 16px !important;
	color: #333;
	line-height: 24px;
}
.NewsPage .Newscontent p {
	margin: 5px 0px !important;
	min-height: 24px;
}
.NewsPage .Newscontent p img {
	max-width: 720px;
}
ol.Related {
	margin: 30px 0px;
	line-height: 24px;
	width: 100%;
	display: table;
}
ol.Related:after {
	content: '';
	clear: both;
	display: table;
}
ol.Related li {
	font-size: 16px;
	padding: 5px;
	width: 20%;
	float: left;
	box-sizing: border-box;
}
ol.Related li:after {
	content: '';
	clear: both;
	display: table;
}
ol.Related li a.mainPic {
	width: 100%;
	height: auto;
	display: block;
}
ol.Related li a.mainPic img {
	width: 100%;
	height: auto;
}
ol.Related li h3 {
	line-height: 20px;
	padding: 5px 0px;
	font-weight: normal;
}
ol.Related li span {
	color: #999;
}
/* 右侧二维码 */
.twocode {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 90px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	z-index: 99999;
}
.btnCode {
	border-radius: 4px;
	background: #111 url(../images/sidebar.png) center -86px no-repeat;
	width: 40px;
	height: 40px;
	background-size: 24px 151px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.5;
}
.twocode .codeBox {
	position: absolute;
	right: 40px;
	top: -200px;
	background: #fff;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 10px;
	display: none;
	z-index: 99999;
}
.twocode:hover .codeBox {
	display: block;
}
.cd-top {
	z-index: 99999;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 4px;
	background: #111 url(../images/toph.jpg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.cd-top:hover {
	background-color: #4DC060;
	opacity: 1;
}
@media only screen and (min-width:768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
.twocode {
	right: 20px;
}
}
@media only screen and (min-width:1024px) {
.cd-top {
	height: 40px;
	width: 40px;
	right: 30px;
	bottom: 30px;
}
.twocode {
	right: 30px;
}
}
.mmzhuce {
	display: table;
	margin: 20px auto;
	box-sizing: border-box;
	overflow: hidden;
	width: 69%;
	margin-top: 100px
}
