@charset "UTF-8";

body {
  font-family: "Microsoft YaHei";
}

.swiper-box {
  position: relative;
}

.swiper-button-prev, .swiper-button-next {
  width: 27px !important;
  height: 44px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.swiper-button-prev {
  background-image: url(button_prev.png);
}

.swiper-button-next {
  background-image: url(button_next.png);
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

/* banner */
.banner_box {
  width: 585px;
  height: 315px;
  background-color: #eee;
  float: right;
}

.slideBox {
  width: 585px;
  height: 358px;
  overflow: hidden;
  position: relative;
  float: left;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 585px;
  height: 358px;
  display: block;
}

.slideBox .bd ul li a {
  display: block;
  position: relative;
}

.slideBox .bd ul li .photo_bt {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 0 15px;
}

.section_one {
  padding: 30px 0 26px;
  padding-top: 0;
}


/* 02 */
.finance_news {
  width: 585px;
  position: relative;
}

.tab_f {
  float: left;
}

.t_r {
  position: absolute;
  right: 0;
}

.titel_f {
  position: relative;
}

.titel_f .tab_f li {
  height: 36px;
  line-height: 36px;
  display: block;
  float: left;
  font-size: 17px;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
}

.titel_f .tab_f li a {
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #999;
  margin: 0 36px 0 0;
}

.titel_f .tab_f li a:hover {
  color: #d30804;
  border-bottom: 3px solid #d30804;
  line-height: 32px;
  font-weight: bold;
}

.titel_f .tab_f li.ons a {
  color: #d30804;
  border-bottom: 3px solid #d30804;
  line-height: 32px;
  font-weight: bold;
}

.titel_f .f_more {
  width: auto;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}



.titel_f .f_more+.tab_f li a {
  margin: 0 55px 0 0;
}

.titel_f .f_more a {
  display: inline-block;
  color: #999;
  font-size: 22px;
  height: 36px;
  line-height: 36px;
}

.titel_f .f_more a:hover {
  color: #d30804;
  font-weight: bold;
  border-bottom: 3px solid #d30804;
}

.b_bd {
  padding-right: 0 !important;
  background: none !important;
}

.box_f {
  padding: 10px 0 0;
  min-height: auto !important;
}

.box_f .finance_list li {
  position: relative;
  padding-left: 15px;
  width: 100%;
  display: inline-block;
}

.box_f .finance_list li i {
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 16px;
  background-color: #000;
}

.box_f .finance_list li a {
  display: block;
  font-size: 16px;
  color: #000;
  width: auto;
  float: left;
  line-height: 35px;
}

.box_f .finance_list.gwyxx li a {
  margin: 0;
}

.box_f .finance_list li span {
  font-size: 16px;
  color: #999;
  width: auto;
  line-height: 34px;
  margin-left: 10px;
  float: right;
}

.more_blank a {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 158px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4189c7;
  border-radius: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.bg_box {
  width: 253px;
  height: 200px;
  position: absolute;
  right: -45px;
  bottom: 0;
}

.hcping img {
  width: 240px;
  height: 113px;
}



/* 滚动图 */
.swiper-box {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  position: relative;
}

.swiper-container {
  width: 1101px;
  height: 122px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  height: 91px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 260px;
  height: 120px;
}

.old_type .swiper-box {
  height: auto;
  padding: 20px 0;
}

.old_type .swiper-container {
  height: auto;
}

.old_type .swiper-slide img {
  width: 368px;
  height: 180px;
}

.old_type .swiper-wrapper {
  height: 180px;
}

.old_type .wzdh {
  margin-left: 0;
}

.mobile_type .swiper-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3vw;
}

.mobile_type .swiper-container {
  width: 100%;
  height: 100%;
}

.mobile_type .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.mobile_type .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 25px;
  height: 8px;
  border-radius: 40px;
}

.mobile_type .swiper-pagination {
  display: block !important;
}

.mobile_type .swiper-wrapper {
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.mobile_type .swiper-slide {
  display: block;
}

.mobile_type .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.mobile_type .szfwj {
  margin-right: 0;
}

.mobile_type .wzdh {
  margin-left: 0;
}

.mobile_type .swiper-button-next,
.mobile_type .swiper-button-prev {
  display: none;
}

/* 办件列表 */
.project_box ul {
  padding: 15px 0 25px;
}

.project_box ul li {
  width: 175px;
  float: left;
  margin-right: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 3px #f1f1f1;
}

.project_box ul li a {
  display: table;
  margin: auto;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.project_box ul li a i {
  width: 30px;
  height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.project_box ul li a i img {
  width: 100%;
  vertical-align: top;
}

.project_box ul li a span {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  width: 98px;
  line-height: 46px;
  float: right;
}

.project_box ul li a span.zfwzndbg {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.project_box ul li.last {
  margin-right: 0;
}

/* 友情链接 */
.yq_link {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  clear: both;
  border-bottom: 1px solid #bfbfbf;
}

.yq_box {
  height: 50px;
  margin: 0 auto;
}

.yq_box>div {
  float: left;
  color: #666 !important;
  font-size: 15px !important;
  line-height: 50px !important;
  width: auto;
  height: 50px;
  cursor: pointer;
  margin-left: 145px;
}

.yq_box span {
  float: left;
  color: #333;
  font-size: 16px;
  line-height: 50px;
}

.wzdh {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  float: left;
  line-height: 50px;
}

.b_pic {
  width: 15px;
  height: 50px;
  background: url(sanjiao1.png) no-repeat 0px 21px;
  float: left;
  margin-left: 8px;
  display: block;
}

div.yq_tit .b_pic {
  background: url(sanjiao.png) no-repeat 0px 21px;
}

.yq_list {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  clear: both;
  float: left;
  padding: 5px 0px;
}

.yq_list ul {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flow-root;
}

.yq_list ul li {
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
}

.yq_list ul li a {
  font-size: 16px;
  line-height: 40px;
}

.hide {
  display: none;
}

.swiper-button-next:after {
  color: #ddd;
}

.swiper-button-prev:after {
  color: #ddd;
}