.banner>img {
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    background: #f6f6f6;
}

.nav_con {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
}

.nav_con_left {
    /* width: 300px; */
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.active {
    color: #2369b3;
}

.nav_con_left img {
    margin-top: -5px;
}

.nav_list {
    /* width: 580px; */
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list li {
    margin-left: 20px;
}

.nav_list li a {
    font-size: 16px;
    color: #666666;
}

.nav_list .active {
    color: #2369b3;
}

.container {
    width: 100%;
}

.container_title {
    margin: 0 auto;
    width: 445px;
    height: 104px;
    margin-top: 50px;
}

.container_title img {
    width: 100%;
    height: 100%;
}

.con1 {
    width: 79%;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
}

.con1_left {
    width: 50% !important;
    height: 610px !important;
}

.con1_left img {
    width: 100%;
    height: 100%;
}

.hyhz_left {
    height: 390px !important;
}

.con1_right {
    background-color: #f8b51c;
    width: 50%;
    padding-left: 40px;
    padding-right: 60px;
}

.hlw {
    background-color: #2081a1;
}

.con1_right_top {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.line {
    width: 5px;
    height: 36px;
    background-color: #fff;
    margin-top: 4px;
}

.r_title {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 20px;
}

.r_con {
    width: 560px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    /* margin-left: 20px; */
}

.hyhz {
    background-color: #b28202;
}

.con2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.con2_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.list_2_b {
    display: flex;
    margin-top: 15px;
}

.con2_list img {
    width: 100%;
    height: 100%;
    transition: 0.6s linear 0s;
}

.over {
    overflow: hidden;
}

.over:hover img {
    transform: scale(1.2);
}

.list_1 {
    width: 378px;
    height: 470px;
    margin-right: 10px;
}

.list_2 {
    width: 514px;
    /* height: 227px; */
}

.list_2_img {
    width: 514px;
    height: 227px;
}

.list_2_b .b1 {
    width: 252px;
    height: 227px;
    margin-right: 10px;
}

.list_2_b .b2 {
    width: 252px;
    height: 227px;
}

.list_3 {
    width: 282px;
    margin-left: 10px;
    /* height: 227px; */
}

.list_3_img1 {
    margin-bottom: 15px;
    width: 282px;
    height: 227px;
}

.list_3_img2 {
    width: 282px;
    height: 227px;
}

.smkx {
    background-color: #5877ba;
}

.smkx_info {
    display: flex;
    line-height: 1.8;
    justify-content: space-between;
}

.smkx_info ul li {
    display: flex;
    align-items: center;
}

.smkx_info .dian {
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

.spkx_ewm {
    margin-right: 30px;
    text-align: center;
}

.spkx_ewm>p {
    margin-top: 7px;
}

.smkx_info_bottom {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.smkx_title {
    margin-top: 30px;
}

.smkx_con {
    margin-top: 15px;
    width: 560px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.hyhz_left {
    height: 390px !important;
}

.pxjy_left {
    height: 460px !important;
}

.hlw_left {
    height: 520px !important;
}