.head {
  height: 590px;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.head .bg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #F8FAFB;
}
.head .title {
  margin-top: 140px;
  height: 66px;
  font-size: 50px;
  font-weight: bold;
  line-height: 66px;
  color: #FFFFFF;
}
.head .sub_title {
  height: 68px;
  text-align: center;
  line-height: 34px;
  overflow: hidden;
  color: #F5F8FF;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.head .btn {
  display: flex;
  flex-direction: row;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  height: 50px;
  margin-top: 55px;
  cursor: pointer;
}
.head .btn .btn_left {
  width: 150px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  color: #fff;
  transition: 0.3s;
}
.head .btn .btn_left:hover {
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.head .btn .btn_right {
  margin-left: 40px;
  width: 150px;
  background: #FFFFFF;
  border-radius: 25px;
  color: #FF565E;
  transition: 0.3s;
}
.head .btn .btn_right:hover {
  background-color: #FF3E47;
  color: #fff;
  transition: 0.3s;
}
#title {
  z-index: 100;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  color: #3A434B;
  text-align: center;
  position: relative;
  margin-top: 100px;
}
#title::before {
  position: absolute;
  margin-left: -68px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 12px;
  content: '';
  background: url('https://static-1.talk-fun.com/talklfun_index/pc/policy/img/title_left.svg') no-repeat 100% 100%;
}
#title::after {
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 12px;
  content: '';
  background: url('https://static-1.talk-fun.com/talklfun_index/pc/policy/img/title_right.svg') no-repeat 100% 100%;
}
#btn {
  width: 120px;
  height: 44px;
  background: #FF565E;
  opacity: 1;
  border-radius: 25px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#btn:hover {
  cursor: pointer;
  background: #FF3E47;
  transition: 0.3s;
}
.scene {
  height: 718px;
  background: #F8FAFB;
}
.scene .scene_cont {
  width: 900px;
  margin: auto;
  overflow: hidden;
}
.scene .scene_cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.scene .scene_cont ul li {
  width: 240px;
  height: 180px;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.scene .scene_cont ul li img {
  width: 240px;
  height: 180px;
  transition: 0.5s;
}
.scene .scene_cont ul li img:hover {
  transform: scale(1.2);
  transition: 0.5s;
}
.scene .scene_cont ul li .tit {
  font-size: 16px;
  position: absolute;
  opacity: 10;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  top: 142px;
}
.government {
  height: 850px;
  background-color: #fff;
  overflow: hidden;
}
.government .government_cont {
  width: 1200px;
  height: 100px;
  margin: auto;
  display: flex;
}
.government .government_cont .left {
  width: 670px;
  height: 362px;
  margin-top: 145px;
  position: relative;
}
.government .government_cont .left .bg {
  width: 100%;
}
.government .government_cont .left .icon:nth-child(1) {
  position: absolute;
  left: 0;
  top: -98px;
}
.government .government_cont .left .icon:nth-child(2) {
  position: absolute;
  right: 0px;
  top: -64px;
  display: none;
}
.government .government_cont .left .icon:nth-child(3) {
  position: absolute;
  left: 0;
  display: none;
  top: -98px;
}
.government .government_cont .left .icon:nth-child(4) {
  position: absolute;
  right: 0px;
  display: none;
  top: 0px;
}
.government .government_cont .left .icon:nth-child(5) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
}
.government .government_cont .left .btn {
  margin: auto;
  margin-top: 60px;
}
.government .government_cont .right {
  margin-top: 100px;
  margin-left: 96px;
}
.government .government_cont .right .item {
  display: flex;
  cursor: pointer;
}
.government .government_cont .right .item .img {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(100, 147, 255, 0.2);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.government .government_cont .right .item .img img {
  width: 38px;
  height: 38px;
}
.government .government_cont .right .item .img .img1 {
  display: block;
}
.government .government_cont .right .item .img .img2 {
  display: none;
}
.government .government_cont .right .item .text {
  margin-bottom: 40px;
  margin-left: 20px;
}
.government .government_cont .right .item .text .tit {
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #3A434B;
}
.government .government_cont .right .item .text .subtit {
  margin-top: 8px;
  width: 350px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #90959A;
}
.func {
  height: 737px;
  background: #F8FAFB;
  overflow: hidden;
}
.func .func_cont {
  margin: auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.func .func_cont .item {
  width: 80px;
  margin-top: 60px;
  margin-left: 120px;
}
.func .func_cont .item:nth-child(5n+1) {
  margin-left: 60px!important;
}
.func .func_cont .item .block {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(7, 47, 126, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.func .func_cont .item .block img {
  width: 50px;
}
.func .func_cont .item .block:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.func .func_cont .item span {
  width: 85px;
  text-align: center;
  margin-top: 20px;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #3A434B;
  display: flex;
  flex-wrap: nowrap;
  display: block;
}
.banner {
  height: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.banner .bg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.banner .title {
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
}
.banner .btn {
  margin: auto;
  margin-top: 63px;
}
.step {
  height: 690px;
  overflow: hidden;
  background-color: #fff;
  margin: auto;
}
.step .step_cont {
  width: 1200px;
  margin: auto;
}
.step .step_cont .header {
  height: 250px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.step .step_cont .header .head_lef {
  margin-left: 70px;
}
.step .step_cont .header .head_rig {
  margin-left: 106px;
}
.step .step_cont .header .head_lef .title,
.step .step_cont .header .head_rig .title {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #3A434B;
  margin-top: 150px;
}
.step .step_cont .header .head_lef .text,
.step .step_cont .header .head_rig .text {
  margin-top: 14px;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #90959A;
}
.step .step_cont .header .head_mid {
  margin-left: 152px;
  width: 260px;
  height: 190px;
  margin-top: 30px;
}
.step .step_cont .header .head_mid img {
  width: 260px;
}
.step .step_cont .line {
  width: 1200px;
  height: 3px;
  background: #F3F6FF;
  position: relative;
}
.step .step_cont .line::before {
  transform: translateY(-50%);
  top: 50%;
  margin-left: 72px;
  box-sizing: border-box;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 3px solid #809FFF;
  border-radius: 50%;
}
.step .step_cont .line::after {
  transform: translateY(-50%);
  top: 50%;
  right: 320px;
  box-sizing: border-box;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 3px solid #809FFF;
  border-radius: 50%;
}
.step .step_cont .line span {
  transform: translateY(-50%);
  top: 50%;
  left: 524px;
  box-sizing: border-box;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 3px solid #809FFF;
  border-radius: 50%;
}
.step .step_cont .footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.step .step_cont .footer .footer_lef {
  margin-left: 17px;
}
.step .step_cont .footer .footer_rig {
  margin-left: 40px;
}
.step .step_cont .footer .footer_lef,
.step .step_cont .footer .footer_rig {
  margin-top: 28px;
  width: 260px;
  height: 190px;
}
.step .step_cont .footer .footer_lef img,
.step .step_cont .footer .footer_rig img {
  width: 260px;
}
.step .step_cont .footer .footer_mid {
  margin-left: 247px;
}
.step .step_cont .footer .footer_mid .title {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #3A434B;
  margin-top: 40px;
}
.step .step_cont .footer .footer_mid .text {
  margin-top: 14px;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #90959A;
}
.choose {
  overflow: hidden;
  height: 376px;
  background-color: #F8FAFB;
}
.choose .choose_cont {
  width: 884px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 60px;
}
.choose .choose_cont img {
  box-sizing: border-box;
  border-right: 1px solid #F2F5F6;
  border-bottom: 1px solid #F2F5F6;
  flex: none;
  cursor: pointer;
}
.choose .choose_cont img:hover {
  box-shadow: 0px 0px 8px 0px rgba(27, 95, 188, 0.15);
  transform: scale(1.01);
}
