/* tt */
.home-photonews-head{
    background-image: url(/content/images/tt1_bg.jpg);
    background-repeat:repeat-x; 
}
.home-map-head{
    background-image: url(/content/images/tt1_bg.jpg);
    background-repeat:repeat-x; 
}
.home-news1-head{
    background-image: url(/content/images/tt2_bg.jpg);
    background-repeat:repeat-x; 
}
.home-news2-head{
    background-image: url(/content/images/tt2_bg.jpg);
    background-repeat:repeat-x;
}
.home-honor-head{
    background-image: url(/content/images/tt3_bg.jpg);
    background-repeat:repeat-x;
}
.home-video-head{
    background-image: url(/content/images/tt3_bg.jpg);
    background-repeat:repeat-x;
}

/* case */
.case_pics{
    list-style:none;display:flex;
}
.case_pics li{
    width:294px;margin-right:20px;cursor:pointer;
}
.case_pics li>.title{
    height:30px;line-height:30px;text-align:center;overflow:hidden;padding:0px 10px;font-size:14px;
    color:#333;
}

/* home-map-body */
.home-map-body{ 
    list-style:none;width:100%;
    display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:10px;
}
.home-map-body>li{
    border:1px solid #999;
    display:flex;justify-content:center;align-items:center;height:130px;
}
.home-map-body>li>div{
    text-align:center;padding:20px 0px;
}
.home-map-body img{
    height:45px;margin-bottom:10px;
}