﻿@charset "utf-8";
/* CSS Document */
/*2022.10.21 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 1250px;
    margin: auto;
    padding: 0;
}


.box-top {
    padding: 25px 0;
    background-color: #0069aa;
    width: 100%;
}

.textBanner {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
margin-top:0;
}

.logo {
    width: 60%;
}

    .logo img {
    }

.middle-con {
    background: #f3f3f3;
}

.wc-menu ul {
    background-color: #1a80bf;
}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    display: table;
    width: 100%;
    /*overflow: hidden;*/
    clear: both;
}

    .wc-menu ul li {
        position: relative;
        /*居中并且转为table-cell*/
        text-align: center;
        display: table-cell;
        /*float: left;*/
        list-style: none;
    }


        .wc-menu ul li a {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            display: block;
            /*transition: all 0.2s;*/
            text-decoration: none;
            font-family: arial;
            padding: 10px 0;
        }

            .wc-menu ul li a:hover,
            .wc-menu ul li a:focus {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }



            .wc-menu ul li a:hover,
            .wc-menu ul li a.selected,
            .wc-menu ul li a.move,
            .wc-menu ul li a.active,
            .wc-menu ul li a.selected,
            .wc-menu ul li a.parent {
                /*color: #0a4a9d;*/
                color: #fce5b3;
            }

        .wc-menu ul li .ernav {
            position: absolute;
            left: -10%;
            top: 44px;
            background: #96201b;
            /*background: rgb(45,103,225,0.95);*/
            width: 120%;
            z-index: 1111 !important;
            display: none;
            opacity: 0.9;
            border-top: 2px solid #f5a448;
        }

            .wc-menu ul li .ernav ul li {
                /*text-align: center;*/
                float: none;
                display: block;
                /*二级下拉有影响，需要转化为块状*/
                background: none;
                text-align: center;
                line-height: 26px;
                border: none;
                padding: 0;
                border-bottom: 1px solid #ccc;
            }

                .wc-menu ul li .ernav ul li:last-child {
                    border-bottom: none;
                }

                .wc-menu ul li .ernav ul li a {
                    font-size: 16px;
                    /*text-align: center;*/
                    background: none;
                    box-shadow: none;
                    border-radius: 0;
                    color: #fff;
                    padding: 7px 7px;
                    display: block;
                    line-height: 26px;
                    border-bottom: none;
                    font-weight: normal;
                }

                    .wc-menu ul li .ernav ul li a:hover,
                    .wc-menu ul li .ernav ul li a:focus {
                        background: #f3c547;
                        opacity: 1;
                        color: #fff;
                    }


/*menu End*/

.banner img {
    max-width: 100%;
}


.newbg {
    padding: 15px 0;
}

.new-top {
}

    .new-top h4 {
        color: #fff;
        text-align: center;
        background-color: #0069aa;
        padding: 15px 15px;
    }

.new-con {
    margin-top: 25px;
}



.new-tleft {
    width: 300px;
    background: #fff;
    margin-right: 15px;
    height: 767px;
    overflow: hidden;
    transition: box-shadow .3s,border-color .3s;
}



.new-middle {
    width: 620px;
    margin-right: 15px;
    background: #fff;
    height: 767px;
    overflow: hidden;
    transition: box-shadow .3s,border-color .3s;
}

    .new-middle .new-rcon {
        padding: 25px 20px;
    }

        .new-middle .new-rcon p {
            margin-bottom: 10px;
            color: #333;
        }

.new-tright {
    height: 767px;
    width: 300px;
    overflow: hidden;
    transition: box-shadow .3s,border-color .3s;
}

.new-tleft:hover, .new-middle:hover {
    border-color: transparent;
    box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}


.new-lcon {
    padding: 24px;
}

    .new-lcon a {
        text-decoration: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .new-lcon p {
        margin-bottom: 10px;
        color: #333;
    }

    .new-lcon img.img1 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


.new-rcon {
}

    .new-rcon ul li {
        padding: 25px 20px;
        border-bottom: 1px solid #f0f0f0;
    }

        .new-rcon ul li .rcon-image {
            width: 45px;
            float: left;
            margin-right: 15px;
        }

        .new-rcon ul li .rcon-con {
            float: left;
            width: 520px;
        }

            .new-rcon ul li .rcon-con a {
                font-size: 16px;
                color: #333;
                font-weight: bold;
                display: block;
                margin-bottom: 10px;
            }

            .new-rcon ul li .rcon-con p {
                margin-bottom: 5px;
                font-size: 14px;
                color: rgba(0,0,0,.45);
            }


.new-video {
    transition: box-shadow .3s,border-color .3s;
}

    .new-video .v1 {
        padding: 25px;
        background: #fff;
        margin-bottom: 15px;
    }

    .new-video .v1 {
        width: 100%;
    }

.chengguo {
    transition: box-shadow .3s,border-color .3s;
}

    .chengguo .cg-con {
        background: #fff;
        height: 450px;
        transition: box-shadow .3s,border-color .3s;
    }

        .chengguo .cg-con ul li {
            padding: 15px 25px;
            border-bottom: 1px solid #f0f0f0;
        }

            .chengguo .cg-con ul li a {
                color: #333;
                text-decoration: none;
            }


    .new-video:hover, .chengguo:hover {
        border-color: transparent;
        box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
    }


.meiti {
}

.mei-con {
    margin: 15px 0;
}

    .mei-con .swiper-container {
    }

        .mei-con .swiper-container a {
            text-decoration: none;
        }



        .mei-con .swiper-container .swiper-pagination {
            text-align: center;
            bottom: 15px;
        }

        .mei-con .swiper-container a .li-img {
            overflow: hidden;
        }

            .mei-con .swiper-container a .li-img img {
                transform: scale(1.0);
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .mei-con .swiper-container a:hover .li-img img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transition: all 0.2s linear;
        }

        .mei-con .swiper-container a .li-tt {
            transition: all 0.8s;
        }


            .mei-con .swiper-container a .li-tt p {
                font-size: 16px;
                color: #fff;
                line-height: 26px;
                margin-bottom: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .mei-con .swiper-container a:hover .li-tt {
            opacity: 0.8;
            transition: all 0.8s;
        }

        .mei-con .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 30px;
            height: 6px;
            background: #c7b7a6;
            cursor: pointer;
            opacity: 1;
            border-radius: 0;
            margin: 0 10px;
        }

        .mei-con .swiper-container .swiper-pagination-bullet-active {
            background: #fff;
            opacity: 1;
        }


/*footer*/

.footer {
    min-height: 40px;
    background-color: #0069aa;
    padding: 15px 25px;
    position: relative;
}

    .footer p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
    }


/*.footerEnd*/











