.banner>img {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    overflow-y: hidden;
}

.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-right: 40px;
}

.nav_list .li_end {
    margin-right: 0;
}

.nav_list li a {
    font-size: 16px;
    color: #666666;
}

.nav_list .active {
    color: #2369b3;
}

.development3 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.development4 {
    width: 430px;
    /* height: 82px; */
    margin: 0 auto;
}


/* .development4 img {

} */

.development5 {
    width: 1200px;
    /* height: 500px; */
    margin-top: 58px;
    display: flex;
}

.development6 {
    width: 416px;
    background-color: #e6edf7;
}

.development6 p {
    margin-left: 250px;
}

.development6 span {
    color: #2369b3;
    font-size: 30px;
    font-weight: bold;
    font-family: "DINCond-Medium";
    margin-right: 20px;
}

.development6 .blue {
    font-size: 20px;
    color: #FFF;
    padding: 10px 0px;
    background-color: #2369b3;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
}

.development6 .d8e0ee {
    font-size: 14px;
    color: #696868;
    background-color: #d8e0ee;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
}

.development6 p:nth-child(1) {
    margin-top: 65px;
}

.development6 p:nth-child(2) {
    margin-top: 35px;
    margin-left: 210px;
}

.development6 p:nth-child(3) {
    margin-top: 5px;
    margin-left: 230px;
}

.development6 p:nth-child(4) {
    margin-top: 5px;
    margin-left: 205px;
}

.development6 p:nth-child(5) {
    margin-top: 65px;
    margin-left: 230px;
}

.development6 p:nth-child(6) {
    margin-top: 35px;
    margin-left: 220px;
}

.development6 p:nth-child(7) {
    margin-top: 5px;
    margin-left: 200px;
}

.development6 p:nth-child(8) {
    margin-top: 65px;
    margin-left: 210px;
}

.development6 p:nth-child(9) {
    margin-top: 35px;
    margin-left: 245px;
}

.development6 p:nth-child(10) {
    margin-top: 5px;
    margin-left: 245px;
}

.development6 p:nth-child(11) {
    margin-top: 5px;
    margin-left: 220px;
}
.development6 p:nth-child(12) {
    margin-top: 5px;
    margin-left: 220px;
}
.development6 p:nth-child(13) {
    margin-top: 5px;
    margin-left: 216px;
}
.development6 p:nth-child(14) {
    margin-top: 5px;
    margin-left: 210px;
}
.development6 p:nth-child(15) {
    margin-top: 5px;
    margin-left: 240px;
}
.development6 p:nth-child(16) {
    margin-top: 65px;
    margin-left: 240px;
}
.development6 p:nth-child(17) {
    margin-top: 35px;
    margin-left: 205px;
}

.cont_right {
    width: 781px;
}

.cont_right_1 {
    width: 100%;
    background-color: #dfe5f1;
    font-size: 16px;
    color: #333333;
    padding: 20px;
    line-height: 37px;
}

.cont_right_1>span {
    font-size: 16px;
    font-weight: bold;
    color: #2369b3;
}

.cont_right_2 {
    background-color: #e9ebe3;
    display: flex;
    padding: 30px 20px;
}

.cont_right_2_title {
    font-size: 21px;
    font-weight: bold;
    color: #1d6148;
    text-align: center;
}

.cont_right_2_info {
    margin-left: 20px;
    width: 343px;
}

.cont_right_2_text {
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont_right_2_img {
    width: 376px;
    height: 227px;
    overflow: hidden;
}

.cont_right_2_img>img {
    width: 100%;
    transition: 0.6s linear 0s;
}

.cont_right_2_img:hover img {
    transform: scale(1.2);
}

.zhan {
    /* text-align: right; */
    width: 20px;
    /* border: 1px solid; */
    margin-left: 325px;
}

.cont_right_3 {
    background-color: #dce5eb;
}

.cont_right_3_title {
    color: #1394df;
}

.cont_right_3_info {
    margin-right: 20px;
    margin-left: 0;
}

.cont_right_4 {
    background-color: #f6f0e6;
}

.cont_right_4_title {
    color: #f59421;
}

.cont_right_5_title {
    color: #d20001;
}

.cont_right_6_title {
    color: #004299;
}