.about {
    width: 1360px;
    height: auto;
    margin: 130px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about_title {
    position: relative;
}

.about_title_text {
    font-size: var(--font48);
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
}

.about_title_shadow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font100);
    font-weight: 500;
    color: rgba(166, 166, 166, 0.5);
    font-family: 'HanYi';
    z-index: -1;
    white-space: nowrap;
}

.about_content {
    width: 100%;
    height: auto;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about_l {
    width: 600px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.about_l_text {
    color: rgba(0, 0, 0, 1);
    font-size: var(--font18);
}

.about_l_btn {
    width: 200px;
    height: 68px;
    background-color: rgba(65, 89, 250, 1);
    text-align: center;
    line-height: 68px;
    color: rgba(255, 255, 255, 1);
    font-size: var(--font24);
    border-radius: 8px;
    border-width: 0px;
    margin-top: 90px;
}

.about_r {
    width: 680px;
    height: 360px;
}

.service {
    width: 1360px;
    height: auto;
    margin: 100px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service_content {
    width: 100%;
    height: auto;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.service_l {
    width: 460px;
    height: 275px;
}

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

.service_r {
    width: 870px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.service_r_text {
    color: rgba(0, 0, 0, 1);
    font-size: var(--font18);
}

.service_r_btn {
    width: 200px;
    height: 68px;
    background-color: rgba(65, 89, 250, 1);
    text-align: center;
    line-height: 68px;
    color: rgba(255, 255, 255, 1);
    font-size: var(--font24);
    border-radius: 8px;
    border-width: 0px;
    margin-top: 90px;
}

.case {
    width: 1360px;
    height: auto;
    margin: 100px auto 190px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.case .about_title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 120px;
    width: 1360px;
    height: 1px;
    background-color: rgba(229, 229, 229, 1);
}

.case_show {
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.case_box {
    width: 380px;
    height: 450px;
    background-color: rgba(248, 248, 248, 1);
}

.case_box_img {
    width: 380px;
    height: 270px;
}

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

.case_box_content {
    width: 330px;
    margin: 20px auto 50px auto;
    display: flex;
    flex-direction: column;
}

.case_box_title {
    font-size: var(--font20);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.case_box_date {
    font-size: var(--font14);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.6px;
    color: rgba(153, 153, 153, 1);
    margin-top: 6px;
}

.case_box_text {

    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(102, 102, 102, 1);
    margin-top: 9px;
}

.case_boxes {
    width: 380px;
    height: 450px;
    background-color: rgba(248, 248, 248, 1);
    overflow-y: auto;

}

.case_boxes_show {
    width: 340px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 13px auto 0 auto;
}

.case_boxes_title {
    width: 100%;
    height: auto;
    font-size: var(--font20);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.case_boxes_date {
    font-size: var(--font14);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.6px;
    color: rgba(153, 153, 153, 1);
    margin-top: 6px;
}

.insurance {
    width: 1360px;
    height: auto;
    margin: 80px auto 110px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.insurance_title {
    position: relative;
}

.insurance_title_shadow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font60);
    font-weight: 500;
    color: rgba(166, 166, 166, 0.5);
    font-family: 'HanYi';
    line-height: 88.88px;
    z-index: -1;
    white-space: nowrap;
}

.insurance_title_text {
    font-size: var(--font48);
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
}

.insurance_show {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.insurance_box {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.insurance_img {
    width: 360px;
    height: 220px;
    border-radius: 8px;
    border-width: 0px;
}

.insurance_img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-width: 0px;
}

.insurance_content {
    margin-left: 40px;
    height: 220px;
    position: relative;
}

.insurance_title {
    font-size: var(--font20);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    margin-top: 16px;
}

.insurance_text {
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(102, 102, 102, 1);
    margin-top: 12px;
}

.insurance_footer {
    position: absolute;
    left: 0px;
    bottom: 16px;
    display: flex;
    flex-direction: row;
}

.insurance_date {
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(153, 153, 153, 1);
    margin-right: 40px;
}

.insurance_address {
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(153, 153, 153, 1);
}

.news {
    width: 1360px;
    height: auto;
    margin: 80px auto 110px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_title {
    position: relative;
}

.news_title_shadow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font60);
    font-weight: 500;
    color: rgba(166, 166, 166, 0.5);
    font-family: 'HanYi';
    line-height: 88.88px;
    z-index: -1;
    white-space: nowrap;
}

.news_title_text {
    font-size: var(--font48);
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
}

.news_show {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}

.news_show_img {
    width: 570px;
    height: 330px;
}

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

.news_show_content {
    width: 750px;
    height: 330px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news_show_title {
    font-size: var(--font36);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 50.4px;
    color: rgba(51, 51, 51, 1);
}

.news_show_text {
    margin-top: 10px;
    font-size: var(--font20);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
}

.news_show_date {
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(153, 153, 153, 1);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.news_show_btn {
    width: 126px;
    height: 47px;
    background-color: rgba(65, 89, 250, 1);
    border-radius: 36px;
    border-width: 0;
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 47px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.news_show_btn a {
    position: relative;
}

.circle {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.circle img {
    width: 30px;
    height: 30px;
    margin: 3.5px 3.5px;
}

.news_boxes {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 110px;
}

.news_box {
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

.news_box::after {
    content: "";
    position: absolute;
    left: 280px;
    top: 260px;
    width: 1360px;
    height: 1px;
    background-color: rgba(234, 234, 234, 1);
    z-index: 1;
}
.news_box:hover p,
.news_box:hover a,
.news_box:hover{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 89, 250, 1);
}


.technology_box:hover p,
.technology_box:hover a,
.technology_box:hover{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 89, 250, 1);
}
.news_box_date {
    width: 180px;
    height: 180px;
    border: 1px solid rgba(153, 153, 153, 1);
    margin-left: 280px;

}

.year {
    font-size: var(--font36);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 50.4px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 43px;
}

.date {
    font-size: var(--font24);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 33.6px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-top: 10px;
}

.news_box_content {
    width: 760px;
    height: auto;
    margin-left: 55px;
}

.news_box_title {
    font-size: var(--font20);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.news_box_text {
    margin-top: 10px;
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(102, 102, 102, 1);
}

.news_box_img {
    width: 300px;
    height: 180px;
    margin-left: 65px;
}

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

/*.news_box_color p,*/
/*.news_box_color a,*/
/*.news_box_color {*/
/*    color: rgba(255, 255, 255, 1);*/
/*    background-color: rgba(65, 89, 250, 1);*/
/*}*/

.technology {
    width: 1360px;
    height: auto;
    margin: 80px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.technology_show {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.technology_title {
    position: relative;
}

.technology_title_shadow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font60);
    font-weight: 500;
    color: rgba(166, 166, 166, 0.5);
    font-family: 'HanYi';
    line-height: 88.88px;
    z-index: -1;
    white-space: nowrap;
}

.technology_title_text {
    font-size: var(--font48);
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
}

.technology_imgBox {
    width: 100%;
    height: 650px;
    position: relative;
    margin-top: 100px;
}

.technology_img {
    width: 100%;
    height: 100%;
}

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

.technology_content {
    width: 100%;
    height: 115px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(56, 56, 56, 0.5);
}

.technology_imgBox_title {
    font-size: var(--font24);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 33.6px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-left: 40px;
}

.technology_text {
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(255, 255, 255, 1);
    margin-top: 4px;
    margin-left: 40px;
}

.technology_boxes {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.technology_box {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.technology_box::after {
    content: "";
    position: absolute;
    left: 280px;
    top: 300px;
    width: 1360px;
    height: 1px;
    background-color: rgba(229, 229, 229, 1);
}

.technology_date {
    width: 100px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 280px;
}

.technology_day {
    font-size: var(--font60);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 84px;
    color: rgba(229, 229, 229, 1);
    position: relative;
}

.technology_day::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 90px;
    width: 100%;
    height: 1px;
    background-color: rgba(229, 229, 229, 1);
}

.technology_year {
    font-size: var(--font24);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 33.6px;
    color: rgba(166, 166, 166, 1);
}

.technology_box_img {
    width: 360px;
    height: 220px;
    margin-left: 40px;
}

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

.technology_box_content {
    width: 700px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.technology_box_title {
    font-size: var(--font20);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}

.technology_box_text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(102, 102, 102, 1);
    margin-top: 12px;
}

.technology_box_color p,
.technology_box_color a,
.technology_box_color {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(65, 89, 250, 1);
}

.contact {
    width: 1200px;
    height: auto;
    margin: 80px auto 130px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_show {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact_title {
    position: relative;
}

.contact_title_shadow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font60);
    font-weight: 500;
    color: rgba(166, 166, 166, 0.5);
    font-family: 'HanYi';
    line-height: 88.88px;
    z-index: -1;
    white-space: nowrap;
}

.contact_title_text {
    font-size: var(--font48);
    font-weight: 600;
    color: rgba(56, 56, 56, 1);
}

.contact_box {
    width: 1200px;
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
}

.contact_box_img {
    width: 490px;
    height: 600px;
}

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

.contact_box_r {
    width: 710px;
    height: 600px;
    background-color: rgba(248, 248, 248, 1);
    display: flex;
    flex-direction: column;
}

.contact_box_address {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
}

.contact_box_address::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 120px;
    width: 660px;
    height: 1px;
    background-color: rgba(229, 229, 229, 1);
}

.contact_box_address_title {
    font-size: var(--font36);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 50.4px;
    color: rgba(56, 56, 56, 1);
}

.contact_box_address_content {
    width: 660px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: var(--font20);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(128, 128, 128, 1);
}

.contact_message {
    font-size: var(--font36);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 50.4px;
    color: rgba(56, 56, 56, 1);
    margin-left: 20px;
    margin-top: 40px;
}

.contact_box_message {
    width: 660px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 20px;
}

.contact_box_message_l {
    width: 260px;
    height: auto;
}

.contact_box_message_l_input {
    width: 100%;
    height: auto;
    
}

.contact_box_message_l_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

.contact_box_message_l_box {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
}

.contact_box_message_l_box input {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border-width: 0px;
    text-indent: 2em;
}

.contact_box_message_r {
    width: 360px;
    height: auto;
}

.contact_box_message_r_input {
    width: 100%;
    height: auto;
}

.contact_box_message_r_title {
    font-size: var(--font20);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

.contact_box_message_r_box {
    width: 100%;
    height: 220px;
    border-radius: 2px;
    border-width: 0px;
}

.contact_box_message_r_box textarea {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border-width: 0px;
}

.contact_box_btn {
    width: 393px;
    height: 64px;
    background-color: rgba(65, 89, 250, 1);
    border-radius: 8px;
    border-width: 0px;
    margin-left: 120px;
    margin-top: 24px;
}

.contact_box_btn input {
    width: 100%;
    height: 100%;
    background-color: rgba(65, 89, 250, 1);
    border-radius: 8px;
    border-width: 0px;
    font-size: var(--font24);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 33.6px;
    color: rgba(255, 255, 255, 1);
}

.particulars {
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 110px auto;
}

.particulars_title {
    font-size: var(--font48);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 67.2px;
    color: rgba(56, 56, 56, 1);
}

.particulars_hint {
    width: 360px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: var(--font20);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(166, 166, 166, 1);
}

.particulars_img {
    width: 100%;
    height: 800px;
    margin-top: 40px;
}

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

.particulars_content {
    width: 1150px;
    height: auto;
    margin-top: 40px;
    text-indent: 1em;
    font-size: var(--font18);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25.2px;
    color: rgba(56, 56, 56, 1);

}
.pagination{
        margin: 20px auto;
        text-align: center;
}