.container {
    max-width: 1530px;
}
body * {
    transition: all 200ms;
    
}
em {
    font-style: normal;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none !important;
    color: #333333;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a:hover {
    color: #000000;
}

/* header */
.top_header_flex {
    display: flex;
    justify-content: space-between;
    color:#333333;
    font-size: 12px;
}
.top_head_left {
    width: 50%;
}
.top_head_right {
    width: 50%;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}
.top_head_left a {
    color: #ffffff;
    font-size: 12px;
}
.top_head_right a:hover {
    background: #777881;
}
.top_head_right a {
    color: #ffffff;
    background: #ffffff1f;
    border-radius: 18px;
    padding: 5px 14px;
    font-size: 12px;
}
.top_head {
    background: #3A3E41;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient( 135deg, #3A3E41 0%, #2A2D30 49%, #242628 100%), linear-gradient( 139deg, #434B54 1%, #2A2C2F 45%, #191B1E 75%);
}

.logo_head {
    width: 55%;
}
.logo_contact.navigation {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: none;
    background: rgb(255 255 255 / 34%);
    z-index: 999;
    transition: background .2s ease-in-out;
}
.logo_contact.navigation.stick {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
    background: rgba(255, 255, 255, 0.9);
}
.logo_head img {
    width: 100%;
}
.contact_head {
    width: 100%;
    height: 60px;
    background: #0252d9;
    line-height: 60px;
}
.logo_contact_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moblies {
    display: none;
}
.logo_contact {
    height: 130px;
    line-height: 130px;
}
.contact_tel i {
    color: #82524d;
    font-size: 22px;
    cursor: pointer;
}
.contact_tel p:first-child {
    color: #2c2d31;
    font-size: 14px;
    font-weight: normal;
}
.contact_tel p:last-child:hover {
    color: #0252d9;
    cursor: pointer;
}
.contact_tel p:last-child {
    color: #272b2d;
    font-size: 30px;
    font-weight: bold;
    font-family: DINPro-Bold;
    cursor: pointer;
    margin-left: 10px;
}
.daohang {
    width: 100%;
    position: relative;
}
.contact_tel {
    width: 40%;
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tp_navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp_navs_item {
    width: 14.28%;
    text-align: center;
    position: relative;
}
.tp_navs_item.active a {
    color: #ffffff;
    background: rgb(255 127 1);
}
.tp_navs_item a:hover {
    color: #ffffff;
    background: rgb(255 127 1);
}
.tp_navs_item a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.tp_navs_item:hover .nav_shu_box {
    width: 100%;
    display: inline-block;
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    background: #fff;
}
.nav_shu_box {
    transition: all .3s ease 0s;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    height: auto;
    overflow: visible;
    opacity: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    width: 100%;
}
.nav_shu_box .nav_box .nav_box_a a {
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ededed;
}
.nav_shu_box .nav_box .nav_box_a:hover a {
    background: #0252d9;
    color: #ffffff;
}
.banner_img img {
    width: 100%;
}
.home_banner .swiper-pagination-bullet{
    width: 10px;
    height: 5px;
    display: inline-block;
    border-radius: 2px;
    background: unset;
    opacity: .5;
    background:  #0252d9;
}
.home_banner .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background: #0252d9;
    border-radius: 2px;
}
.search_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.search {
    border-bottom: 1px solid #ebebeb;
}
.host_search {
    width: 68%;
}
.host_search span {
    font-size: 16px;
    color: #82524d;
    font-weight: 600;
}
.host_search a {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}
.search_forme {
    width: 30%;
    text-align: end;
}
.search_input {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}
input.kuang {
    height: 40px;
    border: 1px solid #666666;
    width: 80%;
    outline: none;
    padding-left: 15px;
    border-radius: 0;
    font-size: 14px;
}
button.subbtn {
    border: 1px solid #82524d;
    background: #82524d;
    width: 20%;
    color: #ffffff;
    outline: none;
    height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
}

.common_title {
    text-align: center;
}
.common_title p {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #1f1e1e;
}
.common_title i {
    font-size: 14px;
    font-style: normal;
    color: #3d485d;
}


.chao {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_product_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_product_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
}
.index_product_item:nth-child(3n) {
    margin-right: 0;
}
.index_product_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.index_product_img {
    overflow: hidden;
    position: relative;
}
.index_product_item:hover .index_product_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.index_product_img span {
    background: none;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
}
.index_product_item:hover .index_product_img span {
    background: rgba(255,255,255,.25);
    width: 100%;
    height: 100%;
}
.info_title {
    font-size: 14px;
    color: #333333;
    padding: 15px 20px 5px;
    font-weight: 600;
}
.info_remark {
    font-size: 12px;
    color: #666666;
    padding: 0 10px;
    
}
.index_product {
    padding-bottom: 50px;
}
.index_reason img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
.index_reason {
    background: url(../img/index_bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.index_reason_flex {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    flex-wrap: wrap;
}
.index_reason_item span {
    display: block;
    font-size: 18px;
    color: #381e1d;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px;
}
.index_reason_item p {
    font-size: 14px;
    margin: 0 15px 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666666;
}
.index_reason_item:hover span {
    color: #82524d;
    padding-left: 5px;
}
.index_service_item {
    position: relative;
}
.index_service_item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.swiper-next {
    position: absolute;
    left: 30%;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 99999;
}
.swiper-next i {
    color: #82524d;
    font-size: 40px;
}
.index_service_item span {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: saturate(180%) blur(50px);
    width: 100%;
    height: 100%;
}
.swiper-prev {
    position: absolute;
    right: 28%;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 99999;
}
.swiper-prev i {
    color: #82524d;
    font-size: 40px;
}
.index_product .index_common_more {
    margin: 0px auto 20px;
}
.index_common_more {
    text-align: center;
    margin: 50px auto 60px;
}
.index_common_more a:hover {
    padding: 10px 30px;
}
.index_common_more a {
    display: block;
    margin: 0 auto;
    background: #82524d;
    color: #ffffff;
    width: 180px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.index_reason_item {
    position: relative;
    width: 31%;
    background: #ffffff;
}
.index_service_item p {
    position: absolute;
    bottom: 30px;
    margin: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
    color: #ffffff;
    z-index: 11;
    font-weight: 600;
    display: block;
    width: 80%;
}
.index_reason_item i {
    position: absolute;
    top: 2%;
    background: #158f5c;
    color: #ffffff;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 15px;
    left: 2%;
}

.index_advertisement {
    background-image: url(../img/hengtu.png);
    background-size: 100%;
    height: 153px;
    background-repeat: no-repeat;
}
.index_study_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_study_item {
    width: 20%;
}

.index_study_item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.index_study_item i {
    display: block;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    text-align: center;
    margin: 15px 0  0;
}

.index_study_item p {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #333333;
    padding: 5px 35px 0;
}

.index_news .index_common_more {
    margin: 50px auto 0;
}
.index_news {
    padding-bottom: 20px;
}
.index_news_main {
    background: #ffffff;
    padding: 30px;
}
.inm_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inm_left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 49%;
}
.inm_left_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.inm_left_item:nth-child(2n) {
    margin-right: 0;
}

.inm_left_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.inm_left_item p {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    color: #333333;
    font-size: 16px;
}
.inm_right {
    width: 48%;
}
.inm_right_item a {
    display: flex;
    justify-content: space-between;
}
.inm_right_item:last-child {
    margin-bottom: 0;
}
.inm_right_item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}
.inm_right_time {
    width: 15%;
    border: 1px solid #dddddd;
}

.inm_right_tr {
    width: 84%;
}

.inm_right_time i {
    font-size: 38px;
    color: #1157a4;
    font-style: normal;
    line-height: 1;
}
.inm_right_title {
    font-size: 16px;
    color: #333333;
}
.inm_right_remark {
    font-size: 12px;
    color: #999999;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inm_right_time p {
    font-size: 18px;
    color: #666666;
    font-family: microsoft yahei;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 8px;
}
.inm_right_time span {
    display: block;
    background: #eeeeee;
    color: #999999;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.inm_left_item:nth-child(3) {
    margin-bottom: 0;
}
.inm_left_item:nth-child(4) {
    margin-bottom: 0;
}
.index_about {
    background: #22262e;
    padding-bottom: 50px;
}
.index_about .common_title p {
    color: #ffffff;
}

.index_about .common_title span {
    color: #ffffff;
}
.index_about_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_about_item {
    width: 24%;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    height: 345px;
}
.index_about_item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    padding: 12px;
}
.index_about_item p {
    color: #1157a4;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.index_about_item span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
    color: #1257a4;
    line-height: 1.8;
}
.index_about_item:hover {
    background: #1257a4;
}

.index_about_item:hover p {
    color: #ffffff;
}

.index_about_item:hover span {
    color: #ffffff;
}
.index_link {
    background: #ffffff;
}
.index_link_flex {
    padding: 30px 0;
}
footer {
    background: #222222;
    overflow: hidden;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 135px 0;
    position: relative;
}
.footer_flex::before{
    position: absolute;
    content: '';
    background: url(../img/footer-pattern.png);
    left: 40%;
    top: 90px;
    width: 100%;
    height: 100%;
    min-height: 322px;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 45s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 45s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 45s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 45s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    z-index: 0;
}
.footer_title {
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
}
.index_link_flex a {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    padding-right: 15px;
}

.footer_cdh {
    font-size: 16px;
    color: #d4dae3;
}
.footer_p p {
    font-size: 16px;
    color: #d4dae3;
    line-height: 1.8;
}
.footer_cdh a {
    font-size: 16px;
    color: #d4dae3;
    display: block;
}
.footer_item:nth-child(2),.footer_item:nth-child(3) {
    width: 10%;
}
.footer_item:nth-child(1) {
    width: 25%;
}

.footer_item:last-child {
    width: 45%;
}
.footer_tit a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    border-bottom: #381e1d 3px solid;
    padding-bottom: 20px;
}
.footer_tit {
    padding-bottom: 17px;
    border-bottom: 1px solid #d4dae3;
}
.footer_contact_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.footer_whact {
    width: 25%;
}
.footer_whact img {
    width: 100%;
    height: auto;
    border: #d5dbe4 1px solid;
    text-align: center;
    padding: 8px;
}
.footer_p {
    width: 70%;
}
.footer_p i {
    display: block;
    font-size: 16px;
    color: #d4dae3;
    font-style: normal;
    margin-bottom: 15px;
}
.footer_bottom {
    background: #222222;
    color: #ffffff;
    padding: 0 0 20px;
}
.footer_bottom_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(73 87 112 / 28%);
    padding-top: 20px;
}
.footer_icp a {
    color: #ffffff;
}
@keyframes float-bob{0%{-webkit-transform:translateX(-430px);transform:translateX(-430px)}50%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(-430px);transform:translateX(-430px)}}
.footer_worp_nav a:hover {
    transform: scale(1.1);
    color: #0252d9;
}


.banner_cat_xd {
    position: relative;
}
.banner_cat_xd img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.banner_cat_jd {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.banner_cat_jd span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 1;
    text-align: left;
}
.banner_cat_jd p {
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 2;
    position: relative;
    margin-bottom: 10px;
}
.banner_cat_jd p:before {
    content: "";
    height: 2px;
    width: 3%;
    position: absolute;
    background: #ffffff;
    bottom: 0;
}
.crumbs {
    background: #f7f7f7;
}
.crumbs_flex img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.crumbs_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}

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

.list_cat_sub {
    display: none;
}
.warp_main {
    background: #f5f5f5;
}

.list_cat_flex {
    display: flex;
    justify-content: center;
    position: relative;
}

.list_cat_box {
    height: 35px;
    line-height: 35px;
    background: #1157a4;
    margin-right: 15px;
    border-radius: 18px;
    
}
.list_cat_box i {
    font-size: 12px;
    margin-left: 5px;
}
.list_cat_box a {
    color: #ffffff;
    padding: 0 50px;
    display: block;
}
.list_cat {
    padding: 80px 0;
}

.pages {
    text-align: center;
    padding: 20px 0;
}
.pages a {
    padding: 6px 15px;
    display: inline-block;
    background: #ffffff;
    color: #383838;
    margin: 0 3px;
}
.pages a:hover {
    color: #ffffff;
    background: #0252d9;
}
.pages a.active {
    color: #ffffff;
    background: #0252d9;
}
.list_product {
    padding: 50px 0;
    background: #f7f7f7;
}
.list_product_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_product_left {
    width: 18%;
}
.list_product_right {
    width: 80%;
}
.lpr_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.lpr_title {
    color: #000000;
    padding-left: 23px;
    font-size: 20px;
    position: relative;
    width: 80%;
}
.lpr_search {
    width: 20%;
    text-align: end;
    position: relative;
}
button.input_sub {
    outline: none;
    background: unset;
    border: none;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-2%,-50%);
}
input.input_pro {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dddddd;
    border-radius: 18px;
    outline: none;
    padding-left: 15px;
    color: #000000;
    background: unset;
    font-size: 14px;
}
.lpr_title:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0252d9;
    position: absolute;
    left: 0;
    top: 10px;
}
.lpc_title span:nth-child(1) {
    display: block;
    font-size: 24px;
}
.lpc_title {
    height: 90px;
    background-color: #0252d9;
    color: #fff;
    padding: 15px 0 0 25px;
    border-top-right-radius: 20px;
    box-shadow: 1px 1px 20px rgb(2 82 217 / 17%);
    padding-bottom: 15px;
}
.lpr_list_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.lpr_list_box {
    width: 23.5%;
    margin-right: 2%;
    background: #ffffff;
    margin-bottom: 2%;
}

.lpr_list_box:nth-child(4n) {
    margin-right: 0;
}

.lpr_list_box img {
    width: 100%;
}

.lpr_list_box p {
    text-align: center;
    border-top: 1px solid #f5f5f5;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #000;
}
.lpr_list_box:hover {
    box-shadow: 11px 9px 20px rgb(204 204 204 / 51%);
}

.lpr_list_box:hover p {
    color: #0252d9;
}






.lpc_cat_box:last-child a {
    border-bottom: none;
}
.lpc_cat_box a {
    cursor: pointer;
    color: #595959;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    margin: 0 5%;
}
.lpc_cat_box a i {
    color: #dbdbdb;
}
.lpc_cat_sub {
    display: none;
}
.lpc_title span:nth-child(2) {
    opacity: .5;
}
.lpc_cat {
    background: #ffffff;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.lpc_cat_box.active a {
    color: #0252d9;
}
.lpc_cat_box.active {
    background: #fafafa;
}
.lpc_cat_box.active i {
    transform: rotate(90deg);
}
.lpc_contact {
    background: #ffffff;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
    margin-top: 10px;
    text-align: center;
    padding: 30px 0;
}
.lpc_contact p:last-child {
    font-size: 24px;
    color: #0252d9;
    margin-top: 10px;
}
.lpc_contact p:first-child {
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 16px;
    color: #595959;
}
.lpc_cat_box.active .lpc_cat_sub {
    display: block;
}
.lpc_cat_sub a {
    display: block;
    color: #595959 !important;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.product_info {
    border: 1px solid #e1e0dc;
}
.product_main {
    margin: 50px 0;
}
.product_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #b2b2b2;
    padding: 0 15px;
}
.product_info_title {
    font-size: 18px;
    color: #333333;
}

.product_info_flex .product_info_title {
    width: 30%;
}

.product_info_flex .crumbs_a {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: end;
}
.product_text_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}
.product_text_tu {
    width: 30%;
}

.product_text_simple {
    width: 65%;
    position: relative;
}
.prodcut_img img {
    width: 100%;
    border: 1px solid #e1e0dc;
    padding: 5px;
}
.product_simple_shide {
    position: absolute;
    bottom: 0;
    right: 0;
}
.infocontent {
    max-width: 100%;
    padding: 25px;
}
.infocontent img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  text-align: center !important;
  display: block;
  margin: 0 auto !important;
}
.article_ri .infocontent {
  padding: 0;
}
.infocontent a {
  color: #0252d9;
}
.infocontent p {
    margin-bottom: 0;
}
.product_simple_remark {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.content_title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 30px 0;
}
.ipx_np {
    border-top: 1px solid #e8edf2;
    padding-top: 30px;
    margin: 25px 25px;
}
.np_sx:last-child {
    padding-bottom: 0px;
}
.np_sx:first-child {
    margin-bottom: 10px;
}
.article .np_sx:last-child {
    padding-bottom: 30px;
}
.np_sx a {
    font-size: 16px;
    color: #444;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_tag_title {
    font-size: 16px;
    color: #888;
    font-weight: normal;
    margin: 30px 0 15px;
    border-top: 1px solid #e8edf2;
    padding-top: 30px;
}
.new_tag a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 5px 10px 0;
    background: #f7f7f7;
    padding: 0px 15px;
    font-size: 14px;
    line-height: 2.5;
    color: #888;
}
.new_tag {
    padding: 0 25px;
}
.new_tag a:hover {
    background: #0252d9;
    color: #ffffff;
}
.app_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.app_box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.app_box:nth-child(4n) {
    margin-right: 0;
}
.app_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.app_box p {
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    color: #333333;
}
.app_box p:hover {
    color: #1257a4;
}
.warp_app {
    padding: 50px 0 0;
    background: url(../img/index_bg_04.jpg);
    background-attachment: fixed;
}
.app_list p {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    text-indent: 1em;
}
.app_list span.time {
    font-size: 16px;
    color: #aaaaaa;
    display: block;
    padding-bottom: 10px;
}
.app_list {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    margin-top: 15px;
}
.app_list:first-child {
    margin-top: 0;
}

.app_list:last-child {
    margin-bottom: 0;
}
.info_app_tit {
    font-size: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.info_app {
    padding: 50px 0;
}
.info_app_span {
  font-size: 12px;
  color: #253554;
  padding: 0 25px;
}
.info_app_span span {
    margin-right: 30px;
}

.info_app_span span:last-child {
    margin-right: 0;
}
.list_article {
    padding: 50px 0;
    background: #f5f5f5;
}
.list_article_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_article_left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list_article_right {
    width: 48%;
}

.list_article_box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 26%);
}
.list_article_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.list_article_box:nth-child(2n) {
    margin-right: 0;
}
.list_article_box p {
    background: #ffffff;
    display: block;
    padding: 10px 15px;
}
.list_article_box span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #333333;
}
.list_article_item {
    background: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 26%);
    padding: 7.3px;
}
.list_article_item p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}
.list_article_item span {
    font-size: 16px;
    color: #aaaaaa;
    display: block;
}
.list_article_item:hover p {
    color: #1257a4;
}
.infoarticle {
    border: 1px solid #b2b2b2;
    margin: 0 0 50px 0;
}
.page_contact {
    background: #f5f5f5;
}
.contact_img img {
    width: 100%;
}
.contact_flex {
    background: #ffffff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
    align-items: center;
}
.contact_left {
    width: 40%;
    text-align: center;
    color: #093155;
    font-size: 26px;
}
.contact_right {
    width: 60%;
}
.contact_right i {
    display: block;
    font-size: 18px;
    font-style: normal;
    color: #333333;
}
.contact_right p {
    margin-top: 30px;
    display: block;
}
.contact_right span {
    display: block;
    line-height: 2.1;
    font-size: 14px;
    color: #757575;
}
.page_white_tit {
    text-align: center;
    font-size: 18px;
    line-height: 3;
    font-weight: 400;
}
textarea.textarea_form {
    display: block;
    width: 100%;
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #dcdcdc;
    height: 150px;
    margin-bottom: 10px;
    outline: none;
    resize: none;
}
input.form_input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #dcdcdc;
    outline: none;
}
button.btn_sub {
    display: block;
    width: 100%;
    border: none;
    background: #1157a4;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 30px;
    outline: none;
}
.page_white_address {
    margin: 80px 0;
}

.page_about_flex {
    display: flex;
    justify-content: center;
    height: 65px;
    line-height: 65px;
    background: #d6d5d4;
}
.page_about_flex a {
    color: #4d5158;
    font-size: 14px;
    padding: 0 3%;
}
.page_about_content p {
    color: #0f0e0d;
    font-size: 16px;
    line-height: 1.8;
}
.page_about_content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.page_about_flex a:hover {
    color: #1257a4;
}
.page_science_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px 0;
}
.page_science_left {
    width: 60%;
}
.page_science_right {
    width: 40%;
}
.page_science_line {
    border: 4px dashed #5e5e5e;
    height: 450px;
    line-height: 450px;
    text-align: center;
    border-radius: 100%;
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.page_science_box {
    position: relative;
}
.page_science_line span {
    height: 195px;
    width: 195px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    background: #074a81;
    line-height: 195px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(2) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(3) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(3) {
    display: block;
    position: absolute;
    top: 30%;
    left: 80%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(4) {
    display: block;
    position: absolute;
    top: 85%;
    left: 72%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(5) {
    display: block;
    position: absolute;
    top: 85%;
    left: 29%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}
.page_science_box i:nth-child(6) {
    display: block;
    position: absolute;
    top: 35%;
    left: 20%;
    height: 195px;
    width: 195px;
    font-style: normal;
    background: #064b81;
    border-radius: 100%;
    text-align: center;
    line-height: 195px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.page_science_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15% 0;
}

.page_science_info img {
    width: 15%;
}

.page_science_info p {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-left: 30px;
}
.page_study {
    margin: 100px 0;
}
.page_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    background: #f2efef;
    align-items: center;
}

.page_nav a {
    font-size: 14px;
    color: #4d5158;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 25px;
}

.page_nav a.active {
    background: #1157a4;
    color: #ffffff;
}
.page_nav a:hover {
    color: #074f81;
    background: #ffffff;
}
.page_enterprise_title {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    color: #666666;
}
.page_enterprise_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}

.peb_left {
    width: 30%;
    margin-right: 3%;
}

.peb_right {
    width: 40%;
}

.peb_left img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.peb_right i {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
.peb_right span {
    display: block;
    font-size: 14px;
}
.page_team {
    border: 1px solid #e5e5e5;
    margin-bottom: 80px;
    padding: 60px;
    text-align: center;
}
.index_news_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_news_item {
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #e1e0dc;
    padding: 25px;
}
.index_news_item:last-child {
    margin-right: 0;
}
.index_news_item i.catname {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #3e3e3e;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 0;
}
.index_news_item i.catname:before {
    position: absolute;
    content: " ";
    width: 30px;
    height: 1px;
    background: #83534e;
    bottom: 0;
}
.index_news_item span {
    margin-bottom: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.index_news_item time {
    color: #9b9b9b;
    margin-bottom: 20px;
    display: block;
}
.index_news_item i {
    font-size: 24px;
    margin-top: 30px;
    display: block;
    color: #82524d;
}
.index_news_item p {
    font-size: 14px;
    height: 83px;
    -webkit-line-clamp: 4;
    color: #7c7c7c;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.index_news_item:hover {
    border: 1px solid #82524d;
    box-shadow: 0px 0px 11px #82524d;
}

.index_news_item:hover i {
    color: #82524d;
}

.index_news_item:hover time {
    color: #82524d;
}

.index_news_item:hover span {
    color: #82524d;
}

.index_news_item:hover p {
    color: #82524d;
}
.index_contact {
    background: url(../img/index-about.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.index_contact_titlr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.index_contact_titlr p:nth-child(1), .index_contact_titlr p:nth-child(2) {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
}
.index_contact_titlr a {
    background: #ffffff;
    height: 46px;
    display: block;
    width: 150px;
    line-height: 46px;
    margin: 15px auto;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    color: #0252d9;
}
.index_contact_titlr a:hover {
    background: #000000;
    background-image: linear-gradient(179deg,#292f3b 2%,#242933);
    box-shadow: 8px 8px 20px 0 rgb(18 21 26 / 60%), -8px -8px 20px 0 rgb(54 62 77 / 50%), inset 0 4px 20px 0 rgb(36 41 51 / 50%);
    border-radius: 6px;
    color: #ffffff;
}
.index_contact_titlr p:last-child {
    font-size: 16px;
    color: #ffffff;
}
.index_itr_insert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.index_contact_tu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.37);
    width: 100%;
    height: 100%;
    z-index: 12;
}
.index_itr_left {
    width: 40%;
    z-index: 13;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    position: relative;
    padding-left: 10%;
}
.index_itr_left:before {
    position: absolute;
    content: "";
    height: 436px;
    width: 1px;
    background: rgba(255,255,255,0.27);
    top: -175px;
    right: 0;
}
.index_itr_left p.fnt_36 {
    width: 100%;
    font-size: 26px;
}
.index_itr_left p.line24 {
    width: 100%;
    font-size: 16px;
}
.index_itr_right {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.iir_tu {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 13;
}

.iir_tu:before {
    position: absolute;
    content: "";
    height: 436px;
    width: 1px;
    background: rgba(255,255,255,0.27);
    top: -165px;
    right: 0;
}
.iir_tu:last-child:before {
    display: none;
}
.iir_tu p {
    color: #ffffff;
    font-size: 20px;
    padding-top: 20px;
}
.product_simple_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article_list_box {
    margin-bottom: 2%;
    padding: 3%;
    background: #fff;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 1%);
}
.article_box:hover {
    padding-left: .5%;
}
.article_box {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.article_box:hover .alb_title {
    color: #0252d9;
}
.alb_title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.alb_remark {
    line-height: 30px;
    color: #495770;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.alb_mvt {
    display: flex;
    justify-content: flex-start;
}
span.view {
    font-size: 12px;
    color: #495770;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    display: block;
}
.article_list_box:hover .alb_title {
    color: #82524d;
}
span.time {
    display: block;
    font-size: 12px;
    color: #495770;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
}
.article_list_box:hover {
    padding-left: 3.5%;
}
.page_about_content {
    padding: 30px;
    background: #ffffff;
    margin: 50px 0 0;
}
.page_about {
    padding: 50px 0;
    background: url(../img/index_bg_04.jpg);
    background-attachment: fixed;
}
.page_about_cat a.active {
    color: #fff!important;
    border: 1px solid #82524d;
    background: #82524d;
    display: block;
}

.page_about_cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.page_about_cat a {
    margin-right: 15px;
    height: 54px;
    line-height: 54px;
    width: 10%;
    text-align: center;
}
.page_about_cat a:hover {
    color: #fff!important;
    border: 1px solid #82524d;
    background: #82524d;
    display: block;
}



.index_servies_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_servies_item {
    width: 100%;
    border-radius: 8px;
    padding: 30px 0px 40px;
    margin-bottom: 50px;
}
.index_servies_icon {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    background-color: #e5edfd;
    border-color: #e5edfd;
    line-height: 64px;
    font-size: 0;
}
.index_servies_tit p {
    text-align: center;
    color: #1f1e1e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.index_servies_tit span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #253554;
}
.index_servies_remark {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
    padding: 0 25px;
    color: #273755;
}
.index_servies_xm {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
.index_servies_xm p:hover {
    transform: scale(1.2);
}
.card{
    background: #f0f2f7;
    background: -o-linear-gradient(top, #f0f2f7, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f2f7), to(#fff));
    background: linear-gradient(180deg, #f0f2f7, #fff);
    border: 2px solid #fff;
    -webkit-box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
    box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.card:hover{
    -webkit-box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 15%), -6px -6px 15px 0 #fff;
    box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 15%), -6px -6px 15px 0 #fff;
}
.topzd.topfixde {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
    background: rgba(255, 255, 255, 0.9);
}
.index_servies_item:hover .index_servies_icon {
    -webkit-box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 30%), -6px -6px 15px 0 #fff;
    box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 30%), -6px -6px 15px 0 #fff;
}


.index_case {
    background: #f3f5f8;
    padding-bottom: 50px;
}
.index_case_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.index_case_item {
    width: 23.5%;
    margin-right: 2%;
    background-color: #f3f5f8;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    background-image: url(../img/recom.jpg),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
    background-size: 340px auto,auto;
    margin-bottom: 30px;
}

.index_case_item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.index_case_item:nth-child(4n) {
    margin-right: 0;
}
.index_case_item span {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
    padding-top: 20px;
}
.index_case_item:hover {
    -webkit-box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 40%), -6px -6px 15px 0 #fff;
    box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 40%), -6px -6px 15px 0 #fff;
}
.index_case_item:hover span{
    color: #0052d9;
}
.index_development {
    background: url(../img/support.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    background-color: #242933;
    color: #fff;
    padding: 50px 0;
}
.index_development_main {
    background: #242933;
    border: 2px solid #242933;
    box-shadow: inset 8px 8px 20px 0 rgb(18 21 26 / 60%), inset -8px -8px 20px 0 rgb(54 62 77 / 50%);
    padding: 20px;
    border-radius: 8px;
    height: 450px;
}
.index_development_main_worp {
    position: relative;
    height: 100%;
}
.index_development_title {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
    line-height: 1;
}
.index_development_main_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%;
    background-image: url(../img/services-bg.jpg);
    z-index: 0;
}
.index_development_main_left {
    background-image: linear-gradient(90deg,#282d38 49%,rgba(36,41,51,0) 94%);
    padding: 28px 40px;
    position: relative;
    width: 100%;
    padding-right: 30%;
    height: 100%;
}
.index_development_remark span {
    font-size: 24px;
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}
.index_development_remark p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}
.index_development_a a {
    box-sizing: border-box;
    border: none;
    height: 38px;
    background: #0052d9;
    box-shadow: 2px 4px 10px 0 rgb(27 51 95 / 20%);
    padding: 0 32px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
    display: block;
    margin-top: 30px;
    width: 136px;
}
.index_process_item {
    width: 15%;
   margin-bottom: 50px;
}
.index_process_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_process_item:hover {
}
.index_process_item:hover svg.icon {
    padding: 14px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 100%;
}
.index_process_item p {
    display: block;
    text-align: center;
}

.index_process_item span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #212529;
    margin: 8% 0 1%;
}
.index_process_item:hover span {
    color: #0052d9;
}

.index_process_item:hover i {
    color: #0057e0;
}

.index_process_item i {
    font-size: 14px;
    text-align: center;
    display: block;
    font-style: normal;
    color: #3d485d;
}
.index_dynamic {
    background: #ffffff;
    padding-bottom: 50px;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
}
.index_development_a a:hover {
    background: #2670e8;
}
.index_dynamic_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_dynamic_item {
    width: 24%;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
    padding: 10px 25px 15px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.84);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.84);
}
.index_dynamic_item:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    -webkit-box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 40%), -6px -6px 15px 0 #fff;
    box-shadow: 10px 10px 20px 0 rgb(136 167 225 / 40%), -6px -6px 15px 0 #fff;
}
.idi_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.idi_tb {
    width: 23%;
}

.idi_tit {
    width: 77%;
}
.idi_tb img {
    width: 100%;
}
.idi_list_item a {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
    align-items: center;
    padding-bottom: 10px;
}
.idi_list {
    padding-bottom: 10px;
    list-style: none;
    -webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%);
    margin-left: 25px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.idi_tit p {
    font-size: 20px;
    color: #1f1f1f;
    font-weight: bold;
    display: block;
}
.idi_tit span {
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
}
.index_dynamic_item:nth-child(1):hover .idi_tit span {
    color: #eb5857;
}
.index_dynamic_item:nth-child(3):hover .idi_tit span {
    color: #54c757;
}
.index_dynamic_item:nth-child(2):hover .idi_tit span {
    color: #3680ff;
}
.index_dynamic_item:nth-child(4):hover .idi_tit span {
    color: #3680ff;
}
.idi_list_item a span:first-child {
    margin-right: 10px;
}

.idi_list_item a span:last-child {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 300;
}
.index_process_item svg.icon {
    overflow: hidden;
    border: 1px solid #e5e8ed;
    border-radius: 100%;
    padding: 10px;
}

.index_dynamic_item:nth-child(1) .idi_list_item:hover span {
    color: #eb5857;
}
.index_dynamic_item:nth-child(2) .idi_list_item:hover span {
    color: #3680ff;
}
.index_dynamic_item:nth-child(3) .idi_list_item:hover span {
    color: #54c757;
}
.index_dynamic_item:nth-child(4) .idi_list_item:hover span {
    color: #3680ff;
}
.idi_more a {
    font-size: 14px;
    display: block;
    color: #1f1f1f;
    text-align: center;
}
.index_dynamic_item:nth-child(1):hover .idi_more a {
    color: #eb5857;
}
.index_dynamic_item:nth-child(2):hover .idi_more a {
    color: #3680ff;
}
.index_dynamic_item:nth-child(3):hover .idi_more a {
    color: #54c757;
}
.index_dynamic_item:nth-child(4):hover .idi_more a {
    color: #3680ff;
}

.footer_worp_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer_worp {
    padding: 50px 0 20px;
}

.footer_worp_title {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #f7f9fb;
    position: relative;
    padding-bottom: 15px;
}

.footer_worp_title:before {
    background: #ffffff;
    width: 35px;
    height: 1px;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_worp_list span:first-child svg.icon {
    height: 45px;
    width: 45px;
    padding: 6px;
    background: #494949;
    font-size: 0;
    border-radius: 100%;
}
.footer_worp_list {
    margin-bottom: 30px;
}
.footer_worp_list span:last-child {
    display: block;
    line-height: 1;
    padding-left: 15px;
    font-size: 16px;
    color: #ffffff;
}
.footer_worp_list {
    display: flex;
    align-items: center;
}
.footer_worp_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_worp_nav a {
    display: block;
    width: 50%;
}

.footer_worp_a {
    width: 15%;
}

.footer_worp_addrs {
    width: 30%;
}
.footer_worp_whact {
    width: 13%;
}
.footer_worp_nav a {
    display: block;
    width: 50%;
    font-size: 16px;
    margin-bottom: 25px;
    color: #ffffff;
}
.footer_worp_tu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.whact_img img {
    width: 100%;
    padding: 5px;
    border: 2px solid #fff;
    background: #ffffff;
}
.whact_img {
    width: 100%;
    text-align: center;
}
.whact_img p {
    font-size: 14px;
    color: #495770;
}



.float-bar{position: fixed;right: 30px;top: 60%;z-index: 105;
}
.float-bar li {
    margin-bottom: 15px;
    list-style: none;
}
.float-bar li .ico img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #0252d9;
    box-shadow: 0px 6px 18px -9px #0252d9;
}
.ico {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.float-bar .tel{position: relative;}
.float-bar .tel-con {
    position: absolute;
    right: 60px;
    top: 0;
    width: 0px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0px 6px 18px -9px #0252d9;
}
.float-bar .tel-con p {
    font-size: 18px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    background: #0252d9;
}

.float-bar li .ico img:hover {
   background: rgb(255 127 1);
}

.float-bar .tel:hover .tel-con, .float-bar .shang:hover .tel-con, .float-bar .weix:hover .tel-con {
    width: 150px;
    opacity: 1;
}
.float-bar .weix:hover .qr-con {
    visibility: visible;
    opacity: 1;
}
.float-bar .tel:hover .tel-con p{opacity: 1;}
.float-bar .qr-con {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 60px;
    top: 37%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    box-shadow: -7px 7px 10px rgb(0 0 0 / 15%);
    padding: 5px;
}
.float-bar .qr-con img {
    width: 100%;
    height: 100%;
}
.fd-link{border-top: 1px solid #ccc;}
.fd-tel{border-bottom: 0;}

.crumb {
    background: #ffffff;
}
.bread_crumb span {
    font-size: 14px;
    display: inline-block;
    vertical-align: -2px;
    color: #3d485d;
}
.bread_crumb a {
    font-size: 14px;
    display: inline-block;
    vertical-align: -2px;
    color: #3d485d;
}
.bread_crumb {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    display: inline-block;
    vertical-align: -2px;
    color: #3d485d;
}
.main_worp {
    background: #f7f7f7;
    padding: 50px 0;
}
.case_head {
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 16px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    background: #ffffff;
    border-radius: 2px;
    padding: 50px;
}
.case_left {
    width: 78%;
}

.case_right {
    width: 12%;
}
.case_bt {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_remark p {
    font-weight: 500;
    font-size: 20px;
    color: #18181a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}
.case_remark span {
    font-weight: 400;
    font-size: 16px;
    color: #495770;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case_sevise p {
    font-weight: 500;
    font-size: 20px;
    color: #18181a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}
.case_sevise_a a {
    width: 10%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-right: 2%;
    background-color: #f5f5f7;
    border-radius: 4px;
    color: #a6abb5;
}
.case_sevise_a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case_sevise_a a:hover {
    color: #18181a;
}
.case_sevise_a a:last-child {
    margin-right: 0;
    background: #0052d9;
    color: #ffffff;
}
.case_sevise_a a:nth-child(7) {
    background: #0052d9;
    color: #ffffff;
}
.case_bottom {
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 16px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    background: #ffffff;
    border-radius: 2px;
    padding: 50px;
    margin-top: 50px;
}
.case_like {
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 16px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
    background: #ffffff;
    border-radius: 2px;
    padding: 50px;
    margin-top: 50px;
}
.case_like_title {
    font-weight: 500;
    font-size: 20px;
    color: #18181a;
    margin-bottom: 50px;
}
.case_like_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article_left {
    width: 18%;
    background: #ebeff4;
}
.article_right {
    background: #ffffff;
    padding: 25px 0;
}
.article_list {
  padding: 0 25px;
}
.article_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.article_left .article_title {
    padding: 60px 0 20px 40px;
    margin-bottom: 30px;
    color: #2A3457;
    font-size: 24px;
    border-bottom: 1px solid #E8EDF2;
    border-right: 1px solid #E8EDF2;
    background: #ffffff url(../img/dt.png) no-repeat left top;
    background-size: 50px 50px;
}
.article_cat a {
    display: block;
    height: 46px;
    padding-left: 40px;
    line-height: 46px;
    color: #1f1f1f;
    font-size: 16px;
}
.article_cat a.active {
    background-color: #dfe8f2;
    color: #0052d9;
    position: relative;
    text-decoration: none;
}
.article_cat a.active:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #0052d9;
    position: absolute;
    top: 0;
    right: 0;
}
.article_cat a:hover {
    background-color: #E8EDF2;
    color: #0052d9;
    position: relative;
    text-decoration: none;
}
.article_cat a:hover::before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background-color: #0052d9;
    position: absolute;
    top: 0;
    right: 0;
}
.article_right .article_title {
  padding: 10px 25px 20px 25px;
  margin-bottom: 30px;
  color: #2A3457;
  font-size: 24px;
  border-bottom: 1px solid #E8EDF2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_like_box {
    width: 32%;
    margin-right: 2%;
    background: #f5f5f7;
    margin-bottom: 2%;
    padding: 30px;
}

.article_like_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.article_like_box:nth-child(3n) {
    margin-right: 0;
}
.article_like_box p {
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    color: #1f1f1f;
    font-weight: 500;
}
.article_like_box span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article_like_box i {
    font-size: 18px;
    color: #666;
    font-style: normal;
    margin-top: 10px;
    display: block;
}
.contact_title {
    padding-left: 23px;
    font-size: 20px;
    position: relative;
    margin: 50px 0 30px;
}
.contact_title:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0252d9;
    position: absolute;
    left: 0;
    top: 10px;
}
.contact_info_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E8EDF2;
    padding-bottom: 30px;
}
.contact_info_title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #2A3457;
}
.contact_info_p p {
    line-height: 42px;
    font-size: 15px;
}
.contact_info_p span {
    display: inline-block;
    color: #9FA3B3;
}
.contact_info_p i {
    display: inline-block;
    color: #2b3457;
    font-style: normal;
    font-weight: 500;
}
.contact_info_a a:hover {
    box-shadow: 0px 6px 18px -9px #0252d9;
    color: #ffffff;
}
.contact_info_a a {
    display: block;
    width: 164px;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    background: #0252d9;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}
.contact_whact {
    border: 1px solid #E8EDF2;
    padding: 15px;
    text-align: center;
}
.contact_whact img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
}
.contact_whact p {
    text-align: center;
    color: #686F88;
    font-size: 15px;
}
.contact_visit input.visit_input {
    width: 40%;
    display: block;
    height: 40px;
    background-color: #F7F9FA;
    border: 1px solid #EAEEF3;
    font-size: 15px;
    color: #0052d9;
    outline: none;
    padding-left: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.contact_visit textarea.visit_text {
    display: block;
    width: 100%;
    height: 140px;
    background-color: #F7F9FA;
    border: 1px solid #EAEEF3;
    outline: none;
    padding: 15px;
    font-size: 15px;
    color: #0052d9;
}
.article_ri {
    width: 82%;
    background: #ffffff;
    padding: 50px;
}
.article_ri .article_title {
    padding: 10px 0 20px 0px;
    margin-bottom: 30px;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #E8EDF2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
button.btns {
    display: block;
    width: 164px;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    background: #0252d9;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
}
.vido_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.video_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.video_box:nth-child(3n) {
    margin-right: 0;
}
.article_ri .pages a {
    border: 1px solid #f7f7f7;
}
.video_box p {
    display: block;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}
.video_box:hover {
    box-shadow: 11px 9px 20px rgb(204 204 204 / 51%);
}
.zhv_box img {
    width: 100%;
}
.zhv_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.zhv_box:hover {
    box-shadow: 11px 9px 20px rgb(204 204 204 / 51%);
}
.zhv_box p {
    display: block;
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}
.zhv_box:nth-child(3n) {
    margin-right: 0;
}
























































































.home_product {
    padding: 80px 0;
    background: #f7f7f7;
}
.swiper_pagination {
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 80px auto 0;
}
.swiper_pagination img {
    margin: 0 20px;
    cursor: pointer;
}
.home_product_img img {
    width: 100%;
    object-fit: cover;
}
.swiper_pagination .swiper-pagination {
    position: static;
}
.home_product .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #8b8a8a;
    background-color: #8b8a8a;
    margin: 0 8px !important;
}
.home_product .swiper-pagination-bullet-active {
    background: #fff;
    width: 16px;
    height: 16px;
    border-color: #1e56ad;
}
.home_product_relative {
    margin-top: 80px;
}
.home_product_item {
    background: #ffffff;
}
.home_product_img {
    width: 100%;
    overflow: hidden;
}
.home_product_item:hover .home_product_img img {
    transform: scale(1.2);
}
.home_product_wz p {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 15px 10px;
}
.home_product_wz span {
    text-align: center;
    display: block;
    color: #8c8c8c;
    font-size: 16px;
}
.home_product_item:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.home_product_item:hover  .home_product_wz p{
  color: #0252d9;
}
.home_product_item:hover .home_product_wz span {
     height: 32px;
     line-height: 32px;
     width: 140px;
     margin: 15px auto 0;
     background: #0052d9;
     color: #ffffff;
}
.home_product_wz {
    padding-bottom: 30px;
}
.home_case img {
    width: 100%;
}
.home_case {
    padding-top: 80px;
    background: #ffffff;
}
.home_about {
    padding: 80px 0 0;
    background: #f7f7f7;
}
.home_about_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 80px;
}
.home_about_wz {
    width: 55%;
    margin-bottom: 50px;
}
.home_about_counter {
    background: #000000;
}
.home_about_video {
    width: 40%;
}
.hav{
    position: relative;
}
.hav img {
    width: 100%;
}
.home_about_video {
    position: absolute;
    right: 0;
}
.home_about_wz p:first-child {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}
.home_about_wz p:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
    color: #8c8c8c;
}
.home_about_wz p:nth-child(3) {
    font-size: 16px;
    margin-top: 10px;
    color: #8c8c8c;
}
.home_about_wz a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #0252d9;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 35px;
}
.hac_flex {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}
.hac_flex sup {
    color: #ffffff;
    font-size: 20px;
    top: -2em;
}
.hac_flex span {
    font-size: 60px;
    color: #ffffff;
}
.hac_flex i {
    display: block;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
}
.hac_flex p {
    width: 30%;
    text-align: center;
}
.home_about_counter {
    background: #000000;
    padding: 30px 0;
}
.hav img.video_icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hav a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.caption {
    display: none !important;
    height: 0 !important;
    line-height: normal !important;
}
.poptrox-popup {
    padding: 10px !important;
}
.home_passenger_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home_passenger {
    padding: 80px 0;
    background: #ffffff;
}
.home_passenger_a a i {
    font-style: normal;
    margin-right: 15px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
}
.home_passenger_a a {
    display: block;
    margin-bottom: 50px;
    font-size: 22px;
    color: #000000;
}
.home_passenger_a a.active i {
    height: 50px;
    line-height: 50px;
    background: #0252d9;
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
}
.home_passenger_a a.active span {
    color: #0252d9;
    font-weight: 600;
}
.hpi_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hpi_box:nth-child(4n) {
    margin-right: 0;
}
.hpi_box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.home_passenger_a {
    width: 15%;
}

.home_passenger_tu {
    width: 85%;
}
.hpi_box img {
    width: 100%;
}
.home_passenger_item {
    display: none;
}
.home_passenger_item.active {
    display: block;
}
.hpi_box:hover {
    box-shadow: 8px 7px 20px 0 rgb(0 0 0 / 36%);
}
.home_news {
    background: #f7f7f7;
    padding: 80px 0;
}
.home_news_list {
    display: none;
}

.home_news_list.active {
    display: block;
}
.home_news_flex {
    margin-top: 50px;
}
.home_news_a {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_news_a a {
    width: 10%;
    text-align: center;
    color: #000000;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
}
.home_news_a a.active {
    background: #0252d9;
    color: #ffffff;
}
.home_news_main {
    margin-top: 50px;
}
.hnl_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.home_news_item:nth-child(2n) {
    margin-right: 0;
}
.home_news_item {
    width: 49%;
    margin-right: 2%;
    background: #ffffff;
    margin-bottom: 2%;
}
.home_news_item:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.home_news_item a {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
}
.hni_time {
    width: 15%;
}

.hni_wz {
    width: 80%;
}

.hni_time span {
    display: block;
    text-align: center;
    font-size: 70px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}

.hni_time i {
    font-size: 18px;
    text-align: center;
    font-style: normal;
    display: block;
}
.hni_wz p:nth-child(1) {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.hni_wz p:nth-child(2) {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hni_wz p:nth-child(3) {
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
}
.home_news_item:hover .hni_wz p:nth-child(1) {
    color: #0252d9;
}
.home_news_item:nth-child(5), .home_news_item:nth-child(6) {
    margin-bottom: 0;
}
.info_pro_head {
    padding: 40px 0;
}

.info_pro_head_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.exzoom {
    width: 40%;
}

.info_exz {
    width: 55%;
    position: relative;
}
.info_exz_title {
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    border-bottom: 1px solid #d9d9d9;
}
.info_exz_remark p:first-child {
    font-size: 18px;
    color: #000000;
    margin: 15px 0;
    font-weight: bold;
}
.info_exz_remark {
    min-height: 450px;
}
.info_exz_a a:first-child {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #0252d9;
    text-align: center;
    color: #ffffff;
    margin-right: 15px;
    font-size: 18px;
}
.info_exz_a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.info_exz_a a:last-child {
    border: 1px solid #0252d9;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0252d9;
    font-size: 18px;
    position: relative;
}
.info_exz_a a:last-child::before{
    transition: all .5s;
    width: 0;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    content: '';
    background-color: #0252d9;
}
.info_exz_a a:last-child:hover::before{
    width: 100%;
}
.info_exz_a a:last-child:hover {
    border-color: #0252d9;
    color: #fff;
}
.info_exz_a a:last-child i {
    position: relative;
    z-index: 2;
}
.info_exz_a a:last-child span {
    position: relative;
    z-index: 2;
}
.infocontent_title {
    height: 72px;
    line-height: 71px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 40px;
}
.infocontent_title span {
    color: #0252d9;
    border-bottom: 1px solid #0252d9;
    height: 72px;
    line-height: 70px;
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
}
.like_product {
    margin-top: 50px;
    background: #ffffff;
    padding: 25px;
}
.like_product_title {
    font-weight: 500;
    font-size: 20px;
    color: #18181a;
    margin-bottom: 25px;
}
.like_product .lpr_list_box {
    width: 18%;
    margin-right: 2.5%;
}
.like_product .lpr_list_box:nth-child(5n) {
    margin-right: 0;
}
.like_product .lpr_list_box:nth-child(4n) {
    margin-right: 2.5%;
}
.like_product .lpr_list_box p {
    background: #f7f7f7;
}
.lpc_like_pro {
    margin: 30px 0 0;
}
.lpc_like_pro_title {
    font-size: 20px;
    margin-bottom: 30px;
}
.lpc_like_pro .lpr_list_box {
    width: 100%;
    margin-bottom: 30px;
}
.lpc_cat_box:nth-child(11) a {
  color: #21c048;
  font-weight: bolder;
}
.home_zs_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
.home_zs {
  padding: 80px 0;
}
.home_zs_box {
  margin-top: 60px;
  text-align: center;
}