@charset "UTF-8";
/**
 * 首页
 * date: 2024-8-28
 * author: fxyue;
 */
.com-hd {
  padding: 25px 0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.com-hd.spe .com-tt {
  width: 160px;
}
.com-hd.spe .com-line {
  width: calc(100% - 160px - 85px);
}
.com-hd .com-more {
  width: 85px;
  text-align: right;
}
.com-tt {
  font-size: 28px;
  font-weight: bold;
  width: 130px;
  height: 32px;
  line-height: 32px;
}
.com-tt label:nth-child(1) {
  color: #0F62A9;
}
.com-tt label:nth-child(2) {
  color: #63B520;
}
.com-line {
  height: 1px;
  background: #DFDFDF;
  position: relative;
  width: calc(100% - 130px - 85px);
}
.com-line::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  right: 0;
  top: -1px;
  background: #0870BA;
}
.com-more {
  line-height: 32px;
  color: #0F62A9;
  padding-right: 10px;
  box-sizing: border-box;
  background: url("../images/com_more_icon.png") right center no-repeat;
}

.banner {
  margin-top: 30px;
  height: 460px;
  position: relative;
}
.banner .swiper-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  font-size: 0;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  background: #C8C8C8;
  opacity: 1;
  border-radius: 0;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  width: 50px;
  background: #fff;
}
.banner-img {
  position: relative;
  left: 50%;
  height: 460px;
  transform: translateX(-50%);
}

.banner .container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.banner .login {
  width: 289px;
}
.banner .login-item {
  background: linear-gradient(180deg, rgba(237, 243, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  position: relative;
  margin-top: 20px;
}
.banner .login-item::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 95px;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.banner .login-item:nth-child(1)::before {
  background: url("../images/login_icon1.png") no-repeat;
}
.banner .login-item:nth-child(2)::before {
  background: url("../images/login_icon2.png") no-repeat;
}
.banner .login-item:nth-child(3)::before {
  background: url("../images/login_icon3.png") no-repeat;
}
.banner .login-item > a {
  display: block;
  padding: 26px 28px 0 40px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  height: 110px;
  box-sizing: border-box;
  background: url("../images/login_line.png") 40px 66px no-repeat;
}

.show {
  width: 300px;
  height: 395px;
  overflow: hidden;
}
.show-item {
  display: flex;
  align-items: center;
  height: 121px;
  padding: 0 110px 0 30px;
  box-sizing: border-box;
  color: #fff;
}
.show-item:nth-child(1) {
  background: url("../images/show_item_bg1.png") no-repeat;
}
.show-item:nth-child(2) {
  background: url("../images/show_item_bg2.png") no-repeat;
}
.show-item:nth-child(3) {
  background: url("../images/show_item_bg3.png") no-repeat;
}
.show-item:nth-child(n+2) {
  margin-top: 16px;
}
.show-item span {
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  padding-bottom: 26px;
  background: url("../images/show_arr.png") bottom left no-repeat;
}

.scroll {
  width: calc(100% - 24px - 300px);
  margin-right: 24px;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.scroll-box {
  width: 456px;
  height: 355px;
}
.scroll-box .swiper-container {
  height: 100%;
  position: relative;
}
.scroll-box .swiper-button-prev,
.scroll-box .swiper-button-next {
  width: 11px;
  height: 19px;
  margin-top: -25px;
  outline: none;
}
.scroll-box .swiper-button-prev {
  left: 10px;
  background: url("../images/scroll_prev.png") no-repeat;
}
.scroll-box .swiper-button-next {
  right: 10px;
  background: url("../images/scroll_next.png") no-repeat;
}
.scroll-box .swiper-button-next.swiper-button-disabled,
.scroll-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.scroll-box .swiper-button-prev:after,
.scroll-box .swiper-container-rtl .swiper-button-next:after,
.scroll-box .swiper-button-next:after,
.scroll-box .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.scroll-box .swiper-pagination-fraction {
  bottom: 0;
  left: auto;
  right: 12px;
  width: auto;
  font-size: 13px;
  color: #ADADAD;
  height: 30px;
  line-height: 30px;
}
.scroll-box .swiper-pagination-current {
  color: #fff;
}
.scroll-infor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 55px 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  background: rgba(41, 41, 41, 0.6);
}
.scroll-img {
  display: block;
  width: 100%;
  height: 355px;
}

.notice {
  width: calc(100% - 456px - 24px);
  margin-left: 24px;
}
.notice-hd {
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEBEB;
}
.notice-node {
  float: left;
  line-height: 24px;
  height: 39px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.notice-node:nth-child(n+2) {
  margin-left: 28px;
}
.notice-node.current {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  position: relative;
}
.notice-node.current::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0F62A9;
}
.notice .com-more {
  margin-top: 4px;
  color: #999;
  background-image: url("../images/com_more_icon2.png");
}
.notice-bd {
  height: 315px;
  overflow: hidden;
}
.notice .com-list {
  height: 44px;
  line-height: 44px;
  background-image: url("../images/com_infor_icon2.png");
}
.notice .com-infor {
  color: #4E5463;
  font-size: 14px;
}
.notice .com-date {
  font-size: 14px;
}

.information-hd > ul {
  display: flex;
  margin-left: -20px;
}
.information-node {
  font-size: 18px;
  color: #4E5463;
  background: rgba(15, 98, 169, 0.1);
  height: 50px;
  width: calc(17.5% - 10px);
  margin-left: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}
.information-node.current {
  color: #fff;
  font-weight: bold;
  background: #0F62A9;
}
.information-bd {
  margin-top: 20px;
}
.information-bd .bdl {
  display: flex;
}
.information-left {
  width: 163px;
  height: 348px;
  padding: 9px 0;
  box-sizing: border-box;
  background: url("../images/information_left_bg.jpg") no-repeat;
  overflow: auto;
}
.information-sub {
  height: 55px;
  line-height: 55px;
  padding: 0 10px 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}
.information-sub.current {
  font-size: 18px;
  font-weight: 600;
  color: #0F62A9;
  background: #D6E9FF;
}
.information-right {
  margin-left: 20px;
  width: calc(100% - 163px - 20px);
  height: 348px;
  overflow: hidden;
}
.information-right .com-table tbody td {
  height: 60px;
}

.supply-bd .com-table {
  min-height: 432px;
  overflow: hidden;
}

.recommend-bd {
  height: 196px;
  position: relative;
}
.recommend-bd .swiper-container {
  margin: -7px 0;
  height: 210px;
  padding: 7px 0;
  box-sizing: border-box;
  position: relative;
}
.recommend-bd .swiper-button-prev,
.recommend-bd .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  outline: none;
}
.recommend-bd .swiper-button-prev {
  left: -8px;
  background: url("../images/recommend_prev.png") no-repeat;
}
.recommend-bd .swiper-button-next {
  right: -8px;
  background: url("../images/recommend_next.png") no-repeat;
}
.recommend-bd .swiper-button-prev:after,
.recommend-bd .swiper-container-rtl .swiper-button-next:after,
.recommend-bd .swiper-button-next:after,
.recommend-bd .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-slide:hover .recommend-box {
  transform: translateY(-7px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.recommend-box {
  display: block;
  height: 196px;
}

.recommend-img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider {
  position: fixed;
  right: 37px;
  width: 82px;
  top: 50%;
  transform: translateY(20%);
  z-index: 15;
}
.slider-item:nth-child(n+2) {
  margin-top: 8px;
}

.slider-item  {
  position:relative;
}


.slider-item:hover .slider-pop {
  display: block;
}

.slider-item > a {
  width: 82px;
  height: 82px;
  border-radius: 2px;
  padding-top: 49px;
  box-sizing: border-box;
  background: 50% 11px no-repeat #fff;
  box-shadow: 0px 3px 10px 0px rgba(51, 92, 172, 0.2);
  display: block;
  text-align: center;
  color: #333;
  line-height: 21px;
}
.slider-item:nth-child(1) > a {
  background-image: url("../images/slider_icon0.png");
}
.slider-item:nth-child(2) > a {
  background-image: url("../images/slider_icon1.png");
}
.slider-item:nth-child(3) > a {
  background-image: url("../images/slider_icon2.png");
}
.slider-item:nth-child(4) > a {
  background-image: url("../images/slider_icon3.png");
}

.slider-pop {
  padding: 10px  15px;
  position:absolute;
  top:0;
  right: calc(100% + 10px);
  display:none;
  width: 224px;
  line-height: 20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 10px 0px rgba(51, 92, 172, 0.2);
}

.slider-pop:before {
  content:'';
  position: absolute;
  top:0;
  right: -10px;
  display: block;
  width: 10px;
  height: 100%;
}

.slider-pop  li {
  padding: 5px 0;
}

.slider-pop  li h2 {
  margin-bottom: 3px;
  color: #0F62A9 ;
}

.slider-pop li +li {
  border-top: 1px solid #E5E5E5;
}

.content {
  display: flex;
  margin-top: 40px;
}

.com-box {
  margin-top: 40px;
  padding: 0 20px 30px;
  background: #fff;
}

.big-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/big_bg.jpg") bottom center no-repeat;
  z-index: -1;
}