.contain div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tran300 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.con_bg2 {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  border-radius: 8px;
}
.banner {
  margin-bottom: 25px;
  position: relative;
  height: 160px;
}
.banner .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top left;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.banner.banner1 .bg {
  background-image: url(../image/banner_bg1.png);
}
.banner.banner2 .bg {
  background-image: url(../image/banner_bg2.png);
}
.banner.banner3 .bg {
  background-image: url(../image/banner_bg3.png);
}
.banner .info {
  position: relative;
}
.banner .title {
  position: absolute;
  left: 14%;
  top: 50px;
  width: 220px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left center;
}
.banner.banner1 .title {
  background-image: url(../image/banner_title1.png);
}
.banner.banner2 .title {
  background-image: url(../image/banner_title2.png);
}
.banner.banner3 .title {
  background-image: url(../image/banner_title3.png);
}
.banner .select {
  position: absolute;
  left: 56%;
  top: 42px;
}
.banner .select_box {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0e68b7;
}
.banner .select_box .select_btn {
  cursor: pointer;
  width: 179px;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 22px;
}
.banner .select_box .select_edge {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  border-width: 6px;
  border-top-color: #0e68b7;
  border-top-style: solid;
  position: relative;
  top: 3px;
}
.banner .select_box .select_ul {
  z-index: 99;
  position: absolute;
  bottom: -10px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 27px;
  min-width: 180px;
  width: auto;
  max-height: 300px;
  border-radius: 4px;
  background-color: #fff;
  overflow-y: auto;
  line-height: 44px;
  font-weight: normal;
  color: #0e68b7;
}
.banner .select_box .select_ul a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  word-break: keep-all;
}
.banner .select_box .select_ul a:hover {
  color: #0e68b7;
}
.banner .select_box ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.banner .select_box ::-webkit-scrollbar-thumb {
  background-color: #0e68b7;
}
.banner .select_box ::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
.jy_title {
  height: 51px;
  line-height: 51px;
  background-repeat: no-repeat;
  background-position: left center;
}
.jy_title.jy_title1 {
  background-image: url(../image/title1.png);
}
.jy_title.jy_title2 {
  background-image: url(../image/title2.png);
}
.jy_title.jy_title3 {
  background-image: url(../image/title3.png);
}
.jy_title.jy_title4 {
  background-image: url(../image/title4.png);
}
.jy_title .jy_title_more {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}
.item_box2 a {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #f2f8ff;
  border-radius: 4px;
  border: solid 1px #d1e4f9;
  color: #333333;
  border-radius: 5px;
  line-height: 46px;
  padding: 0 1em;
}
.item_box2 a p {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.item_box2 a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  font-size: 14px;
  color: #106bc8;
}
.item_box2 a:hover {
  background-color: #1d6dc6;
}
.item_box2 a:hover p,
.item_box2 a:hover span {
  color: #fff;
}
.item_box2 li:nth-child(2) {
  margin-top: 15px;
}
#bsfwSwiper {
  margin-top: 20px;
  width: -webkit-calc(56%);
  width: -moz-calc(56%);
  width: calc(100% - 44px);
}
#bsfwSwiperPrev,
#bsfwSwiperNext {
  position: absolute;
  width: 16px;
  height: 51px;
}
#bsfwSwiperPrev {
  left: 0;
  background: url(../image/prev_btn.png) no-repeat center center;
}
#bsfwSwiperNext {
  right: 0;
  background: url(../image/next_btn.png) no-repeat center center;
}
.item_box3 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.item_box3 li {
  border-radius: 4px;
  background: url(../image/hdjl_bg.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.item_box3 a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 128px;
  height: 110px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: center 15px;
}
.item_box3 a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.item_box3 li:nth-child(1) a {
  background-image: url(../image/hdjl_icon1.png);
}
.item_box3 li:nth-child(2) a {
  background-image: url(../image/hdjl_icon2.png);
}
.item_box3 li:nth-child(3) a {
  background-image: url(../image/hdjl_icon3.png);
}
.bszn .con_bg2 {
  min-height: 293px;
  background: url(../image/bg_paper.png) no-repeat right bottom;
  -o-background-size: cover;
  background-size: cover;
}
.bszn .jy_title .jy_title_more {
  color: #146dca;
}
.bszn .list li a {
  color: #2e88d6;
}
.hdjl .con_bg2 {
  min-height: 221px;
}
@media screen and (max-width: 1199px) {
  .item_box3 li {
    width: 30%;
  }
  .item_box3 li a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .banner.banner1 .bg {
    background-image: none;
    background-color: #69b9fc;
  }
  .banner .title {
    left: 2%;
  }
  .banner .select {
    top: 62px;
    right: 2%;
    left: auto;
  }
}
