.ovhide{
	overflow: hidden;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
a{
	cursor: pointer;
}
.bg{
	background: #ffffff;
}
.ic{
	background: url(../images/icon.png) no-repeat;
}
.marl6{
	margin-left: 6px;
}
.marl20{
	margin-left: 20px;
}
.marl30{
	margin-left: 30px;
}
.mart4{
	margin-top: 4px;
}
.mart6{
	margin-top: 6px;
}
.marr6{
	margin-right: 6px;
}
.marr20{
	margin-right: 20px;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.clear{
    clear: both;
}
.top-title{
	width: 100%;
	overflow: hidden;
}
.top-title .news{
	background: url(../images/top-news.png) no-repeat;
	width: 174px;
	height: 48px;
}
.top-title .activity{
	background: url(../images/top-activity.png) no-repeat;
	width: 193px;
	height: 48px;
}
.top-title .review{
	background: url(../images/top-review.png) no-repeat;
	width: 193px;
	height: 48px;
}
.top-title .venue{
	background: url(../images/top-venues.png) no-repeat;
	width: 193px;
	height: 48px;
}
.top-title .map{
	background: url(../images/top-map.png) no-repeat;
	width: 279px;
	height: 48px;
}
.top-title .more{
	display: block;
	cursor: pointer;
	background: url(../images/more.png) no-repeat;
	width: 90px;
	height: 50px;
}
.top-title .more:hover{
	background: url(../images/more-hover.png) no-repeat;
}
.top-title .tg-classify{
	margin-left: 40px;
	max-width: 810px;
	height: 44px;
	overflow: hidden;
}
.top-title .tg-classify li{
	float: left;
	margin-right: 20px;
	background: url(../images/tab_bg.png) no-repeat;
	width: 142px;
	height: 40px;
	margin-top: 4px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}
.top-title .tg-classify li.active{
	background: url(../images/tab_hover_bg.png) no-repeat;
	color: #c8161d;
}
.top-title .tg-classify li:hover{
	background: url(../images/tab_hover_bg.png) no-repeat;
	color: #c8161d;
}
.state_active{
	width: 90px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	z-index: 1;
}
.icon-detail {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin: 5px;
}
.icon-people {
    height: 30px;
    width: 30px;
    display: block;
    margin: 15px auto;
}
.icon-people--all {
    background: url(../images/icon-people--all.png) no-repeat;
}
.icon-people--join {
    background: url(../images/icon-people--join.png) no-repeat;
}
.icon-techang {
    background: url(../images/techang.png) no-repeat;
}
.icon-company {
    background: url(../images/company.png) no-repeat;
}
.icon-active {
    background: url(../images/activity.png) no-repeat;
}
.icon-add--time {
    background: url(../images/time.png) no-repeat;
}
.icon-arear {
    background: url(../images/arear.png) no-repeat;
}
.icon-all--time {
    background: url(../images/all--time.png) no-repeat;
}
.icon-all-people {
    background: url(../images/all--people.png) no-repeat;
}
.icon-home {
    background: url(../images/techang.png) no-repeat;
}
.over-gray{
	background: #aeaeae;
}
.ing-org{
	background: #f8b551;
}
.will-blue{
	background: #3bb3d4;
}
.signUp-green{
	background: #32b16c;
}
.collection{
	background: url(../images/icon.png) no-repeat;
	background-position: 0 -124px;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.collection:hover{
	background-position: 0 -166px;
}
.collection.active{
	background-position: -48px -124px;
}
.usernameinput{
	width: 294px;
	padding: 0 6px;
	height: 30px;
	border: 1px solid #C9C9C9;
	border-radius: 4px;
	margin-left: 36px;
}
.birth{
	margin-left: 36px;
}
.birth select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #E5E5E5;
  border-radius: 4px;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/arrow.png") no-repeat scroll right center #FFFFFF;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.birth select::-ms-expand { display: none; }
.form-group{
    margin-bottom: 24px;
    position: relative;
}
.form-group .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    /* width: 126px; */
}
.form-group .col-sm{
	width: 300px;
	margin-left: 40px;
	height: 30px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	position: relative;
}
.form-group .col-sm:before{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -138px 0;
	width: 5px;
	height: 32px;
	top: -1px;
	left: -5px;
}
.form-group .col-sm:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -149px 0;
	width: 5px;
	height: 32px;
	top: -1px;
	right: -5px;
}
.form-group .wz_info{
	margin-left: 40px;
	line-height: 32px;
}
.form-group .col-sm input,
.form-group .col-sm textarea{
	width: 100%;
	height: 100%;
	border: 0;
	resize: none;
}
.form-group .col-sm .change-one{
	display: block;
	cursor: pointer;
	font-size: 14px;
	color: #6a0808;
	line-height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.form-group .col-sm .change-one:hover{
	color: #c8161d;
	text-decoration: underline;
}
.form-group .pic-yz{
	width: 300px;
	margin-left: 40px;
	height: 70px;
	margin-top: 10px;
}
.drop-down-txt{
	height: 30px;
	line-height: 30px;
	display: block;
	width: 90%;
}
.form-group .col-sm .xl-btn{
	background: url(../images/icon.png) no-repeat;
	background-position: -82px -46px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.rl-btn{
	background: url(../images/icon.png) no-repeat;
	background-position: -109px -211px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.form-group .dropDownBox{
	position: relative;
}
.form-group .drop-down-cont{
	width: 300px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	position: absolute;
	left: 40px;
	top: 36px;
	z-index: 2;
}
.form-group .drop-down-cont li{
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.form-group .drop-down-cont li:hover{
	background: #F6F6F6;
}

.col-top, .col-bottom {
    width: 100%;
    height: 4px;
    background: #FFFFFF;
    position: relative;
    float: left;
}
.col-top {
    border-top: 1px solid #e5e5e5;
}
.col-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.col-top:before, 
.col-top:after, 
.col-bottom:before, 
.col-bottom:after {
    content: "";
    background: url(../images/icon.png) no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
}
.col-top:before {
    background-position: -48px -251px;
    left: -4px;
}
.col-top:after {
    background-position: -52px -251px;
    right: -4px;
}
.col-bottom:before {
    background-position: -48px -255px;
    left: -4px;
}
.col-bottom:after {
    background-position: -52px -255px;
    right: -4px;
}
.col-main {
    width: 100%;
    max-height: 800px;
    background: #FFFFFF;
    position: relative;
    float: left;
}
.col-main:before, 
.col-main:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
}
.col-main:before {
    background: url(../images/col-mainl.png) repeat-y;
    left: -4px;
    background-color: #fff;
}
.col-main:after {
    background: url(../images/col-mainr.png) repeat-y;
    right: -4px;
    background-color: #fff;
}
.nav-avatar--left {
    background: url(../images/icon.png) no-repeat;
    background-position: -45px -316px;
    width: 20px;
    height: 20px;
}
.nav-avatar--left:hover,.avatar-left--active{
    background: url(../images/icon.png) no-repeat;
    background-position: -45px -348px;
    width: 20px;
    height: 20px;
}
/* .nav-avatar--left{
    background: url(../images/icon.png) no-repeat;
    background-position: -78px -316px;
    width: 20px;
    height: 20px;
} */
.nav-avatar--right {
    background: url(../images/icon.png) no-repeat;
    background-position: -78px -316px;
    width: 20px;
    height: 20px;
}

.nav-avatar--right:hover,.avatar-right--active{
    background: url(../images/icon.png) no-repeat;
    background-position: -78px -348px;
    width: 20px;
    height: 20px;
}

.operate-area .dxyzm{
	display: block;
	width: 110px;
	text-align: center;
	margin-left: 20px;
	height: 32px;
	background: #f8b551;
	line-height: 32px;
	color: #FFFFFF;
	position: relative;
}
.operate-area .dxyzm:hover{
	background: #f7bc63;
}
.operate-area .yzm-forbid{
	display: block;
	width: 110px;
	text-align: center;
	margin-left: 20px;
	height: 32px;
	line-height: 32px;
	position: relative;
	background: #e5e5e5;
	color: #8d8d8d;
}
.operate-area .dxyzm:before,
.operate-area .dxyzm:after,
.operate-area .dxyzm:hover:before,
.operate-area .dxyzm:hover:after,
.operate-area .yzm-forbid:before,
.operate-area .yzm-forbid:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 32px;
}
.operate-area .dxyzm:before{
	background-position: -251px 0;
	top: 0;
	left: -6px;
}
.operate-area .dxyzm:after{
	background-position: -263px 0;
	top: 0;
	right: -6px;
}
.operate-area .dxyzm:hover:before{
	background-position: -278px 0;
	top: 0;
	left: -6px;
}
.operate-area .dxyzm:hover:after{
	background-position: -290px 0;
	top: 0;
	right: -6px;
}
.operate-area .yzm-forbid:before{
	background-position: -305px 0;
	top: 0;
	left: -6px;
}
.operate-area .yzm-forbid:after{
	background-position: -317px 0;
	top: 0;
	right: -6px;
}
.table {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
    margin-top: 10px;
    color: #333333;
}
.table tr {
    border-left: 1px solid #dedede;
    background: #fff;
}
.table th {
    text-align: center;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: 0;
    height: 50px;
    line-height: 50px;
}
.table td {
    text-align: center;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: 0;
    height: 50px;
    line-height: 50px;
}
.table .check_box{
	margin-top: 3px;
	margin-right: 6px;
    vertical-align: text-top;
}
.table .edit,
.table .delet{
	font-size: 14px;
	color: #333333;
}
.table .edit:hover,
.table .delet:hover{
	color: #d8252c;
}
/*翻页*/
.pages-l {
    padding: 10px 0 40px 0;
    position: relative;
    text-align: center;
    /*clear: both;*/
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.pages-l span {
    cursor: pointer;
}
.pages-l span{
    background: none repeat scroll 0 0 #dcdcdc;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
}
.pages-l span:hover{
	color: #c8161d;
}
.pages-l em {
    background: none repeat scroll 0 0 #c8161d;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    margin: 0 3px;
    padding: 4px 8px;
    border-radius: 2px;
    color: #FFFFFF;
}
/*btn*/
.pub-btn-gradient{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: url(../images/jbbtn-bg.png) repeat-x;
    color: #616161;
    position: relative;
}
.pub-btn-gradient:hover {
    background: url(../images/jbbtn-bgh.png) repeat-x;
}
.png-bg {
    border: none;
    background: url(../images/png-bg.png) repeat-x;
    /* width: 86px; */
    height: 32px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
}
.pub-btn-gradient:before,
.pub-btn-gradient:after{
	content: "";
    width: 4px;
    height: 32px;
    position: absolute;
    top: 0;
    background: url(../images/icon-two.png) no-repeat;
}
.pub-btn-gradient:before{
    background-position: -66px -585px;
    left: -4px;
}
.pub-btn-gradient:after{
    background-position: -71px -585px;
    right: -4px;
}
.pub-btn-gradient:hover:before {
    background-position: -80px -585px;
}
.pub-btn-gradient:hover:after {
    background-position: -85px -585px;
}
.blue30{
	display: block;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	background-color: #3f9fd9;
	position: relative;
}
.blue30:before,
.blue30:after,
.blue30:hover:before,
.blue30:hover:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 32px;
}
.blue30:before{
	background-position: -323px -77px;
	top: 0;
	left: -6px;
}
.blue30:after{
	background-position: -334px -77px;
	top: 0;
	right: -6px;
}
.blue30:hover{
	background: #58b4eb;
	color: #FFFFFF;
}
.blue30:hover:before{
	background-position: -346px -77px;
	top: 0;
	left: -6px;
}
.blue30:hover:after{
	background-position: -357px -77px;
	top: 0;
	right: -6px;
}
.white-30{
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	position: relative;
}
.white-30:before{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -138px 0;
	width: 5px;
	height: 32px;
	top: -1px;
	left: -5px;
}
.white-30:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -149px 0;
	width: 5px;
	height: 32px;
	top: -1px;
	right: -5px;
}
.org-btn{
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px solid #f39700;
	border-top: 1px solid #f39700;
	background: #f8b551;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	position: relative;
}
.wapper-right--top .pos-btn {
    display: block;
    margin: 30px auto;
    width: 100px;
}
.org-btn:before,
.org-btn:after,
.org-btn:hover:before,
.org-btn:hover:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 32px;
}
.org-btn:before{
	background-position: -25px 0;
	top: -1px;
	left: -6px;
}
.org-btn:after{
	background-position: -37px 0;
	top: -1px;
	right: -6px;
}
.org-btn:hover{
	border-bottom: 1px solid #f8a418;
	border-top: 1px solid #f8a418;
	background: #f7bc63;
	color: #FFFFFF;
}
.org-btn:hover:before{
	background-position: -52px 0;
	top: -1px;
	left: -6px;
}
.org-btn:hover:after{
	background-position: -64px 0;
	top: -1px;
	right: -6px;
}

.red-btn{
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px solid #a12323;
	border-top: 1px solid #a12323;
	background: #c8161d;
	min-width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	position: relative;
}
.bc{
	background: #c8161d;
	color: #FFFFFF;
}
.red-btn:hover .bc{
	background: #d8252c;
	color: #FFFFFF;
}
.red-btn:before,
.red-btn:after,
.red-btn:hover:before,
.red-btn:hover:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 32px;
}
.red-btn:before{
	background-position: -82px 0;
	top: -1px;
	left: -6px;
}
.red-btn:after{
	background-position: -95px 0;
	top: -1px;
	right: -6px;
}
.red-btn:hover{
	border-bottom: 1px solid #b42c2c;
	border-top: 1px solid #b42c2c;
	background: #d8252c;
	color: #FFFFFF;
}
.red-btn:hover:before{
	background-position: -110px 0;
	top: -1px;
	left: -6px;
}
.red-btn:hover:after{
	background-position: -123px 0;
	top: -1px;
	right: -6px;
}
.blue-btn{
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #58b4eb;
    border-top: 1px solid #58b4eb;
    background: #58b4eb;
    min-width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
}
.blue-btn:before,
.blue-btn:after,
.blue-btn:hover:before,
.blue-btn:hover:after{
    content: "";
    position: absolute;
    background: url(../images/icon.png) no-repeat;
    width: 6px;
    height: 32px;
}
.blue-btn:before{
    background-position: -346px -77px;
    top: -1px;
    left: -6px;
}
.blue-btn:after{
    background-position: -357px -77px;
    top: -1px;
    right: -6px;
}
.blue-btn:hover:before{
    background-position: -323px -77px;
    top: -1px;
    left: -6px;
}
.blue-btn:hover:after{
    background-position: -335px -77px;
    top: -1px;
    right: -6px;
}
.blue-btn:hover{
    border-bottom: 1px solid #3f9fd9;
    border-top: 1px solid #3f9fd9;
    background: #3f9fd9;
    color: #FFFFFF;
}
.currency-btn-big{
	display: block;
	cursor: pointer;
	width: 288px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #c8161d;
	color: #FFFFFF;
	font-size: 16px;
	margin: 10px auto;
	position: relative;
}
.currency-btn-big:hover{
	background: #d8252c;
	color: #FFFFFF;
}
.currency-btn-big:before,
.currency-btn-big:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 9px;
	height: 50px;
}
.currency-btn-big:before{
	background-position: -169px 0;
	top: 0;
	left: -9px;
}
.currency-btn-big:after{
	background-position: -186px 0;
	top: 0;
	right: -9px;
}
.currency-btn-big:hover:before{
	background-position: -208px 0;
	top: 0;
	left: -9px;
}
.currency-btn-big:hover:after{
	background-position: -225px 0;
	top: 0;
	right: -9px;
}
.red-40{
	display: block;
	cursor: pointer;
	padding: 0 20px;
	min-width: 50px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #c8161d;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
.red-40:hover{
	background: #d8252c;
	color: #FFFFFF;
}
.red-40:before,
.red-40:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 40px;
}
.red-40:before{
	background-position: -396px 0;
	top: 0;
	left: -6px;
}
.red-40:after{
	background-position: -408px 0;
	top: 0;
	right: -6px;
}
.red-40:hover:before{
	background-position: -420px 0;
	top: 0;
	left: -6px;
}
.red-40:hover:after{
	background-position: -432px 0;
	top: 0;
	right: -6px;
}
.gary-40{
	display: block;
	cursor: pointer;
	padding: 0 20px;
	min-width: 50px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #929292;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
.gary-40:hover{
	color: #ffffff;
}
.gary-40:before,
.gary-40:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 40px;
}
.gary-40:before{
	background-position: -447px 0;
	top: 0;
	left: -6px;
}
.gary-40:after{
	background-position: -459px 0;
	top: 0;
	right: -6px;
}

.gary-40-back{
	display: block;
	cursor: pointer;
	padding: 0 20px;
	min-width: 50px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #929292;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
.gary-40-back:hover{
	background: #a8a8a8;
	color: #ffffff;
}
.gary-40-back:before,
.gary-40-back:after,
.gary-40-back:hover:before,
.gary-40-back:hover:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 6px;
	height: 40px;
}
.gary-40-back:before{
	background-position: -447px 0;
	top: 0;
	left: -6px;
}
.gary-40-back:after{
	background-position: -459px 0;
	top: 0;
	right: -6px;
}
.gary-40-back:hover:before{
	background-position: -472px 0;
	top: 0;
	left: -6px;
}
.gary-40-back:hover:after{
	background-position: -484px 0;
	top: 0;
	right: -6px;
}

.none-more{
	width: 100%;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 80px;
}
.container{
	width: 1250px;
	margin: 0 auto;
    min-height: 100%;
    position: relative;
    z-index: 6;
}
#banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.sections,.section {
		height:100%;
}
#banner,.sections {
	position: relative;
}
.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
	
}
.section a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.bg-black{
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 232px;
	background: rgba(0,0,0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	padding: 14px;
}
.bg-black .title-h{
	font-size: 14px;
	text-align: left;
	margin: 30px 0;
	color: #FFFFFF;
}
.bg-black .biref-h{
	font-size: 12px;
	color: #e5e5e5;
	text-align: left;
}
.pages li{
	list-style-type:none;
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:white;
}
.pages li:hover{
	box-shadow:0 0 5px 2px white;
}
.pages li.active{
	background-color:#9a4b4b;
	box-shadow:0 0 5px 2px #9a4b4b;
}
.pages{
	position:absolute;
	z-index:999;
}
.pages.horizontal{
	left:50%;
	transform:translateX(-50%);
	bottom:5px;
}
.pages.horizontal li{
	display:inline-block;
	margin-right:10px;
}
.pages.horizontal li:last-child{
	margin-right:0;
}
.pages.vertical{
	right:5px;top:50%;
	transform:translateY(-50%);
}
.pages.vertical li{
	margin-bottom:10px;
}
.pages.vertical li:last-child{
	margin-bottom:0;
}
.noneactivity{
	padding: 20px;
	background: #f0efef;
	margin-top: 20px;
	overflow: hidden;
}
.noneactivity .nonepic{
	background: url(../images/serchnone.png) no-repeat;
	width: 139px;
	height: 120px;
	margin-left: 20px;
}
.noneactivity .serchtips{
	margin-left: 190px;
}
.noneactivity .serchtips p{
	font-size: 14px;
	color: #9c9c9c;
}
.noneactivity .serchtips .b_title{
	font-size: 18px;
	color: #333333;
	margin: 26px 0 20px;
}
.modular{
	margin: 40px 0 0;
	padding-bottom: 350px; 
}
#news .news-content{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
#news .news-content .news-pic{
	width: 650px;
	height: 260px;
	background: #000000;
	overflow: hidden;
	position: relative;
}
#news .news-content .news-list{
	width: 570px;
}
#news .news-content .news-list li{
	padding: 16px 0;
	position: relative;
	padding-left: 20px;
}
#news .news-content .news-list li:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #dcdcdc;
	top: 23px;
	left: 0;
	border-radius: 50%;
}
#news .news-content .news-list li a{
	cursor: pointer;
	display: block;
	width: 100%;
	overflow: hidden;
}
#news .news-content .news-list li a .news-title{
	max-width: 82%;
	color: #2b2b2b;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
#news .news-content .news-list li a .top-ic{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #f14754;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin: 2px 0 0 8px;
}
#news .news-content .news-list li a .news-time{
	color: #8d8d8d;
	font-size: 14px;
	line-height: 20px;
}
#news .news-content .news-list li a:hover .news-title{
	color: #c8161d;
}
.row{
	width: 1340px;
}
#activity .activity-item{
	width: 100%;
	max-height: 410px;
	overflow: hidden;
	padding: 30px 0;
}
#activity .activity-item>li{
	width: 280px;
	background: #FFFFFF;
	float: left;
	margin-right: 41px;
	margin-bottom: 40px;
	border: 1px solid #f6f6f6;
}
.tabs-content--wrap > li:hover{
	box-shadow: 0px 0px 20px 5px rgba(225,225,225,0.6);
}
#activity .review-item>li:hover .whzg_active_item .mask{
	display: block;
}
#activity .activity-item>li .whzg_active_item{
	display: block;
	width: 100%;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#activity .activity-item>li .whzg_active_item .mask{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#activity .review-item>li .whzg_active_item .mask .play-pic{
	position: absolute;
	background: url(../images/playpic.png) no-repeat;
	width: 53px;
	height: 53px;
	left: 50%;
	top: 50%;
	margin-left: -26px;
	margin-top: -26px;
}
#activity .activity-item>li .whzg_active_item .active_img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
#activity .activity-item>li:hover .active_img{
	transform: scale(1.3);
}
#activity .activity-item>li .active_content{
	padding: 14px;
   /* height: 158px;*/
	overflow: hidden;
}
#activity .activity-item>li .active_content .active_title{
	display: block;
	cursor: pointer;
	font-size: 14px;
	color: #1f1f1f;
	height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
}
.active_content--live {
    margin-top: 10px;
    overflow: hidden;
}
.active_content--live span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.active_content--live span{
    font-size: 10px;
    color: #bcbcbc;
  /*   margin-top: 30px; */
}
#activity .activity-item>li .active_content .active_title:hover{
	color: #c8161d;
}
#activity .activity-item>li .active_content p{
	font-size: 12px;
	color: #8a8a8a;
	padding: 4px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#activity .activity-item>li .active_content .pos-btn{
	margin: 30px 76px 0 76px;
}

#review .review-item{
	width: 100%;
	max-height: 410px;
	overflow: hidden;
	padding: 30px 0;
}
#review .review-item>li{
	width: 280px;
	background: #FFFFFF;
	float: left;
	margin-right: 43px;
	margin-bottom: 30px;
}
#review .review-item>li:hover{
	box-shadow: 0px 0px 20px 5px rgba(225,225,225,0.6);
}
#review .review-item>li .whzg_active_item{
	display: block;
	width: 100%;
	height: 200px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#review .review-item>li .whzg_active_item .active_img{
	width: 100%;
	height: 100%;
}
#review .review-item>li .whzg_active_item .review-title{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 14px;
	width: 252px;
	height: 34px;
	background: rgba(0,0,0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	transition: all 0.4s;
}
#review .review-item>li .whzg_active_item .review-title p{
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 34px;
}
#review .review-item>li .whzg_active_item .review-title .t-d{
	display: none;
	display: block;
	font-size: 12px;
	color: #cecece;
	padding: 10px 0 0;
	width: 100%;
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
}
#review .review-item>li .whzg_active_item:hover .review-title{
	height: 200px;
}
#review .review-item>li .whzg_active_item:hover .review-title p{
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
	line-height: 20px;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#review .review-item>li .whzg_active_item:hover .review-title .t-d{
	display: block;
}
#venue{
	width: 1250px;
	position: relative;
}
#venue .right-btn{
	background: url(../images/right-btn.png) no-repeat;
	width: 53px;
	height: 116px;
	position: absolute;
	top: 114px;
	right: -60px;
	cursor: pointer;
}
#venue .right-btn:hover{
	background: url(../images/right-hover-btn.png) no-repeat;
}
#venue .left-btn{
	background: url(../images/left-btn.png) no-repeat;
	width: 53px;
	height: 116px;
	position: absolute;
	top: 114px;
	left: -60px;
	cursor: pointer;
}
#venue .left-btn:hover{
	background: url(../images/left-hover-btn.png) no-repeat;
}
#venue .venue-item {
    width: 1340px;
    height: 290px;
    overflow: hidden;
    padding: 30px 0;
}
#venue .venue-item>li{
	width: 370px;
	height: 108px;
	float: left;
	margin-right: 36px;
	margin-bottom: 30px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
#venue .venue-list>li{
	background: #f8f8f8;
}
#venue .venue-item>li:hover{
	border: 1px solid #ba9b9b;
}
#venue .venue-item>li .whzg_active_item{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#venue .venue-item>li .whzg_active_item .active_img{
	width: 138px;
	height: 100%;
	margin-right: 10px;
}
#venue .venue-item>li .whzg_active_item .review-title .t-t{
	color: #191919;
	font-size: 14px;
	font-weight: 600;
	margin: 4px 0 8px 0;
	height: 38px;
	overflow: hidden;
}
#venue .venue-item>li .whzg_active_item .review-title .t-d{
	color: #5d5d5d;
	font-size: 12px;
	margin-top: 4px;
}
#map{
	width: 100%;
}
#map .location-table{
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 30px 0;
	background: #FFFFFF;
	overflow: hidden;
	height: 400px;
}
#map .location-table .left-inst{
	height: 100%;
	width: 26%;
	overflow-y: auto;
}
#map .location-table .all-inst{
	width: 100%;
	height: auto;
}
#map .location-table .all-inst li{
	padding: 12px;
	min-height: 43px;
	overflow: hidden;
	cursor: pointer;
}
#map .location-table .all-inst li:hover{
	background: #eeeeee;
}
#map .location-table .all-inst li.active{
	background: #eeeeee;
}
#map .location-table .all-inst li .pos-num{
	background: url(../images/icon.png) no-repeat;
	background-position: 0 -87px;
	width: 18px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
}
#map .location-table .all-inst li .venue-adress{
	margin-left: 30px;
}
#map .location-table .all-inst li .venue-adress .title-v{
	font-size: 14px;
	color: #2c2c2c;
}
#map .location-table .all-inst li .venue-adress .title-v:hover{
	color: #c8161d;
}
#map .location-table .all-inst li .venue-adress .distance-v,
#map .location-table .all-inst li .venue-adress .adress-v{
	font-size: 12px;
	color: #949494;
	margin-top: 6px;
}
#map .location-table .all-inst li .venue-adress .distance-v span{
	color: #f59f20;
}


#map .location-table .map-area{
	width: 73%;
	height: 100%;
	background: #000000;
}

.operate-area{
	width: 600px;
	background: #FFFFFF;
	padding: 20px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px 2px rgba(225,225,225,0.6);
	margin: 50px auto;
}
.nonebs{
	box-shadow: none;
	border: 0;
	position: relative;
}
.operate-area h1{
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}
.hint,
#login .operate-area .outer-account{
	width: 309px;
	margin: 0 auto;
	padding: 14px 0;
	overflow: hidden;
}
.other {
	cursor: pointer;
}
.other .other-n{
	display: block;
    line-height: 21px;
    height: 21px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #464646;
}
.other .other-ch{
	margin-top: 4px;
	cursor: pointer;
}
.hint .other-ri{
	color: #464646;
	cursor: pointer;
}
.hint .other-ri:hover{
	color: #d8252c;
}
#login .operate-area .outer-account .top-title{
	width: 100%;
	color: #8c8c8c;
	text-align: center;
	margin-bottom: 30px;
}
#login .operate-area .outer-account .qq-wx{
	width: 100%;
	overflow: hidden;
}
#login .operate-area .outer-account .qq-wx .qq{
	background-position: -117px -61px;
	width: 58px;
	height: 58px;
	margin-left: 10px;
}
#login .operate-area .outer-account .qq-wx .wx{
	background-position: -117px -127px;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
#login .operate-area .outer-account .register-now{
	width: 100%;
	color: #8c8c8c;
	text-align: center;
	margin: 30px 0;
}
#login .operate-area .outer-account .register-now a:hover{
	color: #e9660f;
}

.land-now{
	width: 100%;
	color: #8c8c8c;
	text-align: center;
	margin: 30px 0;
}
#forget .operate-area .land-now a:hover{
	color: #e9660f;
}
#StepBar .StepBar-cont{
	width: 900px;
	height: 50px;
	margin: 40px auto 20px;
	overflow: hidden;
}
#StepBar .StepBar-cont li{
	float: left;
	width: 33.3%;
	height: 100%;
	background: #bfbfbf;
	position: relative;
}
#StepBar .StepBar-cont li:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -261px -69px;
	width: 39px;
	height: 50px;
	top: 0;
	right: -39px;
	z-index: 1;
}
#StepBar .StepBar-cont li.active{
	background: #c8161d;
}
#StepBar .StepBar-cont li.active:after{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -202px -67px;
	width: 39px;
	height: 50px;
	top: 0;
	right: -39px;
}
#StepBar .StepBar-cont li p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

#register .area-name{
	width: 880px;
	margin: 0 auto;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
#register .user-pic{
	width: 92px;
	height: 92px;
	margin-left: 30px;
}
#register .user-pic img{
	border-radius: 50%;
}
#register .uppic-btn {
	margin-left: 20px;
}
#register .uppic-btn .avatar-btn{
	margin: 16px 0 0 6px;
}
#register .uppic-btn .hint-up{
	font-size: 12px;
	color: #c8161d;
	margin-top: 16px;
}
#register .selected-cont{
	margin-left: 30px;
}
#register .selected-cont .sex,
#register .selected-cont .birth{
	overflow: hidden;
}
#register .selected-cont .sex li,
#register .selected-cont .birth li{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px solid #9C9C9C;
	float: left;
	margin-right: 30px;
}
#register .selected-cont .sex li:hover,
#register .selected-cont .birth li:hover{
	background: #c8161d;
	border: 1px solid #c8161d;
}
#register .selected-cont .sex li.active,
#register .selected-cont .birth li.active{
	background: #c8161d;
	border: 1px solid #c8161d;
}
#register .selected-cont .sex li a,
#register .selected-cont .birth li a{
	display: block;
	width: 100%;
	text-align: center;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #9C9C9C;
	
}
#register .selected-cont .sex li.active a,
#register .selected-cont .birth li.active a{
	color: #FFFFFF;
}
#register .selected-cont .sex li:hover a,
#register .selected-cont .birth li:hover a{
	color: #FFFFFF;
}
.success{
	background: url(../images/Success.png) no-repeat;
	width: 115px;
	height: 92px;
	margin-left: 20px;
}
.fail{
	background: url(../images/fail.png) no-repeat;
	width: 115px;
	height: 92px;
	margin-left: 20px;
}
.boot-info{
	margin-left: 20px;
}
.boot-info .hint-t{
	font-size: 18px;
	color: #333333;
	margin: 16px 0 20px;
}
.boot-info .PageChange{
	font-size: 14px;
	color: #666666;
}
.boot-info .PageChange span{
	font-size: 16px;
	font-weight: bold;
	color: #ffa132;
}
.boot-info .PageChange a{
	display: inline-block;
	color: #3da5e1;
	margin-left: 10px;
}
.boot-info .PageChange a:hover{
	color: #298dc7;
	text-decoration: underline;
}
.page-top-md{
	width: 100%;
	height: 200px;
	position: relative;
}
.page-top-md img{
	width: 1920px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.mbx{
	font-size: 14px;
	color: #333333;
	margin: 20px 0;
}
.container .mbx a{
	color: #333333;
}
.container .mbx a:hover{
	color: #c8161d;
}
.type-body .type-list{
    width: 100%;
    overflow: hidden;
}
.type-body .type-list>li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
    position: relative;
}
.type-body .type-list>li span {
    color: #464646;
    font-size: 14px;
    width: 60px;
    line-height: 54px;
    display: block;
    text-align: left;
    float: left;
    padding-left: 10px;
}
.type-body .type-list>li .knowledge_ul{
	margin-left: 70px;
	overflow: hidden;
}
.type-body .type-list>li .knowledge_ul li{
	float: left;
	padding: 12px 16px;
}
.type-body .type-list>li .knowledge_ul li:hover span{
	color: #c8161d;
}
.type-body .type-list>li .knowledge_ul li span{
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
	width: auto;
	color: #666666;
	cursor: pointer;
}
.type-body .type-list>li .knowledge_ul li.active span{
	background: #c8161d;
	color: #FFFFFF;
}

.active-tools{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #c8161d;
	overflow: hidden;
    position: relative;
}
.active-tools .allnum{
	padding: 0 14px;
	font-size: 14px;
	line-height: 50px;
	color: #333333;
}
.active-tools .allnum span{
	font-size: 18px;
	color: #f8b551;
	font-weight: bold;
}
.active-tools  .nav-avatar--left{
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin:auto 20px; 

}
.active-tools  .nav-avatar--right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto 20px; 

}
.active_content--num {
    background: url(../images/icon.png) no-repeat;
    background-position: -45px -279px;
    height: 16px;
    width: 50px;
    text-align: end;
}
.active-tools .new-hot{
	overflow: hidden;
	margin-top: 9px;
}
.active-tools .new-hot li{
	float: right;
	width: 94px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	color: #333333;
	cursor: pointer;
}
.active-tools .new-hot li.active{
	background: url(../images/bg-new-hot.png) no-repeat;
	width: 94px;
	height: 32px;
	color: #FFFFFF;
}
.activelist #activity .activity-item > li{
	border: 1px solid #F3F3F3;
	margin-bottom: 30px;
}
.detail-head{
	width: 100%;
	overflow: hidden;
}
.detail-head .col-sm-6{
	width: 480px;
	height: 354px;
}
.detail-head .detail-info{
	margin-left: 500px;
}
.detail-head .detail-info .detail-info-title{
	border-bottom: 1px solid #F6F6F6;
	padding: 2px 0 10px;
}
.detail-head .detail-info .detail-info-title h3{
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.detail-head .detail-info .detail-info-title .belongV{
	font-size: 14px;
	margin-top: 6px;
	color: #808080;
}
.detail-head .detail-info .info-body{
	padding: 10px 0;
	border-bottom: 1px solid #F6F6F6;
	position: relative;
}
.detail-head .detail-info .info-body .info-list p{
	font-size: 14px;
	color: #464646;
	padding-left: 26px;
	line-height: 23px;
	position: relative;
	margin-bottom: 6px;
}
.detail-head .detail-info .info-body .info-list p:last-child{
	margin-bottom: 0;
}
.detail-head .detail-info .info-body .info-list .audiences:before,
.detail-head .detail-info .info-body .info-list .tel:before,
.detail-head .detail-info .info-body .info-list .host:before,
.detail-head .detail-info .info-body .info-list .place:before,
.detail-head .detail-info .info-body .info-list .time-up:before,
.detail-head .detail-info .info-body .info-list .time-start:before,
.detail-head .detail-info .info-body .info-list .containP:before,
.detail-head .detail-info .info-body .info-list .cost:before,
.detail-head .detail-info .info-body .info-list .equip:before,
.detail-head .detail-info .info-body .info-list .brief-r:before{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	width: 23px;
	height: 23px;
	top: 0;
	left: 0;
}
.detail-head .detail-info .info-body .info-list .audiences:before{
	background-position: 0 -213px;
}
.detail-head .detail-info .info-body .info-list .tel:before{
	background-position: 0 -244px;
}
.detail-head .detail-info .info-body .info-list .host:before{
	background-position: 0 -274px;
}
.detail-head .detail-info .info-body .info-list .place:before{
	background-position: 0 -305px;
}
.detail-head .detail-info .info-body .info-list .time-up:before{
	background-position: 0 -336px;
}
.detail-head .detail-info .info-body .info-list .time-start:before{
	background-position: 0 -366px;
}
.detail-head .detail-info .info-body .info-list .containP:before{
	background-position: 0 -394px;
}
.detail-head .detail-info .info-body .info-list .cost:before{
	background-position: 0 -426px;
}
.detail-head .detail-info .info-body .info-list .equip:before{
	background-position: 0 -455px;
}
.detail-head .detail-info .info-body .info-list .brief-r:before{
	background-position: 0 -487px;
}
.detail-head .detail-info .info-body .shareto{
	position: absolute;
	right: 40px;
	top: 10px;
	cursor: pointer;
	z-index: 2;
	width: 80px;
}
.detail-head .detail-info .info-body .shareto .shareadd{
	background-position: -198px -143px;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-top: 3px;
}
.detail-head .detail-info .info-body .shareto span{
	color: #666666;
}
.detail-head .detail-info .info-body .shareto:hover .shareadd{
	background-position: -232px -143px;
}
.detail-head .detail-info .info-body .shareto:hover span{
	color: #6a0808;
}
.detail-head .detail-info .info-body .shareto .shareic{
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	width: 80px;
}
.detail-head .detail-info .info-body .shareto .shareic li{
	margin-bottom: 10px;
}
.detail-head .detail-info .info-body .shareto .shareic li .qq,
.detail-head .detail-info .info-body .shareto .shareic li .wb,
.detail-head .detail-info .info-body .shareto .shareic li .rr{
	background: url(../images/jiathis_ico_32x32.png) no-repeat;
	background-size: 16px 2032px;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-top: 4px;
}
.detail-head .detail-info .info-body .shareto .shareic li .qq{
	background-position: 0 -16px;
}
.detail-head .detail-info .info-body .shareto .shareic li .wb{
	background-position: 0 0;
}
.detail-head .detail-info .info-body .shareto .shareic li .rr{
	background-position: 0 -32px;
}
.detail-head .detail-info .info-body .shareto .shareic li a{
	font-size: 12px;
	color: #666666;
}
.detail-head .detail-info .info-body .shareto .shareic li a:hover{
	color: #c8161d;
}
.detail-head .detail-info .prompt{
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 24px;
	border-bottom: 1px solid #f6f6f6;
}
.detail-head .detail-info .prompt:before{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -150px -219px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 13px;
}

.detail-head .detail-info .reserveCon{
	width: 100%;
	height: 42px;
	background: #f8f8f8;
	margin: 10px 0;
}
.detail-head .detail-info .reserveCon p{
	font-size: 14px;
	color: #666666;
	line-height: 42px;
	margin: 0 30px 0 20px;
	float: left;
}
.detail-head .detail-info .reserveCon p span{
	font-size: 18px;
	font-weight: bold;
}
.detail-head .detail-info .reserveCon p .remaining{
	color: #ee962e;
}
.detail-head .detail-info .bot-btn{
	width: 100%;
	overflow: hidden;
}
.detail-head .detail-info .bot-btn .coll:hover{
	color: #d8252c;
}
.detail-head .detail-info .bot-btn .coll.active{
	color: #d8252c;
}
.detail-head .detail-info .bot-btn .coll-x{
	background-position: -30px -91px;
	width: 17px;
	height: 15px;
	margin: 8px 6px 0 0;
}
.detail-head .detail-info .bot-btn .coll:hover .coll-x,
.detail-head .detail-info .bot-btn .coll.active .coll-x{
	background-position: -57px -91px;
}
.activebody{
	width: 100%;
	overflow: hidden;
}
.detail-left{
	width: 950px;
}
.detail-left .modular-one {
	margin-bottom: 30px;
}
.detail-left .modular-one .modular-title{
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #888888;
	position: relative;
	margin-bottom: 10px;
}
.detail-left .modular-one .modular-title:before{
	content: "";
	position: absolute;
	background: url(../images/icon.png) no-repeat;
	background-position: -47px -171px;
	width: 52px;
	height: 27px;
	top: 8px;
	left: 0;
}
.detail-left .modular-one .modular-title h1{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-left: 36px;
}
.detail-left .modular-one .modular-cont p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-indent: 2em;
	margin: 6px 0;
}
.detail-left .modular-one .modular-cont img{
	max-width: 100%;
	margin: 10px 0;
}
.detail-left .modular-one .modular-cont-c .comments{
	padding: 20px;
	background: #f8f8f8;
	margin-top: 20px;
}
.detail-left .modular-one .modular-cont-c .comments h1{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc{
	width: 100%;
	overflow: hidden;
	margin: 10px 0 14px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li{
	float: left;
	overflow: hidden;
	line-height: 24px;
	color: #828282;
	margin-right: 50px;
	cursor: pointer;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc .good_li.active{
	color: #e5580f;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc .mid_li.active{
	color: #ffae00;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc .bad_li.active{
	color: #888888;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .good,
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .mid,
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .bad{
	background: url(../images/grade-eva.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .good{
	background-position: 0 0;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .mid{
	background-position: 0 -35px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li .bad{
	background-position: 0 -71px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li.active .good{
	background-position: -31px 0;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li.active .mid{
	background-position: -31px -35px;
}
.detail-left .modular-one .modular-cont-c .comments .comment-hzc li.active .bad{
	background-position: -31px -71px;
}
.detail-left .modular-one .modular-cont-c .comments .logcon{
	position: relative;
    overflow: hidden;
}
.detail-left .modular-one .modular-cont-c .comments .logcon .login-go{
    display: none;
    position: absolute;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cc0c2c3, endColorstr=#4cc0c2c3);
    background: rgba(194,195,196,0.3);
    text-align: center;
    line-height: 168px;
    z-index: 1;
}
.detail-left .modular-one .modular-cont-c .comments .logcon .content {
    width: 890px;
    height: 148px;
    outline: none;
    box-shadow: none;
    resize: none;
    padding: 10px;
    z-index: 1;
}
.detail-left .modular-one .modular-cont-c .comments .submit{
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
.detail-left .modular-one .modular-cont-c .comments .submit span{
	color: #9C9C9C;
	font-size: 14px;
	float: left;
	line-height: 32px;
}
.detail-left .modular-one .modular-cont-c .judge {
	
}
.detail-left .modular-one .modular-cont-c .judge .judgeTop{
	width: 100%;
	height: 40px;
	background: #f8f8f8;
	margin: 20px 0 0;
}
.detail-left .modular-one .modular-cont-c .judge .judgeTop span{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	margin: 0 20px;
}
.judge_ul>li{
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #E5E5E5;
}
.judge_ul>li .headimg{
	width: 60px;
	height: 60px;
}
.judge_ul>li .headimg img{
	border-radius: 50%;
}
.judge_ul>li .inner{
    position: relative;
    padding-left: 80px;
}
.judge_ul>li .inner .hd{
	font-size: 14px;
	color: #9C9C9C;
	margin-bottom: 6px;
}
.judge_ul>li .inner .cmt-txt{
	font-size: 14px;
	color: #464646;
	margin-bottom: 6px;
}
.judge_ul>li .inner .ft{
	width: 100%;
	overflow: hidden;
}
.judge_ul>li .inner .ft .hp-bot,
.judge_ul>li .inner .ft .zp-bot,
.judge_ul>li .inner .ft .cp-bot{
	padding-left: 20px;
	font-size: 12px;
	line-height: 24px;
	margin-right: 20px;
	position: relative;
}
.judge_ul>li .inner .ft .hp-bot{
	color: #e5580f;
}
.judge_ul>li .inner .ft .zp-bot{
	color: #ffae00;
}
.judge_ul>li .inner .ft .cp-bot{
	color: #888888;
}
.judge_ul>li .inner .ft .hp-bot:before,
.judge_ul>li .inner .ft .zp-bot:before,
.judge_ul>li .inner .ft .cp-bot:before{
	content: "";
	position: absolute;
	background: url(../images/grade-eva.png) no-repeat;
	width: 15px;
	height: 15px;
	left: 0;
	top: 5px;
}
.judge_ul>li .inner .ft .hp-bot:before{
	background-position: -70px 0; 
}
.judge_ul>li .inner .ft .zp-bot:before{
	background-position: -70px -25px; 
}
.judge_ul>li .inner .ft .cp-bot:before{
	background-position: -70px -51px; 
}
.judge_ul>li .inner .ft .time{
	font-size: 12px;
	color: #8c8c8c;
	line-height: 24px;
}
.judge_ul>li .inner .ft .time .reply-btn{
	display: inline-block;
	width: 80px;
	text-align: right;
	cursor: pointer;
}
.judge_ul>li .inner .ft .time .reply-btn:hover{
	color: #3f9fd9;
}
.judge_ul>li .inner .ft .time .reply-btn.active{
	color: #3f9fd9;
}
.judge_ul>li .inner .comment_reply{
	display: none;
	margin-top: 6px;
	background: #fbfbfd;
	border: 1px solid #c3d4df;
}
.comment_reply .judge_ul>li:last-child{
	border-bottom: 0;
}
.comment_reply .judge_ul > li .headimg {
    width: 40px;
    height: 40px;
}
.comment_reply .judge_ul>li .inner {
	padding-left: 60px;
}
.comment_reply .judge_ul>li .inner .hd{
	color: #3f9fd9;
}
.comment_reply .judge_ul>li .re-text{
	outline: none;
	box-shadow: none;
	resize: none;
	padding: 10px;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	width: 766px;
	height: 70px;
}




.detail-right{
	width: 270px;
}
.activebody .detail-right .war-border{
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
.activebody .detail-right .war-border .map-site{
	width: 100%;
	height: 200px;
	background: #000000;
}
.activebody .detail-right .war-border .my-title-right{
    font-size: 16px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    line-height: 1.6;
    margin: 0px;
    margin-bottom: 15px;
}
.activebody .detail-right .war-border .recommend-activity li{
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dddddd;
}
.activebody .detail-right .war-border .recommend-activity li .reco-cover{
	width: 100%;
	height: 165px;
}
.activebody .detail-right .war-border .recommend-activity li .reco-title a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333333;
	margin-bottom: 6px;
}
.activebody .detail-right .war-border .recommend-activity li .reco-title a:hover{
	color: #c8161d;
}
.activebody .detail-right .war-border .recommend-activity li .reco-title p{
	color: #9C9C9C;
	font-size: 12px;
}
.activebody .detail-right .war-border .recommend-activity li .reco-title p span{
	color: #f59228;
}
.reserve .activity_info{
	width: 100%;
	overflow: hidden;	
}
.reserve .activity_info .activityimg{
	width: 150px;
	height: 110px;
}
.reserve .activity-info{
	margin-left: 170px;
}
.reserve .activity-info .title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 10px 0 30px;
}
.reserve .activity-info .address{
	font-size: 14px;
	color: #9C9C9C;
	margin-top: 10px;
}
.reserve .submit{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.reserve .staff{
	padding: 14px 0;
	overflow: hidden;
}
.reserve .staff .staffpic{
	background-position: -66px -53px;
	width: 14px;
	height: 18px;
	margin: 2px 16px 0 0; 
}
.Important-notice{
	margin-top: 20px;
	padding: 10px;
	background: #fbfbfd;
	border: 1px solid #c3d4df;
	position: relative;
}
.Important-notice .noticetitle{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 55px;
}
.Important-notice .noticetitle .noticepic{
	background-position: -48px -212px;
	width: 32px;
	height: 28px;
	margin: 0 8px 6px 8px;
}
.Important-notice .noticetitle p{
	font-size: 12px;
	color: #333333;
}
.Important-notice .notice_info{
	margin-left: 150px;
}
.Important-notice .notice_info p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.top_title{
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 2px solid #888888;
}
.corner{
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../images/corner.png) no-repeat;
	width: 32px;
	height: 32px;
}
.venue-info-wz {
	width: 100%;
	margin-bottom: 20px;
}
.venue-info-wz .venue-biref{
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
}
.this_inst#activity .activity-item {
    width: 1060px;
    max-height: 880px;
}
.this_inst#activity .activity-item>li {
    margin-right: 51px;
}
.lr-btn{
	overflow: hidden;
	margin-top: 8px;
}
.lr-btn .left-m-btn,
.lr-btn .right-m-btn{
	display: block;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat;
	width: 19px;
	height: 24px;
}
.lr-btn .left-m-btn{
	background-position: -228px -214px;
	margin-right: 14px;
}
.lr-btn .right-m-btn{
	background-position: -259px -214px;
}
.lr-btn .left-m-btn:hover{
	background-position: -198px -214px;
}
.lr-btn .right-m-btn:hover{
	background-position: -289px -214px;
}
.room{
	position: relative;
	overflow: hidden;
}
.room .bg-black-r{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	font-size: 14px;
	color: #ffffff;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 130px;
	-moz-transition: top ease 200ms;
    -o-transition: top ease 200ms;
    -webkit-transition: top ease 200ms;
    transition: top ease 200ms;
}
.room:hover .bg-black-r{
	top: 0;
}
.room .bg-black-r p{
	line-height: 34px;
	padding: 0 20px;
}
.room:hover .roomname{
	margin-top: 20px;
}
.room .bg-black-r .venue-book{
	margin-left: 26px;
	margin-top: 10px;
}
.roombook .roomphoto{
	width: 470px;
	min-height: 400px;
	background: #000000;
}
.time-cal{
	margin-top: 30px;
	overflow: hidden;
}
.map-activity{
	border: 1px solid #E5E5E5;
	padding: 10px;
	position: relative;
}
.map-view{
	width: 100%;
	height: 750px;
}
.map-activity .nearbyActivity{
	position: absolute;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	top: 30px;
	right: 30px;
	width: 250px;
	height: 700px;
}
.map-activity .nearbyActivity .topmenu{
	width: 100%;
	height: 50px;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
}
.map-activity .nearbyActivity .topmenu .actnum{
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}
.map-activity .nearbyActivity .topmenu .actnum .nearactnum{
	width: 49.5%;
	text-align: center;
	position: relative;
	border-right: 1px solid #C9C9C9;
	color: #333333;
}
.map-activity .nearbyActivity .topmenu .actnum .distance_ch{
	width: 50%;
	text-align: center;
	cursor: pointer;
	color: #333333;
}
.map-activity .nearbyActivity .topmenu .actnum .distance_ch .caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;

}
.map-activity .nearbyActivity .body-act{
	overflow-y: auto;
	height: 650px;
	margin-top: 50px;
}
.map-activity .nearbyActivity .activity_ul{
	/*margin-top: 50px;*/
}
.map-activity .nearbyActivity .activity_ul li{
	padding: 12px;
	min-height: 43px;
	overflow: hidden;
}
.map-activity .nearbyActivity .activity_ul li:hover{
	background: #eeeeee;
}
.map-activity .nearbyActivity .activity_ul li.active {
    background: #eeeeee;
}

.map-activity .nearbyActivity .activity_ul li .pos-num {
    background: url(../images/icon.png) no-repeat;
    background-position: 0 -87px;
    width: 18px;
    height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
}
.map-activity .nearbyActivity .activity_ul li .activity-cont {
    margin-left: 30px;
}
.map-activity .nearbyActivity .activity_ul li .activity-cont .title-a{
	color: #333333;
	cursor: pointer;
}
.map-activity .nearbyActivity .activity_ul li .activity-cont .title-a:hover{
	color: #c8161d;
}
.map-activity .nearbyActivity .activity_ul li .activity-cont .distance-a,
.map-activity .nearbyActivity .activity_ul li .activity-cont .adress-a,
.map-activity .nearbyActivity .activity_ul li .activity-cont .jg-a{
	font-size: 12px;
	color: #949494;
	margin-top: 4px;
}
.map-activity .nearbyActivity .activity_ul li .activity-cont .distance-a span{
	color: #f59f20;
}
.map-activity .nearbyActivity .filter-category{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.map-activity .nearbyActivity .filter-category li{
	border-bottom: 1px solid #E5E5E5;
}
.map-activity .nearbyActivity .filter-category li:last-child{
	border: 0;
}
.map-activity .nearbyActivity .filter-category li.active span{
	color: #c8161d;
}
.map-activity .nearbyActivity .filter-category li span{
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	padding-left: 20px;
	cursor: pointer;
	color: #333333;
}
.map-activity .nearbyActivity .filter-category li span:hover{
	color: #c8161d;
}
.news_ul{
	width: 100%;
	margin-bottom: 40px;
}
.news_ul li{
	padding: 20px 10px;
	border-bottom: 1px solid #E5E5E5;
}
.news_ul li h5{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.news_ul li .time{
	font-size: 12px;
	color: #C9C9C9;
	margin-bottom: 6px;
}
.news_ul li .cont-wz{
	font-size: 14px;
	color: #9C9C9C;
	line-height: 22px;
}
.newsDetail .title{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
.newsDetail .title h5{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.newsDetail .title .time{
	font-size: 12px;
	color: #9C9C9C;
	text-align: center;
	margin-bottom: 20px;
}
.newsDetail .newsCont{
	color: #333333;
}
.newsDetail .newsCont img{
	margin: 0 auto 10px;
	text-align: center;
}
.newsDetail .newsCont p{
	margin-bottom: 10px;
	text-indent: 2em;
}

.modal-backdrop{
	background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    z-index: 998;
}
.pop-window {
    position: fixed;
    z-index: 999;
    width: 600px;
    top: 0;
    top: 50%;
    left: 50%;
}
.pop-top, .pop-bottom {
    width: 100%;
    height: 4px;
    background: #fdfcfc;
    position: relative;
    float: left;
}
.pop-top {
    border-top: 1px solid #cfcfcf;
}
.pop-bottom {
    border-bottom: 1px solid #cfcfcf;
}
.pop-top:before, 
.pop-top:after, 
.pop-bottom:before, 
.pop-bottom:after {
    content: "";
    background: url(../images/icon-two.png) no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
}
.pop-top:before {
    background-position: -69px -628px;
    left: -4px;
}
.pop-top:after {
    background-position: -73px -628px;
    right: -4px;
}
.pop-bottom:before {
    background-position: -69px -632px;
    left: -4px;
}
.pop-bottom:after {
    background-position: -73px -632px;
    right: -4px;
}
.pop-main {
    width: 100%;
    max-height: 800px;
    background: #fdfcfc;
    position: relative;
    float: left;
}
.pop-main:before, 
.pop-main:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
}
.pop-main:before {
    background: url(../images/pop-mainl.jpg) repeat-y;
    left: -4px;
    background-color: #fff;
}
.pop-main:after {
    background: url(../images/pop-mainr.jpg) repeat-y;
    right: -4px;
    background-color: #fff;
}
.pop-main .top-title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E5E5E5;
}
.pop-main .top-title .pop-t{
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
}
.pop-window .close {
	background: url(../images/icon-two.png) no-repeat;
	background-position: -1px -782px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
}
.pop-window .pop-main .cont-w{
	margin-top: 20px;
}
.pop-window .pop-main .btn-top-bor{
	border-top: 1px solid #E5E5E5;
	padding: 20px 0;
}
.text-pop{
	margin-bottom: 14px;
}
.text-pop .title{
	
}
.text-pop .cont{
	margin-left: 80px;
}

.play-page {
    width: 100%;
    background-color: #282C39;
    min-height: 700px;
}
.play-page .play-title {
    line-height: 76px;
    height: 76px;
    color: #7c7c7d;
}
.play-page .play-title span{
    color: #7c7c7d;
}
.play-page .play {
    height: 604px;
}
.play-page .play-content {
    width: 100%;
    background-color: #000;
    height: 604px;
}
.play-page .play-comment {
    width: 28%;
    background-color: #28282f;
    height: 604px;
    position: relative;
}
.play-page .play-comment .play-comment-title {
    line-height: 38px;
    height: 38px;
    text-align: left;
    font-size: 15px;
    font-weight: bolder;
    background-color :#1f1e24;
    color :#c9c8c7;
    padding: 0 10px;
}
.play-comment-wrap { 
    overflow: auto;
    height: 500px;
    padding:10px;
 }
.play-comment-wrap li { 
    overflow: hidden;
 }
.comment-avatar-content {
    width: 25%;
    text-align: center;
}
.comment-avatar {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.comment-content {
    width: 75%;
}
.comment-content  .comment-content-title{
    margin-top: 20px;
    display: inline-block;
    color: #6e6e6e;
    font-size: 12px;
}
.comment-content  .comment-content-time{
    color: #6e6e6e;
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
}
.comment-content p{
    margin: 10px 0;
    color: #aaa9a9; 
}
.comment-foot {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
}
.comment-foot .valueinput{
    width: 75%;
    background-color: #1f1e24;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 10px;
    color: #ffffff;
}
.comment-foot .submit{
    width: 20%;
    background-color: #ca1817;
    border-radius: 5px;
    color :#ffffff;
    height: 30px;
    line-height: 30px;
    line-height: 30px;
    margin-top: 10px;
    cursor: pointer;
   /*  padding-left: 10px; */
}

.live-detail-page {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
		position: relative;
    z-index: 1;
}
.live-detail-page .live-introus {
    width: 100%;

}
.live-detail-page .live-introus .live-introus-title {
    position: relative;
    margin-top: 10px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    color: #c8161d;
}
.live-detail-page .live-introus .live-introus-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 2px;
    background-color: #c8161d;
}
.live-detail-page .live-introus-history .live-history-title {
    position: relative;
    margin-top: 10px;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    color: #c8161d;
}
.live-detail-page .live-introus-history .live-history-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 2px;
    background-color: #c8161d;
}

.live-detail-page .live-introus .live-introus-content {
    color:#b2b2b2;
    margin-top: 20px;
}
.live-detail-page  .live-introus-history {
    width: 100%;
		padding-bottom: 50px;
}
.live-detail-page  .live-introus-history .live-history-content {
	display: flex;
  margin-top: 20px;
}
.live-history-content li {
	position: relative;
	height: auto;
	width: 285px;
	margin-bottom: 17px;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
}
.live-history-content li img{
    height: 212px;
    width: 100%;
}
.live-history-content li .history-content-title{
	height: 34px;
	line-height: 34px;
	width: 100%;
	color: #222222;
	text-align: center;
}
@media only screen and (max-width: 1300px){
	.container{
		width: 950px;
		margin: 0 auto;
	}
	#header .navbar .navbar-nav li {
        float: right;
        color: #2b2b2b;
        font-size: 14px;
        line-height: 85px;
        padding: 0 10px!important;
	}
    .link-list_right {
        padding: 20px 0!important;
    }
	#news .news-content .news-list{
		width: 430px;
	}
	
	.row{
		width: 1005px;
	}
	#activity .activity-item>li{
		margin-right: 52px;
	}
	#review .review-item > li{
		margin-right: 55px;
	}
	.top-title .tg-classify{
		max-width: 486px;
	}
	
	#venue{
		width: 950px;
	}
	#venue .venue-item>li{
		width: 430px;
		margin-right: 46px;
	}
	.detail-left{
		width: 650px;
	}
	.detail-left .modular-one .modular-cont-c .comments .logcon .content {
	    width: 590px;
	}
	.comment_reply .judge_ul>li .re-text{
		width: 466px;
	}
	#activity.this_inst .activity-item > li {
	    margin-right: 83px;
	}
	.map-view{
		height: 600px;
	}
	.map-activity .nearbyActivity{
		height: 560px;
	}
	.map-activity .nearbyActivity .body-act{
		height: 510px;
	}
	
}

.cd-popup {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0);
    /*opacity: 0;*/
    /*visibility: hidden;*/
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 100000;
    text-align: center;
    top: 50%;
}
.cd-popup .imgcenter{
	width: 100%;
	height: 80px;
}
.cd-popup img{
	margin-top: 19px;
	width: 17%;
}
.imgsize{
	width: 15%;
}
.cd-popup span{
	display: block;
	padding: 0 0.5rem;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5rem;
	text-align: center;
	font-family: "微软雅黑";
	color: #535451;
	/*position: absolute;
	bottom: 1rem;*/
	/*width: 100%;*/
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
	overflow: hidden;
	vertical-align: middle;
    position: relative;
    margin:0 auto;
    width:10rem;
    min-height:10rem;
    background: rgba(229,229,229,0.7);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 20px rgba(229, 229, 229, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

@media only screen and (max-width: 1300px){
    #header .navbar .navbar-nav li {
        float: right;
        color: #2b2b2b;
        font-size: 14px;
        line-height: 85px;
        padding: 0 10px!important;
    }
    .link-list_right {
    	padding: 20px 0!important;
	}
}
