@media (min-width: 1440px) {
    .container {
        width: 77%;
    }
}

#recordNo {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
}

#recordNo a {
    color: #4EA7FC;
}

.banner-parallax {
    background-color: #020609;
}

.header-bar .hb-content {
    line-height: 108px;
}

.bottom-line {
    width: 200px !important;
    padding-top: 0 !important;
    margin: 0 auto 22px !important;
    height: 0 !important;
    border-bottom: 8px solid #59b651 !important;
}

/* 头部 */
#header {
    top: 0;
}

@media (max-width: 1200px) {
    .btn-search {
        margin-left: 0;
    }
}

#header-bar-1,
#header-bar-1 .header-bar-wrap {
    height: 108px;
}

.header-bar-wrap {
    height: 108px;
    background-color: #020609;
    border-bottom: 1px solid #060e25;
}

#header-bar-1.is-sticky,
#header-bar-1.is-sticky .header-bar-wrap {
    height: 80px;
    background-color: #020609;
    border-bottom: 1px solid #060e25;
}

.menu-main {
    position: absolute;
    right: 40px;
    top: 0;
}

.menu-main>li>a {
    opacity: 0.9;
}

.menu-main>li>a.current::before {
    background-color: #59b651;
    height: 5px;
}

.menu-main>li>a {
    padding: 15px;
}

.menu-main>li {
    margin: 0 15px;
    float: left\9;
}

.btn-search i {
    margin-right: 10px;
    color: #afafaf;
}

.input-search {
    background: transparent;
    display: inline-block;
    width: 150px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #afafaf;
    color: white;
    padding-left: 10px;
}


/* 轮播 */
#index-banner li:first-child {
    background-color: #020609;
}

#slider-banner-left {
    width: 43%;
    position: absolute;
    height: 100%;
    left: 0;
    -moz-box-shadow: 20px 0px 20px #020609;
    box-shadow: 20px 0px 20px #020609;
}

#index-banner li:first-child>div.bg-element {
    width: 57%;
    left: 43%;
    background-position-x: 0;
    background-position-y: 0;
}

/*单张 */
.slider-banner .slick-dots {
    display: none !important;
}

.banner-title {
    letter-spacing: 4px;
    margin-bottom: 40px;
    font-size: 50px !important;
}

.banner-subtitle {
    font-size: 22px !important;
    font-weight: normal;
}

@media (min-width: 1440px) {
    .banner-title {
        font-size: 90px !important;
    }

    .banner-subtitle {
        font-size: 39px !important;
    }

    .banner-href {
        font-size: 37px !important;
    }
}

@media (max-width: 750px) {
    #slider-banner-left {
        width: 0;
    }

    #index-banner li:first-child>div.bg-element {
        width: 100%;
        left: 0;
    }

    .customBg {
        width: 100% !important;
    }
}

@media (min-width: 1440px) {}

.banner-center-box {
    padding: 180px 0 160px !important;
}

.banner-href {
    background-color: #59b651;
    border: none;
    color: white;
    font-size: 30px !important;
    padding: 5px 35px !important;
}

.btn.dark,
.btn.hover-dark:hover {
    background: #70d767;
}


/* 客户说 */
.pricing-table .pt-column {
    border: none;
    background-color: #ffffff;
}

.pricing-table .pt-column-header {
    border-bottom: none;
    margin-bottom: 0;
}

.pricing-table .pt-column-header .price h2 {
    font-size: 40px;
}

.customer {
    font-size: 23px;
    color: #323232;
    padding: 20px 0 20px 20px;
    position: relative;
    font-weight: 400;
    line-height: 33px;
}

#customer .pricing-table .pt-column-header .price h2 {
    color: #323232;
}

.customerLeft,
.customerRight {
    font-size: 50px;
}

.customerLeft {
    position: absolute;
    left: -32px;
    top: -25px;
}

.customerRight {
    position: absolute;
    right: -35px;
    bottom: -24px;
}

#customer-said,
#customer-said>div {
    display: flex;
}

@media (max-width: 992px) {

    #customer-said,
    #customer-said>div {
        display: block;
    }
}

/* 主打产品 */
.products-box>div {
    background-color: #F0F1F5;
    height: 160px;
    cursor: pointer;
    font-weight: bold;
    -moz-user-select: none;
    margin-bottom: 20px;
}

.products-box>div:hover .txt {
    zoom: 0.95;
    top: -20px;
}

.products-box .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    line-height: 160px;
    -ms-user-select: none;
}

.products-box .txt {
    color: #666666;
    font-size: 25px;
    position: relative;
    top: -17px;
}

.products-box .number {
    color: #D0D1D4;
    font-size: 70px;
    padding-right: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.products-box .check {
    background-color: #2f6aff;
}

.products-box .check::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #2f6aff;
}

.products-box .check .txt {
    color: white;
}

.products-box .check .number {
    color: white;
}

.products-box .left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.products-box .right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.slider-testimonials .slick-slider .slick-slide {
    padding: 30px 20px;
}

.product-box {
    display: flex;
    min-height: 500px;
}

.product-box>div {
    padding: 0 50px;
}

.product-box .txt {
    color: white;
    font-size: 22px;
}

.product-box .txt p {
    /* text-indent: 2em; */
}

.search-word {
    background: rgb(255 255 0 / 50%);
}

.product-box .img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px\9;
}

#product .slick-arrows {
    display: none;
}

@media (max-width: 992px) {
    .products-box>div {
        border-radius: 30px;
    }

    .product-box {
        display: block;
    }

    .product-box>div {
        padding: 0 20px;
    }

    .product-box .img {
        margin-top: 20px;
        height: 300px;
    }
}

.client-single img {
    opacity: 1;
}

@media (min-width: 1400px) {
    .slider-projects .slick-dots {
        display: none !important;
    }
}

.slider-projects {
    margin-top: 30px;
    margin-bottom: 70px;
}

.slider-projects .client-single {
    height: 75px;
}

/* 底部 */
#footer .section-content {
    background-color: #2E6AFF;
    padding-top: 70px;
    padding-bottom: 80px;
}

#footer .list-func {
    list-style: none;
    color: #fff;
    font-size: 24px;
    margin: 60px 0;
    opacity: 0.8;
    font-weight: 400;
}

#footer .list-func a {
    color: #fff;
    cursor: pointer;
}

#footer .list-func li {
    display: inline-block;
    padding: 0 3%;
}

.splitLine {
    border-right: 1px solid #c5c5c5;
    height: 20px;
    padding: 0 !important;
}

#contact {
    color: #4EA7FC;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
}

#contact .left {
    text-align: right;
    padding-right: 7%;
}

@media (max-width: 992px) {
    #contact>div {
        text-align: center !important;
    }
}

/* 产品与服务 */
.customBg {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: 0;
}

.productsServices .banner .title {
    font-size: 75px;
}

.productsServices .banner .subtitle {
    font-size: 30px;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 20px;
}

.product-explain .title {
    font-size: 39px;
    color: #1B2133;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.product-explain .title span {
    color: #59b651;
    font-weight: 600;
}

.product-explain .sub-title {
    font-size: 22px;
    color: #1B2133;
    font-weight: 400;
    line-height: 33px;
}

/* 招聘 */
#recruit .pricing-table .pt-column {
    background-color: #EEEEEE;
    padding: 50px 20px 40px 50px;
}

#recruit .pricing-table .pt-column-header {
    display: block;
    margin-bottom: 0;
}

#recruit .pricing-table .pt-column-header .title h1 {
    color: #2E2E2E !important;
    font-size: 28px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#recruit .pricing-table .pt-column-content {
    font-size: 22px;
    color: #333333;
    text-align: left;
    font-weight: 300;
    height: 350px;
    overflow: auto;
}

#recruit .pricing-table .pt-column-content li {
    font-weight: 300;
    line-height: 35px;
}

#recruit .pricing-table .pt-column-content li+li {
    margin-top: 20px;
}

#recruit .pricing-table .pt-column-content::-webkit-scrollbar {
    width: 15px;
    border-radius: 20px;
    height: 1px;
}

#recruit .pricing-table .pt-column-content::-webkit-scrollbar-thumb {
    background: #C6C6C6 !important;
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#recruit .pricing-table .pt-column-content::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#recruit .pt-column-footer {
    text-align: center;
}

#recruit .pt-column-footer .btn {
    border-radius: 100px;
    width: 90%;
    font-size: 30px;
    padding: 5px 35px;
}

#recruit .btn.hover-dark:hover {
    background: #4590ff;
    border-color: #4590ff;
}

/* 关于 */
.industry-img {
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry .box-content {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.industry .box-content h1 {
    color: #333333;
    font-weight: 400;
}

.industry.box-service-2:hover {
    transform: translateY(-10px);
    background-color: #2e6aff;
}

.industry.box-service-2:hover .box-content h1 {
    color: white;
}

@media (min-width: 1200px) {
    .industry-box .slick-dots {
        display: none !important;
    }
}

#map-info {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 40px;
    box-shadow: 0px 15px 36px 4px rgb(0 0 0 / 15%);
}

#map-info p {
    margin-bottom: 10px;
    font-weight: 400;
    color: #313131;
    width: 100%;
    font-size: 20px;
}

#map-info .name {
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #313131;
    padding-bottom: 10px;
}

#map-info .tel {
    padding-top: 10px;
}

#map-info .addr-1 {
    margin-bottom: 0;
}

#map-info .addr-2 {
    margin-left: 20px;
}

#map-info p i {
    margin-right: 10px;
}

#map-info.box-service-2:hover p {
    color: white;
}

#map-info.box-service-2:hover .name {
    border-color: white;
}

@media (max-width: 800px) {
    #map-info {
        display: none;
    }
}

.recruitTitle:nth-of-type(n+2) {
    margin-top: 30px;
}

.see-more {
    border: 2px solid #4590ff;
    padding: 7px 10px;
    font-size: 13px;
    color: #4590ff;
    margin-top: 18px;
    display: inline-block;
    border-radius: 4px;
}

.see-more i {
    margin-left: 5px;
    font-size: 16px;
}

.see-more:hover {
    color: #FFFFFF;
    background-color: #4590ff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}