html,
body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}

.button {
    background-color: #005298;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 8px;
}

.more_600_div {
	width: 100%;
    text-align: center;
	margin-top: 15px;
}
.more_600_hide {
	display: none;
}
.mb0 a::before {
  margin-bottom: 0 !important;
}

@keyframes rotate180 {
  0% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(0);
  }
}

.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec2 {
  position: relative;
  z-index: 3;
  /* height: 100vh; */
  background: #fff;
  overflow: auto;
}

.sec1 {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.sec1 .bg {
  position: absolute;
  z-index: 1;
}

.sec1 .home-content {
  height: 100vh;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.sec1 .home-logo {
  float: left;
}
.sec1 .home-top {
  position: relative;
  margin: 0 auto;
  width: 68%;
  height: 78px;
  float: right;
}
.sec1 .home-top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00123c;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.2;
  z-index: 3;
}

.sec1 .home-top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
}

.sec1 .home-top-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 12.5%;
}

.sec1 .home-top-content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

@media(max-width:1550px) {
.sec1 .home-top {
  position: relative;
  margin: 0 auto;
  width: 74%;
  height: 78px;
  float: right;
}
.sec1 .home-logo {
    width: 26%;
    object-fit: fill;
    }
}

@media (max-width: 1400px) {
.sec1 .home-top-content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
}
.sec1 .home-top-content li a img {
  vertical-align: middle;
  margin-right: 6px;
}

.sec1 .home-top-content li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.sec1 .home-top-content li:hover a img {
  animation: rotate180 0.4s;
}

.sec1 .home-middle {
  position: absolute;
  height: fit-content;
  top: 0;
  transform: translateY(-25%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sec1 .home-middle .home-logo {
  width: 1000px;
  margin: 0 auto;
}

.sec1 .home-middle .home-logo img {
  width: 100%;
}

.sec1 .home-search {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  width: 597px;
  height: 54px;
}

.sec1 .home-search .search_input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.85;
  padding-left: 33px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  color: #333;
}

.sec1 .home-search .search_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
  height: 54px;
  background-color: #0a5aa1;
  border-radius: 0px 5px 5px 0px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec1 .home-search .search_box img {
  margin-right: 8px;
}

.home-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}

.home-footer .mouse {
  position: relative;
  margin-top: 25px;
  font-size: 16px;
  -webkit-animation: TopBots 1.2s ease-in-out infinite both;
  -moz-animation: TopBots 1.2s ease-in-out infinite both;
  -ms-animation: TopBots 1.2s ease-in-out infinite both;
  animation: TopBots 1.2s ease-in-out infinite both;
}

.home-footer .mouse img {
  height: 31px;
}

videoBg::-webkit-media-controls {
  display: none !important;
}
#videoBg {
      object-fit: fill;
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background: url('login-mp4-img.jpg') no-repeat center/cover;
      -moz-background-size:100% 100%; 
      background-size:100% 100%;
      source {
        width: 100%;
        height: 100%;
      }
    }


videoBg_s::-webkit-media-controls {
  display: none !important;
}
#videoBg_s {
      object-fit: fill;
      width: 100%;
      height: 100%;
      position: relative;
      left: 0;
      top: 0;
      background: url('login-mp4-img.jpg') no-repeat center/cover;
      -moz-background-size:100% 100%;
      background-size:100% 100%;
      source {
        width: 100%;
        height: 100%;
      }
    }



.sec2_main {
  padding-top: 20px;
}

.main_box .main_content {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.main_box .main_content .news_box {
  padding: 0 30px 56px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.main_box .main_content .news_box .right_list_box {
  width: 550px;
}

.main_box .main_content .news_box .right_list_box .bottom_link {
  display: flex;
  margin-top: 13px;
}

.main_box .main_content .news_box .right_list_box .bottom_link li:not(:last-child) {
  margin-right: 29px;
}

.main_box .main_content .news_box .right_list_box .bottom_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px !important;
  letter-spacing: 0px;
  color: #333333;
  transition: all 0.3s;
}

.main_box .main_content .news_box .right_list_box .bottom_link li a img {
  margin-right: 16px;
}

.main_box .main_content .news_box .right_list_box .bottom_link li:hover a {
  transform: translateX(4px);
  color: #1658a0;
}

.hot_swiper .dot.swiper-pagination-bullets {
  text-align: center;
}

.hot_swiper .dot.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #dcdcdc;
}

.hot_swiper .dot.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1658a0;
}

.hot_swiper .hot_content {
  padding-top: 35px;
  padding-bottom: 0px;
}

.hot_swiper .hot_content a {
  display: block;
  text-align: center;
}

.hot_swiper .hot_content a h3 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.hot_swiper .hot_content a h3:hover {
  color: #1658a0;
}

.hot_swiper .hot_content a p {
  padding: 0 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 焦点轮播图css */
.left_focus_box {
  width: 660px;
}
.left_focus_box_height {
  height: 400px;
  }

.left_focus_box .focus,
.left_focus_box .focus .pic {
  position: relative;
  width: 100%;
}

.left_focus_box .focus_m,
.left_focus_box .focus_m .pic {
  position: relative;
  width: 100%;
}

.left_focus_box .focus img,
.left_focus_box .focus .pic img {
  width: 100%;
  /*height: 450px !important;*/
}

.left_focus_box .focus_m img,
.left_focus_box .focus_m .pic img {
  width: 100%;
  /*height: 450px !important;*/
}

.left_focus_box .focus .pic>.swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.left_focus_box .focus_m .pic>.swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.left_focus_box .focus .pic img {
  height: 100%;
}

.left_focus_box .focus_m .pic img {
  height: 100%;
}

.left_focus_box .focus .pic span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 17px 25px;
  line-height: 16px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*background-color: rgba(49, 49, 49, .5);*/
  background:linear-gradient(0grad, #3B4D5F00 0%, #03080C 0%, #FFF0 80%);
  /* opacity: 0.5; */
  color: #fff;
}

.left_focus_box .focus_m .pic span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 17px 25px;
  line-height: 16px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*background-color: rgba(49, 49, 49, .5);*/
  background:linear-gradient(0grad, #3B4D5F00 0%, #03080C 0%, #FFF0 80%);
  /* opacity: 0.5; */
  color: #fff;
}
.left_focus_box .swiper-button-prev {
  border-radius: 0px 6px 6px 0px;
  right: 0;
  }

.left_focus_box .swiper-button-next {
  border-radius: 6px 0px 0px 6px;
  right: 0;
  }


.left_focus_box .focus .focus-prev,
.left_focus_box .focus .focus-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 14px auto;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}

.left_focus_box .focus_m .focus-prev,
.left_focus_box .focus_m .focus-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 30px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 14px auto;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.left_focus_box .focus .focus-prev {
  transform: translate(-50px, 0);
  left: 0;
  
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(focs_leftArrow.png);

}

.left_focus_box .focus_m .focus-prev {
  transform: translate(-50px, 0);
  left: 0;

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(focs_leftArrow.png);

}

.left_focus_box .focus .focus-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(focs_rightArrow.png);
}

.left_focus_box .focus_m .focus-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(focs_rightArrow.png);
}

.left_focus_box .focus:hover .focus-prev,
.left_focus_box .focus:hover .focus-next {
  opacity: 1;
  transform: translate(0, 0);
}

.left_focus_box .focus_m:hover .focus-prev,
.left_focus_box .focus_m:hover .focus-next {
  opacity: 1;
  transform: translate(0, 0);
}

.left_focus_box .focus .navi {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  text-align: right;
  /* display: flex;
  justify-content: right;
  align-items: center; */
  padding-right: 22px;
}

.left_focus_box .focus_m .navi {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  text-align: right;
  /* display: flex;
  justify-content: right;
  align-items: center; */
  padding-right: 22px;
}
/*.left_focus_box .focus .navi li {
  width: 10px;
  height: 10px;
  border: 0;
  color: transparent;
  border-radius: 10px;
}*/

.left_focus_box .focus .navi li.on {
  background-color: #fff;
}

.left_focus_box .focus_m .navi li.on {
  background-color: #fff;
}

.left_focus_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.left_focus_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 9px;
}

/*
.left_focus_box .focus .swiper-pagination-bullet {
  background: #ffffff;
  margin-right: 9px;
  opacity: 1;
}

.left_focus_box .focus .swiper-pagination-bullet-active {
  background-color: #82ccff;
}
*/

.left_focus_box .focus .swiper-pagination-bullet {
  margin-right:0;
  opacity:1;
  background:#d3d3d3;
  -webkit-transition:width .5s;
  -moz-transition:width .5s;
  transition:width .5s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px
}
.left_focus_box .focus_m .swiper-pagination-bullet {
  margin-right:0;
  opacity:1;
  background:#d3d3d3;
  -webkit-transition:width .5s;
  -moz-transition:width .5s;
  transition:width .5s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px
}


.left_focus_box .focus .swiper-pagination-bullet-active {
  width:20px;
  background:#3494f0
}

.left_focus_box .focus_m .swiper-pagination-bullet-active {
  width:20px;
  background:#3494f0
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
}

.sec3_tab_box {
  width: 100%;
  height: 100px;
  background-color: #015293;
}

.sec3_tab {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.sec3_tab a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec3_tab a img {
  margin-right: 25px;
}
.sec3_tab>a:hover img {
  animation: rotate180 0.4s;
}

.sec3_tab>a:nth-child(even) {
  background-color: #3f8dcb;
}

.sec3_tab>a:nth-child(odd) {
  background-color: #2e7cbb;
}

.sec3_tab a.current {
  position: relative;
  background-color: #5face9;
}

.sec3_tab a.current::after {
  position: absolute;
  bottom: 1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 12px solid transparent;
  border-width: 11px 12px;
  border-top-color: #5face9;
}

.sec3_content {
  background-color: #f6fbff;
  padding-top: 20px;
  padding-bottom: 20px;

}


.sec3new_content {
  padding-top: 45px;
  background-color: #fff;
  padding-bottom: 35px;
}

.sec32_tab_box {
  width: 100%;
  height: 100px;
  background-color: #015293;
}

.sec32_tab {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.sec32_tab a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec32_tab a img {
  margin-right: 25px;
}
.sec32_tab>a:hover img {
  animation: rotate180 0.4s;
}

.sec32_tab>a:nth-child(even) {
  background-color: #3f8dcb;
}

.sec32_tab>a:nth-child(odd) {
  background-color: #2e7cbb;
}

.sec32_tab a.current {
  position: relative;
  background-color: #5face9;
}

.sec32_tab a.current::after {
  position: absolute;
  bottom: 1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 12px solid transparent;
  border-width: 11px 12px;
  border-top-color: #5face9;
}

.sec32_content {
  background-color: #f6fbff;
  padding-top: 20px;
  padding-bottom: 20px;

}


.sec32new_content {
  padding-top: 45px;
  background-color: #fff;
  padding-bottom: 35px;
}

.sec33_tab_box {
  width: 100%;
  height: 100px;
  background-color: #015293;
}

.sec33_tab {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.sec33_tab a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec33_tab a img {
  margin-right: 25px;
}
.sec33_tab>a:hover img {
  animation: rotate180 0.4s;
}

.sec33_tab>a:nth-child(even) {
  background-color: #3f8dcb;
}

.sec33_tab>a:nth-child(odd) {
  background-color: #2e7cbb;
}

.sec33_tab a.current {
  position: relative;
  background-color: #5face9;
}

.sec33_tab a.current::after {
  position: absolute;
  bottom: 1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 12px solid transparent;
  border-width: 11px 12px;
  border-top-color: #5face9;
}

.sec33_content {
  background-color: #f6fbff;
  padding-top: 20px;
  padding-bottom: 20px;

}


.sec33new_content {
  padding-top: 45px;
  background-color: #fff;
  padding-bottom: 35px;
}



.secVideo_content {
  padding-top: 5px;
  background-color: #fff;
  padding-bottom: 10px;
}

.sxxw_bg {
  background: url(sxxw_bg.jpg) no-repeat center;
  width: 100%;
  height: 25%;
}

.sxxw_nrjj {
  position: relative;
  /*top: 10%;
  left: 3%;*/
  width: 90%;
  /*height: 10%;*/
}
.sxxw_nr_more {
  display: flex;
  padding: 10px 0 4px 0;
}
.sxxw_nrjj h5 {
  font-size: 14px;
  color:#1658a0;
  margin-left: 5%;
}

.sxxw_nrjj_l {
  position: relative;
  left: 5%;
  width: 90%;
  max-height: 65px;
  min-height: 65px;
  overflow: hidden;
}

.sxxw_nrjj_l span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.sxxw_more{
  position: relative;
  /*left: 86%;
  top: -6%;*/
  width:12%;
}

.sxxw_more img {
  vertical-align: middle;
  /*margin-bottom: 9px;*/
}

.mobile_more {
	display: inline-block;
    position: absolute;
    right: 0px;
    top: 5px;
    vertical-align: middle;
}
.mobile_more img {
	display: inline-block;
	vertical-align: middle;
}
.gd_more {
	font-size: 12px;
	color:#1658a0;
	vertical-align: middle;
	display: inline-block;
}

.sec3_card {
  display: none;
  padding: 32px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sec3_card.current_510 {
	height: 510px;
}
.sec3_card.current {
  display: block;
  height: 655px;
}

.sec3_card_qyc .qyc_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}

.sec3_card_qyc .qyc_left_box {
  width: 612px;
}

.sec3_card_qyc .qyc_left_box .qyc_left_tab .more {
  padding-top: 5px;
}

.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box {
  display: flex;
}

.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box .list_text {
  width: 70%;
}

.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box .gljd_link {
  display: inline-block;
  width: 100px;
  color: #5e89bc;
}

.sec3_card_qyc .qyc_right_box {
  width: 504px;
}

.sec3_card_qyc .qyc_right_box .tab {
  margin-bottom: 0;
}

.sec3_card_qyc .qyc_right_box .openInfoList li {
  float: left;
  width: 242px;
  box-sizing: border-box;
  padding-left: 9px;
}

.sec3_card_qyc .qyc_right_box .openInfoList li:not(:nth-last-child(-n+2)) {
  line-height: 100px;
  border-bottom: 1px dashed #c6c6c6;
}

.sec3_card_qyc .qyc_right_box .openInfoList li:nth-last-child(-n+2) {
  padding-top: 27px;
  padding-bottom: 13px;
}

.sec3_card_qyc .qyc_right_box .openInfoList li:nth-child(odd) {
  margin-right: 10px;
}

.sec3_card_qyc .qyc_right_box .openInfoList li a.list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyc .qyc_right_box .openInfoList li a.list_text img {
  vertical-align: middle;
  margin-right: 16px;
}

.sec3_card_qyc .qyc_right_box .openInfoList li a.list_text:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec3_card_qyc .qyc_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 1180px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.sec3_card_qyc .qyc_bottom .search_zc,
.sec3_card_qyc .qyc_bottom .range,
.sec3_card_qyc .qyc_bottom .radio_range,
.sec3_card_qyc .qyc_bottom .input_box,
.sec3_card_qyc .qyc_bottom .search_box {
  margin-bottom: 30px;
}

.sec3_card_qyc .qyc_bottom .search_zc {
  margin-right: 30px;
}

.sec3_card_qyc .qyc_bottom .range {
  margin-right: 30px;
}

.sec3_card_qyc .qyc_bottom .range::before {
  display: inline-block;
  content: "";
  border: 14px solid transparent;
  border-width: 7px 9px;
  border-left-color: #4885c9;
  margin-right: 8px;
}

.sec3_card_qyc .qyc_bottom .input_box {
  box-sizing: border-box;
  padding-left: 17px;
  width: 333px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}

.sec3_card_qyc .qyc_bottom .radio_range input {
  margin-right: 12px;
}

.sec3_card_qyc .qyc_bottom .radio_range.all {
  margin-right: 30px;
}

.sec3_card_qyc .qyc_bottom .radio_range.title {
  margin-right: 40px;
}

.sec3_card_qyc .qyc_bottom .search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
}

.sec3_card_qyc .qyc_bottom .search_box img {
  margin-right: 14px;
}

.sec3_card_qyc .qyc_bottom .f18 {
  font-size: 18px;
  color: #666;
}

.sec3_card_qyb .ehb {
  position: relative;
}

.sec3_card_qyb .ehb .ehb_code {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.sec3_card_qyb .ehb .ehb_code::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  content: "";
  border: 1px solid transparent;
  border-width: 11px 6px;
  border-bottom-color: #fff;
  z-index: 99;
}

.sec3_card_qyb .ehb:hover .ehb_code {
  display: block !important;
}

.sec3_card_qyb .top {
  display: flex;
  justify-content: space-between;
}

.sec3_card_qyb .top a {
  width: 358px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec3_card_qyb .top a p {
  font-size: 22px;
  font-weight: blod;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-left: 20px;
}

.sec3_card_qyb .top a:first-child {
  background-image: url(../images/sec3_jqb_top01-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sec3_card_qyb .top a:first-child img:last-child {
  margin-left: 28px;
}

.sec3_card_qyb .top a:not(:first-child) {
  background-color: #f0f6ff;
}

.sec3_card_qyb .top .card_qyb_top_a01 {
  width: 400px;
}

.sec3_card_qyb .top .card_qyb_top_a02 img {
  width: 70px;
}

.sec3_card_qyb .top .card_qyb_top_a02 p {
  font-weight: bold;
}

.sec3_card_qyb .top .card_qyb_top_a03 img {
  width: 63px;
}

.sec3_card_qyb .top .card_qyb_top_a03 p {
  font-weight: bold;
  margin-left: 55px;
}

.sec3_card_qyb .sec3_card_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  flex-wrap: wrap;
}

.sec3_card_qyb .pubCon-tab-pane .grbs_tab {
  margin-bottom: 17px;
}

.sec3_card_qyb .pubCon-tab-pane .ztfw_tab {
  margin-bottom: 0;
}

.sec3_card_qyb .grbs_box {
  width: 400px;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div {
  display: none;
  width: 100%;
  background-color: #4285cf;
  padding: 21px 37px 18px 30px;
  box-sizing: border-box;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title img {
  margin-right: 8px;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .more {
  display: inline-block;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:first-child {
  background-color: #4285cf;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:nth-child(2) {
  background-color: #449be5;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:last-child {
  background-color: #1a70ba;
}

.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div.current {
  display: block;
}

.sec3_card_qyb .grbs_box .grbs_list {
  width: 100%;
  margin-top: 12px;
}

.sec3_card_qyb .grbs_box .grbs_list li {
  padding-left: 10px;
  float: left;
  width: 30%;
  min-width: 80px;
}

.sec3_card_qyb .grbs_box .grbs_list li a {
  width: 100%;
  transition: all 0.3s;
}

.sec3_card_qyb .grbs_box .grbs_list li:hover a {
  transform: translateX(4px);
}

.sec3_card_qyb .grbs_box .grbs_list li a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 9px;
}

.sec3_card_qyb .grbs_box .grbs_list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec3_card_qyb .ztfw_box {
  width: 726px;
}

.sec3_card_qyb .ztfw_list {
  display: none;
}

.sec3_card_qyb .ztfw_list li {
  float: left;
  height: 98px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sec3_card_qyb .ztfw_list a {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyb .ztfw_list a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec3_card_qyb .ztfw_list.current {
  display: block;
}

.sec3_card_qyb .tszq_list {
  margin-left: -22px;
  margin-top: 21px;
  margin-bottom: -23px;
}

.sec3_card_qyb .tszq_list li {
  width: 30%;
  height: 81px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin-left: 24px;
  margin-bottom: 23px;
}

.sec3_card_qyb .tszq_list li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sec3_card_qyb .tszq_list li a img {
  margin-right: 22px;
}

.sec3_card_qyb .tszq_list li a span {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyw {
  padding: 32px 30px;
}

.sec3_card_qyw .qyw_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sec3_card_qyw .qyw_content2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec3_card_qyw .qyw_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

.sec3_card_qyw .qyw_left2 {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
 /* margin-top: 26px;*/
}

.sec3_card_qyw .new_qyw_left {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: -43px;
}

.sec3_card_qyw .qyw_left .zxft_box {
  width: 100%;
}

.sec3_card_qyw .qyw_left .zxft_list_div {
  box-sizing: border-box;
  padding: 25px 25px 23px;
  height: auto;
  min-height: 278px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
  border-top: 4px #1658a0 solid;
  display: flex;
  justify-content: space-between;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_left a {
  display: inline-block;
  width: 316px;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_left a img {
  width: 100%;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right {
  width: 348px;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right h3 a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li {
  position: relative;
  display: flex;
  margin-top: 21px;
  height: 33px;
  align-items: center;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li .frame_detial {
  width: 88px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #0068b7;
  padding-left: 12px;
  box-sizing: border-box;
  background-image: url(../images/ifame.png);
  background-size: 100% 100%;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p:last-child {
  position: absolute;
  left: 100px;
  top: 3px;
  width: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sec3_card_qyw .qyw_left .zxft_list_div {
  display: none;
}

.sec3_card_qyw .qyw_left .zxft_list_div.current {
  display: flex;
}

.sec3_card_qyw .qyw_left .ddxx_box {
  width: 100%;
  margin-top: 26px;
}

.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}

.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 22px;
}

.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a+a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #afafaf;
}

.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_item_right a.current {
  color: #1658a0;
  font-weight: bold;
}

.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_left {
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}

.sec3_card_qyw .qyw_left .ddxx_table {
  margin-top: 16px;
  width: 100%;
}

.sec3_card_qyw .qyw_left .ddxx_table tbody {
  width: 100%;
}

.sec3_card_qyw .qyw_left .ddxx_table .th {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(1) {
  width: 31%;
}

.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(2) {
  width: 22%;
  min-width: 80px;
}

.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(3) {
  width: 17%;
  min-width: 70px;
}

.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(4) {
  min-width: 80px;
  width: 20%;
}

.sec3_card_qyw .qyw_left .ddxx_table tr:not(:last-child, .th) {
  border-bottom: dashed 1px #d2d2d2;
}

.sec3_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) {
  display: flex;
  align-items: center;
}

.sec3_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) span {
  width: 2.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec3_card_qyw .qyw_left .ddxx_table .text {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyw .qyw_left .ddxx_table .text td:first-child {
  text-align: left;
}

.sec3_card_qyw .qyw_left .ddxx_table .text td:first-child .square {
  display: inline-block;
  line-height: 47px;
  margin-bottom: 4px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
}

.sec3_card_qyw .qyw_left .ddxx_table .text .red {
  color: #ed4747;
}

.sec3_card_qyw .qyw_left .ddxx_table .text .green {
  color: #55b773;
}

.sec3_card_qyw .qyw_left .ddxx_table {
  display: none;
}

.sec3_card_qyw .qyw_left .ddxx_table.current {
  display: block;
}

.sec3_card_qyw .qyw_right {
  width: 35%;
}

.sec3_card_qyw .qyw_right_tv {
  width: 35%;
}

.sec3_card_qyw .qyw_right .mydc_box {
  margin-bottom: 3px;
}

.sec3_card_qyw .qyw_right .mydc_list a {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  width: 550px;
}

.sec3_card_qyw .qyw_right .mydc_list a .left {
  width: 99%;
  display: inline-block;
  flex-direction: column;
  justify-content: flex-start;
}

.sec3_card_qyw .qyw_right .mydc_list a h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.sec3_card_qyw .qyw_right .mydc_list a p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec3_card_qyw .qyw_right .mydc_list a .btn {
  width: 67px;
  height: 23px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec3_card_qyw .qyw_right .mydc_list a .going {
  background-color: #6bb9f7;
}

.sec3_card_qyw .qyw_right .mydc_list a .ending {
  background-color: #8ab5d7;
}

.sec3_card_qyw .qyw_right .mydc_list li {
  border-bottom: dashed 1px #e5e5e5;
}

.sec3_card_qyw .qyw_right .mydc_list {
  display: none;
}

.sec3_card_qyw .qyw_right .mydc_list.current {
  display: block;
}

.sec3_card_qyw .qyw_right .xjcx_box .top {
  padding-top: 29px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec3_card_qyw .qyw_right .xjcx_box .top img {
  margin-right: 9px;
}

.sec3_card_qyw .qyw_right .xjcx_box label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qyw .qyw_right .xjcx_box input {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 8px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #bababa;
}

.sec3_card_qyw .qyw_right .xjcx_box .password {
  width: 86px;
  margin-right: 9px;
}

.sec3_card_qyw .qyw_right .xjcx_box .code {
  width: 114px;
  margin-right: 9px;
}

.sec3_card_qyw .qyw_right .xjcx_box .btn {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 52px;
  height: 28px;
  background-color: #1a87d9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 105px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #edf7ff 0%, #f4faff 100%);
  border-radius: 10px;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(1),
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(2) {
  margin-bottom: 20px;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box a {
  display: block;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box img {
  margin-bottom: 16px;
  transform: all 0.3s;
}

.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qycha {
  padding: 33px 30px 42px;
}

.sec3_card_qycha .sec3_card_qycha_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3_card_qycha .card {
  text-align: center;
  box-sizing: border-box;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  width: 368px;
  height: auto;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
}

.sec3_card_qycha .card .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-top: 21px;
  margin-bottom: 32px;
}

.sec3_card_qycha .card .radio_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.sec3_card_qycha .card .radio_box div input {
  margin-right: 12px;
}

.sec3_card_qycha .card .radio_box div label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.sec3_card_qycha .card .input_search {
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
}

.sec3_card_qycha .card .btn_box {
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sec3_card_qycha .card .btn_box img {
  margin-right: 14px;
}

.sec3_card_qycha .card .btn_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec3_card_qycha .card_img_rote {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  box-sizing: content-box;
  border: 6px solid transparent;
  margin: 0 auto 10px;
  background-color: transparent;
  border-radius: 105px;
}

.sec3_card_qycha .card_img_rote::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0);
  opacity: 0;
  border-radius: 105px;
  transition: all 0.3s;
}

.sec3_card_qycha .card_img_rote:hover::before {
  transform: scale(1, 1);
  opacity: 1;
}

.sec3_card_qycha .card_img_rote:hover {
  box-shadow: 0 0 0 6px #ecf5ff;
  border-color: #eef6ff;
  background-color: #eef6ff;
}

.sec3_card_qycha .card2 title {
  margin-bottom: 26px;
}

.sec3_card_qycha .card_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec3_card_qycha .card_list li {
  width: 33.3%;
}

.sec3_card_qycha .card_list li:hover a {
  color: #1658a0;
}

.sec3_card_qycha .card_list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.sec3_card_qycha .card_list a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1658a0;
  margin-right: 9px;
  margin-bottom: 4px;
}

.sec3_card_qycha .card3 {
  padding-left: 27px;
}

.sec3_card_qycha .card3 .card_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec3_card_qycha .card3 .card_list li {
  text-align: left;
}

.sec3_card_qycha .card3 .card_list li:nth-child(even) {
  width: 46%;
}

.sec3_card_qycha .card3 .card_list li:nth-child(even) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec3_card_qycha .card3 .card_list li:nth-child(odd) {
  width: 52%;
}

.sec3_card_qycha .card3 .card_list li:nth-child(odd) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*sec32 start*/
.sec32_card {
  display: none;
  padding: 32px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sec32_card.current_510 {
	height: 510px;
}
.sec32_card.current {
  display: block;
  height: 510px;
}

.sec32_card_qyc .qyc_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}

.sec32_card_qyc .qyc_left_box {
  width: 612px;
}

.sec32_card_qyc .qyc_left_box .qyc_left_tab .more {
  padding-top: 5px;
}

.sec32_card_qyc .qyc_left_box .gljd-t .gljd_box {
  display: flex;
}

.sec32_card_qyc .qyc_left_box .gljd-t .gljd_box .list_text {
  width: 70%;
}

.sec32_card_qyc .qyc_left_box .gljd-t .gljd_box .gljd_link {
  display: inline-block;
  width: 100px;
  color: #5e89bc;
}

.sec32_card_qyc .qyc_right_box {
  width: 504px;
}

.sec32_card_qyc .qyc_right_box .tab {
  margin-bottom: 0;
}

.sec32_card_qyc .qyc_right_box .openInfoList li {
  float: left;
  width: 242px;
  box-sizing: border-box;
  padding-left: 9px;
}

.sec32_card_qyc .qyc_right_box .openInfoList li:not(:nth-last-child(-n+2)) {
  line-height: 100px;
  border-bottom: 1px dashed #c6c6c6;
}

.sec32_card_qyc .qyc_right_box .openInfoList li:nth-last-child(-n+2) {
  padding-top: 27px;
  padding-bottom: 13px;
}

.sec32_card_qyc .qyc_right_box .openInfoList li:nth-child(odd) {
  margin-right: 10px;
}

.sec32_card_qyc .qyc_right_box .openInfoList li a.list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyc .qyc_right_box .openInfoList li a.list_text img {
  vertical-align: middle;
  margin-right: 16px;
}

.sec32_card_qyc .qyc_right_box .openInfoList li a.list_text:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec32_card_qyc .qyc_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 1180px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.sec32_card_qyc .qyc_bottom .search_zc,
.sec32_card_qyc .qyc_bottom .range,
.sec32_card_qyc .qyc_bottom .radio_range,
.sec32_card_qyc .qyc_bottom .input_box,
.sec32_card_qyc .qyc_bottom .search_box {
  margin-bottom: 30px;
}

.sec32_card_qyc .qyc_bottom .search_zc {
  margin-right: 30px;
}

.sec32_card_qyc .qyc_bottom .range {
  margin-right: 30px;
}

.sec32_card_qyc .qyc_bottom .range::before {
  display: inline-block;
  content: "";
  border: 14px solid transparent;
  border-width: 7px 9px;
  border-left-color: #4885c9;
  margin-right: 8px;
}

.sec32_card_qyc .qyc_bottom .input_box {
  box-sizing: border-box;
  padding-left: 17px;
  width: 333px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}

.sec32_card_qyc .qyc_bottom .radio_range input {
  margin-right: 12px;
}

.sec32_card_qyc .qyc_bottom .radio_range.all {
  margin-right: 30px;
}

.sec32_card_qyc .qyc_bottom .radio_range.title {
  margin-right: 40px;
}

.sec32_card_qyc .qyc_bottom .search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
}

.sec32_card_qyc .qyc_bottom .search_box img {
  margin-right: 14px;
}

.sec32_card_qyc .qyc_bottom .f18 {
  font-size: 18px;
  color: #666;
}

.sec32_card_qyb .ehb {
  position: relative;
}

.sec32_card_qyb .ehb .ehb_code {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.sec32_card_qyb .ehb .ehb_code::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  content: "";
  border: 1px solid transparent;
  border-width: 11px 6px;
  border-bottom-color: #fff;
  z-index: 99;
}

.sec32_card_qyb .ehb:hover .ehb_code {
  display: block !important;
}

.sec32_card_qyb .top {
  display: flex;
  justify-content: space-between;
}

.sec32_card_qyb .top a {
  width: 358px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec32_card_qyb .top a p {
  font-size: 22px;
  font-weight: blod;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-left: 20px;
}

.sec32_card_qyb .top a:first-child {
  background-image: url(../images/sec3_jqb_top01-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sec32_card_qyb .top a:first-child img:last-child {
  margin-left: 28px;
}

.sec32_card_qyb .top a:not(:first-child) {
  background-color: #f0f6ff;
}

.sec32_card_qyb .top .card_qyb_top_a01 {
  width: 400px;
}

.sec32_card_qyb .top .card_qyb_top_a02 img {
  width: 70px;
}

.sec32_card_qyb .top .card_qyb_top_a02 p {
  font-weight: bold;
}

.sec32_card_qyb .top .card_qyb_top_a03 img {
  width: 63px;
}

.sec32_card_qyb .top .card_qyb_top_a03 p {
  font-weight: bold;
  margin-left: 55px;
}

.sec32_card_qyb .sec32_card_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  flex-wrap: wrap;
}

.sec32_card_qyb .pubCon-tab-pane .grbs_tab {
  margin-bottom: 17px;
}

.sec32_card_qyb .pubCon-tab-pane .ztfw_tab {
  margin-bottom: 0;
}

.sec32_card_qyb .grbs_box {
  width: 400px;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div {
  display: none;
  width: 100%;
  background-color: #4285cf;
  padding: 21px 37px 18px 30px;
  box-sizing: border-box;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title img {
  margin-right: 8px;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div .more {
  display: inline-block;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div:first-child {
  background-color: #4285cf;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div:nth-child(2) {
  background-color: #449be5;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div:last-child {
  background-color: #1a70ba;
}

.sec32_card_qyb .grbs_box .grbs_pane .grbs_list_div.current {
  display: block;
}

.sec32_card_qyb .grbs_box .grbs_list {
  width: 100%;
  margin-top: 12px;
}

.sec32_card_qyb .grbs_box .grbs_list li {
  padding-left: 10px;
  float: left;
  width: 30%;
  min-width: 80px;
}

.sec32_card_qyb .grbs_box .grbs_list li a {
  width: 100%;
  transition: all 0.3s;
}

.sec32_card_qyb .grbs_box .grbs_list li:hover a {
  transform: translateX(4px);
}

.sec32_card_qyb .grbs_box .grbs_list li a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 9px;
}

.sec32_card_qyb .grbs_box .grbs_list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec32_card_qyb .ztfw_box {
  width: 726px;
}

.sec32_card_qyb .ztfw_list {
  display: none;
}

.sec32_card_qyb .ztfw_list li {
  float: left;
  height: 98px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sec32_card_qyb .ztfw_list a {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyb .ztfw_list a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec32_card_qyb .ztfw_list.current {
  display: block;
}

.sec32_card_qyb .tszq_list {
  margin-left: -22px;
  margin-top: 21px;
  margin-bottom: -23px;
}

.sec32_card_qyb .tszq_list li {
  width: 30%;
  height: 81px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin-left: 24px;
  margin-bottom: 23px;
}

.sec32_card_qyb .tszq_list li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sec32_card_qyb .tszq_list li a img {
  margin-right: 22px;
}

.sec32_card_qyb .tszq_list li a span {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyw {
  padding: 32px 30px;
}

.sec32_card_qyw .qyw_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sec32_card_qyw .qyw_content2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec32_card_qyw .qyw_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

.sec32_card_qyw .qyw_left2 {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
 /* margin-top: 26px;*/
}

.sec32_card_qyw .new_qyw_left {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: -43px;
}

.sec32_card_qyw .qyw_left .zxft_box {
  width: 100%;
}

.sec32_card_qyw .qyw_left .zxft_list_div {
  box-sizing: border-box;
  padding: 25px 25px 23px;
  height: auto;
  min-height: 278px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
  border-top: 4px #1658a0 solid;
  display: flex;
  justify-content: space-between;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_left a {
  display: inline-block;
  width: 316px;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_left a img {
  width: 100%;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right {
  width: 348px;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right h3 a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li {
  position: relative;
  display: flex;
  margin-top: 21px;
  height: 33px;
  align-items: center;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li .frame_detial {
  width: 88px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #0068b7;
  padding-left: 12px;
  box-sizing: border-box;
  background-image: url(../images/ifame.png);
  background-size: 100% 100%;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p:last-child {
  position: absolute;
  left: 100px;
  top: 3px;
  width: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sec32_card_qyw .qyw_left .zxft_list_div {
  display: none;
}

.sec32_card_qyw .qyw_left .zxft_list_div.current {
  display: flex;
}

.sec32_card_qyw .qyw_left .ddxx_box {
  width: 100%;
  margin-top: 26px;
}

.sec32_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}

.sec32_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 22px;
}

.sec32_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a+a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #afafaf;
}

.sec32_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_item_right a.current {
  color: #1658a0;
  font-weight: bold;
}

.sec32_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_left {
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}

.sec32_card_qyw .qyw_left .ddxx_table {
  margin-top: 16px;
  width: 100%;
}

.sec32_card_qyw .qyw_left .ddxx_table tbody {
  width: 100%;
}

.sec32_card_qyw .qyw_left .ddxx_table .th {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyw .qyw_left .ddxx_table .th th:nth-child(1) {
  width: 31%;
}

.sec32_card_qyw .qyw_left .ddxx_table .th th:nth-child(2) {
  width: 22%;
  min-width: 80px;
}

.sec32_card_qyw .qyw_left .ddxx_table .th th:nth-child(3) {
  width: 17%;
  min-width: 70px;
}

.sec32_card_qyw .qyw_left .ddxx_table .th th:nth-child(4) {
  min-width: 80px;
  width: 20%;
}

.sec32_card_qyw .qyw_left .ddxx_table tr:not(:last-child, .th) {
  border-bottom: dashed 1px #d2d2d2;
}

.sec32_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) {
  display: flex;
  align-items: center;
}

.sec32_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) span {
  width: 2.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec32_card_qyw .qyw_left .ddxx_table .text {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyw .qyw_left .ddxx_table .text td:first-child {
  text-align: left;
}

.sec32_card_qyw .qyw_left .ddxx_table .text td:first-child .square {
  display: inline-block;
  line-height: 47px;
  margin-bottom: 4px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
}

.sec32_card_qyw .qyw_left .ddxx_table .text .red {
  color: #ed4747;
}

.sec32_card_qyw .qyw_left .ddxx_table .text .green {
  color: #55b773;
}

.sec32_card_qyw .qyw_left .ddxx_table {
  display: none;
}

.sec32_card_qyw .qyw_left .ddxx_table.current {
  display: block;
}

.sec32_card_qyw .qyw_right {
  width: 35%;
}

.sec32_card_qyw .qyw_right_tv {
  width: 35%;
}

.sec32_card_qyw .qyw_right .mydc_box {
  margin-bottom: 3px;
}

.sec32_card_qyw .qyw_right .mydc_list a {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  width: 550px;
}

.sec32_card_qyw .qyw_right .mydc_list a .left {
  width: 99%;
  display: inline-block;
  flex-direction: column;
  justify-content: flex-start;
}

.sec32_card_qyw .qyw_right .mydc_list a h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.sec32_card_qyw .qyw_right .mydc_list a p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec32_card_qyw .qyw_right .mydc_list a .btn {
  width: 67px;
  height: 23px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec32_card_qyw .qyw_right .mydc_list a .going {
  background-color: #6bb9f7;
}

.sec32_card_qyw .qyw_right .mydc_list a .ending {
  background-color: #8ab5d7;
}

.sec32_card_qyw .qyw_right .mydc_list li {
  border-bottom: dashed 1px #e5e5e5;
}

.sec32_card_qyw .qyw_right .mydc_list {
  display: none;
}

.sec32_card_qyw .qyw_right .mydc_list.current {
  display: block;
}

.sec32_card_qyw .qyw_right .xjcx_box .top {
  padding-top: 29px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec32_card_qyw .qyw_right .xjcx_box .top img {
  margin-right: 9px;
}

.sec32_card_qyw .qyw_right .xjcx_box label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qyw .qyw_right .xjcx_box input {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 8px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #bababa;
}

.sec32_card_qyw .qyw_right .xjcx_box .password {
  width: 86px;
  margin-right: 9px;
}

.sec32_card_qyw .qyw_right .xjcx_box .code {
  width: 114px;
  margin-right: 9px;
}

.sec32_card_qyw .qyw_right .xjcx_box .btn {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 52px;
  height: 28px;
  background-color: #1a87d9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 105px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #edf7ff 0%, #f4faff 100%);
  border-radius: 10px;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(1),
.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(2) {
  margin-bottom: 20px;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box a {
  display: block;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box img {
  margin-bottom: 16px;
  transform: all 0.3s;
}

.sec32_card_qyw .qyw_right .xjcx_box .bttom .img_box span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qycha {
  padding: 33px 30px 42px;
}

.sec32_card_qycha .sec32_card_qycha_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec32_card_qycha .card {
  text-align: center;
  box-sizing: border-box;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  width: 368px;
  height: auto;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
}

.sec32_card_qycha .card .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-top: 21px;
  margin-bottom: 32px;
}

.sec32_card_qycha .card .radio_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.sec32_card_qycha .card .radio_box div input {
  margin-right: 12px;
}

.sec32_card_qycha .card .radio_box div label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.sec32_card_qycha .card .input_search {
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
}

.sec32_card_qycha .card .btn_box {
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sec32_card_qycha .card .btn_box img {
  margin-right: 14px;
}

.sec32_card_qycha .card .btn_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec32_card_qycha .card_img_rote {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  box-sizing: content-box;
  border: 6px solid transparent;
  margin: 0 auto 10px;
  background-color: transparent;
  border-radius: 105px;
}

.sec32_card_qycha .card_img_rote::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0);
  opacity: 0;
  border-radius: 105px;
  transition: all 0.3s;
}

.sec32_card_qycha .card_img_rote:hover::before {
  transform: scale(1, 1);
  opacity: 1;
}

.sec32_card_qycha .card_img_rote:hover {
  box-shadow: 0 0 0 6px #ecf5ff;
  border-color: #eef6ff;
  background-color: #eef6ff;
}

.sec32_card_qycha .card2 title {
  margin-bottom: 26px;
}

.sec32_card_qycha .card_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec32_card_qycha .card_list li {
  width: 33.3%;
}

.sec32_card_qycha .card_list li:hover a {
  color: #1658a0;
}

.sec32_card_qycha .card_list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.sec32_card_qycha .card_list a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1658a0;
  margin-right: 9px;
  margin-bottom: 4px;
}

.sec32_card_qycha .card3 {
  padding-left: 27px;
}

.sec32_card_qycha .card3 .card_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec32_card_qycha .card3 .card_list li {
  text-align: left;
}

.sec32_card_qycha .card3 .card_list li:nth-child(even) {
  width: 46%;
}

.sec32_card_qycha .card3 .card_list li:nth-child(even) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec32_card_qycha .card3 .card_list li:nth-child(odd) {
  width: 52%;
}

.sec32_card_qycha .card3 .card_list li:nth-child(odd) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*sec32 end*/



/*sec33 start*/
.sec33_card {
  display: none;
  padding: 32px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sec33_card.current_510 {
	height: 510px;
}
.sec33_card.current {
  display: block;
  height: 510px;
}

.sec33_card_qyc .qyc_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}

.sec33_card_qyc .qyc_left_box {
  width: 612px;
}

.sec33_card_qyc .qyc_left_box .qyc_left_tab .more {
  padding-top: 5px;
}

.sec33_card_qyc .qyc_left_box .gljd-t .gljd_box {
  display: flex;
}

.sec33_card_qyc .qyc_left_box .gljd-t .gljd_box .list_text {
  width: 70%;
}

.sec33_card_qyc .qyc_left_box .gljd-t .gljd_box .gljd_link {
  display: inline-block;
  width: 100px;
  color: #5e89bc;
}

.sec33_card_qyc .qyc_right_box {
  width: 504px;
}

.sec33_card_qyc .qyc_right_box .tab {
  margin-bottom: 0;
}

.sec33_card_qyc .qyc_right_box .openInfoList li {
  float: left;
  width: 242px;
  box-sizing: border-box;
  padding-left: 9px;
}

.sec33_card_qyc .qyc_right_box .openInfoList li:not(:nth-last-child(-n+2)) {
  line-height: 100px;
  border-bottom: 1px dashed #c6c6c6;
}

.sec33_card_qyc .qyc_right_box .openInfoList li:nth-last-child(-n+2) {
  padding-top: 27px;
  padding-bottom: 13px;
}

.sec33_card_qyc .qyc_right_box .openInfoList li:nth-child(odd) {
  margin-right: 10px;
}

.sec33_card_qyc .qyc_right_box .openInfoList li a.list_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyc .qyc_right_box .openInfoList li a.list_text img {
  vertical-align: middle;
  margin-right: 16px;
}

.sec33_card_qyc .qyc_right_box .openInfoList li a.list_text:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec33_card_qyc .qyc_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 1180px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.sec33_card_qyc .qyc_bottom .search_zc,
.sec33_card_qyc .qyc_bottom .range,
.sec33_card_qyc .qyc_bottom .radio_range,
.sec33_card_qyc .qyc_bottom .input_box,
.sec33_card_qyc .qyc_bottom .search_box {
  margin-bottom: 30px;
}

.sec33_card_qyc .qyc_bottom .search_zc {
  margin-right: 30px;
}

.sec33_card_qyc .qyc_bottom .range {
  margin-right: 30px;
}

.sec33_card_qyc .qyc_bottom .range::before {
  display: inline-block;
  content: "";
  border: 14px solid transparent;
  border-width: 7px 9px;
  border-left-color: #4885c9;
  margin-right: 8px;
}

.sec33_card_qyc .qyc_bottom .input_box {
  box-sizing: border-box;
  padding-left: 17px;
  width: 333px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}

.sec33_card_qyc .qyc_bottom .radio_range input {
  margin-right: 12px;
}

.sec33_card_qyc .qyc_bottom .radio_range.all {
  margin-right: 30px;
}

.sec33_card_qyc .qyc_bottom .radio_range.title {
  margin-right: 40px;
}

.sec33_card_qyc .qyc_bottom .search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
}

.sec33_card_qyc .qyc_bottom .search_box img {
  margin-right: 14px;
}

.sec33_card_qyc .qyc_bottom .f18 {
  font-size: 18px;
  color: #666;
}

.sec33_card_qyb .ehb {
  position: relative;
}

.sec33_card_qyb .ehb .ehb_code {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.sec33_card_qyb .ehb .ehb_code::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  content: "";
  border: 1px solid transparent;
  border-width: 11px 6px;
  border-bottom-color: #fff;
  z-index: 99;
}

.sec33_card_qyb .ehb:hover .ehb_code {
  display: block !important;
}

.sec33_card_qyb .top {
  display: flex;
  justify-content: space-between;
}

.sec33_card_qyb .top a {
  width: 358px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec33_card_qyb .top a p {
  font-size: 22px;
  font-weight: blod;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-left: 20px;
}

.sec33_card_qyb .top a:first-child {
  background-image: url(../images/sec3_jqb_top01-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sec33_card_qyb .top a:first-child img:last-child {
  margin-left: 28px;
}

.sec33_card_qyb .top a:not(:first-child) {
  background-color: #f0f6ff;
}

.sec33_card_qyb .top .card_qyb_top_a01 {
  width: 400px;
}

.sec33_card_qyb .top .card_qyb_top_a02 img {
  width: 70px;
}

.sec33_card_qyb .top .card_qyb_top_a02 p {
  font-weight: bold;
}

.sec33_card_qyb .top .card_qyb_top_a03 img {
  width: 63px;
}

.sec33_card_qyb .top .card_qyb_top_a03 p {
  font-weight: bold;
  margin-left: 55px;
}

.sec33_card_qyb .sec33_card_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  flex-wrap: wrap;
}

.sec33_card_qyb .pubCon-tab-pane .grbs_tab {
  margin-bottom: 17px;
}

.sec33_card_qyb .pubCon-tab-pane .ztfw_tab {
  margin-bottom: 0;
}

.sec33_card_qyb .grbs_box {
  width: 400px;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div {
  display: none;
  width: 100%;
  background-color: #4285cf;
  padding: 21px 37px 18px 30px;
  box-sizing: border-box;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title img {
  margin-right: 8px;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div .more {
  display: inline-block;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div:first-child {
  background-color: #4285cf;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div:nth-child(2) {
  background-color: #449be5;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div:last-child {
  background-color: #1a70ba;
}

.sec33_card_qyb .grbs_box .grbs_pane .grbs_list_div.current {
  display: block;
}

.sec33_card_qyb .grbs_box .grbs_list {
  width: 100%;
  margin-top: 12px;
}

.sec33_card_qyb .grbs_box .grbs_list li {
  padding-left: 10px;
  float: left;
  width: 30%;
  min-width: 80px;
}

.sec33_card_qyb .grbs_box .grbs_list li a {
  width: 100%;
  transition: all 0.3s;
}

.sec33_card_qyb .grbs_box .grbs_list li:hover a {
  transform: translateX(4px);
}

.sec33_card_qyb .grbs_box .grbs_list li a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 9px;
}

.sec33_card_qyb .grbs_box .grbs_list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec33_card_qyb .ztfw_box {
  width: 726px;
}

.sec33_card_qyb .ztfw_list {
  display: none;
}

.sec33_card_qyb .ztfw_list li {
  float: left;
  height: 98px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.sec33_card_qyb .ztfw_list a {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyb .ztfw_list a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec33_card_qyb .ztfw_list.current {
  display: block;
}

.sec33_card_qyb .tszq_list {
  margin-left: -22px;
  margin-top: 21px;
  margin-bottom: -23px;
}

.sec33_card_qyb .tszq_list li {
  width: 30%;
  height: 81px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin-left: 24px;
  margin-bottom: 23px;
}

.sec33_card_qyb .tszq_list li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sec33_card_qyb .tszq_list li a img {
  margin-right: 22px;
}

.sec33_card_qyb .tszq_list li a span {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyw {
  padding: 32px 30px;
}

.sec33_card_qyw .qyw_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sec33_card_qyw .qyw_content2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec33_card_qyw .qyw_left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

.sec33_card_qyw .qyw_left2 {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
 /* margin-top: 26px;*/
}

.sec33_card_qyw .new_qyw_left {
  width: 733px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: -43px;
}

.sec33_card_qyw .qyw_left .zxft_box {
  width: 100%;
}

.sec33_card_qyw .qyw_left .zxft_list_div {
  box-sizing: border-box;
  padding: 25px 25px 23px;
  height: auto;
  min-height: 278px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
  border-top: 4px #1658a0 solid;
  display: flex;
  justify-content: space-between;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_left a {
  display: inline-block;
  width: 316px;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_left a img {
  width: 100%;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right {
  width: 348px;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right h3 a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li {
  position: relative;
  display: flex;
  margin-top: 21px;
  height: 33px;
  align-items: center;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li .frame_detial {
  width: 88px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #0068b7;
  padding-left: 12px;
  box-sizing: border-box;
  background-image: url(../images/ifame.png);
  background-size: 100% 100%;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyw .qyw_left .zxft_list_div .zxft_list_right .zxft_list_right_list .li p:last-child {
  position: absolute;
  left: 100px;
  top: 3px;
  width: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sec33_card_qyw .qyw_left .zxft_list_div {
  display: none;
}

.sec33_card_qyw .qyw_left .zxft_list_div.current {
  display: flex;
}

.sec33_card_qyw .qyw_left .ddxx_box {
  width: 100%;
  margin-top: 26px;
}

.sec33_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}

.sec33_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 22px;
}

.sec33_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a+a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #afafaf;
}

.sec33_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_item_right a.current {
  color: #1658a0;
  font-weight: bold;
}

.sec33_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_left {
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}

.sec33_card_qyw .qyw_left .ddxx_table {
  margin-top: 16px;
  width: 100%;
}

.sec33_card_qyw .qyw_left .ddxx_table tbody {
  width: 100%;
}

.sec33_card_qyw .qyw_left .ddxx_table .th {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyw .qyw_left .ddxx_table .th th:nth-child(1) {
  width: 31%;
}

.sec33_card_qyw .qyw_left .ddxx_table .th th:nth-child(2) {
  width: 22%;
  min-width: 80px;
}

.sec33_card_qyw .qyw_left .ddxx_table .th th:nth-child(3) {
  width: 17%;
  min-width: 70px;
}

.sec33_card_qyw .qyw_left .ddxx_table .th th:nth-child(4) {
  min-width: 80px;
  width: 20%;
}

.sec33_card_qyw .qyw_left .ddxx_table tr:not(:last-child, .th) {
  border-bottom: dashed 1px #d2d2d2;
}

.sec33_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) {
  display: flex;
  align-items: center;
}

.sec33_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) span {
  width: 2.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec33_card_qyw .qyw_left .ddxx_table .text {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyw .qyw_left .ddxx_table .text td:first-child {
  text-align: left;
}

.sec33_card_qyw .qyw_left .ddxx_table .text td:first-child .square {
  display: inline-block;
  line-height: 47px;
  margin-bottom: 4px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
}

.sec33_card_qyw .qyw_left .ddxx_table .text .red {
  color: #ed4747;
}

.sec33_card_qyw .qyw_left .ddxx_table .text .green {
  color: #55b773;
}

.sec33_card_qyw .qyw_left .ddxx_table {
  display: none;
}

.sec33_card_qyw .qyw_left .ddxx_table.current {
  display: block;
}

.sec33_card_qyw .qyw_right {
  width: 35%;
}

.sec33_card_qyw .qyw_right_tv {
  width: 35%;
  /*margin-top: 15px;*/
}

.sec33_card_qyw .qyw_right .mydc_box {
  margin-bottom: 3px;
}

.sec33_card_qyw .qyw_right .mydc_list a {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  width: 550px;
}

.sec33_card_qyw .qyw_right .mydc_list a .left {
  width: 99%;
  display: inline-block;
  flex-direction: column;
  justify-content: flex-start;
}

.sec33_card_qyw .qyw_right .mydc_list a h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.sec33_card_qyw .qyw_right .mydc_list a p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec33_card_qyw .qyw_right .mydc_list a .btn {
  width: 67px;
  height: 23px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec33_card_qyw .qyw_right .mydc_list a .going {
  background-color: #6bb9f7;
}

.sec33_card_qyw .qyw_right .mydc_list a .ending {
  background-color: #8ab5d7;
}

.sec33_card_qyw .qyw_right .mydc_list li {
  border-bottom: dashed 1px #e5e5e5;
}

.sec33_card_qyw .qyw_right .mydc_list {
  display: none;
}

.sec33_card_qyw .qyw_right .mydc_list.current {
  display: block;
}

.sec33_card_qyw .qyw_right .xjcx_box .top {
  padding-top: 29px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec33_card_qyw .qyw_right .xjcx_box .top img {
  margin-right: 9px;
}

.sec33_card_qyw .qyw_right .xjcx_box label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qyw .qyw_right .xjcx_box input {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 8px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #bababa;
}

.sec33_card_qyw .qyw_right .xjcx_box .password {
  width: 86px;
  margin-right: 9px;
}

.sec33_card_qyw .qyw_right .xjcx_box .code {
  width: 114px;
  margin-right: 9px;
}

.sec33_card_qyw .qyw_right .xjcx_box .btn {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 52px;
  height: 28px;
  background-color: #1a87d9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 105px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #edf7ff 0%, #f4faff 100%);
  border-radius: 10px;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(1),
.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(2) {
  margin-bottom: 20px;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box a {
  display: block;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box img {
  margin-bottom: 16px;
  transform: all 0.3s;
}

.sec33_card_qyw .qyw_right .xjcx_box .bttom .img_box span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qycha {
  padding: 33px 30px 42px;
}

.sec33_card_qycha .sec33_card_qycha_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec33_card_qycha .card {
  text-align: center;
  box-sizing: border-box;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  width: 368px;
  height: auto;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
}

.sec33_card_qycha .card .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-top: 21px;
  margin-bottom: 32px;
}

.sec33_card_qycha .card .radio_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.sec33_card_qycha .card .radio_box div input {
  margin-right: 12px;
}

.sec33_card_qycha .card .radio_box div label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.sec33_card_qycha .card .input_search {
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
}

.sec33_card_qycha .card .btn_box {
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sec33_card_qycha .card .btn_box img {
  margin-right: 14px;
}

.sec33_card_qycha .card .btn_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}

.sec33_card_qycha .card_img_rote {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  box-sizing: content-box;
  border: 6px solid transparent;
  margin: 0 auto 10px;
  background-color: transparent;
  border-radius: 105px;
}

.sec33_card_qycha .card_img_rote::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0);
  opacity: 0;
  border-radius: 105px;
  transition: all 0.3s;
}

.sec33_card_qycha .card_img_rote:hover::before {
  transform: scale(1, 1);
  opacity: 1;
}

.sec33_card_qycha .card_img_rote:hover {
  box-shadow: 0 0 0 6px #ecf5ff;
  border-color: #eef6ff;
  background-color: #eef6ff;
}

.sec33_card_qycha .card2 title {
  margin-bottom: 26px;
}

.sec33_card_qycha .card_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec33_card_qycha .card_list li {
  width: 33.3%;
}

.sec33_card_qycha .card_list li:hover a {
  color: #1658a0;
}

.sec33_card_qycha .card_list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.sec33_card_qycha .card_list a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1658a0;
  margin-right: 9px;
  margin-bottom: 4px;
}

.sec33_card_qycha .card3 {
  padding-left: 27px;
}

.sec33_card_qycha .card3 .card_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sec33_card_qycha .card3 .card_list li {
  text-align: left;
}

.sec33_card_qycha .card3 .card_list li:nth-child(even) {
  width: 46%;
}

.sec33_card_qycha .card3 .card_list li:nth-child(even) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec33_card_qycha .card3 .card_list li:nth-child(odd) {
  width: 52%;
}

.sec33_card_qycha .card3 .card_list li:nth-child(odd) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*sec33 end*/


a {
  color: #333;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
  height: 0;
}

/*第四屏*/
.sec4_box {
  background-color: #f6fbff;
  padding-top: 40px;
  padding-bottom: 0px;
}

.sec4_box .sec4_nav {
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
  flex-wrap: wrap;
  justify-content: center;
}

.sec4_box .sec4_nav a {
  position: relative;
  width: 15%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.sec4_box .sec4_nav a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec4_box .sec4_nav a img {
  padding-bottom: 28px;
}

.sec4_box .sec4_nav a span {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec4_box .sec4_nav a+a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 56px;
  border-left: dashed 1px #c6c6c6;
}

/*矿区掠影和专题专栏*/
.sec4_box .kqly_box {
  margin-bottom: 40px;
}
.sec34_box .ztzl_box {
  margin-bottom: 30px;
  margin-top: 10px;
}

.sec4_box .kqly_box .kqly_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
.sec34_box .ztzl_box .ztzl_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}

.sec4_box .kqly_box .kqly_title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}
/*
.sec3_box .ztzl_box .ztzl_title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}
*/
.sec4_box .kqly_box .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
}
.sec34_box .ztzl_box .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
}
.sec4_box .kqly_box .more img {
  vertical-align: middle;
  margin-bottom: 0px;
}
.sec34_box .ztzl_box .more img {
  vertical-align: middle;
  margin-bottom: 0px;
}

.sec34_box .ztzl_box .ztzl_title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.sec34_box .ztzl_box .ztzl_title:before, .ztzl_title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.sec34_box .ztzl_box .ztzl_title a {
    color: #1658a0;
}
.sec34_box .ztzl_box .ztzl_title:after {
    width: 50%;
    left: 25%;
    background: #005293;
}
.sec34_box .ztzl_box .ztzl_title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 28px;
}

.sec34_box .ztzl_box .ztzl_title span:before, .sec34_box .ztzl_box .ztzl_title span:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #005293;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -3.5px;
}
.sec34_box .ztzl_box .ztzl_title span:after {
    left: 100%;
}
/** Mozilla Firefox */
@-moz-document url-prefix() {
	.sec4_box .kqly_box .more img {
		/*margin-left: 5px;*/
		vertical-align: middle;
		margin-bottom: 2px;

   }
   	.sec34_box .ztzl_box .more img {
		/*margin-left: 5px;*/
		vertical-align: middle;
		margin-bottom: 2px;

   }
}


/* Chrome version 29 and above
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
	.sec4_box .kqly_box .more img {
		vertical-align: middle;
		margin-bottom: 2px;
   }
}*/
/*
@supports (-ms-ime-align: auto) {
	.sec4_box .kqly_box .more img {
		vertical-align: middle;
		margin-bottom: 0px;
	}
}*/

.sec4_box .kqly_box .kqly_swiper_box {
  position: relative;
}
.sec34_box .ztzl_box .ztzl_swiper_box {
  position: relative;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper {
  width: 1240px;
  margin: 0 auto;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper {
  width: 1240px;
  margin: 0 auto;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .swiper-slide {
  width: 23.5%;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .swiper-slide {
  width: 23.5%;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .kqly_slide_a {
  display: block;
  height: 192px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a {
  display: block;
  height: 142px;
  background-color: #e0e0e0;
  /*border-radius: 10px;*/
  overflow: hidden;
  position: relative;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .kqly_slide_a:hover img {
  scale: 1.1;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a:hover img {
  scale: 1.1;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .kqly_slide_a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .kqly_slide_a .bg_title {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: #000000;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.4;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a .bg_title {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: #000000;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.4;
}
.sec4_box .kqly_box .kqly_swiper_box .kqly_swiper .swiper-wrapper .kqly_slide_a .bg_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  /*padding-left: 12px;*/
  text-align: center;
}
.sec34_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a .bg_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  /*padding-left: 12px;*/
  text-align: center;
}
.sec4_box .kqly_box .kqly_swiper_box .swiper-button-next,
.sec4_box .kqly_box .kqly_swiper_box .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 44px;
  background-color: #3e80c9;
  border-radius: 0px 5px 5px 0px;
  opacity: 0.5;
  background-size: 11px auto;
}
.sec34_box .ztzl_box .ztzl_swiper_box .swiper-button-next,
.sec34_box .ztzl_box .ztzl_swiper_box .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 44px;
  background-color: #3e80c9;
  border-radius: 0px 5px 5px 0px;
  opacity: 0.5;
  background-size: 11px auto;
}
.sec4_box .kqly_box .kqly_swiper_box .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  right: 0;
  background-image: url(ztzl_rightArrow.png);
}
.sec34_box .ztzl_box .ztzl_swiper_box .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  right: 0;
  background-image: url(ztzl_rightArrow.png);
}

.sec4_box .kqly_box .kqly_swiper_box .swiper-button-prev {
  left: 0;
  background-image: url(ztzl_leftArrow.png);
}
.sec34_box .ztzl_box .ztzl_swiper_box .swiper-button-prev {
  left: 0;
  background-image: url(ztzl_leftArrow.png);
}

@keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@-webkit-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@-moz-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@-ms-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

/* 左侧边栏 */
.aside_box {
  width: fit-content;
  height: fit-content;
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 10;
  display: none;
}

.aside_box.show {
  display: block;
}

.aside_box .zzwd {
  display: block;
  text-align: center;
  position: relative;
  height: 92px;
  margin-bottom: 9px;
}

.aside_box .zzwd img {
  position: absolute;
  bottom: 0;
  left: -7px;
  display: inline-block;
}

/*侧边栏*/
.aside_content {
  width: 65px;
  height: 336px;
  /* 左侧边栏-鄂汇办 */
  /*智能推荐*/
}

.aside_content .aside_content_a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.aside_content .aside_content_a>div {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 54px;
}

.aside_content .aside_content_a>div,
.aside_content .aside_content_a>div>a,
.aside_content .aside_content_a>div>a.ehb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aside_content .aside_content_a>div p,
.aside_content .aside_content_a>div>a p,
.aside_content .aside_content_a>div>a.ehb p {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  word-break: break-all;
  transition: all 0.3s;
}

.aside_content .aside_content_a>div:hover {
  background-color: #1658a0;
}

.aside_content .aside_content_a>div:hover .imgbz {
  display: none;
}

.aside_content .aside_content_a>div:hover p {
  display: flex !important;
}

.aside_content .aside_content_a>div:hover .ehb_code {
  display: block !important;
}

.aside_content .aside_content_a .ehb {
  position: relative;
  width: 100%;
  display: block;
}

.aside_content .aside_content_a .ehb .ehb_code {
  position: absolute;
  left: -30px;
  top: 0;
  transform: translate(-100%, -40%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.aside_content .aside_content_a .ehb .ehb_code img:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}

.aside_content .zntj_aside {
  position: relative;
}

.aside_content .zntj_content {
  display: none;
  width: 490px;
  height: 400px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -56px;
  background-color: transparent;
  transform: translate(-100%, 0);
}

.aside_content .zntj_content_inner {
  width: 480px;
  height: 400px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 18px 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.aside_content .zntj_title {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}

.aside_content .zntj_title span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 4px solid #1658a0;
}

.aside_content .zntj_list {
  margin-top: 5px;
}

.aside_content .zntj_list a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}

.aside_content .zntj_list a .mark {
  display: inline-block;
  width: 76px;
  height: 22px;
  line-height: 22px;
  background-color: #e4f3ff;
  border-radius: 5px;
  color: #0068b7;
  text-align: center;
  margin-right: 10px;
}

.aside_content .changeBtn {
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 444px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 8px;
  user-select: none;
}

.aside_content .changeBtn img {
  margin-right: 6px;
}

.aside_content .code_ewm {
  width: 105px;
  height: 105px;
}

.elp1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hot_box_swiper {
  position: relative;
  /* border: 1px solid red; */
}

.hot_box_swiper .dot {
  z-index: 999;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.hot_box_swiper .swiper-wrapper,
.hot_box_swiper .swiper-slide {
  height: 140px;
}

.main_content .hot_swiper .hot_content {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  width: 100%;
  box-sizing: border-box;
}

.main_content .hot_swiper .hot_content a {
  width: 100%;
  box-sizing: border-box;
}


.main_content .hot_swiper .hot_content .left {
  height: 100%;
  line-height: 80px;
}

.main_content .hot_swiper .hot_content .left img {
  vertical-align: middle;
}

.hot_box_swiper {
  position: relative;
}

.hot_box_swiper>.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .6rem;

}


.hot_box_swiper>.right {
  width: calc(100% - 350px);
  margin: 0 auto;
}

.hot_swiper .hot_content a h3,
.hot_swiper .hot_content a p {
  /* padding: 0 30px; */
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

@media(max-width:750px) {
  .hot_box_swiper>.left {
    width: 15%;
  }

  .hot_box_swiper>.left img {
    width: 100%;
  }

  .hot_box_swiper>.right {
    width: calc(100% - 30% - 50px);
  }

}

.top-news-left {
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  background: url(tzgg.png) no-repeat 26px center;
  border: 1px solid #eaeff3;
  border-radius: 7px;
  box-shadow: 2px 1px 8px 1px rgb(228, 232, 235);
}


.top-news-left marquee {
  /*width: 990px;*/
  width: 80%;
  margin-left: 160px;
  line-height: 40px;
}

.top-news-left marquee a {
  padding-right: 100px;
  padding-left: 20px;
  background: url(tz_dian.png) no-repeat 6px center;
}

/* .main_content .hot_swiper .hot_content a .right {
  width: calc(100% - 110px);
} */

/* .main_content .hot_swiper .hot_content a .right h3,
.main_content .hot_swiper .hot_content a .right p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  padding: 0;
} */
.txtScroll-new { 
	width: 1150px !important; 
	height: 30px; 
	margin: auto; 
	font-size: 14px; 
	/*
	border: 1px solid #eaeff3;
    border-radius: 7px;
    box-shadow: 2px 1px 8px 1px rgb(228, 232, 235);*/
	margin-bottom: 10px;
    font-size: 14px !important;
	}
.txtScroll-new ul { 
	padding: 0;
    margin: 0;
	line-height: 30px;}
.txtScroll-new a { 
       text-decoration: none;
       transition: all ease 0.3s;
}
.txtScroll-new a:hover { 
       color: #1658a0;
       transform: translateX(4px);
}
.txtScroll-new span {

  } 
.txtScroll-new li {
	padding: 0;
    margin: 0;
    list-style: none;
	width: 100%;
}
.txtScroll-new .span1 {
	display: inline-block;
	width: 278px;
	margin-left: 10px;
	margin-right:0px;
	text-align: left;
   }
.txtScroll-new .span2 {
	display: inline-block;
	width:50px;
	margin-right: 5px;
	text-align: center;
	margin-left: 5px;
   }
.txtScroll-new .span_x {
	   color:#bbb6b6;
   }

 .pane_r ul {
	 height: 225px;
 }

 .pane_l ul {
	 height: 370px;
 }
.sb {
  background: url(search_bg.png) no-repeat 10% 60%;
  border: 0;
  width: 40px;
  _width: 41px;
  height: 40px;
  cursor: pointer;
}

 .mb1240_hide{
    display:block;
 }
 .mb1240_show{
    display:none;
  }
 .mbtt500_show {
    display:none;
   }

.spzl_right {
  height: 100%;
  width: 35%;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
 }

 .spzl_right_c {
  width: 100%;
  height: 49%;
  overflow: hidden;
}


 .spzl_left {
  width: 64%;
  height: 100%;
  float: left;
  }

  .spzl_img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 1s;
transform: scale(1, 1);
border: none;
display: inline-block;
vertical-align: middle;
}

.spzl_p {
position: relative;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(0grad, #3B4D5F00 0%, #03080C 0%, #FFF0 79%);
  /*background: rgba(0, 0, 0, 0.7);*/
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.spzl_bfan {
  width: 60px;
  height: 60px;
  position: relative;
  left: 42%;
  top: -70%;
  z-index: 200;
  display: inline-block;
}

.spzl_bfan_m {
  width: 60px;
  height: 60px;
  position: relative;
  left: 42%;
  top: -90%;
  z-index: 200;
  display: inline-block;
}
.spzl_bfan_m_new {
  width: 60px;
  height: 60px;
  position: relative;
  left: 40%;
  top: -80%;
  z-index: 200;
  display: inline-block;
}

.spzl_bfan_r {
  width: 60px;
  height: 60px;
  position: relative;
  left: 42%;
  top: -80%;
  z-index: 200;
  display: inline-block;
  }

  .spzl_left_up {
   width: 100%;
   height: 65%;
   display: flex;
   justify-content: space-between;
  }

  .spzl_left_up_new {
   width: 100%;
   height: 50%;
   display: flex;
   justify-content: space-between;
  }

  .spzl_left_up_c {
    width: 49.3%;
  height: 98%;
   overflow: hidden;
  }

  .spzl_left_down {
   width: 100%;
   height: 35%;
   display: flex;
   justify-content: space-between;
  }
  .spzl_left_down_new {
   width: 100%;
   height: 49%;
   display: flex;
   justify-content: space-between;
   margin-top: 1%;
  }

  .spzl_left_down_c {
    width: 32.5%;
  height: 100%;
   overflow: hidden;
  }

  .spzl_right_c:hover img, .spzl_left_up_c:hover img, .spzl_left_down_c:hover img { transform: scale(1.2, 1.2); }

  .gwsq_right {
   width: 30%;
   }

   .zt_p {
    margin: 0 0 5px auto;
   }

 .div_fc {
   display:flex;
   align-items: center;
   }

 .t_more {
   width: 5%;
   text-align: right;
  }
  .t_more_z {
   width: 90%;
  }

.tt_ul {
  position: relative;
    line-height: 60px;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: bold;
}
.bdd {
  font-weight: bold;line-height: 60px;height:60px;white-space: nowrap;
}

.mBan2d {
  overflow: hidden;
  height: 75px;
  margin-bottom: 5px;
}

.mBan2d .slideBoxd {
    width: 100%;
    height: auto;
    position: relative;
 }

.mBan2d .slideBoxd .bdd {
    position: relative;
    height: 100%;
    z-index: 1;
    top: 10px;
 }
.mBan2d .slideBod .bdd ul, .slideBoxd .bdd ul li {
    width: 100% !important;
}

.spzl {
  height: 520px;
  }

 .mgt-30 {
   margin-top: 30px;
   }
