* {
    font-weight: normal
}

img {
    width: 100%;
    vertical-align: middle;
    transition: all .35s
}

a {
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

div {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

input, select, textarea {
    outline: 0
}

.m-t-large {
    margin-top: 1.875rem
}

.bg-grey {
    background-color: #efefef
}

.text-dark-blue {
    color: #080057
}

.text-light-blue {
    color: rgba(8, 0, 87, 0.8)
}

.text-grey-opacity {
    color: rgba(51, 51, 51, 0.8)
}

.partner img {
    transition: all .35s
}

.partner img:hover {
    transform: scale(1.05)
}

.line-center:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    transform: translateY(-50%)
}

.nx-header {
    height: 85px;
    line-height: 85px;
    padding: 0 20px 0 40px;
    background-color: #fff
}

.nx-header .logo {
    display: block;
    width: 202px;
    height: 100%
}

@media only screen and (max-width: 980px) {
    .nx-header {
        height: 4.375rem;
        line-height: 4.375rem;
        padding: 0 1.25rem;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35)
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .nx-header {
        padding-left: 1.25rem;
        padding-right: 4px
    }
}

.nx-footer {
    height: auto;
    line-height: 1;
    padding: 0
}

.nx-footer .footer-content {
    padding: 40px 0;
    border-bottom: 2px solid #e9e9e9
}

.nx-footer .footer-content .footer-info-right {
    padding-right: 100px
}

.nx-footer .footer-content .footer-nav-all {
    padding: 0 50px
}

.nx-footer .footer-content .qrcode-left {
    padding-left: 40px
}

.nx-footer .footer-logo {
    margin-bottom: 15px
}

.nx-footer .footer-logo img {
    width: auto
}

.nx-footer .footer-cell {
    width: 100%;
    overflow: hidden;
    font-size: .875rem;
    line-height: 1.5rem
}

.nx-footer .footer-cell span {
    display: inline-block;
    float: left
}

.nx-footer .footer-cell .cell-label {
    width: 46px
}

.nx-footer .footer-cell .cell-text {
    width: calc(100% - 46px)
}

.nx-footer .footer-nav > div:first-child .nav-item {
    padding-left: 1.75rem
}

.nx-footer .footer-nav > div:first-child .nav-item a {
    letter-spacing: 1.875rem
}

.nx-footer .nav-item {
    padding: 10px 0;
    text-align: center
}

.nx-footer .nav-item a {
    color: #666
}

.nx-footer .nav-item a:hover {
    text-decoration: underline
}

.nx-footer .nav-item .line {
    display: inline-block;
    width: 10px;
    height: 2px;
    vertical-align: middle;
    background-color: rgba(255, 132, 117, 0.48);
    margin-right: 12px
}

.nx-footer .qrcode {
    padding: 10px 0;
    text-align: right
}

.nx-footer .qrcode img {
    width: 114px
}

.nx-footer .qrcode p {
    font-size: .875rem;
    color: #999;
    padding-right: 6px;
    margin-top: .625rem
}

.nx-footer .copyright {
    padding: 24px 0;
    font-size: .875rem;
    color: #aeadad
}

@media only screen and (max-width: 980px) {
    .nx-footer {
        line-height: 1.875rem;
        text-align: center
    }

    .nx-footer .footer-content {
        padding: 1rem
    }

    .nx-footer .footer-content .footer-info-right {
        padding-right: 0
    }

    .nx-footer .footer-content .qrcode-left {
        padding-left: 0
    }

    .nx-footer .footer-content .border-right {
        border-right: 0 !important
    }

    .nx-footer .footer-content .border-left {
        border-left: 0 !important
    }

    .nx-footer .footer-cell span {
        float: none
    }

    .nx-footer .footer-cell .cell-label, .nx-footer .footer-cell .cell-text {
        width: auto
    }

    .nx-footer .qrcode {
        padding: 1rem 0;
        text-align: center
    }

    .nx-footer .copyright {
        background-color: #efefef;
        padding: 1rem
    }

    .nx-footer .copyright .nx-container > div {
        float: none
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .nx-footer .footer-logo img {
        width: 100%
    }

    .nx-footer .footer-content .footer-info-right {
        padding-right: 1rem
    }

    .nx-footer .footer-content .qrcode-left {
        padding-left: 1rem
    }

    .nx-footer .footer-content .footer-nav-all {
        padding: 0
    }

    .nx-footer .qrcode {
        text-align: center;
        margin-bottom: 2rem
    }

    .nx-footer .qrcode img {
        width: 5rem;
        height: 5rem
    }
}

.nav > li {
    float: left;
    position: relative
}

.nav > li > a {
    padding: 0 20px
}

.nav > li > a span {
    display: block
}

.nav > li > a i {
    display: none;
    margin-top: -15px;
    transform: translateY(-15px)
}

.nav > li > .sub-nav {
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    transition: max-height .35s
}

.nav > li > .sub-nav a {
    padding: 15px 10px;
    font-size: .875rem;
    line-height: 1;
    color: #fff
}

.nav > li.active > a, .nav > li:hover > a {
    background-color: #d7161a;
    color: #fff
}

.nav > li.active > a i, .nav > li:hover > a i {
    display: block
}

.nav > li:hover > .sub-nav {
    max-height: 500px
}

.nav a {
    display: block;
    text-align: center;
    color: #333
}

.toggle-menu {
    width: 3rem;
    text-align: right;
    font-size: 2rem;
    color: #8b8b8b
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .nav > li > a {
        padding: 0 1rem
    }
}

.banner, .child-banner {
    width: 100%
}

.banner img, .child-banner img {
    height: 100%;
    object-fit: cover
}

.banner {
    height: 750px
}

.banner .banner-card-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: transparent
}

.banner .banner-card-wrapper .banner-card {
    position: absolute;
    top: 50%;
    left: 0;
    width: 586px;
    height: 302px;
    padding: 40px;
    margin-top: -160px;
    background-color: rgba(26, 61, 101, 0.45);
    color: #fff
}

.banner .banner-card-wrapper .banner-card .banner-title {
    font-size: 28px;
    margin-bottom: 5px
}

.banner .banner-card-wrapper .banner-card .banner-subtitle {
    font-size: 60px;
    margin-bottom: 20px
}

.banner .banner-card-wrapper .banner-card .banner-subtitle span {
    font-size: 46px
}

.banner .banner-card-wrapper .banner-card .m-banner-line {
    width: 1.75rem;
    height: 2px;
    background-color: #d7161a;
    margin-bottom: .875rem
}

.banner .banner-card-wrapper .banner-card .m-banner-title {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: .875rem
}

.banner .banner-card-wrapper .banner-card .banner-des {
    font-size: 1.125rem
}

.child-banner {
    position: relative;
    height: 363px
}

.child-banner .title-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.child-banner .title-box .title {
    font-size: 1.75rem;
    margin-bottom: 0.625rem
}

.child-banner .title-box .subtitle {
    color: #dcdcdc
}

@media only screen and (max-width: 980px) {
    .banner {
        height: 337px
    }

    .banner .banner-card-wrapper .banner-card {
        left: 2.5rem;
        width: 12.5rem;
        height: 9.375rem;
        padding: 0;
        margin-top: -6rem;
        background-color: transparent
    }

    .banner .banner-card-wrapper .banner-card .banner-subtitle {
        font-size: 1.25rem;
        margin-bottom: .875rem
    }

    .banner .banner-card-wrapper .banner-card .banner-subtitle span {
        font-size: 1rem
    }

    .banner .banner-card-wrapper .banner-card .banner-des {
        font-size: .75rem
    }

    .child-banner {
        height: 15.625rem
    }

    .child-banner .title-box {
        width: 100%
    }

    .child-banner .title-box .title {
        font-size: 1.625rem;
        margin-bottom: 0.625rem
    }

    .child-banner .title-box .subtitle {
        font-size: 1.25rem
    }
}

.nx-card {
    border: none
}

.nx-card .card-layer {
    background-color: rgba(26, 61, 101, 0.7);
    transition: all .35s
}

.nx-card .card-mask {
    top: 100%;
    transition: all .35s;
    background-color: rgba(26, 61, 101, 0.7);
    overflow: hidden
}

.business .nx-card {
    height: 454px;
    background-color: #eee
}

.business .nx-card .card-mask {
    top: 0;
    left: 0;
    display: none
}

.business .nx-card .card-mask.car-bg {
    background: url("../images/bg/car-bg.jpg") no-repeat center center;
    background-size: cover
}

.business .nx-card .card-mask.coal-bg {
    background: url("../images/bg/coal-bg.jpg") no-repeat center center;
    background-size: cover
}

.business .nx-card .card-mask.finance-bg {
    background: url("../images/bg/finance-bg.jpg") no-repeat center center;
    background-size: cover
}

.partner .nx-card {
    height: 100%
}

.partner .nx-card .card-layer {
    transform: translateY(100%)
}

.partner .nx-card:hover .card-layer {
    transform: translateY(0)
}

.partner .nx-card img:hover {
    transform: none
}

.industrial .nx-card:hover .card-layer {
    transform: translateY(100%)
}

.industrial .nx-card:hover .card-mask {
    top: 0
}

.industrial .nx-card .card-img img:hover {
    transform: none
}

.news .card-title {
    display: block;
    font-size: 1.375rem;
    margin-bottom: 2rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .card-title:hover {
    color: #1a3d65
}

.news .card-text {
    color: #888;
    font-size: .875rem;
    min-height: 2.625rem
}

.news .card-body {
    padding: .625rem
}

.certificates .nx-card {
    background-color: transparent
}

.business-main .nx-card {
    padding: 0.375rem;
    border: 1px solid #bfbfbf;
    border-radius: 0.375rem;
    margin-bottom: 2.5rem
}

.business-main .nx-card .card-layer {
    font-weight: bold
}

.partner-main .nx-card {
    height: 21.5rem
}

.partner-main .nx-card .card-img {
    height: 16.25rem
}

.partner-main .nx-card .card-img img {
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 980px) {
    .news .card-title {
        font-size: 1.125rem;
        margin-bottom: 1.75rem
    }

    .news .card-text {
        color: #888;
        font-size: .875rem
    }

    .news .card-body {
        padding: .625rem
    }

    .business-main .nx-card {
        padding: 0;
        border: none;
        border-radius: 0
    }

    .business-main .nx-card .card-layer {
        padding: .5rem;
        font-size: 1rem
    }

    .partner-main .nx-card {
        height: 14rem
    }

    .partner-main .nx-card .card-img {
        height: 9.375rem
    }

    .partner-main .nx-card .card-body {
        padding: 1rem
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .business .nx-card {
        height: 20rem
    }
}

.nx-main {
    padding: 0
}

.nx-container {
    position: relative
}

.module .module-title {
    padding: 29px;
    border-bottom: 2px solid #e9e9e9
}

.module .module-title .title {
    padding-left: 1rem;
    background: url("../images/icons/icon-module-title.jpg") no-repeat 0 center
}

.module .module-title .title .main-title {
    font-size: 1.25rem;
    color: #4b4b4b
}

.module .module-title .title .sub-title {
    color: #adadad
}

.module .module-title .des {
    font-size: .875rem;
    font-style: italic;
    color: #999
}

.module .module-title .des .red {
    color: #d20000
}

.module .module-content {
    padding: 84px 0 134px
}

.module .module-tab-nav > ul > li {
    float: left
}

.module .module-tab-content {
    padding: 50px 24px;
    margin-top: 96px
}

.module .tab-content-item {
    position: relative
}

.nx-pagination a.active, .nx-pagination a:hover, .nx-pagination span.active, .nx-pagination span:hover {
    background-color: #d7161a;
    border-color: #d7161a
}

.detail-pagination a {
    display: block;
    background-color: #9796a0;
    color: #fff;
    text-align: center;
    padding: 1rem
}

@media only screen and (max-width: 980px) {
    html.nx-header-sm-fixed .nx-header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000
    }

    html.nx-header-sm-fixed .nx-main {
        margin-top: 4.375rem
    }

    .nx-container {
        padding: 0 1rem
    }

    .module .module-title {
        padding: 1rem 0
    }

    .module .module-title .title .main-title {
        font-size: 1.125rem
    }

    .module .module-title .title .sub-title {
        display: none
    }

    .module .module-title .des {
        margin-top: .25rem
    }

    .module .module-content {
        padding: 2.5rem 0 3.75rem
    }

    .module .module-tab-content {
        padding: 2rem 1rem;
        margin-top: 6rem
    }

    .nx-pagination a, .nx-pagination span {
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem
    }

    .detail-pagination a {
        padding: .5rem 0
    }
}

.business .module-content {
    padding: 50px 0 106px
}

.business .item-title {
    font-size: 26px
}

.business .line {
    display: inline-block;
    height: 2px;
    background-color: #d7d7d7
}

.business .item-wrapper {
    text-align: center
}

.business .item-wrapper .item-icon {
    width: 2.875rem;
    margin-bottom: 12px
}

.business .item-wrapper .item-title {
    color: #555;
    margin-bottom: 1.25rem
}

.business .item-wrapper .item-subtitle {
    font-size: .875rem;
    color: #a7a7a7;
    margin-bottom: 1.875rem
}

.business .item-wrapper .line {
    width: 105px
}

.business .mask-item-wrapper {
    padding: 0 40px;
    text-align: center;
    color: #fff
}

.business .mask-item-wrapper .item-icon {
    width: 3.625rem;
    margin-bottom: 18px
}

.business .mask-item-wrapper .item-title {
    margin-bottom: 10px
}

.business .mask-item-wrapper .item-subtitle {
    margin-bottom: 18px
}

.business .mask-item-wrapper .line {
    width: 42px;
    margin-bottom: 24px
}

.business .mask-item-wrapper .item-des {
    font-size: .875rem;
    line-height: 1.625rem
}

.business .mask-item-wrapper .item-btn {
    display: inline-block;
    width: 104px;
    height: 31px;
    background: url("../images/icons/icon-btn.png") no-repeat center center;
    background-size: 100%;
    margin-top: 30px
}

.business .mask-item-wrapper .item-btn:hover {
    background-image: url("../images/icons/icon-btn-active.png")
}

.business .business-des {
    text-align: center;
    margin-top: 2rem
}

.business .business-des .business-btn {
    display: inline-block;
    width: 4.25rem;
    height: 2rem;
    background: url("../images/icons/icon-m-btn.png") no-repeat center center;
    background-size: 100%;
    margin-top: 2rem
}

.company {
    width: 100%;
    padding: 80px 0 116px;
    background: url("../images/bg/company-bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff
}

.company .company-title {
    width: 100%;
    color: #fff
}

.company .company-title .main-title {
    font-size: 1.875rem;
    margin-bottom: 15px
}

.company .company-title .sub-title {
    font-size: .875rem
}

.company .company-title .line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #df092f;
    margin: 30px 0 40px
}

.company .company-content .des-box p {
    line-height: 1.625rem;
    color: #fff !important
}

.company .company-content .des-box p span {
    color: #fff !important
}

.company .company-content .count-box {
    margin-top: 80px
}

.company .company-content .count-box .count-wrapper .count-top {
    margin-bottom: 15px
}

.company .company-content .count-box .count-wrapper .count-top .counter-container .counter, .company .company-content .count-box .count-wrapper .count-top .counter-container .more {
    font-size: 2.25rem
}

.company .company-content .count-box .count-wrapper .count-top .counter-container .top {
    display: inline-block;
    vertical-align: top
}

.company .company-content .count-box .count-wrapper p {
    font-size: 1.125rem
}

.partner {
    width: 100%
}

.partner .partner-l {
    float: left;
    width: 320px;
    height: 388px;
    margin-right: 30px;
    overflow: hidden
}

.partner .partner-r {
    width: calc(100% - 350px);
    margin-left: 350px
}

.partner .partner-r .partner-item {
    float: left;
    width: 268px;
    height: 180px;
    margin-right: 23px;
    margin-top: 28px;
    overflow: hidden
}

.partner .partner-r .partner-item:nth-child(-n+3) {
    margin-top: 0
}

.partner .partner-r .partner-item:nth-child(3n) {
    margin-right: 0
}

.partner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.industrial .industrial-item {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.industrial .industrial-title {
    position: relative;
    font-size: 1.25rem;
    padding: 0 30px 30px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px
}

.industrial .industrial-title .line {
    position: absolute;
    width: 32px;
    height: 3px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #df092f
}

.industrial .industrial-des-box {
    text-align: center
}

.industrial .industrial-des {
    line-height: 1.875
}

.industrial .des-box {
    text-align: center;
    margin-top: 2rem
}

.news {
    position: relative;
    width: 100%
}

.news .module-content {
    padding-bottom: 12px
}

.news .module-tab-nav > ul li a {
    display: block;
    padding: 5px 18px;
    color: #fff;
    text-align: center;
    font-size: .875rem
}

.news .module-tab-nav > ul li a.active {
    background-color: #df092f
}

.news .module-title {
    border-width: 1px
}

.news .module-title .main-title {
    color: #fff !important
}

.news .news-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 501px;
    z-index: -1
}

.news .news-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news .nx-col-8:nth-child(-n+3) {
    margin-bottom: 80px
}

.news .date {
    margin-top: 1.875rem;
    font-size: .875rem;
    color: #999
}

.news .new-tag {
    display: inline-block;
    margin-bottom: 16px
}

@media only screen and (max-width: 980px) {
    .business .module-content {
        padding-bottom: 2rem
    }

    .business .nx-card {
        height: 16.625rem
    }

    .business .mask-item-wrapper {
        padding: 0 .75rem
    }

    .business .item-title {
        font-size: 1.125rem
    }

    .business .item-subtitle {
        font-size: 1rem
    }

    .company {
        padding: 3.125rem 0 3.875rem
    }

    .company .company-title .main-title {
        font-size: 1.25rem;
        margin-bottom: 15px
    }

    .company .company-title .sub-title {
        font-size: .875rem
    }

    .company .company-content .des-box p {
        line-height: 1.625rem
    }

    .company .company-content .count-box {
        margin-top: 3.75rem
    }

    .company .company-content .count-box .count-wrapper .count-top .counter-container .counter, .company .company-content .count-box .count-wrapper .count-top .counter-container .more {
        font-size: 1.625rem
    }

    .company .company-content .count-box .count-wrapper p {
        font-size: 1rem
    }

    .partner .partner-r {
        width: 100%;
        margin-left: 0
    }

    .partner .partner-r .partner-item {
        width: calc(50% - 7px);
        height: auto;
        margin-top: 1.125rem !important
    }

    .partner .partner-r .partner-item:nth-child(odd) {
        margin-left: 0;
        margin-right: 7px
    }

    .partner .partner-r .partner-item:nth-child(even) {
        margin-left: 7px;
        margin-right: 0
    }

    .partner .partner-r .partner-item:nth-child(-n+2) {
        margin-top: 0 !important
    }

    .news .module-tab-nav {
        position: absolute;
        top: 5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%
    }

    .news .module-tab-nav > ul {
        display: flex;
        justify-content: center;
        width: 100%;
        overflow: hidden
    }

    .news .module-tab-nav > ul li a {
        border: 1px solid #fff;
        margin-right: 1rem
    }

    .news .module-tab-nav > ul li a.active {
        border-color: #d7161a
    }

    .news .news-bg {
        height: 306px
    }

    .news .new-tag {
        margin-bottom: .75rem
    }

    .news .nx-col-8:nth-child(-n+2) {
        margin-bottom: 2.375rem
    }

    .news .nx-col-8:nth-child(3) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .business .mask-item-wrapper {
        padding: 0 1rem;
        text-align: center;
        color: #fff
    }

    .business .mask-item-wrapper .item-icon {
        width: 2.5rem;
        margin-bottom: 1rem
    }

    .business .mask-item-wrapper .item-title {
        font-size: 1.125rem;
        margin-bottom: .625rem
    }

    .business .mask-item-wrapper .item-subtitle {
        margin-bottom: .75rem
    }

    .business .mask-item-wrapper .line {
        width: 42px;
        margin-bottom: 1rem
    }

    .business .mask-item-wrapper .item-des {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .business .business-des {
        text-align: center;
        margin-top: 2rem
    }

    .business .business-des .business-btn {
        display: inline-block;
        width: 4.25rem;
        height: 2rem;
        background: url("../images/icons/icon-m-btn.png") no-repeat center center;
        background-size: 100%;
        margin-top: 2rem
    }

    .partner .partner-l {
        float: left;
        width: 280px;
        height: 388px;
        margin-right: 1.25rem;
        overflow: hidden
    }

    .partner .partner-r {
        width: calc(100% - 300px);
        margin-left: 300px
    }

    .partner .partner-r .partner-item {
        width: calc(50% - 1.25rem);
        height: 180px;
        margin-right: 1.25rem;
        margin-top: 28px;
        overflow: hidden
    }

    .partner .partner-r .partner-item:nth-child(-n+2) {
        margin-top: 0
    }

    .partner .partner-r .partner-item:nth-child(2n) {
        margin-right: 0
    }

    .partner .partner-r .partner-item:nth-child(3n) {
        margin-top: 28px;
        margin-right: 1.25rem
    }

    .partner .partner-r .partner-item:nth-child(5), .partner .partner-r .partner-item:nth-child(6) {
        display: none
    }

    .partner img {
        width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about-main .module {
    padding: 70px 0 118px
}

.about-main .module .module-title {
    padding: 0;
    border-bottom: none;
    margin-bottom: 60px;
    text-align: center
}

.about-main .module .module-title .title {
    display: inline-block;
    background: url("../images/bg/title-line.png") no-repeat center bottom;
    padding: 20px
}

.about-main .module .module-title .title .main-title, .about-main .module .module-title .title .sub-title {
    display: block
}

.about-main .module .module-title .title .main-title {
    font-size: 1rem;
    color: #adadad;
    margin-bottom: .625rem
}

.about-main .module .module-title .title .sub-title {
    font-size: 1.625rem;
    color: #4b4b4b
}

.about-main .module .module-content {
    padding: 0
}

.about-main .culture .culture-img {
    width: 496px;
    height: 347px;
    overflow: hidden;
    box-shadow: 32px 28px 0 rgba(47, 82, 125, 0.2)
}

.about-main .culture .culture-img img {
    height: 100%;
    object-fit: cover
}

.about-main .culture .culture-img img:hover {
    transform: scale(1.05)
}

.about-main .culture .culture-content {
    color: #444444
}

.about-main .culture .culture-content .word {
    font-size: 1.125rem;
    margin-bottom: 3.75rem;
    margin-top: 2.5rem
}

.about-main .culture .culture-content .title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem
}

.about-main .culture .culture-content p {
    line-height: 2.375rem
}

.about-main .certificates-container, .about-main .office-container, .about-main .history-container {
    position: relative
}

.about-main .history {
    position: relative;
    background: url("../images/bg/history-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 656px;
    text-align: center
}

.about-main .history .history-container .history-des {
    display: none
}

.about-main .history .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.about-main .history .sub-title {
    color: #fff !important
}

.about-main .history .swiper-history {
    position: relative;
    width: calc(100% - 180px);
    margin: 0 auto
}

.about-main .history .swiper-history:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 1rem;
    background-color: #fff
}

.about-main .history .item {
    position: relative
}

.about-main .history .item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 1.875rem;
    background-color: #fff
}

.about-main .history .year {
    font-size: 1.5rem;
    opacity: .5;
    color: #fff;
    text-align: center;
    padding-top: 3.25rem
}

.about-main .history .history-des {
    display: inline-block;
    width: 386px;
    background-color: rgba(6, 35, 87, 0.47);
    padding: 28px;
    margin-top: 40px;
    text-align: center;
    color: #fff
}

.about-main .history .history-des .title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem
}

.about-main .history .history-des .bottom {
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 15px
}

@media only screen and (max-width: 980px) {
    .about-main .module {
        padding: 1.25rem 0 3.5rem
    }

    .about-main .module .module-title {
        margin-bottom: 2rem
    }

    .about-main .module .module-title .title .sub-title {
        font-size: 1.25rem
    }

    .about-main .culture .culture-img {
        width: 100%;
        height: auto;
        box-shadow: none
    }

    .about-main .culture .culture-content {
        margin-top: 1.875rem
    }

    .about-main .culture .culture-content .word {
        font-size: 1rem;
        margin-bottom: 1rem;
        margin-top: 1.875rem;
        line-height: 1.875rem
    }

    .about-main .culture .culture-content .title {
        font-size: 1.125rem
    }

    .about-main .history {
        height: 33.625rem
    }

    .about-main .history .line img {
        width: 1.625rem
    }

    .about-main .history .swiper-history {
        width: 75%
    }

    .about-main .history .swiper-history .history-des {
        display: block;
        width: 100%;
        margin-top: 2rem
    }

    .about-main .history .swiper-history .history-des title {
        font-size: 1.125rem
    }

    .about-main .history .swiper-history:after {
        display: none
    }

    .about-main .history .item:before {
        display: none
    }

    .about-main .history .year {
        padding-top: 0;
        font-size: 1.5rem;
        opacity: 1
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .about-main .culture .culture-img {
        width: calc(100% - 3rem);
        height: auto
    }

    .about-main .culture .culture-content {
        margin-top: 1.5rem
    }
}

.industrial-main .module-content {
    padding-bottom: 1.625rem !important
}

.industrial-main .nx-row {
    margin-bottom: 4rem
}

.industrial-main .industrial-img {
    width: 27.375rem;
    overflow: hidden
}

.industrial-main .industrial-img img:hover {
    transform: scale(1.05)
}

.industrial-main .industrial-content.p-l {
    padding-left: 2.5rem
}

.industrial-main .industrial-content.p-r {
    padding-right: 2.5rem
}

.industrial-main .industrial-title {
    padding: 1.75rem 0;
    background: url("../images/bg/industrial-line.png") no-repeat center bottom;
    background-size: 100%;
    /*margin-top: 1rem;*/
}

.industrial-main .industrial-title .title, .industrial-main .industrial-title .subtitle {
    display: inline-block;
    vertical-align: middle
}

.industrial-main .industrial-title .title {
    font-size: 1.625rem
}

.industrial-main .industrial-title .subtitle {
    color: #b7b6b6;
    margin-left: 0.625rem
}

.industrial-main .industrial-title .m-qq-talk a {
    width: 1.25rem;
    display: block;
    float: left;
    margin-right: .5rem
}

.industrial-main .industrial-title .m-qq-talk a:last-child {
    margin-right: 0
}

.industrial-main .industrial-info-wrapper {
    position: relative;
    margin-top: 2rem
}

.industrial-main .industrial-info-wrapper .industrial-info {
    line-height: 2.125rem
}

.industrial-main .industrial-info-wrapper .industrial-info .info {
    font-size: .875rem;
    color: #777
}

.industrial-main .industrial-info-wrapper .industrial-info .main-camp {
    padding-right: 4rem
}

.industrial-main .industrial-info-wrapper .qq-talk {
    position: absolute;
    right: 0;
    top: 0.5rem
}

.industrial-main .industrial-info-wrapper .qq-talk a {
    display: block;
    margin-bottom: 0.5rem
}

@media only screen and (max-width: 980px) {
    .industrial-main .module-content {
        padding: 0
    }

    .industrial-main .nx-row {
        padding-bottom: 2.5rem;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0
    }

    .industrial-main .nx-row:last-child {
        border-bottom: none
    }

    .industrial-main .industrial-img {
        width: 100%
    }

    .industrial-main .industrial-content.p-l {
        padding-left: 0
    }

    .industrial-main .industrial-content.p-r {
        padding-right: 0
    }

    .industrial-main .industrial-title {
        margin-bottom: 2.5rem
    }

    .industrial-main .industrial-title .title {
        font-size: 1.125rem
    }

    .industrial-main .industrial-info-wrapper .industrial-info .info {
        font-size: 1rem
    }

    .industrial-main .industrial-info-wrapper .industrial-info .main-camp {
        padding-right: 0
    }
}

.business-main {
    background: url("../images/bg/business-bg.jpg") no-repeat center bottom;
    background-size: 100%
}

.business-main .module-title {
    padding: 0;
    border-bottom: none;
    margin-top: 4rem
}

.business-main .module-title .nx-container {
    padding: 1rem 0;
    border-bottom: 1px solid #bfbfbf
}

.business-main .module-title .title {
    background-image: url("../images/icons/icon-title-small.jpg")
}

.business-main .module-tab-nav ul > li a {
    padding: 0 .75rem;
    font-size: 1.125rem
}

.business-main .module-tab-nav ul > li a.active {
    color: #d7161a
}

.business-main .module-tab-nav ul > li:hover a, .business-main .module-tab-nav ul > li.active a {
    color: #d7161a
}

.business-main .module-content {
    padding: 2.75rem 0 5rem
}

.business-main .module-content .list-item {
    margin-bottom: 3.25rem
}

.business-main .module-content .list-item .item {
    position: relative;
    padding: 2rem 4rem 4.75rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: rgba(66, 66, 66, 0.1) 0 0 1.875rem;
    margin-bottom: 3.75rem
}

.business-main .module-content .list-item .item .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.375rem
}

.business-main .module-content .list-item .item .subtitle {
    position: absolute;
    right: 12rem;
    top: 50%;
    transform: translateY(-50%)
}

.business-main .module-content .list-item .item .subtitle .name {
    font-size: 2.5rem;
    color: rgba(0, 0, 81, 0.6);
    margin-bottom: .75rem
}

.business-main .module-content .list-item .item .subtitle .tag {
    font-size: 3.125rem;
    color: #000051;
    font-weight: bold
}

.business-main .module-content .list-item .item:nth-child(2n) .subtitle {
    right: auto;
    left: 12rem
}

.business-main .module-content .list-item .item:nth-child(2n) .subtitle .tag {
    color: #fff
}

.business-main .module-content .list-item .item .arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 3rem;
    background: url("../images/icons/icon-arrow.png") no-repeat center center;
    background-size: 100%;
    transform: translateX(-50%)
}

.business-main .module-content .list-item .item .arrow:hover {
    background-image: url("../images/icons/icon-arrow-active.png")
}

.business-main .business-des {
    padding: 2.625rem;
    margin-bottom: 2.625rem
}

.business-main .business-des .title-box {
    margin-bottom: 1.875rem
}

.business-main .business-des .title {
    display: inline-block;
    font-size: 1.5rem;
    color: #0a005b;
    margin-right: .75rem
}

.business-main .business-des .subtitle {
    font-size: 1.25rem;
    color: rgba(10, 0, 91, 0.5)
}

.business-main .business-des .des {
    line-height: 1.625rem;
    color: #666
}

@media only screen and (max-width: 980px) {
    .business-main .nx-row.space-20 {
        margin: 0 -16px
    }

    .business-main .nx-row.space-20 [class*=nx-col-] {
        padding: 0 16px
    }

    .business-main .nx-row.space-20 [class*=nx-col-]:nth-child(odd) {
        padding-right: 8px
    }

    .business-main .nx-row.space-20 [class*=nx-col-]:nth-child(even) {
        padding-left: 8px
    }

    .business-main .module-title {
        padding: 0 1rem;
        margin-top: 1rem
    }

    .business-main .module-title .title .main-title {
        font-size: 1rem
    }

    .business-main .module-tab-nav ul > li a {
        padding: 0 .5rem;
        font-size: 1rem
    }

    .business-main .module-content {
        padding: 1.75rem 0
    }

    .business-main .module-content.classify-content {
        padding-top: 5rem
    }

    .business-main .module-content .list-item {
        margin-bottom: 2.5rem
    }

    .business-main .module-content .list-item .item {
        padding: 0;
        margin-bottom: 4.5rem
    }

    .business-main .module-content .list-item .item .title {
        position: absolute;
        top: -3rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.25rem;
        font-weight: normal
    }

    .business-main .module-content .list-item .item .subtitle {
        right: 15%
    }

    .business-main .module-content .list-item .item .subtitle .name {
        font-size: 1rem
    }

    .business-main .module-content .list-item .item .subtitle .tag {
        font-size: 1.25rem
    }

    .business-main .module-content .list-item .item .subtitle .more {
        display: block;
        width: 5rem;
        padding: .25rem;
        background-color: #d7161a;
        font-size: .75rem;
        color: #fff;
        text-align: center;
        border-radius: .25rem;
        margin-top: 1rem
    }

    .business-main .module-content .list-item .item .img {
        border-radius: 1rem;
        overflow: hidden
    }

    .business-main .module-content .list-item .item:nth-child(2n) .subtitle {
        right: auto;
        left: 10%
    }

    .business-main .module-content .list-item .item:nth-child(2n) .subtitle .tag {
        color: #fff
    }

    .business-main .module-content .list-item .item .arrow {
        display: none
    }

    .business-main .business-des {
        padding: 1rem
    }

    .business-main .business-des .title {
        font-size: 1.25rem
    }

    .business-main .business-des .subtitle {
        font-size: 1rem
    }
}

.contact-main .module-content {
    position: relative
}

.contact-main .module-item .item {
    padding: 3rem 2rem;
    max-height: 16rem;
    background-color: #f1f1f1
}

.contact-main .module-item .item .icon {
    width: 3.375rem;
    height: 3rem;
    margin: 0 auto 3rem
}

.contact-main .module-item .item .icon.icon-address {
    background: url("../images/icons/icon-address.png") no-repeat center center
}

.contact-main .module-item .item .icon.icon-tellphone {
    background: url("../images/icons/icon-tellphone.png") no-repeat center center
}

.contact-main .module-item .item .icon.icon-fax {
    background: url("../images/icons/icon-fax.png") no-repeat center center
}

.contact-main .module-item .item .name {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem
}

.contact-main .module-item .item .text {
    text-align: center;
    color: #666
}

.contact-main .module-item .item:hover {
    background-color: #d7161a
}

.contact-main .module-item .item:hover .icon.icon-address {
    background-image: url("../images/icons/icon-address-active.png")
}

.contact-main .module-item .item:hover .icon.icon-tellphone {
    background-image: url("../images/icons/icon-tellphone-active.png")
}

.contact-main .module-item .item:hover .icon.icon-fax {
    background-image: url("../images/icons/icon-fax-active.png")
}

.contact-main .module-item .item:hover .name, .contact-main .module-item .item:hover .text {
    color: #fff
}

.contact-main .module-list {
    position: relative;
    padding: 5rem 9.75rem 3.625rem;
    background-color: #fff;
    margin-top: 3.75rem;
    box-shadow: rgba(66, 66, 66, 0.1) 0 0 1.875rem;
    margin-bottom: 14rem;
    z-index: 1000
}

.contact-main .module-list .title-box {
    text-align: center;
    margin-bottom: 1.25rem
}

.contact-main .module-list .title-box .title {
    font-size: 1.5rem;
    margin-bottom: .75rem
}

.contact-main .module-list .title-box .subtitle {
    font-size: .875rem;
    color: #adadad
}

.contact-main .module-list .item {
    min-height: 15.75rem;
    padding: 1rem 0
}

.contact-main .module-list .item .title {
    padding: 0 1rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #080057;
    border-left: 3px solid #f20004;
    margin-bottom: 1.75rem
}

.contact-main .module-list .item .info-content {
    line-height: 1.625rem
}

.contact-main .module-list .item .info-label {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold
}

.contact-main .module-list .item .info {
    display: inline-block;
    font-size: .875rem;
    color: #666
}

.contact-main .map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 29.5rem
}

.contact-main .map p, .contact-main .map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none
}

@media only screen and (max-width: 980px) {
    .contact-main .module-item .nx-row > div:first-child .item {
        padding-top: 2rem
    }

    .contact-main .module-item .nx-row.space-20 {
        margin: 0
    }

    .contact-main .module-item .nx-row.space-20 [class*=nx-col-] {
        padding: 0
    }

    .contact-main .module-item .item {
        width: 100%;
        padding: 0 2rem 2rem;
        overflow: hidden
    }

    .contact-main .module-item .item .icon, .contact-main .module-item .item .info-box {
        float: left
    }

    .contact-main .module-item .item .icon {
        width: 3rem;
        margin-right: 1.5rem;
        margin-top: .5rem;
        margin-bottom: 0
    }

    .contact-main .module-item .item .info-box {
        width: calc(100% - 4.5rem)
    }

    .contact-main .module-item .item .name, .contact-main .module-item .item .text {
        text-align: left
    }

    .contact-main .module-item .item .name {
        font-size: 1.125rem;
        font-weight: bold;
        margin-bottom: .875rem
    }

    .contact-main .module-list {
        padding: 1.5rem;
        margin-top: 3.75rem
    }

    .contact-main .module-list .nx-row.space-55 {
        margin: 0
    }

    .contact-main .module-list .nx-row.space-55 [class*=nx-col-] {
        padding: 0
    }

    .contact-main .module-list .title-box .title {
        font-size: 1.25rem
    }

    .contact-main .module-list .title-box .subtitle {
        font-size: 1rem
    }

    .contact-main .module-list .item {
        min-height: auto;
        padding: 1.5rem 0 0
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .contact-main .module-list .item {
        min-height: 17.5rem;
        padding: 1rem 0
    }
}

.talent-main .module-content .title-box {
    text-align: center;
    margin-bottom: 3.25rem
}

.talent-main .module-content .title-box .title {
    font-size: 1.5rem;
    margin-bottom: .75rem
}

.talent-main .module-content .title-box .subtitle {
    color: #adadad
}

.talent-main .concept {
    margin-bottom: 3.25rem !important
}

.talent-main .concept .concept-content {
    line-height: 1.75rem;
    padding-top: 3.125rem
}

.talent-main .concept .concept-content .section {
    margin-bottom: 2.25rem
}

.talent-main .recruitment .item {
    margin-bottom: 2.25rem
}

.talent-main .recruitment .item:last-child {
    margin-bottom: 0
}

.talent-main .recruitment .item .item-title {
    padding: 1.5rem 2.5rem;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-left: 3px solid #e60012;
    cursor: pointer
}

.talent-main .recruitment .item .item-title .title {
    font-size: 1.25rem
}

.talent-main .recruitment .item .item-title .title span {
    display: inline-block;
    vertical-align: middle
}

.talent-main .recruitment .item .item-title .title .line {
    margin: 0 1.25rem
}

.talent-main .recruitment .item .item-title .date {
    opacity: .6
}

.talent-main .recruitment .item .item-content {
    display: none;
    padding: 2.25rem 3rem;
    border: 1px solid #ddd;
    border-top: none
}

.apply {
    margin-top: 5.25rem;
    text-align: center
}

.apply .apply-btn {
    display: inline-block;
    width: 9.625rem;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: center;
    background-color: rgba(215, 22, 26, 1);
    border: 1px solid #d7161a;
    color: #fff
}
.apply .apply-btn:hover {
    background-color: rgba(215, 22, 26, 0.8);
    border: 1px solid #d7161a;
    color: #fff
}
@media only screen and (max-width: 980px) {
    .talent-main .nx-row.space-25 {
        margin: 0
    }

    .talent-main .nx-row.space-25 [class*=nx-col-] {
        padding: 0
    }

    .talent-main .module-content .title-box {
        margin-bottom: 2rem
    }

    .talent-main .module-content .title-box .title {
        font-size: 1.25rem
    }

    .talent-main .recruitment .item .item-title {
        padding: 0.5rem 0.8rem
    }

    .talent-main .recruitment .item .item-title .title {
        font-size: 1rem
    }

    .talent-main .recruitment .item .item-title .title .line {
        margin: 0 0.25rem
    }

    .talent-main .recruitment .item .item-title .date {
        margin-top: .25rem
    }

    .talent-main .recruitment .item .item-content {
        padding: 1rem .8rem
    }

    .apply {
        margin-top: 2.5rem
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .talent-main .concept .concept-content {
        padding-top: 1rem
    }
}

.news-main .module-title {
    padding: 0;
    border-bottom: none;
    margin-top: 4rem;
    border-bottom: 1px solid #bfbfbf
}

.news-main .module-title .nx-container {
    padding: 1rem 0
}

.news-main .module-title .title {
    background-image: url("../images/icons/icon-title-small.jpg")
}

.news-main .module-tab-nav ul > li a {
    padding: 0 .75rem;
    font-size: 1.125rem
}

.news-main .module-tab-nav ul > li a.active {
    color: #d7161a
}

.news-main .module-tab-nav ul > li:hover a, .news-main .module-tab-nav ul > li.active a {
    color: #d7161a
}

.news-main .module-content {
    padding-top: 1.875rem
}

.news-main .list {
    margin-bottom: 4rem
}

.news-main .list-item {
    padding: 2.5rem 0;
    border-bottom: 1px solid #ddd
}

.news-main .list-item:hover {
    background-color: #f5f5f5
}

.news-main .list-item .date {
    flex: 0 0 5rem;
    text-align: center;
    padding: 1.5rem .875rem;
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373
}

.news-main .list-item .date .day {
    font-size: 1.625rem;
    color: #040059;
    margin-bottom: 1.125rem
}

.news-main .list-item .date .year-mth {
    font-size: .875rem;
    color: #d7161a
}

.news-main .list-item .new {
    flex: 0 0 calc(100% - 10rem);
    font-weight: bold;
    padding: 0 1.75rem;
    overflow: hidden
}

.news-main .list-item .new .title {
    display: block;
    font-weight: bold;
    margin-bottom: 2.375rem
}

.news-main .list-item .new .title:hover {
    color: #d7161a
}

.news-main .list-item .new .subtitle {
    font-size: .875rem;
    color: #999;
    line-height: 1.75rem
}

.news-main .list-item .more {
    flex: 0 0 5rem;
    font-size: .875rem;
    color: #d7161a
}

@media only screen and (max-width: 980px) {
    .news-main .module-title {
        padding: 0 1rem;
        margin-top: 1rem
    }

    .news-main .module-title .title .main-title {
        font-size: 1rem
    }

    .news-main .module-tab-nav ul > li a {
        padding: 0 .5rem;
        font-size: 1rem
    }

    .news-main .module-content {
        padding-top: .75rem
    }

    .news-main .list-item {
        padding: 2.25rem 0
    }

    .news-main .list-item .new {
        flex: 0 0 calc(100% - 5rem);
        padding: 0 1rem
    }

    .news-main .list-item .new .title {
        font-size: 1.125rem;
        margin-bottom: 1.75rem
    }

    .news-main .list-item .new .subtitle {
        font-size: 1rem
    }
}

.partner-main .des-box {
    text-align: center;
    line-height: 1.625rem;
    margin-bottom: 3.25rem
}

.partner-main .section {
    margin-bottom: 1.5rem
}

.partner-main .nx-card {
    margin-bottom: .625rem
}

.partner-main .nx-card .card-img {
    border: .5rem solid #ececec;
    border-radius: .5rem
}

@media only screen and (max-width: 980px) {
    .partner-main .des-box {
        text-align: left
    }
}

.news-detail-main .module-content {
    padding: 3.625rem 0 4.25rem
}

.news-detail-main .module-content .title-box {
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px dashed #ddd
}

.news-detail-main .module-content .title-box .title {
    font-size: 1.25rem;
    color: #080055;
    font-weight: bold;
    margin-bottom: 1.5rem
}

.news-detail-main .module-content .title-box .datetime {
    font-size: .875rem;
    color: #adadad
}

.news-detail-main .module-content .detail-content {
    padding: 3.25rem 0
}

.news-detail-main p {
    font-size: .875rem;
    line-height: 1.625rem
}

@media only screen and (max-width: 980px) {
    .news-detail-main img {
        width: 100%
    }

    .news-detail-main .nx-row.space-20 {
        margin: 0 -8px
    }

    .news-detail-main .nx-row.space-20 [class*=nx-col-] {
        padding: 0 8px
    }

    .news-detail-main .module-content {
        padding-top: .5rem
    }

    .news-detail-main .module-content .title-box .title {
        margin-bottom: 1rem
    }
}

.business-detail-main {
    background: url("../images/bg/business-bg.jpg") no-repeat center bottom;
    background-size: 100%
}

.business-detail-main .module-content .title-box {
    text-align: center;
    margin-bottom: 2rem
}

.business-detail-main .module-content .title-box .title {
    font-size: 1.25rem;
    color: #080055;
    font-weight: bold
}

.business-detail-main .module-content .detail-img {
    width: 51.75rem;
    height: 39.125rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    margin: 0 auto;
    overflow: hidden
}

.business-detail-main .module-content .detail-img img {
    height: 100%;
    object-fit: cover
}

.business-detail-main .module-content .detail-img-text {
    font-size: 1.25rem;
    text-align: center;
    color: #666;
    margin-top: 1.25rem
}

.business-detail-main .module-content .detail-content-top {
    padding: .75rem 0;
    background: url("../images/bg/detail-line.png") no-repeat center bottom;
    background-size: 100%;
    font-size: 1.25rem;
    margin: 1.75rem 0 2.625rem
}

.business-detail-main .module-content .detail-content-top span {
    display: inline-block;
    vertical-align: middle
}

.business-detail-main .module-content .detail-content-top .line {
    font-size: 1rem;
    color: #adadad;
    margin: 0 .875rem
}

.business-detail-main .module-content .detail-content-top .subtitle {
    color: rgba(8, 0, 85, 0.6);
    vertical-align: bottom
}

.business-detail-main .module-content .detail-content {
    margin-bottom: 5rem
}

.business-detail-main p {
    font-size: .875rem;
    line-height: 1.625rem
}

@media only screen and (max-width: 980px) {
    .business-detail-main .module-content .title-box {
        margin-bottom: 2rem
    }

    .business-detail-main .module-content .detail-img {
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        border: none
    }

    .business-detail-main .module-content .detail-content-top {
        font-size: 1.125rem
    }

    .business-detail-main .module-content .detail-content-top .line {
        margin: 0 .75rem
    }

    .business-detail-main .module-content .detail-content-top .subtitle {
        color: rgba(8, 0, 85, 0.6);
        vertical-align: bottom
    }

    .business-detail-main .module-content .detail-content {
        margin-bottom: 5rem
    }

    .business-detail-main .nx-row.space-20 {
        margin: 0 8px
    }

    .business-detail-main .nx-row.space-20 [class*=nx-col-] {
        padding: 0 8px
    }
}

.talent-form-main .module-content .title {
    font-size: 1.375rem;
    color: #666;
    padding: 1.875rem;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px
}

.talent-form-main .module-content .form {
    padding: 2.5rem
}

.talent-form-main .module-content .form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.talent-form-main .module-content .form .form-group .form-label {
    flex: 1 1 7rem;
    text-align: right;
    color: #666
}

.talent-form-main .module-content .form .form-group .form-control {
    flex: 1 1 calc(100% - 7rem)
}

.talent-form-main .module-content .form .form-group .form-control input[type=text], .talent-form-main .module-content .form .form-group .form-control textarea {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding: 0 0.625rem;
    font-size: .875rem
}

.talent-form-main .module-content .form .form-group .form-control input[type=text] {
    height: 2.125rem;
    line-height: 2.125rem
}

.talent-form-main .module-content .form .form-group .form-control textarea {
    padding: 0.625rem
}

.talent-form-main .module-content .form .form-group .form-control span {
    display: inline-block;
    color: #666;
    margin-right: 1rem
}

@media only screen and (max-width: 980px) {
    .talent-form-main .module-content {
        padding-top: 0
    }

    .talent-form-main .module-content .title {
        font-size: 1.25rem;
        padding: 1.5rem
    }

    .talent-form-main .module-content .form {
        padding: 1rem 0
    }

    .talent-form-main .module-content .form .form-group {
        margin-bottom: 1rem
    }

    .talent-form-main .module-content .form .form-group .form-label {
        flex: 1 1 6rem
    }

    .talent-form-main .module-content .form .form-group .form-control {
        flex: 1 1 calc(100% - 6rem)
    }
}

.swiper-container, .swiper-container .swiper-wrapper, .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%
}

.swiper-container .swiper-wrapper .swiper-slide {
    position: relative
}

.swiper-button-prev, .swiper-button-next {
    outline: 0
}

.swiper-main-banner .swiper-button-prev, .swiper-main-banner .swiper-button-next, .business .swiper-button-prev, .business .swiper-button-next, .swiper-business .swiper-button-prev, .swiper-business .swiper-button-next, .industrial .swiper-button-prev, .industrial .swiper-button-next, .swiper-certificates .swiper-button-prev, .swiper-certificates .swiper-button-next, .certificates-container .swiper-button-prev, .certificates-container .swiper-button-next, .office-container .swiper-button-prev, .office-container .swiper-button-next {
    width: auto;
    height: auto;
    background: none
}

.business .swiper-button-prev i, .business .swiper-button-next i, .swiper-business .swiper-button-prev i, .swiper-business .swiper-button-next i, .industrial .swiper-button-prev i, .industrial .swiper-button-next i, .swiper-certificates .swiper-button-prev i, .swiper-certificates .swiper-button-next i, .certificates-container .swiper-button-prev i, .certificates-container .swiper-button-next i, .office-container .swiper-button-prev i, .office-container .swiper-button-next i {
    font-size: 4.5rem;
    color: #848586
}

.swiper-main-banner .swiper-pagination-bullet {
    width: 46px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background-color: #fff;
    opacity: .66;
    margin: 0 6px !important
}

.swiper-main-banner .swiper-pagination-bullet-active {
    background-color: red;
    transform: translateY(-3px)
}

.swiper-main-banner .swiper-pagination {
    bottom: 64px !important
}

.swiper-main-banner .swiper-button-prev i, .swiper-main-banner .swiper-button-next i {
    font-size: 3rem;
    color: #fff
}

.business .swiper-slide-next .nx-card, .swiper-business .swiper-slide-next .nx-card {
    transform: scale(1.15)
}

.business .swiper-slide-next .card-mask, .swiper-business .swiper-slide-next .card-mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.business .swiper-button-prev, .swiper-business .swiper-button-prev {
    left: -20px
}

.business .swiper-button-next, .swiper-business .swiper-button-next {
    right: -20px
}

.swiper-business {
    padding: 40px 0
}

.industrial .swiper-button-prev, .industrial .swiper-button-next {
    display: none;
    margin-top: -4.5rem
}

.industrial .swiper-button-prev {
    left: 0px
}

.industrial .swiper-button-next {
    right: 0px
}

.certificates-container .swiper-button-prev, .office-container .swiper-button-prev {
    left: -70px
}

.certificates-container .swiper-button-next, .office-container .swiper-button-next {
    right: -70px
}

.certificates-container .swiper-button-prev, .certificates-container .swiper-button-next {
    margin-top: -74px
}

.swiper-office {
    padding: 40px 0
}

.swiper-office .swiper-slide-next .nx-card {
    transform: scale(1.3)
}

.swiper-history .swiper-slide.current .item:before {
    display: none
}

.swiper-history .swiper-slide.current .year {
    font-size: 2.25rem;
    opacity: 1;
    padding-top: 3.875rem
}

.history-container .swiper-button-prev, .history-container .swiper-button-next {
    margin-top: -56px
}

.history-container .swiper-button-prev {
    background-image: url("../images/icons/icon-red-left.png");
    left: 0
}

.history-container .swiper-button-next {
    background-image: url("../images/icons/icon-red-right.png");
    right: 0
}

.sidebar {
    position: absolute;
    background-color: #1a3d65;
    left: -250px
}

.sidebar .sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow: auto
}

.sidebar .navbar {
    width: 100%;
    margin-top: 50px;
    line-height: 40px;
    overflow: hidden
}

.sidebar .navbar a {
    display: block;
    width: 100%;
    padding: 0 2.5rem;
    color: #fff;
    outline: 0
}

.sidebar .navbar a:hover, .sidebar .navbar a:focus, .sidebar .navbar a:active {
    background-color: #236c98
}

@media only screen and (max-width: 980px) {
    .swiper-main-banner .swiper-button-prev, .swiper-main-banner .swiper-button-next {
        display: none
    }

    .swiper-main-banner .swiper-pagination {
        bottom: 1.5rem !important
    }

    .swiper-main-banner .swiper-pagination .swiper-pagination-bullet {
        width: 2.125rem;
        height: 0.25rem
    }

    .swiper-business {
        width: 70%;
        padding: 0
    }

    .swiper-business .swiper-slide-next .nx-card {
        transform: none
    }

    .swiper-business .swiper-slide-next .card-mask {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .swiper-business .swiper-slide-active .card-mask {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .business .swiper-button-prev {
        left: 0px;
        margin-top: -6.875rem
    }

    .business .swiper-button-next {
        right: 0px;
        margin-top: -6.875rem
    }

    .industrial .swiper-industrial {
        width: 75%
    }

    .industrial .swiper-button-prev, .industrial .swiper-button-next {
        display: block
    }

    .certificates-container .swiper-certificates {
        width: 70%
    }

    .certificates-container .swiper-button-prev {
        left: 0
    }

    .certificates-container .swiper-button-next {
        right: 0
    }

    .swiper-office {
        width: 90%;
        padding: 0
    }

    .swiper-office .swiper-slide-next .nx-card {
        transform: none
    }

    .office-container .swiper-button-prev, .office-container .swiper-button-next {
        display: none
    }

    .history-container .swiper-button-prev, .history-container .swiper-button-next {
        margin-top: 0
    }

    .history-container .swiper-button-prev {
        left: 0
    }

    .history-container .swiper-button-next {
        right: 0
    }
}

@media only screen and (max-width: 980px) {
    .hidden-xs {
        display: none !important
    }

    .hidden-sm {
        display: none !important
    }

    .hidden-md-only {
        display: block !important
    }
}

@media only screen and (min-width: 981px) {
    .hidden-md-only {
        display: none !important
    }
}

/*# sourceMappingURL=style.css.map */
