﻿
/*banner动画*/
@keyframes scup {
    from {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.banner2 img {
    position: absolute;
    z-index: 100;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: scup 10s ease infinite forwards alternate;
    -webkit-animation: scup 10s ease infinite forwards alternate
}

.banner2 .mid {
    position: absolute;
    z-index: 200;
    left: 50%;
    margin-left: -606px;
}

.banner2 .tit {
    float: left;
    margin-top: 120px;
    margin-left: 0px;
    text-align: center;
}

    .banner2 .tit .t1 {
        font-size:22px;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }

    .banner2 .tit .t2 {
        font-size: 18px;
        color: #fff;
        border-top: 1px solid #fff;
        margin-top: 10px;
        padding-top: 10px;
        padding-left: 140px;
        padding-right: 10px;
        display: inline-block;
        text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
        display: none;
    }
    .protype_btn{
        display:none;
    }
.main-left {
    float: left;
    width: 320px;
}
    .main-left .pronav-t{
        font-size:28px;
        font-weight:bold;
    }
        .main-left .pronav-t .t2 {
            font-size: 38px;
        }
            .main-left .pronav-t .t2 span {
                color: #005bb0;
            }

.pronav-list{
    width:100%;
    float:left;
    font-size:18px;
    margin-top:30px;
    box-shadow:0px 0px 10px 1px #ccc;
}
    .pronav-list .list-type {
        width: 100%;
        float: left;
    }
    .pronav-list .list-type {
        width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
    }
        .pronav-list .list-type .typename {
            width: 100%;
            float: left;
            padding:18px 0px;
            background:#005bb0


        }
            .pronav-list .list-type .typename::after {
                content:">";
                font-family:"宋体";
                color:#fff;
                float:right;
                margin-right:20px;
                transition:all 0.5s;
            }
                .pronav-list .list-type:hover .typename::after{
                    transform:rotateZ(90deg);
                }
                .pronav-list .list-type .typename a {
                    margin-left: 30px;
                    color: #fff;
                }
        .pronav-list .list-type .item-list {
            width: 100%;
            float: left;
            display:none;
        }

            .pronav-list .list-type .item-list .item {
                width: 100%;
                float: left;
                padding: 15px 0px;
                border-bottom: 1px solid #ccc;
            }
                .pronav-list .list-type .item-list .item:hover{
                    background:#eee;
                }

                .pronav-list .list-type .item-list .item:last-child {
                    border: none;
                }
            .pronav-list .list-type .item-list .item a{
                margin-left: 30px;
                color: #666;
                font-size:16px;
            }

        .main-right {
            float: right;
            width: calc(100% - 350px);
        }
.nav2 {
    float: left;
    width: 100%;
    background: #333;
}
.main-right .nav2{
    background:none;
    border-bottom:1px solid var(--hovercolor);
    padding-bottom:10px;
}
.nav2 .cnav {
    float: left;
    text-align: left;
}

    .nav2 .cnav .curr {
        color: #000;
        background: linear-gradient(to bottom, var(--hovercolor), rgba(253, 251, 213, 1))
    }

        .nav2 .cnav span {
            font-size: 14px;
            color: #999;
            display: inline-block;
            padding: 15px 30px;
            float: left;
            margin-right: 1px;
            transition: all ease 0.5s;
        }


    .nav2 .route {
        float: right;
        margin-top: 16px;
        font-size: 14px;
    }

        .nav2 .route .icon {
            width: 12px;
            height: 12px;
            fill: currentColor;
        }

        .nav2 .route a {
            color: #999;
        }

        .nav2 .route .curr {
            color: var(--hovercolor);
        }

        .nav2 .route a::before {
            content: ">";
            font-family: "宋体";
            padding: 0px 10px;
            color: #666;
        }

        .nav2 .route a:first-child::before {
            content: "";
        }

.main-con {
    min-height: 600px;
    padding: 30px 0px;
}

    .main-con .newslist {
        width: 100%;
        float: left;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 20px;
        margin: 40px 0px;
    }

        .main-con .newslist .item {
            width: 100%;
            background: #333;
            border-bottom: 1px solid var(--hovercolor);
            transition: all 1s;
            overflow: hidden;
            padding-bottom: 40px;
        }


            .main-con .newslist .item .newsimg {
                width: 100%;
                max-height: 200px;
                overflow: hidden;
            }

            .main-con .newslist .item img {
                width: 100%;
                float: left;
                transition: all 1s;
            }

            .main-con .newslist .item:hover img {
                transform: scale(1.2)
            }

            .main-con .newslist .item .newsmid {
                margin: 10px 20px;
            }

            .main-con .newslist .item .t {
                float: left;
                width: 100%;
                display: inline-block;
                font-size: 16px;
                color: #fff;
                font-weight: bold;
                margin-top: 10px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .main-con .newslist .item:hover .t {
                color: var(--maincolor);
            }

            .main-con .newslist .item p {
                float: left;
                width: 100%;
                height: 50px;
                margin-top: 10px;
                line-height: 26px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size: 14px;
                margin-bottom: 10px;
                color: #999;
            }

            .main-con .newslist .item .newsmore {
                float: left;
                font-size: 14px;
                margin-top: 10px;
                color: #999;
            }

                .main-con .newslist .item .newsmore::after {
                    content: ">>";
                    font-family: "宋体";
                    margin-left: 5px;
                }

    .main-con .piclist {
        width: 100%;
        float: left;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 20px;
    }
    .main-con .piclist2 {
        grid-template-columns: repeat(3,1fr);
    }
        .main-con .piclist .item {
            height: 320px;
            width: 100%;
            margin: 10px;
            transition: all 0.5s;
            text-align: center;
            overflow: hidden;
        }


            .main-con .piclist .item .imgarea {
                width: 100%;
                height: 250px;
                display: flex;
                justify-content: center;
                overflow: hidden;
                background:#333;
            }

            .main-con .piclist .item img {
                width:100%;
                height:100%;
                object-fit:contain;
            }

            .main-con .piclist .item:hover{
                transform:translateY(-10px)
            }

            .main-con .piclist .item span {
                font-size: 16px;
                color: #666;
                margin-top: 20px;
                display: inline-block;
            }

    .main-con .txt {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 35px;
        text-align: justify;
        color:#999;
    }

        .main-con .txt img {
            max-width: 100%;
        }

    .main-con .left {
        float: left;
        width: calc(100% - 380px);
    }
        

                    .main-con .left .t {
                        font-size: 32px;
                        line-height: 56px;
                        font-weight: bold;
                        color:#fff;
                    }

        .main-con .left .info {
            font-size: 14px;
            color: #666;
            margin-top: 20px;
        }

        .main-con .left .con {
            font-size: 17px;
            line-height: 30px;
            text-align: justify;
            margin-top: 30px;
            margin-bottom:30px;
            line-height:2rem;
            width:100%;
            float:left;
            min-height:400px;
            color:#999;
        }
            .main-con .left .con .tit{
                width:100%;
                border-bottom:1px solid var(--maincolor);
                margin-bottom:20px;
                margin-top:50px;
            }
            .main-con .left .con .tit span {
                padding:5px 30px;
                background:var(--maincolor);
                color:#fff;
                float:left;
                margin-top:-42px;
                font-size:16px;
            }

            .main-con .left .con img {
                max-width: 100%;
            }

            .main-con .left .con p {
                margin-bottom: 0px;
            }

        .main-con .left table {
            border-collapse: collapse;
            max-width:100%;
        }



    .main-con .comcontents {
        width: 100%;
        background-size: contain;
        float: left;
        margin-top: 60px;
        margin-bottom: 60px;
    }
        .main-con .comcontents .com_txt {
            float:left;
            width: calc(100% - 650px);
            line-height:40px;
            text-align:justify;
            font-size:18px;
        }
        .main-con .comcontents .com_img {
            float: right;
            width: 600px;
        }
        .main-con .comcontents .com_img img{
            width:100%;
        }

    .main-con .qywh {
        width: 100%;
        display: flex;
        align-items: center;
        background: url(../img/qywhbg.jpg) no-repeat;
        background-size: cover;
        padding: 100px 0px;
    }
        .main-con .qywh .qywhcon {
            float: left;
            width: 100%;
            display: flex;
            align-items: center;
        }
        .main-con .qywhleft {
            width: 50%;
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            height: 100%;
        }
        .main-con .qywhleft .t{
            width:100%;
            font-size:36px;
            font-weight:bold;
        }
        .main-con .qywhleft .c {
            width: 100%;
            font-size: 14px;
            color:#999;
            margin-top:20px;
        }

        .main-con .qywhright {
            width: 50%;
            float: right;
        }
        .main-con .qywhright .item {
            width: 100%;
            padding: 50px 0px;
            border-bottom: 1px solid #ccc;
            float: left;
            transition:all 0.5s;
        }
            .main-con .qywhright .item:hover{
                background:rgba(255,255,255,0.5);
                box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
            }
            .main-con .qywhright .item:last-child {
                border-bottom: 0px;
            }
            .main-con .qywhright .item .icon {
                width: 80px;
                height: 80px;
                float: right;
                border-radius:20px;
                overflow:hidden;
                margin-right:20px;
            }
                .main-con .qywhright .item .icon img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .main-con .qywhright .item .tit{
                float:left;
                width:calc(100% - 120px);
                margin-left:20px;
            }
            .main-con .qywhright .item .t {
                float: left;
                font-size: 16px;
                width: 100%;
                color: #666;
            }
            .main-con .qywhright .item .c {
                float: left;
                font-size: 24px;
                width: 100%;
                margin-top: 15px;
            }
               


        .main-con .right {
            float: right;
            width: 320px;
        }

        .main-con .right .rightbor {
            float: left;
            width: 100%;
        }

            .main-con .right .rightbor > .t {
                font-size: 20px;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 20px;
                color:#fff;
            }

        .main-con .right .news .item {
            float: left;
            width: 100%;
        }

        .main-con .right .news .itempic {
            height: 72px;
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

            .main-con .right .news .itempic img {
                width: 108px;
                height: 72px;
                border-radius: 5px;
                float: left;
                margin-right: 20px;
            }

            .main-con .right .news .itempic .t {
                float: left;
                width: 190px;
                height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                color: #999;
                font-size: 16px;
            }

            .main-con .right .news .itempic:hover .t {
                color: var(--maincolor);
            }

            .main-con .right .news .itempic .date {
                float: left;
                font-size: 12px;
                color: #999;
                margin-top: 10px;
            }

        .main-con .right .news .morelist {
            float: left;
            width: 100%;
            background: #333;
            padding-top: 15px;
            border-radius: 5px;
        }

            .main-con .right .news .morelist .item span {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #999;
                line-height: 20px;
                margin-bottom: 10px;
                display: inline-block;
                width: 290px;
                margin-left: 15px;
                font-size: 14px;
            }

                .main-con .right .news .morelist .item span:hover {
                    color: var(--maincolor);
                }

   


    .main-con .right .rightbor > .pic-t {
        margin-bottom: 20px;
        width: 100%;
        float: left;
        color:#fff;
    }
    


    .main-con .right .pic .itempic {
        width: 160px;
        float: left;
        margin-bottom: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

        .main-con .right .pic .itempic img {
            width: 140px;
            height: 90px;
            border-radius: 5px;
        }

        .main-con .right .pic .itempic .t {
            display: inline-block;
            width: 100%;
            color: #999;
            font-size: 14px;
        }

        .main-con .right .pic .itempic:hover .t {
            color: var(--maincolor);
        }

.contact {
    width: 100%;
    padding: 50px 0px;
}

    .contact .mid {
        margin-top: 20px;
        height: 550px;
    }

    .contact .c_left {
        width: 750px;
        height: 550px;
        background: #333;
        float: left;
    }

        .contact .c_left p {
            height: 100%;
        }

    .contact .c_right {
        width: calc(100% - 750px);
        height: 550px;
        float: right;
        background:#333;
    }

        .contact .c_right .t {
            font-size: 28px;
            font-weight: bold;
            width: calc(100% - 80px);
            margin-left: 40px;
            color: var(--hovercolor);
            border-bottom: 1px dashed var(--hovercolor);
            display: inline-block;
            padding: 40px 0px;
            margin-top: 20px;
        }

        .contact .c_right p {
            font-size: 16px;
            width: calc(100% - 80px);
            margin-left: 40px;
            color: #999;
            display: inline-block;
            line-height: 30px;
            margin-top: 30px;
        }

        .contact .c_right .ewm {
            margin-top: 30px;
            width: calc(100% - 0px);
            margin-left: 0px;
        }

.msg {
    width: 100%;
    padding-bottom: 40px;
    
}

    .msg .mid {
        height: 450px;
        border-top: 5px solid var(--hovercolor);
        background: #333;
    }

    .msg .left {
        float: left;
        width: 450px;
    }

        .msg .left .t {
            font-size: 36px;
            margin: 70px 0px 0px 50px;
            display: inline-block;
            color: var(--hovercolor);
        }

        .msg .left hr {
            width: 70px;
            height: 2px;
            background: var(--hovercolor);
            margin: 20px 0px 0px 50px;
        }

        .msg .left p {
            margin: 20px 0px 0px 50px;
            line-height: 28px;
            text-align: justify;
            color:#999;
        }

    .msg .right {
        width: calc(100% - 550px);
        float: right;
        margin-right: 50px;
        margin-top: 70px;
    }

        .msg .right .item {
            float: left;
            margin-bottom: 20px;
        }

        .msg .right .username {
            float: left;
            width: calc(50% - 10px);
            margin-right:10px;
        }

        .msg .right .tel {
            float: left;
            width: calc(50% - 10px);
        }

        .msg .right .contents {
            float: left;
            width: 100%;
        }

        .msg .right span {
            color: #999;
            font-size: 14px;
        }

            .msg .right span::after {
                content: "*";
                color: #fa0000;
                margin-left: 10px;
            }

        .msg .right input {
            width: 280px;
            border: 1px solid #999;
            padding: 10px;
            margin-top: 10px;
            outline: none;
            background: #333;
            color:#999;
        }

        .msg .right textarea {
            width: 605px;
            height: 60px;
            border: 1px solid #999;
            padding: 10px;
            margin-top: 10px;
            outline: none;
            background: #333;
            color: #999;
        }

    .msg .btn input {
        width: 150px;
        border: 1px solid var(--hovercolor);
        padding: 10px;
        margin-top: 10px;
        outline: none;
        color: var(--hovercolor);
        transition: all ease 0.5s;
    }

        .msg .btn input:hover {
            color: #000;
            background: var(--hovercolor);
        }

.links {
    background: #333;
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .links p {
        margin-left: 10px;
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

        .links p a {
            color: #666;
        }

            .links p a:hover {
                color: var(--maincolor);
            }
