@charset "UTF-8";
/*！
 *办事指南
 *date:2023-06-28
 *author: yinfeihong;
 */
.container {
  height: 100%;
  overflow: hidden;
  position:relative;
}
/* con-left */
.con-left{
  position:absolute;
  top:0.2rem;
  left:2rem;
}
.con-left .logo-font {
    width: auto;
    height: 69px;
    height: .69rem;
}
.con-left .logo-gh {
    width: auto;
    height: 69px;
    height: .69rem;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
}
/**** å…¬å…±åº•éƒ¨ ****/
.pFoot {
    width: 100%;
    height: 112px;
    height: 1.12rem;
    margin-top: 20px;
    margin-top: .2rem;
    background-color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-size: .16rem;
    color: #ffffff;
    /* position: relative; */
    position: absolute;
    padding: 10px 0;
    padding: .1rem 0;
    bottom: 0;
    left: 0;
}

.pFoot .mainWidth {
    position: initial;
    height: 100%;
}

.pFoot a {
    color: #ffffff;
}

.pFoot .foot-left {
    float: left;
}

.pFoot .foot-left .link-ul {
    width: 100%;
    padding: .05rem 0;
}

.pFoot .foot-left .link-ul::after {
    content: '';
    display: block;
    clear: both;
}

.pFoot .foot-left .link-ul li {
    width: auto;
    margin-right: 20px;
    margin-right: .2rem;
    float: left;
}

.pFoot .foot-left .link-ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    height: .13rem;
    background-color: #ffffff;
    float: left;
    margin-top: 9px;
    margin-top: .09rem;
}

.pFoot .foot-left .link-ul li:last-child {
    margin-right: 0;
}

.pFoot .foot-left .link-ul li:first-child::before {
    display: none;
}

.pFoot .foot-left .link-ul li:first-child .name {
    padding-left: 0;
}

.pFoot .foot-left .link-ul li .name {
    height: 30px;
    height: .3rem;
    line-height: 30px;
    line-height: .3rem;
    padding-left: 20px;
    padding-left: .2rem;
    cursor: pointer;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pFoot .foot-left .link-ul li .name:hover {
    color: #ff0000;
}

.pFoot .foot-left .link-ul li .link-con {
    width: 100%;
    min-width: 1200px;
    min-width: 12rem;
    height: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 122px;
    bottom: 1.22rem;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    overflow: hidden;
}

.pFoot .foot-left .link-ul li .link-con .link-ul {
    width: 1400px;
    width: 14rem;
    margin: 0 auto;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt {
    width: 14.28%;
    float: left;
    height: 36px;
    height: .36rem;
    line-height: 36px;
    line-height: .36rem;
    text-align: center;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt a {
    color: #FFFFFF;
    width: 90%;
    padding: 0 5%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    font-size: .16rem;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt a:hover {
    background: #78bfeb;
    color: #ffffff;
}

.pFoot .foot-left .link-ul li.active .link-con {
    display: block;
    padding: 25px 0;
    padding: .25rem 0;
    height: auto;
}

.pFoot .foot-left .msg {
    margin-top:0.15rem;
    font-size: 16px;
    font-size: .16rem;
    color: #ffffff;
    line-height: 32px;
    line-height: .32rem;
}

.pFoot .foot-left .msg label {
    margin-right: 10px;
    margin-right: .1rem;
}

.pFoot .foot-right {
    float: right;
}

.pFoot .foot-right a:last-child {
    margin-right: 0;
}

.pFoot .foot-right a img {
    display: block;
}

.pFoot .foot-right .zfzc {
    margin-top: 26px;
    margin-top: .26rem;
    float: left;
    display: block;
    margin-right: 15px;
    margin-right: .15rem;
}

.pFoot .foot-right .zfzc img {
    width: 110px;
    width: 1.1rem;
}

.pFoot .foot-right .ga {
    margin-top: 18px;
    margin-top: .18rem;
    float: left;
    display: block;
}

.pFoot .foot-right .ga img {
    width: 50px;
    width: .5rem;
}

.pFoot .foot-right .dzjg {
    margin-top: 14px;
    margin-top: .14rem;
    float: left;
    display: block;
}

.pFoot .foot-right .dzjg img {
    width: 80px;
    width: .8rem;
}

.mainWidth {
    width: 1400px;
    width: 14rem;
    margin: 0 auto;
    position: relative;
}
/*  */

.loginbg {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  /* width: auto; */
  /* height: auto; */
  z-index: -100;
  object-fit: cover;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.title {
  text-align: center;
  position: relative;
  width: 1706px;
  width: 17.06rem;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: all 2s;
}

.title > img {
  vertical-align: top;
  width: auto;
  width: 100%;
}

.searchbox {
  width: 1240px;
  width: 12.4rem;
  margin: 0.9rem auto 0;
  display: flex;
  align-items: center;
  border-radius: 79px;
  border-radius: 0.79rem;
  border: 0.02rem solid #fff;
  background: #fff;
  padding-left: 26px;
  padding-left: 0.26rem;
  box-shadow: 0px 1px 12px 0px rgba(17, 38, 58, 0.24), 0px 4px 12px 0px rgba(255, 255, 255, 0.15) inset;
}

.searchbox .search {
  flex: 1;
  padding-right: 26px;
  padding-right: 0.26rem;
  outline: none;
  font-size: 24px;
  font-size: 0.24rem;
  border: 0;
  height: 100%;
}

.searchbox .icon {
  position: relative;
  width: 140px;
  width: 1.4rem;
  height: 74px;
  height: 0.74rem;
  border-radius: 52px;
  border-radius: 0.52rem;
  background: linear-gradient(132deg, #2dcbfd 0%, #3db3fc 100%);
  cursor: pointer;
}

.searchbox .icon::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/img_icon_search.png") no-repeat center center;
}

.guidefunc {
  position: relative;
  width: 1438px;
  width: 14.38rem;
  padding: 0 0 0.37rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
}

.guidefunc .swiper-slide {
  display: flex;
}

.guidefunc .link {
  margin-left: 32px;
  margin-left: 0.32rem;
  display: block;
  position: relative;
}

.guidefunc .link:first-child{
  margin-left:0;
}

.guidefunc .bg {
  margin: 0 auto;
  display: block;
  width: 178px;
  width: 1.78rem;
}

.guidefunc .name {
  position: absolute;
  bottom: 22.5px;
  bottom: 0.225rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-size: 0.24rem;
  line-height: 24px;
  line-height: 0.24rem;
  font-weight: 500;
}

.guidefunc .swiper-container {
  position: initial;
  box-sizing: border-box;
}

.guidefunc .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.guidefunc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.025rem;
}

.guidefunc .swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  width: 0.07rem;
  height: 7px;
  height: 0.07rem;
  border-radius: 7px;
  border-radius: 0.07rem;
  background: #c7c7c7;
}

.guidefunc .swiper-pagination-bullet-active {
  width: 57px;
  width: 0.57rem;
  background: #fff;
}

.guidefunc .swiper-button-next,
.guidefunc .swiper-button-prev {
  width: 54px;
  width: 0.54rem;
  height: 54px;
  height: 0.54rem;
  background-size: 0.54rem 0.54rem;
}

.guidefunc .swiper-button-prev {
  left: -73px;
  left: -0.73rem;
  transform: translateY(-50%);
  background-image: url("../images/img_icon_prev.png");
}

.guidefunc .swiper-button-next {
  background-image: url("../images/img_icon_prev.png");
  right: -83px;
  right: -0.83rem;
  left: auto;
  transform: translateY(-50%) rotate(180deg);
}

.info {
  position: relative;
  top: 1200px;
  top: 12rem;
  opacity: 0;
  transition: all 2s;
}

.shine {
  display: block;
  position: fixed;
  -webkit-animation: twinkle 3s infinite ease-in-out;
  animation: twinkle 3s infinite ease-in-out;
  z-index: -1;
}

.shine:nth-child(1) {
  top: 30%;
  left: 5%;
}

.shine:nth-child(2) {
  top: 20%;
  left: 17%;
}

.shine:nth-child(3) {
  top: 10%;
  left: 35%;
  -webkit-animation: twinkle 4s infinite ease-in-out;
  animation: twinkle 4s infinite ease-in-out;
}

.shine:nth-child(4) {
  top: 7%;
  left: 60%;
  -webkit-animation: twinkle 4s infinite ease-in-out;
  animation: twinkle 4s infinite ease-in-out;
}

.shine:nth-child(5) {
  top: 28%;
  left: 65%;
  -webkit-animation: twinkle 5s infinite ease-in-out;
  animation: twinkle 5s infinite ease-in-out;
}

.shine:nth-child(6) {
  top: 14%;
  left: 82%;
  -webkit-animation: twinkle 3.5s infinite ease-in-out;
  animation: twinkle 3.5s infinite ease-in-out;
}

.shine:nth-child(7) {
  top: 28%;
  left: 90%;
}

@-webkit-keyframes twinkle {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes twinkle {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
