.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-img{
	
    object-fit: cover;
    width: 100%;
    height: 400px;
    display: block;
}
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:23%; bottom:25px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px;border-radius: 100%;border: 1px solid #fff;  cursor:pointer; }
.slideBox .hd ul li.on{ background:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.main{
    width: 100%;
    height: auto;
}
.mendian-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}
.mendian-ditu{
    width: 1070px;
    height: 800px;
    margin: 20px auto 0;
    position: relative;
}
.mendian-ditu img{
    width: 100%;
    height: 100%;
    display: block;
}
.ditu-marker{
    width: 890px;
    min-height: 170px;
    position: absolute;
    bottom: 0px;
    left: 90px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px 2px #ededed;
    box-sizing: border-box;
    padding: 30px 0 0;
    background: #fff;
}
.marker-name{
    margin-left: 60px;
    font-size: 16px;
}
.marker-inf{
    margin-left: 60px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
}
.marker-list span{
    padding-right: 110px;
}
.main-list{
    width: 100%;
    height: auto;
    margin-top:70px;
}
.main-title{
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}
.main-list-center{
    width: 1200px;
    margin: 0 auto;
    line-height: 38px;
    font-size: 18px;
}
.main-list-center span{
    font-size: 14px;
    font-style: italic;
    padding-left: 5px;
}
.mendian-content{
    margin: 20px auto 0;
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.mendian-choose-box{
    margin-top: 10px;
}
.mendian-choose-list{
    width: 100%;
    height: auto;
}
.menidan-choose-title{
    width: 60px;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.mendian-choose-dis{
    width: 1140px;
    float: right;
    height: auto;
}
.mendian-choose-area{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 28px;
    float: left;
    cursor: pointer;
}
.mendian-choose-area.active{
    color: #fdd100;
}
.mendian-main{
    margin: 50px auto;
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.mendian-main-list{
    width: 575px;
    height: 200px;
    float: left;
    margin-right: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.mendian-main-list:nth-child(2n){
    margin-right: 0;
}
.mendian-main-img{
    width: 305px;
    height: 200px;
    overflow: hidden;
    float: left;
}
.mendian-main-img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    transform: scale(1);
}
.mendian-main-list:hover .mendian-main-img img{
    transform: scale(1.1);
}
.mendian-main-inf{
    width: 240px;
    float: right;
    height: auto;
}
.mendian-main-name{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.mendian-main-dizhi{
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 50px;
}
.mendian-main-lianxi{
    font-size: 14px;
    margin-top: 10px;
}
.mendian-main-phone{
    height: 34px;
    background: url("../images/mendian/dianhua.png") 0 0 no-repeat;
    line-height: 34px;
    font-size: 14px;
    margin-top: 20px;
    padding-left: 40px;
}