.top-hot {
	margin-top: 20px;

}
*{
	font-size: 14px;
}
.top-hot li {
	height: 50px;
	margin-bottom: 1px;
	background: #fff;
}

.top-hot li span {
	float: left;
	width: 120px;
	height: 48px;
	margin: 1px 10px 1px 0;
	text-align: center;
	line-height: 48px;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: bold;
	border-right: 2px solid #f60;
}

.top-hot li span.span1 {
	border-right-color: #FF6600;
}

.top-hot li span.span2 {
	border-right-color: #c00;
}

.top-hot li span.span3 {
	border-right-color: #108ee9;
}


.top-hot li .top-hotlist {
	margin-left: 120px;
	overflow: hidden;
	line-height: 48px;
	height: 48px;
}

.top-hot li .top-hotlist a {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	color: #333;
}

.top-hot li .top-hotlist a:hover {
	color: #f60;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(1) {
	color: #FF6600;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(3) {
	color: #FF6600;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(4) {
	color: #c00;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(6) {
	color: #f0f;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(9) {
	color: #f00;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(10) {
	color: #f00;
}

.top-hot li:nth-child(1) .top-hotlist a:nth-child(11) {
	font-weight: bold;
}

.top-hot li:nth-child(2) .top-hotlist a:nth-child(2) {
	color: #c00;
}

.top-hot li:nth-child(2) .top-hotlist a:nth-child(4) {
	color: #26c472;
}

.top-hot li:nth-child(2) .top-hotlist a:nth-child(7) {
	color: #c00;
	font-weight: bold;
}

.top-hot li:nth-child(2) .top-hotlist a:nth-child(8) {
	color: #26c472;
}

.top-hot li:nth-child(2) .top-hotlist a:nth-child(10) {
	color: #26c472;
}

.top-hot li:nth-child(3) .top-hotlist a:nth-child(1) {
	color: #108ee9;
}

.top-hot li:nth-child(3) .top-hotlist a:nth-child(6) {
	color: #00f;
}

.top-hot li:nth-child(3) .top-hotlist a:nth-child(8) {
	color: #c00;
}

.top-hot li:nth-child(3) .top-hotlist a:nth-child(11) {
	color: #f0f;
}

.fl {
	float: left
}

.fr {
	float: right
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

.home-blendBox {
	margin-top: 20px;
}


.home-left {
	float: left;
	width: 390px;
	overflow: hidden;
}

.slideBox {
	position: relative;
	width: 390px;
	height: 250px;
}

.slideBox li img {
	width: 390px;
	height: 250px;
	display: block;
}

.slideBox .hd {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.slideBox .hd li {
	float: left;
	width: 25%;
	height: 7px;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
}

.slideBox .hd li.on {
	background: #108ee9;
}

.slideBox .bd li {
	position: relative;
	height: 250px;
}

a {
	color: #333;
}

a:hover {
	color: #108ee9;
}

.slideBox .bd li p {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	z-index: 10;
	font-size: 14px;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-newsTabl {
	margin-top: 20px;
}

.home-newsTabl .hd-tt {
	color: #4c4c4c;
	font-size: 22px;
	line-height: 42px;
	font-weight: normal;
	margin-right: 20px;
}

.homenews-list {
	padding-left: 15px;
	border-left: 1px #ccc solid;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
}
.homenews-list::before{
	content: "";
	width: 10px;
	height: 10px;
	z-index: 10;
	background: #f5f5f5;
	position: absolute;
	left: -3px;
	top: 0;
}
.homenews-list::after{
	content: "";
	width: 10px;
	height: 13px;
	z-index: 10;
	background: #f5f5f5;
	position: absolute;
	left: -3px;
	bottom: 0;
}



.homenews-list li {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	position: relative;
	margin-left: -20px;
	padding-left: 18px;
}

.homenews-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	border-radius: 20px 0 0 20px;
}
.homenews-list li a:hover{
	background: rgba(0,0,0,.04);
}



.homenews-list li::before {
	position: absolute;
	left: -1px;
	top: 10px;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px #ccc solid;
	background: #f5f5f5;
}

.homenews-list li:hover::before {
	border-color: #108ee9;
}

.home-gda {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #ccc;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.home-gda:hover {
	background: #108ee9;
	color: #fff;
}
.home-center{
	margin-left: 20px;
	width: 490px;
}
.home-centerTab .hd{
	background: url(../img/bg-topm.png) repeat-x;
	height: 58px;
	line-height: 58px;
	text-align: center;
}
.home-centerTab .hd li a{
	font-size: 18px;
}
.home-centerTab .hd li{
	display: inline-block;
	text-align: center;	
	padding-left: 20px;
	padding-right: 5px;
}
.home-centerTab .hd li + li{
	background: url(../img/ico-xlin.png) no-repeat left center;
}
.home-centerTab .hd li.on a{
	color: #108ee9;
}
.Min_nav a:hover{
	color: #fff;
}

.tab-list {
	border-left: 1px #ccc solid;
	padding-left: 10px;	
	position: relative;
	margin-top: 15px;
}
.tab-list::before{
	content: "";
	position: absolute;
	width: 10px;
	background: #f5f5f5;
	left: -5px;
	height: 19px;
	top: 0;
}
.tab-list::after{
	content: "";
	position: absolute;
	width: 10px;
	background: #f5f5f5;
	left: -5px;
	height: 19px;
	bottom: 0;
}

.tab-list li{
	height: 46px;
	line-height: 46px;
	padding-left: 30px;
	position: relative;
	margin-left: -15px;
}
.tab-list li::before {
	position: absolute;
	left: -1px;
	top: 19px;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px #ccc solid;
	background: #f5f5f5;
	z-index: 10;
}
.tab-list li:hover::before{
	border-color: #108ee9;
}


.home-centerTab .item{
	padding-left: 18px;
	position: relative;
}
.home-centerTab .item::before{
	content: "";
	position: absolute;
	z-index: 20;
	left: -3px;
	top:7px;
	background: url(../img/ico-new.png) no-repeat;
	width: 41px;
	height: 30px;
}
.home-centerTab .item::after{
	content: "";
	position: absolute;
	background: url(../img/ico-hot.png) no-repeat;
	width: 41px;
	height: 30px;
	left: -3px;
	top:282px;
	z-index: 20;
}


.home-centerTab .fl-a{
	float: left;
	color: #999;
	font-size: 12px;
	margin-right: 10px;
}
.home-centerTab .name-a{
	margin-left: 75px;
	display: block;
}
.home-centerTab .name-a img{
	width: 28px;
	height: 28px;
	float: left;
	margin-top: 9px;
	margin-right: 10px;
}
.home-centerTab .name-a span{
	float: right;
	font-size: 12px;
	color: #999;
}
.home-centerTab .name-a p{
	float: left;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.home-zt{
	width: 280px;
}
.home-zt li{
	width: 280px;
	height: 140px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.home-zt li +li{
	margin-top: 21px;
}
.home-zt li img{
	width: 280px;
	height: 140px;
	transition: all .3s;
}
.home-zt li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 8px;
	color: #fff;
	background:rgba(0,0,0,.5);
	height: 38px;
	line-height: 38px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
}
.home-zt li:hover img{transform:scale(1.07)}
.home-zt li:hover p{
	background: rgba(16, 142, 233,.8);
}
.box-title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
	margin-bottom: 20px;
}
.box-title span{
    display: block;
    float: left;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #108ee9;
    position: absolute;
    left: 0;
    bottom: -1.5px;
}
.box-title span a{
	font-size: 20px;
}
.box-title a.aqq{
	float: right;
	font-weight: 400;
	color: #f00;
}
.app-list li{
	float: left;
	width: 11.1111%;
	margin-bottom: 10px;
}

.app-list li img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.app-list li p{
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
}


