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

.con_title {
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #0A5F9E;
    margin-top: 36px;
}

.con1 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    justify-content: space-between;
}

.con_left {
    position: relative;
    width: 761px;
}

.functionBtn ul {
    position: relative;
}

.search_input {
    display: none;
    position: absolute;
    right: 277px;
    top: 22px;
}

.search_input img {
    position: absolute;
    top: 8px;
    right: 13px;
    z-index: 1000;
    cursor: pointer;
}

.search_input input {
    border: none;
    border-radius: 5px;
    height: 32px;
    width: 180px;
    padding-left: 15px;
    line-height: 25px
}

/* .search_input {
    position: absolute;
    left: 100px;
} */

.con_left .swiper-slide a div {
    position: absolute;
    display: inline-block;
    width: 761px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(20, 13, 8, .6);
    z-index: 2;
    bottom: 4px;
    /* color: #fff; */
    left: 0;
    font-size: 16px;
    color: #F6F6F6;
}

.con_left .swiper-slide a div span {
    margin-left: 18px;
}

.con_left .swiper-pagination {
    bottom: 20px;
    right: 27px;
}

.con_left .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 7px;
    opacity: 1;
}

.con_left .swiper-pagination-bullet-active {
    width: 19px;
    height: 9px;
    background: #ca1515;
    border-radius: 5px;
}

.con1_right {
    flex: 1;
    /* background: linear-gradient(#f1f7fe 10%, #fff); */
    background: #fff;
    /* padding: 0 10px 0 19px; */
}


.con1_r_c_t {
    position: relative;
    display: flex;
    align-items: center;
    height: 66px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px 0 19px;
}

.con1_switch {
    /* margin: 0 10px 0 19px; */

    background: linear-gradient(#f0f7fe, #f8fbfe);
    border-top: 2px solid #fff;
    box-sizing: border-box;
}

.con1_r_c_t div {
    position: relative;
    top: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
    width: 125px;
    height: 36px;
    text-align: center;
}

.con1_r_c_t div:nth-child(1) {
    margin-left: 42px;
}

.con1_r_c_t div span {
    position: relative;
    top: -15px;
}

.active {
    font-weight: bold !important;
    border-bottom: 4px solid #0e4c95;
    box-sizing: border-box;
}

.con1_b {
    width: 2px;
    height: 15px;
    background: #dcdcdc;
    margin: 0 46px;
}

.con1_r_list {
    padding: 0 10px 0 19px;
    display: none;
}

.list_active {
    display: block !important;
}

.con1_r_list ul {
    padding-top: 26px;
}

.con1_r_list ul li {
    background: url(li_i20250822.png) no-repeat;
    background-position: 0 18px;
    padding-left: 18px;
}

.con1_r_list ul li a {
    font-size: 18px;
    color: #666;
    line-height: 38px;
}

.con2 ul {
    display: flex;
    margin: 20px 15px 0;
    justify-content: space-between;
}

.con3 {
    display: flex;
    justify-content: space-between;
    /* height: 673px; */
    margin-top: 22px;
}

.con3_l {
    width: 895px;
}

.con3_r {
    width: 287px;
}

.title {
    display: flex;
    align-items: center;
    margin-left: 15px;

}

.title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    margin-right: 15px;

}

.line {
    flex: 1;
    height: 1px;
    background: #eaeaea;
}

.con3_l_c, .con3_r_c {
    margin-top: 22px;
    background: #fff;
    padding: 16px 16px 20px 16px;
}

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

.con3_l_c2_t {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 10px;
}

.con3_l_c2_t div {
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #000;
    line-height: 44px;
    cursor: pointer;
}

.con3_l_c2_t div:nth-child(1) {
    width: 105px;
    margin-right: 35px;
}

.con3_l_c3 {
    border-bottom: 1px solid #f2f2f2;
}

.con3_l_con3 {
    font-size: 24px;
    line-height: 44px;
    width: 198px;
    margin-top: 16px;
}

.con3_active {
    font-weight: bold !important;
    color: #0E4C95 !important;
    border-bottom: 4px solid #0E4C95;
}

.con3_list {
    display: none;
}

.con3_list_active {
    display: block;
}

.con3_list li div {
    display: flex;
    justify-content: space-between;
}

.con3_list ul {
    margin-top: 16px;
}

.con3_list li {
    margin-left: 7px;
    padding-left: 15px;
    background: url(li_i20250822.png) no-repeat;
    background-position: 0 18px;
}

.con3_list li div span {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 38px;
}

.con3_list li div p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #CBCBCB;
    line-height: 38px;
}

.con3_l_list li {
    width: 272px;
    height: 48px;
    background: #F4F6F8;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    text-align: center;
    margin-top: 13px;
}

.con3_l_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con3_l_list li a {
    width: 234px;
    height: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 48px;
}

.con3_r_c {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 169px;
    padding: 0 !important;
}

.con3_r_c ul {
    background: #e4f2fe;
    height: 142px;
    width: 263px;
    padding-top: 7px;
    padding-left: 7px;
}

.con3_r_c ul li {
    width: 256px;
    height: 60px;
    background: #FAFCFF;
    border-radius: 5px;
    border: 1px solid #DDEDFF;
    margin-bottom: 10px;
}

.con3_r_c ul li a {
    display: flex;
    align-items: center;
    line-height: 60px;
    margin-left: 16px;
}

.con3_r_c ul li a img {
    margin-right: 13px;
}

.con3_r_c_l {
    margin-top: 22px;
    background: #fff;
    /* padding: 8px 0; */
}

.con3_r_c_l ul {
    background: #EAF6F4;
    /* margin: 0 8px; */
    padding: 10px 0;
}

.con3_r_c_l ul li {
    height: 60px;
    margin-bottom: 14px;
    background: #FAFCFF;
    margin: 0 10px 16px 10px;
    border-radius: 5px;
    border: 1px solid #DDEDFF;
}

.con3_r_c_l ul li div {
    display: flex;
    justify-content: space-between;
    background: #EAF6F4;
}

.con3_r_c_l ul li div a {
    background: #FAFCFF;
    width: 48%;
}

.con3_r_c_l ul li:last-child {
    margin-bottom: 10px;
}

.con3_r_c_l ul li a {
    display: flex;
    align-items: center;
    height: 60px;
}

.con3_r_c_l ul li a img {
    margin-left: 11px;
    margin-right: 14px;
}

.con5 {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.con5_l, .con5_r {
    width: 590px;
}

.con5_l_c, .con5_l_r {
    background: #fff;
    margin-top: 21px;
}

.con5_l_c {
    padding-bottom: 35px;
}

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

.con5_l_t ul li {
    width: 131px;
    height: 130px;
    background: url(con5_bcg_i20250822.png) no-repeat;
}

.con5_l_t ul li a {
    display: inline-block;
    width: 131px;
    height: 130px;
    text-align: center;
}

.con5_l_t ul li a img {
    margin: 25px 0 4px;
}

.con5_l_t ul li div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.con5_l_t {
    padding: 28px 17px 17px 17px;
}

.con5_l_b {
    width: 559px;
    height: 307px;
    background: linear-gradient(#f3f9ff, #e5f3ff);
    margin-left: 17px;
    border-radius: 5px;
    padding-bottom: 37px;
}

.con5_l_b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 42px 0 0 0;
}

.con5_l_b ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 31px;
}

.con5_l_b ul li img {
    margin-bottom: 4px;
}

.con5_input {
    position: relative;
    margin-left: 35px;
    margin-top: 15px;
}

.con5_input input {
    width: 455px;
    height: 43px;
    border: 1px solid #d4deea;
    border-radius: 5px;
    padding-left: 15px;
}

.con5_input button {
    position: absolute;
    right: 49px;
    width: 68px;
    height: 44px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #2379d6;
    border: none;
    font-size: 16px;
    color: #F4F6F8
}

input::-webkit-input-placeholder {
    color: #757575;
}

.con5_r_c {
    padding: 20px 17px 27px 17px;
}

.con_l_r_t {
    border-bottom: 1px solid #f2f2f2;
}

.con_l_r_t p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #0E4C95;
    border-bottom: 4px solid #0E4C95;
    width: 99px;
    height: 44px;
}

.con5_r_c ul li {
    background: url(li_i20250822.png) no-repeat;
    margin-top: 14px;
    padding-left: 20px;
    background-position: 0 11px;
}

.con5_r_c ul li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.con5_r_c ul li a div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    margin-top: 15px;
    line-height: 30px;
    text-indent: 2em;
}

.con5_con2 dl {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.con5_con3 {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

.con6_title {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.con6_title div {
    font-size: 30px;
    /* margin-right: 36px; */
    color: #6b6166;
    margin-right: 30px;
}

.m30 {
    margin-right: 30px;
}

.con6_v_list {
    display: none;
    margin-top: 20px;
    background: #fff;
    padding: 30px 20px 25px;
}

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

.con6_v_list ul li {
    position: relative;
    display: flex;
    justify-content: center;
    width: 266px;
    height: 248px;
    border: 1px solid #e9e7e8;
    padding: 6px;
    box-shadow: 0 5px 5px #eeeced;
}

.con6_title .line {
    margin-right: 0 !important;
}

.con6_v_list ul li a {}

.con6_v_list ul li p {
    padding: 0 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.play {
    position: absolute;
    left: 16px;
    top: 135px;
}

.con_t_t {
    cursor: pointer;
}

.video_active {
    color: #000 !important;
    font-weight: bold;
}

.swiper1, .swiper2 {
    position: relative;
    width: 1150px;
    overflow: hidden;
    margin: 18px 25px;
    text-align: center;
}

.con2 .swiper-button-next {
    background-image: url(right_i20250822.png) !important;
    background-size: 100% 100%;
}

.con2 .swiper-button-prev {
    background-image: url(left_i20250822.png) !important;
    background-size: 100% 100%;
}

.con2 {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    width: 18px !important;
    height: 34px !important;
  
}

.swiper-button-next {
    top: 50% !important;
    right: -15px !important;
    margin-top:-17px;
}

.swiper-button-prev {
    top: 50%;
    margin-top:-17px;
    left: -15px !important;
}

.con2 .swiper-slide img {
    width: 278px;
    height: 106px;
}

}