.container {
    width: 1099px !important;
}
.flex-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    padding: 0;
}
.flex-list li {
    padding: 1rem;
}
.flex-list .item div:nth-child(2) {
    margin-top: 1.25rem;
}
.flex-2 > li {
    width: calc(50% - 1.5rem * 0.5);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-2 > li:nth-child(2n+2) {
    margin-right: 0;
}
.flex-3 > li {
    width: calc(33.33333333% - 1.5rem * 0.66666667);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-3 > li:nth-child(3n+3) {
    margin-right: 0;
}
.flex-4 > li {
    width: calc(25% - 1.5rem * 0.75);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-4 > li:nth-child(4n+4) {
    margin-right: 0;
}
.flex-5 > li {
    width: calc(20% - 1.5rem * 0.8);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-5 > li:nth-child(5n+5) {
    margin-right: 0;
}
.flex-6 > li {
    width: calc(16.66666667% - 1.5rem * 0.83333333);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-6 > li:nth-child(6n+6) {
    margin-right: 0;
}
.flex-7 > li {
    width: calc(14.28571429% - 1.5rem * 0.85714286);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-7 > li:nth-child(7n+7) {
    margin-right: 0;
}
.flex-8 > li {
    width: calc(12.5% - 1.5rem * 0.875);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-8 > li:nth-child(8n+8) {
    margin-right: 0;
}
.flex-9 > li {
    width: calc(11.11111111% - 1.5rem * 0.88888889);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-9 > li:nth-child(9n+9) {
    margin-right: 0;
}
.flex-10 > li {
    width: calc(10% - 1.5rem * 0.9);
    margin: 0 1.5rem 1.5rem 0;
}
.flex-10 > li:nth-child(10n+10) {
    margin-right: 0;
}
.tl-0 {
    font-size: 36px;
    font-weight: 600;
}
.tl-1 {
    font-size: 28px;
    font-weight: 600;
}
.tl-2 {
    font-size: 24px;
    font-weight: 600;
}
.tl-3 {
    font-size: 22px;
    font-weight: 600;
}
.tl-4 {
    font-size: 20px;
    font-weight: 600;
}
.tl-5 {
    font-size: 18px;
    font-weight: 600;
}
.tl-bg {
    position: relative;
    text-align: center;
    z-index: 9;
    margin: 3rem auto;
}
.tl-bg:after {
    content: attr(data-bg);
    color: #f5f5f5;
    word-spacing: 2px;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    zoom: 1.5;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
    pointer-events: none;
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    font-weight: 500;
}
.tl-search-wrap {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    padding: 0.1px 0;
    height: 400px;
}
.tl-search-wrap .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
}
.tl-search-wrap .label {
    color: #fff;
    display: flex;
    align-items: center;
    width: 650px;
}
.tl-search-wrap .label .seal-img {
    height: 64px;
    width: 60px;
    position: absolute;
    left: -65px;
    top: -30px;
}
.tl-search-wrap .label img {
    height: 73px;
    margin-right: 10px;
}
.tl-search-wrap .label .tl-0 {
    position: relative;
}
.tl-search-wrap .label .tl-0 .tag {
    font-size: 14px;
    background: #5282E7;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    left: 0;
    letter-spacing: 1px;
}
.tl-search-wrap .label > div {
    display: flex;
    margin-left: 20px;
}
.tl-search-wrap .label > div span {
    padding: 8px 12px;
}
.tl-search-wrap .label > div span:nth-child(1) {
    color: #acacac;
    font-size: 13px;
    background: #fff;
    padding: 10px 0px 8px 12px;
}
.tl-search-wrap .label > div span:nth-child(2) {
    color: #222;
    font-size: 15px;
    background: #fff;
    padding: 8px 12px 8px 8px;
}
.tl-search-wrap .label > div span:nth-child(3) {
    color: #fff;
    font-size: 15px;
    background: #5282E7;
    cursor: pointer;
}
.tl-search-wrap .label > div span:nth-child(3):hover {
    background: #98b1e6;
}
.tl-search-wrap .tl-search {
    margin-top: 2rem;
}
.tl-search-wrap .tl-search input {
    padding: 1em;
    font-size: 1.15em;
    border: none;
    outline: none;
    display: inline-block;
    width: 420px;
    margin-top: 0.35em;
}
.tl-search-wrap .tl-search button {
    padding: 1em;
    font-size: 1.15em;
    border: none;
    outline: none;
    width: 120px;
    color: #fff;
    font-weight: 600;
    background: #C31F0B;
}
.tl-search-wrap .tl-search button img {
    margin-left: 5px;
}
.tl-tab {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}
.tl-tab.center {
    justify-content: center;
}
.tl-tab > div {
    position: relative;
    padding: 10px 30px;
    z-index: 9;
    cursor: pointer;
}
.tl-tab > div.active {
    color: #4293F4;
}
.tl-tab > div:hover {
    color: #71abf1;
}
.tl-tab > span {
    position: relative;
    padding: 10px 30px;
    z-index: 9;
    cursor: pointer;
}
.tl-tab > span.active {
    color: #4293F4;
}
.tl-tab > span:hover {
    color: #71abf1;
}
.tl-bg-wrap {
    background-image: url(../img/bg2.png);
    background-repeat: no-repeat;
    background-position: center 0;
    padding: 0.1px 0;
    height: 450px;
    background-color: #f5f5f5;
    padding-top: 1rem;
}
.box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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(255, 255, 255, 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%);
    transition: 0.4s ease-in-out;
}
.box-wrapper .box:hover::after {
    height: 400px ;
    width: 400px;
    background: radial-gradient(#4293F4 0%, #4293F4 60%, #fff 80%, #fff);
}
.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;
}
#subject .flex-list li {
    padding: 0;
    cursor: pointer;
}
#subject .flex-list li:hover {
    filter: brightness(0.9);
}
#prompt li {
    padding: 0;
    cursor: pointer;
}
#prompt li:hover {
    filter: brightness(0.9);
}
.service li {
    background: #F6F8FA;
    cursor: pointer;
}
.service li img {
    margin: 0 2rem 0 1rem;
}
.service li:hover {
    background: #f0f5fa;
}
.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
}
img {
    max-width: 100%;
}
