@charset "UTF-8";
.content {
  width: 1200px;
  margin: 0 auto;
}
html,
body {
  height: 100%;
  position: relative;
  font-family: "微软雅黑";
}
.body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.zszy-title {
  padding-top: 10%;
}
.zszy-title img {
  width: 290px;
  height: 93px;
}
.zszy-imgbox {
  padding: 30px;
}
.zszy-img {
  position: relative;
  padding: 13px;
  box-sizing: border-box;
  width: 550px;
  height: 388px;
  margin: 0 10px;
  background-image: url(../images/zszy/zszy-jn.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.img-box {
  position: relative;
  height: 100%;
}
.img-text {
  width: 420px;
  height: 75px;
  line-height: 75px;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -210px;
  text-align: center;
  color: #fff;
  background-color: #deb55c;
  -webkit-border-radius: 60px 0 60px 0;
  -moz-border-radius: 60px 0 60px 0;
  -ms-border-radius: 60px 0 60px 0;
  -o-border-radius: 60px 0 60px 0;
  border-radius: 60px 0 60px 0;
  letter-spacing: 2px;
  font-size: 37px;
}
.zszy-footer {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #33518e;
}
.zszy-footer .fo-span {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.zszy-footer .fo-span:last-child {
  border-right: none;
}
.bd_no {
  border: none;
}
.zszy-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background-color: #33518e;
  color: #fff;
  font-size: 18px;
}
.h-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  float: left;
  z-index: 5;
  cursor: pointer;
}
.h-text {
  z-index: 4;
  text-align: right;
  height: 100%;
}
.h-text a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 30px;
}
.h-text a.on {
  background-color: #496eb8;
}
.map {
  position: absolute;
  top: 60px;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 10;
}
.search-box {
  position: absolute;
  width: 378px;
  top: 90px;
  left: 50%;
  margin-left: -600px;
  padding: 12px;
  background-color: #fff;
  z-index: 20;
  vertical-align: middle;
  font-size: 16px;
  box-shadow: #33518e8c 3px 3px 5px;
}
.search-box .search-left {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
}
.search-box .img-icon {
  vertical-align: sub;
  padding-right: 10px;
}
.search-box .search-input {
  margin-left: 60px;
  padding-left: 5px;
  width: 240px;
  height: 38px;
  line-height: 38px;
  border: none;
  background-color: #f6f6f6;
  outline: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.search-box .search-btn {
  border: none;
  outline: none;
  height: 38px;
  width: 66px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  vertical-align: middle;
  background-color: #539edb;
  cursor: pointer;
}
.search-right {
  float: right;
}
.option {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 0px 10px #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}
.option option {
  font-size: 16px;
  padding: 10px 5px;
}
.option .op-img {
  vertical-align: middle;
  padding: 0 10px;
}
.option .op-img.degs {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.change-box {
  display: inline-block;
}
.change-boxli {
  position: absolute;
  right: 10px;
  top: 50px;
  padding: 16px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 16px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.change-boxli .p-title {
  margin-bottom: 5px;
}
.change-boxli:first-of-type .item {
  width: 150px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.change-boxli:first-of-type .item.bgc05 {
  background-color: #539edb;
  color: #fff;
}
.disb {
  display: block;
}
.item {
  margin: 1%;
  box-sizing: border-box;
}
.item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
}
.item input[type="checkbox"]:checked {
  background: url(../images/zszy/choice.png) no-repeat center;
  background-size: 100% 100%;
}
.btn-box {
  padding-top: 40px;
  text-align: center;
}
.btn-box .btn {
  padding: 8px 30px;
  background-color: #539edb;
  color: #fff;
  margin-left: 10px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}
.btn-box .btn.clear_all {
  background-color: #e0e4e9;
  color: #999;
}
.sea-box {
  display: none;
  z-index: 10;
  position: absolute;
  width: 402px;
  padding-bottom: 12px;
  top: 174px;
  left: 50%;
  margin-left: -600px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #33518e;
  border-top: none;
}
.sea-title {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-color: #33518e;
  position: relative;
  border-radius: 5px;
}
.sea-title::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 22px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
}
.sea-title .sea-close {
  position: absolute;
  top: 22px;
  margin-top: -7px;
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url(../images/zszy/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
.sea-item-box {
  overflow-y: auto;
  padding: 12px;
  max-height: 600px;
}
.sea-item-box .sea-item {
  background-color: #fbf5ef;
  padding: 12px;
  margin-bottom: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sea-item-box .sea-item::before {
  content: "";
  background-image: url(../images/gaotie.png);
  background-repeat: no-repeat;
  background-position: 55px 70px;
  background-size: 100% 100%;
  position: absolute;
  opacity: 0.3;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 200px;
}
.sea-item-box .sea-item .item-title {
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #666666;
  color: #333;
}
.sea-item-box .sea-item .item-title .see-detail {
  float: right;
  text-align: right;
  color: #539edb;
}
.sea-item-box .sea-item .item-text {
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
  color: #686868;
}
/*修改滚动条样式*/
div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  /**/
}
div::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
div::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  border-radius: 10px;
}
div::-webkit-scrollbar-thumb:hover {
  background: #dfdfdf;
}
div::-webkit-scrollbar-corner {
  background: #dfdfdf;
}
@media screen and (max-width: 1367px) {
  .zszy-title {
    padding-top: 4%;
  }
}
