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.en .zones li {
  width: 290px;
}
body .main.en .zones .li1 {
  margin-left: 0px;
  background: url("../img/en/artzone1.png") no-repeat center;
  background-size: cover;
}
body .main.en .zones .li2 {
  background: url("../img/en/artzone2.png") no-repeat center;
  background-size: cover;
}
body .main.en .zones .li3 {
  background: url("../img/en/artzone3.png") no-repeat center;
  background-size: cover;
}
body .main.en .zones .li4 {
  background: url("../img/en/artzone4.png") no-repeat center;
  background-size: cover;
}
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 .bannerright {
  height: 190px;
  position: relative;
  overflow: hidden;
}
body .main .banner .bannerright .title {
  width: 100%;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2a000000, 0, endColorstr=#2a000000, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 30px;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 30px;
  white-space: nowrap;
}
body .main .banner .bannerright .title1 {
  width: 100%;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2a000000, 0, endColorstr=#2a000000, 0);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 30px;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
  white-space: nowrap;
}
body .main .banner .bannerright li {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
}
body .main .banner .bannerright a {
  display: block;
  width: 100%;
  height: 100%;
}
body .main .zones {
  height: 100px;
  margin-bottom: 20px;
}
body .main .zones li {
  width: 290px;
  height: 100%;
  line-height: 100px;
  text-align: center;
  margin-left: 13px;
  color: #fff;
  cursor: pointer;
}
body .main .zones li:hover {
  box-shadow: 0px 0px 15px #777;
}
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 .tabs {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ccc;
}
body .main .tabs ul li {
  width: 100px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
body .main .tabs ul li:hover,
body .main .tabs ul li.on {
  border-bottom: 3px solid #2d6ec0;
}
body .main .tabs .search {
  padding-top: 10px;
  padding-right: 10px;
}
body .main .tabs .search .tab_search {
  border-bottom: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  height: 25px;
  border-top: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
}
body .main .tabs .search .searchipt {
  width: 350px;
  padding-left: 10px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-right-width: 0px;
  float: left;
  vertical-align: middle;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  outline: 0px solid;
}
body .main .tabs .search .searchaction {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
body .main .marginbottom10 {
  margin-bottom: 19px;
}
body .main .mainbar .pg {
  margin: 10px 5px 10px 5px;
}
@media screen and (max-width: 1240px) {
  body .main {
    width: 1000px;
  }
  body .main .zones li {
    width: 240px;
  }
  body .fleft {
    width: 660px;
  }
  body .fright {
    width: 320px;
  }
}
