.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%; */
    width: 79%;
    margin: 0 auto;
}

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

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

.con1 {
    /* height: 632px; */
    background-color: #f6f9ff;
    margin-top: 30px;
    padding-bottom: 50px;
}

.con1_top {
    width: 1200px;
    margin: 0px auto;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.con1_top span {
    color: #00a7b0;
    font-weight: bold;
}

.con1_con {
    width: 100%;
    display: flex;
}

.con1_left_title {
    width: 87%;
    /* width: 653px; */
    height: 70px;
    line-height: 70px;
    background-color: #00a7b0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1_left_title>p {
    font-weight: bold;
    font-size: 27px;
    color: #ffffff;
}

.con1_left_title>span {
    font-size: 15px;
    /* font-weight: bold; */
    color: #ffffff;
    margin-left: 15px;
    margin-top: 6px;
}

.con1_left_title2 {
    width: 43.5%;
}

.con1_left_info {
    width: 84%;
    /* height: 250px; */
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 3%;
    margin-top: 5px;
}


/* @media (min-width: 1050px) and (max-width: 1680px) {
    .con1_left_title span {
        margin-right: 19%;
    }
} */

.con1_left_info {
    /*overflow: hidden;*/
    overflow-y: scroll;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.con1_con_right {
    display: flex;
    align-items: flex-end;
    width: 50%;
}

.lianjie {
    display: flex;
    margin-left: 18%;
    margin-top: 40px;
    margin-left: 1.5%;
}

.zhishi {
    width: 16px;
    height: 19px;
    margin-right: 10px;
}

.zhishi>img {
    width: 100%;
}

.con1_con_left {
    width: 50%;
}

.con1_con_right_img {
    width: 65% !important;
    height: 372px;
}

.link {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

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

.con1_con_right_r {
    background-color: #00a7b0;
    text-align: center;
    /* padding: 0 40px; */
    width: 35%;
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .con1_icon {

    margin-top: 30px;

} */

.p1 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.p2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

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

.con2_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.con2_list ul li {
    width: 240px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: solid 1px #b5b5b5;
    margin-top: 10px;
    cursor: pointer;
}

.list_con {
    font-size: 16px;
    color: #000000;
}


/*.con2_list ul li:hover .list_con {

    color: #fff;

}*/

.list_con>span {
    margin-left: 5px;
}


/*.con2_list li:hover {

    background-color: #00a7b0;

}

*/

.con3_left {
    width: 50%;
    background-color: #f4f4f4;
    padding-left: 1.5%;
    /* padding-right: 100px; */
    height: 507px;
    line-height: 36px;
}

.con3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
    margin-bottom: 100px;
    width: 100%;
}

.con3_right {
    width: 50% !important;
    /* width: 40% !important; */
    height: 600px !important;
    /* margin-right: 10%; */
}

.con3_left_title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
}

.con3_left_info {
    width: 95%;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.con3_right img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.c_line {
    width: 47px;
    border: solid 2px#00a7b0;
    margin-left: 2px;
    margin-top: 10px;
}

.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;
}

.con6 {
    margin-top: 50px;
}

.con6_title {
    background: url(../images/xfdc.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 629px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.con6_top {
    display: flex;
    justify-content: space-between;
}

.con6_title span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 135px;
}

.con6_title span {
    margin-right: 275px
}

.p1 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.p2 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.con6_left {
    width: 50%;
    background-color: #f4f4f4;
    padding-left: 165px;
    padding-right: 20px;
    height: 554px;
    /* flex: 1; */
}

.con6 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    position: relative;
}


/* .con3_right{

    width: 600px;

} */

.con6_left_title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 40px;
    text-align: left;
}

.con6_left_title>span {
    font-family: "DINCond-Medium";
    font-size: 48px;
    color: #a32625;
    margin-left: 50px;
}

.con6_left_info {
    /* width: 564px; */
    width: 100%;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    line-height: 36px;
    text-align: left;
}

.con6_right {
    width: 50%;
    height: 630px;
}

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

.c_line {
    width: 47px;
    height: 4px;
    background-color: #206ab5;
    margin-left: 2px;
    margin-top: 10px;
}

.xfdc_zuo {
    position: absolute;
    top: 273px;
    left: 58px;
}

.xfdc_you {
    position: absolute;
    top: 273px;
    right: 210px;
}

@media (min-width: 1050px) and (max-width: 1680px) {
    .con1_left_title {
        height: 47px;
    }
}