#content .content-container {
	width: 1190px;
	margin: 0 auto;
}

#content .content-top {
	height: 509px;
	border-bottom: 1px solid #ddd;
}

#content .content-top .menu {
	position: relative;
	float: left;
	width: 216px;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 1;
}

#content .content-top .menu.hover {
	width: 215px;
	border-right: 2px solid #c11920;
}

#content .content-top .menu li {
	float: left;
	width: 214px;
	height: 98px;
	padding: 2px 0 2px 1px;
	background-color: #fff;
}


#content .content-top .menu li.last {
	height: 97px;
	border-bottom: 1px solid #ddd;
}

#content .content-top .menu li.hover {
	height: 98px;
	padding: 0 2px 0 0;
	margin-left: -1px;
	border-top: 2px solid #c11920;
	border-left: 2px solid #c11920;
	border-bottom: 2px solid #c11920;
	transition: none;
}

#content .content-top .menu .mainmenu {
	height: 82px;
	margin: 10px 20px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ebebeb;
}

#content .content-top .menu li.last .mainmenu {
	padding-bottom: 10px;
	border-bottom: none;
}

#content .content-top .menu li.collapse.hover .mainmenu {
	padding-bottom: 10px;
	border-bottom: none;
}

#content .content-top .menu .mainmenu h2 {
	float: left;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	background: url(../images/icon/icon-carat-2-e.jpg) no-repeat right center;
}

#content .content-top .menu .mainmenu h2 a {
	margin: 0;
	font-size: 14px;
}

#content .content-top .menu .mainmenu a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #333;
	word-break: keep-all;
}

#content .content-top .menu .mainmenu a:hover {
	color: #c11920;
}

#content .content-top .menu .submenu {
	display: none;
	z-index: 2;
}

#content .content-top .menu li.collapse.hover .submenu {
	display: block;
	position: absolute;
	width: 725px;
	height: 506px;
	top: 0;
	left: 217px;
	border-top: 2px solid #c11920;
	border-right: 2px solid #c11920;
	border-bottom: 2px solid #c11920;
	background-color: #fff;
}

#content .content-top .menu .submenu .left {
	float: left;
	width: 494px;
	height: 100%;
	padding: 0 20px;
	border-right: 1px solid #ebebeb;
}

#content .content-top .menu .submenu .left .top .row {
	margin: 14px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

#content .content-top .menu .submenu .left .top h3 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content .content-top .menu .submenu .left .top h3 a {
	font-size: 14px;
	margin: 0;
}

#content .content-top .menu .submenu .left .top a {
	float: left;
	margin: 0 10px 10px 0;
	color: #333;
	word-break: keep-all;
}

#content .content-top .menu .submenu .left .top a:hover {
	color: #c11920;
}

#content .content-top .menu .submenu .left .bottom img {
	width: 494px;
}

#content .content-top .menu .submenu .right {
	float: left;
	padding: 20px 0 0 20px;
}

#content .content-top .menu .submenu .right h3 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}

#content .content-top .menu .submenu .right img {
	display: block;
	width: 155px;
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}

#content .content-top .menu .submenu .right img:hover {
	border-color: #c11920;
}

#content .content-top .panel-center {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#content .content-top .panel-center .banner {
	width: 710px;
}

#content .content-top .panel-center .banner img {
	width: 710px;
}

#content .content-top .panel-center .bottom {
	margin-top: 10px;
}

#content .content-top .panel-center .bottom img {
	float: left;
	margin-right: 7px;
	border: 1px solid #ebebeb;
}

#content .content-top .panel-center .bottom img.last {
	margin-right: 0;
}

#content .content-top .panel-center .bottom img:hover {
	border-color: #c11920;
}

#content .content-top .panel-right {
	position: relative;
	float: right;
	width: 240px;
	height: 489px;
	margin-top: 20px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#content .content-top .panel-right .title {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-color: #ff7300;
}

#content .content-top .panel-right .scrollList {
	position: relative;
	height: 59px;
	margin: 0 10px;
	border-bottom: 1px solid #ebebeb;
}

#content .content-top .panel-right .scrollList li {
	position: relative;
}

#content .content-top .panel-right .scrollList li span {
	float: left;
	line-height: 30px;
	color: #666;
}

#content .content-top .panel-right .scrollList li span:hover {
	color: #ff7300;
}

#content .content-top .panel-right .scrollList .name {
	width: 150px;
	max-width: 150px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#content .content-top .panel-right .scrollList .loc {
	width: 70px;
	text-align: center;
}

#content .content-top .panel-right .list {
	margin: 10px 10px 0;
}

#content .content-top .panel-right .list .list-title {
	display: block;
	color: #333;
	font-size: 14px;
}

#content .content-top .panel-right .list .list-header {
	position: relative;
	margin-top: 5px;
}

#content .content-top .panel-right .list .list-header .name {
	display: block;
	width: 150px;
	color: #999;
}

#content .content-top .panel-right .list .list-header .loc {
	position: absolute;
	width: 70px;
	top: 0;
	right: 0;
	text-align: center;
	color: #999;
}

#content .content-top .panel-right .list ul {
	margin-top: 5px;
	background-color: #eee;
}

#content .content-top .panel-right .list ul li {
	float: left;
	height: 36px;
}

#content .content-top .panel-right .list li i {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 10.5px;
	margin-left: 5px;
	line-height: 13px;
	text-align: center;
	color: #fff;
	font-style: normal;
	background-color: #ff7300;
}

#content .content-top .panel-right .list li a {
	float: left;
	width: 125px;
	line-height: 36px;
	max-width: 125px;
	margin-left: 5px;
	color: #666;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#content .content-top .panel-right .list li a:hover {
	color: #ff7300;
}

#content .content-top .panel-right .list li span {
	float: left;
	width: 70px;
	line-height: 36px;
	text-align: center;
	color: #ff7300;
}

#content .content-top .panel-right .release {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

#content .content-top .panel-right .release .tabs-title .company {
	float: left;
	width: 119px;
	height: 37px;
	line-height: 37px;
	text-indent: 40px;
	font-size: 14px;
	color: #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/common/company.png) no-repeat 10px center;
}
.text_go {
    color: red!important;
    font-size: 14px;
    text-align: center;
	line-height:20px!important;
	height:20px!important;
	background:none!important;
}
#content .content-top .panel-right .release .tabs-title .agency {
	float: left;
	width: 120px;
	height: 37px;
	line-height: 37px;
	text-indent: 40px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ddd;
	background: url(../images/common/agency.png) no-repeat 10px center;
}

#content .content-top .panel-right .release .tabs-title .active {
	color: #333;
	border-bottom: 1px solid transparent;
}

#content .content-top .panel-right .release .tabs-content {
	padding: 10px;
}

#content .content-top .panel-right .release .tabs-content span {
	display: block;
	color: #666;
}

#content .content-top .panel-right .release .tabs-content a {
	display: block;
	width: 185px;
	height: 36px;
	line-height: 36px;
	margin: 5px auto 0px auto;
	font-size: 14px;
	text-indent: 20px;
	color: #fff;
	border-radius: 18px;
	background: url(../images/icon/icon-carat-3-e.png) no-repeat 140px center;
}

#content .content-top .panel-right .release .content-company a {
	background-color: #67a8da;
}

#content .content-top .panel-right .release .content-agency a {
	background-color: #ff7300;
}

#content .content-bottom .list-title {
	position: relative;
	height: 36px;
	margin-top: 20px;
}

#content .content-bottom .list-title .text {
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
	padding-right: 20px;
	line-height: 36px;
	font-size: 22px;
	color: #333;
	background-color: #fff;
	font-family:"微软雅黑";
}

#content .content-bottom .list-title .text font {
	padding-right: 10px;
	color: #c11920;
	font-family:"微软雅黑";
}

#content .content-bottom .list-title .line {
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 17px;
	background-color: #030303;
}

#content .content-bottom .list-title .more {
	position: absolute;
	display: block;
	top: 0;
	right: 20px;
	padding: 0 10px;
	line-height: 36px;
	color: #333;
	background-color: #fff;
}

#content .content-bottom .list-title .more:hover {
	color: #ff7300;
}

#content .content-bottom .recommend-list .piece {
	float: left;
	width: 541px;
	margin-top: 22px;
	margin-right: 10px;
	padding: 21px;
	border: 1px solid #ddd;
}

#content .content-bottom .recommend-list .piece.right {
	margin-right: 0;
}

#content .content-bottom .recommend-list .piece:hover {
	padding: 21px;
	border: 1px solid #ff7300;
}

#content .content-bottom .recommend-list .piece .cell {
	float: left;
	margin-right: 20px;
}

#content .content-bottom .recommend-list .piece img {
	width: 163px;
	height: 123px;
}

#content .content-bottom .recommend-list .piece .name {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

#content .content-bottom .recommend-list .piece .referee {
	display: block;
	line-height: 20px;
	color: #666;
}

#content .content-bottom .recommend-list .piece .sp {
	display: block;
	line-height: 20px;
	color: #999;
}

#content .content-bottom .recommend-list .piece .sp b {
	color: #ff7300;
}

#content .content-bottom .recommend-list .piece .buttonset {
	margin-top: 20px;
}

#content .content-bottom .recommend-list .piece .buttonset a {
	float: left;
	width: 116px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	 font-size:12px;
	border-radius: 3.5px;
}
.agent{
	float: left;
	width: 116px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	 font-size:12px;
	border-radius: 3.5px;
	background:#c11920;
	cursor:pointer;
	
}

#content .content-bottom .recommend-list .buttonset a.view {
	background-color: #ff7300;
}

#content .content-bottom .recommend-list .buttonset a.agent {
	background-color: #c11920;
}

#content .content-bottom .product-list .panel-left {
	position: relative;
	float: left;
	width: 218px;
	height: 472px;
	margin-top: 22px;
	border: 1px solid #ddd;
}
.good{ height:225px;}
#content .content-bottom .product-list .panel-left .title {
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border-left: 3px solid #ff7300;
}

#content .content-bottom .product-list .panel-left ul {
	margin-left: 20px;
}

#content .content-bottom .product-list .panel-left li {
	float: left;
	margin-top: 10px;
}

#content .content-bottom .product-list .panel-left a {
	display: block;
	width: 217px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#content .content-bottom .product-list .panel-left a span {
display: block;
color: #999;
width: 200px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

#content .content-bottom .product-list .panel-left .advertisement {
	position: absolute;
	width: 218px;
	bottom: 0;
}

#content .content-bottom .product-list .panel-center {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#content .content-bottom .product-list .panel-center .tabs-title a {
	float: left;
	width: 124px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 3.5px;
}

#content .content-bottom .product-list .panel-center .tabs-title a.active {
	color: #fff;
	background-color: #ff7300;
}

#content .content-bottom .product-list .panel-center .tabs-content {
	width: 735px;
}

#content .content-bottom .product-list .panel-center .piece {
	float: left;
    width: 163px;
	height: 190px;
	margin-top: 20px;
	margin-right: 20px;
}

#content .content-bottom .product-list .panel-center .piece a {
    display: block;
    width: 163px;
}

#content .content-bottom .product-list .panel-center .piece img {
	width: 163px;
	height: 123px;
}

#content .content-bottom .product-list .panel-center .piece .name {
	display: block;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	max-width: 163px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content .content-bottom .product-list .panel-center .piece .loc {
	display: block;
	line-height: 20px;
	color: #666;
}

#content .content-bottom .product-list .panel-center .piece .loc b {
	font-weight: normal;
	color: #ff7300;
}

#content .content-bottom .product-list .panel-right {
	float: left;
	width: 213px;
	height: 473px;
	margin-top: 20px;
	border: 1px solid #ddd;
}

#content .content-bottom .product-list .panel-right .title {
	display: block;
    margin-top: 20px;
    margin-left: 20px;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
	font-weight:900;
    border-left: 3px solid #ff7300;
}

#content .content-bottom .product-list .panel-right ul {
	margin-top: 10px;
	margin-left: 20px;
}

#content .content-bottom .product-list .panel-right li {
	float: left;
	width: 170px;
	margin-top: 10px;
}

#content .content-bottom .product-list .panel-right li i {
	float: left;
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	color: #fff;
	background: url(../images/common/normal-bg.png) no-repeat center;
}

#content .content-bottom .product-list .panel-right li.hot i {
	background: url(../images/common/hot-bg.png) no-repeat center;
}

#content .content-bottom .product-list .panel-right li b {
	float: left;
	width: 4px;
	height: 4px;
	margin-top: 5px;
	background: url(../images/common/dot-bg.png) no-repeat center;
}

#content .content-bottom .product-list .panel-right li a {
	float: left;
	line-height: 14px;
	margin-left: 5px;
	color: #666;
	max-width: 140px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	white-space: nowrap;
}

#content .content-bottom .product-list .panel-right li a:hover {
	color: #ff7300;
}
.special{ margin-top:46px!important}
#content .links .title {
	width: 100%;
	height: 30px;
	margin-top: 20px;
	background-color: #f0f0f0;
	border: 1px solid #ebebeb;
}
.joke{ margin-top:32px!important;}
#content .links .title h2 {
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border-top: 2px solid #ff7300;
}

#content .links .title span {
	float: left;
	margin-left: 10px;
	line-height: 30px;
	color: #999;
}

#content .links .content {
	margin-top: 10px;
}

.content ul li {
	font-size: 14px;
	margin-right: 10px;
	margin-top: 10px;
	color: #999;
	word-break: keep-all;
	float:left;
	width:auto;
}
.content ul li a{ color:#999;}

#content .links .content a:hover {
	color: #ff7300;
}
/*招商彩页代理*/
.color-close{
	position: absolute;
	z-index: 99;
	top:125px;
	right: 250px;
	width: 13px;
	height: 13px;
	background: url(../images/close.png);
	cursor: pointer;
}
.color-page{
	position: absolute;
	z-index: 99;
	top:125px;
	right: 250px;
	width: 80px;
	height: 80px;
	background: url(../images/zscy.gif);
}

.color-page a{
	float: left;
	width: 80px;
	height: 80px;
}
