
footer{text-align:center;}
footer p,footer p a{font-size:11.5px; color:#666;}
footer p{line-height:0.48rem;}
footer p.p1{margin-top:0.2rem;}
footer p.p2{color:#999;}

.tishi{
	text-align:center;
	padding-bottom: 10px;
}
.tishi p{
	line-height:0.48rem;
	font-size:13.5px;
	color:#666;
}

/*右侧返回顶部*/
.go-top {
    background: url(../images/top.png) no-repeat 50%;
    width: 0.84rem;
    height: 0.84rem;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: fixed;
    right: 0.2rem;
    bottom: 1.3rem;
    z-index: 50;
}


/*二级页底部浮窗*/
.fd-nav-holder {
    height: 1.2rem;
}
.fd-nav{
	width:100%; 
	height:0.98rem;
	position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 200;
	display:flex;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}
.fd-nav a{
	display:block;
}
.fd-consult{
	font-size:0;
	width:1.2rem;
	height:0.98rem;
	background:url(../images/zx.png) no-repeat center center;
	background-size:0.64rem 0.67rem;
	border-right:1px solid #D4DCE1;
}
.fd-apply,.fd-ticket{
	flex:2;
	font-size:0.36rem;
	text-align:center;
	line-height:0.98rem;
}
.fd-apply{
	background:#fff;
	color:#333;
}

.fd-apply-w{
	background:#E55800;
	color:#fff;
}

.fd-ticket{
	background:#E55800;
	color:#fff;
}

/*首页底部浮窗*/
.fd-nav-index {
    width: 100%;
    height: 0.98rem;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 200;
	border-top:1px solid #D4DCE1;
}

.fd-nav-index ul li{
	width:20%;
	height:0.98rem;
	float:left;
}
.fd-nav-index ul li a{
	display:block;
	width:100%;
	height:100%;
}
.fd-nav-index ul li p{
	font-size:10px;
	color:#888;
	text-align:center;
	padding-top: 0.65rem;
}
.fd-nav-index ul li.icon-1 a{
	background:url(../images/h-icon.png) no-repeat center 24%;
	background-size:0.45rem;
}

.fd-nav-index ul li.icon-1 a.on{
	background:url(../images/h-icon-hover.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-1 a.on p{
	color:#E55800;
}

.fd-nav-index ul li.icon-2 a{
	background:url(../images/x-icon.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-2 a.on{
	background:url(../images/x-icon-hover.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-2 a.on p{
	color:#E55800;
}

.fd-nav-index ul li.icon-3 a{
	background:url(../images/z-icon.png) no-repeat center 24%;
	background-size:0.45rem;
}

.fd-nav-index ul li.icon-3 a.on{
	background:url(../images/z-icon-hover.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-3 a.on p{
	color:#E55800;
}


.fd-nav-index ul li.icon-4 a{
	background:url(../images/n-icon.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-4 a.on{
	background:url(../images/n-icon-hover.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-4 a.on p{
	color:#E55800;
}

.fd-nav-index ul li.icon-5 a{
	background:url(../images/w-icon.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-5 a.on{
	background:url(../images/w-icon-hover.png) no-repeat center 24%;
	background-size:0.45rem;
}
.fd-nav-index ul li.icon-5 a.on p{
	color:#E55800;
}



/*联系我们*/
.contact-us{
	margin-top:0.2rem;
	overflow:hidden;
	background:#fff;
	border-bottom: 1px solid #D4DCE1;
	padding-bottom:0.3rem;
}
.contact-us h2{
	padding: 0.33rem 0.3rem;
    font-size: 18px;
    color: #333;
	padding-bottom:0;
}
.cont-us-box{
	position:relative;
	height:1.6rem;
	margin-top: 5%;
}
.us-left{
	position:absolute;
	left:10%;
	top:0px;
	width:2.2rem;
	height:1.6rem;
	z-index:1;
}

.us-left img{
	width:100%;
}

.us-right{
	position:absolute;
	left:21%;
	top:15%;
	width:75%;
	height:1.1rem;
	background:linear-gradient(90deg,rgba(255,255,255,1),rgba(207,245,222,0.58));
	border-radius:1rem;
}

.us-right h3{
	font-size:0.28rem;
	color:#333;
}

.us-right h3{
	font-size:0.28rem;
	color:#333;
	padding-left: 33%;
	margin: 3% 0;
}
.us-right p{
	color:#04935F;
	font-size:0.36rem;
	padding-left: 33%
}

.us-right p a{
	color:#04935F;
	font-size:0.36rem;
}






/*找项目列表浮窗*/
.nav-holder-i{
	height:1.2rem;
}
.nav-holder-o{
	height:1.2rem;
	width:100%;
	background:#fff;
	position:fixed;
	left:0;
	bottom:0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
	z-index:1004;
}

.nav-holder-o ul li{
	float:left;
	text-align:center;
	margin-left: 1.5%;
}

.nav-holder-o ul li a{
	display:block;
	height:1.2rem;
}
.nav-holder-o ul li p{
	font-size: 12px;
    color: #6D7188;
    padding-top: 0.75rem;
}
.li-s1{
	width:18%;
	background:url(../images/m-29-icon.png) no-repeat center 30%;
	background-size:0.4rem;
}

.li-s2{
	width:18%;
	background:url(../images/m-30-icon.png) no-repeat center 30%;
	background-size:0.4rem;
}
.li-s2.on{
	background:url(../images/m-31-icon.png) no-repeat center 30%;
	background-size:0.4rem;
}
.li-s3{
	width:28%;
	margin-top: 0.1rem;
}
.li-s4{
	width:28%;
	margin-top: 0.1rem;
}
.nav-holder-o ul li.li-s3 a{
	height:0.98rem;
	background:#20CE8F;
	font-size:0.36rem;
	color:#fff;
	text-align:center;
	line-height:0.99rem;
	border-radius:0.04rem;
}

.nav-holder-o ul li.li-s4 a{
	height:0.98rem;
	background:#E55800;
	font-size:0.36rem;
	color:#fff;
	text-align:center;
	line-height:0.99rem;
	border-radius:0.04rem;
}

