

:focus {
    outline: 0;
}

.top {
    width: 100%;
    height: auto;
    border-top: 2px solid #1c6db3;
}
.top_b {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.top_b img {
    width: 100%;
    display: block;
}
.top_b1 {
    width: 100%;
    height: auto;
    display: none;
}
.top_b1 img {
    width: 100%;
    display: block;
}
.top_l {
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    
}



.dh {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -3px;

}

.dh ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: rgb(40 100 191);
}

.dh ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.dh li a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease;
}

.dh li::before {
    content: "";
    width: 1px;
    height: 35px;
    background-color: rgba(0, 41, 130, 0.493);
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.dh li:nth-child(1)::before {
    display: none;
}

.dh li:hover {
    background-color: rgba(0, 38, 121, 0.397);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .top {
        width: 100%;
        height: auto;
    }
    
    .top_l {
        width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    }
    
    .top_l p {
        font-size: 2.5rem;
        color: black;
        font-weight: 600;
        -webkit-text-stroke: 1px #fff;
    }
    
    .dh {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: -3px;
    }
    
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        background-color: rgb(50 99 173);
    }
    
    .dh ul li {
        width: calc((100% - 25%) / 8);
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: relative;
    }
    
    .dh li a {
        width: 100%;
        display: block;
        font-size: 18px;
        color: #fff;
        transition: all 0.5s ease;
    }
    
    .dh li::before {
        content: "";
        width: 1px;
        height: 35px;
        background-color: rgba(0, 41, 130, 0.493);
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
    }
    
    .dh li:nth-child(1)::before {
        display: none;
    }
    
    .dh li:hover {
        background-color: rgba(0, 38, 121, 0.397);
        transition: all 0.5s ease;
    }
}
@media (max-width:1024px) {
    .top {
        width: 100%;
        height: auto;
    }
    
    .top_l {
        width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0px 15px 0px;
    }
    .top_b {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .top_b img {
        width: 100%;
        display: block;
    }
    .top_l p {
        font-size: 2.5rem;
        color: black;
        font-weight: 600;
        -webkit-text-stroke: 1px #fff;
    }
    
    .dh {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: -3px;
    }
    
    .dh ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: rgb(50 99 173);
    }
    
    .dh ul li {
        width: calc((100% - 0%) / 6 );
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: relative;
        border-bottom: 1px solid rgba(0, 41, 130, 0.493);
    }
    
    .dh li a {
        width: 100%;
        display: block;
        font-size: 24px;
        color: #fff;
        transition: all 0.5s ease;
    }
    
    .dh li::before {
        content: "";
        width: 1px;
        height: 35px;
        background-color: rgba(0, 41, 130, 0.493);
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
    }
    
    .dh li:nth-child(1)::before {
        display: none;
    }
    
    .dh li:hover {
        background-color: rgba(0, 38, 121, 0.397);
        transition: all 0.5s ease;
    }
}
/* ---------------------------------------------------------------------新闻图 */
.xw {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.xw_l {
    width: 50%;
    height: auto;
    padding-top: 15px;
}


.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 30px;
}

.slideBox .hd ul li.on {
    background: rgb(1, 113, 204);
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd ul li ol {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    background-color: rgba(29, 29, 29, 0.486);
    padding: 13px 0px 13px 0px;
}

.slideBox .bd ul li ol p {
    width: 70%;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox .bd img {
    width: 100%;
    height: 450px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/UploadFiles/pic/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
@media (max-width:1440px) {
    .xw {
        width: 75%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .xw_l {
        width: 50%;
        height: auto;
        padding-top: 15px;
    }
    
    
    .slideBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    
    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 25px;
        bottom: 15px;
        z-index: 1;
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        width: 10px;
        height: 10px;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        border-radius: 30px;
    }
    
    .slideBox .hd ul li.on {
        background: rgb(1, 113, 204);
        color: #fff;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    
    .slideBox .bd ul li ol {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
        background-color: rgba(29, 29, 29, 0.486);
        padding: 13px 0px 13px 0px;
    }
    
    .slideBox .bd ul li ol p {
        width: 70%;
        color: #fff;
        font-size: 16px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .slideBox .bd img {
        width: 100%;
        height: 450px;
        display: block;
    }
    
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(/UploadFiles/pic/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    
    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
}
@media (max-width:1024px) {
    .xw {
        width: 98%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .xw_l {
        width: 50%;
        height: auto;
        padding-top: 15px;
    }
    
    
    .slideBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    
    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 25px;
        bottom: 15px;
        z-index: 1;
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        width: 10px;
        height: 10px;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        border-radius: 30px;
    }
    
    .slideBox .hd ul li.on {
        background: rgb(1, 113, 204);
        color: #fff;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    
    .slideBox .bd ul li ol {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
        background-color: rgba(29, 29, 29, 0.486);
        padding: 13px 0px 13px 0px;
    }
    
    .slideBox .bd ul li ol p {
        width: 70%;
        color: #fff;
        font-size: 16px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .slideBox .bd img {
        width: 100%;
        height: 450px;
        display: block;
    }
    
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(/UploadFiles/pic/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    
    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
}
/* ----------------------------------------------------------------新闻-右 */
.xw_r {
    width: 47%;
    height: auto;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.xw_a {
    width: 10%;
    float: right;
}
.xw_a a {
    display: block;
    font-size: 16px;
    color: #333;
}
.xw_a a:hover {
    color: #1f56a8;
}
.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    top: 10px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideTxtBox .hd ul li a {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
}

.slideTxtBox .hd ul li a::before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #3263ad;
    position: absolute;
    right: 0;
    bottom: -15px;
    transition: .5s;
}

.slideTxtBox .hd ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 7px solid #3263ad;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -11px;
    transition: .5s;
    opacity: 0;
}

.slideTxtBox .hd ul li.on a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.slideTxtBox .hd ul li.on a::after {
    opacity: 1;

}

.slideTxtBox .hd ul li.on {
    height: 30px;
    font-weight: 600;

}

.slideTxtBox .hd ul li a:hover {
    transition: all 0.3s ease;
    color: #1f56a8;
}

.slideTxtBox .bd ul {
    padding: 5px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
    margin: 20px auto;
    position: relative;
    display: flex;
    justify-content: space-between;

}
.slideTxtBox .bd li::before {
    content: "Ｏ";
    position: absolute;
    font-size: 13px;
    color: #333;
    top: 0;
    left: 0;

}


.slideTxtBox .bd li a {
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
    
}
.slideTxtBox .bd li span {
    font-size: 16px;
    color: #afafaf;
    float: right;
}
.slideTxtBox .bd li a:hover {
    color: #235eb6;
}
.slideTxtBox .bd li:hover span {
    color: #235eb6;
}
.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
@media (max-width:1024px) {
    .xw_r {
        width: 47%;
        height: auto;
    }
    
    .slideTxtBox {
        width: 100%;
        text-align: left;
    }
    
    .slideTxtBox .hd {
        height: 30px;
        line-height: 30px;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .xw_a {
        width: 15%;
        float: right;
    }
    .xw_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .xw_a a:hover {
        color: #1f56a8;
    }
    .slideTxtBox .hd ul {
        float: left;
        position: absolute;
        top: 10px;
        height: 32px;
    }
    
    .slideTxtBox .hd ul li {
        float: left;
        padding: 0 15px;
        cursor: pointer;
    }
    
    .slideTxtBox .hd ul li a {
        font-size: 20px;
        transition: all 0.3s ease;
        color: #333;
        position: relative;
    }
    
    .slideTxtBox .hd ul li a::before {
        content: "";
        display: block;
        width: 0;
        height: 4px;
        background: #3263ad;
        position: absolute;
        right: 0;
        bottom: -15px;
        transition: .5s;
    }
    
    .slideTxtBox .hd ul li a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 7px solid #3263ad;
        position: absolute;
        right: 50%;
        margin-right: -5px;
        bottom: -11px;
        transition: .5s;
        opacity: 0;
    }
    
    .slideTxtBox .hd ul li.on a::before {
        width: 100%;
        left: 0;
        right: auto;
    }
    
    .slideTxtBox .hd ul li.on a::after {
        opacity: 1;
    
    }
    
    .slideTxtBox .hd ul li.on {
        height: 30px;
        font-weight: 600;
    
    }
    
    .slideTxtBox .hd ul li a:hover {
        transition: all 0.3s ease;
        color: #1f56a8;
    }
    
    .slideTxtBox .bd ul {
        padding: 5px;
        zoom: 1;
    }
    
    .slideTxtBox .bd li {
        height: 24px;
        line-height: 24px;
        margin: 20px auto;
        position: relative;
        display: flex;
        justify-content: space-between;
    
    }
    .slideTxtBox .bd li::before {
        content: "〇";
        position: absolute;
        font-size: 13px;
        color: #333;
        top: 0;
        left: 0;
    
    }
    
    
    .slideTxtBox .bd li a {
        font-size: 18px;
        color: #333;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        
    }
    .slideTxtBox .bd li span {
        font-size: 16px;
        color: #afafaf;
        float: right;
    }
    .slideTxtBox .bd li a:hover {
        color: #235eb6;
    }
    .slideTxtBox .bd li:hover span {
        color: #235eb6;
    }
    .slideTxtBox .bd li .date {
        float: right;
        color: #999;
    }
}
/* ----------------------------------------------------------------------工程 */
.gc {
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
}

.gc_t {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.gc_a {
    width: 5%;
    float: right;
}
.gc_a a {
    display: block;
    font-size: 16px;
    color: #333;
}
.gc_a a:hover {
    color: #1f56a8;
}
.gc_t ul {
    float: left;
    position: absolute;
    top: 10px;
    height: 32px;
}

.gc_t ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.gc_t ul li a {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    font-weight: 600;
}

.gc_t ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #3263ad;
    position: absolute;
    right: 0;
    bottom: -15px;
    transition: .5s;
}

.gc_t ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 7px solid #3263ad;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -11px;
    transition: .5s;
    opacity: 1;
}

.gc_t ul li a:hover {
    transition: all 0.3s ease;
    color: #1f56a8;
}
.gc_n {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
}
.swiper {
    width: 100%;
    /*height: 100%;*/
}
.swiper-slide a {
    width: 100%;
    display: block;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anzhan_img img {
    width: 100%;
    height: auto;
}

.anzhan {
    border: #e2e2e2 1px solid;
    width: 100%;
}
.anzhan a:hover .anzhan_nei_tt{
    color: #1f56a8;
}
.anzhan_nei {
    background: #fff;
    padding: 5%;
    display: block;
    height: 32px;
    /*overflow: hidden;*/
    margin-top: 0px;
    transition: all 0.6s ease;
}

.anzhan_nei_tt {
    font: 600 19px/40px "Microsoft Yahei";
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anzhan_nei_tt  {
    color: #333;
}

.anzhan_nei_yy {
    font: 400 16px/29px "Microsoft Yahei";
    color: #333;
    background: #fff;
}

.anzhan:hover .anzhan_nei_tt a {
    color: #d6060b;
    cursor: pointer;
}
@media (max-width:1440px) {
    .gc {
        width: 75%;
        height: auto;
        margin: 0 auto;
    }
    
    .gc_t {
        height: 30px;
        line-height: 30px;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .gc_a {
        width: 5%;
        float: right;
    }
    .gc_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .gc_a a:hover {
        color: #1f56a8;
    }
    .gc_t ul {
        float: left;
        position: absolute;
        top: 10px;
        height: 32px;
    }
    
    .gc_t ul li {
        float: left;
        padding: 0 15px;
        cursor: pointer;
    }
    
    .gc_t ul li a {
        font-size: 20px;
        transition: all 0.3s ease;
        color: #333;
        position: relative;
        font-weight: 600;
    }
    
    .gc_t ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: #3263ad;
        position: absolute;
        right: 0;
        bottom: -15px;
        transition: .5s;
    }
    
    .gc_t ul li a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 7px solid #3263ad;
        position: absolute;
        right: 50%;
        margin-right: -5px;
        bottom: -11px;
        transition: .5s;
        opacity: 1;
    }
    
    .gc_t ul li a:hover {
        transition: all 0.3s ease;
        color: #1f56a8;
    }
    .gc_n {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
    }
    .swiper {
        width: 100%;
        /*height: 100%;*/
    }
    .swiper-slide a {
        width: 100%;
        display: block;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .anzhan_img img {
        width: 100%;
        height: auto;
    }
    
    .anzhan {
        border: #e2e2e2 1px solid;
        width: 100%;
    }
    .anzhan a:hover .anzhan_nei_tt{
        color: #1f56a8;
    }
    .anzhan_nei {
        background: #fff;
        padding: 5%;
        display: block;
        height: 32px;
        /*overflow: hidden;*/
        margin-top: 0px;
        transition: all 0.6s ease;
    }
    
    .anzhan_nei_tt {
        font: 600 17px/40px "Microsoft Yahei";
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .anzhan_nei_tt  {
        color: #333;
    }
    
    .anzhan_nei_yy {
        font: 400 16px/29px "Microsoft Yahei";
        color: #333;
        background: #fff;
    }
    
    .anzhan:hover .anzhan_nei_tt a {
        color: #d6060b;
        cursor: pointer;
    }
}
@media (max-width:1024px) {
    .gc {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    
    .gc_t {
        height: 30px;
        line-height: 30px;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .gc_a {
        width: 10%;
        float: right;
    }
    .gc_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .gc_a a:hover {
        color: #1f56a8;
    }
    .gc_t ul {
        float: left;
        position: absolute;
        top: 10px;
        height: 32px;
    }
    
    .gc_t ul li {
        float: left;
        padding: 0 15px;
        cursor: pointer;
    }
    
    .gc_t ul li a {
        font-size: 20px;
        transition: all 0.3s ease;
        color: #333;
        position: relative;
        font-weight: 600;
    }
    
    .gc_t ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: #3263ad;
        position: absolute;
        right: 0;
        bottom: -15px;
        transition: .5s;
    }
    
    .gc_t ul li a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 7px solid #3263ad;
        position: absolute;
        right: 50%;
        margin-right: -5px;
        bottom: -11px;
        transition: .5s;
        opacity: 1;
    }
    
    .gc_t ul li a:hover {
        transition: all 0.3s ease;
        color: #1f56a8;
    }
    .gc_n {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
    }
    .swiper {
        width: 100%;
        /*height: 100%;*/
    }
    .swiper-slide a {
        width: 100%;
        display: block;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .anzhan_img img {
        width: 100%;
        height: auto;
    }
    
    .anzhan {
        border: #e2e2e2 1px solid;
        width: 100%;
    }
    .anzhan a:hover .anzhan_nei_tt{
        color: #1f56a8;
    }
    .anzhan_nei {
        background: #fff;
        padding: 5%;
        display: block;
        height: 32px;
        /*overflow: hidden;*/
        margin-top: 0px;
        transition: all 0.6s ease;
    }
    
    .anzhan_nei_tt {
        font: 600 17px/40px "Microsoft Yahei";
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .anzhan_nei_tt  {
        color: #333;
    }
    
    .anzhan_nei_yy {
        font: 400 16px/29px "Microsoft Yahei";
        color: #333;
        background: #fff;
    }
    
    .anzhan:hover .anzhan_nei_tt a {
        color: #d6060b;
        cursor: pointer;
    }
}
/* ----------------------------------------------------------------------------企业概况 */
.qy {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.qy_a {
    width: 10%;
    float: right;
}
.qy_a a {
    display: block;
    font-size: 16px;
    color: #333;
}
.qy_a a:hover {
    color: #1f56a8;
}
.qy_r {
    width: 47%;
    height: auto;
}
.qy_f {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.qy_f p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    letter-spacing: 2px;
}
@media (max-width:1440px) {
    .qy {
        width: 75%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .qy_a {
        width: 10%;
        float: right;
    }
    .qy_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .qy_a a:hover {
        color: #1f56a8;
    }
    .qy_r {
        width: 47%;
        height: auto;
    }
    .qy_f {
        width: 100%;
        height: auto;
        padding-top: 10px;
    }
    .qy_f p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
}
@media (max-width:1024px) {
    .qy {
        width: 98%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .qy_a {
        width: 15%;
        float: right;
    }
    .qy_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .qy_a a:hover {
        color: #1f56a8;
    }
    .qy_r {
        width: 47%;
        height: auto;
    }
    .qy_f {
        width: 100%;
        height: auto;
        padding-top: 10px;
    }
    .qy_f p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    
}
/* ----------------------------------------------------------首页视频 */

.sp_l {
    width: 50%;
    height: auto;
    padding-top: 30px;
}
@media (max-width:1024px) {
    .sp_l {
        width: 50%;
        height: auto;
        padding-top: 50px;
    }
}
/* ----------------------------------------------------------------------------荣誉资质 */
.ry {
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
}

.ry_t {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.zz_a {
    width: 5%;
    float: right;
}
.zz_a a {
    display: block;
    font-size: 16px;
    color: #333;
}
.zz_a a:hover {
    color: #1f56a8;
}
.ry_t ul {
    float: left;
    position: absolute;
    top: 10px;
    height: 32px;
}

.ry_t ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.ry_t ul li a {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    font-weight: 600;
}

.ry_t ul li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #3263ad;
    position: absolute;
    right: 0;
    bottom: -15px;
    transition: .5s;
}

.ry_t ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 7px solid #3263ad;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -11px;
    transition: .5s;
    opacity: 1;
}

.ry_t ul li a:hover {
    transition: all 0.3s ease;
    color: #1f56a8;
}
.ry_n {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    display: flex;
}
.ryn_l {
    width: 32%;
    height: auto;
}
.ryn_l img {
    width: 100%;
}
@media (max-width:1024px) {
    .ry {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    
    .ry_t {
        height: 30px;
        line-height: 30px;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .zz_a {
        width: 10%;
        float: right;
    }
    .zz_a a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .zz_a a:hover {
        color: #1f56a8;
    }
    .ry_t ul {
        float: left;
        position: absolute;
        top: 10px;
        height: 32px;
    }
    
    .ry_t ul li {
        float: left;
        padding: 0 15px;
        cursor: pointer;
    }
    
    .ry_t ul li a {
        font-size: 20px;
        transition: all 0.3s ease;
        color: #333;
        position: relative;
        font-weight: 600;
    }
    
    .ry_t ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: #3263ad;
        position: absolute;
        right: 0;
        bottom: -15px;
        transition: .5s;
    }
    
    .ry_t ul li a::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom: 7px solid #3263ad;
        position: absolute;
        right: 50%;
        margin-right: -5px;
        bottom: -11px;
        transition: .5s;
        opacity: 1;
    }
    
    .ry_t ul li a:hover {
        transition: all 0.3s ease;
        color: #1f56a8;
    }
    .ry_n {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        display: flex;
    }
    .ryn_l {
        width: 32%;
        height: auto;
    }
    .ryn_l img {
        width: 100%;
        height: 350px;
    }
}
/* --------------------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 260px;
    background-color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
}
.dibu_l {
    width: 60%;
    height: auto;
}
.dibu_t {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0px 30px 0px;
    border-bottom: 1px solid #4a4a4a;
}
.dibu_t ul {
    width: 100%;
    height: auto;
    display: flex;
}
.dibu_t ul li {
    width: calc((100% - 52% ) / 6);
    height: auto;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
.dibu_t li:nth-child(1)::before {
    opacity: 0;
}
.dibu_t li::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #737373;
    position: absolute;
    top: 3px;
    left: -7px;
}
.dibu_t li a {
    font-size: 17px;
    color: rgb(223, 223, 223);
}
.dibu_r {
    width: 20%;
    height: auto;
    text-align: center;
    padding-top: 20px;
}
.dibu_r dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.dibu_r img {
    width: 40%;
}
.dibu_r p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    letter-spacing: 2px;
}
.dibu_n {
    width: 100%;
    height: auto;
}
.din_l {
    display: flex;
    width: 100%;
    padding-top: 8px;
flex-wrap: wrap;
}
.din_l p {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    margin-top: 3px;
}
.din_r {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.din_r p {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}
.footbox{
	height: 11rem;
	background:rgb(4 98 152 / 52%);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
@media (max-width:1440px) {
    .dibu {
        width: 100%;
        height: 245px;
        background-color: rgb(51, 51, 51);
        display: flex;
        justify-content: center;
    }
    .dibu_l {
        width: 60%;
        height: auto;
    }
    .dibu_t {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0px 30px 0px;
        border-bottom: 1px solid #4a4a4a;
    }
    .dibu_t ul {
        width: 100%;
        height: auto;
        display: flex;
        
    }
    .dibu_t ul li {
        width: calc((100% - 52% ) / 6);
        height: auto;
        margin-right: 10px;
        position: relative;
        text-align: center;
    }
    .dibu_t li:nth-child(1)::before {
        opacity: 0;
    }
    .dibu_t li::before {
        content: "";
        width: 2px;
        height: 15px;
        background-color: #737373;
        position: absolute;
        top: 3px;
        left: -7px;
    }
    .dibu_t li a {
        font-size: 17px;
        color: rgb(223, 223, 223);
    }
    .dibu_r {
        width: 20%;
        height: auto;
        text-align: center;
        padding-top: 20px;
    }
    .dibu_r img {
        width: 45%;
    }
    .dibu_r p {
        font-size: 18px;
        color: #fff;
        margin-top: 15px;
        letter-spacing: 2px;
    margin-bottom: 10px;
    }
    .dibu_n {
        width: 100%;
        height: auto;
    }
    .din_l {
        display: flex;
        width: 100%;
        padding-top: 0px;
    }
    .din_l p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-top: 3px;
    }
    .din_r {
        width: 100%;
        height: auto;
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .din_r p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
    }
}
@media (max-width:1024px) {
    .dibu {
        width: 100%;
        height: 310px;
        background-color: rgb(51, 51, 51);
        display: flex;
        justify-content: center;
    }
    .dibu_l {
        width: 85%;
        height: auto;
    }
    .dibu_t {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0px 30px 0px;
        border-bottom: 1px solid #4a4a4a;
    }
    .dibu_t ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .dibu_t ul li {
        width: calc((100% - 30% ) / 6);
        height: auto;
        margin-right: 10px;
        position: relative;
        text-align: center;
    }
    .dibu_t li:nth-child(1)::before {
        opacity: 0;
    }
    .dibu_t li::before {
        content: "";
        width: 2px;
        height: 15px;
        background-color: #737373;
        position: absolute;
        top: 3px;
        left: -7px;
    }
    .dibu_t li a {
        font-size: 17px;
        color: rgb(223, 223, 223);
    }
    .dibu_r {
        width: 15%;
        height: auto;
        text-align: center;
        padding-top: 20px;
    }
    .dibu_r img {
        width: 80%;
    }
    .dibu_r p {
        font-size: 18px;
        color: #fff;
        margin-top: 15px;
        letter-spacing: 2px;
    }
    .dibu_n {
        width: 100%;
        height: auto;
    }
    .din_l {
        display: flex;
        width: 100%;
        padding-top: 10px;
        flex-wrap: wrap;
    }
    .din_l p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-top: 3px;
    }
    .din_r {
        width: 100%;
        height: auto;
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .din_r p {
        font-size: 16px;
        color: #fff;
        margin-left: 20px;
        margin-bottom: 7px;
    }
}
/* -----------------------------------------------------------公司内页 */
.gss {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.gss_l {
    width: 20%;
    height: auto;
}
.gss_ul {
    width: 100%;
    height: auto;
    border: 1px solid #d6d6d6;
}
.gss_ul li {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
}
.gss_ul li a {
    font-size: 16px;
    color: #333;
    display: block;
}
.gss_ul h2 {
    background-color: #3263ad;
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}


.gss_ul li:hover {
    background-color: #1e4175;
}
.gss_ul li:hover a {
    color: #fff;
}
.gss_ul1 {
    width: 100%;
    height: auto;
    border: 1px solid #d6d6d6;
    margin-top: 35px;
    margin-bottom: 10px;
}
.gss_ul1 li {
    width: 93%;
    height: auto;
    padding: 20px 10px 20px 10px;
    
    border-bottom: 1px solid #d6d6d6;
}
.gss_ul1 li:nth-child(1) {
    background-color: #3263ad;
    text-align: center;

}
.gss_ul1 li:nth-child(1) a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.gss_ul1 li h2 {
    font-size: 18px;
    padding-top: 0px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.gss_ul1 li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 30px;
    margin-left: 10px;
    word-break:break-all;
}
.gss_r {
    width: 75%;
    height: auto;
    padding-top: 10px;
}
.gss_r p {
    letter-spacing: 2px;
}
@media (max-width:1440px) {
    .gss {
        width: 75%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .gss_l {
        width: 22%;
        height: auto;
    }
    .gss_ul {
        width: 100%;
        height: auto;
        border: 1px solid #d6d6d6;
    }
    .gss_ul li {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
    }
    .gss_ul li a {
        font-size: 16px;
        color: #333;
        display: block;
    }
    .gss_ul h2 {
        background-color: #3263ad;
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    
    
    .gss_ul li:hover {
        background-color: #1e4175;
    }
    .gss_ul li:hover a {
        color: #fff;
    }
    .gss_ul1 {
        width: 100%;
        height: auto;
        border: 1px solid #d6d6d6;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .gss_ul1 li {
        width: 92%;
        height: auto;
        padding: 20px 10px 20px 10px;
        
        border-bottom: 1px solid #d6d6d6;
    }
    .gss_ul1 li:nth-child(1) {
        background-color: #3263ad;
        text-align: center;
    
    }
    .gss_ul1 li:nth-child(1) a {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    .gss_ul1 li h2 {
        font-size: 18px;
        padding-top: 0px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }
    .gss_ul1 li p {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        line-height: 30px;
        margin-left: 10px;
        word-break:break-all;
    }
    .gss_r {
        width: 75%;
        height: auto;
        padding-top: 10px;
    }
}
@media (max-width:1024px) {
    .gss {
        width: 98%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .gss_l {
        width: 25%;
        height: auto;
    }
    .gss_ul {
        width: 100%;
        height: auto;
        border: 1px solid #d6d6d6;
    }
    .gss_ul li {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
    }
    .gss_ul li a {
        font-size: 16px;
        color: #333;
        display: block;
    }
    .gss_ul h2 {
        background-color: #3263ad;
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 0px;
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    
    
    .gss_ul li:hover {
        background-color: #1e4175;
    }
    .gss_ul li:hover a {
        color: #fff;
    }
    .gss_ul1 {
        width: 100%;
        height: auto;
        border: 1px solid #d6d6d6;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .gss_ul1 li {
        width: 92%;
        height: auto;
        padding: 20px 10px 20px 10px;
        
        border-bottom: 1px solid #d6d6d6;
    }
    .gss_ul1 li:nth-child(1) {
        background-color: #3263ad;
        text-align: center;
    
    }
    .gss_ul1 li:nth-child(1) a {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    .gss_ul1 li h2 {
        font-size: 18px;
        padding-top: 0px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }
    .gss_ul1 li p {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        line-height: 30px;
        margin-left: 10px;
        word-break:break-all;
    }
    .gss_r {
        width: 72%;
        height: auto;
        padding-top: 10px;
    }
}

/* ------------------------------------------------------------工程业绩内页 */
.gcc {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.gcc_r {
    width: 75%;
    height: auto;
}
.gcc_r ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.gcc_r ul li {
    width: calc((100% - 12% ) / 3 );
    height: auto;
    margin: 20px;
    background-color: rgb(240, 240, 240);
}
.gcc_r li a {
    width: 100%;
    display: block;
}
.gcc_r a h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gcc_r a h3 img {
    width: 100%;
    display: block;
}
.gcc_r a ol {
    width: 94%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gcc_r a:hover ol {
    transition: all 0.5s ease;
    background-color: #1f56a8;
    color: #fff;
}
@media (max-width:1440px) {
    .gcc {
        width: 75%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .gcc_r {
        width: 75%;
        height: auto;
    }
    .gcc_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .gcc_r ul li {
        width: calc((100% - 15% ) / 3 );
        height: auto;
        margin: 20px;
        background-color: rgb(240, 240, 240);
    }
    .gcc_r li a {
        width: 100%;
        display: block;
    }
    .gcc_r a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .gcc_r a h3 img {
        width: 100%;
        display: block;
    }
    .gcc_r a ol {
        width: 94%;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .gcc_r a:hover ol {
        transition: all 0.5s ease;
        background-color: #1f56a8;
        color: #fff;
    }
}
@media (max-width:1024px) {
    .gcc {
        width: 98%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .gcc_r {
        width: 75%;
        height: auto;
    }
    .gcc_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .gcc_r ul li {
        width: calc((100% - 12% ) / 2 );
        height: auto;
        margin: 20px;
        background-color: rgb(240, 240, 240);
    }
    .gcc_r li a {
        width: 100%;
        display: block;
    }
    .gcc_r a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .gcc_r a h3 img {
        width: 100%;
        display: block;
    }
    .gcc_r a ol {
        width: 94%;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .gcc_r a:hover ol {
        transition: all 0.5s ease;
        background-color: #1f56a8;
        color: #fff;
    }
}
/* ------------------------------------------------------------荣誉资质内页 */
.rrz {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.rrz_r {
    width: 75%;
    height: auto;
}
.rrz_r ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.rrz_r ul li {
    width: calc((100% - 18% ) / 3 );
    height: auto;
    margin: 20px;
    background-color: rgb(240, 240, 240);
}
.rrz_r li a {
    width: 100%;
    display: block;
}
.rrz_r a h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.rrz_r a h3 img {
    width: 100%;
    display: block;
}
.rrz_r a ol {
    width: 94%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rrz_r a:hover ol {
    transition: all 0.5s ease;
    background-color: #1f56a8;
    color: #fff;
}
@media (max-width:1440px) {
    .rrz {
        width: 75%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .rrz_r {
        width: 75%;
        height: auto;
    }
    .rrz_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .rrz_r ul li {
        width: calc((100% - 15% ) / 3 );
        height: auto;
        margin: 20px;
        background-color: rgb(240, 240, 240);
    }
    .rrz_r li a {
        width: 100%;
        display: block;
    }
    .rrz_r a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .rrz_r a h3 img {
        width: 100%;
        display: block;
    }
    .rrz_r a ol {
        width: 94%;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .rrz_r a:hover ol {
        transition: all 0.5s ease;
        background-color: #1f56a8;
        color: #fff;
    }
}
@media (max-width:1024px) {
    .rrz {
        width: 98%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .rrz_r {
        width: 75%;
        height: auto;
    }
    .rrz_r ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .rrz_r ul li {
        width: calc((100% - 12% ) / 2 );
        height: auto;
        margin: 20px;
        background-color: rgb(240, 240, 240);
    }
    .rrz_r li a {
        width: 100%;
        display: block;
    }
    .rrz_r a h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .rrz_r a h3 img {
        width: 100%;
        display: block;
    }
    .rrz_r a ol {
        width: 94%;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .rrz_r a:hover ol {
        transition: all 0.5s ease;
        background-color: #1f56a8;
        color: #fff;
    }
}
/* ------------------------------------------------------------------新闻中心 */
.xww {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.xww_r {
    width: 75%;
    height: auto;
}
.xww_r ul {
    width: 100%;
    height: auto;
}
.xww_r ul li {
    width: 93%;
    height: auto;
    margin: 20px;
    border-bottom: 1px dashed rgb(209, 209, 209);
    padding: 20px;
}
.xww_r li a {
    width: 100%;
    display: block;
}
.xww_r dl {
    width: 100%;
    height: auto;
}
.xww_r dl p:nth-child(1) {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.xww_r dl p:nth-child(2) {
    font-size: 16px;
    line-height: 29px;
    color: rgb(117, 117, 117);
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xww_a {
    width: 100px;
    height: 40px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #999;
}
.xww_r li a:hover dl p:nth-child(1){
    color: #1f56a8;
}
.xww_r li a:hover .xww_a {
    transition: all 0.5s ease;
    border: 1px solid #1f56a8;
    background-color: #1f56a8;
    color: #fff;
}
@media (max-width:1024px) {
    .xww {
        width: 98%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .xww_r {
        width: 75%;
        height: auto;
    }
    .xww_r ul {
        width: 100%;
        height: auto;
    }
    .xww_r ul li {
        width: 93%;
        height: auto;
        margin: 20px;
        border-bottom: 1px dashed rgb(209, 209, 209);
        padding: 20px;
    }
    .xww_r li a {
        width: 100%;
        display: block;
    }
    .xww_r dl {
        width: 100%;
        height: auto;
    }
    .xww_r dl p:nth-child(1) {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    .xww_r dl p:nth-child(2) {
        font-size: 12px;
        color: rgb(117, 117, 117);
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xww_a {
        width: 100px;
        height: 40px;
        display: block;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #999;
    }
    .xww_r li a:hover dl p:nth-child(1){
        color: #1f56a8;
    }
    .xww_r li a:hover .xww_a {
        transition: all 0.5s ease;
        border: 1px solid #1f56a8;
        background-color: #1f56a8;
        color: #fff;
    }
}
/* ------------------------------------------------------------------联系我们 */
.lxx {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
.lxx_r {
    width: 75%;
    height: auto;
}
.lxx_r ul {
    width: 100%;
    height: auto;
    display: flex;
}
.lxx_r ul li {
    width: 48%;
    height: auto;
    padding: 20px;
}
.lxx_r li h2 {
    font-size: 2rem;
    font-weight: 600;
    -webkit-text-stroke: 1px #1d4f9b;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.lxx_r li dl {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    display: flex;
    position: relative;
}
.lxx_r li dl img {
    width: 5%;
    margin-top: -2px;
    position: absolute;
}
.lxx_r li dl p {
    font-size: 18px;
    color: #333;
    margin-left: 30px;
}
.lxx_r li span {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-left: 10px;
}
.lxx_r li img {
    width: 40%;
}
.ywhg {
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.ywhg img {
    width: 100%;
}
.ywhg h2 {
    font-size: 25px;
    color: #333;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}
@media (max-width:1440px) {
    .lxx {
        width: 75%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .lxx_r {
        width: 75%;
        height: auto;
    }
    .lxx_r ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .lxx_r ul li {
        width: 55%;
        height: auto;
        padding: 20px;
    }
    .lxx_r ul li:nth-child(2) {
        width: 40%;
    }
    .lxx_r li h2 {
        font-size: 2rem;
        font-weight: 600;
        -webkit-text-stroke: 1px #1d4f9b;
        color: #ffffff;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .lxx_r li dl {
        width: 100%;
        height: auto;
        padding: 10px 0px 10px 0px;
        display: flex;
    }
    .lxx_r li dl img {
        width: 7%;
        margin-top: -2px;
        
    }
    .lxx_r li dl p {
        font-size: 18px;
        color: #333;
        margin-left: 30px;
    }
    .lxx_r li span {
        display: block;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin-left: 10px;
    }
    .lxx_r li img {
        width: 55%;
    }
}
@media (max-width:1024px) {
    .lxx {
        width: 98%;
        height: auto;
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }
    .lxx_r {
        width: 70%;
        height: auto;
    }
    .lxx_r ul {
        width: 100%;
        height: auto;
        display: flex;
    }
    .lxx_r ul li {
        width: 74%;
        height: auto;
        padding: 20px;
    }
    .lxx_r ul li:nth-child(2) {
        width: 33%;
    }
    .lxx_r li h2 {
        font-size: 2rem;
        font-weight: 600;
        -webkit-text-stroke: 1px #1d4f9b;
        color: #ffffff;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .lxx_r li dl {
        width: 100%;
        height: auto;
        padding: 10px 0px 10px 0px;
        display: flex;
    }
    .lxx_r li dl img {
        width: 10%;
        margin-top: -10px;
        
    }
    .lxx_r li dl p {
        font-size: 18px;
        color: #333;
        margin-left: 44px;
    }
    .lxx_r li span {
        display: block;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin-left: 10px;
    }
    .lxx_r li img {
        width: 100%;
    }
}
/* ----------------------------------------------------------------新闻内容页 */
.xwwn {
    width: 75%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
@media (max-width:1024px){
    .xwwn {
        width: 98%;
        height: auto;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }
}
/* ----------------------------------------------------------------图片内容页 */
.picnn {
    width: 75%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
@media (max-width:1024px){
    .picnn {
        width: 98%;
        height: 1070px;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }
}
/* -------------------------------------------------------------------人才招聘 */
.jr {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.jr h2 span {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    margin-top: 12px;
    color: rgb(14, 95, 161);
}
.jr h2 {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    margin-top: 12px;
    margin-left: 15px;
    color: rgb(49, 49, 49);
    letter-spacing: 2px; 
    
}
.jr i {
    display: block;
    font-size: 18px;
    color: #333;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
.jr p {
    font-size: 4rem;
    font-weight: 600;
    color: #e4e4e494;
    position: absolute;
    top: 0;
    left: 37%;
    letter-spacing: 2px;
}
.rczp {
    width: 100%;
    height: auto;
}
.rczp_n {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #afafaf;
}
.rczp_n ol {
    width: 43%;
    margin: 0 auto;
    box-shadow: 13px 11px 0px 3px #3771c9c7;
    padding: 15px;
    border: 1px solid rgba(0, 96, 141, 0.61);;
    border-top: 3px solid #235eb6;
    border-top-left-radius: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rczp_n ol span {
    display: block;
    width: 20%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #ebbf42;
    text-align: center;
    font-weight: 600;
}
.rczp_n ol h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.rczp_n ol p:nth-child(3) {
    font-size: 18px;
    color: #333;
    line-height: 35px;
    font-weight: 600;
}
.rczp_n ol p {
    font-size: 18px;
    color: #333;
    line-height: 35px;
    
}
@media (max-width:1440px){
    .rczp {
        width: 97%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .jr {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
    }
    .jr h2 span {
        font-size: 2rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        color: rgb(14, 95, 161);
    }
    .jr h2 {
        font-size: 2.5rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        margin-left: 15px;
        color: rgb(49, 49, 49);
        letter-spacing: 2px; 
        
    }
    .jr i {
        display: block;
        font-size: 18px;
        color: #333;
        width: 70%;
        margin: 0 auto;
        padding-top: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .jr p {
        font-size: 4rem;
        font-weight: 600;
        color: #e4e4e494;
        position: absolute;
        top: 0;
        left: 37%;
        letter-spacing: 2px;
    }
    
    .rczp_n {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #afafaf;
    }
    .rczp_n ol {
        width: 43%;
        margin: 0 auto;
        box-shadow: 13px 11px 0px 3px #3771c9c7;
        padding: 15px;
        border: 1px solid rgba(0, 96, 141, 0.61);;
        border-top: 3px solid #235eb6;
        border-top-left-radius: 25px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .rczp_n ol span {
        display: block;
        width: 25%;
        padding: 10px;
        font-size: 18px;
        color: #fff;
        background-color: #ebbf42;
        text-align: center;
        font-weight: 600;
    }
    .rczp_n ol h3 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .rczp_n ol p:nth-child(3) {
        font-size: 18px;
        color: #333;
        line-height: 35px;
        font-weight: 600;
    }
    .rczp_n ol p {
        font-size: 18px;
        color: #333;
        line-height: 35px;
        
    }
}
@media (max-width:1024px){
    .rczp {
        width: 97%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .jr {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
    }
    .jr h2 span {
        font-size: 2rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        color: rgb(14, 95, 161);
    }
    .jr h2 {
        font-size: 2.5rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        margin-left: 15px;
        color: rgb(49, 49, 49);
        letter-spacing: 2px; 
        
    }
    .jr i {
        display: block;
        font-size: 18px;
        color: #333;
        width: 70%;
        margin: 0 auto;
        padding-top: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .jr p {
        font-size: 4rem;
        font-weight: 600;
        color: #e4e4e494;
        position: absolute;
        top: 0;
        left: 37%;
        letter-spacing: 2px;
    }
    
    .rczp_n {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #afafaf;
        flex-wrap: wrap;
    }
    .rczp_n ol {
        width: 80%;
        margin: 0 auto;
        box-shadow: 13px 11px 0px 3px #3771c9c7;
        padding: 15px;
        border: 1px solid rgba(0, 96, 141, 0.61);;
        border-top: 3px solid #235eb6;
        border-top-left-radius: 25px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-top: 20px;
    }
    .rczp_n ol span {
        display: block;
        width: 20%;
        padding: 10px;
        font-size: 18px;
        color: #fff;
        background-color: #ebbf42;
        text-align: center;
        font-weight: 600;
    }
    .rczp_n ol h3 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .rczp_n ol p:nth-child(3) {
        font-size: 18px;
        color: #333;
        line-height: 35px;
        font-weight: 600;
    }
    .rczp_n ol p {
        font-size: 18px;
        color: #333;
        line-height: 35px;
        
    }
}
/* -------------------------------------------------------------------金融合作 */
.hz {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.hz h2 span {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    margin-top: 12px;
    color: rgb(14, 95, 161);
}
.hz h2 {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    margin-top: 12px;
    margin-left: 15px;
    color: rgb(49, 49, 49);
    letter-spacing: 2px; 
    
}
.hz i {
    display: block;
    font-size: 18px;
    color: #333;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 30px;
}
.hz p {
    font-size: 4rem;
    font-weight: 600;
    color: #e4e4e494;
    position: absolute;
    top: 0;
    left: 20%;
    letter-spacing: 2px;
}
.jrhz {
    width: 100%;
    height: auto;
}
.jrhz ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.jrhz ul li {
    width: calc((100% - 28% ) / 3 );
    height: auto;
    margin: 20px;
    padding: 30px;
    background: linear-gradient(to right,#0661acc7,#079bdfc0);
    text-align: center;
    border-radius: 10px;
}
.jrhz li img {
    width: 20%;
    margin-bottom: 30px;
}
.jrhz li h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.jrhz li p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
@media (max-width:1440px) {
    .hz {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
    }
    .hz h2 span {
        font-size: 2rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        color: rgb(14, 95, 161);
    }
    .hz h2 {
        font-size: 2.5rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        margin-left: 15px;
        color: rgb(49, 49, 49);
        letter-spacing: 2px; 
        
    }
    .hz i {
        display: block;
        font-size: 18px;
        color: #333;
        width: 70%;
        margin: 0 auto;
        padding-top: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .hz p {
        font-size: 4rem;
        font-weight: 600;
        color: #e4e4e494;
        position: absolute;
        top: 0;
        left: 11%;
        letter-spacing: 2px;
    }
    .jrhz {
        width: 100%;
        height: auto;
    }
    .jrhz ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .jrhz ul li {
        width: calc((100% - 28% ) / 3 );
        height: auto;
        margin: 8px;
        padding: 30px;
        background: linear-gradient(to right,#0661acc7,#079bdfc0);
        text-align: center;
        border-radius: 10px;
    }
    .jrhz li img {
        width: 20%;
        margin-bottom: 30px;
    }
    .jrhz li h2 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jrhz li p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 32px;
    }
}
@media (max-width:1024px) {
    .hz {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: center;
    }
    .hz h2 span {
        font-size: 2rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        color: rgb(14, 95, 161);
    }
    .hz h2 {
        font-size: 2.5rem;
        font-weight: 600;
        position: relative;
        margin-top: 12px;
        margin-left: 15px;
        color: rgb(49, 49, 49);
        letter-spacing: 2px; 
        
    }
    .hz i {
        display: block;
        font-size: 18px;
        color: #333;
        width: 70%;
        margin: 0 auto;
        padding-top: 10px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .hz p {
        font-size: 3rem;
        font-weight: 600;
        color: #e4e4e494;
        position: absolute;
        top: 15;
        left: 15%;
        letter-spacing: 2px;
    }
    .jrhz {
        width: 100%;
        height: auto;
    }
    .jrhz ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .jrhz ul li {
        width: calc((100% - 28% ) / 3 );
        height: auto;
        margin: 8px;
        padding: 30px;
        background: linear-gradient(to right,#0661acc7,#079bdfc0);
        text-align: center;
        border-radius: 10px;
    }
    .jrhz li img {
        width: 23%;
        margin-bottom: 30px;
    }
    .jrhz li h2 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jrhz li p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 32px;
    }
}
.ly {
    width: 75%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
@media (max-width:1024px) {
.ly {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
}
.hzhb_r {
    width: 75%;
    height: auto;
}

.hzhb_r ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    
}
.hzhb_r ul li {
    width: calc((100% - 10% ) / 5 );
    height: auto;
    margin: 20px 10px 20px 10px;
}
@media (max-width:1024px) {
    .hzhb_r ul li {
        width: calc((100% - -11% ) / 5 );
    }
}

.hzhb_r li img {
    width: 100%;
}
.hzhb_r h2 {
    padding: 30px 0px;
    display: flex;
    justify-content: space-around;
}
.hzhb_r h2 a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.5s ease;
    border: 1px solid #1c6db3;
    display: block;
    padding: 15px 20px 15px 20px;
    background-color: #1c6db3;
}
.hzhb_r h2 a:hover {
    color: #1c6db3;
    background-color: #ffffff;
    transition: all 0.5s ease;
}




.dj {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.dj dl {
    width: 48%;
}
.dj dl img {
    width: 100%;
}
.dj_n {
    width: 95%;
    margin: 0 auto;
}
.dj_n p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.dj_n p span {
    font-weight: 600;
}
.djxw {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.djxw h2 {
    font-size: 25px;
    color: #333;
    font-weight: 600;
}




.dj_bt {
    width: 100%;
    height: auto;
    padding: 25px 0px;
}
.dj_bt ul {
    width: 100%;
    display: flex;
}
.dj_bt ul li {
    width: 18%;
    text-align: center;
    background-color: rgb(245, 245, 245);
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(201 201 201 / 29%);
    transition: all 0.5s ease; 
    margin:0px;
}
.dj_bt li a {
    display: block;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.dj_bt li:nth-child(1) {
    background-color: #3263ad;
}
.dj_bt li:nth-child(1) a {
    color: #fff;
}
.dj_bt li:hover {
    background-color: #3263ad;
    transition: all 0.5s ease;
}
.dj_bt li:hover a {
    color: #fff;
    transition: all 0.5s ease;
}


@media (max-width:1024px) {
.dj_bt ul {
    width: 97%;
    display: flex;
padding-left: 30px;
}
.dj_bt ul li {
    width: 23%;
    text-align: center;
    background-color: rgb(245, 245, 245);
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(201 201 201 / 29%);
    transition: all 0.5s ease; 
    margin:0px;
}
.dj_bt li a {
    display: block;
    font-size: 20px;
    color: #333;
    transition: all 0.5s ease;
}
}