.container {
  width: 1200px !important;
}
.bg-banner {
  height: 220px;
  background: url('../img/head-banner.png') no-repeat;
  background-size: cover;
}
.bg-banner .container {
  position: relative;
  height: 100%;
}
.bg-banner .tab-container {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.bg-banner .tab-container div {
  width: calc(32% - 1px);
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}
.bg-banner .tab-container div:hover {
  background: rgba(0, 0, 0, 0.5);
}
.bg-banner .tab-container div.active {
  background: #fff;
  color: #000;
}
.bg-banner .title {
  color: #fff;
  padding-top: 40px;
}
.bg-banner .title h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
.bg-banner .title p {
  font-size: 16px;
  letter-spacing: 1px;
}
.tab-item-wrap {
  padding: 20px 0;
}
.tab-item-wrap .item-wrap {
  display: none;
  height: 100px;
  overflow: hidden;
}
.tab-item-wrap .item-wrap li {
  background: #F1F2F3;
  text-align: center;
}
.tab-item-wrap .item-wrap li:hover {
  filter: brightness(0.97);
}
.tab-item-wrap .item-wrap li.active {
  background-color: #2F67AA;
  color: #fff;
}
.tab-item-wrap .item-wrap.active {
  display: flex;
}
.tab-item-wrap .more-btn {
  background: #F1F2F3;
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  cursor: pointer;
  color: #2F67AA;
  user-select: none;
  font-weight: 700;
}
.tab-item-wrap .more-btn.active span:last-child {
  display: inline-block;
  transform: rotate(-90deg) scale(0.65, 1.5);
  transition: 0.2s ease-in-out;
}
.tab-item-wrap .more-btn:hover {
  color: #4084d6;
}
.tab-item-wrap .more-btn span:last-child {
  display: inline-block;
  transform: rotate(90deg) scale(0.65, 1.5);
  transition: 0.2s ease-in-out;
}
.borderd {
  border-bottom: 2px solid #e4e4e4;
  padding: 14px 0 ;
  display: flex;
  align-items: center;
}
.borderd * {
  margin: 0;
}
.borderd span {
  margin-right: 30px;
  cursor: pointer;
}
.borderd span:hover {
  color: #a8cfff;
}
.borderd .active {
  color: #000;
  position: relative;
}
.borderd .active::before {
  content: '';
  height: 7px;
  width: 100%;
  background: #2F67AA;
  position: absolute;
  bottom: -23px;
  left: 0;
}
.borderd .ml-2 {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.borderd select {
  border: none;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.borderd input {
  height: 16px;
  margin-top: 0;
  vertical-align: bottom;
}
.borderd .note {
  margin-left: 140px;
  color: #666;
}
.borderd .note span {
  margin-right: 0;
}
.borderd .search-wrap {
  background: #F1F2F3;
  padding: 2px 10px;
  float: right;
  margin-left: 70px;
  width: 310px;
}
.borderd .search-wrap input {
  width: 260px;
  height: 30px;
  background: transparent;
  border: none;
  padding: 4px;
  outline: none;
  color: #333;
  text-align: left;
}
.borderd .search-wrap img {
  cursor: pointer;
  height: 24px;
  padding-bottom: 5px;
}
.l-table {
  width: 100%;
}
.l-table tr {
  border-bottom: 1px solid #e4e4e4;
}
.l-table tr.head {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}
.l-table tr.head td {
  padding: 18px 0;
  font-weight: 600;
  cursor: pointer;
}
.l-table tr.head td::before {
  margin-right: 20px;
}
.l-table tr.head td:nth-child(1) {
  width: 48%;
}
.l-table tr.head td:nth-child(2) {
  width: 20%;
}
.l-table tr.head td:nth-child(3) {
  width: 12%;
}
.l-table tr.head td:nth-child(4) {
  width: 20%;
  text-align: center;
}
.l-table tr:hover {
  background: #f5f5f5;
}
.l-table .l1 td {
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}
.l-table .l1 td > .title {
  font-size: 18px;
  display: inline-block;
  padding: 6px 0 6px 30px;
  position: relative;
}
.l-table .l1 td > .title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #2F67AA;
  border-right: 5px solid transparent;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;  
}
.l-table .l1.active td .l2 {
  display: block;
}
.l-table .l1.active td .l2.rows {
  display: flex;
}
.l-table .l1.active td > .title::before {
	transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
  
}
.l-table .l2 {
  display: none;
}
.l-table .l2 > .title {
  font-size: 16px;
  color: #2F67AA;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table .l2 > .titles {
  font-size: 16px;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table .l2 > .title::before {
  left: 30px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #2F67AA;
  border-right: 5px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.l-table .l2.rows {
  display: none;
}
.l-table .l2.rows > div {
  display: inline-block;
}
.l-table .l2.rows > div:nth-child(1) {
  width: 48%;
}
.l-table .l2.rows > div:nth-child(2) {
  width: 20%;
}
.l-table .l2.rows > div:nth-child(3) {
  width: 12%;
}
.l-table .l2.rows > div:nth-child(4) {
  display: flex;
  width: 20%;
  text-align: center;
  justify-content: space-around;
}
.l-table .l2.rows > .title::before {
  content: '';
}
.l-table .l2.rows.active > .title::before {
  content: '';
}
.l-table .l2.active .l3 {
  display: flex;
}
.l-table .l2.active > .title::before {
  transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
}
.l-table .l3 {
  display: none;
}
.l-table .l3 > div {
  display: inline-block;
}
.l-table .l3 > div:nth-child(1) {
  width: 48%;
}
.l-table .l3 > div:nth-child(2) {
  width: 20%;
}
.l-table .l3 > div:nth-child(3) {
  width: 12%;
}
.l-table .l3 > div:nth-child(4) {
  display: flex;
  width: 20%;
  text-align: center;
  justify-content: space-around;
}
.l-table .l3 > .title {
  font-size: 15px;
  color: #666;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table .opt {
  display: flex;
  justify-content: space-between;
}
.l-table .opt span {
  color: #2F67AA;
  font-weight: bold;
  cursor: pointer;
}
.l-table .opt span.disabled {
  color: #999;
}
#pagination a {
  color: #2F67AA;
}
#pagination a:hover {
  color: #fff;
  background: #2F67AA;
}
#pagination span {
  color: #fff;
  background: #2F67AA;
}
.list-wrap {
    display: none;
}
.list-wrap.active {
    display: block;
}
.businessServices-type {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    justify-content: center;
}
.businessServices-type > div {
    position: relative;
    padding: 10px 30px;
    z-index: 9;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}
.businessServices-type > div.active {
    color: #4293F4;
}
.businessServices-type > div:hover {
    color: #71abf1;
}
.businessServices-type > span {
    position: relative;
    padding: 10px 30px;
    z-index: 9;
    cursor: pointer;
}
.businessServices-type > span.active {
    color: #4293F4;
}
.businessServices-type > span:hover {
    color: #71abf1;
}
.box-wrapper {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    display: none;
    margin-top: 20px;
}
.box-wrapper.active {
    display: flex;
}
.box-wrapper .box {
    border-radius: 8px;
    height: 180px;
    width: calc(25% - 1.5rem);
    margin-left: 1.5rem;
    margin-top: 2.5rem;
    overflow: hidden;
    background: rgba(228, 238, 253, 0.5);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
.box-wrapper .box::after {
    content: '';
    display: block;
    height: 0px ;
    width: 0px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: radial-gradient(#4293F4 0%, #4293F4 60%, #fff 80%, #fff);
    transition: 0.2s ease-in-out;
}
.box-wrapper .box:hover::after {
    height: 400px ;
    width: 400px;
    background: radial-gradient(#4293F4 0%, #4293F4 60%, #fff 80%, #fff);
    transition: 0.4s 0.1s ease-in-out;
}
.box-wrapper .box:hover .icon {
    filter: brightness(9);
}
.box-wrapper .box:hover .text .tl-4 {
    color: #fff;
}
.box-wrapper .box:hover .text ul li a {
    color: #fff;
}
.box-wrapper .box .icon {
    width: 20%;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 46px;
    position: relative;
    z-index: 99;
    filter: brightness(1);
    transition: 0.3s ease;
}
.box-wrapper .box .text {
    width: calc(80% - 15px);
    position: relative;
    z-index: 99;
}
.box-wrapper .box .text .tl-4 {
    padding-left: 6px;
    transition: 0.1s 0.1s ease;
}
.box-wrapper .box .text ul {
    margin-top: 10px;
}
.box-wrapper .box .text ul li {
    line-height: 1.8;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-wrapper .box .text ul li a {
    color: #444;
    transition: 0.1s 0.1s ease;
}
.flex-wrap {
    display: flex;
}
.flex-wrap .left {
    width: calc(45% - 1rem);
    padding-right: 3rem;
}
.flex-wrap .right {
    width: calc(55% - 1rem);
}
.flex-wrap .right li {
    cursor: pointer;
    text-align: center;
}
.flex-wrap .right li:hover {
    background: #e2ecff;
}
.tl-cell-wrap {
    padding: 1rem 0;
}
.tl-cell-wrap .cell {
    background: #fff;
    padding: 1rem 2rem;
    font-size: 16px;
}
.tl-cell-wrap .cell img {
    margin-right: 1rem;
    max-height: 30px;
}
.tl-cell-wrap .cell + .cell {
    margin-top: 1rem;
}
.box-wrapper .box .icon {
    width: 20%;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 46px;
    position: relative;
    z-index: 99;
    filter: brightness(1);
    transition: 0.3s ease;
}
.l-table-bsfw {
  width: 100%;
}
.l-table-bsfw tr {
  border-bottom: 1px solid #e4e4e4;
}
.l-table-bsfw tr.head {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}
.l-table-bsfw tr.head td {
  padding: 18px 0;
  font-weight: 600;
  cursor: pointer;
}
.l-table-bsfw tr.head td::before {
  margin-right: 20px;
}
.l-table-bsfw tr.head td:nth-child(1) {
  width: 48%;
}
.l-table-bsfw tr.head td:nth-child(2) {
  width: 20%;
}
.l-table-bsfw tr.head td:nth-child(3) {
  width: 12%;
}
.l-table-bsfw tr.head td:nth-child(4) {
  width: 20%;
  text-align: center;
}
.l-table-bsfw tr:hover {
  background: #f5f5f5;
}
.l-table-bsfw .l1 td {
  position: relative;
  padding: 6px 0;
  cursor: pointer;
}
.l-table-bsfw .l1 td > .title {
  font-size: 18px;
  display: inline-block;
  padding: 6px 0 6px 30px;
  position: relative;
  width:48%;
}
.l-table-bsfw .l1 td > .title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #2F67AA;
  border-right: 5px solid transparent;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;  
}
.l-table-bsfw .l1.active td .l2 {
  display: block;
}
.l-table-bsfw .l1.active td .l2.rows {
  display: flex;
}
.l-table-bsfw .l1.active td > .title::before {
	transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
  
}
.l-table-bsfw .l2 {
  display: none;
}
.l-table-bsfw .l2 > .title {
  font-size: 16px;
  color: #2F67AA;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table-bsfw .l2 > .titles {
  font-size: 16px;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table-bsfw .l2 > .title::before {
  left: 30px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #2F67AA;
  border-right: 5px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.l-table-bsfw .l2.rows {
  display: none;
}
.l-table-bsfw .l2.rows > div {
  display: inline-block;
}
.l-table-bsfw .l2.rows > div:nth-child(1) {
  width: 48%;
}
.l-table-bsfw .l2.rows > div:nth-child(2) {
  width: 20%;
}
.l-table-bsfw .l2.rows > div:nth-child(3) {
  width: 12%;
}
.l-table-bsfw .l2.rows > div:nth-child(4) {
  display: flex;
  width: 20%;
  text-align: center;
  justify-content: space-around;
}
.l-table-bsfw .l2.rows > .title::before {
  content: '';
}
.l-table-bsfw .l2.rows.active > .title::before {
  content: '';
}
.l-table-bsfw .l2.active .l3 {
  display: flex;
}
.l-table-bsfw .l2.active > .title::before {
  transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
}
.l-table-bsfw .l3 {
  display: none;
}
.l-table-bsfw .l3 > div {
  display: inline-block;
}
.l-table-bsfw .l3 > div:nth-child(1) {
  width: 48%;
}
.l-table-bsfw .l3 > div:nth-child(2) {
  width: 20%;
}
.l-table-bsfw .l3 > div:nth-child(3) {
  width: 12%;
}
.l-table-bsfw .l3 > div:nth-child(4) {
  display: flex;
  width: 20%;
  text-align: center;
  justify-content: space-around;
}
.l-table-bsfw .l3 > .title {
  font-size: 15px;
  color: #666;
  padding: 6px 0 6px 60px;
  position: relative;
}
.l-table-bsfw .opt {
  display: flex;
  justify-content: space-between;
}
.l-table-bsfw .opt span {
  color: #2F67AA;
  font-weight: bold;
  cursor: pointer;
}
.l-table-bsfw .opt span.disabled {
  color: #999;
}