    footer {
        width: 100%;
        background-color: #164299;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 20px 50%;
        position: relative;
        bottom: 0;
        margin-top: 0;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
    }

    .footmain {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footmain p {
        font-size: 12px;
        line-height: 23px;
        text-align: center;
        color: #fff;
    }

    .footmain p a {
        color: #fff
    }

    .footicon {
        width: 200px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -35px;
    }

    .footinone {
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 1.8em;
        color: #fff;
    }

    .footinone {
        display: none;
    }

    .footimg {
        width: 100%;
        height: 580px;
        background: url(footbg.html);
        position: relative;
        top: -122px;
    }

    .foot_bg {
        position: absolute;
        width: 100%;
        height: 161px;
        top: 1900px;
        background: url(footer_bg.html);
        background-size: 220%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .fhsy {
        padding: 8px 18px;
        color: #fff;
        position: absolute;
        top: 10px!important;
        left: 10px!important;
        background-color: rgba(220, 240, 253, 0.5);
        color: #fff;
        display: block;
        border-radius: 5px;
    }

    .box {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    /* header start*/

    .header {
        width: 100%;
        height: 300px;
        background-image: url(../images/header.png);
        background-size: cover;
        background-position: bottom right;
    }

    .topbar {
        width: 90%;
        height: 54px;
        margin: 0 auto;
    }

    .topbar a {
        color: rgb(70, 120, 195);
        font-weight: 400;
        font-size: 10px;
        line-height: 52px;
    }

    .topbar img {
        width: 50px;
    }

    .header_logo {
        width: 60%;
        height: 70px;
        background-image: url(../images/LOGO.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        margin-top: 0px;
    }

    .header_search {
        width: 90%;
        height: 40px;
        background: #FFFFFF;
        opacity: 0.9;
        border-radius: 5px;
        margin: 0 auto;
        margin-top: 0px;
    }

    #qForm {
        display: flex;
        justify-content: space-between;
    }

    .searchbox {
        width: 100%;
        /* margin-top: 10px; */
    }

    .sertext {
        width: 70%;
        height: 40px;
        line-height: 57px;
        padding-left: 10px;
        background-color: rgba(255, 255, 255, 0);
        outline: none;
        font-size: 19px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #9E9A9A;
    }

    .serbtn {
        width: 25%;
        height: 40px;
        background-color: #1e5ab3;
        border: 0px;
        cursor: pointer;
        outline: none;
        border-radius: 0 5px 5px 0;
        font-size: 21px;
        font-weight: 400;
        color: #FFFFFF;
        position: relative;
        left: 5px;
    }

    .header_function {
        width: 90%;
        height: 57px;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }

    .header_function a {
        width: 36px;
        height: 64px;
        display: inline-block;
        text-align: center;
    }

    .header_function img {
        width: 30px;
        height: 30px;
    }

    .header_function span {
        font-size: 12px;
        font-weight: bold;
        color: rgb(38, 89, 167);
        text-align: center;
    }

    .topnav {
        width: 100%;
        height: auto;
        margin-top: 0px;
        position: relative;
        z-index: 666;
    }

    .navbg {
        width: 100%;
        height: 40px;
        background-image: url(../images/navbg.png);
        background-repeat: no-repeat;
        /* background-size: cover;
        background-position: left; */
        background-size: 125% 110%;
        background-position: center;
    }

    .header_nav {
        width: 100%;
        height: 20px;
        margin: 0 auto;
        position: relative;
        bottom: 30px;
        display: flex;
        justify-content: space-around;
    }

    .header_nav a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .border {
        height: 26px;
        border-bottom: 3px solid #68B7E3;
    }

    .menu {
        display: none;
    }

    .menu-btn {
        position: relative;
        right: 10px;
        display: inline-block;
        width: 22px;
        height: 22px;
        top: 0px;
        background-image: url(../images/icon-sanheng.png);
        background-size: cover;
        cursor: pointer;
    }

    .menu-list {
        position: absolute;
        right: -20px;
        top: 30px;
        width: 90px;
        z-index: 1;
        height: 160px;
        background: #ffffff;
    }

    .menu-list a {
        color: #000000;
        margin: 10px;
        display: block;
        font-size: 15px;
        text-align: center;
    }
    /* header end */

.out-box {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%!important;
}

    .item_l a {
        width: 100%;
        height: 240px;
    }

    .item_text {
        width: 100%;
    }

    .item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .item_title p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .kuai5 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .list-data {
        width: 80px;
    }

    .iteam5 li {
        width: 100%;
    }

    .li_l {
        display: none;
    }

    .li_r {
        width: 100%;
    }

    .it2 {
        display: flex;
        justify-content: space-around;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .it2 li {
        width: 170px;
        height: 250px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 2px solid #E3EFFF;
        margin-bottom: 10px;
    }

    .list-data {
        display: none;
    }

    .list-text {
        width: 100%;
        height: 40px;
        margin-left: 0 !important;
    }

    .list-text .list-title {
        float: left;
        margin-left: 0;
        width: 100% !important;
    }

    .border-style2 {
        height: 100%;
        /* border: 1px solid #D0DBF2; */
        padding: 0px;
        box-sizing: border-box;
        border-radius: 5px;
    }
.box_l {
    display: none;
    width: 200px;
    height: 500px;
}
.box_r {
    width: 100%;
    height: 1200px;    padding: 0;
}
.iteam1_2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.it12 .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.it12 .swiper-slide {
    height: auto;
}
.it12 .swiper-slide a {
    display: block;
    width: 100%;
    height: 220px;
}
.kxjj {
    width: 100%;
    height: 340px;
    text-align: left;
    background-color: #F8F8F8;
}
.it3 span {
    display: none;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 24px;
    position: relative;
    bottom: 6px;
}
.box_r {
    width: 100%;
    height: auto;
}
.iteam1_4 {
    width: 100%;
    height: 370px;
    background-image: url(hy.png);
    background-position: bottom;
    /* background-size: cover; */
    text-align: left;
    /* background-position: center; */
}

.kxjj .title {
    font-size: 16px;
    font-weight: 600;
    color: #AC0D00;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.kxjj .content a {
    color: #222;
}
.kxjj .content {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kxjj li a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}
.iteam1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.iteam1_4>div {
    width: 90%!important;
    margin: 0 auto!important;
    line-height: 30px!important;
    margin-top: 30px!important;
    color: #fff!important;
}
.dian {
    bottom: 2px;
}
.it3 a {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 24px;
    display: inline-block;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.quan {
    bottom: 4px;
}
.iteam1_3 {
    width: 100%;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.iteam1_4 a{
    font-size: 16px;
    font-weight: 400;
}
.it3 {
    width: 100%;
}
.it3 a {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.kxjj .content {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .ellipsis-5 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
    }