﻿.serach_div {
    width: 100%;
    height: 50px;
    background-color: rgb(245, 245, 246);
    line-height: 50px;
    line-height: 50px;
}

.serach_div_main {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.serach_div_left {
    width: 720px;
    display: flex;
    justify-content: space-between;
}

.serach_div_left div {
    cursor: pointer;
}

.serach_div_left a {
    color: rgb(114, 114, 114);
}

.serach_div_right {
    width: 300px;
    display: flex;
    align-items: center;
}

.serach_div_right input {
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    border-radius: 20px 0 0 20px;
    width: 200px;
    color: rgb(114, 114, 114);
    padding-left: 20px;
    font-size: 12px;
}

.serach_div_right div {
    width: 40px;
    height: 30px;
    background-color: white;
    border-radius: 0 20px 20px 0;
}

.serach_div_right img {
    width: 20px;
    height: 20px;
    position: relative;
    top: calc(20% - 10px);
}

.index_session_1 {
    width: 100%;
    background-color: white;
    padding: 30px 0;
}

.index_s1_main {
    width: 1200px;
    margin: auto;
}

.index_s1_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_left,
.line_right {
    background-color: rgb(227, 227, 227);
    width: 300px;
    height: 2px;
    margin: 0 30px;
    position: relative;
}

.line_left::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: rgb(0, 124, 45);
    position: absolute;
    right: 0;
}

.line_right::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: rgb(0, 124, 45);
    position: absolute;
    left: 0;
}

.partner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.partner #swiper4 {
    width: 87.8%;
}

.prev_btn,
.next_sbtn {
    width: 32px;
    height: 32px;
}

.prev_btn img,
.next_sbtn img {
    position: relative;
    top: calc(50% - 16px);
    cursor: pointer;
}

.next_sbtn img {
    right: 35px;
}

.prev_btn img {
    left: 25px;
}

.partner .swiper-button-next,
.partner .swiper-button-prev {
    opacity: 0;
}

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

.partner_item {
    width: 198px;
    height: 125.58px;
    border-top: 2px solid rgb(231, 231, 231);
    border-bottom: 2px solid rgb(231, 231, 231);
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid rgb(231, 231, 231);
    cursor: pointer;
    position: relative;
}

.partner_item:first-child {
    border-left: 2px solid rgb(231, 231, 231);
    width: 197px;
}

.partner_item:last-child {
    border-right: 2px solid rgb(231, 231, 231);
    width: 197px;
}

.partner_zz {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 114, 183);
    position: absolute;
    z-index: 1;
    top: 0;
}

.partner_zz span {
    position: relative;
    top: calc(50% - 10.5px);
}


/* 分割 */

.index_session_3,
.index_session_3 img {
    width: 100%;
}

#swiper1 .swiper-wrapper {
    height: auto!important;
}


/* 第四部分 */

.index_session_4 {
    width: 100%;
}

.index_s4_main {
    padding: 30px 0;
}

.ys_details {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(211, 211, 212);
    align-items: center;
}

.ys_details_left,
.ys_details_right {
    width: 550px;
}

.ys_details_right {
    padding-top: 30px;
}

.ys_details_left_title {
    display: flex;
    align-items: center;
}

.titlenub {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-image: linear-gradient(to right, rgb(0, 101, 156), rgb(0,146,82));
    margin-right: 10px;
    line-height: 35px;
}

.ys_details_line {
    width: 100%;
    height: 1px;
    background-color: rgb(211, 211, 211);
}

.ys_d {
    display: flex;
    align-items: center;
    color: rgb(74, 74, 74);
    
}


/* 第五部分 */

.index_session_5 {
    width: 100%;
    background-color: white;
    padding: 60px 0;
}

.khjz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.khjz_item {
    width: 550px;
    display: flex;
    border-bottom: 2px solid rgb(234, 234, 234);
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 60px;
}

.khjz_item_left {
    width: 100px;
    height: 100px;
    border-radius: 50px !important;
}

.khjz_item_left img {
    width: 100%;
    height: 100%;
    border-radius: 50px !important;
}

.khjz_item_right {
    width: 400px;
}

.khjz_btn {
    width: 80px;
    height: 20px;
    border: 1px solid rgb(186, 186, 186);
    color: rgb(84, 84, 84);
    line-height: 20px;
    cursor: pointer;
}

.khjz_item:hover {
    border-bottom: 2px solid rgb(0, 114, 183);
    box-shadow: 8px -5px 10px #efefef;
}

.kh_tomore {
    display: flex;
    justify-content: space-evenly;
    width: 300px;
    margin: auto;
    margin-top: 30px;
}

.next_btn,
.more_btn {
    width: 125px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgb(0, 114, 183);
    color: rgb(0, 114, 183);
    cursor: pointer;
}

.more_btn a {
    color: rgb(0, 114, 183);
}

.more_btn a:hover {
    color: white;
}

.next_btn:hover,
.more_btn:hover {
    background-color: rgb(0, 114, 183);
    color: white !important;
}

.swiper-button-next {
    opacity: 0;
}


/* 第六部分 */

.index_session_6 {
    width: 100%;
    background-color: rgb(42, 138, 199);
    padding: 80px 0;
}

.index_s6_main {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_s6_vedio,
.index_s6_right {
    width: 47%;
}

.index_s6_right_btn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 2px solid white;
    cursor: pointer;
}


/* 第七部分 */

.index_session_7 {
    width: 100%;
    background-color: white;
    padding: 30px 0;
}

.s7_btn {
    width: 500px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.s7_btn_al,
.s7_btn_tlfm {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(190, 190, 190);
    position: relative;
}

.whitebefore {
    position: relative;
}

.whitebefore::before {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -15px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgb(0, 114, 183);
}

.index_s7_anli {
    width: 100%;
    display: grid;
    grid-template-columns: 277.5px 277.5px 277.5px 277.5px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    cursor: pointer;
}

.index_s7_anli_item {
    display: inline-grid;
    width: 100%;
    padding-bottom: 20px;
}

.index_s7_anli_item img {
    width: 100%;
}

.index_s7_anli_item a {
    color: rgb(114, 114, 114);
}

.anli_title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.anli_contnet {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.anli_btn {
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: 1px solid rgb(187, 187, 187);
}

.anli_btn:hover {
    background-color: rgb(0, 114, 183);
    color: white;
    border: 1px solid rgb(0, 114, 183);
}


/* 分割2 */

.fenge2,
.fenge2 img {
    width: 100%;
}