.quick_nav{
    margin-top: 90px;
}
.quick_nav h5{
    font-size: 20px;
    margin-bottom: 25px;
}
.quick_nav ul{
    width: 550px;
}
.quick_nav ul li{
    float: left;
    margin-bottom: 20px;
}
.quick_nav ul li a{
    display: block;
}
.quick_nav ul li:nth-child(even){
    margin-left: 30px;
}
.tel_div h5{
    font-size: 20px;
    margin-bottom: 25px;
}
.tel_div table tr td{
    border: 1px solid #e0e0e0;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    padding-left: 15px;
    background: #fff;
}
.tel_div table tr td:nth-child(1){
    width: 405px;
}
.tel_div table tr td:nth-child(2){
    width: 265px;
}
.calendar{
    padding-bottom: 68px;
}
.calendar h5{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 40px;
}
.calendar_ul li{
    width: 698px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px dashed #c2c2c2;
}
.calendar_ul li:nth-child(1){
    border-top: 1px dashed #c2c2c2;
}

.calendar_ul li i{
    float: right;
}
.calendar_ul li:hover{
    color: #0c7ed9;
}
.mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.pic_div{
    display: none;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 730px;
    padding-top: 55px;
    padding-bottom: 20px;
    height: 475px;
    background: #fff;
    border-radius: 15px;
    
    border: 10px solid #eeeeee;

}
.scroll{
    overflow-y:scroll;
    width: 620px;
    height: 420px;
    margin: 0 auto;
 
}
.scroll::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 5px rgba(152,152,152);
  border-radius: 5px;
  background-color: rgba(255,255,255,0.8);
}
.scroll::-webkit-scrollbar
{
  width: 5px;
  background-color: rgba(0,0,0,0);
}
.scroll::-webkit-scrollbar-thumb
{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(152,152,152);
  background-color: #555;
}
#close{
    position: absolute;
    right: 0;
    top: -62px;
    z-index: 101;
    width: 41px;
    height: 40px;
    background: url('../images/close.png')no-repeat;
    cursor: pointer;
}
.pic_div p{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.pic_div img{
    width: 550px;
    display: block;
    margin: 20px  auto 0;

}