body {
  background: #f9fafd;
}
body .fl {
  float: left;
}
body .fr {
  float: right;
}
body .fleft {
  float: left;
  width: 840px;
}
body .fright {
  float: right;
  width: 350px;
}
body .main {
  width: 1200px;
  padding-top: 20px;
}
body .main .banner {
  height: 400px;
  margin-bottom: 20px;
}
body .main .banner .bannerleft {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body .main .banner .bannerleft .bannerinner {
  width: 3480px;
  height: 100%;
}
body .main .banner .bannerleft .bannerinner li {
  width: 870px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
body .main .banner .bannerleft .bannerinner li a {
  display: block;
  width: 100%;
  height: 100%;
}
body .main .banner .bannerleft .bannerinner li:nth-of-type(1) {
  background-color: #FF8C8C;
}
body .main .banner .bannerleft .bannerinner li:nth-of-type(2) {
  background-color: #FFE88C;
}
body .main .banner .bannerleft .bannerinner li:nth-of-type(3) {
  background-color: #D8F486;
}
body .main .banner .bannerleft .bannerinner li:nth-of-type(4) {
  background-color: #FF8C8C;
}
body .main .banner .bannerleft .tbs {
  width: 150px;
  height: 20px;
  padding-top: 15px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
body .main .banner .bannerleft .tbs li {
  width: 40px;
  height: 2px;
  background: #fff;
  margin-right: 10px;
}
body .main .banner .bannerleft .tbs li:hover,
body .main .banner .bannerleft .tbs li.on {
  background: #144B8B;
}
body .main .banner .bannerright {
  height: 190px;
  position: relative;
}
body .main .banner .title {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
body .main .zones {
  height: 100px;
  margin-bottom: 20px;
}
body .main .zones li {
  width: 310px;
  height: 100%;
  line-height: 100px;
  text-align: center;
  margin-left: 13px;
  color: #fff;
}
body .main .zones .li1 {
  margin-left: 0px;
  background: url("../img/bzzx.png") no-repeat center;
  background-size: cover;
}
body .main .zones .li2 {
  background: url("../img/rdzt.png") no-repeat center;
  background-size: cover;
}
body .main .zones .li3 {
  background: url("../img/zsgh.png") no-repeat center;
  background-size: cover;
}
body .main .zones .li4 {
  background: url("../img/xmsj.png") no-repeat center;
  background-size: cover;
}
body .main .taginfo {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ccc;
}
body .main .taginfo ul li {
  color: #144B8B;
  width: 300px;
  height: 55px;
  line-height: 50px;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 15px;
}
@media screen and (max-width: 1240px) {
  body .main {
    width: 1000px;
  }
  body .main .zones li {
    width: 240px;
  }
  body .fleft {
    width: 660px;
  }
  body .fright {
    width: 320px;
  }
}
