.main{
  box-sizing: border-box;
  width: 1190px;
  margin: 160px auto 100px auto;
  /* padding: 30px 0; */
}
.main >.title{
  color: #333;
  font-weight: 500;
  font-size: 30px;
  margin: 30px 0;
}
.main .content .mapBox{
  width: 600px;
  height: 300px;
  /* height: 100%; */
  background-color: #ccc;
  float: left;
}
.main .content .rightBox{
  width: calc(100% - 600px);
  height: 300px;
  /* height: 100%; */
  background-color: rgb(248, 248, 248);
  float: left;
  padding: 20px 40px;
  overflow: hidden;
}
.main .content .boxLine{
  width: 300px;
}
.main .content .boxLine > .title{
  color: #666;
}
.main .content .boxLine > .text{
  margin:5px 0 15px 0;
}
.main .content .boxLine > div{
  display: inline-block;
  width: 100%;
  word-break: break-all;
}

.index_banner{position:relative;margin-bottom:0px;height:300px;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:300px;}
.index_banner li.first{background:url(../images/index_banner1.jpg) center top no-repeat;}
.index_banner li.second{background:url(../images/index_banner2.jpg) center top no-repeat;}
.index_banner li.third{background:url(../images/index_banner3.jpg) center top no-repeat;}
.index_banner li.fourth{background:url(../images/index_banner4.jpg) center top no-repeat;}
.index_banner li.fifth{background:url(../images/index_banner5.jpg) center top no-repeat;}
.index_banner li.sixth{background:url(../images/index_banner6.jpg) center top no-repeat;}
.index_banner li.seventh{background:url(../images/index_banner7.jpg) center top no-repeat;}
.index_banner li a{display:block;margin:0 auto;width:980px;height:300px;}
.index_banner cite{position:absolute;bottom:10px;left:50%;z-index:999;display:block;margin-left:-144px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#1d8bd8;cursor:default;}