/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */

body {
    background: #fff;
    --ColorsMain: #0263ff;
    --Colors2: #333;
    --Colors3: #666;
    --Colors4: #bfbfbf;
    --Colors5: #999;
    --Colors6: #cccccc;
    --Colors7: #1f1f1f;
    --Colors8: #153e81;
    --fS16px: 16px;
    --bgColor1: #f7f7f7;
    --bgColor2: #fff;
}

img {
    max-width: 100%;
    max-height: 100%;
}


/*导航部分*/

.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.3s
}

.nav.index {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}

.nav.scroll {
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}

.nav .nav-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 80px;
}

.nav .nav-list {
    display: inline-block;
    height: 80px;
}

.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--ColorsMain);
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    /* left: calc(0% + 350px); */
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 60px;
}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: var(--ColorsMain);
}

.nav .layui-nav .layui-this a,
.nav .layui-nav .layui-nav-item a:hover {
    color: var(--ColorsMain);
}


/*底部*/

.footer {
    padding-top: 46px;
    background: url(../img/footer.png) no-repeat center top;
    background-size: cover;
}

.footer .footer-web {
    padding-top: 50px;
    padding-bottom: 32px;
    text-align: center;
    color: #fff;
}

.footer .footer-web a {
    color: #a5aaa9;
    line-height: 22px;
    margin-right: 20px;
    transition: 0.3s;
}

.footer .footer-web a:hover {
    color: #dce1e0;
    transition: 0.3s;
}

.footer .footer-contact {
    color: #fff;
}

.footer .footer-contact a {
    color: #a5aaa9;
}

.footer .footer-contact .contact-top {
    padding-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.footer .footer-contact img {
    display: block;
    width: 114px;
    height: 114px;
}

.footer .footer-contact .contact-bottom {
    line-height: 35px;
}


/** 动态 */

.banner {
    height: 320px;
    margin-top: 80px;
}

.banner .title {
    width: 60%;
    overflow: hidden;
}

.banner .title p {
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 5px;
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 24px;
}

.banner .leftTitle {
    padding-top: 120px;
    margin-left: 30%;
}

.bgStyle1 {
    background-color: var(--bgColor1);
}

.bgStyle2 {
    background-color: var(--bgColor2);
}

.contentPublic {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 62px;
}

.contentPublicTop {
    padding: 40px 0 54px;
}

.contentPublicTitleChinese {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.contentPublicTitleEnglish {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.colorColors3 {
    color: var(--Colors3);
}

.colorColors6 {
    color: var(--Colors6);
}

.colorWhite {
    color: #fff;
}

.contentPublicTitleEnglish span {
    padding: 0 43px;
    position: relative;
}

.contentPublicTitleEnglish span::before {
    position: absolute;
    top: 10px;
    left: calc(0% - 190px);
    width: 190px;
    height: 0;
    content: '';
    border-bottom: 1px solid var(--Colors4);
}

.contentPublicTitleEnglish span::after {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 190px;
    height: 0;
    content: '';
    border-bottom: 1px solid var(--Colors4);
}

.style1 {
    font-size: 14px;
    color: var(--Colors2);
    line-height: 26px;
}

.padding23 {
    padding: 23px 0;
}

.content-img {
    text-align: center;
}

.anim1-img img {
    width: 100%;
    transition: 2s;
}

.anim1-img img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.imgSize {
    display: block;
    width: 100%;
}

.imgSizeHeight {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.marginTop40 {
    margin-top: 40px;
}

.bottomLine {
    line-height: 33px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
}

.bottomLine::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 0;
    content: '';
    border-bottom: 3px solid var(--ColorsMain);
}

.textIndex24 {
    text-indent: 24px;
}

.marginTop30 {
    margin-top: 30px;
}

.padding40 {
    padding: 20px 40px 0;
}

.textCenter {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.fS16px {
    font-size: var(--fS16px);
}

.Colors7 {
    color: var(--Colors7);
}

.Colors8 {
    color: var(--Colors8);
}

.fontWeight600 {
    font-weight: 600;
}


/* 回到顶部 */

#top {
    position: fixed;
    right: 44px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    background: url(../img/goTop.png) no-repeat center center;
    background-size: 44px 44px;
}

#top:hover {
    cursor: pointer;
}

.productContentPublic {
    padding-top: 34px;
}

.productTitle {
    line-height: 110px;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.productTitleWhite {
    line-height: 110px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }
    .main-service .content .content-right p {
        line-height: 24px;
    }
    .main-case .content {
        padding-top: 60px;
    }
    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }
    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }
    .main-case #casePage .layui-laypage a,
    .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
    .nav-logo img {
        width: 250px;
    }
    .banner .title {
        padding-top: 120px;
        width: 90%;
        margin: 0 auto;
    }
    .contentPublicTitleEnglish span::before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 0px;
        height: 0;
        content: '';
    }
    .contentPublicTitleEnglish span::after {
        position: absolute;
        top: 10px;
        left: 0;
        width: 0px;
        height: 0;
        content: '';
    }
    .biz-timeline-box .biz_timeline-eventbox {
        left: calc(20% + 20px);
    }
    .biz-timeline-box .biz_timeline-time {
        position: absolute;
        left: calc(20% - 60px);
    }
    .biz_timeline-node {
        left: 20%;
    }
    .biz_longString {
        left: 20%;
    }
    .biz-timeline-box:hover .biz_timeline-eventbox::before {
        top: calc(20% - 3.5px);
    }
    .navList {
        width: 100%;
    }
    .navList .navStyle {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}


/*小屏幕*/

@media screen and (min-width: 768px) {
    .nav {
        max-height: 80px;
    }
    .nav.index {
        background: rgba(255, 255, 255, 1);
    }
    .nav .nav-list button {
        display: none;
    }
    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }
    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 43px;
        line-height: 80px;
    }
    .main-product p.title,
    .main-service p.title {
        font-size: 36px;
        line-height: 216px;
    }
    .main.product .content .content-img {
        text-align: left;
    }
    .main-newsdate .pushtime {
        line-height: 142px;
    }
    .main-case .content {
        width: 45%;
    }
    .main-case .content.even {
        margin-left: 9%;
    }
    .nav-logo img {
        width: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .main.product .content div.right {
        padding-left: 20px;
    }
    .nav .layui-nav .layui-nav-item {
        margin: 0 13px;
    }
    .main-service .content .content-right {
        padding: 10px 10px 0 15px;
    }
    .main-service .content .content-right span {
        margin-bottom: 20px;
    }
    .main-service .content .content-right p {
        line-height: 28px;
    }
    .main.product .content .label {
        line-height: 40px;
        margin-top: 0;
    }
    .main.product .content .detail {
        padding-bottom: 10px;
    }
}


/*大屏幕*/

@media screen and (min-width: 992px) {
    .main.product .content {
        padding: 100px 0;
    }
    .main.product .content div.right {
        padding-left: 0;
    }
    .main-case .content {
        width: 31%;
    }
    .main-case .content.even {
        margin-left: 0;
    }
    .main-case .content.center {
        margin-right: 3%;
        margin-left: 3%;
    }
}


/*超大屏幕*/

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }
    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0;
    }
    .layui-col-space80 {
        margin: -40px;
    }
    .layui-col-space80>* {
        padding: 40px;
    }
}