body {
	background-color: #f8f8f8;
}
.nav {
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.mainContent {
	width: 1300px;
	overflow: hidden;
	float: none;
	margin: 20px auto;
}
.h_compart {overflow: hidden;
}
.h_part
{
	overflow: hidden;
}
.mr30 {
	margin-right: 30px;
}
.mr20 {
	margin-right: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.seMenu h1, .seMenu h2, .seMenu h3, .seMenu h4, .seMenu h5, .seMenu h6 {
	font-weight: normal;
}
/*标题开始*/
.com_titMod {
	width: 100%;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}
.com_titMod h2 {
	font-size: 20px;
	float: left;
	padding-bottom: 8px;
	color: #444;
}
.com_titMod .click_more {
	color: #a8a8a8;
	display: inline-block;
	height: 26px;
	float: right;
	text-align: right;
	padding-top: 6px;
	font-size: 12px;
}
.com_titMod .click_more::before {
	content: "...";
	display: inline-block;
	border: 1px solid #a8a8a8;
	border-radius: 25px;
	width: 12px;
	height: 12px;
	position: relative;
	top: -3px;
	left: -5px;
	text-align: center;
	color: #a8a8a8;
	line-height: 0.4;
}
.com_titMod .click_more:hover::before {
	color: #358ff0;
	border: 1px solid #358ff0;
}
.com_titMod .click_more:hover {
	color: #358ff0;
}
/*标题结束*/
/*小标题*/
.com_titMod h3 {
	font-size: 18px;
	float: left;
	padding-bottom: 8px;
	color: #666666;
}
.com_titMod h3::before {
	content: "";
	float: left;
	margin-top: 6px;
	display: inline-block;
	width: 4px;
	height: 16px;
	background-color: #358ff0;
	margin-right: 10px;
}
.miniTit_tab {
	margin: 0 auto;
	height: 34px;
	text-align: center;
	position: relative;
}
.miniTit_tab span {
	width: auto;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 16px;
	text-align: center;
	box-sizing: border-box;
	color: #404040;
	font-size: 16px;
	position: relative;
	height: 34px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}
.miniTit_tab span.cur {
	color: #f76341;
}
.miniTit_tab span.cur::after {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	height: 4px;
	background-color: #f76341;
	border-radius: 3px;
	width: 28px;
	margin-left: -14px;
	left: 50%;
	bottom: 0;
}
/*mold1*/
.w_flbb {
	width: 380px;
	padding: 20px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	background: #fff;
}
ul.ln_com_item {
	width: 100%;
	overflow: hidden;
}
ul.ln_com_item li {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
ul.ln_com_item li a.ln_img {
	width: 66px;
	height: 66px;
	overflow: hidden;
	display: block;
	float: left;
	border-radius: 10px;
	margin-right: 16px;
}
ul.ln_com_item li img {
	width: 66px;
	height: 66px;
}
ul.ln_com_item li .a-info {
	float: left;
	width: 226px;
	line-height: 25px;
	text-align: left;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.ln_com_item li .a-info p.Tit {
	font-size: 16px;
	margin-bottom: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.ln_com_item li .a-info p.Tit a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.ln_com_item li .a-info p.sum {
	color: #9a9a9a;
	clear: both;
	font-size: 14px;
	display: block;
	float: left;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.ln_com_item li .ln_btn {
	padding: 3px 12px;
	border: 1px solid #00be6e;
	color: #00be6e;
	margin-top: 10px;
	border-radius: 30px;
}
ul.ln_com_item li:hover .ln_btn {
	color: #fff;
	background-color: #00be6e
}
/*mold2*/
.topSwbox {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background: #fff;
}
.h_part .title h2 {
  background: url("/images/part.png") no-repeat 0px 0px;
  font-size: 20px;
  padding: 2px 40px;
}
.h_switch ul {
  margin-left: -29px;
  overflow: hidden;
}
.h_switch li {
  float: left;
  margin-left: 29px;margin-top:20px;
}
.h_switch li a {
  display: inline-block;
  width: 88px;
}
.h_switch li img {
  display: inline-block;
  border-radius: 16px;
  margin-bottom: 10px;
  width: 88px;
  height: 88px;
  transition: transform 0.5s;
}
.h_switch li:hover img {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
/*mold3*/
.w_recom {
	width: 400px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
}
ul.rec_item1 {
	margin-top: 20px;
}
ul.rec_item1 li {
	overflow: hidden;
}
ul.rec_item1 .img img {
	width: 400px;
	height: 190px;
	display: inline-block;
	transition: all 1s ease 0s;
}
ul.rec_item1 .img:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
ul.rec_item1 dl {
	width: 100%;
	box-sizing: border-box;
	height: 90px;
	padding: 12px;
	font-size: 13px;
	color: #666;
	background: #f2f2f2;
	position: relative;
}
ul.rec_item1 dl dt {
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 12px;
}
ul.rec_item1 dl dt a {
	display: block;
}
ul.rec_item1 dl dt img {
	width: 66px;
	height: 66px;
	border-radius: 8px;
  transition: transform 0.5s;
}
ul.rec_item1 dl:hover img {
  transform: scale(0.96);
  transition: transform 0.5s;
}
ul.rec_item1 dl dd {
	width: 298px;
	display: inline-block;
}
ul.rec_item1 dl strong {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 15px;
}
ul.rec_item1 dl dd p {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
ul.rec_item1 dl span {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	background: #fea342;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
}
ul.rec_item2 {
	height: 118px;
	overflow: hidden;
	margin-left: -26.6px;
}
ul.rec_item2 li {
	width: 80px;
	float: left;
	overflow: hidden;
	margin-left: 26.6px;
	margin-top: 12px;
}
ul.rec_item2 li a {display: block;
}
ul.rec_item2 li img {
	width: 80px;
	height: 80px;
	border-radius: 16px;
  transition: transform 0.5s;
}
ul.rec_item2 li:hover img {
  transform: scale(0.96);
  transition: transform 0.5s;
}
ul.rec_item2 li span {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	display: block;
	text-align: center;
	margin-top: 6px;
}
.w_htjp {
	width: 410px;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
.hd {
	height: 34px;position: relative;
	border-bottom: 5px solid #333;
}
.hd h3 {
	float: left;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	margin-right: 10px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 18px;
}
.w_htjp .hd {
	height: 32px;
}
.w_htjp h3 {
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}
.w_htjp .bg_color {
	margin-left: -12px;
}
.w_htjp .bg_color a {
	width: 83px;
	height: 88px;
	margin: 16px 0 0 12px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 0 6px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	float: left;
}
.w_htjp .bg_color a:hover {
	text-decoration: underline
}
.w_htjp .bg1 {
	background-color: #1da16e;
}
.w_htjp .bg2 {
	background-color: #0e91d5;
}
.w_htjp .bg3 {
	background-color: #25c88a;
}
.w_htjp .bg4 {
	background-color: #ff5555;
}
.w_htjp .bg5 {
	background-color: #f21d1d;
}
.w_htjp .bg6 {
	background-color: #01c3c3;
}
.w_htjp .bg7 {
	background-color: #675fd6;
}
.w_htjp .bg8 {
	background-color: #333333;
}
.w_htjp .bg9 {
	background-color: #fea342;
}
.w_htjp .bg10 {
	background-color: #41d39d;
}
.w_htjp .bg11 {
	background-color: #ff6e6e;
}
.w_htjp .bg12 {
	background-color: #f9679a;
}
.w_htjp .bg13 {
	background-color: #5cbe65;
}
.w_htjp .bg14 {
	background-color: #af2acc;
}
.w_htjp .bg15 {
	background-color: #be0c75;
}
.w_htjp .bg16 {
	background-color: #d8df1b;
}
/*mold4*/
.picShow {
	width: 1300px;
	margin: 0 auto;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.picShow ul {
	height: 380px;
	position: absolute
}
.picShow ul li {
	float: left;
	width: 1300px;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.picShow li a {
	display: block;
}
.picShow li img {
	width: 100%;
	height: 380px
}
.picShow li a:hover img {
	transform: scale(1);
	transition: transform 0s;
}
.picShow .btn {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 16px;
	text-align: right;
	line-height: 10px;
	right: 0;
	bottom: 20px;
}
.picShow .btn span {
	text-align: right;
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 12px;
	border-radius: 12px;
	height: 12px;
	_font-size: 0;
	box-sizing: border-box;
	margin-right: 12px;
	cursor: pointer;
	background: #f1f1f1;
}
.picShow .btn span:last-child {
	border-right: none
}
.picShow .btn span.on {
	width: 26px;
	background: #ff431e
}
.picShow .preNext {
	display: none
}
.picShow ul li > a {
	display: block;
	position: relative;
	text-align: left;
}
.picShow ul li > a .txts {
	box-sizing: border-box;
	padding: 16px 20px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 1300px;
}
.picShow ul li > a .txts .tit {
	font-size: 22px;
	margin-bottom: 7px;
}
.picShow ul li > a .txts .summary {
	width: 960px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
}
/*mold5*/
.w_goiBox {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.w_goiBox .g_going {
	margin-top: 20px;
	margin-left: -20px;
}
.w_goiBox .g_going li {
	margin-left: 19.8px;
	width: 300px;
	box-sizing: border-box;
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #f0f0f0;
	height: 264px;
	overflow: hidden;
	position: relative;
}
.w_goiBox .g_going .mr0 {
	margin-right: 0px;
}
.w_goiBox .g_going li img {
	width: 100%;
	height: 150px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.w_goiBox .g_going li .a_img:hover img, .h_part .g_going li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.w_goiBox .g_going li .a_img {
	width: 300px;
	height: 150px;
	overflow: hidden;
	padding: 0px;
	display: block;
}
.w_goiBox .g_going li .a_but {
	display: inline-block;
	width: 60px;
	background-color: #ff9637;
	color: #ffffff;
	text-align: center;
	padding: 5.5px 10px;
	position: relative;
	top: -156px;
	left: 110px;
}
.w_goiBox .g_going li .a_but:hover {
	background-color: #f57807;
}
.w_goiBox .g_going li .g_title:hover {
	color: #358ff0;
}
.w_goiBox .g_going li .g_title {
	font-size: 16px;
	padding: 0px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e1e1e1;
	background-color: inherit;
	color: inherit;
}
.w_goiBox .g_going li div.g_rela_tit {
	padding: 12px 10px;
}
.w_goiBox .g_going li div.g_rela_tit p {
	margin-bottom: 10px;
}
.w_goiBox .g_going li div.g_rela_tit p a {
	margin-left: 10px;
	font-size: 15px;
}
.w_goiBox .g_going li div.g_rela_tit p::before {
	content: "";
	background: url(/images/icon.png) no-repeat -329px -773px;
	display: inline-block;
	width: 15px;
	height: 7px;
	position: relative;
	top: -2px;
	left: 0px;
}
/*mold6*/
.zjbox {
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
/*	margin-top: 20px;*/
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.ptbox {
	width: 100%;
	max-height: 516px;
	overflow: hidden;
}
.ptbox li {
	width: 124px;
	float: left;
	display: inline;
	margin-top: 20px
}
.ptbox li img {
	display: block;
	width: 76px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 12px;
	height: 76px;
	margin: 0 auto 5px auto;
    transition: transform 0.3s;
}
.ptbox li:hover img{
	transform: scale(0.96);
	transition: transform 0.3s;
}
.ptbox li span {
	display: inline-block;
	width: 120px;
	height: 24px;
	padding: 0 8px;
	box-sizing: border-box;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.bigp {
	width: 498px;
	margin: 20px 0 0 0;
}
.bigp a {
	display: inline-block;
}
.bigp a:first-child {
	margin-bottom: 16px;
}
.bigp img {
	width: 498px;
	height: 236px;
	border-radius: 8px;
	transition: transform 0.3s;
}
.bigp > img {
	width: 498px;
	height: 283px;
}
.bigp a:hover img {
	transform: scale(0.96);
	transition: transform 0.3s;
}
.big_rcon {
	width: 744px;
}
/*mold6 end*/
/*mold7*/
.jplm {
	width: 420px;padding: 20px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	position: relative;
}
.jplm .hd {
	height: 32px;
	border-bottom: 5px solid #333;
}
.jplm h3 {
	float: left;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 15px;
}
.jplm .bg_color {
	margin-left: -12px;
}
.jplm .bg_color a {
	float: left;
	width: 96px;
	height: 72px;
	padding: 0 6px;
	box-sizing: border-box;
	margin: 15px 0 0 12px;
	text-align: center;
	font-size: 15px;
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.jplm .bg_color a:hover {
	text-decoration: underline
}
.jplm .bg1 {
	background-color: #1da16e;
}
.jplm .bg2 {
	background-color: #0e91d5;
}
.jplm .bg3 {
	background-color: #25c88a;
}
.jplm .bg4 {
	background-color: #ff5555;
}
.jplm .bg5 {
	background-color: #f21d1d;
}
.jplm .bg6 {
	background-color: #01c3c3;
}
.jplm .bg7 {
	background-color: #675fd6;
}
.jplm .bg8 {
	background-color: #333333;
}
.jplm .bg9 {
	background-color: #fea342;
}
.jplm .bg10 {
	background-color: #41d39d;
}
.jplm .bg11 {
	background-color: #ff6e6e;
}
.jplm .bg12 {
	background-color: #f9679a;
}
.new-publish {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	width: 820px;
}
.new-publish ul {
	width: 100%;
	float: left;
	text-align: center;
}
.new-publish ul li {
	float: left;
	color: #999;
	width: 14.66%;
	margin: 16px 1% 0 1%
}
.new-publish ul li a {
	display: block;
	color: #999
}
.new-publish ul li img {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 12px;
	margin: 0 auto;
  transition: transform 0.3s;
}
.new-publish ul li:hover img{
	transform: scale(0.96);
	transition: transform 0.3s;
}
.new-publish ul li b {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin: 5px 0 0 0;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden
}
.new-publish ul li a:hover b {
	color: #358ff0;
}
/*mold7 end*/
/*mold8 start*/
.w_jpyx {
	width: 410px;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}
.w_jpyx ul {
	width: 400px;
	height: 416px;
	overflow: hidden;
	margin-left: -20px;
}
.w_jpyx li {
	float: left;
	width: 183px;
	padding: 20px 0 10px 16px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px dashed #ddd;
}
.w_jpyx li:nth-child(2n) {
	border-left: 1px dashed #ddd;
}
.w_jpyx li img {
	width: 72px;
	height: 72px;
	float: left;
	border-radius: 10px;
	margin-right: 10px;
  transition: transform 0.5s;
}
.w_jpyx li:hover img {
	transform: scale(0.96);
  transition: transform 0.5s;
}
.w_jpyx li strong {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 15px;
}
.w_jpyx li .red {
	display: block;
	color: #f00;
}
.w_jpyx li p {
	clear: both;
	height: 40px;
	padding-right: 6px;
	box-sizing: border-box;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
}
/*活动推荐*/
.w_informa {
	width: 410px;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
}
.w_informa .i_top {
	background-color: #f3f3f3;
}
.w_informa .i_top h2 {
	float: left;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	background-color: #ff0000;
	color: #ffffff;
}
.w_informa .i_top a {
	padding-top: 10px;
	margin-right: 10px;
	width: 50px;
	height: 20px;
}
ul.c-new li {
	border-bottom: 1px dashed #f0f0f0;
	padding: 10px 0px 13px 0;
}
ul.c-new li .u_title {
	display: inline-block;
	margin-left: 0px;
	font-size: 16px;
	color: #fe6767;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
ul.c-new li .u_title:hover {
	font-weight: bold;
}
ul.c-new li .u_img {
	margin-top: 5px;
	margin-left: 0px;
	overflow: hidden;
	height: 50px;
}
ul.c-new li .u_img img {
	width: 75px;
	height: 50px;
	border-radius: 5px;
	transition: all 0.4s ease;
}
ul.c-new li:hover .u_img img {
	transform: scale(1.06);
	transition: all 0.4s ease;
}
ul.c-new li div.u_img .u_txt {
	font-size: 14px;
	display: inline-block;
	color: #737373;
	width: 270px;
	height: 50px;
	padding-left: 20px;
	overflow: hidden;
	line-height: 25px;
}
/*mold8 end*/
/*mold9 start*/
.w_tvsTbg .tvShow {
	width: 680px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.w_tvsTbg .tvShow ul {
	height: 324px;
	position: absolute
}
.w_tvsTbg .tvShow ul li {
	float: left;
	width: 680px;
	height: 324px;
	overflow: hidden;
	position: relative;
}
.w_tvsTbg .tvShow li a {
	display: block;
}
.w_tvsTbg .tvShow li img {
	width: 100%;
	height: 324px
}
.w_tvsTbg .tvShow li a:hover img {
	transform: scale(1);
	transition: transform 0;
}
.w_tvsTbg .tvShow .btn {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	height: 16px;
	text-align: right;
	line-height: 10px;
	right: 0;
	bottom: 18px;
}
.w_tvsTbg .tvShow .btn span {
	text-align: right;
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 12px;
	border-radius: 12px;
	height: 12px;
	_font-size: 0;
	box-sizing: border-box;
	margin-right: 12px;
	cursor: pointer;
	background: #f1f1f1;
}
.w_tvsTbg .tvShow .btn span:last-child {
	border-right: none
}
.w_tvsTbg .tvShow .btn span.on {
	width: 26px;
	background: #ff431e
}
.w_tvsTbg .tvShow .preNext {
	display: none
}
.w_tvsTbg .tvShow ul li > a {
	display: block;
	position: relative;
	text-align: left;
}
.w_tvsTbg .tvShow ul li > a .txts {
	box-sizing: border-box;
	padding: 16px 20px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 680px;
}
.w_tvsTbg .tvShow ul li > a .txts .tit {
	max-width: 400px;
	overflow: hidden;
	font-size: 18px;
	height: 26px;
	margin-bottom: 7px;
}
.w_inerLv {
	width: 600px;
}
ul.inerlive {
	margin-left: -20px;
	max-height: 344px;
	overflow: hidden;
	margin-top: -20px;
}
ul.inerlive li {
	width: 290px;
	height: 152px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
}
ul.inerlive li a {
	display: block;
}
ul.inerlive li a img {
	width: 290px;
	height: 152px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.inerlive li:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.inerlive li span {
	height: 32px;
	line-height: 32px;
	padding: 50px 15px 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
ul.inerlive dl {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.inerlive dt {
	display: inline-block;
	font-weight: bold;
	margin: 20px 15px 0;
	padding: 0 15px;
	font-size: 16px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
}
ul.inerlive dt:before, ul.inerlive dt:after {
	content: '';
	display: block;
	width: 9px;
	height: 29px;
	background: url(/images/icon.png) no-repeat;
	position: absolute;
	top: 0;
}
ul.inerlive dt:before {
	background-position: 0 -820px;
	left: 0;
}
ul.inerlive dt:after {
	background-position: -10px -820px;
	right: 0
}
ul.inerlive dd {
	margin-top: 10px;
}
ul.inerlive dd p {
	line-height: 22px;
	max-height: 22px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
}
ul.inerlive dd a {
	color: #fff;
}
ul.inerlive .rmjx_btn {
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	border-radius: 6px;
	background: #70b63a;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
ul.inerlive .rmjx_btn:hover {
	background: #85C256;
}
ul.inerlive li:hover dl {
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.inerlive li:hover span {
	bottom: -80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*mold9 end*/
/*mold10 start*/
.w_dnbp {
	width: 315px;
	float: left;
	padding: 16px 0 6px 16px;
	box-sizing: border-box;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.box_tabCon .w_dnbp:nth-child(4n) {
	border-right: none;
}
.w_dnbp .com_titMod {
	border-bottom: none;
}
.com_titMod h4 {
	font-size: 15px;
	float: left;
	background-color: #09c;
	padding: 3px 18px;
	border-radius: 20px;
	color: #fff;
}
ul.dnbb_item {
	width: 100%;
	overflow: hidden;
	max-height: 350px;
	margin-top: 16px;
}
ul.dnbb_item li {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.dnbb_item li a.dn_img {
	width: 46px;
	height: 46px;
	overflow: hidden;
	display: block;
	float: left;
	border-radius: 10px;
	margin-right: 10px;
}
ul.dnbb_item li img {
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 6px;
}
ul.dnbb_item li p.Tit {
	float: left;
	width: 210px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.dnbb_itempc {
	width: 100%;
	overflow: hidden;
	max-height: 350px;
	margin-top: 16px;
}
ul.dnbb_itempc li {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
ul.dnbb_itempc li a.dn_img {
	width: 32px;
	height: 46px;
	overflow: hidden;
	display: block;
	float: left;
	border-radius: 4px;
	margin-right: 10px;
}
ul.dnbb_itempc li img {
	width: 32px;
	height: 46px;box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
}
ul.dnbb_itempc li p.Tit {
	float: left;
	width: 210px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*mold10 end*/
/*mold11 start*/
.w_bgAlbu {
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.w_fotTp {
	width: 720px;
}
.w_fotTp ul.lisTp {
	width: 105%;
}
.w_fotTp ul.lisTp li {
	width: 160px;
	height: 62px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 20px 27px 0 0;
	border-radius: 10px;
}
.w_fotTp ul.lisTp li .img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	opacity: 0.1;
}
.w_fotTp ul.lisTp li .img .ico {
	background: url("/images/fottertopico.png") no-repeat center;
	display: block;
	height: 66px;
	width: 160px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.w_fotTp ul.lisTp li .img .ico4 {
	background-position: 0 0;
}
.w_fotTp ul.lisTp li .img .ico5 {
	background-position: 0 -80px;
}
.w_fotTp ul.lisTp li .img .ico6 {
	background-position: 0 -161px;
}
.w_fotTp ul.lisTp li .img .ico1 {
	background-position: 0 -241px;
}
.w_fotTp ul.lisTp li .img .ico2 {
	background-position: 0 -323px;
}
.w_fotTp ul.lisTp li .img .ico3 {
	background-position: 0 -404px;
}
.w_fotTp ul.lisTp li .text {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 66px;
	color: #404040;
	font-size: 18px;
	opacity: 0.9;
}
.w_fotTp ul.lisTp li:hover .img {
	opacity: 0.2;
}
.w_fotTp ul.lisTp li:hover .img .ico {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.w_fotTp ul.lisTp li:hover .text {
	opacity: 1;
}
.w_botLs {
	width: 490px;
}
.w_botLs .bot_list {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.w_botLs .bot_list a {
	max-width: 216px;
	text-align: center;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin: 0 16px;
	font-size: 15px;
	color: #333;
	display: block;
	height: 36px;
	line-height: 36px;
	transition: all .3s;
}
.w_botLs .bot_list a:nth-child(1), .w_botLs .bot_list a:nth-child(6), .w_botLs .bot_list a:nth-child(9), .w_botLs .bot_list a:nth-child(11), .w_botLs .bot_list a:nth-child(13), .w_botLs .bot_list a:nth-child(17) {
	color: #59c301;
}
.w_botLs .bot_list a:hover {
	color: #59c301;
	transform: translateX(3px);
}
/*mold12 start*/
/*装机必备*/
.zj_tbcon {
	width: 380px;
	overflow: hidden;
}
.zj_tbcon .sortBox {
	margin-top: 20px;
}

.zj_tlCon {
	width: 868px;
}
.zj_tlCon ul.az_applist {
	margin-left: 0;
}
.zj_tlCon ul.az_applist li {
	width: 124px;height: 153px;
	margin: 20px 0 0 0;
	text-align: center;
}
.zj_tlCon ul.az_applist li .app_img img {
	width: 88px;
	height: 88px;
	border-radius: 12px;
}
.zj_tlCon ul.az_applist li .hover_ewm {
	top: 4px;
}
/*硬件分类*/
.sortBox {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sortBox ul.sydn_navList {
	max-height: 150px;

	margin-left: -22px;
	overflow: hidden;
}
.sortBox ul.sydn_navList li {
	display: inline-block;
	margin: 0;
	float: left;
	margin-left: 22px;
	overflow: hidden;
	width: 108px;
	height: 40px;
	margin-bottom: 12px;
	text-align: center;
}
.sortBox ul.sydn_navList li span {
	width: 108px;
	cursor: pointer;
	height: 40px;
	margin: 0;
	line-height: 40px;
	display: block;
	color: #666;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
}
.sortBox ul.sydn_navList li.cur span,
.sortBox ul.sydn_navList li span:hover {
	color: #ffffff;
	border: 1px solid #358ff0;
	background-color: #358ff0;
}
/*办公推荐end*/
ul.az_applist {
	margin-left: -20px;
}
ul.az_applist li {
	margin-top: 30px;
	float: left;
	width: 130px;
	margin-left: 20px;
	text-align: center;
	height: 165px;
	position: relative;
}
ul.az_applist li .app_img {
	display: block;
	overflow: hidden;
}
ul.az_applist li img {
	width: 100px;
	height: 100px;
	margin: 0px;display: inline-block;
	transition: transform 0.5s;border-radius: 20px;
}
ul.az_applist li:hover img {
	transform: rotateY(180deg);
	transition: transform 0.5s;
}
ul.az_applist li .hover_ewm {
	display: none;
	width: 110px;
	height: 102px;
	background: url(/images/icon.png) no-repeat -430px -596px;
	position: absolute;
	top: 10px;
	overflow: hidden;
	left: 50px;
	z-index: 1;
	padding: 8px 0px;
}
ul.az_applist li:nth-child(7n) .hover_ewm {
	left: 18px;
}
ul.az_applist li .a_tit {
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
	padding: 0 12px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: none;
	color: #333333;
}
ul.az_applist li .one_a {
	display: inline-block;
	width: auto;
	padding: 0px 18px 0 12px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px;
	line-height: 2;
}
ul.az_applist li .one_a:hover {
	color: #ffffff;
	background-color: #ffc221;
}
ul.az_applist li .one_a:hover::after {
	background: url(/images/icon.png) no-repeat -335px -95px;
}
ul.az_applist li .one_a::after {
	content: "";
	background: url(/images/icon.png) no-repeat -374px -95px;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
	left: 5px;
}
/*兴趣推荐*/
.xqtj_con {
	width: 100%;
	display: block;
	overflow: hidden;margin-top: 30px;
}
.xqtj_con > span {
	font-size: 17px;
	font-weight: bold;
	display: block;
	color: #666;
}
.xqtj_con ul {
	max-height: 136px;
	overflow: hidden;
	margin-left: -14px;
	margin-right: 14px;
	color: #666;
}
.xqtj_con ul li {
	display: block;
	float: left;
	padding: 0px 10px;
	height: 27px;
	line-height: 27px;
	border: 1px solid #EAEAEA;
	border-radius: 100px;
	margin-left: 14px;
	font-size: 14px;
	margin-top: 16px;
}
.xqtj_con ul li b {
	display: block;
	float: left;
	width: 15px;
	height: 17px;
	background: url(/images/icon.png) no-repeat;
	margin: 5px 5px 0px 0px;background-position: -200px -960px;
}
.xqtj_con ul li:hover b {
	background-position: -225px -960px;
}
.xqtj_con ul li em {
	float: left;
	height: 27px;
	color: #666;
	border-left: 1px solid #F0F0F0;
	display: block;
	padding-left: 5px;
}
.xqtj_con ul li:hover {
	border: 1px solid #F86060;
}
.xqtj_con ul li:hover em {
	text-decoration: underline;
	color: #F86060;

}
.w_spCon {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	background: #fff;
}
/*mold13*/
.smal_banner {
  width: 100%;
  overflow: hidden;
  height: 100px;
}
.smal_banner a {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.smal_banner img {
  width: 100%;
  height: 100px;
  transition: all 0.4s ease;
}
.smal_banner img:hover {
  transform: scale(1.06);
  transition: all 0.4s ease;
}
/*mold14*/
.h_comBox {
  width: 100%;
  overflow: hidden;
}
.h_comBox ul.pcgm_list {
  margin-left: -28.8px;
  overflow: hidden;
}
.h_comBox ul.pcgm_list li {
  float: left;
  margin-left: 28.8px;
  margin-top: 20px;
}
.h_comBox ul.pcgm_list li a {
  display: inline-block;
  width: 100px;
}
.h_comBox ul.pcgm_list li img {
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100px;
  height: 146px;
  transition: transform 0.5s;
}
.h_comBox ul.pcgm_list li:hover img {
  transform: scale(0.92);
  transition: transform 0.5s;
}
/*点击查看更多*/
.page_more {
  text-align: center;
  overflow: auto;
  margin-top:30px;
  margin-bottom: 20px;
}
.page_more a {
	border: 1px solid #358ff0;
	border-radius: 4px;
  line-height: 30px;
	width: 126px;
	font-size: 15px;
	height: 32px;background-color: #358ff0;
    display: inline-block;
    color: #fff;
}
.page_more a i{
	width: 12px;
	height: 10px;
	margin-left: 6px;
    display: inline-block;background: url(/images/icon.png) no-repeat -478px -97px;
}
.page_more a:hover{
	border: 1px solid #1b6fc8;
	background-color: #1b6fc8;
    color: #fff;
}
.page_more a:hover i{
	background-position:  -478px -97px;
}
/*mold15*/
.w_recom_m15 {
	width: 400px;
    padding: 20px 20px 16px 20px;
    border-radius: 8px;
    background-color: #fff;
}
ul.recItem_m15 {
	margin-top: 20px;
}
ul.recItem_m15 li {
  overflow: hidden;
}
ul.recItem_m15 li .img{
	display: block;
}
ul.recItem_m15 .img img {
  width: 400px;
  height: 190px;
  transition: all 1s ease 0s;
}
ul.recItem_m15 .img:hover img {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}
ul.recItem_m15 dl {
	width: 100%;
	box-sizing: border-box;
  height: 116px;
  padding: 12px;
  font-size: 13px;
  color: #666;
  background: #f2f2f2;
  position: relative;
}
ul.recItem_m15 dl dt{
	width:66px;
	height: 92px;
  float: left;
  margin-right: 12px;
}
ul.recItem_m15 dl dt a{
	display: block;
}
ul.recItem_m15 dl dt img {
	width:66px;
	height: 92px;
	display: inline-block;
	border-radius: 4px;
  transition: transform 0.5s;
}
ul.recItem_m15 dl:hover dt img {
  transform: scale(0.92);
  transition: transform 0.5s;
}
ul.recItem_m15 dl dd {
	width:298px;
	display: inline-block;
}
ul.recItem_m15 dl dd a.tit {
  height: 26px;
  line-height: 26px;
	display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
ul.recItem_m15 dl:hover strong {
  color:#358ff0 
}
ul.recItem_m15 dl strong {
  font-size: 15px;
}
ul.recItem_m15 dl dd p {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
	margin-top: 10px;
}
ul.recItem2_m15 {
  height: 154px;
	overflow: hidden;
	margin-left: -26.6px;
}
ul.recItem2_m15 li {
  width: 80px;
	float: left;
  overflow: hidden;
	margin-left: 26.6px;
	margin-top: 12px;
}
ul.recItem2_m15 li a{display: block;
}
ul.recItem2_m15 li img {
  width: 80px;
  height: 116px;
	display: block;
	border-radius: 4px;
  transition: transform 0.5s;
}
ul.recItem2_m15 li:hover img {
  transform: scale(0.92);
  transition: transform 0.5s;
}
ul.recItem2_m15 li span {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	height: 20px;
	display: block;
	text-align: center;
	margin-top: 6px;
}
/*精品游戏*/
.w_jpyx_m15  {
	width:500px;
    padding: 20px;
    border-radius: 8px;
	box-sizing: border-box;
    background-color: #fff;
	overflow: hidden;
}
.w_jpyx_m15 ul {
  overflow: hidden;
}
.w_jpyx_m15 ul.bbgm_list  li {
  float: left;
  width: 230px;
  box-sizing: border-box;
  padding: 13px 10px 13px 0;
  font-size: 12px;
  color: #999;
  border-bottom: 1px dashed #ddd;
}
.w_jpyx_m15 ul.bbgm_list  li:nth-child(2n) {
  border-left: 1px dashed #ddd;
  padding: 13px 0 13px 10px;
}
.w_jpyx_m15 ul.bbgm_list  li img {
  width: 66px;
  height: 92px;
  float: left;
	border-radius: 4px;
  margin-right: 10px;
  transition: transform 0.5s;
}
.w_jpyx_m15 ul.bbgm_list  li:hover img {
	transform: scale(0.92);
  transition: transform 0.5s;
}
.w_jpyx_m15 ul.bbgm_list  li .info {
  width: 142px;
	overflow: hidden;
	height: 92px;
}
.w_jpyx_m15 ul.bbgm_list  li strong {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 15px;
}
.w_jpyx_m15 ul.bbgm_list  li:hover strong {
	color:#358ff0
}
.w_jpyx_m15 ul.bbgm_list  li .red {
	display: block;
	font-size: 13px;
  color: #f00;
}
.w_jpyx_m15 ul.bbgm_list  li p {
  height: 40px;
	padding-right: 6px;
	box-sizing: border-box;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
.update_box {
    width: 320px;
	padding: 20px;
	box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background: #fff;
}
ul.update_list {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    transition: all .3s;
}
ul.update_list li {
    height: 32px;
    overflow: hidden;
    margin-top: 11px;
}
ul.update_list li:first-child {
    margin-top: 14px;
}
ul.update_list li .type {
    display: block;
    float: left;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #999;
	margin-top: 4px;
    border: 1px solid #eee;
    margin-right: 8px;
    font-size: 14px;
    position: relative;
}
ul.update_list li .tit {
    width: 200px;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #333;
    overflow: hidden;
    zoom: 1;
    float: left;
    transition: all .3s;
}
ul.update_list li .tit img {
    display: block;
    float: left;
    width: 24px;
    height: 32px;
	border-radius: 3px;
    margin-right: 8px;
}
ul.update_list li>span {
    float: right;
    color: #999;
}
ul.update_list li .date {
    color: #ff4f4f;
}
ul.update_list li .type:hover {
  color: #59c301;
  border-color: #59c301;
}
ul.update_list li .tit:hover {
  color: #59c301;
  transform: translateX(3px);
}
/*mold16*/
.w_mibgBox {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.w_bibg {
  width: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.w_bibg a {
  width: 540px;
  height: 266px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.w_bibg img {

  width: 540px;
  height: 266px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w_bibg:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w_bibg span {
  height: 32px;
  line-height: 32px;
  padding: 50px 15px 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.w_bibg dl {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w_bibg dt {
  display: inline-block;
  font-weight: bold;
  margin: 96px 15px 0;
  padding: 0 15px;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
  position: relative;
}
.w_bibg dt:before, .w_bibg dt:after {
  content: '';
  display: block;
  width: 9px;
  height: 29px;
  background: url(/images/icon.png) no-repeat;
  position: absolute;
  top: 0;
}
.w_bibg dt:before {
  background-position: 0 -820px;
  left: 0;
}
.w_bibg dt:after {
  background-position: -10px -820px;
  right: 0
}
.w_bibg dd {
  margin-top: 10px;
}
.w_bibg dd a {
  color: #fff;
}
.w_bibg .rmjx_btn {
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  border-radius: 6px;
  background: #70b63a;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.w_bibg .rmjx_btn:hover {
  background: #85C256;
}
.w_bibg:hover dl {
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w_bibg:hover span {
  bottom: -80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.w_hotLv {
  width: 700px;
}
.hotlive {
  margin-left: -20px;
  max-height: 286px;
  overflow: hidden;
  margin-top: -20px;
}
.hotlive li {
  width: 220px;
  height: 122px;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 6px;
}
.hotlive li a {
  display: block;
}
.hotlive li a img {
  width: 220px;
  height: 122px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hotlive li:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hotlive li span {
  height: 32px;
  line-height: 32px;
  padding: 50px 15px 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.hotlive dl {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hotlive dt {
  display: inline-block;
  font-weight: bold;
  margin: 20px 15px 0;
  padding: 0 15px;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
  position: relative;
}
.hotlive dt:before, .hotlive dt:after {
  content: '';
  display: block;
  width: 9px;
  height: 29px;
  background: url(/images/icon.png) no-repeat;
  position: absolute;
  top: 0;
}
.hotlive dt:before {
  background-position: 0 -820px;
  left: 0;
}
.hotlive dt:after {
  background-position: -10px -820px;
  right: 0
}
.hotlive dd {
  margin-top: 10px;
}
.hotlive dd a {
  color: #fff;
}
.hotlive .rmjx_btn {
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  border-radius: 6px;
  background: #70b63a;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.hotlive .rmjx_btn:hover {
  background: #85C256;
}
.hotlive li:hover dl {
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hotlive li:hover span {
  bottom: -80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*mold17*/
.jplm_m17 {
	width: 420px;padding: 20px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	position: relative;
}
.jplm_m17 .hd {
	height: 32px;
	border-bottom: 5px solid #333;
}
.jplm_m17 h3 {
	float: left;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 15px;
}
.jplm_m17 .bg_color {
	margin-left: -12px;
}
.jplm_m17 .bg_color a {
	float: left;
	width: 96px;
	height: 76px;
	padding: 0 6px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center; 
	margin: 18px 0 0 12px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
}
.jplm_m17 .bg_color a:hover {
	text-decoration: underline
}
.jplm_m17 .bg1 {
	background-color: #1da16e;
}
.jplm_m17 .bg2 {
	background-color: #0e91d5;
}
.jplm_m17 .bg3 {
	background-color: #25c88a;
}
.jplm_m17 .bg4 {
	background-color: #ff5555;
}
.jplm_m17 .bg5 {
	background-color: #f21d1d;
}
.jplm_m17 .bg6 {
	background-color: #01c3c3;
}
.jplm_m17 .bg7 {
	background-color: #675fd6;
}
.jplm_m17 .bg8 {
	background-color: #333333;
}
.jplm_m17 .bg9 {
	background-color: #fea342;
}
.jplm_m17 .bg10 {
	background-color: #41d39d;
}
.jplm_m17 .bg11 {
	background-color: #ff6e6e;
}
.jplm_m17 .bg12 {
	background-color: #f9679a;
}
.newPub_m17 {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	width: 820px;
}
.newPub_m17 ul.hotgm_list {
	float: left;
	text-align: center;
}
.newPub_m17 ul.hotgm_list li {
	float: left;
	color: #999;
	width: 14.66%;
	margin: 18px 1% 0 1%
}
.newPub_m17 ul.hotgm_list li a {
	display: block;
	color: #999
}
.newPub_m17 ul.hotgm_list li img {
	display: block;
	width: 72px;
	height: 100px;
	border-radius: 4px;
	margin: 0 auto;
  transition: transform 0.5s;
}
.newPub_m17 ul.hotgm_list li:hover img{
	transform: scale(0.96);
	transition: transform 0.5s;
}
.newPub_m17 ul.hotgm_list li b {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin: 5px 0 0 0;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden
}
.newPub_m17 ul.hotgm_list li a:hover b {
	color: #358ff0;
}
/*mold18*/
.h_comBox ul.comgm_list {
    overflow: hidden;
}
.h_comBox ul.comgm_list li {
    width: 420px;
	padding-bottom: 20px;
	box-sizing: border-box;
    float: left;
    padding-top: 20px;
	cursor: pointer;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.h_comBox ul.comgm_list li a.img {
  width: 140px;
  height: 194px;
	margin:0 16px;
	float: left;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.h_comBox ul.comgm_list li:nth-child(2n+1) a.img {
	margin-left: 0px;
}
.h_comBox ul.comgm_list li:nth-child(2n) a.img {
	margin-left: 0px;
}
.h_comBox ul.comgm_list li:nth-child(3n) {	
	border-right: none;
}
.h_comBox ul.comgm_list li:nth-child(3n) a.img {
	margin-left: 16px;
}.h_comBox ul.comgm_list li:nth-child(3n-1) a.img {
	margin-left: 16px;
}
.h_comBox ul.comgm_list li a.img img {
  width: 140px;
  height: 194px;
  border-radius: 4px;transition: transform 0.5s;
}
.h_comBox ul.comgm_list li:hover a.img img{
     transform: scale(0.96);
  transition: transform 0.5s;
}
.h_comBox ul.comgm_list li:hover a.tit{
     color: #358ff0;
}
.h_comBox ul.comgm_list li .gm_info {
    height: 194px;
	width: 246px;
    font-size: 14px;
    float: left;
    font-weight: normal;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_comBox ul.comgm_list li a.tit {
    margin-bottom: 20px;
	display: block;
	font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_comBox ul.comgm_list li .gm_info dl{ 
	width: 100%;
    overflow: hidden;
}
.gm_info dl dd{ 
	color: #888;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.gm_info dl dd span,.gm_info dl dd a{ 
	color: #555;
	font-size: 14px;
}
.gm_info dl dd span.app_starBox{ 
	margin-bottom: 8px;
	float: left
}
.gm_info dl dd a:hover{ 
	color: #358ff0;
}
/*mold19*/
.jplm_m19 {
	width: 420px;padding: 20px;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	position: relative;
}
.jplm_m19 .hd {
	height: 32px;
	border-bottom: 5px solid #333;
}
.jplm_m19 h3 {
	float: left;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 15px;
}
.bg_color ul.hotTag_list li {
  display: -webkit-box;
}
.bg_color ul.hotTag_list li a {
  -webkit-box-flex: 1;
  display: block;
  height: 42px;
  font-size: 15px;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  margin: 14.5px 9px 0 0;
  border-radius: 4px;
  background-color: #65bb0a;
  padding: 0;
  color: #fff;
}
.bg_color ul.hotTag_list li:nth-child(1) a:nth-child(1) {
  background-color: #4d90ba;
}
.bg_color ul.hotTag_list li:nth-child(1) a:nth-child(2) {
  background-color: #660033;
}
.bg_color ul.hotTag_list li:nth-child(1) a:nth-child(3) {
  background-color: #1da16e;
}
.bg_color ul.hotTag_list li:nth-child(2) a:nth-child(1) {
  background-color: #966de1;
}
.bg_color ul.hotTag_list li:nth-child(2) a:nth-child(2) {
  background-color: #5bc3af;
}
.bg_color ul.hotTag_list li:nth-child(2) a:nth-child(3) {
  background-color: #ff7573;
}
.bg_color ul.hotTag_list li:nth-child(3) a:nth-child(1) {
  background-color: #FF0000;
}
.bg_color ul.hotTag_list li:nth-child(3) a:nth-child(2) {
  background-color: #009999;
}
.bg_color ul.hotTag_list li:nth-child(3) a:nth-child(3) {
  background-color: #CC6600;
}
.bg_color ul.hotTag_list li:nth-child(4) a:nth-child(1) {
  background-color: #0e91d5;
}
.bg_color ul.hotTag_list li:nth-child(4) a:nth-child(2) {
  background-color: #333333;
}
.bg_color ul.hotTag_list li:nth-child(4) a:nth-child(3) {
  background-color: #ff7573;
}
.bg_color ul.hotTag_list li:nth-child(5) a:nth-child(1) {
  background-color: #1da16e;
}
.bg_color ul.hotTag_list li:nth-child(5) a:nth-child(2) {
  background-color: #009999;
}
.bg_color ul.hotTag_list li:nth-child(5) a:nth-child(3) {
  background-color: #966de1;
}
.bg_color ul.hotTag_list li a:nth-child(3) {
  margin-right: 0
}
.newPub_m19 {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	width: 820px;
}
.newPub_m19 ul.hotgm_list {
	float: left;
	text-align: center;
}
.newPub_m19 ul.hotgm_list li {
	float: left;
	color: #999;
	width: 14.66%;
	margin: 18px 1% 0 1%
}
.newPub_m19 ul.hotgm_list li a {
	display: block;
	color: #999
}
.newPub_m19 ul.hotgm_list li img {
	display: block;
	width: 72px;
	height: 100px;
	border-radius: 4px;
	margin: 0 auto;
  transition: transform 0.5s;
}
.newPub_m19 ul.hotgm_list li:hover img{
	transform: scale(0.96);
	transition: transform 0.5s;
}
.newPub_m19 ul.hotgm_list li b {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin: 5px 0 0 0;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden
}
.newPub_m19 ul.hotgm_list li a:hover b {
	color: #358ff0;
}
/*电视应用*/
ul.ban_list {
	margin-left: -25px;
	overflow: hidden;
	margin-top: 26px;
	margin-bottom: 10px;
	height: 160px;
}
ul.ban_list li {
  width: 296px;
	height: 160px;
	margin-left: 25px;
  float: left;
	position: relative;
}
ul.ban_list li > a img {
  width: 100%;
  height: 100%;
	display: block;
	overflow: hidden;
  transition: transform 0.3s;
}
ul.ban_list li:hover img{
	transform: scale(0.96);
	transition: transform 0.3s;
}
ul.ban_list li a span {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0px;
  line-height: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
ul.ban_list li:hover a span {
  display: block;
}
.zjbox .hv_nav {
    float: left;
    width: 190px;
	margin-top: 20px;
    background: #f8f8f8;
	padding-bottom:20px;
}
.zjbox .hv_nav ul.nv_list {
	width:190px;
	height:370px;
	margin-top: 20px;
}
.zjbox .hv_nav li {
    position: relative;
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 0;
    text-align: center;
    font-size: 16px;
    background: #fff;box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 25px;
    cursor: pointer;
}
.zjbox .hv_nav li i {
    position: absolute;
    right: -34px;
    top: 10px;
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	background-color: #fff;
}
.zjbox .hv_nav li.cur {
    background: #3fd0ce;
    border-color: #3fd0ce;
    color: #fff;
}
.zjbox .hv_nav li.cur i {
	background-color: #3fd0ce;
	border: 1px solid #3fd0ce;
}
.zjbox .hv_con {
	width: 1030px;
	overflow: hidden;
}
.hv_con ul.cn_list {
	margin-left: -20px;
}.hv_con ul.cn_list li {
  width: 100px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  float: left;
  line-height: 28px;
  margin: 24px 0 0 31px;
  text-align: center;
}
.hv_con ul.cn_list li a {
  display: block;
  overflow: hidden;
  font-size: 15px;
}
.hv_con ul.cn_list li img{
	width:88px;
	height:88px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
  transition: transform 0.3s;
}
.hv_con ul.cn_list li:hover img{
	transform: scale(0.96);
	transition: transform 0.3s;
}
.hv_con ul.cn_list li span{
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
	display: block;
	height: 20px;
	overflow: hidden;
}
.hv_con ul.cn_list li p{
	width: 100%;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.hv_con ul.cn_list li a.app_more {
  color: #fff;
  display: block;
  border-radius: 12px;
  background-color: #c5c5c5;
  text-align: center;
  transition: all .2s ease;
  width: 88px;
  height: 88px;
	margin-top: 12px;
}
.hv_con ul.cn_list li a.app_more i {
  width: 31px;
  height: 31px;
  background: url(/images/icon.png) no-repeat;
  background-position: -395px -750px;
  display: block;
  margin: 16px auto 8px;
}
.hv_con ul.cn_list li a.app_more:hover {
  background-color: #81a7ff;
}
.hv_con ul.cn_list li a.app_more span {
  margin-top: 6px;
}<!--0.00024104118347168-->