/* 公共部分 */
@import '../font.css';
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
a{
  text-decoration: none;
}
*{
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  /* font-family: 'pingfang'; */
  margin: 0;
  padding: 0;
}
.container{
  width: 1270px;
  margin: 0 auto;
}
.footer-container{
  width: 1446px;
  margin: 0 auto;
}
.active{
  color: #36A687 !important;
}
body{
  padding-top: 80px;
}
.backBtn{
  position: fixed;
  bottom: 64px;
  right: 64px;
  z-index: 999;
  width: 56px;
  height: 56px;
  visibility: hidden;
}
.backBtn>img{
  width: 100%;
  height: 100%;
}
/* PC预览 */
.preview{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}
.preview.preview-show{
  display: block !important;
}
.preview .content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1230px;
  height: 692px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
}
.preview .content-mini{
  width: 503px;
  height: min-content;
  min-height: 800px;
}
.preview .control-left{
  position: absolute;
  top: 49vh;
  left: 120px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.preview .control-right{
  position: absolute;
  top: 49vh;
  right: 120px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.preview>div>img{
  width: 100%;
  height: 100%;
}
.preview .content>img{
  width: 100%;
  height: 100%;
}
.preview .content>video{
  width: 100%;
  height: 100%;
}
.preview .close{
  position: absolute;
  right: 36px;
  top: 36px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/* PC预览模型 */
.preview-pc{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}
.preview-pc.preview-show{
  display: block !important;
}
.preview-pc .model{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 986px;
  height: 820px;
  margin: auto;
  background: url('https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/example/pc-model.png') no-repeat;
  background-size: 100% 100%;
}
.preview-pc .model .content{
  width: 796px;
  height: 474px;
  margin: 50px auto;
  font-size: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.preview-pc .model .content>img{
  width: 100%;
}
.preview-pc .close{
  position: absolute;
  right: 36px;
  top: 36px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/* 手机预览模型 */
.preview-phone{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
}
.preview-phone.preview-show{
  display: block !important;
}
.preview-phone .model{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 396px;
  height: 813px;
  margin: auto;
  background: url('https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/example/phone-model.png') no-repeat;
  background-size: 100% 100%;
}
.preview-phone .model .content-wrap{
  width: 364px;
  height: 778px;
  margin: 15px auto;
  border-radius: 48px;
  overflow: hidden;
}
.preview-phone .model .content-wrap .content{
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.preview-phone .model .content-wrap .content>img{
  width: 100%;
}
.preview-phone .close{
  position: absolute;
  right: 36px;
  top: 36px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
/* header部分 */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #fff;
}
.fixed-header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header .logo{
  width: 152px;
  height: 36px;
  font-size: 0;
  overflow: hidden;
}

.header .logo>img{
  width: 100%;
  height: 100%;
}

.header .nav-wrap{
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0 124px 0 109px;
}
.header .nav-wrap .nav-item>a{
  font-size: 16px;
  color:#13161B;
  transition: color 0.2s;
}
.header .nav-wrap .nav-item:hover>a{
  color: #36A687;
}
.header .link-wrap{
  box-sizing: border-box;
  width: 132px;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  color:#36A687;
  line-height: 36px;
  text-align: center;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #36A687;
  .iconfont{
    font-size: 16px;
    font-weight: 600;
  }
}

.header .nav-wrap .fast-up{
  position: relative;
}
.header .nav-wrap .fast-up::after{
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 1;
  width: 6px;
  height: 6px;
  background: #36A687;
  border-radius: 50%;
}
.servicePer{
	position: relative;
  display: inline-block;
}
.servicePer .arrow{
  display: inline-block;
  font-size: 16px;
  transform: rotate(0deg);
  transition: all 0.2s;
}
.servicePer:hover .arrow{
  color: #36A687 !important;
  transform: rotate(-180deg);
}
.servicePer .serviceUl{
	display: block;
	position: absolute;
	top: 16px;
	left: -16px;
	z-index: 100;
	width: 198px;
  height: 0;
  background: rgba(250,253,255,1);
  box-shadow: 0px 16px 20px 0px rgba(83,109,128,0.15);
  border-radius: 12px 12px 12px 12px;
  border: 2px solid rgba(255,255,255,0.4);
  overflow: hidden;
  transition: all 0.3s;
}
.servicePer:hover .serviceUl{
	display: block !important;
  height: 124px;
}
.servicePer .serviceUl>a{
	display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #13161B;
  padding-left: 16px;
  margin-top: 16px;
  transition: color 0.2s;
}
.servicePer .serviceUl>a:hover{
	color:#36A687 !important;
}
.servicePer .serviceUl>a .icon{
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.servicePer .serviceUl>a .icon>img{
  width: 100%;
  height: 100%;
}

/* 轮播图 */
.carousel{
  width: 1856px;
  height: 488px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}
.carousel .swiper{
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.carousel .swiper .swiper-slide{
  width: 100%;
  height: 100%;
}
.carousel .swiper .swiper-slide>img{
  width: 100%;
  height: 100%;
}
.carousel .swiper .swiper-pagination-bullet{
  width: 57px;
  height: 5px;
  background-color: rgba(58,64,62,0.15);
  border-radius: 0;
  opacity: 1;
}
.carousel .swiper .swiper-pagination-bullet-active{
  background-color: #40C6A1;
}
.carousel .swiper .swiper-pagination{
  bottom: 35px !important;
}

/* 底部 footer  */
.footer{
  width: 100%;
  padding: 103px 0 24px;
  background-color: #fff;
}
.footer .top{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .top .com-info{
  margin-right: 165px;
}
.footer .top .com-info .logo{
  width: 152px;
  height: 36px;
  margin-bottom: 12px;
  overflow: hidden;
}
.footer .top .com-info .logo>img{
  width: 100%;
  height: 100%;
}
.footer .top .com-info .slogan{
  font-size: 16px;
  color: rgba(11,27,59,0.4);
  text-align: left;
  margin-left: 29px;
  margin-bottom: 41px;
}
.footer .top .com-info .qr-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 29px;
}
.footer .com-info .qr-list .qr-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
}
.footer .com-info .qr-list .qr-item:last-of-type{
  margin-right: 0;
}
.footer .com-info .qr-list .qr-item>img{
  width: 92px;
  height: 92px;
  background: #EDF1F2;
  border-radius: 8px;
}
.footer .com-info .qr-list .qr-item>p{
  font-size: 16px;
  color: rgba(11,27,59,0.4);
  margin-top: 10px;
}
.footer .link-info{
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .link-info .link-block{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* .footer .link-info .link-prod{
  margin-right: 69px;
}
.footer .link-info .link-nav{
  margin-right: 78px;
} */
.footer .link-info .link-block .title{
  font-size: 16px;
  color: #13161B;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .link-info .link-block>a{
  display: block;
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 30px;
  margin-top: 14px;
  white-space: nowrap;
  transition: color 0.2s;
}
.footer .link-info .link-block>a:hover{
  color: #36A687;
}
.footer .bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
.footer .bottom>p{
  font-size: 14px;
  color: rgba(11,27,59,0.4);
  line-height: 32px;
}
.footer .bottom .copy{
  margin-right: 116px;
}
.footer .bottom .gov>a{
  font-size: 14px;
  color: rgba(11,27,59,0.4);
  transition: color 0.2s;
}
.footer .bottom .gov>a:hover{
  color: #36A687;
}