@charset "utf-8";
/* CSS Document */
*{font-family:"微软雅黑";}
html,body{margin:0;padding:0;font-size: 10px;}
#logo{width:100%;padding: 15px 4%;overflow: hidden; position:fixed;top:0px;left:0px;z-index:100;background-color: white;box-shadow: 1px 0px 3px #808080;}
#logo_img{width:44%;float:left;}
#phone{width:34%;float:left;margin-left: 11%;}
/*轮播图css样式*/
		
		.swiper-container {
		  width: 100%;
		  height: 100%;

		}
		.swiper-slide {
		  text-align: center;
		  font-size: 18px;
		  background: #fff;

		  /* Center slide text vertically */
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: -webkit-flex;
		  display: flex;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  -webkit-justify-content: center;
		  justify-content: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  -webkit-align-items: center;
		  align-items: center;
		}
			.swiper-slide img{width:100%;}
			.swiper-slide a{display: block; width:100%;}
#dibu{margin-bottom: 16rem; text-align: center;font-size: 3.2rem;color:#4c4c4c;line-height: 5rem;}
#dibu a,#dibu p{text-decoration: none;color:inherit;margin:0;padding:0;}
#daohang{width: 100%;height:130px;position:fixed;bottom:0px;left:0px;background-image:url("../img/dh_bg.png");text-align:center;z-index: 99;}
#daohang div{overflow: hidden;width:25%;float:left;padding-top: 1.5rem;}
