﻿/* H5轮播图设置*/
.aui-banner-content {
	overflow-x: hidden;
	 	width: 100%;
	position: relative;
}

.aui-banner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: .5rem;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aui-banner-wrapper-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-pagination-item {
	margin: 0 .3rem;
	width: 14px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
	background:#eb6106;
}

.aui-banner-wrapper-item img {
	width: 100%;
	background-size: cover;
}

.aui-header-center-clear {
	width: 100%;
	margin-left: 13%;
}

 




.home3{ width:100%; height:100%; margin:0 auto; background:#FFF; padding:20px 0;  }
.home3 ul{ width:48%; float:left; height:auto;  padding:0 1%;}

.home3 a.ksbt {width:94%; margin:0 auto; padding:2%;     height:auto; line-height:20px; color:#FFF; text-align:center;   background-color: #01A0E8; overflow:hidden;      display:block;font-size:12px; }

.home3 a.ksbt:hover{background-color: #F60;font-size:12px; }
 
.home3 a.ksxbt{ display:block; float:left; margin:3px 1%; background: #EEE; font-size:12px; color: #333; text-align:center; width:48%; height:32px; line-height:32px; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; } 
.home3 a.ksxbt:hover{background: #F60;color: #FFF;  }
.home3 .ksny{ width:100%; height:auto;min-height:85px; padding-top:5px;  }

.mzj{width:320px;  height:auto; margin:0 auto; }
.mzj ul{ width:100%; margin-top:5px;  }
.mzj ul li{  width:33.333%; float:left; margin-top:2%; font-size:12px;    height:155px;position: relative; } 
.mzj ul li img{border-radius:50%; width:100%; max-height:120px;height:auto; max-width:100px; }
.mzj ul li span{ width:100%; text-align:center; display:block; height:34px; line-height:160%;position: absolute; bottom:8px; }



/* marqueeleft */
.marqueeleft{height:176px;width:100%;overflow:hidden;margin:10px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:202px;height:196px;overflow:hidden;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:188px;height:134px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{text-align:center;height:23px;line-height:23px;}
.marqueeleft li .pic:hover{border: #F60 3px solid; padding:0}