@charset "UTF-8";
/**!
 * 一件事一次办主题服务
 * date:2021-10-12
 * author: zhoujie;
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1275px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  position: relative;
  height: 182px;
  background-color: #fff;
}

.header .container {
  position: relative;
  height: 100%;
}

.header-top {
  padding-top: 20px;
}

.header .area-name {
  height: 30px;
  margin: 36px 0 0 19px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  line-height: 30px;
  font-size: 18px;
}

.header .area-change {
  position: relative;
  width: 70px;
  height: 30px;
  margin: 36px 0 0 9px;
  padding-left: 9px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background: #eee url("../images/index/area-change.png") no-repeat right 8px center;
}

.header .area-change:hover .area-wrapper {
  display: block;
}

.header .link {
  margin-top: 44px;
}

.header .link > li {
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}

.header .link > li + li {
  margin-left: 10px;
  padding-left: 9px;
  border-left: 1px solid #ccc;
}

.header .link > li:nth-child(1) {
  padding-left: 24px;
  background: url("../images/index/icon-emblem.png") no-repeat left center;
}

.header .menu {
  position: absolute;
  bottom: 0;
}

.header .menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #3c3f46;
}

.header .menu > li > a {
  display: block;
  height: 100%;
}

.header .menu > li.active, .header .menu > li:hover {
  color: #108dee;
  font-weight: bold;
  border-bottom: 5px solid #108dee;
}

.header .menu > li + li {
  margin-left: 45px;
}

.header .login {
  position: absolute;
  width: 204px;
  height: 158px;
  right: -11px;
  bottom: -108px;
  padding: 25px 20px 20px 35px;
  background: url("../images/index/bg-login.png") no-repeat center;
}

.header .login .hello {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
}

.header .login-user {
  margin-top: 25px;
  line-height: 30px;
  font-size: 16px;
}

.header .login-user > a {
  color: #108dee;
}

.header .area-wrapper {
  left: -555px;
}

.banner {
  height: 240px;
  background: url("../images/theme/bg-banner.jpg") no-repeat center;
  text-align: center;
  /* 当前位置 */
}

.banner .position {
  height: 20px;
  margin-top: 19px;
}

.banner .position > li {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.banner .position > li:not(.tip) + li::before {
  content: '>';
  color: #fff;
  padding-left: 3px;
  margin: 0 1px;
}

.banner .position > li:last-child {
  color: #fff;
}

.banner .position .tip {
  margin-right: 5px;
  padding-left: 25px;
  background: url("../images/theme/icon-location.png") no-repeat left center;
}

.banner > h3 {
  margin-top: -150px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.module {
  width: 100%;
}

.module .btn-area {
  padding-top: 15px;
  text-align: center;
}

.module .btn-area .btn-more {
  display: block;
  width: 177px;
  height: 42px;
  padding: 0 40px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-box-shadow: 0px 4px 38px 0px rgba(14, 132, 223, 0.11);
          box-shadow: 0px 4px 38px 0px rgba(14, 132, 223, 0.11);
  border-radius: 21px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 42px;
}

.module .btn-area .btn-more::after {
  float: right;
  content: '';
  width: 17px;
  height: 42px;
  margin-left: 15px;
  background: url(../images/theme/icon-themename.png) center no-repeat;
}

.module.onething {
  /* height: 761px; */
}

.module.onething .tab {
  width: 100%;
  height: 100%;
  margin-top: 35px;
}

.module.onething .tab .tab-head {
  width: 100%;
  height: 106px;
}

.module.onething .tab .tab-head .hdl {
  float: left;
  width: 600px;
  height: 90px;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(../images/theme/bg-tab.jpg) center no-repeat;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #0E83EC;
  line-height: 26px;
  cursor: pointer;
}

.module.onething .tab .tab-head .hdl .hdl-info {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.module.onething .tab .tab-head .hdl.active, .module.onething .tab .tab-head .hdl:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(../images/theme/bg-tab-active.jpg) center no-repeat;
}

.module.onething .tab .tab-head .hdl.active::after, .module.onething .tab .tab-head .hdl:hover::after {
  display: block;
  width: 600px;
  height: 11px;
  margin-top: 18px;
  content: '';
  background: url(../images/theme/icon-tab-active.png) center no-repeat;
}

.module.onething .tab .tab-head .hdl.person {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module.onething .tab .tab-head .hdl.person.active, .module.onething .tab .tab-head .hdl.person:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.module.onething .tab .tab-head .hdl.legal-person {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module.onething .tab .tab-head .hdl.legal-person.active, .module.onething .tab .tab-head .hdl.legal-person:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.module.onething .tab .bdl {
  margin-top: 0px;
  padding-bottom: 44px;
  /* 搜索选择区域 */
}

.module.onething .tab .bdl .head-area {
  width: 100%;
  height: 66px;
  margin-top: 16px;
  text-align: center;
}

.module.onething .tab .bdl .head-area > h4 {
  font-size: 26px;
  font-weight: 500;
  color: #333;
  line-height: 66px;
  float: left;
}

.module.onething .tab .bdl .head-area .bdl-info {
  float: left;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #888;
  line-height: 78px;
}

.module.onething .tab .bdl .head-area .module-search {
  width: 278px;
  height: 36px;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 4px;
}

.module.onething .tab .bdl .head-area .module-search-input {
  width: 206px;
  height: 34px;
  padding: 0 11px;
  border: 0;
  outline: none;
  font-size: 16px;
}

.module.onething .tab .bdl .head-area .module-search-btn {
  position: relative;
  top: -35px;
  left: 204px;
  width: 72px;
  height: 36px;
  background: #0e8cf0;
  border-radius: 0px 4px 4px 0px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 36px;
}

.module.onething .tab .bdl .head-area::after {
  position: relative;
  top: 66px;
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  background: url(../images/theme/bg-detail-head.png) center top no-repeat;
  background-size: 100% 100%;
}

.module.onething .tab .bdl .select {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 30px;
  overflow: hidden;
}

.module.onething .tab .bdl .select > ul {
  width: 100%;
  height: auto;
}

.module.onething .tab .bdl .select > ul > li {
  float: left;
  width: 132px;
  height: 48px;
  background: rgba(239, 247, 254, 0.8);
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 48px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module.onething .tab .bdl .select > ul > li:nth-child(8n+1) {
  margin-left: 2px;
}

.module.onething .tab .bdl .select > ul > li.active, .module.onething .tab .bdl .select > ul > li:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  background: #0e8cf0;
}

.module.onething .tab .bdl .unfold {
  width: 100%;
  height: 46px;
  margin-top: 25px;
  background: rgba(239, 247, 254, 0.8);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.module.onething .tab .bdl .unfold > .text {
  display: block;
  width: 90px;
  height: 46px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #0e8cf0;
  line-height: 46px;
  background: url(../images/theme/icon-arr-bottom.png) center right no-repeat;
}

.module.onething .tab .bdl .unfold > .text.active {
  background: url(../images/theme/icon-arr-top.png) center right no-repeat;
}

.module.onething .tab .bdl > ul {
  width: 100%;
  margin-top: 40px;
}

.module.onething .tab .bdl > ul > li {
  float: left;
  width: 587px;
  height: 144px;
  padding: 16px 18px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #e1e8ed;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.08);
          box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.08);
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.module.onething .tab .bdl > ul > li:nth-child(even) {
  margin-left: 24px;
}

.module.onething .tab .bdl > ul > li:hover {
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #0e8cf0;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.2);
          box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.2);
}

.module.onething .tab .bdl > ul > li:hover .text-area > p {
  -webkit-transition: .3s;
  transition: .3s;
  color: #0e8cf0;
}

.module.onething .tab .bdl > ul > li .text-area {
  width: 100%;
  height: 69px;
}

.module.onething .tab .bdl > ul > li .text-area > p {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}

.module.onething .tab .bdl > ul > li .btn-area {
  width: 100%;
  height: calc(100% - 69px);
  padding-top: 0;
  border-top: 1px dashed #ddd;
}

.module.onething .tab .bdl > ul > li .btn-area > a {
  height: 36px;
  margin-top: 8px;
  margin-right: 7px;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #108dee;
  line-height: 34px;
}

.module.onething .tab .bdl > ul > li .btn-area > a .icon-arr-right {
  float: right;
  width: 20px;
  height: 34px;
  margin-left: 9px;
  background: url(../images/theme/icon-arr-right.png) center no-repeat;
}
