* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.header {
    height: 77px;
    padding: 20px 0;
    background: #0276DD;
}

.header .hcont {
    width: 1500px;
    height: 77px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.hcont1,
.hcont2 {
    display: flex;
}

.hcont1 a {
    margin: 8px 20px 0 0;
}

.hcont1 a img {
    width: 298px;
    height: 59px;
}

.hcont1 p {
    border-left: 2px solid #8EC2EF;
    margin: 15px 0;
    color: #fff;
    padding: 0 20px;
    width: 100%;
}

.hcont1 p span:first-child {
    display: block;
    font-size: 24px;
    margin-top: -5px;
    letter-spacing: 9px;
}


.hcont1 p span:last-child {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.hcont2 {
    margin: 19px 0;
}

.hcont2 a {
    margin-left: 10px;
}

.hcont2 a:last-child {
    margin-top: 12px;
    color: #fff;
    font-size: 15px;
}

.hcont2 ul {
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.hcont2 ul li {
    width: 41px;
    height: 40px;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    position: relative;
}

.hcont2 ul li .xmt_icon {
    width: 41px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.hcont2 ul li .xmt_icon.wx {
    background: url('../csimg/img/3.png') no-repeat;
}

.hcont2 ul li .xmt_icon.wx:hover {
    background: url('../image/icon31.png') no-repeat;
    background-size: 41px 40px;
}

.hcont2 ul li .ewm {
    display: none;
}

.hcont2 ul li .ewm {
    width: 150px;
    height: 160px;
    position: absolute;
    background: url(../image/2.png) no-repeat;
    box-sizing: border-box;
    padding: 10px 9px;
    top: 60px;
    left: -52px;
    z-index: 2;
}

.hcont2 ul li .ewm img {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

.hcont2 ul li:last-child {
    width: 70px;
    line-height: 40px;
}

.main {
    width: 100%;
    height: auto;
    background: url('../csimg/img/gj.png');
    background-repeat: no-repeat;
}

.main .title {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}

.main .title p:first-child {
    font-size: 24px;
    letter-spacing: 8px;
}

.main .title p:last-child {
    font-size: 13px;
}

.main .content {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content .cleft {
    width: 60px;
    padding-top: 20px;
}

.content .cright {
    width: 1390px;
}

.r2022,
.r2021,
.r2020,
.r2019 {
    display: none;
}

.content .cright .timg {
    width: 126px;
    height: 34px;
    background: url('../csimg/img/2023.png') 100% 100% no-repeat;
}

.content .cright .timgdate {
    color: #0276DD;
    font-size: 21px;
    margin-bottom: 10px;
}

.content .cleft a {
    color: #808080;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    display: block;
    width: 59px;
    height: 57px;
    background: url('../csimg/img/tu2.png') 100% 100% no-repeat;
}

.content .cleft .active {
    color: #fff;
    background: url('../csimg/img/tu1.png') 100% 100% no-repeat;
}

.content .cleft img {
    margin: 10px 20px;
}

.cright .crmain {
    overflow: hidden;
}

.crmain .item {
    float: left;
    width: 450px;
    height: 310px;
    margin: 0 20px 30px 0;
    cursor: pointer;
}

.crmain .item:nth-child(4n) {
    margin-right: 0;
}

.crmain .item .bimg {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.crmain .item .bimg img {
    width: 100%;
    height: 100%;
}

.crmain .item .itemtitle {
    color: #4D4D4D;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 0;
}

.crmain .item .time {
    color: #4D4D4D;
    font-size: 14px;
}

.crmain .item .time img {
    margin-right: 10px;
    vertical-align: middle;
}

.footer {
    padding-top: 30px;
    height: 180px;
    background: #0276DD;
}

.footer .fcontbox {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.footer .fcontbox .ewm {
    position: absolute;
    right: 0;
    top: -200px;
}

.footer .fcontbox .ewm .timg {
    width: 216px;
    height: 216px;
}

.footer .fcontbox .ewm p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer .fcont .fcone {
    display: flex;
    margin-bottom: 20px;
}

.footer .fcont .fcone img {
    margin-right: 30px;
}

.fcont .fcone p span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.fcont .fcone p span:last-child {
    margin-top: 8px;
}

.fcont .fctwo {
    text-align: right;
}

.fcont .fcthree {
    width: 1100px;
    height: 1px;
    background: #8DC9FF;
}

.fcont .fcfour {
    display: flex;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
}

.fcont .fcfour p {
    margin-right: 30px;
}

.fcont .fcfour .ftimg img {
    margin-right: 5px;
    vertical-align: middle;
}

.footer {
    margin-top: 180px;
}

.bigBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0.1%;
    z-index: 1;
    display: none;
}

.bigBox .bigImg {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 80%;
    max-height: 80%;
}

.bigBox p {
    width: 80px;
    height: 80px;
    position: absolute;
    background: url('../csimg/img/close.png');
    right: 2%;
    top: 4%;
    cursor: pointer;
}

@media only screen and (max-width: 1550px) {
    .header .hcont {
        width: 1200px;
    }

    .main .content {
        width: 1200px;
    }

    .content .cright {
        width: 1100px;
    }

    .crmain .item {
        width: 350px;
        height: 210px;
    }

    .crmain .item .bimg {
        height: 160px;
    }

    .footer .fcontbox {
        width: 1200px;
    }

    .fcont .fcthree {
        width: 850px;
    }
}

@media only screen and (max-width: 1250px) {
    .header .hcont {
        width: 1000px;
    }

    .main .content {
        width: 1000px;
    }

    .content .cright {
        width: 900px;
    }

    .crmain .item {
        width: 285px;
        height: 210px;
    }

    .crmain .item .bimg {
        height: 160px;
    }

    .footer .fcontbox {
        width: 1000px;
    }

    .fcont .fcthree {
        width: 700px;
    }
}

@media only screen and (max-width:980px) {
    .header {
        height: 90px;
        padding: 10px 0;
    }

    .header .hcont {
        width: 95%;
        display: block;
    }

    .hcont1 a {
        margin-right: 0;
    }

    .hcont1 img {
        margin: 8px 5px 0 0;
    }

    .hcont1 p {
        margin: 25px 0 15px;
        padding: 0 5px;
    }

    .hcont1 p span:first-child {
        font-size: 12px;
        letter-spacing: 3px;
        margin-top: 0;
    }

    .hcont1 p span:last-child {
        font-size: 10px;
        margin-top: 0;
    }

    .hcont2 {
        margin: 0;
        float: right;
        display: none;
    }

    /* .hcont2 ul {
        width: 100%;
        align-items: normal;
        justify-content: normal;
    }

    .hcont2 ul li:last-child {
        width: 80px;
    }

    .hcont2 a:last-child {
        margin-left: 10px;
    } */

    .main .title {
        width: 95%;
        padding: 15px 0;
    }

    .main .content {
        width: 95%;
    }

    .content .cright {
        width: 80%;
    }

    .crmain .item {
        width: 100%;
        height: 220px;
        margin: 0 0 10px;
    }

    .crmain .item .bimg {
        height: 160px;
    }

    .crmain .item .itemtitle {
        font-size: 14px;
    }

    .crmain .item .time {
        font-size: 12px;
    }

    .crmain .item .time img {
        margin-right: 5px;
    }

    .bigBox p {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .footer {
        padding: 80px 0 10px;
        height: 315px;
        margin-top: 160px;
    }

    .footer .fcontbox .ewm {
        top: -250px;
    }

    .footer .fcontbox .ewm p {
        font-size: 12px;
    }

    .footer .fcontbox {
        width: 95%;
    }

    .footer .fcont .fcone {
        display: block;
    }

    .fcont .fctwo {
        text-align: left;
    }

    .fcont .fcone p span {
        font-size: 12px;
    }

    .footer .fcont .fcone img {
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .fcont .fcthree {
        width: 60%;
    }

    .fcont .fcfour {
        display: block;
        line-height: 20px;
        font-size: 12px;
    }
}