@charset "UTF-8";
/**
 * 成都农商银行数字农交系统建设开发服务采购项目
 * date: 2023-4-13
 * author: xujiawei;
 */
body {
  position: relative;
  min-width: 1200px;
}

.more {
  position: absolute;
  color: #0f62a9;
}
.more::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url("../images/index/more_bg.png") no-repeat;
}

.sidebar {
  position: fixed;
  top: 200px;
  right: 35px;
  z-index: 999;
}
.sidebar li {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 18px 34px 0 rgba(15, 43, 84, 0.1);
  margin-bottom: 8px;
}
.sidebar li > a {
  display: block;
  width: 82px;
  height: 82px;
  padding-top: 49px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.sidebar li .drop {
  position: absolute;
  padding: 23px 26px 7px;
  background: #fff;
  /*left: -336px;*/
 right: 96px;
  top: 0;
  display: none;
  box-shadow: 0px 5px 10px 0px rgba(46, 101, 152, 0.16);
}
.sidebar li .drop div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}
.sidebar li .drop div:nth-child(1) {
  margin-right: 29px;
}
.sidebar li .drop::after {
  position: absolute;
  top: 40px;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
}
.sidebar li:hover {
  background: linear-gradient(90deg, #077ec1 29.18%, #a4cb24 100%);
}
.sidebar li:hover .drop {
  display: flex;
}
.sidebar li:hover a {
  color: #fff;
}
.sidebar li:nth-child(1) a {
  background: url("../images/index/sidebar_bg1.png") no-repeat center 14px;
}
.sidebar li:nth-child(1):hover a {
  background: url("../images/index/sidebar_bgh1.png") no-repeat center 14px;
}
.sidebar li:nth-child(2) a {
  background: url("../images/index/sidebar_bg2.png") no-repeat center 14px;
}
.sidebar li:nth-child(2):hover a {
  background: url("../images/index/sidebar_bgh2.png") no-repeat center 14px;
}
.sidebar li:nth-child(3) a {
  background: url("../images/index/sidebar_bg3.png") no-repeat center 14px;
}
.sidebar li:nth-child(3):hover a {
  background: url("../images/index/sidebar_bgh3.png") no-repeat center 14px;
}
.sidebar li:nth-child(4) a {
  background: url("../images/index/sidebar_bg4.png") no-repeat center 14px;
}
.sidebar li:nth-child(4):hover a {
  background: url("../images/index/sidebar_bgh4.png") no-repeat center 14px;
}
.sidebar li:nth-child(5) a {
  background: url("../images/index/sidebar_bg5.png") no-repeat center 14px;
}
.sidebar li:nth-child(5):hover a {
  background: url("../images/index/sidebar_bgh5.png") no-repeat center 14px;
}
.sidebar li:nth-child(6) a {
  background: url("../images/index/sidebar_bg6.png") no-repeat center 14px;
}
.sidebar li:nth-child(6):hover a {
  background: url("../images/index/sidebar_bgh6.png") no-repeat center 14px;
}

.banner {
  height: 548px;
  padding-top: 141px;
  box-sizing: border-box;
  background: url("../images/index/banner.png") no-repeat;
  background-size: cover;
}
.banner .login {
  width: 247px;
  height: 261px;
  box-sizing: border-box;
  box-shadow: 0 18px 34px 0 rgba(15, 43, 84, 0.1);
  border-radius: 8px;
  padding: 33px 23px 0 20px;
  background: url("../images/index/login_bg.png") no-repeat;
}
.banner .login-img {
  width: 78px;
  height: 78px;
  margin: 0 auto 30px;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(62, 106, 192, 0.16);
  background: url("../images/index/login_img.png") no-repeat center #fff;
}
.banner .login a {
  display: block;
  width: 204px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}
.banner .login .login-btn {
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #077ec1 35%, #a4cb24 100%);
}
.banner .login .register-btn {
  color: #0f62a9;
  line-height: 38px;
  border: 1px solid #0f62a9;
  background: transparent;
}

.info {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
  margin-bottom: 30px;
  overflow: hidden;
}
.info-swiper {
  width: 625px;
  height: 425px;
  margin: 0;
}
.info .swiper-slide {
  position: relative;
}
.info .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 200px 0 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 0%, rgba(23, 42, 92, 0.3) 100%);
  opacity: 1;
}
.info .swiper-pagination {
  left: 254px;
}
.info .swiper-pagination-bullet {
  width: 9px;
  height: 8px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.36);
  opacity: 1;
}
.info .swiper-pagination-bullet-active {
  background: #fff;
}
.info-tab {
  display: flex;
  flex-direction: column;
  width: 551px;
  height: 425px;
  background: #fff;
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.07);
}
.info-tab-hd {
  display: flex;
  height: 54px;
  box-sizing: border-box;
  border-bottom: 1px #eee solid;
}
.info-tab-hd-item {
  font-size: 20px;
  line-height: 53px;
  margin-right: 32px;
  color: #666;
  cursor: pointer;
}
.info-tab-hd-item.current {
  position: relative;
  font-size: 22px;
  color: #0f62a9;
}
.info-tab-hd-item.current::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 89px;
  height: 4px;
  background: url("../images/index/tab_hd_bgh.png") no-repeat;
}
.info-tab-hd-item:first-child {
  margin-left: 24px;
}
.info-tab-bd {
  height: 0;
  flex: 1;
}
.info-tab-bd-item {
  position: relative;
  padding-top: 20px;
}
.info-tab-bd-item li {
  position: relative;
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  padding-right: 17px;
}
.info-tab-bd-item li:last-child {
  margin-bottom: 0px;
}
.info-tab-bd-item .title {
  position: relative;
  display: inline-block;
  color: #091c30;
  font-size: 16px;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 41px;
}
.info-tab-bd-item .title::after {
  position: absolute;
  content: "";
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fa2a7;
}
.info-tab-bd-item .title:hover {
  color: #0f62a9;
}
.info-tab-bd-item .title:hover + span {
  color: #0f62a9;
}
.info-tab-bd-item .title:hover::after {
  background: #0f62a9;
}
.info-tab-bd-item .date {
  color: #999999;
  font-size: 16px;
}
.info-tab-bd-item .more {
  top: -34px;
  right: 34px;
}

.project {
  padding-top: 34px;
  padding-bottom: 47px;
  background: url("../images/index/project_bg.png") no-repeat;
  background-size: cover;
}
.project .container .common-title {
  margin-bottom: 49px;
}
.project-list {
  display: flex;
  justify-content: space-between;
}
.project-list li {
  position: relative;
  box-shadow: 0 4px 4px 3px rgba(146, 143, 143, 0.1);
  border-radius: 8px;
  border: 2px solid #ffffff;
  margin-bottom: 27px;
  transition: all 0.3s;
}
.project-list li:hover {
  transform: translateY(-20px);
}
.project-list li a {
  display: flex;
  align-items: center;
  width: 384px;
  height: 210px;
  border-radius: 8px;
  padding-left: 159px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  box-sizing: border-box;
  background: url("../images/index/project_list_bg.png") no-repeat;
  background-size: 100% 100%;
}
.project-list li::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 76px;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
}
.project-list li:nth-child(1)::after {
  background: url("../images/index/project_list_icon1.png") no-repeat;
  background-size: 100% 100%;
}
.project-list li:nth-child(2)::after {
  background: url("../images/index/project_list_icon2.png") no-repeat;
  background-size: 100% 100%;
}
.project-list li:nth-child(3)::after {
  background: url("../images/index/project_list_icon3.png") no-repeat;
  background-size: 100% 100%;
}

.service {
  padding-top: 49px;
  padding-bottom: 30px;
}
.service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  padding-bottom: 28px;
  border-bottom: 1px #d9d9d9 solid;
}
.service-list li a {
  display: block;
  width: 119px;
  height: 138px;
  padding-top: 111px;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
}
.service-list li a:hover {
  color: #0f62a9;
}
.service-list li:nth-child(1) a {
  background: url("../images/index/service_list_bg1.png") no-repeat;
}
.service-list li:nth-child(2) a {
  background: url("../images/index/service_list_bg2.png") no-repeat;
}
.service-list li:nth-child(3) a {
  background: url("../images/index/service_list_bg3.png") no-repeat;
}
.service-list li:nth-child(4) a {
  background: url("../images/index/service_list_bg4.png") no-repeat;
}
.service-info {
  display: flex;
  justify-content: space-between;
}
.service-info .box {
  position: relative;
  width: 588px;
  border-radius: 4px;
  margin-top: 26px;
}
.service-info .box .title {
  height: 88px;
  line-height: 88px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: url("../images/index/service_title_bg.png") no-repeat;
}
.service-info .box .content {
  height: 368px;
  padding: 31px 50px 0 24px;
  box-shadow: 0 4px 14px 0 rgba(24, 78, 158, 0.15);
  background: url("../images/index/service_content_bg.png") no-repeat;
  box-sizing: border-box;
}
.service-info .box .content li {
  margin-bottom: 48px;
}
.service-info .box .content li a,
.service-info .box .content li p {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-info .box .content li a {
  line-height: 27px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}
.service-info .box .content li a:hover {
  color: #0f62a9;
}
.service-info .box .content li p {
  font-size: 14px;
  line-height: 21px;
  color: #999999;
}
.service-info .box .content li:last-child {
  margin-bottom: 0;
}
.service-info .box .more {
  right: 26px;
  bottom: 21px;
}

.subsite {
  background: url("../images/index/subsite_bg.png");
  background-size: cover;
  padding-bottom: 50px;
}
.subsite .container {
  padding-top: 49px;
}
.subsite .container .common-title {
  margin-bottom: 42px;
}
.subsite .container .map {
  position: relative;
  display: flex;
}
.subsite .container .map-province, .subsite .container .map-city {
  width: 576px;
  height: 576px;
}
.subsite .container .map-line {
  position: absolute;
  top: 110px;
  left: 314px;
  width: 459px;
  height: 145px;
  background: url("../images/index/map_line.png") no-repeat;
  pointer-events: none;
}

.link {
  position: relative;
  padding-top: 28px;
  padding-bottom: 53px;
  background: url("../images/index/link_bg.png") no-repeat;
  background-size: cover;
}
.link .common-title {
  margin-bottom: 54px;
}
.link-swiper-box {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
.link .swiper-slide {
  box-shadow: 0 4px 18px 0 rgba(10, 38, 111, 0.15);
}
.link .swiper-slide a {
  display: block;
  width: 282px;
  height: 96px;
  line-height: 96px;
  box-sizing: border-box;
  padding-left: 82px;
  padding-right: 20px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff url("../images/index/link_swiper_bg.png") no-repeat 29px center;
}
.link .swiper-slide a:hover {
  color: #0f62a9;
}
.link .swiper-button-next,
.link .swiper-button-prev {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.link .swiper-button-next {
  right: 0;
  background: url("../images/index/link_next_bgh.png") no-repeat;
}
.link .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../images/index/link_next_bg.png") no-repeat;
  box-shadow: 0px 4px 14px 0px rgba(24, 78, 158, 0.15);
}
.link .swiper-button-prev {
  left: 0;
  background: url("../images/index/link_prev_bgh.png") no-repeat;
}
.link .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../images/index/link_prev_bg.png") no-repeat;
  box-shadow: 0px 4px 14px 0px rgba(24, 78, 158, 0.15);
}

.map-dialog h2 {
  font-size: 20px;
  font-weight: normal;
}
.map-dialog h3 {
  width: fit-content;
  padding: 0 20px;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #0f62a9;
  border-radius: 2px;
  margin-bottom: 24px;
}
.map-dialog .sf-menu {
  padding-left: 24px;
  padding-top: 22px;
  box-sizing: border-box;
}
.map-dialog .sf-menu .sites a {
  width: 105px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: #e8f1f7;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 24px;
  margin-bottom: 24px;
}
.map-dialog .sf-menu .sites a:nth-child(6n) {
  margin-right: 0;
}
.map-dialog .loc-close {
  top: 12px;
  right: 12px;
  background: url("../images/index/close_bg.png") no-repeat center;
}

/* 2023-05-24 zsy */
.project {
  margin-bottom: 65px;
}

.project-list li {
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(12, 65, 146, 0.1);
}
.project-list li::after {
  width: 44px;
  height: 42px;
  left: 37px;
  background-position: center;
  background-size: auto auto;
}
.project-list li a {
  width: 282px;
  height: 116px;
  padding-left: 105px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  background-image: url("../images/index/project_list_bg.png");
}
.project-list li:nth-child(4)::after {
  background-image: url("../images/index/project_list_icon4.png");
}

/* 2023-06-19 */
.project {
  padding-top: 30px;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-list li:nth-child(1):after {
  width: 36px;
  height: 36px;
  background: url("../images/index/project_list_icon8.png") no-repeat;
  background-size: 100% 100%;
}
.project-list li:nth-child(2):after {
  left: 34px;
  height: 43px;
  background: url("../images/index/project_list_icon6.png") no-repeat;
}
.project-list li:nth-child(3):after {
  width: 36px;
  height: 36px;
  background: url("../images/index/project_list_icon7.png") no-repeat;
  background-size: 100% 100%;
}
.project-list li:nth-child(4):after {
  width: 34px;
  height: 34px;
  left: 39px;
  background: url("../images/index/project_list_icon2.png") no-repeat;
  background-size: 100% 100%;
}

.info {
  margin-top: 30px;
}
.info .swiper-slide p {
  padding-right: 150px;
}
.info .swiper-pagination {
  left: 0;
  right: 0;
  padding-right: 15px;
  text-align: right;
  box-sizing: border-box;
}

.pic-wrap {
  display: flex;
}

.info-swiper {
  width: 502px;
  height: 336px;
}

.info-tab {
  width: 470px;
  height: 336px;
}

.info-tab-bd-item li {
  padding-right: 11px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 38px;
}

.info-tab-bd-item .title {
  width: 319px;
}

.sidebar-items {
  width: 208px;
}
.sidebar-items .sidebar-item {
  position: relative;
  height: 60px;
}
.sidebar-items .sidebar-item:not(:first-child) {
  /*margin-top: 19px;*/
  margin-top: 10px;
}
.sidebar-items .sidebar-item:before {
  position: absolute;
  content: "";
  pointer-events: none;
  left: 50%;
  top: 32px;
  transform: translateX(-50%) translateY(-50%);
  width: 248px;
  height: 100px;
  background: url("../images/index/side_info.png") center no-repeat;
}
.sidebar-items .sidebar-item > a {
  position: relative;
  /*display: block;*/
 display: flex;
 align-items: center;
 line-height: 20px;
  padding-left: 78px;
  font-weight: 550;
  font-size: 16px;
  color: #333;
  height: 60px;
  line-height: 60px;
  z-index: 10;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.sidebar-items .sidebar-item > a>span{
  display: inline-block;
  line-height:20px;
  width: 111px;
  text-align: center;
}
.sidebar-items .sidebar-item > a:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar-items .sidebar-item > a:hover {
  color: #0F62A9;
}
.sidebar-items .sidebar-item:first-child > a:before {
  background-image: url("../images/index/sidebar_ico1.png");
}
.sidebar-items .sidebar-item:nth-child(2) > a:before {
  background-image: url("../images/index/sidebar_ico2.png");
}
.sidebar-items .sidebar-item:nth-child(3) > a:before {
  background-image: url("../images/index/sidebar_ico3.png");
}
.sidebar-items .sidebar-item:nth-child(4) > a:before {
  background-image: url("../images/index/sidebar_ico4.png");
}

.sidebar-items .sidebar-item:nth-child(5) > a:before {
  background-image: url("../images/index/sidebar_ico5.png");
}

a.info-more{
   position:absolute;
   right: 10px;
   top: -36px;
   font-size: 16px;
   color:#333;
}