body {
  display: flex;
  flex-direction: column;
}
.header {
  background: rgba(14, 56, 86, 0.9);
  z-index: 100;
}

.infobox {
  width: 1200px;
  min-width: 1200px;
  margin: 23px auto 26px;
  display: flex;
  justify-content: space-between;
}
.info-left {
  width: 240px;
}
.info-left .top {
  background: linear-gradient(0deg, #135eac, #106ac7);
  border-radius: 4px 4px 0px 0px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.info-left .bot {
  box-sizing: border-box;
  padding: 18px 20px 30px;
  background: #f6f9fc;
}
.info-left .bot a {
  display: block;
  line-height: 46px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 35px 0 49px;
}
.info-left .bot a .arrow {
  width: 9px;
  height: 14px;
  overflow: hidden;
  background: url(../image/arrow-right.png) no-repeat;
  background-size: 100% 100%;
}
.info-left .bot a.active {
  background: #367cc6;
  color: #ffffff;
}
.info-left .bot a.active .arrow {
  background: url(../image/arrow-right-a.png) no-repeat;
  background-size: 100% 100%;
}
.info-left .bot a:hover {
  background: #367cc6;
  color: #ffffff;
}
.info-left .bot a:hover .arrow {
  background: url(../image/arrow-right-a.png) no-repeat;
  background-size: 100% 100%;
}
.info-left .bot a:not(:last-child) {
  margin-bottom: 10px;
}
.info-right {
  width: 934px;
  min-height: 690px;
  box-sizing: border-box;
  border: 1px solid #ebf0f4;
  border-radius: 4px 4px 0px 0px;
}
.right-title {
  height: 48px;
  background: #f6f9fc;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 18px;
  font-size: 15px;
  color: #333333;
}
.right-title a {
  font-size: 15px;
  color: #333333;
  padding: 0 4px;
}
.right-title a:hover {
  color: #135eac;
}
.right-title a.active {
  color: #135eac;
}
.right-title img {
  width: 19px;
  height: 19px;
  margin-right: 16px;
}
.right-info {
  box-sizing: border-box;
  padding: 0px 25px 40px;
}
.zui-swiper-slide .sp1{
  line-height: 48px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 16px;
}
.swiper .swiper-pagination-bullet-active{
  background: #CF3534;
}
.content-top{
  padding: 20px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.swiper {
  width: 546px;
  height: 385px;
}
.top-img{
  display: block;
  height: 180px;
  width: 315px;
  position: relative;
}
.left-con img{
  width: 100%;
  height: 100%;
}
.shaw{
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 3;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  padding-left: 17px;
  background-color: rgba(0, 0, 0, .5);
}
.bottom-img{
  display: block;
  height: 180px;
  width: 315px;
  margin-top: 25px;
  position: relative;
}
.content-top .swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
  text-align: right;
left: -30px;
bottom: 14px;
}