.index_bottom{background:#333333; padding-top:20px;}
.index_bottom .index_bottom_add{margin-top:20px;}
.index_bottom .index_bottom_add ul li{float:left; font-size:14px; line-height:20px; color:#d3d1d1; margin-bottom:5px;}
.index_bottom .index_bottom_add ul li span{ font-size:17px; color:#d3d1d1; line-height:26px;}
.index_bottom .index_bottom_add ul li a{ font-size:17px; color:#d3d1d1; text-decoration:underline; line-height:26px;}
.index_bottom .index_bottom_add ul li img{transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;   }
.index_bottom .index_bottom_add ul li:hover img{transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg);}

.index_bottom2{ font-size:14px; color:#d3d1d1; line-height:22px; padding:20px 0; text-align:center;}
.index_bottom2 a{font-size:14px; color:#d3d1d1;}
.index_bottom2 span{ float:right;}


.hide2 {
	display: none;
}

.popWindow {
	width: 100%;
	height: 100%;
	background: #000;
	/*padding: 2px;
      margin: 10px;*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.popWindow h3 {
	height: 25px;padding-top: 10px;;
	line-height: 20px;width: 96%;margin: auto;
}

.popWindow h3 span {
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.popWindow h3 span:hover {
	color: #f00;
}

.popWindow .content {
	width: 96%;
	height: 96%;
	background: #000;
	margin: auto;
}
.popWindow2 {
	width: 100%;
	height: 100%;
	background: #000;
	/*padding: 2px;
      margin: 10px;*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.popWindow2 h3 {
	height: 25px;padding-top: 10px;;
	line-height: 20px;width: 96%;margin: auto;
}

.popWindow2 h3 span {
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.popWindow2 h3 span:hover {
	color: #f00;
}

.popWindow2 .content {
	width: 96%;
	height: 96%;
	background: #000;
	margin: auto;
}
.mask {
	background: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
}


@media (max-width: 768px){
.bottom_btn{ display:block !important; }
.bottom_btnkg{display:block !important; }
.index_bottom,.index_bottom2{ display:none;}
}
.bottomtiao{
	width:20%;
	text-align:center;
	color:#fff;
	float:left;
	padding:5px 5px 3px 5px;
	border-right:1px solid #e79396;
}	