@charset "utf-8";
/* CSS Document */
body {
    width: 1260px;
    margin: 0 auto;
    padding: 0;
    font-family: "microsoft yahei";
    text-align: justify;
}

.nav {
	width: 100%;
	height: 100px;
    margin: 0 auto;
}
.nav li {
	list-style: none;
	float: left;
	width: 130px;
	height: 100%;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
    z-index: 99;
}
.nav .logo {
    width: 363px;
    height: 100%;
}
.nav li img {
    margin: 0 auto;
}
.nav li:hover::before {
    display: none;
    background-color: #1040a8;
	color: #ffffff;
}

.nav .xuanzhong {
	background-color: #B5B5B5;
	color: #ffffff;
}
.banner {
	width: 1250px;
	height: 310px;
	margin: 0 auto;
}
.banner .img {
	margin: 0 auto;
}
.mtc {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
}
.b1 {
    width: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}
.MEDECINS {
    width: 1250px;
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 12px;
}
.T1 {
    width: 320px;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    float: right;
    text-align: left;
}

.doctor {
    width: 620px;
    height: 100%;
    float: left;
    position: relative;
    font-size: 14px;   
}
.doctor.img {
    width: 240px;
    height: 200px;
    float: left;
    position: relative;
}
.cabinet {
    width: 1250px;
    height: 100%;
    margin: 0 auto;   
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.Bulle {
    width: 1250px;
    height: 100%;
    float: left;
}
.map{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.map1{
    width: 620px;
    height: 450px;
    position: relative;
    margin: 0 auto;
    float: left;
}
.adresse{
    width: 622px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;    
}


.footer{
    width: 1260px;
    height: 110px;
    background: #F2FBFA;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
