.others { margin: 100px 0 120px 0; }

.site-map { width: 1200px; margin: 0 auto; }

.site-map dl { margin-bottom: 60px; }

.site-map dl:after { content: ''; height: 0; display: block; clear: both; visibility: hidden; }

.site-map dt { float: left; width: 220px; height: 60px; text-align: center; font-size: 22px; background-color: #2c3581; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #fff; line-height: 60px; }

.site-map dd { float: left; display: inline-block; width: auto; height: 20px; line-height: 20px; margin-left: 50px; padding: 20px 0; vertical-align: middle; background-color: #f0f0f0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; font-size: 0; }

.site-map dd a { display: inline-block; width: 185px; text-align: center; border-right: 1px solid #999; font-size: 18px; line-height: 18px; height: 18px; }

.site-map dd a:last-child { border-right: 0 solid #999; }

.legal-container { width: 1200px; margin: 0 auto; }

.legal-container ul li { position: relative; width: auto; padding: 20px 45px 20px 25px; background-color: #f6f5fb; border-left: 5px solid #ff622b; margin-bottom: 25px; overflow: hidden; }

.legal-container ul li p { line-height: 1.5; font-size: 16px; color: #666; }

.legal-container ul li i { position: absolute; bottom: -15px; right: -8px; display: block; line-height: 1; font-size: 70px; color: #eae9ef; font-style: normal; font-weight: bold; }

.map-container { position: relative; width: 100%; height: 650px; background: url("../images/map.jpg") no-repeat center center; }

.map-container #map { height: 100%; }

.map-right-infor { position: absolute; top: 0; right: 0; width: 28%; height: 100%; background-color: #40498c; background-color: rgba(44, 53, 129, 0.9); color: #fff; vertical-align: middle; padding: 0 4% 0 4%; }

.map-right-infor ul { padding-top: 70px; }

.map-right-infor li { border-bottom: 1px solid #fff; margin-bottom: 20px; padding-bottom: 30px; }

.map-right-infor li h3 { font-size: 24px; font-weight: normal; line-height: 1; padding-bottom: 10px; }

.map-right-infor li p { font-size: 18px; line-height: 1; }

/*crumbs*/
.crumbs { width: 100%; }

.crumbs ul { width: 100%; text-align: center; font-size: 0; }

.crumbs ul li { width: 20%; float: none; }

.crumbs ul li.on a, .crumbs ul li:hover a { color: #ff622b; }

@media screen and (max-width: 1200px) { .others { margin: 50px 0 80px 0; }
  .site-map { width: 100%; }
  .site-map dl { margin-bottom: 30px; }
  .site-map dt { float: none; margin-bottom: 30px; }
  .site-map dd { float: none; margin-left: 0; height: auto; }
  .site-map dd a { float: left; }
  .legal-container { width: 100%; }
  .site-map dl:last-child dt{display: none;}
}

@media screen and (max-width: 1024px) { .others { margin: 30px 0 50px 0; }
  .site-map dl { margin-bottom: 20px; }
  .site-map dt { margin-bottom: 20px; width: 160px; height: 40px; line-height: 40px; font-size: 18px; }
  .site-map dd { padding: 10px 0; }
  .site-map dd a { width: 150px; font-size: 16px; }
  .map-container { height: 450px; -moz-background-size: 100% 100%; background-size: 100% 100%; }
  .map-right-infor ul { padding-top: 30px; }
  .map-right-infor li { padding-bottom: 15px; }
  .map-right-infor li h3 { font-size: 20px; padding-bottom: 10px; }
  .map-right-infor li p { font-size: 16px; line-height: 1; } }

@media screen and (max-width: 768px) { .site-map dt { margin-bottom: 20px; width: 130px; height: 40px; line-height: 40px; font-size: 16px; }
  .site-map dd { padding: 0 0 10px 0; }
  .site-map dd a { width: 150px; font-size: 16px; margin-top: 10px; }
  .legal-container ul li { margin-bottom: 20px; }
  .legal-container ul li p { font-size: 14px; }
  .legal-container ul li i { font-size: 50px; bottom: -10px; right: 0; }
  .map-container { padding-top: 0; height: auto; background-position: center top; -moz-background-size: auto 300px; background-size: auto 300px; }
  .map-container #map { height: 300px; }
  .map-right-infor { position: static; margin-top: 10px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }

/* 190508 */
.site-map dt{
  font-size: 16px;
}
.site-map dd{
  padding: 20px 15px 17px;
}
.site-map dd a{
  width: 170px;
  font-size: 16px;
  padding: 0 5px 0 4px;
  height: 18px;
}
.site-map dl.hadAppend dd a:last-child{
  display: none;
}
@media screen and (max-width: 1024px){
  .site-map dd{
    padding-top: 10px;
  }
  .site-map dd a{
    width: auto;
    margin-top: 10px;
    padding: 0 41px 0 40px;
  }
  .site-map dl.hadAppend dd a:last-child{
    display: inline-block;
  }
}
@media screen and (max-width: 998px){
  .site-map dd a{
    padding: 0 21px 0 20px;
  }
}
@media screen and (max-width: 768px){
  .site-map dt{
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
  }

}
@media screen and (max-width: 480px){
  .site-map dd a{
    padding: 0 11px 0 10px;
  }
}