@charset "UTF-8";

/* 导航栏全宽 + 底部阴影 */
.common-header.content {
    width: 100% !important;
    min-width: 0;
    padding: 0 calc((100% - 1200px) / 2);
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #fff;
    position: relative;
    z-index: 100;
}
/* 下拉菜单阴影 */
.sub-nav {
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.sub-nav a:hover {
    color: #0478e4;
}

/* 业务板块下拉菜单：居中对齐父级、加宽防换行 */
.sub-nav-business {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.index-banner {
    width: 100%;
    aspect-ratio: 1920 / 700;
    min-width: 1320px;
    margin: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    height: 100%;
}
.index-banner-bg {
    display: block;
    width: 100%;
}
.index-banner-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-banner-container .swiper-slide {
    width: 100%;
}
.pagination {
    position: absolute;
    bottom: 27px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 45px;
    height: 3px;
    margin: 0 8px;
    background-color: #fff;
}
.swiper-active-switch {
    background-color: #0478e4;
}
.company-products {
    position: relative;
    height: 840px;
    overflow: hidden;
}
/* 首页业务板块卡片 */
.index-sectors {
    padding: 0 0 60px;
    background: #f3f5f7;
}
.index-sectors .company-products-title {
    margin-top: 30px;
}
.index-sector-grid {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}
.index-sector-main {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.index-sector-row {
    display: flex;
    gap: 16px;
}
.index-sector-row .index-sector-card {
    flex: 1;
}
.index-sector-card {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-decoration: none;
    background: #e8f2ff;
    transition: transform 0.3s, box-shadow 0.3s;
}
.index-sector-robot {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.index-sector-main .index-sector-img {
    height: 160px;
}
.index-sector-robot .index-sector-img {
    flex: 1;
    min-height: 0;
    position: relative;
}
.index-sector-robot .index-sector-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 图片布景浅蓝渐变，，，，，标题栏蓝绿色系各有分辨 */
.isc-blue   .index-sector-img { background: linear-gradient(135deg, #d8eef8 0%, #b8d8f0 100%); }
.isc-blue   .index-sector-label { background: linear-gradient(135deg, #0a2a5a 0%, #0478e4 100%); }
.isc-amber  .index-sector-img { background: linear-gradient(135deg, #cce8f5 0%, #aad4ee 100%); }
.isc-amber  .index-sector-label { background: linear-gradient(135deg, #0a2a5a 0%, #0899cc 100%); }
.isc-teal   .index-sector-img { background: linear-gradient(135deg, #c8ecf5 0%, #a4d8ee 100%); }
.isc-teal   .index-sector-label { background: linear-gradient(135deg, #054050 0%, #00bcd4 100%); }
.isc-green  .index-sector-img { background: linear-gradient(135deg, #cce8f0 0%, #a8d4e8 100%); }
.isc-green  .index-sector-label { background: linear-gradient(135deg, #083a50 0%, #0a9aaa 100%); }
.isc-purple .index-sector-img { background: linear-gradient(135deg, #d0e8f8 0%, #b0ccee 100%); }
.isc-purple .index-sector-label { background: linear-gradient(135deg, #0a1e4a 0%, #3a7abf 100%); }
.index-sector-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(4,120,228,0.2);
}
.index-sector-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.index-sector-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s;
}
.index-sector-card:hover .index-sector-img img {
    transform: scale(1.05);
}
.index-sector-label {
    padding: 14px 12px;
    background: linear-gradient(135deg, #0d3080 0%, #0478e4 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.index-sector-cn {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.index-sector-en {
    font-size: 11px;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.company-products-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1200px) / 2 + 532px);
    height: 100%;
    background-color: #f2f4f7;
}
.company-products-title {
    margin-top: 60px;
    /* padding-left: 55px; */
}
.company-products-title-e {
    font-size: 30px;
    color: #e0e0e0;
    text-transform: uppercase;
}
.company-products-title-c {
    display: inline-block;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #333333;
    position: relative;
}
.company-products-title-c::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 3px;
    background: linear-gradient(to right, #0d3080 42%, #a8cee7 42%);
    border-radius: 3px;
}
.company-products-title-c i {
    position: relative;
    font-style: normal;
}
.company-products-title-c i::after {
    content: none;
}
.company-products-tag {
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
}
.company-products-img {
    position: relative;
    width: 600px;
    height: 487px;
    margin-top: 62px;
    background-repeat: no-repeat;
    background-position: center;
}
.company-products-img1 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg1.png');
}
.company-products-img2 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg2.png');
}
.company-products-img3 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg3.png');
}
.company-products-img4 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg4.png');
}
.company-products-img5 {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/product-bg5.png');
}
.company-products-category1 {
    position: absolute;
    left: 305px;
    top: 5px;
    padding-left: 85px;
    padding-bottom: 30px;
    cursor: pointer;
}
.products-category-title {
    font-size: 18px;
    color: #323131;
}
.products-category-title-e {
    font-size: 14px;
    color: #999;
}
.company-products-category-hover .products-category-title {
    color: #0478e4;
}
.company-products-category-hover .products-category-title-e {
    color: #a8cee7;
}
.company-products-category2 {
    position: absolute;
    left: 450px;
    top: 18px;
    padding-left: 85px;
    padding-top: 55px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category3 {
    position: absolute;
    left: 550px;
    top: 175px;
    padding-left: 11px;
    padding-top: 88px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category4 {
    position: absolute;
    left: 465px;
    top: 315px;
    padding-left: 85px;
    padding-top: 42px;
    cursor: pointer;
    white-space: nowrap;
}
.company-products-category5 {
    position: absolute;
    left: 320px;
    top: 400px;
    padding-left: 85px;
    padding-top: 42px;
    cursor: pointer;
    white-space: nowrap;
}
.products-category-content {
    position: relative;
    width: 532px;
    *width: 497px;
    padding-left: 35px;
    display: none;
    background-color: #f2f4f7;
}
.products-category-arrow {
    position: absolute;
    z-index: 3;
    top: -18px;
    left: 0;
    width: 77px;
    height: 84px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-down-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.company-products-content {
    position: relative;
}
.products-category-right {
    position: absolute;
    top: 0;
    right: -30px;
    width: 120px;
    height: 280px;
    background-color: #f7f9fa;
}
.index-category-title {
    position: relative;
    z-index: 5;
    margin-top: 50px;
    font-size: 36px;
    color: #333333;
}
.index-category-title-e {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.index-category-text {
    margin-top: 30px;
    height: 44px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.index-category-img-content {
    position: relative;
    margin-top: 40px;
    height: 205px;
    width: 265px;
}
.index-category-img-title {
    margin-top: 5px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.index-product-img {
    width: 265px;
    background-color: #f2f4f7;
}
.index-product-img img {
    width: 100%;
    height: 174px;
    object-fit: contain;
    box-shadow: 0 0 5px #e7e9eb;
}
.index-more {
    display: block;
    width: 193px;
    height: 44px;
    margin-top: 65px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-more.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-more:hover,
.index-about-more:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.swiper-category-img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-category-img-container .swiper-slide {
    height: 100%;
    /* opacity: 0.4; */
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.swiper-category-img-container .swiper-slide-visible {
    position: relative;
    z-index: 99;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-category-img-container .swiper-slide-active {
    position: relative;
    z-index: 100;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-about {
    width: 100%;
    min-width: 1320px;
    height: 680px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/about-us-bg-2.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-about .company-products-title-c {
    color: #fff;
    border-color: #fff;
}
.index-about .company-products-title {
    padding-left: 0;
    margin-top: 40px;
}
.index-about-content {
    margin-top: 35px;
}
.index-about-left {
    width: 486px;
}
.index-about-title {
    font-size: 30px;
    color: #fff;
}
.index-about-show {
    margin-top: 16px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
}
.index-about-show p {
    text-indent: 2em;
}
.index-about-more {
    display: block;
    width: 193px;
    height: 44px;
    margin-top: 24px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/index-more-fff.png');
    background-repeat: no-repeat;
    background-position: center;
}
.index-about-right {
    width: 570px;
    /*height: 289px;*/
    margin-right: 8px;
    border-radius: 5px;
    overflow: hidden;
    /*background-image: url("/z-site/sanlian-gw/stencil/default/images/video-bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}
.index-about-right video {
    width: 100%;
    height: 100%;
    background-color: #808588;
    border: 5px solid #000000;
    border-radius: 5px;
}
.index-new {
    width: 100%;
    background-color: #f3f5f7;
}
.index-new .company-products-title {
    position: relative;
    margin-top: 45px;
    padding-left: 0;
}
.index-new-more {
    position: absolute;
    right: 0;
    top: 60px;
    font-size: 14px;
    color: #0478e4;
}
.index-new-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    padding-bottom: 50px;
}
.index-new-card {
    width: calc(33.33% - 16px);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    text-decoration: none;
    display: block;
    transition: transform 0.3s, box-shadow 0.3s;
}
.index-new-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(4,120,228,0.15);
}
.index-new-card-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.index-new-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.index-new-card:hover .index-new-card-img img {
    transform: scale(1.05);
}
.index-new-card-body {
    padding: 16px 18px 20px;
}
.index-new-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.5;
}
.index-new-card-desc {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.new-content {
    width: 100%;
    background-color: #f7f7f7;
    overflow: hidden;
}
.location {
    margin-top: 48px;
    font-size: 18px;
    color: #999;
}
.new-list-content {
    margin-bottom: 30px;
    overflow: hidden;
}
.new-list {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ededed;
}
.new-list:last-child {
    border-bottom: none;
}
.new-list-img {
    position: relative;
    width: 210px;
    height: 128px;
    overflow: hidden;
}
.new-list-info {
    width: 590px;
    margin-left: 33px;
}
.new-list-info-title {
    font-size: 18px;
    color: #333333;
}
.new-list-info-content {
    margin-top: 20px;
    max-height: 140px;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.new-list-line {
    width: 1px;
    height: 40px;
    margin-left: 125px;
    background-color: #e7e7e7;
}
.new-list-time {
    margin-left: 75px;
}
.new-list-time span {
    display: block;
}
.new-list-time1 {
    font-size: 24px;
    color: #666;
}
.new-list-time2 {
    font-size: 16px;
    color: #999;
}
.new-list-arrow {
    width: 19px;
    height: 33px;
    margin-top: 8px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/new-list-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
}
.new-list:hover .new-list-info-title,
.new-list:hover .new-list-time span {
    color: #0478e4;
}
.new-list:hover .new-list-arrow {
    background-image: url('/z-site/sanlian-gw/stencil/default/images/new-list-arrow-hover.png');
}
.page {
    margin-bottom: 50px;
    text-align: center;
}
.page .pagination {
    position: static;
    bottom: initial;
}
.page .pagination li {
    display: inline;
}
.page a,
.page span {
    padding: 5px 8px;
    margin: 0 5px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #acacac;
}
.page a:hover,
.page span {
    color: #fff;
    background-color: #0478e4;
    border-color: #0478e4;
}
.page span .sr-only {
    display: none;
}
.show-content {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 25px 64px 85px;
    min-height: 400px;
    background-color: #fff;
}
.show-title {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}
.show-time {
    margin-top: 12px;
    padding-bottom: 13px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    border-bottom: 2px solid #f4f4f4;
}
.show-time span {
    margin: 0 25px;
}
.new-detail {
    margin-top: 25px;
    line-height: 2;
    font-size: 18px;
    color: #666666;
}
.new-detail img {
    display: block;
    margin: 10px 0;
    width: 100%;
}
.recruit-content {
    padding: 0;
}
.recruit-header {
    height: 148px;
    *height: 88px;
    padding: 30px 45px;
    background-color: #383838;
}
.recruit-header-contact {
    width: 180px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    background-color: #0478e4;
    text-align: center;
    line-height: 44px;
}
.recruit-header-base {
    width: 900px;
    color: #fff;
}
.recruit-title {
    font-size: 40px;
    line-height: 56px;
    overflow: hidden;
    font-weight: bold;
}
.recruit-title span {
    float: left;
}
.recruit-title-name {
    max-width: 50%;
}
.recruit-title-money {
    margin-left: 73px;
    color: #ef1616;
}
.recruit-postion {
    margin-top: 5px;
    font-size: 18px;
    color: #f7f7f7;
}
.recruit-postion span {
    margin-right: 40px;
}
.recruit-info {
    padding: 0 45px 40px;
}
.recruit-info-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.recruit-info-detail {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
}
.leave-message {
    padding: 30px 160px;
    margin-top: 75px;
    background-color: #fff;
    border-radius: 5px;
}
.leave-message-title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.leave-message-list {
    margin-top: 35px;
    overflow: hidden;
}
.leave-message-input {
    width: 400px;
    *width: 380px;
    height: 44px;
    padding: 0 10px;
    line-height: 44px;
    font-size: 18px;
    border: 1px solid #dcdcdc;
}
.leave-message-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.leave-message-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.leave-message-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.leave-message-textarea {
    width: 100%;
    height: 147px;
    line-height: 2;
    outline: none;
}
.leave-message-submit-btn {
    display: block;
    width: 280px;
    height: 40px;
    margin: 38px auto 0;
    color: #fff;
    font-size: 18px;
    background-color: #0478e4;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
}
.map-content {
    padding: 30px 35px;
    margin-top: 53px;
    margin-bottom: 80px;
    -moz-box-shadow: 0px 0px 10px #c7c4c4;
	-webkit-box-shadow: 0px 0px 10px #c7c4c4;
	box-shadow: 0px 0px 10px #c7c4c4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#c7c4c4')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#c7c4c4');
}
.map-content-detail-img {
    width: 100%;
    -moz-box-shadow: 3px 3px 8px #dcd7d7;
	-webkit-box-shadow: 3px 3px 8px #dcd7d7;
	box-shadow: 3px 3px 8px #dcd7d7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7');
    /* background-image: url('/z-site/sanlian-gw/stencil/default/images/map.png');
    background-position: center;
    background-repeat: no-repeat; */
}
/* .map-content-detail {
    width: 100%;
    height: 450px;
    -moz-box-shadow: 3px 3px 8px #dcd7d7;
	-webkit-box-shadow: 3px 3px 8px #dcd7d7;
	box-shadow: 3px 3px 8px #dcd7d7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#dcd7d7');
    background-image: url('/z-site/sanlian-gw/stencil/default/images/map.png');
    background-position: center;
    background-repeat: no-repeat;
} */
.contact-info {
    margin-top: 22px;
    line-height: 28px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
}
.contact-info-base {
    margin-right: 157px;
    *margin-right: 150px;
}
.contact-info-base:last-child {
    margin-right: 0;
}
.contact-info-base-last {
    margin-right: 0;
}
.contact-icon {
    height: 26px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-tel-icon {
    width: 27px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-tel-icon.png');
}
.contact-tel-title {
    font-weight: bold;
}
.contact-email-icon {
    width: 27px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-email-icon.png');
}
.contact-address-icon {
    width: 21px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/contact-address-icon.png');
}
.customer-map {
    width: 100%;
    min-height: 1020px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/customer-map-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f7f7f7;
}
.global-customers {
    margin-top: 55px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
}
.customer-map-img {
    margin-top: 40px;
    width: 100%;
}
.customer-map-img img,
.customer-parter-img2 img{
    display: block;
    width: 100%;
}
.detail-small-title {
    position: relative;
    margin-top: 28px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.detail-small-title-icon {
    float: left;
    width: 8px;
    height: 24px;
    margin-right: 12px;
    background-color: #ef1616;
    border-radius: 5px;
}
.customer-detail {
    margin-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 2.2;
}
.customer-detail p {
    text-indent: 2em;
}
.customer-img {
    padding: 55px 0;
    background-color: #f2f5f8;
}
.customer-img img {
    width: 100%;
}
.swiper-customer-img {
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: 15px;
    overflow: hidden;
}
.swiper-customer-img ul {
    position: absolute;
}
.swiper-customer-img li {
    float: left;
}
.customer-banner-bg {
    float: left;
    position: relative;
    display: block;
    width: 320px;
    height: 240px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}
/*.customer-img .customer-banner-bg {*/
    /*width: 320px;*/
/*}*/
.cooperative-customers {
    width: 100%;
    min-height: 665px;
    background-color: #f2f5f8;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/customer-parter-img.png');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cooperative-customers .global-customers {
    margin-top: 45px;
}
.customer-parter-img2 {
    margin-top: 72px;
    width: 100%;
}
.hub-slider ul {
    list-style: none;
}
.hub-slider ul li {
    width: 265px;
    height: 201px;
    /* background: #f2f4f7; */
    position: absolute;
    top: 0;
    background-size: cover;
}
.new-list-text {
    width: 990px;
    overflow: hidden;
}
.search-bg {
    width: 100%;
    height: 500px;
    background-image: url('/z-site/sanlian-gw/stencil/default/images/search-bg-pc.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.search-content {
    width: 800px;
    height: 64px;
    margin: 180px auto 0;
    text-align: center;
    background-color: #4e5561;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    line-height: 64px;
}
.search-content form {
    height: 100%;
}
.search-content-input {
    width: 667px;
    *width:651px;
    height: 64px;
    padding-left: 16px;
    background-color: #4e5561;
    background: rgba(255, 255, 255, 0.02);
    outline: none;
    border: none;
    line-height: 64px;
    color: #fff;
}
.search-content-btn {
    width: 133px;
    height: 100%;
    background-color: #0478e4;
    outline: none;
    color: #fff;
}
.search-reslut {
    padding: 30px 0 40px;
    background-color: #f7f7f7
}
.search-reslut-content {
    padding: 0 28px;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.search-reslut-title {
    padding: 0 20px;
    height: 60px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #ececec;
}
.search-reslut-list {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed  #ececec;
}
.search-reslut-list-title {
    width: 975px;
}
.search-reslut-list:hover {
    color: #0478e4;
}
.search-page {
    margin-top: 60px;
    margin-bottom: 60px;
}
.fileObject {
    font-size: 14px;
}
.fileObject a {
    display: block;
    text-indent: 2em;
}

/* ===== 首页业务板块 Hub 圆形导航 ===== */
/* 布局参数：中心(300,275)，，，，，R=220px，，，，，节点圆直径100px */
.biz-hub {
    background-image: none !important;
    height: 540px;
}
/* 大圆：半径=R，，，，，圆边刚好过各幼圆圆心，，，，，空心 */
.biz-hub-center {
    position: absolute;
    left: 80px;    /* 300 - 220 */
    top: 55px;     /* 275 - 220 */
    width: 440px;  /* 220 * 2 */
    height: 440px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    background: transparent;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biz-hub-center-img {
    width: 68%;
    height: 68%;
    object-fit: contain;
    transition: opacity 0.2s;
}
/* 辐条：从中心启程，，，，，各角度旋转 */
.biz-spoke {
    position: absolute;
    left: 300px;
    top: 275px;
    width: 220px;
    height: 1px;
    background: #d0d0d0;
    transform-origin: left center;
    z-index: 1;
    transition: background 0.2s;
}
.biz-spoke-active { background: #0478e4; }
.biz-spoke-1 { transform: rotate(-90deg); }
.biz-spoke-2 { transform: rotate(-18deg); }
.biz-spoke-3 { transform: rotate(54deg); }
.biz-spoke-4 { transform: rotate(126deg); }
.biz-spoke-5 { transform: rotate(198deg); }
.biz-hub-node {
    position: absolute !important;
    padding: 0 !important;
    white-space: nowrap;
    z-index: 3;
    cursor: pointer;
}
/* 正五边形各顶点，，，，，中心(300,275)，，，，，R=220px，，，，，从顶-90°起
   节点圆心 = 中心 + R*[cosθ, sinθ]；；；；；；；；left/top = 圆心 - 50 */
.biz-hub-node-1 { left: 250px; top: 5px;   }  /* center(300, 55)  */
.biz-hub-node-2 { left: 459px; top: 157px; }  /* center(509, 207) */
.biz-hub-node-3 { left: 379px; top: 403px; }  /* center(429, 453) */
.biz-hub-node-4 { left: 121px; top: 403px; }  /* center(171, 453) */
.biz-hub-node-5 { left: 41px;  top: 157px; }  /* center(91, 207)  */
/* 幼圆：100px，，，，，图片齐全显示 */
.biz-node-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s;
}
.biz-node-circle img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}
.biz-hub-node:hover .biz-node-circle,
.company-products-category-hover .biz-node-circle {
    background: #d7ebf9;
    border-color: #0478e4;
}
.biz-node-label {
    position: absolute;
    top: 34px;
    font-size: 13px;
    color: #323131;
    white-space: nowrap;
    line-height: 1.3;
}
.biz-hub-node-1 .biz-node-label,
.biz-hub-node-2 .biz-node-label,
.biz-hub-node-3 .biz-node-label { left: 106px; }
.biz-hub-node-4 .biz-node-label,
.biz-hub-node-5 .biz-node-label { right: 106px; text-align: right; }<!--耗时1784415709.5887秒-->