.slideshow {
    height: 400px;
    object-fit: cover;
}




/* 分享按钮默认隐藏 样式*/
.share {
	bottom: 5%;
	display: none;
	z-index: 9;
	position: fixed!important;
	width: 100%;
}



/* footer底部拨号处样式 */
.footercc {
	width:100%;
	position: fixed!important;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.footcc {
	width:100%;
	position: fixed;
	height:0.8rem;
	bottom:0;
	left:0;
	z-index:10;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	background: #045980
}
.foot-relative {
	position:relative;
	width:100%;
	height: 0.8rem;
}
.footcc a {
	display:block;
	float:left;
	width:25%;
	color: #fff;
}
.footcc a span {
	display:block;
	width:100%;
	text-align:center;
	font-size: 0.4rem;
	line-height: 0.5rem;
}
.footcc a h3 {
	width:100%;
	text-align:center;
	font: 0.18rem/0.2rem "microsoft yahei";
}



/* foot search btn end 拨号键等图标，调用了字体*/

@font-face {
	font-family:"commonfont";
	src:url('../font/common.woff') format('woff'), url('../font/common.ttf') format('truetype');
}
.commonfont {
	font-family:"commonfont" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}