.index-body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    background: #E5F4FF;
    padding-bottom: 56px;
}

.search{
	height: 40px;
    position: fixed;
    line-height: 40px;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.search input{
	display: block;
	width: 100%;
	height: 40px;
	text-indent: 10px;
	border: none;
	font-size: 14px;
	color: #000;
	background: rgba(255,255,255,.8);

}

.search a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon-sear.png) no-repeat;
	background-size: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff; 
	opacity: 1.0;
}

.swiper-pagination-bullet-active{
	background: #fff;
	
}

.banner{
	margin-top: 40px;
}

.banner img{
	width: 100%;
	/* height: 150px; */
}

.index-body .indexNav{
	padding-top: 6px;
	height: 50px;
	background: #ebeaea;
	display: flex;
	text-align: center;
	position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}

.indexNav a{
	flex: 1;
}

.indexNav a i{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon.png) no-repeat;
	background-size: 100px;
}

.indexNav a p{
	font-size: 14px;
	color: #000;
	margin-top: -3px;
}

.indexNav .hibit_actity i{
	background-position: -39px 1px;
}

.indexNav .hibit_partic i{
	background-position: -74px 0px;
}

.infor-wrapper{
	padding: 10px;
	background: #fff;
	border-top: 1px solid #cdcdcd;
}

.infor-wrapper ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CDCDCD; 
}

.infor-wrapper ul li:last-child{
	/* margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0; */
}

.infor-wrapper .infor-item{
	display: flex;
	
}

.infor-wrapper .infor-img{
	flex: 0 0 112px;
	margin-right: 10px;
}

.infor-wrapper .infor-img img{
	height: 90px;
}

.infor-wrapper .infor-content{
	flex: 1;
	color: #888888;
	font-size: 11px;
	position: relative;
}

.infor-content span{
	color: #724b21;
}

.infor-wrapper .infor-content h3{
	font-size: 13px;
	color: #000;
	margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing:.6px;
}

.infor-wrapper .infor-content p{
	margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing:.6px;
    position: absolute;
    bottom: 0;
}

.more-infor{
	text-align: center;
}

.more-infor a{
	padding: 10px 0;
	display: block;
	font-size: 11px;
	color: #888888;
	background: #E5F4FF;
}

.search-wrapper{
	margin-top: 30px;
	border-top: 10px solid #E5F4FF;
}

.search-body{
	background: #E5F4FF;
}

.search-wrapper .no-search{
	text-align: center;
	font-size: 14px;
	color: #888888;
	padding: 30px 0;
}




.searchCont{
	margin-top: 10px;
}


.searchCont{
	margin-top: 10px;
}

.searchCont .searNav{
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}

.searchCont .searNav h4{
	color: #000;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CDCDCD;
}

.searchCont .searNav span{
	color: #E50012;
}

.searNav .inforNav{
	display: flex;
}

.searNav .inforNav a{
	flex: 1;
	font-size: 13px;
	color: #000;
}

.searNav .inforNav .sear_infor{
	text-align: center;
}

.searNav .inforNav .sear_actry{
	text-align: right;
}

.searNav .inforNav .current{
	color: #29AB91;
}



.hbitMap .map-item{
	display: flex;
}

.hbitMap .enter-logo{
	flex: 0 0 110px;
	margin-right: 10px;

	
}

.hbitMap .enter-logo p{
	height: 78px;
	display: table;
}

.enter-logo p span{
	display: table-cell;
	vertical-align: middle;
}

.hbitMap .hMap-content{
	flex: 1;
	position: relative;
}

.hbitMap .hMap-content h3{
	font-size: 13px;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.hbitMap .hMap-content span{
	position: absolute;
	bottom: 0;
	font-size: 13px;
	background: url(../img/icon-locat.png) left no-repeat;
	padding-left: 20px;
	background-size: 11px;
	color: #000;
}

.search-body .search input{
	background: #fff;
}

.Maps .infor-img{
	position: relative;
}

.Maps .infor-img span{
	font-size: 10px;
	color: #fff;
	padding: 2px 6px;
	background: #FFCE00;
	position: absolute;
	top: -4px;
	left: -4px;
}

.Maps .infor-img .inProg{
	background: #22AB38;
}

.Maps .infor-img .ends{
	background: #888888;
}

.mapList{
	padding: 30px 10px;
}

.mapList ul{
	font-size: 0;
}

.mapList ul li{
	display: inline-block;
	width: 30%;
	margin: 0 5% 30px 0;
}

.mapList ul li:nth-child(3n){
	margin-right: 0;
	text-align: right;
}

.mapList ul li:nth-child(3n+2){
	text-align: center;
}

.mapList ul li a{
	display: inline-block;
	width: 90px;
	height: 92px;
	background: url(../img/bg.png) no-repeat;
	background-size: 90px 92px;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 1px #888888;
	vertical-align: top;
	position: relative;
}

.mapList ul li i{
	display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../img/sanjiao.png) no-repeat;
    background-size: 14px 12px;
    position: absolute;
    top: 92px;
    left: 27px;
    filter: drop-shadow(0px 1px 0px #888888);
}

.mapList ul li:nth-child(3n+2) i{
	left: 38px;
}

.mapList ul li:nth-child(3n) i{
	left: 50px;
}

.mapList ul li a span{
	display: inline-block;
    color: #29AB91;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.hbit-map{
	margin-top: 40px;
	border-top: 10px solid #E5F4FF;
	background: #fff;
	text-align: center;
}


.hbit-map img{
	width: 90%;
	margin-bottom: 20px;
}

.hbitNav{
	background: #fff;

	text-align: center;
	margin-bottom: 10px;
}

.hbitNav ul{
	display: flex;
}

.hbitNav ul li{
	padding: 10px 0;
	flex: 1;
}

.hbitNav ul li span{
	color: #000;
	font-size: 14px;
}

.hbitNav ul li .act{
	border-bottom: 2px solid #E50012; 
	padding: 0 2px 8px 2px;
}

.advert-item{
	
}

.advert-item h3{
	color: #000;
	font-size: 13px;
	margin-bottom: 10px;
}

.advert-item h3 span{
	margin-left: 14px;
}

.infordel-wrapper{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	color: #000;
}

.infordel-wrapper img{
	width: 100%;
	margin-bottom: 10px;
}

.joice{
	text-align: center;
	margin: 20px 0;
}

.joice span{
	color: #fff;
	font-size: 14px;
	background: #724b21;
	padding: 2px 4px;
	border-radius: 4px;
}

.joice p{
	margin-top: 20px;
	text-indent: 2em;
	font-size: 14px;
	color: #b7b7b7;
	text-align: justify;
}

.infordel-wrapper .inforTit{
	padding: 10px 0;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 10px;
	text-align: center;
}

.keyWord{
	color: #909090;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.keyWord p span{
	margin-left: 20px;
}

.inforTit h2{
	font-size: 15px;
	font-weight: bold;
}

.inforTit p{
	font-size: 12px;
}

.inforTit p span{
	margin-left: 10px;
}

.infordel-wrapper .inforCont{
	color: #000;
	font-size: 13px;
}

.inforCont p{
	margin-bottom: 10px;
	line-height: 22px;
	/* text-indent: 2em; */
	letter-spacing:.6px;
}

.avtiveNav .currents{
	background: #E50012;
	padding: 2px 8px;
	color: #fff;
}

.active-wrapper .hbitNav, .hbitNav{
	margin-bottom: 5px;
}

.infordel-wrapper .details{
	padding: 10px;
}

.coms input{
	border: none;
}

.abnormals input{
	border-bottom: 1px solid #4c4c4c;
}

.innovite-body{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	/* padding: 10px; */
	background: #f2f1ef;
	min-height: 97%;
}
.innovite-body .del-title{
	text-align: center;
	margin: 16px 0;
}

.del-title span{
	padding: 4px;
	color: #fff;
	background: #724b21;
	font-size: 14px;
}

.innovite-body .biomet-infor{
	margin-top: 20px 0;
	color: #090909;
	font-size: 16px;
	line-height: 20px;
}

.biomet-infor p{
	/* text-indent: 2em; */
	text-align: justify;
	margin-bottom: 10px;
}

.market-body{
	max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}












































