*{padding:0;margin:0;list-style:none;text-decoration : none;color:#000;font-family: "微软雅黑";}
img{width:100%;}
body{box-sizing:border-box;}
.header{background:#f5f5f5;display:flex;justify-content:space-between;position:relative;height:60px;}
.header .logo{margin-left:20px;}
.header .column{display:flex;}
.header .column ul{position:absolute;width:100%;z-index:99;left:0;top:60px;background:#f5f5f5;display:none; opacity: 0.9;padding-bottom:1rem;}
.header .column ul li {padding: 0.7rem 0rem;margin:0rem 1.7rem;border-bottom:#e5e5e5 solid 1px;}
.scheme-menus1{display: flex;justify-content: space-between;}
.header .column ul li img{width:18px;height:10px;margin: 5px 0px 0px 1px;transform:rotate(90deg);}
.header .column .column-title{border-left:#e5e5e5 solid 1px; width: 26px;margin: 18px 0px;padding-left: 20px;}
.header .column .column-title img{width:26px;}

.header .search {display:flex;}
.header .search .column-search{width:23px;
    margin: 18px 20px 18px 0px;}
.header .search .column-search img{width:20px;}

.on{ border-color: #176aaa;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.scheme-on{display:flex;justify-content:center;flex-direction:column;}
.scheme-menus{
    display: flex;justify-content: space-between;
}
.scheme-menus img{width:18px;height:10px;margin: 5px 0px 0px 1px;transform:rotate(90deg);}
.header .header-menu{display:none;width: 80%;margin-left: 13%;}
.header .header-menu ul{position:static;margin:0;padding-top: 10px;display:flex;}
.header .header-menu ul li{margin:0;padding:0px;font-size:12px;width:33.3333%;border: none;}
.header .header-menu .header-menu-title a{font-weight:600;font-size:14px;}
.header .header-menu .header-menu-name{display:flex;flex-direction:column;margin-top:10px;} 
.header .header-menu .header-menu-name p{padding:5px 0px;}
.header .header-menu .header-menu-name p a{color:#595959;}

.service{padding-bottom: 80px;}
.service-phone{color:#0193d8;text-align:center;padding-top:50px;}
.service-time{color:#707070;text-align:center;margin-top:5px;}
.service-title{display:flex;justify-content:center;margin-top:20px;padding-bottom:30px;}
.service-title a{background:#0193d8;color:#fff;border-radius:50px;line-height:45px;margin-right:10px;width:31%;}
.service-title a p{color:#fff;text-align:center;}

.mip-foot-nav{position:fixed;width:100%;background:#ededed;z-index:999999;bottom:0px;display:flex;padding:10px 0px;}
.mip-foot-nav a {width:24%;display:flex;flex-direction:column;}
.mip-foot-nav a i{width:25px;margin: 0 auto;}
.mip-foot-nav a span{text-align:center;font-size:14px;color:#656c71;}

@media screen and (max-width: 400px){
	.header .column ul {
		font-size:14px;
    }
	.header .header-menu{font-size:12px;}
}