/*
Theme Name: 2022年智信官网
Theme URI: http://www.ztrust.com
Author: 杨圆建 <624508914@qq.com>
Author URI: https://www.ztrust.com
Description: 2022年，智信官网新模板
Version: 3.0
License: 智信版权所有
*/
/* CSS Document */
/**
 * 全局变量
 */
:root {
    --header-bg-opacity: 0;
}

/**
 * 基础样式
 */
html {
    font-size: 12px;
    min-width: 1200px;
}

a:hover {
    text-decoration: none;
}

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

/**
 * WorldPress 样式
 */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagination {
    margin: 0 auto 96px;
    width: 1200px;
    display: flex;
    justify-content: center;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .nav-links {
    display: flex;
}

.pagination .nav-links a,
.pagination .nav-links span {
    font-size: 13px;
    font-weight: 400;
    color: #595959;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-right: 16px;
}

.pagination .nav-links a.current,
.pagination .nav-links span.current {
    color: #FFFFFF;
    border: 1px solid #FF5C00;
    background: #FF5C00;
}

.pagination .nav-links a.prev,
.pagination .nav-links span.prev,
.pagination .nav-links a.next,
.pagination .nav-links span.next {
    width: 79px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
}

.pagination .nav-links a.dots,
.pagination .nav-links span.dots {
    width: 20px;
    border: 1px solid transparent;
}

/**
 * 公共样式
 */
.header-container {
    height: 126px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, var(--header-bg-opacity));
    z-index: 2;
}

.header-container .header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .header .logo span {
    display: none;
}

.header-container .header .logo span img {
    width: 160px;
    display: block;
    margin-bottom: 10px;
}

.header-container .header .logo span:nth-child(1) {
    display: block;
}

.header-container .header .menu .list,
.header-container .header .menu .item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-container .header .menu .list {
    display: flex;
}

.header-container .header .menu .list .item {
    padding: 0 25px 5px;
    font-size: 18px;
    position: relative;
}

.header-container .header .menu .list .item .link {
    color: #fff;
    border-bottom: 4px solid transparent;
    padding-bottom: 5px;
    position: relative;
    height: 30px;
    display: block;
}

.header-container .header .menu .list .item .link.active,
.header-container .header .menu .list .item .link:hover {
    color: #FF5C00;
    text-decoration: none;
    border-bottom: 4px solid #FF5C00;
}

.header-container .header .menu .list .item .link span {
    position: absolute;
    right: -40px;
    top: -18px;
    color: #fff;
    font-size: 12px;
    display: block;
    background: #FF5C00;
    padding: 0 2px;
    border-radius: 6px 6px 6px 0;
}

.header-container .header .menu .list .item .sublist,
.header-container .header .menu .list .item .sublist .subitem {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-container .header .menu .list .item .sublist {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.header-container .header .menu .list .item .sublist li {
    border-bottom: 1px solid #f7f7f7;
}

.header-container .header .menu .list .item .sublist li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 14px;
    color: #595959;
}

.header-container .header .menu .list .item .sublist li a:hover {
    color: #FF5C00;
}

.header-container .header .menu .list .item .sublist li:last-child {
    border-bottom: none;
}

.header-container .header .menu .list .item:hover .sublist {
    display: block;
}

.header-container.sticky {
    border-bottom: 1px solid #f7f7f7;
}

.header-container.sticky .logo span:nth-child(1) {
    display: none;
}

.header-container.sticky .logo span:nth-child(2) {
    display: block;
}

.header-container.sticky .header .menu .list .item .link {
    color: #595959;
}

.footer-container {
    border-top: 1px solid #ececec;
    background: #f5f5f5;
}

.footer-container .footer {
    display: flex;
    padding: 35px 0 0;
    justify-content: space-between;
}

.footer-container .footer ul,
.footer-container .footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-container .footer .address ul {
    margin-bottom: 19px;
    font-size: 14px;
    color: #595959;
}

.footer-container .footer .item .title {
    padding: 0 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.footer-container .footer .item .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 35px;
    height: 2px;
    background: #FF5C00;
}

.footer-container .footer .item .name {
    font-size: 14px;
    margin-bottom: 18px;
    color: #595959;
}

.footer-container .footer .item .sub {
    font-size: 14px;
}

.footer-container .footer .item .sub a {
    color: #595959;
}

.footer-container .footer .item .sub img {
    width: 100px;
    display: block;
}

.footer-container .footer .item .sub li {
    line-height: 30px;
}

.footer-container .copyright {
    border-top: 1px solid #ececec;
    text-align: center;
    padding: 10px 0;
    color: #333;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .footer-container .copyright {
        padding: 0 50px;
    }
}

.footer-container .copyright a {
    color: #333;
}

.footer-container .copyright div:nth-child(2) {
    display: flex;
}

.footer-container .copyright div:nth-child(2) a {
    margin-right: 10px;
}

.footer-container .copyright div:nth-child(2) a:last-child {
    margin-right: 0;
}

.inner-tabs-container {
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
}

.inner-tabs-container .inner-tabs {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-tabs-container .inner-tabs .inner-tabs-item {
    position: relative;
    font-size: 18px;
    margin: 0 30px;
    color: #595959;
}

.inner-tabs-container .inner-tabs .inner-tabs-item:hover,
.inner-tabs-container .inner-tabs .inner-tabs-item.active {
    color: #FF5C00;
    font-weight: 600;
}

.inner-tabs-container .inner-tabs .inner-tabs-item:hover:after,
.inner-tabs-container .inner-tabs .inner-tabs-item.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 4px;
    background: #FF5C00;
    border-radius: 2px;
}

.inner-tabs-container-v3 {
    padding-top: 20px;
    height: 85px;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-tabs-container-v3 .inner-location {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-tabs-container-v3 .inner-location div {
    font-size: 15px;
    color: #999999;
}

.inner-tabs-container-v3 .inner-location div a {
    color: #999999;
}

.inner-tabs-container-v3 .inner-location div a:hover {
    color: #FF5C00;
}

.inner-tabs-container-v3 .inner-location div.icon {
    width: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-tabs-container-v3 .inner-location div:last-child {
    color: #FF5C00;
}

.inner-tabs-container-v3 .inner-location div:last-child a {
    color: #FF5C00;
}

.inner-tabs-container-v3 .inner-tabs {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-tabs-container-v3 .inner-tabs .inner-tabs-item {
    position: relative;
    font-size: 18px;
    margin: 0 30px;
    color: #666666;
}

.inner-tabs-container-v3 .inner-tabs .inner-tabs-item:hover,
.inner-tabs-container-v3 .inner-tabs .inner-tabs-item.active {
    color: #FA6400;
    font-weight: 500;
}

.inner-tabs-container-v3 .inner-tabs .inner-tabs-item:hover:after,
.inner-tabs-container-v3 .inner-tabs .inner-tabs-item.active:after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: -18px;
    height: 3px;
    background: #FA6400;
    border-radius: 2px;
}

.inner-menu-container {
    background: #fff;
}

.inner-menu-container .inner-menu-item {
    display: flex;
    position: relative;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    align-items: center;
    color: #666666;
}

.inner-menu-container .inner-menu-item:hover,
.inner-menu-container .inner-menu-item.active {
    color: #FA6400;
    font-weight: 500;
}

.inner-menu-container .inner-menu-item:hover:before,
.inner-menu-container .inner-menu-item.active:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FA6400;
    border-radius: 2px;
}

.cooperation {
    width: 100%;
    margin-bottom: 100px !important;
}

.cooperation img {
    width: 100%;
    display: block;
}

.about-box {
    display: flex;
    margin-top: 80px;
    min-height: 350px;
    margin-bottom: 50px;
}

.about-box .about-img {
    width: 420px;
    display: block;
}

.about-box .about-img img {
    width: 100%;
    display: block;
}

.about-box .about-info {
    flex: 1;
    padding: 27px 30px 0 88px;
}

.about-box .about-info h3 {
    color: #262626;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.about-box .about-info h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.about-box .about-info h3:after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #FF5C00;
    border-radius: 2px;
}

.about-box .about-info .about-desc {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 1.5;
}

.about-box .about-info .about-desc p {
    margin-bottom: 20px;
}

.about-box.reverse {
    flex-direction: row-reverse;
}

.about-box.reverse .about-info {
    padding: 0 120px 0 70px;
}

.news-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 54px 60px;
    margin: 70px auto 84px;
}

.news-lists .news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    overflow: hidden;
}

.news-lists .news-item .info .img {
    height: 166px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    border-radius: 10px 10px 0 0;
}

.news-lists .news-item .info .img img {
    width: 100%;
}

.news-lists .news-item .info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    padding: 16px 16px 0;
    line-height: 1.8;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-lists .news-item .info .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 16px;
    color: gray;
}

.news-lists .news-item .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 20px;
}

.news-lists .news-item .footer span {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
}

.news-lists .news-item .footer .btn {
    width: 96px;
    height: 30px;
    background: url("images/news-item-default.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.news-lists .news-item:hover {
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.news-lists .news-item:hover .btn {
    background: url("images/news-item-active.png") 0 0 no-repeat;
    background-size: cover;
}

.news-detail .title {
    padding: 68px 0 24px;
    width: 768px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #262626;
}

.news-detail .date {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    text-align: center;
    margin-bottom: 60px;
}

.news-detail .img {
    margin-bottom: 60px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 50px;
}

.news-detail .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.news-detail .content {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    padding: 0 50px 70px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.8;
}

.news-detail .content img {
    max-width: 100%;
}

.news-detail .prev-and-next {
    padding: 0 50px;
    margin-bottom: 70px;
}

.news-detail .prev-and-next div {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #595959;
}

.news-detail .prev-and-next a {
    color: #FF5C00;
}

.news-detail .announce {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 400;
    color: #8C8C8C;
    margin-bottom: 96px;
}

.news-detail .announce strong {
    color: #595959;
}

.news-detail .announce span {
    color: #FF5C00;
}

.jobs-container {
    padding: 0 0 60px;
}

.jobs-container .wrapper {
    border-bottom: 1px solid #EEEEEE;
}

.jobs-container .wrapper:last-child {
    border: none;
}

.jobs-container .wrapper .item {
    display: flex;
    align-items: center;
}

.jobs-container .wrapper .item .col {
    padding: 20px;
    flex: 1;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.jobs-container .wrapper .item .col:nth-child(2) {
    flex: inherit;
    width: 420px;
}

.jobs-container .wrapper .item .col:nth-child(3) {
    flex: inherit;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs-container .wrapper .item .col:nth-child(3) .icon {
    width: 7px;
    cursor: pointer;
}

.jobs-container .wrapper .item .col:nth-child(3) .icon img {
    width: 100%;
    display: block;
}

.jobs-container .wrapper .item .col:nth-child(3) .icon.expanded {
    width: 12px;
    display: none;
}

.jobs-container .wrapper .item.header .col {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.jobs-container .wrapper .content {
    display: none;
    padding: 20px;
}

.jobs-container .wrapper .content .description {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 1.8;
    margin: 0 0 20px;
}

.jobs-container .wrapper .content .description strong,
.jobs-container .wrapper .content .description h1,
.jobs-container .wrapper .content .description h2,
.jobs-container .wrapper .content .description h3,
.jobs-container .wrapper .content .description h4,
.jobs-container .wrapper .content .description h5,
.jobs-container .wrapper .content .description h6 {
    color: #FF5C00;
}

.jobs-container .wrapper.active .item .col {
    color: #ff5c00;
}

.jobs-container .wrapper.active .item .col:nth-child(3) .icon {
    display: none;
}

.jobs-container .wrapper.active .item .col:nth-child(3) .icon.expanded {
    display: block;
}

.jobs-container .wrapper.active .content {
    display: block;
}

.slidebar-container {
    display: flex;
    padding: 20px 0;
}

.slidebar-container .slidebar-menu {
    width: 200px;
    margin: -6px 0 0 0;
}

.slidebar-container .slidebar-content {
    flex: 1;
    overflow: hidden;
}

/**
 * 公共样式 End
 */
.index-page .banner-container {
    height: 640px;
    margin-bottom: 78px;
}

.index-page .banner-container .swiper-container {
    height: 640px;
}

.index-page .banner-container .swiper-container a {
    height: 100%;
    display: block;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-page .banner-container .swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
    padding: 6px;
    border: 1px solid #fff;
    opacity: 1;
    background: none;
}

.index-page .banner-container .swiper-container .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #fff;
}

.index-page .header {
    display: flex;
    justify-content: center;
    position: relative;
}

.index-page .header span {
    font-size: 60px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.05);
    letter-spacing: 5px;
}

.index-page .header h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 500;
    color: #FA6422;
    letter-spacing: 10px;
}

.index-page .product {
    padding: 52px 0 0;
    margin-bottom: 100px;
}

.index-page .product li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 98px;
}

.index-page .product li .item {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.index-page .product li .item .stats {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.index-page .product li .item .stats div:nth-child(1) {
    margin: 38px 0 24px;
    font-size: 70px;
    font-weight: bold;
    color: #FF5C00;
    line-height: 93px;
    position: relative;
}

.index-page .product li .item .stats div:nth-child(1) span {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 48px;
    font-weight: 400;
    color: #FF5C00;
}

.index-page .product li .item .stats div:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: #595959;
    line-height: 28px;
    text-align: center;
}

.index-page .product li .item .stats:after {
    content: "";
    width: 178px;
    height: 6px;
    background: #FF5C00;
    border-radius: 100px 100px 0 0;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index-page .product li .item .info {
    position: absolute;
    top: 100%;
    background: #FF5C00;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.index-page .product li .item .info div:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    padding: 16px 0 10px;
}

.index-page .product li .item .info div:nth-child(2) {
    margin: 0 30px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.index-page .product li .item:hover {
    box-shadow: 0 4px 20px 0 rgba(255, 92, 0, 0.41);
    transition: box-shadow 0.2s ease-in-out 0.2s;
}

.index-page .product li .item:hover .info {
    top: 0;
    transition: top 0.3s ease-in-out;
    background: #FF5C00;
}

.index-page .about-container {
    background: #F7F9FC;
    height: 626px;
    margin: 127px 0 156px;
}

.index-page .about-container .about {
    height: 100%;
    position: relative;
    padding: 168px 0 0 810px;
}

.index-page .about-container .about .logo {
    position: absolute;
    top: -80px;
    left: 0;
    width: 760px;
}

.index-page .about-container .about .logo img {
    width: 100%;
    display: block;
}

.index-page .about-container .about .name {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 22px;
}

.index-page .about-container .about .info {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 47px;
}

.index-page .about-container .about a {
    color: #595959;
}

.index-page .about-container .about a:hover {
    color: #FF5C00;
}

.index-page .more-link {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px;
}

.index-page .more-link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #FA6400;
}

.product-page .struct {
    margin: 94px auto;
    display: flex;
    justify-content: center;
}

.product-page .struct img {
    width: 769px;
    display: block;
}

.product-page .block-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 60px;
    padding: 0;
    margin: 0 auto 125px;
}

.product-page .block-box li {
    list-style: none;
    margin: 0;
    height: 425px;
    background: #F7F9FC;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 55px 0;
}

.product-page .block-box li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    position: relative;
    padding: 0 0 40px;
}

.product-page .block-box li h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #FF5C00;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.product-page .block-box li div {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}

.about-page .culture-container {
    min-height: 400px;
}

.about-page .culture-container .content {
    padding: 40px 20px;
    word-break: break-all;
    font-size: 14px;
}

.about-page .culture-container .content img {
    max-width: 100%;
}

.about-page .history-container {
    padding: 40px 0 80px;
}

.about-page .history-container .item {
    display: flex;
    position: relative;
    justify-content: center;
}

.about-page .history-container .item:after {
    content: '';
    flex: 1;
}

.about-page .history-container .item .middle {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.about-page .history-container .item .middle .dot {
    height: 100%;
    position: relative;
}

.about-page .history-container .item .middle .dot:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 7px;
    height: 20px;
    width: 1px;
    background: #999999;
}

.about-page .history-container .item .middle .dot:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 7px;
    bottom: 0px;
    width: 1px;
    background: #999999;
}

.about-page .history-container .item .middle .dot img {
    padding-top: 20px;
    width: 16px;
    position: relative;
}

.about-page .history-container .item .info {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.about-page .history-container .item .info .desc {
    width: 342px;
    padding: 15px 28px 5px 0;
}

.about-page .history-container .item .info .desc .title {
    padding-bottom: 10px;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #FA6400;
}

.about-page .history-container .item .info .desc p {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.about-page .history-container .item:nth-child(even) {
    flex-flow: row-reverse;
}

.about-page .history-container .item:nth-child(even) .info {
    justify-content: flex-start;
}

.about-page .history-container .item:nth-child(even) .info .desc {
    padding: 15px 0 5px 28px;
}

.about-page .history-container .item:nth-child(even) .info .desc .title {
    text-align: left;
}

.about-page .history-container .item:nth-child(even) .info .desc p {
    text-align: left;
}

.contact-page .contact {
    padding: 100px 0;
}

.contact-page .contact ul,
.contact-page .contact li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-page .contact ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 42px;
}

.contact-page .contact ul li {
    height: 174px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    padding: 32px 41px 0;
    flex-direction: column;
    position: relative;
}

.contact-page .contact ul li:after {
    content: '';
    background: url("images/rect.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 20px;
}

.contact-page .contact ul li div {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.contact-page .contact ul li div:nth-child(1) {
    font-size: 18px;
}

.contact-page .contact ul li div span:nth-child(1) {
    margin-right: 6px;
}

.contact-page .contact ul li div span:nth-child(1) img {
    width: 16px;
    display: block;
}

.join-page .join-slogan-container {
    height: 366px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-page .join-slogan-container .join-slogan {
    font-size: 17px;
    font-weight: 400;
    color: #102f75;
    line-height: 2;
}

.join-page .join-title {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    text-align: center;
    margin: 68px 0 57px;
}

.join-page .join-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    margin: 0 auto 96px;
}

.join-page .join-lists .join-item {
    height: 180px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 45px 0 0;
    text-align: center;
    color: #595959;
}

.join-page .join-lists .join-item h3 {
    margin-bottom: 20px;
}

.join-page .join-lists .join-item div {
    margin-bottom: 10px;
    font-size: 14px;
}

.join-page .join-lists .join-item:hover {
    border: 1px solid #FF5C00;
}

.join-page .join-lists .join-item:hover h3 {
    color: #FF5C00;
}

.join-page .join-detail-header-container {
    height: 187px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.join-page .join-detail-header-container .join-detail-header {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: #595959;
}

.join-page .join-detail-header-container .join-detail-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
}

.join-page .join-detail-header-container .join-detail-header a {
    color: #FF5C00;
    cursor: pointer;
}

.join-page .content {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    padding: 50px 0;
    line-height: 1.8;
}

.join-page .content img {
    max-width: 100%;
}

.join-page .join-tips {
    padding-left: 24px;
    margin-bottom: 100px;
}

.join-page .join-tips .header {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    position: relative;
    margin-bottom: 20px;
}

.join-page .join-tips .header:before {
    position: absolute;
    content: "";
    width: 8px;
    left: -24px;
    top: 0;
    bottom: 0;
    background: #FF5C00;
}

.join-page .join-tips .info {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
}

.join-page .join-tips .info strong {
    color: #FF5C00;
}

.error {
    background: #d5dde1;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.single-container {
    padding: 10px 20px;
}

.single-container .title {
    font-size: 36px;
    font-weight: 500;
    color: #153FA8;
    text-align: center;
    word-break: break-all;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.single-container .title:after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 4px;
    background: #FA6400;
    border-radius: 2px;
}

.single-container .content {
    font-size: 14px;
    word-break: break-all;
    color: #000;
    min-height: 200px;
}

.single-container .content img {
    max-width: 100%;
    text-align: center;
    height: inherit !important;
}

.cooperation-container {
    padding-top: 40px;
    width: 100%;
    margin-bottom: 80px !important;
}

.cooperation-container p {
    font-size: 18px;
    font-weight: 500;
    color: #153FA8;
    margin-bottom: 1px;
}

.team-page .founder-container {
    display: flex;
    margin-top: 40px;
    margin-bottom: 67px;
}

.team-page .founder-container .founder-img {
    width: 546px;
    display: block;
}

.team-page .founder-container .founder-img img {
    width: 100%;
    display: block;
}

.team-page .founder-container .founder-info {
    flex: 1;
    padding: 0 30px 0 38px;
}

.team-page .founder-container .founder-info h3 {
    color: #262626;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 20px 0;
    margin-bottom: 15px;
    position: relative;
}

.team-page .founder-container .founder-info h3 span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
}

.team-page .founder-container .founder-info h3:after {
    content: "";
    width: 30px;
    height: 4px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: #FF5C00;
    border-radius: 2px;
}

.team-page .founder-container .founder-info .founder-desc {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}

.team-page .founder-container .founder-info .founder-desc p {
    margin-bottom: 20px;
}

.team-page .core-container {
    padding: 46px 0 30px;
}

.team-page .core-container .item {
    margin-bottom: 50px;
    height: 468px;
    position: relative;
}

.team-page .core-container .item .core-img {
    width: 532px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.team-page .core-container .item .infor {
    padding: 40px 40px 0px 60px;
    width: 694px;
    height: 398px;
    border: 1px solid #FA6400;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.team-page .core-container .item .infor .title {
    display: flex;
    justify-content: flex-start;
}

.team-page .core-container .item .infor .title .name {
    color: #262626;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 15px;
    position: relative;
}

.team-page .core-container .item .infor .title .name:after {
    content: "";
    height: 4px;
    position: absolute;
    left: 13%;
    right: 13%;
    bottom: 5px;
    background: #FF5C00;
    border-radius: 2px;
}

.team-page .core-container .item .infor .job {
    padding: 5px 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
}

.team-page .core-container .item .infor .desc {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}

.team-page .core-container .item .infor .desc p {
    margin-bottom: 20px;
}

.team-page .core-container .item:nth-child(even) .core-img {
    left: auto;
    right: 0;
}

.team-page .core-container .item:nth-child(even) .infor {
    padding: 40px 60px 0px 40px;
    left: 0;
    right: auto;
}

.team-page .organization-container {
    padding: 40px 0 80px;
    display: flex;
    justify-content: center;
}

.team-page .organization-container .content {
    width: 951px;
}

.team-page .organization-container .content img {
    width: 100%;
}

.ellipsis-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}