* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#bigbox {
    width: 1280px;
    margin: 0 auto;
}

#title {
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url(../image/headbg.jpg);
}

#logo {
    color: #fff;
    margin-left: 140px;
    font-size: 24px;
    padding-top: 50px;
}

#logo p {
    margin-bottom: 10px;
    color: #bbb;
}

#logo span {
    color: #868797;
    font-size: 14px;
    margin-left: 10px;
}

#title ul {
    position: absolute;
    width: 630px;
    right: 140px;
    top: 0px;
    display: flex;
    font-size: 13px;
}

#title ul li {
    display: flex;
    color: #fff;
    line-height: 150px;
    width: 90px;
    background: url('../image/lanmu_nav_menu_bg.gif') no-repeat left bottom;
}

#title ul li p {
    width: 100%;
    /*把文本排列到中间*/
    text-align: center;
    color: #bbb;
}

/*#bannner {*/
/*    width: 1000px;*/
/*    font-size: 0px;*/
/*    margin: 0 auto;*/
/*}*/

#bannner{
  width: 1000px;
  height: 500px;
  align-items: center;
  margin: 5% auto;
  margin-top: 0%;
}

.bannner_re{
  position: relative;
  height: 400px;
}

.bannner_re ul{
  list-style-type:none ;
}

.bannner_re ul>li{
  width: 1000px;
  height: 300px;
  position: absolute;
  transition: 1s;
  opacity: 0;
}

.bannner_re ul>li img{
  width: 1000px;
  height: 500px;
  border-radius: 10%;
  border: 15px solid #fffbd6;
}

#bannner ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,75px);
  grid-template-rows: auto;
  grid-gap: 1em;gap: 1em;
  float: right;
  margin-top: 450px;
  list-style: none;
  top:0;left:0;
}

#bannner ol li {
  width: 25px;
  height: 10px;
  font-size: 15px;
  line-height: 20px;
  float: left;
  text-align: center;
  border-radius: 2em;
  border: 5px solid #999999;
}

#bannner img {
    width: 1000px;
}

#main {
    position: relative;
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

#main_left {
    width: 230px;
}

.clear {
    width: 100%;
    background-color: #E3E3E3;
    height: 18px;
}

.left_title {
    background: url('../image/nav_title.png') no-repeat left;
}

.left_title p {
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
}

.left_title_msg {
    background: url('../image/listx2.png') no-repeat left;
}

.left_title_msg p {
    line-height: 30px;
    font-size: 12px;
    color: #323231;
    padding-left: 55px;
}

.come {
    width: 100%;
    background-color: #ECECEC;
    padding-top: 18px;
    padding-bottom: 18px;
}

.come p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 24px;
}

#main_right {
    width: 770px;
}

#main_right_title {
    background: url('../image/boxtitle.png') no-repeat left;
    height: 40px;
}

#main_right_title p {
    font-size: 12px;
    line-height: 38px;
    margin-left: 40px;
    font-weight: 550;
}

#neirong {
    width: 734px;
    height: 563px;
    background-color: #fff;
    color: #545454;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
}

#neirong span {
    font-weight: 550;
}

#neirong h4 {
    color: #545454;
}

.suojin {
    text-indent: 14px;
}

#neirong img {
    float: right;
    right: 0px;
    margin-top: -10px;
}

#footer {
    width: 1000px;
    background-image: url(../image/headbg.jpg);
    color: #bbb;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer span {
    margin-left: 10px;
    margin-right: 10px;
    color: #bbb;
}

#bottom {
    width: 1000px;
    margin: 0 auto;
}

#bottom {
    text-align: center;
    background-color: #fff;
    line-height: 40px;
    font-size: 13px;
}

#bottom span {
    font-weight: 550;
}



