﻿@charset "utf-8";
/* CSS Document */
.box{
	width:100%;
	min width: 1200px;
	}
.head,
#main,
.mainbody{
	position:relative;
	z-index:2;
	}
.head{
	width:1200px;
	height:124px;
	margin:0 auto;
	}
.head_top{ 
	width:1200px;
 	margin:0 auto; 
	height:124px;
	border-bottom:3px solid #ef7c00;
	}
.logo {
	width:255px;
	height: 124px;
	float: left;
	background: url(/s../images/anqu-logo.png) no-repeat left center;
	}
.head_nav { 
	 width:750px;
	 height:60px; 
	 margin-top:29px;
	 float:left;
	 overflow:hidden;}
.nav-lf{
	width:350px;
	height:60px;
	border-right:1px solid #e8e8e8;
	}
.head_nav li{
	height:30px;
	line-height:30px;
	font-size: 18px;
	}
.head_nav dt {
	width: 65px;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	color: #000;
	font-weight:bold;
	}
.head_nav dt a{
	color:#000;
	}
.head_nav dd {
	width: 270px;
	float: left;
	overflow:hidden;
	}
.head_nav dd a {
	padding: 0px 5px 0 5px;
	color:#828282;
	}
.head_nav dd a:hover{
	color:#ff0000;
	}
.anqu-zs{
	width:190px;
	height:68px;
	float:right;
	margin-top:25px;
	border:1px solid #e8e8e8;
	padding:6px 8px;

	}
.anqu-zs dl{
	width:170px;
	height:56px;
	}
.anqu-zs dl dt{
	width:56px;
	height:56px;
	float:left;
	margin-right:9px;
	}
.anqu-zs dl dd{
	margin-left:65px;
	height:56px;
	}
.anqu-zs dl dd p{
	line-height:27px;
	height:28px;
	width:100%;
	display:block;
	color:#828282;
	font-size:16px;
	}
.anqu-zs .xz{
	width:70px;
	height:26px;
	margin-left:12px;
	background:#ebaf2f;
	color:#fff;
	text-align:center;
	line-height:26px;
	font-size:12px;
	}
.anqu-zs .ewm{
	width:139px;
	height:155px;
	border:1px solid #d9d9d9;
	right:-143px; top:-1px;
	padding:0 13px 12px 13px;
	display:none;
	background:#fff;
	}
.anqu-zs .ewm dl{
	width:113px;
	}
.anqu-zs .ewm dt{
	width:113px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#000;
	}
.anqu-zs .ewm dd{
	width:113px;
	height:113px;
	margin:0;
	}
#main{
	width:1200px;
	margin: 0 auto;
	padding-top:20px;
	margin-bottom:20px;
	}
#main .m-title{
	height:60px;
	border-bottom:1px solid #e8e8e8;
	}
.head-tab{
	width:740px;
	height:59px;
	float:left;
	font-size:20px;
	}
.head-tab li{
	width:140px;
	height:59px;
	margin-right:5px;
	_margin-right:2px;
	position:relative;
	float:left;
	background:#fff;
	text-align:center;
	line-height:59px;
	cursor:pointer;
	color:#000;
	}
.head-tab li span{
	width:100%;
	height:55px;
	background:#f5f1f1;
	display:block;
	}
.head-tab li.active{
	border:1px solid #e8e8e8;
	border-top:3px solid #ef7c00;
	height:60px;
	border-bottom:none;
	color:#ef7c00;
	}
.head-tab li.active span{
	background:none;
	}
.head-sou {
	width: 357px;
	height:50px;
	float: right;
	}
.head-search {
	width: 357px;
	float: left;
	}
.head-search .search-text {
	width:305px;
	height:50px;
	float: left;
	line-height: 48px;
	border: 1px solid #d8d6d6;
	border-right: none;
	color: #666;
	text-indent: 10px;
	font-size:16px;
	}
.head-search .search-sub {
	width: 52px;
	height: 50px;
	float: left;
	background: url(/s../images/search.png) no-repeat center;
	border: none;
	cursor: pointer;
	border: 1px solid #d8d6d6;
	border-left: none;
	}
.head-tab-main{
	width:100%;
	height:205px;
	border-bottom:2px solid #e8e8e8;
	padding-top:17px;
	overflow:hidden;
	}

.head-tab-ul{
	overflow:hidden;
	height:135px;
	border-bottom:1px dashed #d0d0d0;
	}
.head-tab-ul li{
	width:90px;
	height:125px;
	margin:0 15px;
	_margin:0 7px;
	float:left;
	}
.head-tab-ul li a:hover{
	left:0; top:0;
	text-decoration:none;
	}
.head-tab-ul li dd{
	width:90px;
	height:90px;
	border-radius:15px;
	overflow:hidden;
	margin-bottom:9px;
	}
.head-tab-ul li dt{
	width:90px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	text-align:center;
	color:#3a3a3a;
	font-size:14px;
	}
.head-tab-ul li dt span{
	width:65px;
	height:22px;
	border-radius:3px;
	background:#ff7672;
	color:#fff;
	font-size:12px;
	display:none;
	margin:0 auto;
	}
.head-tab-ul li:hover span{
	display:block;
	}
.head-tab-ul li:hover p{
	display:none;
	}
.head-tab-ul li:hover dd{
	border-radius:0;
	}
.head-tab-ul li:hover .xz-ewm{
	display:block;
	}
.head-tab-ul li:hover .game-img{
	display:none;
	}
.wangyou{
	padding-top:10px;
	}
.wangyou-nav{
	width:600px;
	height:23px;
	margin-bottom:12px;
	overflow:hidden;
	background:url(/s../images/xian.jpg) no-repeat center;
	}
.wangyou-nav li{
	width:76px;
	height:23px;
	float:left;
	margin-right:6px;
	text-align:center;
	line-height:23px;
	cursor:pointer;
	border-radius:11px;
	background:#e3e3e3;
	color:#666;
	}
.wangyou-nav li.active{
	color:#fff;
	background:#6c6965;
	}
.wangyou .head-tab-ul{
	width:1224px;
	overflow:hidden;
	height:107px;
	border-bottom:1px dashed #d0d0d0;
	}
.wangyou .head-tab-ul li{
	width:70px;
	height:107px;
	margin-right:24px;
	_margin-right:12px;
	margin-left:0;
	float:left;
	}
.wangyou .head-tab-ul li dd{
	width:70px;
	height:70px;
	border-radius:12px;
	overflow:hidden;
	margin-bottom:5px;
	}
.wangyou .head-tab-ul li dt{
	width:70px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:#3a3a3a;
	font-size:14px;
	}
.head-zm-ul{
	overflow:hidden;
	}
.head-zm-ul li{
	height:39px;
	border-bottom:1px dotted #d0d0d0;
	line-height:38px;
	color:#e8e8e8;
	position:relative;
	}
.head-zm-ul li span{
	width:40px;
	height:25px;
	margin-top:7px;
	display: inline-block;
	float:left;
	text-align:center;
	line-height:25px;
	background:#c3c3c3;
	color:#fff;
	border-radius:3px;
	margin-right:8px;
	}
.head-zm-ul li a{
	padding:0 7px;
	font-size:14px;
	color:#3a3a3a;
	}
.head-zm-ul li a:hover{
	color:#cc0000;
	}
.head-zm-ul li a.more{
	padding:0 5px;
	color:#828282;
	font-size:12px;
	float:right;
	}
.head-zm-ul li a.more:hover{
	color:#cc0000;
	}
	
#myTab0_Content1,
#myTab0_Content2,
#myTab0_Content3,
#myTab0_Content4{
	display:none;
	}
.hot-zq{
	width:1200px;
	height:50px;
	line-height:48px;
	font-size:14px;
	}
.hot-zq dt{
	width:85px;
	height:50px;
	float:left;
	}
.hot-zq dd{
	width:1115px;
	height:50px;
	overflow:hidden;
	float:left;
	}
.hot-zq span{
	width:75px;
	height:25px;
	display:block;
	text-align:center;
	line-height:25px;
	margin-top:13px;
	margin-left:3px;
	border-radius:3px;
	color:#fff;
	background:#5fb343;
	}
.hot-zq a{
	padding:0 5px;
	color:#3a3a3a;
	}
.hot-zq a:hover{
	color:#ff0000;
	}
.mainbody {
	width: 1200px;
	margin: 0 auto;
	}
.main {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	clear: both;
	}
.main_con1 {
	width: 1200px;
	margin-bottom:10px;
	}
.con1_lf {
	width: 380px;
	float: left;
	margin-right:30px;
	_margin-right:15px;
	overflow:hidden;
	}
.lbtu {
	width: 380px;
	height:250px;
	margin-bottom:20px;
	}
.lbtu a:hover{
	left:0; top:0;
	}
.m_360 {
	width: 380px;
	}
.show_box {
	width: 380px;
	height: 250px;
	position: relative;

	}
.show_box img {
	width: 380px;
	height: 250px;
	}
.show_main {
	width: 380px;
	height: 40px;
	background: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top:210px;
	left: 0;
	font-size:14px;
	color:#fff;
	}
.show_box p {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 210px;
	width: 380px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	}
.show_btn {
	width:381px;
	position: absolute;
	left:0;
	top:250px;
	overflow:hidden;
	}
.show_btn a{ 
	width:75px; 
	height:9px; 
	background:#666;
	display:inline-block; 
	float:left;
	margin-right:1px;
	}
.show_btn .this{ 
	width:76px;
	background:#ef7c00; 
	}
#nomar{
	width:76px;
	margin-right:0;
	}
.title{
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#3a3a3a;
	font-family:"微软雅黑";
	}
.title span{
	font-weight:bold;
	color:#ef7c00;
	}
.jx-main{
	width:380px;
	height:175px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	border-bottom:3px solid #e8e8e8;
	}
.goleft,
.goright{
	width:22px;
	height:46px;
	position:absolute; top:35px;
	cursor:pointer;
	}
.goleft{
	left:1px;
	background: url(/s../images/goleft.png) no-repeat center;
	}
.goright{
	right:1px;
	background: url(/s../images/goright.png) no-repeat center;
	}
.lt-main ul,
.jx-main ul{
	width:1520px;
	overflow:hidden;
	height:175px;
	}
.lt-main li,
.jx-main li{
	width:380px;
	height:175pox;
	float:left;
	}
.lt-main li dl,
.jx-main li dl{
	width:180px;
	height:175px;
	border:none !important;
	}
.lt-main li dl dt,
.jx-main li dl dt{
	width:180px;
	height:115px;
	}
.lt-main li dl dt img,
.jx-main li dl dt img{
	width:100%;
	height:100%;
	}
.lt-main li dl dd,
.jx-main li dl dd{
	width:180px;
	height:50px;
	line-height:25px;
	padding:0 2px;
	font-size:14px;
	}
.lt-main li dl dd a,
.jx-main li dl dd a{
	color:#3a3a3a;
	}
.lt-main li dl dd a:hover,
.jx-main li dl dd a:hover{
	color:#ff0000;
	}
.dj-wan{
	margin-bottom:10px;
	}
.dj-main{
	width:380px;
	height:180px;
	}
.dj-main dt{
	width:100px;
	height:100px;
	float:left;
	border-radius:15%;
	overflow:hidden;
	}
.dj-main dt img{
	width:100%;
	height:100%;
	}
.dj-main dd{
	margin-left:110px;
	width:270px;
	height:100px;
	}
.dj-main dd h3{
	width:150px;
	height:22px;
	line-height:22px;
	font-size:16px;
	color:#3a3a3a;
	display:block;
	float:left;
	}
.dj-main dd  u{
	width:90px;
	height:18px;
	float:right;
	margin-right:10px;
	}
.dj-main dd u i{
	width:18px;
	height:18px;
	display:inline-block;
	background:url(/s../images/xing.png) no-repeat center;
}
.dj-main dd p{
	width:265px;
	height:45px;
	line-height:22px;
	font-size:14px;
	color:#828282;
	}
.dj-main dd a{
	width:63px;
	height:28px;
	display: inline-block;
	margin-right:8px;
	_margin-right:4px;
	text-align:center;
	line-height:28px;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	}
.dj-main dd a:hover{
	text-decoration:none;

	}
.dj-main dd a.h{
	background:#ff7672;
	}
.dj-main dd a.lan{
	background:#1a99f2;
	}
.dj-main dd a.lv{
	background:#5fb343;
	}
.game-news{
	margin-top:10px;
	width:380px;
	height:50px;
	}
.game-news span{
	width:50%;
	height:25px;
	line-height:25px;
	display:inline-block;
	font-size:14px;
	color:#141414;
	}
.con1-cen{
	width:380px;
	float:left;
	}
.cen_tj { 
	width:380px; 
	height:150px; 
	}
.cen_tj li { 
	width:380px; 
	float:left; 
	text-align:center; 
	line-height:33px; 
	font-size:14px;
	}
.cen_tj .cen_bt { 
	font-size:18px;
	color: #ef7c00;
	font-weight: bold; 
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;
	text-overflow: ellipsis;}
.cen_tj a { 
	text-decoration:none; 
	color:#828282
	}
.cen_tj a:hover { 
	color: #F32F12; 
	text-decoration:underline;
	}
.cen_bt a:link,.cen_bt a:visited,.cen_bt a:active { 
	color: #ff5500; 
	text-decoration:none;
	} 

.con_main {
	width:380px;
	float:left;
	font-size:14px;
	}
.con_main_xian {
	width: 380px;
	float: left;
	margin-bottom: 18px;
	border-top: 1px dotted #d0d0d0;
	font-size: 14px;
	}
.clr {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 1px;
	_line-height: 0px;
	}
.con_main li.news-special-title {
	background: none;
	padding-left: 0;
	}
.con_main li.news-special-title:hover{
	background: none;
	padding-left: 0;
	}
.news-special-title .first-news {
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	}
.news-special-title .first-news span {
	display: inline-block;
	margin-right: 8px;
	padding: 0 9px;
	height: 20px;
	line-height:20px;
	background-color: #f55;
	color: #fff;
	vertical-align: 2px;
	font: 12px/20px '宋体', sans-serif;
	border-radius: 3px;
	}
.con_main ul{
	height:280px;
	}
.con_main li {
	width: 380px;
	line-height:42px;
	height:35px;
	font-size:16px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left:19px;
	background:url(/s../images/list-style.png) no-repeat left center;
	}
.con_main li:hover{
	padding-left:19px;
	background:url(/s../images/list-style-h.png) no-repeat left center;
	}
.con_main li:hover a{
	color:#cc0000;
	left:0; top:0;
	}
.con_main li a:hover{
	text-decoration:none;
	}
.con_right {
	width: 380px;
	float: right;
	overflow: hidden;
	}
.libao_box {
	width:380px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	}
.m_fahao {
	width:380px;
	}
.m_fahao dl {
	overflow:hidden;
	margin-bottom:8px;
	}
.m_fahao_dl1 {
	width: 380px;
	font-size: 16px;
	height: 90px;
	}
.m_fahao_dl1 .zk_agmes {
	width: 90px;
	float: left;
	height: 90px;
	border-radius:15px;
	overflow:hidden;
	}
.m_fahao_dl1 .zk_agmes img {
	width: 90px;
	height: 90px;
	}
.m_fahao_dl1 .m_fahaotit {
	margin-left:103px;
	height: 90px;
	}
.m_fahao_dl1 .m_fahaotit ul{
	width:220px;
	float:left;
	}
.m_fahao_dl1 .m_fahaotit b{
	width:160px;
	height:32px;
	line-height:32px;
	font-size:16px;
	color:#000;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	}
.m_fahao_dl1 .m_fahaotit .di{
	width:140px;
	height:8px;
	display:block;
	position:relative;
	border-radius:4px;
	overflow:hidden;
	background:#e8e8e8;
	margin-left:3px;
	}
.m_fahao_dl1 .m_fahaotit .sy{
	height:8px;
	display:block;
	position: absolute; left:0; top:0;
	left:0; top:0;
	background:#5fb343;
	}
.sy-zhi{
	padding-left:3px;
	line-height:28px;
	font-size:14px;
	color:#828282;
	}
.sy-zhi em{
	color:#5fb343
	}
.i1,
.a1{
	width:22px;
	height:21px;
	margin-right:4px;
	display:inline-block;
	}
.i1{
	background:url(/s../images/i1.png) no-repeat center;
	background-size:100% 100%;
	}
.a1{
	background:url(/s../images/a1.png) no-repeat center;
	background-size:100% 100%;
	}
.m_gift{
	width:49px;
	height:49px;
	float:right;
	margin-top:19px;
	margin-right:2px;
	text-align:center;
	line-height:49px;
	display:block;
	font-size:14px;
	color:#fff;
	background:#1a99f2;
	border-radius:10%;
	}
.m_gift:hover{
	text-decoration:none;
	}
.m_fahao_dy {
	width: 380px;
	height:29px;
	}
.m_fahao_dy li{
	float:left;
	}
.m_fahao_dytit {
	width:210px;
	float: left;
	color:#141414;
	line-height:29px;
	font-size: 16px;
	word-break: keep-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.m_fahao_dy li.m_fahao_lh{
	width:49px;
	height:29px;
	margin-right:2px;
	border-radius:5px;
	color:#fff;
	background:#1a99f2;
	text-align:center;
	line-height:29px;
	float:right;
	}
.jz-more{
	width:380px;
	height:28px;
	background:#f5f1f1;
	text-align:center;
	line-height:28px;
	display:block;
	font-size:14px;
	color:#828282;
	}
.jz-more:hover{
	color:#cc0000;
	}
.lt-main{
	width:380px;
	overflow:hidden;
	}
.lt-main dl{
	width:380px;
	border-bottom:1px dotted #d0d0d0;
	}
.lt-main>dl dd{
	width:380px;
	height:43px;
	line-height:43px;
	font-size:14px;
	color:#141414;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;
	text-overflow: ellipsis;
	}
.lt-main dl dd span{
	color:#ef7c00;
	font-weight:bold;
	font-size:16px;
	}
.lt-main dl dt{
	width:380px;
	height:185px;
	margin-bottom:10px;
	}
.lt-main dl dt p{
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	line-height:35px;
	font-size:16px;
	color:#141414;
	}
.lt-main dl dt img{
	width:380px;
	height:150px;
	}
.main_con2{
	width:1200px;
	overflow:hidden;
	margin-bottom:30px;
	}
.con2-lf{
	width:790px;
	float:left;
	overflow:hidden;
	}
.con2-rt{
	width:380px;
	float:right;
	}
.main_con2 .main-title{
	background:url(/s../images/yc.png) no-repeat left top;
	}
.con2-lf-l{
	width:380px;
	height:340px;
	float:left;
	}
.con2-lf img,
.con2-lf a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	}
.con2-lf p{
	position:absolute; left:0; bottom:0;
	display:block;
	color:#e5e5e5;
	background:rgba(0,0,0,0.7);
	z-index:999;
	overflow:hidden;
	}
.con2-lf-l{
	width:380px;
	float:left;
	}
.con2-lf-l p{
	padding:10px;
	width:380px;
	height:93px;
	line-height:23px;
	overflow:hidden;
	}
.con2-lf-l p span{
	width:100%;
	height:33px;
	line-height:28px;
	display:block;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	}
.con2-lf-r{
	width:380px;
	float:right;
	}
.con2-lf-r p{
	width:100%;
	height:30px;
	line-height:30px;
	padding:0 10px;
	}
.con2-lf-top{
	width:380px;
	height:190px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	}
.con2-lf-bottom{
	width:188px;
	height:140px;
	overflow:hidden;
	float:left;
	}
.con2-rt ul{
	height:340px;
	overflow:hidden;
	}
.con2-rt li{
	width:100%;
	height:100px;
	margin-bottom:20px;
	overflow:hidden;
	}
.con2-rt li dl{
	width:300px;
	height:100px;
	overflow:hidden;
	float:left;
	}
.con2-rt li dl dt{
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:20px;
	float:left;
	}
.con2-rt li dl dt a,
.con2-rt li dl dt img{
	width:100%;
	height:100%;
	display:block;
	}
.con2-rt li dl dd{
	width:190px;
	height:100px;
	float:left;
	margin-left:10px;
	_margin-left:5px;
	overflow:hidden;
	}
.con2-rt li dl dd h2{
	padding-bottom:3px;
	line-height:23px;
	height:26px;
	overflow:hidden;
	font-size:16px;
	}
.con2-rt li dl dd h2 a{
	color:#3a3a3a;
	}
.con2-rt li dl dd p{
	font-size:14px;
	color:#666;
	line-height:18px;
	}
.con2-rt li .pingfen{
	width:60px;
	height:68px;
	line-height:65px;
	margin-top:20px;
	float:right;
	background:url(/s../images/pingfen.png) no-repeat center;
	color:#fff;
	font-size:30px;
	overflow:hidden;
	padding-left:15px;
	}
.con2-rt li .pingfen span{
	font-size:18px;
	float:left;
	padding-top:3px;
	}
.con2-rt li .pingfen i{
	float:left;
	font-weight:bold;
	}
.main_con3{
	width:1200px;
	overflow:hidden;
	}

.main-title{
	width:1200px;
	height:57px;
	border-bottom:5px solid #ef7c00;
	padding-left:53px;
	line-height:45px;
	font-size:26px;
	color:#ef7c00;
	font-weight:bold;
	}
.main-title{
	background:url(/s../images/xinyou.png) no-repeat left top;
	margin-bottom:10px;
	}
.con3-lf{
	width:380px;
	float:left;

	}
.b-title{
	width:100%;
	height:36px;
	line-height:35px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
	margin-bottom:10px;
	}
.b-title h2{
	font-size:18px;
	color:#3a3a3a;
	display:block;
	height:36px;
	border-bottom:2px solid #ef7c00;
	position:absolute; left:0; bottom:0;
	}
.b-title .more{
	width:55px;
	height:36px;
	line-height:36px;
	color:#828282;
	display:block;
	float:right;
	}
.xyyg dl{
	width:380px;
	position:relative;
	margin-bottom:20px;
	}
.xyyg dt{
	height:36px;
	margin-top:8px;
	line-height:36px;
	padding-left:100px;
	font-size:16px;
	overflow:hidden;
	}
.xyyg dt a{
	color:#3a3a3a;
	}

.xyyg dt a:hover{
	color:#cc0000;
	}

.xyyg dd{
	width:380px;
	height:185px;
	position:relative;
	}
.xyyg dd a{
	width:100%;
	height:100%;
	display:block;
	position:absolute; left:0; top:0;
}

.xyyg dd .play{
	/*background:url(/s../images/play.png) no-repeat center;*/
	}

.xyyg dd img{
	width:100%;
	height:100%;
	}
.yg-icon{
	width:98px;
	height:98px;
	position:absolute; left:-4px; top:-4px;
	border-radius:15px;
	overflow:hidden;
	padding:5px;
	background:#FFF;
	}
.con3-cen{
	width:380px;
	float:left;
	margin-left:30px;
	_margin-left:15px;
	}
.xy-main{
	width:380px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:1px dotted #d0d0d0;
	}
.xy-main ul{
	margin-bottom:10px;
	}
.xy-title{
	width:350px;
	height:38px;
	line-height:38px;
	font-size:16px;
	color:#141414;
	}
.xy-title a{
	color:#141414;
	}
.xy-title a:hover{
	color:#cc0000;
	}

.xy-main dl{
	width:380px;
	overflow:hidden;
	}
.xy-main dt{
	width:168px;
	height:105px;
	float:left;
	position:relative;
	}
.xy-main dt img{
	width:100%;
	height:100%;
	}
.xy-main dt .pf{
	width:67px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:41px;
	font-family:impact;
	color:#fffc00;
	position:absolute; right:0; bottom:0;
	}
.xy-main dd{
	margin-left:182px;
	height:105px;
	line-height:26px;
	color:#828282;
	}

.xy-xinwen li{
	height:40px;
	line-height:40px;
	background:url(/s../images/li-style1.jpg) no-repeat left center;
	padding-left:4px;
	color:#141414;
	font-size:16px;
	display:inline-block; 
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow:hidden; 
	}
.xy-xinwen li .lei{
	width:55px;
	height:17px;
	display:block;
	line-height:17px;
	border-right:1px solid #e8e8e8;
	float:left;
	margin-top:11px;
	text-align:center;
	
	}
.xy-xinwen li a{
	color:#141414;
	}
.xy-xinwen li:hover{
	color:#cc0000;
	background:url(/s../images/li-style1-on.jpg) no-repeat left center;
	}
.xy-xinwen li:hover a{
	color:#cc0000;
	text-decoration:none;
	
	}
.con3-rt{
	width:380px;
	float:right;
	}
.xt-nav{
	width:150px;
	height:36px;
	}
.xt-nav li{
	width:72px;
	height:36px;
	float:left;
	text-align:center;
	line-height:36px;
	font-size:18px;
	color:#141414;
	cursor:pointer;
	}
.xt-nav li.active{
	background:#f7bd7f;
	color:#fff;
	}
xt-main{
	margin-bottom:10px;
	}
.xt-main ul{
	padding-top:4px;
	width:380px;
	}
.xt-main ul li{
	height:90px;
	margin-bottom:10px;
	}
.xt-main ul li dt{
	width:90px;
	height:90px;
	float:left;
	border-radius:15px;
	overflow:hidden;
	}
.xt-main ul li img{
	width:100%;
	height:100%;
	}
.xt-main ul li dd{
	margin-left:95px;
	height:90px;
	border-radius:10px;
	overflow:hidden;
	}
.kcb{
	width:380px;
	}
.kcb li{
	overflow:hidden;
	}
.kcb span{
	display:block;
	color:#3a3a3a;
	float:left;
	line-height:40px;
	height:40px;
	background:#f5f1f1;
	font-size:16px;
	}
.t-time{
	width:61px;
	text-align:center;
	border-right:1px solid #fff;
	
	}
.t-name{
	width:180px;
	padding-left:10px;
	border-right:1px solid #fff;
	}
.t-zt{
	width:91px;
	padding-left:7px;
	border-right:1px solid #fff;
	}
.t-xt{
	width:46px;
	text-align:center;
	}
.nr-time{
	width:62px;
	text-align:center;
	line-height:36px;
	display:block;
	float:left;
	}
.nr-time{
	width:61px;
	text-align:center;
	line-height:36px;
	display:block;
	float:left;
	color:#828282;
	font-size:14px;
	}
.nr-name{
	width:120px;
	margin-right:60px;
	display:inline-block;
	padding-left:10px;
	line-height:36px;
	height:36px;
	font-size:16px;
	overflow:hidden;
	float:left;
	display:block;
	color:#141414;
	}
.nr-name:hover{
	color:#cc0000;
	}
.kcb .nr-zt{
	width:91px;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#828282;
	display:block;
	float:left;
	padding-left:7px;
	overflow:hidden;
	background:none;
	}
.kcb .nr-xt{
	width:46px;
	float:right;
	height:36px;
	padding-top:8px;
	display:block;
	background:none;
	}
.nr-xt i{
	width:20px;
	height:20px;
	display:block;
	margin:0;
	}
.video{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;
	}
.video .main-title{
	background:url(/s../images/video.png) no-repeat left center;
	}
.video-lf{
	width:380px;
	height:285px;
	float:left;
	}
.video-lf p{
	width:380px;
	height:100px;
	display:inline-block;
	position:absolute; left:0; bottom:0;
	line-height:23px;
	padding:0 10px 9px;
	color:#fff;
	font-size:12px;
	
	}
.video-lf p span{
	width:100%;
	height:45px;
	line-height:45px;
	font-size:18px;
	font-weight:bold;
	display: block;
	overflow:hidden;
	}
.video-lf a::before{
	height:100px !important;
	}
.video-lf:hover a::before{
	height:100% !important;
	}
.video a,
.video a img{
	width:100%;
	height:100%;
	display:block;
	dispiay: block;
	}
.video a{
	position:relative;
	}
.video a:hover{
	left:0; top:0;
	}
.video a::before{
	content:"";
	background:rgba(0,0,0,0.7);
	height:30px;
	width:100%;
	position:absolute; left:0; bottom:0;
	background-position:center;
	-webkit-transition:all .4s;
 -moz-transition:all .4s;
 -ms-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s;
	}
.video a:hover::before{
	height:100%;
	background:rgba(0,0,0,0.7) url(/s../images/play.png) no-repeat center;
	}
.video a:hover p{
	color:#ffea00;
	}
.video-rt{
	width:790px;
	height:285px;
	overflow:hidden;
	float:right;
	position:relative;
	}
.video-rt ul{
	overflow:hidden;
	margin-left:-23px;
	}
.video-rt li{
	width:180px;
	height:135px;
	margin-left:23px;
	_margin-left:11px;
	margin-bottom:15px;
	float:left;
	display:block;
	}
.video-rt li p{
	width:180px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	display:block;
	position:absolute; left:0; bottom:0px;
	font-size:12px;
	color:#fff;
	padding:0 10px;
	-webkit-transition:all .4s;
 -moz-transition:all .4s;
 -ms-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s;
	}
.video-rt li a:hover p{
height:45px;	
line-height:20px;
}
.video-rt a:hover::before{
	height:100%;
	background:rgba(0,0,0,0.7) url(/s../images/play-x.png) no-repeat center 40px;
	}
.main_con4{
	width:1200px;
	}
.main_con4 .m-title{
	background:url(/s../images/zhuanqu.png) no-repeat left center;
	}
.con4-lf{
	width:790px;
	float:left;
	}
.tx-game{
	width:790px;
	padding:14px;
	padding-bottom:0;
	border:1px solid #e9e9e9;
	position:relative;
	}
.tx-biaoqian{
	width:75px;
	height:81px;
	position: absolute; left:-74px; top:0;
	background: url(/s../images/tengxun.png) no-repeat center;
	}
.tx-game-item{
	width:379px;
	height:175px;
	margin-bottom:15px;
	border-right:1px solid #e9e9e9;
	float:left;
	overflow:hidden;
	}
.tx-item-lf{
	width:215px;
	float:left;
	}
.tx-item-lf dl{
	width:215px;
	height:80px;
	}
.tx-item-lf dl dt{
	width:80px;
	height:80px;
	border-radius:15px;
	overflow:hidden;
	float:left;
	}
.tx-item-lf dl dt img{
	width:100%;
	height:100%;
	}
.tx-item-lf dl dd{
	margin-left:93px;
	height:80px;
	}
.tx-item-lf dl dd h3{
	line-height:25px;
	height:26px;
	overflow:hidden;
	font-size:16px;
	display:block;
	color:#000;
	}
.tx-item-lf dl dd .leixing{
	height:24px;
	line-height:24px;
	margin-bottom:5px;
	overflow:hidden;
	display:block;
	font-size:14px;
	color:#828282;
	}
.tx-anniu{
	height:21px;
	display:block;
	}
.tx-anniu a{
	width:38px;
	height:21px;
	display:inline-block;
	text-align:center;
	line-height:21px;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:21px;
	border-radius:3px;
	overflow:hidden;
	}
.tx-gw{
	background:#50cfcc;
	}
.tx-xz{
	background:#ff7672;
	}
.tx-zq{
	background:#1a99f2;
	margin-right:0;
	}
.tx-item-lf li{
	line-height:33px;
	font-size:14px;
	overflow:hidden;
	height:33px;
	padding-left:12px;
	background:url(/s../images/li-style1.jpg) no-repeat left center;
	}
.tx-item-lf li a{
	color:#3a3a3a;
	}
.tx-item-lf li a:hover{
	left:0; top:0;
	text-decoration:none;
	}
.tx-item-lf li:hover a{
	color:#cc0000;
	}
.tx-item-lf li:hover{
	background:url(/s../images/li-style1-on.jpg) no-repeat left center;
	}
.tx-item-rt{
	width:135px;
	float:right;
	}
.tx-rt-img{
	width:135px;
	height:80px;
	margin-bottom:15px;
	position:relative;
	}
.tx-rt-img img{
	width:100%;
	height:100%;
	}
.tx-rt-img  p{
	width:135px;
	height:27px;
	display:block;
	position:absolute; left:0; bottom:0;
	background:rgba(239,124,0,0.8);
	overflow:hidden;
	text-align:center;
	}
.tx-rt-img  p a{
	color:#fff;
	font-size:14px;

	line-height:27px;
	}
.tx-rt-img  p a:hover{
	left:0; top:0;
	}
.hot-zhuanqu{
	width:790px;
	overflow:hidden;
	}
.hot-zhuanqu .b-title ul{
	width:580px;
	height:28px;
	margin-top:4px;
	margin-left:104px;
	margin-bottom:17px;
	float:left;
	}
.hot-zhuanqu .b-title li{
	padding:0 15px;
	border-radius:4px;
	float:left;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#3a3a3a;
	cursor:pointer;
	}
.hot-zhuanqu .b-title li.active{
	color:#fff;
	background:#ff7672;
	}
.zhuanqu-lf{
	width:380px;
	float:left;
	}
.zhuanqu-lf dl{
	width:380px;
	height:80px;
	margin-bottom:15px;
	}
.zhuanqu-lf img{
	width:100%;
	height:100%;
	}
.zhuanqu-lf dl dt{
	width:80px;
	height:80px;
	border-radius:15px;
	overflow:hidden;
	float:left;
	}
.zhuanqu-lf dl dd{
	margin-left:90px;
	height:80px;
	position:relative;
	}
.zhuanqu-lf dl dd h3{
	width:220px;
	height:30px;
	line-height:30px;
	display:block;
	overflow:hidden;
	font-size:16px;
	color:#3a3a3a;
	}
.zhuanqu-lf dl dd p{
	width:220px;
	height:25px;
	line-height:25px;
	display:block;
	overflow:hidden;
	font-size:14px;
	color:#e8e8e8;
	}
.zhuanqu-lf dl dd p a{
	padding:0 5px;
	color:#828282;
	}
.zhuanqu-lf dl dd p a:hover{
	color:#cc0000;
	}
.game-pf{
	width:65px;
	height:50px;
	position:absolute; right:0; bottom:0;
	font-size:33px;
	line-height:50px;
	padding-left:5px;
	color:#fff;
	background:#50cfcc;
	font-family:impact;
	}
.game-pf span{
	padding-top:25px;
	line-height:16px;
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑";
	}
.zhuanqu-lf ul{
	overflow:hidden;
	padding-top:15px;
	border-top:#f5f1f1 1px solid;
	}
.zhuanqu-lf ul li{
	width:115px;
	height:98px;
	position:relative;
	overflow:hidden;
	}
.zhuanqu-lf ul li.mr17{
	margin-right:17px;
	_margin-right:8px;
	}
.zhezhao-p{
	width:100%;
	height:100%;
	background:rgba(239,124,0,0.7);
	padding:5px;
	line-height:25px;
	font-size:14px;
	position:absolute; left:0; top:0;
	display:none;
	}
.zhezhao-p a{
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	left:0; top:0;
	text-decoration:none;
	}
.zhuanqu-lf ul li:hover .zhezhao-p{
	display:block;
	}
.zhuanqu-rt{
	width:380px;
	float:right;
	}
.zhuanqu-rt li{
	padding-left:13px;
	overflow:hidden;
	line-height:30px;
	margin-bottom:6px;
	font-size:16px;
	background:url(/s../images/li-style1.jpg) no-repeat left center;
	}
.zhuanqu-rt li:hover {
	background:url(/s../images/li-style1-on.jpg) no-repeat left center;
	}
.zhuanqu-rt li:hover a,
.zhuanqu-rt li:hover em{
	color:#cc0000;
	}
.zhuanqu-rt li a{
	float:left;
	width:310px;
	height:30px;
	overflow:hidden;
	display:block;
	color:#3a3a3a;
	}
.zhuanqu-rt li a:hover{
	text-decoration:none;
	left:0; top:0;
	color:#cc0000;
	}
.zhuanqu-rt li em{
	float:right;
	width:45px;
	height:30px;
	line-height:30px;
	color:#828282;
	display:block;
	overflow:hidden;
	}
.con4-rt{
	float:right;
	width:380px;
	overflow:hidden;
	}
.con4-rt img{
	width:100%;
	height:100%;
	}
.con4-rt dt{
	width:90px;
	height:90px;
	border-radius:15px;
	overflow:hidden;
	float:left;
	}
.con4-rt dd{
	width:285px;
	height:90px;
	float:right;
	border-radius:15px;
	overflow:hidden;
	}
.main_con5{
	width:1200px;
	margin-top:20px;
	}
.main_con5 .main-title{
	background:url(/s../images/paihang.png) no-repeat left top;
	}
.top_box {
	width: 380px;
	float: left;
	}
.m_top {
	width: 380px;
	}

.m_top table {
	height: 44px;
	background: #f5f1f1;
	font-size: 16px;
	color:#828282;
	font-family: "微软雅黑";
	}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	}
.m_top>dl{
	border-bottom:1px dotted #d0d0d0;
	}
.m_top_name{
	width:200px;
	height:90px;
	margin-bottom:16px;
	float:left;
	font-size:16px;
	}
.m_top_name img{
	width:90px;
	height:90px;
	border-radius:15px;
	}
.m_top_name .dt{
	width:90px;
	height:90px;
	float:left;
	}
.m_top_name .dd{
	margin-left:103px;
	height:90px;
	padding-top:20px;
	line-height:25px;
	}
.m_top_lx{
	width:90px;
	height:90px;
	float:left;
	text-align:center;
	line-height:90px;
	font-size:14px;
	color:#828282;
	}
.m_top_xz{
	width:57px;
	height:90px;
	padding-top:15px;
	float:right;
	margin-right:3px;
	position:relative;
	}
.m_top_xz .xz-ewm{
	width:154px;
	height:169px;
	padding:0px 8px 0 2px;
	background:url(/s../images/xz-ewm-bg.png) no-repeat left top;
	position:absolute; left:-158px; top:0;
	text-align:center;
	display:none;
	color:#000;
	}
.m_top_xz .xz-ewm img{
	width:144px;
	height:144px;
	}
.m_top_xz a{
	width:57px;
	height:31px;
	margin-bottom:5px;
	display:block;
	text-align:center;
	line-height:31px;
	}
.i2{
	background:url(/s../images/i2.png) no-repeat center;
	}
.a2{
	background: url(/s../images/a2.png) no-repeat center;
	}
.dd_top_name{
	width:200px;
	height:44px;
	float:left;
	font-size:16px;
	line-height:44px;
	}
.dd_top_lx{
	width:90px;
	height:44px;
	float:left;
	text-align:center;
	line-height:44px;
	font-size:14px;
	color:#828282;
	}
.dd_top_xz{
	width:58px;
	height:44px;
	float:right;
	}
.dd_top_xz a{
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:4px;
	margin-top:9px;
	float:left;
	}
.main_con6 a:hover,
.main_con5 a:hover{
	left:0; top:0;
	}
.main_con6 .main-title{
	background:url(/s../images/chanye.png) no-repeat left top;
	}
.cyrd{
	width:380px;
	}
.cyrd img{
	width:100%;
	height:100%;
	}
.cyrd dt{
	width:380px;
	height:293px;
	position:relative;
	}
.cyrd .cy-p{
	width:380px;
	height:48px;
	line-height:48px;
	padding-left:25px;
	padding-right:10px;
	overflow:hidden;
	font-size:16px;
	position:absolute; left:0; bottom:0;
	display:block;
	background:rgba(131,68,10,0.8);
	font-weight:bold;
	}
.cyrd .cy-p a{
	color:#fff;
	}
.cyrd dd{
	width:380px;
	height:41px;
	border-bottom:1px solid #ede5e5;
	border-top:1px solid #fff;
	background:#f5f1f1;
	padding:0 10px;
	color:#000;
	font-size:16px;
	line-height:39px;
	overflow:hidden;	}
.cy-main dt{
	width:380px;
	height:137px;
	position:relative;
	}
.cy-main .cy-p{
	width:380px;
	height:34px;
	line-height:33px;
	padding-left:12px;
	padding-right:10px;
	overflow:hidden;
	font-size:16px;
	position:absolute; left:0; bottom:0;
	display:block;
	background:rgba(239,124,0,0.8);
	border-bottom:1px solid #f3a047;
	}
.cy-main dd{
	width:380px;
	height:40px;
	background:#f5f1f1;
	padding:0 0 0 15px;
	color:#000;
	font-size:16px;
	line-height:40px;
	border:none;
	background: url(/s../images/list-style2.png) no-repeat left center;
	}
.cy-main dd a{

	color:#000;
	}
.cy-main dd.on,
.cy-main dd:hover{
	background: url(/s../images/list-style2-h.png) no-repeat left center;
	
	}
.cy-main dd.on a,
.cy-main dd:hover a{
	color:#cc0000;
	text-decoration:none;
	}
.main_con7 .main-title{
	background: url(/s../images/jujiao.png) no-repeat left top;
	}
.jujiao-main{
	width:1200px;
	height:420px;
	overflow:hidden;
	}
.jujiao-main li{
	position:relative;
	float:left;
	_display:inline-block;
	}
.zhezhao{
	width:100%;
	height:100%;
	position:absolute; left:0; top:0;
	background:rgba(239,124,0,0.6);
	display:none;
	}
.zhezhao a{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	}
.zhezhao a:hover{
	left:0; top:0;
	text-decoration:none;
	}
.jujiao-main li:hover .zhezhao{
	display:block;
	}
.jujiao-main div a{
	width:100%;
	height:100%;
	display:block;
	line-height:30px;
	}
.jujiao-main img{
	width:100%;
	height:100%;
	}
.j-i1{
	width:330px;
	height:420px;
	margin-right:10px;
	}
.j-i1 .zhezhao a{
	padding:30px 0 0 35px;
	}
.j-2{
	float:left;
	width:450px;
	height:420px;
	}
.j-i2{
	width:260px;
	height:200px;
	margin:0 10px 10px 0;
	}
.j-i2 .zhezhao a{
	padding:20px 0 0 20px;
	}
.j-i3{
	width:170px;
	height:200px;
	margin:0 10px 10px 0;
	}
.j-i3 .zhezhao a{
	padding:20px 0 0 10px;
	}
.j-i5{
	width:410px;
	height:130px;
	margin:0 0 10px 0;
	}
.j-i5 .zhezhao a{
	padding:20px 0 0 10px;
	}
.j-i4{
	width:440px;
	height:210px;
	margin:0 10px 0 0;
	}
.j-i4 .zhezhao a{
	padding:30px 0 0 30px;
	}
.j-i6{
	width:227px;
	height:280px;
	margin:0 10px 0 0;
	float:left;
	}
.j-i6 .zhezhao a{
	padding:30px 0 0 10px;
	}
.j-i7{
	width:173px;
	height:135px;
	margin:0 0 10px 0;
	float:left;
	}
.j-i7 .zhezhao a{
	padding:10px 0 0 5px;
	}
.j-i8{
	width:173px;
	height:135px;
	
	float:left;
	}
.j-i8 .zhezhao a{
	padding:10px 0 0 5px;
	}

.yqlj { width:100%;float:left; background:#292929; margin-top: 10px}

.yqlj_con { width:1200px; margin:0 auto;}
.yqlj_title { width:1200px; float:left; font-family:"微软雅黑"; font-size:20px; color:#999; padding:22px 0 15px 0;}
.yqlj_lj { width:1200px; float:left; line-height:24px; color:#999; font-size:13px;}
.yqlj_lj span { display:block; float:left; }
.yqlj_lj a { color:#999; padding:0 10px 0 10px; }
.yqlj .qz{
	color:#ef7c00;
	float:none;
	display:inline-block;
	}

#footer{ width:100%; float:left; background:#292929; text-align:center;color:#999;line-height:24px; padding-bottom:20px; margin:0;}
#footer a{text-decoration:none;color:#999;}
#footer a:hover{text-decoration:underline;color:#d60407;}
.foot { width:1000px; margin:0 auto; border-top:1px solid #474747; padding-top:15px; margin-top:15px;}

.side-nav{
	width:92px;
	position:fixed;
	left:50%; top:50%;
	margin-left:615px;
	border:1px solid #eaeaea;
	border-bottom:none;
	background:#fff;
	}
.side-nav li{
	width:100%;
	height:46px;
	border-bottom:1px solid #eaeaea;
	}
.side-nav li a{
	width:100%;
	height:100%;
	padding-top:15px;
	display:block;
	}
.side-nav li a:hover{
	left:0; top:0;
	text-decoration:none;
	}

.side-nav li i{
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
	margin:0 10px;
	}
.gotop{
	width:90px;
	cursor:pointer;
	}
.gotop img{
	width:100%;
	}
#c-yc i{
	background:url(/s../images/02.png) no-repeat center;
	}
#c-yc:hover i,
#c-yc.on i{
	background:url(/s../images/01.png) no-repeat center;
	}
#c-sp i{
	background:url(/s../images/04.png) no-repeat center;
	}
#c-sp:hover i,
#c-sp.on i{
	background:url(/s../images/03.png) no-repeat center;
	}
#c-xy i{
	background:url(/s../images/c-xy.png) no-repeat center;
	}
#c-xy:hover i,
#c-xy.on i{
	background:url(/s../images/c-xy-on.png) no-repeat center;
	}
#c-zq i{
	background:url(/s../images/c-zq.png) no-repeat center;
	}
#c-zq:hover i,
#c-zq.on i{
	background:url(/s../images/c-zq-on.png) no-repeat center;
	}
#c-phb i{
	background:url(/s../images/c-phb.png) no-repeat center;
	}
#c-phb:hover i,
#c-phb.on i{
	background:url(/s../images/c-phb-on.png) no-repeat center;
	}
#c-cy i{
	background:url(/s../images/c-cy.png) no-repeat center;
	}
#c-cy:hover i,
#c-cy.on i{
	background:url(/s../images/c-cy-on.png) no-repeat center;
	}
#c-jj i{
	background:url(/s../images/c-jj.png) no-repeat center;
	}
#c-jj:hover i,
#c-jj.on i{
	background:url(/s../images/c-jj-on.png) no-repeat center;
	}
.side-nav li:hover,
.side-nav li.on{
	background:#ef7c00;
	}
.side-nav li:hover a,
.side-nav li.on a{
	color:#fff;
	}
	
/*头部*/
.header { width:100%; height:40px; background:#000;}
.head_con { width:1200px; height:40px;margin:0 auto; color:#FFF;overflow:hidden;}
.head_con li { float:left; line-height:40px;}
.head_con li a { padding:0 5px 0 5px; color:#FFF;}
.head_con li img { padding-bottom:12px;vertical-align: bottom;}
.head_con .head_lf { width:415px; float:left;color:#666666;}
.head_con .head_rt { width:200px; float:right;color:#666666;overflow:hidden;}

/*登录*/
.dlzc { float:left; margin-left:280px;text-align:right; line-height:40px; color:#666666;}
.dlzc a { color:#FFF; padding:0 5px 0 5px; position: relative; left: 0px; top: 0px; }
.dlzc img { vertical-align:top;  z-index:2;}