

body {
    background: #fff;
}

.layui-container {
    padding: 0px;
}

.nav-logo img {
    -webkit-transition: all 0.3s linear 0s;
    opacity: 1;
}
    .nav-logo img:hover {
        -webkit-transition: all 0.3s linear 0s;
        opacity: 0.8;
    }

/** 首页 */

/*导航部分*/
.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.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: 3px;
                background: #c7000a;
                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;
        color: #666;
        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: #666;
        }

        .nav .layui-nav-bar,
        .nav .layui-nav .layui-this:after {
            height: 3px;
            background-color: #c7000a;
        }

        .nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
            color: #c7000a;
        }

/*轮播*/


.layui-carousel > [carousel-item] > div {
    background-position: center;
    background-repeat: no-repeat;
}

#banner .panel {
    width: 600px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    text-align: center;
}



/*主体—产品*/
.main-product {
    padding-bottom: 130px;
    color: #ababab;
}

    .main-product .layui-icon {
        transition: 1s;
        font-size: 50px;
        color: #1E9FFF;
        padding: 10px;
        border-radius: 50%;
        border: 1px solid #c7000a;
        color: #c7000a;
        background-color: #fff;
    }

    .main-product .title {
        color: #333333;
        text-align: center;
        font-size: 2.5rem;
        padding-top: 50px;
        font-weight: bold;
    }

    .main-product .titledes {
        text-align: center;
        color: #888;
        padding-bottom:50px;
    }

    .main-product .title span {
        color: #c7000a;
        font-size: 2.5rem;
        font-weight: bold;
    }



   
    .main-product .content {
        border: 1px solid #DEDEDE;
        padding: 30px 36px 0 36px;
        background-color: #fff;
        transition: 0.6s;
    }

        .main-product .content .upbox {
            padding-top: 20px;
            height: 100px;
            border-bottom: 1px solid #DEDEDE;
        }

        .main-product .content .mdbox {
            padding-top: 40px;
            height: 100px;
            text-align: left;
            line-height: 36px;
        }

        .main-product .content .mtitle {
            float: left;
            color: #c60005;
            font-size: 20px;
            padding: 10px 0px 0px 30px;
        }

        .main-product .content .ptitle {
            float: left;
            font-size: 16px;
            padding: 15px 0px 0px 30px;
        }

    .main-product .main-zindex:hover {
        z-index: 999;
    }

    .main-product .content:hover {
        background-color: #c7000a;
        transition: 0.3s;
        box-shadow: 0 0 3px 3px #EEE;
        color: #fff;
        transform: scale(1.05);
    }

        .main-product .content:hover .mtitle {
            color: #fff;
        }

        .main-product .content:hover a {
            padding-left: 60px;
            transition: 0.6s;
        }

    .main-product .content a {
        font-size: 13px;
        color: #a1d8cb;
        line-height: 68px;
        padding-left: 0px;
        transition: 0.6s;
    }






/*主体-服务*/
.main-service {
    background: #f8f8f8;
}

    .main-service img {
        width: 100%;
    }

    .main-service a {
        font-size: 14px;
        color: #333;
        line-height: 50px;
        width: 100%;
        height: 50px;
        display: block;
        overflow:hidden;
            
    }
    .main-service .title {
        color: #333333;
        text-align: center;
        font-size: 2.5rem;
        padding-top: 50px;
        font-weight: bold;
    }

    .main-service .titledes {
        text-align: center;
        color: #888;
        padding-bottom: 50px;
    }

    .main-service .title span {
        color: #c7000a;
        font-size: 2.5rem;
        font-weight: bold;
    }

    .main-service .servicebox {
        border: 1px solid #DEDEDE;
        background-color: #fff;
        transition: 1s;
    }

        .main-service .servicebox div {
            overflow: hidden;
        }

        .main-service .servicebox:hover a {
            background-color: #006acd;
            transition: 0.3s;
            color: #fff;
        }

        .main-service .servicebox img {
            transition: 0.3s;
        }

        .main-service .servicebox:hover img {
            transition: 0.3s;
            transform: scale(1.1);
        }



    .main-service .service-more {
        padding-top: 30px;
        padding-bottom: 80px;
        text-align: center;
    }

        .main-service .service-more a {
            position: relative;
            font-size: 1rem;
            line-height: 50px;
            color: #FFF;
            background: #006acd;
            border-radius: 3px;
            /*#006acd*/
        }

            .main-service .service-more a::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                transition: .3s;
                opacity: 0.3;
                background: #fff;
                transform-origin: left;
                transform: scaleX(0);
            }

            .main-service .service-more a:hover::after {
                transform: scaleX(1);
            }

/*首页-关于*/
.main-mabout {
    background-image: url(../Images/aboutbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}

    .main-mabout .title {
        color: #fff;
        text-align: center;
        font-size: 2.5rem;
        padding-top: 50px;
        font-weight: bold;
    }

    .main-mabout .titledes {
        text-align: center;
        color: #fff;
    }

    .main-mabout .title span {
        color: #006acd;
        font-size: 2.5rem;
        font-weight: bold;
    }

    .main-mabout .layui-tab-title {
        margin-top: 50px;
        border: none;
    }

    .main-mabout .layui-tab-item {
        position:relative;
        padding:20px 30px;
        margin: 40px 0px 0px 10px;
        height: 350px;
        font-size: 1rem;
        background-color: rgba(255,255,255,0.1);
        color: #fff;
    }
        .main-mabout .layui-tab-item .mdes {
            font-size: 14px; line-height: 30px;
        }
       
        .main-mabout .layui-tab-item .mmore {
            position:absolute;
            left:30px;
            bottom:30px;
        }

    .main-mabout .layui-tab-title li {
        position: relative;
        font-size: 1rem;
        display: block;
        background-color: rgba(255,255,255,0.1);
        color: #fff;
        height: 130px;
    }

        .main-mabout .layui-tab-title li i {
            line-height: 80px;
            display: block;
            font-size: 3rem;
        }

        .main-mabout .layui-tab-title li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            transition: .3s;
            opacity: 0.2;
            background: #006acd;
            transform-origin: left;
            transform: scaleX(0);
        }

        .main-mabout .layui-tab-title li:hover::after {
            transform: scaleX(1);
        }


    .main-mabout .layui-tab-title .layui-this:after {
        height: auto;
        border: none;
    }

    .main-mabout .layui-tab-title .layui-this {
        background-color: rgba(0,106,205,0.6);
        transition: 1s;
    }
/*底部*/
.mbank {
    text-align:center;
}
.mbank:hover img {
    transform: scale(1.05);
    transition: 0.6s;
    cursor: pointer;
}

.mfooter {
    background-color: #292c33;
    padding-top: 30px;
}

.mfooterlink {
    border-bottom: 1px solid #292929;
    color: #eee;
    line-height: 30px;
    padding: 10px;
}
.mfooter span {
    padding-right:20px;
    display:inline-block;
}
.mfooterlink a {
    text-decoration: none;
    padding-right: 10px;
    color: #eee;
}

/** 产品 */
.banner {
    height: 400px;
    margin-top: 80px;
}

    .banner.product {
        background: url(../img/nav_img1.jpg) no-repeat center top;
        background-size: cover;
    }

.main.product {
    padding: 30px 0 75px 0;
}

    .main.product .content {
        padding: 50px 0;
        border-bottom: 1px solid #e8e8e8;
    }

        .main.product .content .content-img {
            text-align: center;
        }

            .main.product .content .content-img img {
                max-width: 100%;
            }

        .main.product .content .label {
            color: #565656;
            font-size: 30px;
            line-height: 78px;
            margin-top: 32px;
        }

        .main.product .content .detail {
            font-size: 16px;
            line-height: 28px;
            color: #d7d7d7;
            padding-bottom: 30px;
        }

        .main.product .content a {
            color: #a0d2cc;
            font-size: 16px;
            line-height: 38px;
            padding: 10px 11px 10px 23px;
            border: 1px solid #a0d2cc;
            border-radius: 3px;
        }


/** 动态 */
.banner.news {
    background: url(../images/navnews.jpg) no-repeat center top;
    background-size: cover;
}

.banner .title {
    padding-top: 170px;
}

    .banner .title.active {
        padding-top: 120px;
        transition: 1.5s;
    }

    .banner .title p {
        color: #606060;
        font-size: 36px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 5px;
    }

        .banner .title p.en {
            font-size: 20px;
            letter-spacing: 3px;
        }

.main-news {
    padding: 70px 0 80px 0;
}

    .main-news .content > div {
        padding-bottom: 40px;
        border-bottom: 1px dashed #eaeaea;
        position: relative;
    }

    .main-news .content .news-img {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }

        .main-news .content .news-img img {
            max-width: 90%;
        }

    .main-news .content .news-panel {
        display: inline-block;
        width: 70%;
        vertical-align: top;
        padding-left: 5px;
        box-sizing: border-box;
    }

        .main-news .content .news-panel strong a {
            display: block;
            color: #555;
            font-size: 18px;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .main-news .content .news-panel p.detail {
            color: #777;
            line-height: 24px;
        }

        .main-news .content .news-panel p.read-push {
            color: #AAA;
            padding-top: 5px;
        }

    .main-news #newsPage .layui-laypage {
        display: block;
        text-align: center;
        margin-top: 70px;
    }

        .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span {
            font-size: 18px;
            line-height: 40px;
            height: 40px;
            margin-right: 20px;
            border-radius: 3px;
            color: #e3e3e3;
        }
/*动态详情页*/
.main-newsdate {
    margin-top: 80px;
    text-align: center;
}

    .main-newsdate .news {
        text-align: left;
        line-height: 104px;
    }

    .main-newsdate h1 {
        padding-top: 6px;
    }

    .main-newsdate .pushtime {
        color: #686868;
        font-size: 18px;
        line-height: 82px;
    }

    .main-newsdate .introTop {
        padding-bottom: 28px;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }

    .main-newsdate .introBott {
        font-size: 18px;
        line-height: 42px;
        text-align: justify;
        padding: 40px 0 102px 0;
    }

    .main-newsdate img {
        max-width: 100%;
    }
/** 案例 */
.banner.case {
    background: url(../img/nav_img2.jpg) no-repeat center top;
    background-size: cover;
}

.main-case {
    padding: 30px 0 75px;
}

    .main-case .content {
        width: 48%;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 20px;
        border-bottom: 2px solid #c9c9c9;
    }

        .main-case .content.even {
            margin-left: 2%;
        }

        .main-case .content .case-img {
            border: 1px solid #e2e2e2;
            overflow: hidden;
        }

            .main-case .content .case-img img {
                width: 100%;
                transition: 2s;
            }

                .main-case .content .case-img img:hover {
                    transform: scale(1.2,1.2);
                    transition: 2s;
                }

        .main-case .content p.lable {
            padding-top: 13px;
            font-size: 30px;
            line-height: 76px;
        }

        .main-case .content p {
            font-size: 18px;
            line-height: 32px;
            color: #505050;
        }

    .main-case #casePage .layui-laypage {
        display: block;
        text-align: center;
        margin-top: 100px;
    }

        .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
            font-size: 18px;
            line-height: 40px;
            height: 40px;
            margin-right: 20px;
            border-radius: 3px;
            color: #e3e3e3;
        }


/** 关于 */
.banner.about {
    background: url(../Images/navabout.jpg) no-repeat center top;
    background-size: cover;
}
.conbox {
    margin-bottom: 100px;
}

    .conbox .layui-tab-title {
        padding: 100px 0px;
        text-align: center;
    }

        .conbox .layui-tab-title li {
            margin: 0px 30px;
            padding: 0 30px;
            font-size: 24px;
            line-height: 50px;
            color: #b5b5b5;
            border: 1px solid #e2e2e2;
            border-radius: 10px;
        }

            .conbox .layui-tab-title li:hover {
                color: #006acd;
                border: 1px solid #004673;
            }

        .conbox .layui-tab-title .layui-this {
            color: #006acd;
            border: 1px solid #004673;
        }

            .conbox .layui-tab-title .layui-this:after, .conbox .layui-tab-more .layui-this:after {
                border: none;
            }
.conbox .imgtitle img{
    border-radius:10px;
    width:100%;
}
@media screen and (max-width: 480px) {
    #banner .panel {
        width: 400px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -200px;
        text-align: center;
    }

        #banner .panel img {
            width: 400px;
        }



    .main-product {
        padding-bottom:30px;
    }
    .main-product .content {
        margin: 10px;
    }
  
    .main-service .servicebox {
        margin:10px;
    }
    .main-service a {
        background-color:#e2e2e2;
        text-align:center;
        overflow:hidden;
    }
    .main-service .service-more {
        padding-top:10px;
        padding-bottom:30px;
    }
    .main-service .service-more a {
        margin: 10px;
    }




    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }

        .main-service .content .content-right p {
            line-height: 24px;
        }

    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }

    .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-about ul.aboutab {
        padding: 70px 0;
    }

        .main-about ul.aboutab li {
            padding: 0 15px;
            font-size: 16px;
            box-sizing: border-box;
        }

    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

        .main-about .tabIntro .content .panel.p_block {
            display: none;
        }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .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;
    }
}
/*小屏幕*/
@media screen and (max-width:768px) {
    .main-product {
        padding-bottom: 30px;
    }
    .main-mabout .mdes img {
        width: 50%;
    }

        .main-product .content {
            margin: 10px;
        }

    .main-service .servicebox {
        margin: 10px;
    }

    .main-service a {
        background-color: #e2e2e2;
        text-align: center;
        overflow:hidden;
    }

    .main-service .service-more {
        padding-top: 10px;
        padding-bottom: 30px;
    }

        .main-service .service-more a {
            margin: 10px;
        }
}
@media screen and (min-width: 768px) {
    .main-service .servicebox {
        margin: 0px;
    }
    #banner .panel {
        width: 480px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -240px;
        text-align: center;
    }
        #banner .panel img {
            width: 480px;
        }





    .nav {
        max-height: 80px;
    }

        .nav.index {
            background: rgba(255, 255, 255,0.3);
        }

        .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 10px;
                line-height: 80px;
            }

    .main-product {
        padding-bottom: 30px;
    }

    .main-service a {
        background-color: #e2e2e2;
        text-align: center;
        overflow:hidden;
    }

    .main-service .service-more {
        padding-top: 10px;
        padding-bottom: 30px;
    }



    .main.product .content .content-img {
        text-align: left;
    }

    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }

    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 10px;
    }

    .main-newsdate .pushtime {
        line-height: 142px;
    }

    .main-case .content {
        width: 45%;
    }

        .main-case .content.even {
            margin-left: 9%;
        }

    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .main-about .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }

        .main-about .tabJob .content p.title {
            font-size: 30px;
            line-height: 90px;
        }

    .main-about .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }

    .main-about .tabCour .timeline:before {
        left: 50%;
    }

    .main-about .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }

        .main-about .tabCour .timeline li .cour-img {
            left: 50%;
            margin-left: -97.5px;
            width: 195px;
        }

        .main-about .tabCour .timeline li .cour-panel {
            padding-top: 55px;
            padding-left: 0;
        }

        .main-about .tabCour .timeline li.odd .cour-panel {
            text-align: right;
        }
}

@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 6px;
    }

    .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) {

    .nav .layui-nav .layui-nav-item {
        margin: 0 20px;
    }

    .main.product .content {
        padding: 100px 0;
    }

        .main.product .content div.right {
            padding-left: 0;
        }

    .main-news .content .news-img {
        width: 20%;
    }

    .main-news .content .news-panel {
        width: 80%;
    }

    .main-case .content {
        width: 31%;
    }

        .main-case .content.even {
            margin-left: 0;
        }

        .main-case .content.center {
            margin-right: 3%;
            margin-left: 3%;
        }

    .main-about .tabIntro .content p {
        padding: 0 50px;
        font-size: 20px;
        line-height: 40px;
    }
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .nav .layui-nav .layui-nav-item {
        margin: 0 25px;
    }

    .main-news .content .news-img {
        width: 35%;
    }

    .main-news .content .news-panel {
        width: 65%;
    }

    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }

    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-left: 50px;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }

    .main-about .tabJob .content:last-child {
        margin-bottom: 180px;
    }

    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .layui-col-space80 {
        margin: -40px;
    }

        .layui-col-space80 > * {
            padding: 40px;
        }
}
