/* banner */

.banner-text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    /* height: 134px; */
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
    overflow: hidden;
}

.banner-content {
    display: flex;
    justify-content: space-between;
}
.banner-content a{
    cursor:pointer;
}
.banner-content a div {
    margin-top: 9px;
    /* padding: 12px 0 0 20px; */
    padding: 10px 0 0 16px;
    width: 275px;
    /* height: 134px; */
    height: 130px;
    box-sizing: border-box;
    background-color: #2d5eaa;
    /*cursor: default;*/
    transition: all .5s;
}

.banner-content a div:hover {
    transition: all .5s;
    transform: translateY(-9px);
}

.banner-content a:nth-child(2) div {
    background-color: #cd954b;
}

.banner-content a:nth-child(3) div {
    background-color: #5dc1bc;
}

.banner-content a:nth-child(4) div {
    background-color: #e60012;
}

.banner-content a div h1 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.banner-content a div p {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.banner-content a div p:nth-child(3) {
    margin: 0;
    font-size: 12px;
}

.banner-content a div pre {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
}
.banner-content a div pre:nth-child(3) {
    margin: 0;
    font-size: 12px;
}

/* news */

/* .news-box {
    padding: 22px 0;
    height: 160px;
    box-sizing: border-box;
} */

.news-box {
    padding: 14px 0;
    height: 15vh;
    box-sizing: border-box;
}

.news-left {
    float: left;
    width: 50%;
    border-left: 1px solid #cacaca;
    padding-left: 40px;
    box-sizing: border-box;
}

.news-left h1 {
    font-size: 22px;
    color: #014099;
    font-weight: 400;
}

.news-left h2 {
    font-size: 24px;
    font-weight: 400;
    color: #d3d3d3;
}

.news-left p {
    margin-top: 11px;
    width: 520px;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.4;
}

.news-right {
    float: left;
    width: 50%;
    height: 100%;
}

.news-right h1 {
    margin-bottom: 7px;
    /* margin-bottom: 10px; */
    font-size: 22px;
    color: #ca9946;
    font-weight: 400;
}

.news-right a {
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    width: 92%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right a:hover {
    transition: all .3s;
    color: #014099;
}
.news-right a span{
    color:#999;
}

/* project */

.project {
    height: 22vh;
    /* height: 302px; */
    background-color: #f9f9f9;
}

.project ul {
    width: 100%;
    height: 22vh;
    /* height: 302px; */
    overflow: hidden;
}

.project ul li {
    float: left;
    width: 189px;
    height: 22vh;
    /* height: 302px; */
    background-color: #2d5eaa;
    cursor: pointer;
}

.project ul li:nth-child(2) {
    background-color: #cd954b;
}

.project ul li:nth-child(3) {
    background-color: #5dc1bc;
}

.project ul li:nth-child(4) {
    background-color: #e60012;
}

.project ul .current {
    width: 563px;
    /* height: 302px; */
    height: 22vh;
}

.project ul li .small {
    width: 189px;
    height: 22vh;
    /* height: 302px; */
    padding: 22px;
    /* padding: 28px; */
    box-sizing: border-box;
}

.project ul li .small h1 {
    margin-bottom: 14px;
    font-size: 26px;
    color: #fff;
}

.project ul li .small span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.project ul li .small pre {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
}

.project ul li .small p {
    margin-top: 3vh;
    /* margin-top: 80px; */
    font-size: 16px;
    color: #fff;
}

.project ul li .big {
    width: 563px;
    height: 100%;
    padding: 22px;
    /* padding: 28px; */
    overflow: hidden;
    box-sizing: border-box;
    /*background: url(../images/bg1.jpg) no-repeat;*/
}

/*.project ul li:nth-child(2) .big {
    background: url(../images/bg2.jpg) no-repeat;
}

.project ul li:nth-child(3) .big {
    background: url(../images/bg3.jpg) no-repeat;
}

.project ul li:nth-child(4) .big {
    background: url(../images/bg4.jpg) no-repeat;
}*/

.project ul li .big h1 {
    margin-bottom: 14px;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.project ul li .big span {
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
.project ul li .big pre {
    text-shadow: 1px 1px 1px #000;
    margin-top: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
}

.project ul li .big p {
    margin-top: 3vh;
    /* margin-top: 80px; */
    font-size: 16px;
    color: #fff;
}

.project li.current .big {
    display: block;
}

.project li.current .small {
    display: none;
}

.footer {
    height: 4vh;
    /* height: 127px; */
}

.footer-left, .footer-right {
    float: left;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* flex-direction: column; */
    /* width: 50%; */
    height: 100%;
}

.footer-right {
    float: right;
    text-align: right;
}

.footer-left h2 {
    font-size: 12px;
    color: #93988d;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 8px;
}

/* .footer-right li {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #eee;
    float: left;
} */

.footer-right li a {
    font-size: 12px;
    color: #014099;
}

.swiper-container2 .swiper-slide>img {
    width: 100%;
    border: 0;
    vertical-align: middle;
    display: inline-block;
    flex-shrink: 0;
}

.sw2hoverbox1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: rgba(230, 0, 18, 0.78); */
    padding: 0.54rem 0.35rem 0.36rem 0.3rem;
    box-sizing: border-box;
    transition: 0.5s;
    /* opacity: 0; */
    color: #fff;
    line-height: 1.4 !important;
}

.hovericon {
    display: block;
    width: 0.6rem;
}

.hovertitle {
    font-size: 0.18rem;
    color: #fff;
    line-height: 3;
}

.hovertext {
    font-size: 0.14rem;
    color: #fff;
    opacity: 0.8;
}

.hoverjt {
    display: block;
    width: 0.3rem;
    margin-top: 0.2rem;
}

.rightbtn2 {
    /* width: 0.08rem;
    height: 0.14rem; */
    /* background: url(/images/rightbtn2.png) no-repeat;
    background-size: cover; */
    top: 0;
    left: auto;
    right: 0rem;
    margin-top: -0.82rem;
    color: #333;
}

.leftbtn2 {
    /* width: 0.08rem;
    height: 0.14rem; */
    /* background: url(/images/leftbtn2.png) no-repeat;
    background-size: cover; */
    top: 0;
    left: auto;
    right: 0.38rem;
    margin-top: -0.82rem;
    color: #333;
}

/* .shuxian {
    height: 0.14rem;
    width: 0.01rem;
    background: #bcbcbc;
    position: absolute;
    top: 0;
    right: 0.22rem;
    margin-top: -0.22rem;
} */

@media screen and (max-width:1200px) {
    .banner-content a div {
        margin-top: 9px;
        /* padding: 12px 0 0 20px; */
        padding: 10px 0 0 16px;
        width: 2.25rem;
        /* height: 134px; */
        height: 130px;
        box-sizing: border-box;
        background-color: #2d5eaa;
        cursor: default;
        transition: all .5s;
    }
    .news-left {
        float: left;
        width: 50%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .news-left p {
        margin-top: 11px;
        width: 100%;
        font-size: 0.14rem;
        text-align: justify;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .news-right a {
        font-size: 0.14rem;
        line-height: 1.6;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-right a span{
        color:#999;
    }
    .project ul li {
        float: left;
        width: 155px;
        height: 22vh;
        /* height: 302px; */
        background-color: #2d5eaa;
        cursor: pointer;
    }
    .project ul .current {
        width: 465px;
        /* height: 302px; */
        height: 22vh;
    }
    .project ul li .small {
        width: 155px;
        height: 22vh;
        /* height: 302px; */
        padding: 22px;
        /* padding: 28px; */
        box-sizing: border-box;
    }
    .project ul li .small h1 {
        margin-bottom: 14px;
        font-size: 26px;
        color: #fff;
    }
    .project ul li .small span {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }
    .project ul li .small p {
        margin-top: 3vh;
        /* margin-top: 80px; */
        font-size: 16px;
        color: #fff;
    }
    .project ul li .big {
        width: 465px;
        padding: 22px;
    }
    .project ul li .big h1 {
        margin-bottom: 14px;
        font-size: 26px;
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }
    .project ul li .big span {
        margin-top: 14px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #000;
    }
    .project ul li .big p {
        margin-top: 3vh;
        /* margin-top: 80px; */
        font-size: 16px;
        color: #fff;
    }
}

@media (max-width:860px) {
    /* banner */
    .banner-text-box {
        height: 1.8rem;
        /* position: relative;
        background: none; */
    }
    .banner-content a div {
        margin-top: 9px;
        /* padding: 12px 0 0 20px; */
        padding: 0;
        width: 1.75rem;
        /* height: 134px; */
        height: 1.75rem;
        box-sizing: border-box;
        background-color: #2d5eaa;
        cursor: default;
        transition: all .5s;
    }
    .banner-content a div:hover {
        transition: all .5s;
        transform: translateY(-9px);
    }
    .banner-content a div h1 {
        font-size: 0.34rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.75rem;
    }
    .banner-content a div p {
        display: none;
    }
    .banner-content a div pre {
        display: none;
    }
    /* 新闻 */
    .news-box {
        padding: 14px 0;
        height: auto;
        box-sizing: border-box;
    }
    .news-left {
        float: none;
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        margin-top: 0.35rem;
        border-left: none;
    }
    .news-left h1 {
        font-size: 18px;
        color: #014099;
        font-weight: 400;
    }
    .news-left h2 {
        font-size: 24px;
        font-weight: 400;
        color: #d3d3d3;
    }
    .news-left p {
        margin-top: 11px;
        width: 98%;
        font-size: 14px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .news-right {
        float: none;
        width: 100%;
        height: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .news-right h1 {
        margin-bottom: 7px;
        /* margin-bottom: 10px; */
        font-size: 18px;
        color: #ca9946;
        font-weight: 400;
    }
    .news-right a {
        font-size: 14px;
        line-height: 1.8;
        cursor: pointer;
        width: 98%;
        display: block;
    }
    .news-right a:hover {
        transition: all .3s;
        color: #014099;
    }
    .news-right a span{
        color:#999;
    }
    /* 手风琴转轮播 */
    .rexiaorightbox {
        display: block;
        width: 94%;
        height: 100%;
        margin: 0.5rem auto 0;
        position: relative;
    }
    .sw2hoverbox {
        padding: 0.2rem 0.1rem;
    }
    .hovericon {
        /* display: none; */
        width: 0.3rem;
    }
    .hovertitle {
        font-size: 0.16rem;
    }
    .swiper_images_bg {
        background: url(../images/bg1.jpg) no-repeat ;
        background-size:cover;
    }
    .swiper_images_bg:nth-child(2) {
        background: url(../images/bg2.jpg) no-repeat ;
        background-size:cover;
    }
    .project {
        /* height: 22vh; */
        height: 190px;
        background-color: #f9f9f9;
    }
    .sw2hoverbox1 h1 {
        line-height: 3.2;
        text-shadow: 2px 2px 2px #000;
    }
    .sw2hoverbox1 span {
        text-shadow: 2px 2px 2px #000;
    }
    .sw2hoverbox1 pre {
        text-shadow: 2px 2px 2px #000;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase;
        font-family: sans-serif;
    }
    .sw2hoverbox1 p {
        text-shadow: 2px 2px 2px #000;
    }
}