.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	zoom: 1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: ""
}
.clearfix:after {
	clear: both;
	overflow: hidden
}
.clearfix {
	zoom: 1
}

.wrap {
	margin: 0 auto;
	width: 95%;
	margin-bottom:20px;
}
.pagemst {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
#pager {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
#pager ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
#pager ul li:hover {
	background: #474747;
	color: #fff;
	border: 1px solid #474747
}
#pager ul li:hover a {
	color: #fff;
}
#pager ul li.thisclass {
	display: inline-block;
	border: 1px solid #474747;
	padding: 4px 12px;
	margin: 0 1px;
	background: #474747;
	color: #fff;
}
#pager ul li.thisclass a {
	color: #fff;
}
#pager ul li a {
	display: block;
	color: #999
}
#pager ul li a:hover {
	color: #fff;
}
.pagefot {
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
	height: 105px;
	background: #474747;
	color: #747474
}

#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 50%;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}
#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
}
#elevator i {
	font-size: 46px;
	color: #fff;
}
#elevator:hover {
	background-color: rgba(0, 0, 0, .7);
}
#elevator_item .qr {
	display: block;
	text-align: center;
	width: 60px;
	height: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	background-color: rgba(0, 0, 0, .6);
}
#elevator_item .qr i {
	color: #fff;
	font-size: 27px;
	margin-top: 7px;
}
#elevator_item .qr-popup {
	width: 170px;
	height: 200px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
	position: absolute;
	left: -180px;
	bottom: 0;
	border-radius: 2px;
	display: none;
	text-align: center;
}
#elevator_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777;
}
#elevator_item .qr-popup .code {
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
}
.hc-table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%
}
.hc-table thead {
	background: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}
.hc-table td, .hc-table th {
	border-left: 1px solid #cbcbcb;
	border-width: 0 0 0 1px;
	font-size: inherit;
	margin: 0;
	overflow: visible;
	padding: 1em;
}
.hc-table th {
	padding: .7em 1em;
	font-weight: 100;
}
.hc-table td:first-child, .hc-table th:first-child {
	border-left-width: 0;
}
.hc-table td {
	background-color: transparent;
	border-bottom: 1px solid #cbcbcb;
}
.hc-table.crt tbody tr:nth-child(2n) {
	background: #FDFCFC;
}
.hc-table tbody tr:hover, .hc-table.crt tbody tr:hover {
	background: #f5f5f5;
}
.hc-table select {
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #dadada;
	margin: 0;
}
blockquote {
	color: #F07C31;
	background-color: #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid;
	clear: both;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 #FFFFFF inset, 0 -1px 0 #FFFFFF inset;
	border-color: #E5E5E5;
	padding: 15px;
}
@media (max-width: 1165px) {
.brand {
	display: none
}
}
@media (max-width: 1024px) {
.site-navbar {
	font-size: 14px
}
.site-navbar a {
	padding: 0 8px
}
.topbar a {
	font-size: 12px;
}
.foot_link dd a {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}
}
@media (max-width: 960px) {
.foot_line, .foot_link, .foot_eq, .foot_about ul.fl {
	display: none
}
.foot_about .fr {
	text-align: center;
}
}
@media (max-width: 920px) {
.topmenu .red, .site-navbar li:nth-child(5), .site-navbar li:nth-child(6), .site-navbar li:nth-child(7), .topmenu li.gz {
	display: none
}
.site-search-form {
	padding: 25px 0%;
}
.site-navbar a {
	padding: 0 7px;
}
}
@media (max-width: 720px) {
#pager .total {
	display: none;
}
#pager {
	height: 31px;
	line-height: 30px;
	padding: 20px 10px;
}
#pager a {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
#pager span, #pager a:hover, #pager b {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
}
@media (max-width: 660px) {


.foot_about .fr span, .site-navbar .navto-li, .site-navbar .navto-home, .topbar, .footer span, #elevator, #elevator_item .qr {
	display: none
}


.site-navbar {
	margin-top: 0;
	margin-right: 0;
	font-size: 20px;
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 26;
}
.site-search {
	top: -60px
}
.site-search.active {
	top: 52px;
}
.slide-txt a {
	font-size: 16px;
}
.minnav {
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 13;
	width: 52px;
	display: block;
	height: 52px;
	text-align: center;
}
.minnav:hover {
	background: #fafafa;
}
.minnav i {
	font-size: 21px;
	margin: 15px auto;
}
ul.minul {
	display: block;
	top: 52px;
	z-index: 11;
	position: absolute;
	background: #444;
	width: 100%;
	left: -100%;
	padding: 20px 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
ul.minul.active {
	left: 0;
}
.minul li {
	line-height: 32px;
	font-size: 16px;
}
.minul li a {
	display: block;
	padding: 10px 20px;
	color: #666;
}
.minul li.on a {
	color: #fff;
}
.minul li a:hover {
	color: #45B6F7;
}
.pagefot {
	height: 50px;
	line-height: 50px;
}
.pagefot, .footer {
	padding: 0
}

#pager .total {
	display: none;
}
#pager {
	height: 31px;
	line-height: 30px;
	padding: 20px 10px;
}
#pager a {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
#pager span, #pager a:hover, #pager b {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
.singlePage .fh_right {
	display: none;
}
.singlePage .fh_left {
	float: none;
	margin-right: 0;
	width: 97%;
}
}
#changyan_floatbar_wrapper, #powerby_sohu {
	display: none;
}
.ad_common {
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}
#all_ad {
	margin-bottom: 20px;
	width: 95%;
}
#all_ad img {
	max-width: 960px;
}
.ad_common img, #down_detail_ad4 img, #down_detail_ad1 img, #down_detail_ad2 img, #down_detail_ad3 img {
	width: 100%;
}
#index_ad1, #down_end_ad1, #text_ad1 {
	margin-top: 20px;
}
#list_right_ad1, #down_end_ad1 {
	margin-bottom: 10px;
}
.down_end_ad div {
	float: left;
	padding: 0 10px;
}
#app_detail_ad1 {
	float: right;
}
#app_detail_ad2 img {
	max-width: 540px;
}
#down_detail_ad2 img, #down_detail_ad3 img {
	max-width: 728px;
}
#down_detail_ad1 img, #down_detail_ad4 img {
	max-width: 540px;
}
.float_ad_fixed {
	position: fixed;
	top: 0;
}
#powerby_sohu {
	display: none!important;
}
.ad2 {
	margin-bottom: 5px;
}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
	display: inline-block!important;
	overflow: hidden!important;
	margin: 0 0 0 8px!important;
	padding: 0!important;
	width: 32px!important;
	height: 32px!important;
	background: url(../images/share-icon2.png) no-repeat!important;
	background-color: none!important;
	color: #ccc!important;
	vertical-align: middle!important;
	line-height: 32px!important
}
.bdshare-button-style0-24 .bds_weixin {
	background-position: -126px 0!important;
}
.bdshare-button-style0-24 .bds_tsina {
	background-position: 0 0!important;
}
.bdshare-button-style0-24 .bds_qzone {
	background-position: -84px 0!important;
}
.bdshare-button-style0-24 .bds_sqq {
	background-position: -42px 0!important;
}
.bdshare-button-style0-24 .bds_tieba {
	background-position: -168px 0!important;
}
#SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w a {
	display: none!important;
}
#feedAv {
	margin-top: -250px!important;
	transform: scale(0);
}