.jgjj-ul-bg {
  width: 1140px;
  overflow: hidden;
}
.control-box {
  width: 100%;
}
.bigbox {
  overflow: hidden;
  width: 100%;
}
#switcher {
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  float: left;
  position: relative;
}
.box img {
  width: 94%;
}
.box .shaow {
  display: none;
  position: absolute;
  top: 0;
  width: 94%;
  height: 100%;
  z-index: 1;
}
.box:hover {
  cursor: pointer;
}
.box:hover .shaow {
  display: block;
}
.prev {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
.prev:before {
  content: "<";
  font-weight: bold;
}
.next {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
.next:before {
  content: ">";
  font-weight: bold;
}
.slick-arrow {
  background-color: #fff;
  font-family: monospace;
  font-weight: 100;
  font-size: 20px;
  color: #333;
  outline: none;
  z-index: 111;
  opacity: 0.95;
  text-align: center;
}
.next:hover,
.prev:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #005ABF;
  border: 1px solid #005ABF;
}
.line-left,
.line-right {
  float: left;
  margin-left: 20px;
  margin-top: 44px;
  width: calc(50% - 80px);
  height: 1px;
  background-color: #EEEEEE;
}
.ssjs-content {
  margin-top: 30px;
}
.ssjs-content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 36px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.modal-dialog {
  width: 920px;
  height: 350px;
}
.modal-body {
  padding: 18px 16px 0 16px;
}
.modal-body .summary {
  margin-left: 256px;
  line-height: 2;
}
.modal-body .summary p {
  margin-bottom: 1em;
}
.modal-footer {
  font-size: 18px;
  padding: 10px 0;
}
@media screen and (max-width: 1600px) {
  .jgjj-ul-bg {
    width: 820px;
  }
  .ssjs-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .jgjj-ul-bg {
    display: none;
  }
}
