.headline {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

img {
    max-width: 100% !important;
}

.nav-top.reverse .btn-group svg path {
    fill: #262626 !important;
}

.navbar.container .navbar-brand {
    padding: 16px 0;
}

.navbar .navbar-nav:target li.nav-item > a {
    display: inline-block;
    color: #262626;
    width: 100%;
    padding: 16px;
}

.navbar .navbar-nav li.nav-item > a {
    display: none;
}

.navbar .right-header-title {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 20px;
    padding-left: 24px;
}

.nav-top:hover .btn-group .search-container .search-btn path {
    fill: white;
}
div#navbarResponsive {
    justify-content: space-between;
}

div#navbarResponsive {
    justify-content: space-between;
    margin-left: 0;
}

.right-sub-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid #c8c8c8;
}

.product-right-container .right-content {
    margin-bottom: 0;
}

.product-list {
    padding: 0;
    border-top: 1px solid #d9d9d9;
}

.product-hd-item {
    line-height: 28px;
    padding: 16px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    height: auto;
}

.product-case:hover .product-list {
    display: none;
}

.product-list .product-hd-item:last-child {
    border-bottom: none;
}

.nav-item {
    border-bottom: 1px solid #d9d9d9;
}

.product-right-container {
    max-height: auto;
}

.customer-swiper {
    width: 100%;
    overflow: auto;
    display: inline-flex;
    box-sizing: border-box;
}

.solution-product-container {
    border-bottom: 0;
}

.navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.customer-swiper .swiper-wrapper {
    width: auto;
}

.checkmore {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    width: 100%;
}

.checkmore::after {
    content: ">>";
}

.solution-section .right .detail-item:nth-child(n + 2) {
    /* display: none; */
}

.solution-section .right.expand .detail-item:nth-child(n + 2) {
    display: flex;
}

/* .solution-section .right:target .detail-item {
    display: flex;
}

.solution-section .right:target .checkmore {
    display: none;
} */

.product-right-container .right-content .right-sub-title {
    margin-bottom: 0;
    font-size: 16px;
}

.navbar .right-sub-title {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    border-bottom: 1px solid #c8c8c8;
}

.arrow-down {
    background: url("../fonts/down.svg") no-repeat;
    background-size: 12px 7px;
    background-position: right 14px center;
    position: relative;
}

.arrow-item.arrow-down + .solution-product-container {
    display: none;
}

.arrow-item.arrow-up + .solution-product-container {
    display: block;
}

.navbar {
    z-index: 101;
}

.arrow-up::before {
    /* content: ""; */
    width: 4px;
    height: 16px;
    background: #355af0;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.navbar .navbar-nav:target li.nav-item .arrow-item.right-header-title,
.product-hd-item {
    padding-left: 32px;
}

.navbar .navbar-nav:target li.nav-item .arrow-item.right-sub-title {
    padding-left: 48px;
}

.arrow-up {
    background-image: url("../fonts/up.svg");
}

.navbar .right-sub-list,
.navbar .product-list {
    display: none;
}

.arrow-item.arrow-up + .right-sub-list,
.arrow-item.arrow-up + .product-list {
    display: flex;
    flex-direction: column;
}

.arrow-item.arrow-down + .right-content-list {
    display: none;
}

.arrow-item.arrow-up + .right-content-list {
    display: block;
}

.solution-product-container {
    display: block;
    position: unset;
    padding: 0;
    box-shadow: none;
}

.pc-hidden {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    background: white;
}

.right-item-title img {
    display: none;
}

.right-sub-item .right-item-content {
    display: none;
}

.right-sub-item {
    padding: 12px 16px;
    padding-left: 64px;
}

.navbar .navbar-nav:target li.nav-item.pc-hidden > a {
    padding: 16px;
    margin-right: 0;
}

.navbar .navbar-nav:target li.nav-item.pc-hidden > a.right-top {
    width: 32px;
    height: 32px;
    display: block;
    padding: 0;
}

.navbar .navbar-nav:target li.nav-item .arrow-item {
    display: block;
    width: 100%;
    padding: 16px;
    color: #262626;
    position: relative;
    border-bottom: 0;
}

.right-content-list .right-content {
    border-top: 1px solid #d9d9d9;
}

.navbar .navbar-nav:target li.nav-item .product-right-container .arrow-item {
    border-top: 1px solid #d9d9d9;
}

.navbar .navbar-nav:target li.nav-item .product-right-container .arrow-item:first-child {
    border-top: 0;
}

.right-header-title {
    display: none;
}

.product-list {
    display: block;
    position: unset;
    box-shadow: none;
    border-radius: 0;
}

.navbar .navbar-nav li.nav-item:hover > a::before {
    content: unset;
}

.navbar .product-right-container {
    padding: 0px;
    max-height: none;
}

.navbar-nav:target {
    display: initial !important;
    width: 100vw;
    height: 100vh;
    background: white;
    top: 0;
    left: 0;
}

.navbar-nav:not(:target) {
    display: none !important;
}

.navbar-nav {
    position: fixed;
    z-index: 10;
}

.navbar-nav {
    border-top: none;
    overflow: auto;
    display: none;
}

.nav-top .navbar-nav .product-nav-left {
    display: none;
}

.btn-group .menu-btn {
    display: block;
    margin-right: 60px;
}

.btn-group .language-btn {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.search-container .search-btn {
    left: -40px;
    top: -4px;
}

.navbar.container .nav-top:hover {
    background: unset;
    box-shadow: none;
}

.navbar.container .nav-top.reverse:hover {
    background: white;
}

.navbar.container .nav-top.reverse .navbar-brand img:first-child {
    display: none !important;
}

.navbar.container .nav-top.reverse .navbar-brand img:last-child {
    display: block !important;
}

.navbar.container .nav-top:hover .hoverShow {
    display: none;
}

.navbar.container .nav-top:hover .hoverHidden {
    display: block;
}

.navbar.container .nav-top {
    padding-left: 16px;
}

.nav-top:hover .btn-group .search-btn path {
    fill: white;
}

.banner-swiper {
    height: 242px;
}

.banner-swiper > .banner-pagination {
    bottom: 16px;
}

.banner-swiper .banner-item .title {
    text-align: left;
    padding: 101px 0 0 32px;
}

.banner-swiper .banner-item .main-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.banner-swiper .banner-item .sub-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

.banner-swiper .banner-item .banner-logo {
    position: absolute;
    width: 178px;
    right: 0;
    top: 75px;
}

/* 产品推广swiper */

.masthead {
    margin: 0;
    padding: 16px 16px 0;
    width: auto;
    display: flex;
    flex-direction: column;
}

.masthead::-webkit-scrollbar {
    /* display: none; */
}

.masthead .product-item {
    width: 100%;
    height: 84px;
    padding: 0 16px;
    flex-shrink: 0;
    margin: 0 0 8px;
}

.masthead .product-item:last-child {
    margin: 0;
}

.masthead .product-item::after {
    width: 119px;
    height: 119px;
    top: 52px;
    right: -8px;
}

.masthead .product-item .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    width: 228px;
    margin-bottom: 4px;
}

.masthead .product-item .content {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    width: 228px;
}

.masthead .product-item .more {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 32px;
}

.aside-quick-menu {
    display: none;
}

/* 客户之声 */

.customer-section {
    width: 100%;
    margin: 32px auto 0;
    /* margin-top: -144px; */
}

.customer-section .section-nav {
    margin-bottom: 25px;
}

.customer-section .section-nav .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.customer-section .section-nav .more {
    font-size: 14px;
    line-height: 20px;
    right: 16px;
    top: 4px;
}

.customer-swiper {
    height: 310px;
    margin-bottom: 32px;
    overflow: hidden;
    padding-right: 12px;
    padding-top: 20px;
}

.customer-swiper .swiper-slide {
    justify-content: unset;
    width: 262px;
}

.customer-swiper .customer-item {
    width: 238px;
    height: 264px;
    margin-right: 12px;
}

.customer-swiper .customer-item:last-child {
    margin-right: 0px;
}

.customer-swiper .customer-item .top {
    height: 92px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.customer-swiper .customer-item .top span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0 9px 16px;
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.4096) 0%, rgba(38, 38, 38, 0.64) 100%);
}

.customer-swiper .customer-item .content {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 16px 16px;
}

.customer-swiper .customer-item .bottom {
    margin: 0 16px 16px;
}

.customer-swiper .customer-item .left p:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.customer-swiper .customer-item .right {
    font-size: 14px;
    line-height: 20px;
}

/* 解决方案 */

.project-section .item-container {
    height: auto;
    width: 100%;
    flex-direction: column;
    justify-content: unset;
}

.project-section .project-item {
    padding-top: 50px;
    margin-bottom: 30px;
}

.project-section .project-item:nth-child(2n) .item-container {
    flex-direction: column;
}

.project-section .project-item .info {
    width: 100%;
    text-align: center;
}

.project-section .project-item .info .index {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    width: 100%;
    top: -23px;
}

.project-section .project-item .info .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.project-section .project-item .info .content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 32px;
}

.project-section .project-item .info .more {
    display: none;
}

.project-section .project-item .info .more-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    border-radius: 24px;
    padding: 8px 16px;
    background: rgba(53, 90, 240, 0.1);
    color: #355af0;
    margin-bottom: 22px;
}

.project-section .project-item .img {
    padding: 0 16px;
}

.project-section .project-item img {
    width: 100%;
}

/* 产品与解决方案 */

.solution-section {
    padding-bottom: 24px;
}

.solution-container {
    width: 100%;
}

.solution-container .headline {
    padding-top: 24px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.solution-container .solution-item {
    margin-bottom: 14px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

.solution-container .solution-item .left {
    width: 100%;
    margin-bottom: 8px;
    flex-shrink: 0;
    background-image: url(../images/solution-bg-2.png);
    background-size: auto 55px;
    background-position: 100% 99px;
    border-radius: 8px;
    margin-right: 8px;
    flex: 0 0 44px;
}

.solution-container .solution-item:nth-child(2n-1) .left {
    background-size: auto 55px;
}

.solution-container .solution-item .left .title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    line-height: 44px;
    text-align: center;
}

.solution-container .solution-item .left .info {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    display: none;
}

.solution-container .solution-item .right {
    display: flex;
    background: rgba(240, 244, 255, 0.5);
    flex-direction: column;
}

.solution-container .solution-item .right::-webkit-scrollbar {
    /* display: none; */
}

.detail-item {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail-item .detail-item-4,
.detail-item .detail-item-2 {
    padding: 16px;
    width: auto;
    height: auto !important;
    margin-bottom: 8px;
    border-right: none;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 32px;
    position: relative;
}

.detail-item .detail-item-4 .headtitle {
    height: auto !important;
}

.detail-item .detail-logo {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 48px;
    height: 48px;
    margin: auto;
}

.detail-item .detail-logo img {
    width: 100%;
    height: 100%;
}

.detail-item .headtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-item .detail-content {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.detail-item .detail-more {
    display: block;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #262626;
    text-indent: -999em;
}

.detail-item .detail-more svg {
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
}

.detail-item .detail-more path {
    fill: #262626;
}

.detail-item .detail-item-4:hover .detail-more-btn,
.detail-item .detail-item-2:hover .detail-more-btn {
    display: none;
}

.detail-item .detail-item-4:hover .detail-logo,
.detail-item .detail-item-2:hover .detail-logo {
    display: block;
    margin-bottom: auto;
}

.detail-item .detail-item-2:hover .detail-logo img,
.detail-item .detail-item-4:hover .detail-logo img {
    width: 100%;
    height: 100%;
}

/* 核心技术 */

.technology-container {
    width: 100%;
    padding: 24px 0;
    margin-bottom: 0;
}

.technology-container .headline {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.technology-container .content {
    height: auto;
    flex-direction: column;
    margin: 0 16px;
}

.right-sub-item .right-item-title {
    font-size: 16px;
    line-height: 20px;
}

.right-sub-item .right-item-title a {
    font-weight: normal !important;
}

.technology-container .content .technology-item {
    width: 100%;
    height: auto;
    padding: 16px 16px 16px 25px;
    margin-bottom: 8px;
}

.technology-item .technology-logo {
    margin-bottom: 8px;
}

.technology-item .technology-logo img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.technology-item .technology-logo .headtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.technology-item .detail-content {
    font-size: 12px;
    line-height: 16px;
}

/* 客户案例 */

.case-section {
    width: 100%;
    margin: 0 auto 32px;
}

.case-section .case-nav {
    margin-bottom: 16px;
}

.case-section .case-nav .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.case-section .case-nav .more {
    display: none;
}

.case-container {
    margin: 0 16px;
    overflow-x: auto;
}

.case-container-1 {
    overflow-x: auto;
}

.case-container::-webkit-scrollbar,
.case-container-1::-webkit-scrollbar {
    display: none;
}

.case-list {
    justify-content: unset;
}

.case-container .case-item {
    width: 163px;
    height: auto;
    padding: 16px;
    flex-shrink: 0;
    margin-right: 8px;
}

.case-logo {
    margin-bottom: 4px;
}

.case-logo img {
    width: 32px;
    height: 32px;
    padding: 0;
}

.case-item .headtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.case-container .before-icon,
.case-container .after-icon,
.case-container:hover .before-icon,
.case-container:hover .after-icon {
    display: none;
}

.case-list .list-item {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.case-list .list-item img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.case-item .list-container {
    margin-bottom: 16px;
}

.case-item .more {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
}

/* 联系我们 */

.footer {
    padding-bottom: 24px;
}

.relative-section {
    height: auto;
    padding: 25px 0;
}

.relative-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.relative-tel {
    font-size: 14px;
    line-height: 20px;
}

.relative-footer {
    flex-direction: column;
    padding: 32px 24px 24px;
    margin-bottom: 0;
    position: relative;
}

.company-detail {
    margin-bottom: 32px;
}

.cp-ys-list {
    flex-wrap: wrap;
}

.cp-ys-out-item {
    margin-right: 0;
    width: 33.33%;
    margin-bottom: 8px;
}

.cp-ys-out-item.full {
    width: 100% !important;
}

.cp-ys-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.cord-container {
    position: absolute;
    top: 0;
    right: 24px;
}

.cord-container img {
    width: 56px;
    height: 56px;
}

.copy-right {
    margin: 0 28px;
}

.fixed-container {
    right: 16px;
}

#totop {
    width: 48px;
    height: 48px;
}

.relative-me {
    width: 48px;
}

.relative-item {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
}

.relative-item:last-child {
    margin-bottom: 0;
}

.relative-item > img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
}

.search-container.active {
    position: absolute;
    right: 12px;
}

.search-container.active + .menu-btn {
    display: none;
}

.search-container.active input {
    width: 210px;
    padding-left: 36px;
    font-size: 14px;
    line-height: 20px;
}
