﻿body,html{color: #333333;font-family: "Microsoft Yahei";font-size: 14px;width: 100%;height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
ul{list-style: none;}
a{color: #333333;text-decoration: none;border:none;cursor:pointer;display: inline-block;*border:0;}
a{star:expression(this.onFocus=this.blur()); /* for Ie*/} 
em,i,h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;font-style: normal;display: inline-block;}
input,textarea,button{outline:none;border:0;border: none;*border:0;padding: 0;margin: 0;box-shadow: none;background: none;font-family: "Microsoft Yahei";}
img{border:none;*border:0;width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline-block;}
*{outline: none;*border:0;*outline: 0;}
body{background: #e6e6e6;max-width: 640px;margin: 0 auto;}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.te {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tes{
	word-break:break-all;    
	text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-box-orient:vertical;
	 -webkit-line-clamp:2; 
	 overflow:hidden;

}
/*底部代码*/
.foot{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height:1rem;
	background: #0199e4;
	z-index: 99;
}
.foot ul{    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;}
.foot ul li{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-flex: 1;
}
.foot ul li a{
	display: block;
	height: 0.66rem;
}
.foot ul li a i.foot-iocn{
	height: 0.4rem;
	display: block;
    margin-top: 0.15rem;
}
.foot ul li a i.foot-iocn-home{
	background: url(../img/foot_1.png) no-repeat center center;
	background-size: auto 70%;
}
.foot ul li a i.foot-iocn-phone{
	background: url(../img/foot_2.png) no-repeat center center;
	background-size: auto 70%;
}
.foot ul li a i.foot-iocn-consult{
	background: url(../img/foot_3.png) no-repeat center center;
	background-size: auto 70%;
}
.foot ul li a i.foot-iocn-map{
	background: url(../img/foot_4.png) no-repeat center center;
	background-size: auto 70%;
}
.foot ul li p.foot-title{
	text-align: center;
	font-size: 0.26rem;
	line-height: 0.3rem;
	height: 0.3rem;
	color: #fff;
}

/*头部*/
.head{
	height: 0.8rem;
	width: 100%;
	background: #fff;
}
.head .logo{
	float: left;
	height: 0.6rem;
	padding-top: 0.15rem;
	padding-left: 0.52rem;
}
.head .logo a{
	display: block;
}
.head .logo a img{
	display: block;
	width: auto;
	height: 0.5rem;
}
.head .nav{
	float: right;
	position: relative;
	height: 0.8rem;
}
.head .nav .nav-btn{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/nav_btn.png) no-repeat center center;
	background-size: cover;
	margin-right: 0.22rem;
       background-size: .4rem;
}
.head .nav .nav-list{
	position: absolute;
	right: 0;
	top: 0.8rem;
	background:#076ce0;
	display: none;
	z-index: 99;
}
.head .active .nav-list{
	display: block;
}
.head .nav .nav-list ul li{
	width: 2rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.26rem;
	border-bottom: 1px solid #2b81e4;
}
.head .nav .nav-list ul li a{
	color: #fff;

}
.search{
	height: 2.2rem;
	background:#333;
}
.search .search-info{
	padding:0 0.2rem;
	overflow: hidden;
	padding-top: 0.36rem;
}
.search .search-info .txt{
	background: #fff;
	width: calc(100% - 1rem);
	height: 0.8rem;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 0.08rem;
	font-size: 0.24rem;
	color: #999;
}
.search .search-info .btn{
	width:0.92rem;
	height: 0.8rem;
	background: url(../img/search_iocn_1.png) no-repeat center center;
	background-color: #0199e4;
	background-size: auto 50%;
	float: left;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search .search-title{
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	padding-top: 0.24rem;
}

#PageList{
	overflow: hidden;
	text-align: center;
	padding-bottom: 0.2rem;
}
#PageList li{display: inline-block;margin: 0;font-size: 0;margin:0 .08rem;background: #eee;}
#PageList li a{
	display: block;
	font-size: 0.24rem;
	line-height: 0.36rem;
	padding: 0.05rem .14rem;
}
#PageList li.PreviousPage,#PageList li.NextPage,#PageList li.TotalPages{
	/*display: none;*/
}

.ewm{
	position: fixed;
	right: 0;
	top: 60%;
	width: 2.4rem;
	background: #fff;
	z-index: 9999999999;
	border:1px solid #d8d8d8;
	border-right: 0;
}
.ewm .ewm-img{
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	padding-top: .2rem;
}
.ewm .ewm-img img{
	width: 2rem;
	height: 2rem;
	display: block;
}
.ewm .ewm-title{
	font-size: .18rem;
	text-align: center;
	padding-bottom: .1rem;
}









































