.banner {
    width: 100%;
    height: 599px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-nav {
    height: 68px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EEEEEE;
    align-items: center;
}

.section-nav .nav-warp {
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 273px;
}

.section-nav .nav-warp li {
    margin-right: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.section-nav .nav-warp li:hover:after {
    width: 100%;
}

.section-nav .nav-warp .color:after {
    width: 100%;
}

.section-nav .nav-warp li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #005CFF;
    transition: 1s;
}

.section-nav .nav-warp li a {
    padding: 20px 0;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #262626;
}

.section-nav .nav-warp li:last-child {
    margin-right: 0;
}

.section-nav .search {
    width: 330px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.section-nav .search span {
    margin-left: 23px;
    margin-right: 17px;
    cursor: pointer;
}

.section-nav .search input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section-warp {
    width: 1545px;
    margin: 66px auto 0;
}

.section-warp .section-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    padding-bottom: 39px;
    margin-bottom: 39px;
}

.section-warp .section-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #005CFF;
    transition: all 1s cubic-bezier(1, 0.41, 0.07, 0.96);
}

.section-warp .section-content:hover:after {
    width: 100%;
}

.section-warp .section-content:hover .right span {
    color: #005CFF;
}

.section-warp .section-content:hover .right .circle {
    background: #005CFF;
    margin-left: 15px;
}

.section-warp .section-content:hover .right .circle span {
    color: #fff;
}

.section-warp .section-content .left {
    width: 450px;
    height: 280px;
    overflow: hidden;
}

.section-warp .section-content .left img {
    transition: 1s;
}

.section-warp .section-content:hover .left img {
    transform: scale(1.1);
}

.section-warp .section-content .right {
    width: 1030px;
}

.section-warp .section-content .right span {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
    transition: 0.4s;
}

.section-warp .section-content .right .title {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
}

.section-warp .section-content .right p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
    margin-bottom: 33px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section-warp .section-content .right .circle {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #005CFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.section-warp .section-content .right .circle span {
    color: #005CFF;
    transition: 0.5s;
    font-size: 15px;
    font-weight: bold;
}

.switching {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
}



.switching a {
    width: 40px;
    height: 40px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #000000;
    margin-right: 6px;
    transition: 0.6s;
}

.switching a:hover {
    background: #005CFF;
    color: #fff;
}

.switching-active {
    background: #005CFF!important;
    color: #fff!important;
}

.tow-section {
    width: 100%;
    height: auto;
}

.tow-warp {
    width: 1495px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.tow-warp .tow-top {
    margin-top: 46px;
    cursor: pointer;
    position: relative;
}

.tow-warp .tow-top:hover:after {
    width: 100%;
}

.tow-warp .tow-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #005CFF;
    transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
}

.tow-warp .tow-top h1 {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #262626;
}

.tow-warp .tow-top p {
    margin-top: 24px;
}

.tow-warp .tow-top .thread {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin-top: 33px;
}

.tow-content {
    margin-top: 58px;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
}

/* Keep legacy article-body images within the content column. */
.tow-content img {
    max-width: 100%;
    height: auto !important;
}

.tow-content .sign p {
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    line-height: 35px;
    margin-bottom: 20px;
}

.tow-content .imgs {
    width: 727px;
    height: 491px;
    margin: 10px auto 50px;
    overflow: hidden;
    cursor: pointer;
}

.tow-content .imgs img {
    transition: 0.8s;
}

.tow-content .imgs img:hover {
    transform: scale(1.1);
}

.tow-warp .switching2 {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 50px;
}

.tow-warp .switching2 .left a {
    display: block;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #666666;
    transition: 0.6s;
    margin-bottom: 35px;
	text-align: left;
}

.tow-warp .switching2 .left a:hover {
    color: #025AF9;
   /*  line-height: 52px; */
}

.tow-warp .switching2 .right {
    width: 241px;
    height: 80px;
    background: #D7D7D7;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tow-warp .switching2 .right:hover:after {
    width: 100%;
}

.tow-warp .switching2 .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 40px;
    background: #ff8c1f;
    z-index: 0;
    transition: 0.6s;
}

.tow-warp .switching2 .right p {
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #FFFFFF;
    margin-right: 18px;
    position: relative;
    z-index: 1;
}

.tow-warp .switching2 .right span {
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .section-nav .nav-warp {
        flex-direction: unset!important;
        margin: 30px auto;
        justify-content: space-between;
    }
    .section-nav {
        flex-direction: column;
        border-bottom: transparent;
    }
    .section-nav .nav-warp li {
        margin-right: 0;
    }
    .section-warp .section-content {
        flex-direction: column;
    }
    .section-warp {
        width: 90%;
    }
    .section-warp .section-content .left {
        width: 100%;
        height: auto;
    }
    .section-warp .section-content .right {
        width: 100%!important;
        margin-top: 20px;
    }
    .tow-warp {
        width: 90%;
        text-align: left;
    }
    .tow-warp .tow-top h1 {
        line-height: 35px;
    }
    .tow-content {
        margin-top: 30px;
        text-align: left;
    }
    .tow-content .imgs {
        width: 100%;
        height: auto;
    }
    .tow-warp .switching2 {
        flex-direction: column;
    }
    .tow-warp .switching2 .left a {
        line-height: 30px;
        margin-bottom: 25px;
    }
    .tow-warp .switching2 .right {
        width: 150px;
        height: 50px;
    }
}

@media screen and (max-width: 1680px) {
    .section-warp{
        width: 90%;
    }
    .section-warp .section-content .right{
        width: 58%;
    }
    .tow-warp{
        width: 90%;
    }
}
