.hot {
  margin-top: 41px;
  box-sizing: border-box;
}

.hot-title {
  width: 1300px; 
  margin: 0 auto;
  margin-bottom: 7px;
  font-size: 26px;
  line-height: 27px;
	font-weight: bold;
  color: #1e1e1e;
}

.hot-content {
  position: relative;
  width: 1300px; 
  margin: 0 auto;
  display: flex;
}

.hot-content .swiper-container {
  height: 260px;
  box-sizing: border-box;
}
.hot-content .swiper-container .swiper-wrapper{
  display: flex;
  align-items: center;
}

.hot-content .swiper-button-prev {
  left: -40px;
}
.hot-content .swiper-button-next {
  right: -40px;
}

.hot-item {
  width: 288px !important;
  height: 209px;
  background-color: #f6f6f6;
	box-shadow: 0px 4px 17px 1px rgba(39, 39, 39, 0.09);
  border-radius: 4px;
  overflow: hidden;
  transition: .3s;
}

.hot-img-box {
  width: 288px;
	height: 148px;
}

.item-hover {
  display: none;
}

.item-hover a {
  display: block;
  color: #d5d5d5;
}

.item-hover a:hover {
  display: block;
  color: #fff;
}

.hot-item img{
  width: 100%;
	height: 100%;
}


.hot-item-word {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  font-size: 18px;
  color: #3c3c3c;
  background-color: #fff;
}

.hot-item:hover  {
  margin-top: -14px;
}

.hot-item:hover .hot-img-box {
  position: relative;
}
.hot-item:hover .hot-img-box .item-hover{
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.3);
}

.hot-item:hover .hot-item-word{
  font-weight: bold;
  color: #ffffff;
  background-color: #5bb2ff;
}

.personal {
  width: 1300px;
  margin: 0 auto;
  margin-top: 15px;
}

.personal-header {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
}


.personal-header-tab {
  display: flex;
}

.personal-tab {
  padding-left: 20px;
  font-size: 26px;
  line-height: 27px;
  padding-right: 20px;
  color: #7a7a7a;
  box-sizing: border-box;
  cursor: pointer;
}

.personal-tab.active {
  font-weight: bold;
  color: #1e1e1e;
}

.personal-tab:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid #b6b6b6;
} 

.personal .more.hide {
  display: none;
}

.more {
  line-height: 26px;
  color: #7a7a7a;
}

.personal-type-top {
  display: flex;
  margin-top: 34px;
}

.personal-type-top.hide {
  display: none;
}

.type-top-content {
  display: flex;
  justify-content: space-between;
}

.type-top-title {
  display: flex;
  align-items: center;
  width: 90px;
  height: 375px;
  padding: 0 33px;
  font-size: 19px;
  color: #fff;
  background-color: #4497f7;
  border-radius: 4px;
}

.type-top-item {
  margin-left: 38px;
  width: 128px;
	height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e4f0fc;
  border-radius: 4px;
}

.icon-box {
  width: 38px;
	height: 38px;
  border-radius: 50%;
  background-color: #4bbffd;
  text-align: center;
  line-height: 35px;
}

.icon-box img{
  width: 30px;
  height: 30px;
}

.type-item-word {
  position: relative;
  margin-top: 14px;
  font-size: 16px;
	font-weight: bold;
  color: #48bffc;
}

.hover-type-word {
  position: absolute;
  left: 0;
  margin-left: -88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.type-item-word:hover .hover-type-word {
  display: flex;
}

.hover-content {
  width: 239px;
  height: 167px;
  border-radius: 4px;
  color: #5e5e5e;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 4px 17px 1px 
		rgba(39, 39, 39, 0.09);
}

.hover-icon {
  position: relative;
  height: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hover-icon .icon {
  position: absolute;
}

.hover-content .hover-content {
  margin-top: 14px;
}

.type-top-link {
  margin-left: 30px;
  width: 350px;
}

.type-link-img {
  width: 350px;
  height: 100px;
  /* background: url(/images/enterprise-handling.png) no-repeat; */
  /* background: url(/images/Individual-handling.png) no-repeat; */
}

.individual.type-link-img {
  display: block;
  background: url(/images/Individual-handling.png) no-repeat;
}
.enterprise.type-link-img {
  display: block;
  background: url(/images/enterprise-handling.png) no-repeat;
}

.type-link-text {
  margin-left: 23px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
}

.type-link-img img {
  width: 100%;
  height: 100%;
}

.type-link-item {
  margin-top: 13px;
  padding: 0 21px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #e5f1fd;
  color: #323232;
}

.personal-type-bottom {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.personal-type-bottom.hide {
  display: none;
}

.type-bottom-item {
  margin-bottom: 36px;
  padding-top: 21px;
  padding-left: 38px;
  width: 399px;
	height: 224px;
	background-color: #ffffff;
	box-shadow: 0px 4px 17px 1px 
		rgba(39, 39, 39, 0.09);
	border-radius: 4px;
  box-sizing: border-box;
  transition: .3s;
}

.type-bottom-item:hover{
  margin-top: -10px;
}

.type-bottom-header {
  display: flex;
  align-items: center;
}

.bottom-item-icon {
  width: 42px;
  height: 43px;
  /* background-color: red; */
  margin-right: 22px;
}

.bottom-item-title {
  font-size: 24px;
  color: #313232;
}

.bottom-item-content {
  padding-left: 6px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.bottom-item-content a {
  display: block;
  width: 50%;
  font-size: 16;
  color: #5e5e5e;
  margin-top: 22px;
}

.convenience {
  width: 1300px;
  margin: 0 auto;
  margin-top: 17px;
}

.convenience-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.convenience-header-title {
  font-size: 26px;
  font-weight: bold;
  color: #1e1e1e;
}

.convenience-header-more {
  color: #7a7a7a;
}

.convenience-list {
  position: relative;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.convenience-list .swiper-button-prev {
  left: -40px;
}
.convenience-list .swiper-button-next {
  right: -40px;
}

.convenience-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298px;
	height: 56px;
  margin-bottom: 15px;
  margin-left: 36px;
  color: #1e1e1e;
	background-color: #ffffff;
	box-shadow: 0px 4px 17px 1px rgba(39, 39, 39, 0.09);
	border-radius: 4px;
  cursor: pointer;
}

.convenience-list-item:hover {
  background-color: #5bb2ff;
    color: #ffffff;
}

.convenience-list-item.ml0 {
  margin-left: 0;
}

.work {
  margin-top: 39px;
}


.work-item {
  position: relative;
  width: 399px;
	height: 112px;
  margin-left: 50px;
	background-color: #ffffff;
	box-shadow: 0px 4px 17px 1px 
		rgba(39, 39, 39, 0.09);
	border-radius: 4px;
}
.work-item.ml0 {
  margin-left: 0;
}

.work-item img {
  width: 100%;
  height: 100% ;
}

.work-item-word {
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  left: 0;
  /* transform: translateY(-50%); */
  width: 100%;
  /* height: 55px; */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 24px; */
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(0,0,0,.3);
}

.work-img {
  display: block;
  width: 100%;
  height: 157px;
  margin-top: 49px;
}

.work-img img {
  width: 100%;
  height: 100%;
}

.map-box {
  margin-top: 45px;
}

.map-content {
  height: 357px;
  margin-top: 29px;
  padding: 13px 15px 8px 14px;
  box-sizing: border-box;
  background-color: #ffffff;
	box-shadow: 0px 4px 17px 1px 
		rgba(39, 39, 39, 0.09);
}

#map {
  width: 596px;
  height: 336px;
  float: left;
}
.wangdian {
  position: relative;

  float: left;
  width: 47%;
  margin-left: 35px;
}

.map-nav {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}


 .wangdian .title-box {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  /* margin-left: 52px; */
  /* margin-right: 15px; */
  width: 1000px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 18px;
}
.left-title {
  border-left: 3px solid #5bb2ff;
}

.wangdian .title {
  display: inline-block;
  padding-left: 10px;
}
.wangdian .title.active{
  color: #1b9aee;
}

.wangdian .position:hover {
  background-color: #f1f7ff;
}

 .position {
  /* margin-top: 20px;
  margin-bottom: 20px; */
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #787878;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.position h3 a{
  font-size: 16px;
  color: #121212;
}
.position p{
  margin-left: 42px;
}

.map_no {
  display: block;
  width: 36px;
  background: url(https://www.xiantao.gov.cn/material/2022/images/dw_icon.png) no-repeat left center;
  height: 32px;
  float: left;
  text-align: center;
  color: #fff;
  margin-right: 7px;
  margin-top: -5px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 6px;
  padding-right: 3px;
  font-size: 14px;
}
.wangdian .swiper-button-prev {
  left: -25px;
} 
.wangdian .swiper-button-next {
  right: -25px;
} 


.other-link {
  height: 144px;
  margin-top: 50px;
  padding:  34px 0 29px 0;
  display: flex;
  justify-content: space-between;
	background-color: #ffffff;
  border: solid 1px #e2e2e2;
}

.other-link-item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.other-link-item  p{
  margin-top: 11px;
  color: #3f3f3f;
}

.evaluate {
  height: 352px;
  margin-top: 90px;
  /* background-color: #f6f7fa; */
  background: url(/images/evaluate-bg.png) no-repeat;
  background-size: 100% 100%;
}


.evaluate-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
}

.evaluate-header {
  display: flex;
}

.evaluate-title {
  font-size: 26px;
	font-weight: bold;
  color: #1e1e1e;
}


.evaluate-vice {
  margin-left: 20px;
  font-size: 16px;
  color: #888889;
}

.evaluate-list {
  margin-top: 74px;
  display: flex;
}

.evaluate-list-item {
  margin-right: 100px;
}

.evaluate-num {
  position: relative;
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
.evaluate-num::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -7px;
  left: 0px;
  width: 25px;
  height: 4px;
  background-color: #4269db;
}

.evaluate-word {
  margin-top: 18px;
  color: #878889;
  white-space: nowrap;
}

.enterprise-icon-label {
  margin-top: 14px;
  font-size: 19px;
  font-weight: bold;
  color: #4897f4;
}


