*,
*:hover {
    transition: all 0.3s;
}

.wrap {
    width: 98%;
    max-width: 1440px;
    margin: 0 auto;
}

/* HEADER */
.header_home {
    width: 100%;
    background: rgba(14, 20, 54, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    position: absolute;
    z-index: 9999;
}

.header_home .logo {
    float: left;
    width: 19%;
    text-align: left;
    display: block;
}

.header_home .logo img {
    vertical-align: top;
    margin-top: 15px;
}

.header_home ul {
    float: right;
    width: 71%;
}

.header_home ul li {
    float: left;
    width: 14.5%;
    font-size: 16px;
    text-align: center;
    line-height: 70px;
}

.header_home .drive-btn {
    border: #fff 1px solid;
    color: #fff;
    margin-top: 15px;
}

.header_home ul li a {
    color: #fff;
    font-size: 20px;
}

.header_home ul li a.active,
.header_home ul li a:hover {
    color: #ff9600;
}

.header_scroll {
    position: fixed !important;
    top: 0 !important;
    background: rgba(27, 37, 62, 1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 999999999;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}

.header_scroll .logo {
    width: 16%;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);
    background: none;
    line-height: 1;
    height: auto;
    margin-top: 5px;
}

.header_scroll ul li {
    float: left;
}

.header_scroll ul li a {
    color: #fff;
}

.header_scroll ul li a:hover,
.header_scroll ul li#on a {
    color: #ff9600;
}

.header_home .mobile_nav {
    display: none;
    float: right;
    position: relative;
}

.header_home .mobile_nav .icon {
    line-height: 70px;
    color: #fff;
    cursor: pointer;
}

.header_home .mobile_nav .nav_list {
    display: none;
    position: absolute;
    width: 100px;
    left: -80px;
    top: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 10px;
}

.header_home .mobile_nav .nav_list a {
    /* color: #fff; */
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.header_home .mobile_nav .nav_list a.active {
    color: red;
}

/* FOOTER */
.footer {
    background-color: #3e3e3e;
}

.footer .footer_list {
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer .footer_list .wrap {
    position: relative;
}

.footer .footer_list .footer_section {
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    margin: auto 0;
}

.footer .footer_list .footer_section:first-of-type {
    padding-left: 0;
}

.footer .footer_list .footer_section:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 80%;
    background-color: #3a3a3a;
}

.footer .footer_list .footer_section:last-of-type::after {
    display: none;
}

.footer .footer_list .footer_section .footer_logo {
    width: 260px;
    color: #d8d8d8;
    font-size: 18px;
}

.footer .footer_list .footer_section .footer_logo img {
    max-width: 100%;
    height: 90px;
    border-bottom: 2px solid #383838;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.footer .footer_list .footer_section h4 {
    color: #d8d8d7;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.footer .footer_list .footer_section .link_box {
    display: flex;
}

.footer .footer_list .footer_section .link_box .link_list:nth-of-type(2) {
    margin-left: 50px;
}

.footer .footer_list .footer_section .link_list a {
    display: block;
    color: #a6a5ad;
    margin-bottom: 10px;
}

.footer .footer_list .footer_section .link_list a:hover {
    color: #fff;
}

.footer .footer_list .footer_section h4:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: #ffffff;
}

.footer .footer_list .mob {
    position: absolute;
    right: 0;
    bottom: -140px;
}

.footer .footer_list .mob .icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.footer .footer_list .mob .icon .lis {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.footer .footer_list .mob .icon .lis:first-of-type {
    background-color: red;
    color: #fff;
    margin-right: 10px;
}

.footer .footer_list .mob .icon .lis:last-of-type {
    border: 1px solid #fff;
    color: #fff;
}

.footer .copyright {
    color: #7e807d;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #383838;
}

/* FOOTER CONTACT */
.com_contact {
    background-image: url(/static/upload/image/20240122/1705889202165896.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

.com_contact .left {
    margin: auto 0;
}

.com_contact .left .title {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
}

.com_contact .left .desc {
    font-size: 16px;
}

.com_contact .left .btn_contact {
    margin-top: 60px;
}

.com_contact .left .btn_contact button {
    width: 220px;
    height: 50px;
    background-color: #f27002;
    border-radius: 10px;
    border: 0;
    color: #fff;
    margin: auto 0;
    margin-right: 20px;
}

.com_contact .left .btn_contact>div {
    padding-left: 50px;
}

.com_contact .left .btn_contact>div div {
    font-size: 14px;
}

.com_contact .left .btn_contact>div span {
    font-size: 40px;
    font-weight: 700;
}

.com_contact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.com_contact form input {
    width: 48%;
    height: 60px;
    margin-bottom: 10px;
}

.com_contact form textarea {
    width: 100%;
}

.com_contact form button {
    width: 100%;
    margin-top: 10px;
    border: 0;
    height: 70px;
    color: #c4783c;
    font-size: 18px;
}

.com_contact form .bg_a {
    background-color: #7f7f7fb0;
    border: 0;
    color: #fff;
    outline: none;
    padding-left: 10px;
}

.com_contact form .bg_a::placeholder {
    color: #fff;
}

/* INDEX -- PRODUCT */
.ind_pro .pro_title .left h1 {
    color: #303030;
    font-weight: bold;
}

.ind_pro .pro_title .left h3 {
    color: #9199b0;
}

.ind_pro .pro_title .right {
    margin: auto 0;
}

.ind_pro .pro_title .right .sonsort .list {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #b1b1b1;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.ind_pro .pro_title .right .sonsort .list:last-of-type {
    margin-right: 0px;
}

.ind_pro .pro_title .right .sonsort .list:hover,
.ind_pro .pro_title .right .sonsort .list.active {
    background-color: #316098;
    color: #fff;
}

.ind_pro .pro_list {
    margin-top: 70px;
}

.ind_pro .pro_list .list {
    display: none;
}

.ind_pro .pro_list .list.active {
    display: block;
}

.ind_pro .pro_list .list .pro_li {
    padding: 5px 20px;
    border: 2px solid #ffffff00;
    background-image: url('/static/upload/image/20240117/1705477802982423.png');
    width: 32%;
    margin-bottom: 10px;
}

.ind_pro .pro_list .list .pro_li:hover {
    border: 2px solid #d1d5e1;
    background: #fff;
    transition: all 0.3s;
}

.ind_pro .pro_list .list .pro_li a {
    display: block;
    height: 100%;
}

.ind_pro .pro_list .list .pro_li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ind_pro .pro_list .list .pro_li:hover a .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ind_pro .pro_list .list .pro_li a .title h5 {
    color: #5c5c5c;
    font-weight: bold;
    line-height: 35px;
}

.ind_pro .pro_list .list .pro_li:hover a .title h5 {
    color: #3a5079;
}

.ind_pro .pro_list .list .pro_li a .title .page {
    display: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.ind_pro .pro_list .list .pro_li:hover a .title .page {
    display: block;
}

/* INDEX -- CASES */
.ind_cases .cases_title .left h1 {
    color: #303030;
    font-weight: bold;
}

.ind_cases .cases_title .left h3 {
    color: #9199b0;
}

.ind_cases .cases_list {
    margin-top: 40px;
}

.ind_cases .cases_list .left .list {
    width: 330px;
    height: 150px;
    line-height: 150px;
    display: flex;
    justify-content: space-around;
    background-color: #323232;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.ind_cases .cases_list .left .list:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid #ffcc01;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.ind_cases .cases_list .left .active.list::after,
.ind_cases .cases_list .left .list:hover::after {
    display: block;
}

.ind_cases .cases_list .left .list:last-of-type {
    margin-bottom: 0;
}

.ind_cases .cases_list .left .list:hover,
.ind_cases .cases_list .left .list.active {
    background-color: #ffcc01;
    color: #7c5e00;
}

.ind_cases .cases_list .left .list img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: auto 0;
    background-color: #fff;
}

.ind_cases .cases_list .left .list .title {
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    margin-left: 10px;
}

.ind_cases .cases_list .right {
    width: 73%;
}

.ind_cases .cases_list .right .list {
    display: none;
    height: 100%;
    position: relative;
}

.ind_cases .cases_list .right .list.active {
    display: block;
}

.ind_cases .cases_list .right .list .bottom {
    position: absolute;
    bottom: 0;
    background-color: #28272cde;
    display: flex;
    justify-content: space-between;
}

.ind_cases .cases_list .right .list .bottom .bottom_left {
    padding-left: 20px;
    width: 60%;
    margin: auto 0;
}

.ind_cases .cases_list .right .list .bottom .bottom_left .title {
    color: #be9f16;
    font-weight: bold;
    font-size: 16px;
}

.ind_cases .cases_list .right .list .bottom .bottom_left .desc {
    font-size: 14px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ind_cases .cases_list .right .list .bottom .bottom_left .desc {
    color: #ececec;
}

.ind_cases .cases_list .right .list .bottom .bottom_right {
    background-color: #ffcc01;
    width: 100px;
    height: 120px;
    color: #805300;
    font-size: 16px;
    text-align: center;

    display: flex;
    align-items: center;
}

.ind_cases .cases_list .right .list .bottom .bottom_right a {
    width: 100%;
}

/* INDEX -- ABOUT */
.ind_about .about_title {
    position: relative;
}

.ind_about .about_title .left {
    width: 50%;
}

.ind_about .about_title .left h1 {
    color: #303030;
    font-weight: bold;
}

.ind_about .about_title .left h3 {
    color: #9199b0;
}

.ind_about .about_title .left .desc {
    font-size: 16px;
    margin-top: 40px;
}

.ind_about .about_title .right {
    width: 45%;
    position: absolute;
    top: -75px;
    right: 0;
}

.ind_about .about_title .right img {
    width: 100%;
}

.ind_about .about_title .bottom {
    margin-top: 70px;
}

/* INDEX -- HX */
.ind_hx {
    background-image: url('/static/upload/image/20240115/1705295824266581.jpg');
}

.ind_hx .hx_title .left h1 {
    color: #303030;
    font-weight: bold;
}

.ind_hx .hx_title .left h3 {
    color: #9199b0;
}

.ind_hx .hx_list {
    margin-top: 50px;
}

.ind_hx .hx_list .bg_f1 {
    background-color: #f1f1f1;
}

.ind_hx .hx_list .bg_f {
    background-color: #fff;
}

.ind_hx .hx_list .list .text {
    text-align: center;
    padding: 40px;
}

.ind_hx .hx_list .list .text h4 {
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

.ind_hx .hx_list .list .text h4:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 3px;
    background-color: #fadb17;
}

.ind_hx .hx_list .list .text .desc {
    color: #6e6e6e;
}

/* INDEX -- MT */
.ind_mt {
    background-image: url('/static/upload/image/20240115/1705296733527396.jpg');
    background-repeat: no-repeat;
}

.ind_mt .mt_title .left h1 {
    color: #303030;
    font-weight: bold;
}

.ind_mt .mt_title .left h3 {
    color: #9199b0;
}

.ind_mt .mt_title .right {
    margin: auto 0;
}

.ind_mt .mt_title .right .sonsort .list {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #6c6c6c;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.ind_mt .mt_title .right .sonsort .list:last-of-type {
    margin-right: 0px;
}

.ind_mt .mt_title .right .sonsort .list:hover,
.ind_mt .mt_title .right .sonsort .list.active {
    background-color: #316098;
    color: #fff;
}

.ind_mt .mt_list {
    padding-bottom: 90px;
    margin-top: 70px;
}

.ind_mt .mt_list .list {
    display: none;
}

.ind_mt .mt_list .list.active {
    display: block;
}

.ind_mt .mt_list .list .left {
    width: 450px;
    /* height: 400px; */
    height: 100%;
}

.ind_mt .mt_list .list .left img {
    width: 100%;
    object-fit: cover;
}

.ind_mt .mt_list .list .left .left_bottom {
    background-color: #335a9f;
}

.ind_mt .mt_list .list .left .left_bottom .title {
    width: 80%;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

.ind_mt .mt_list .list .left .left_bottom .ico {
    background-color: #df0001;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.ind_mt .mt_list .list .right {
    width: 60%;
    max-width: 930px;
    display: block;
}

.ind_mt .mt_list .list .right .right_list {
    width: 48%;
    margin-bottom: 60px;
}

.ind_mt .mt_list .list .right .right_list h3 {
    color: #4c4c50;
    margin-bottom: 30px;
}

.ind_mt .mt_list .list .right .right_list .desc {
    color: #a0a4a7;
    margin-bottom: 20px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ind_mt .mt_list .list .right .right_list .date {
    color: #232228;
    font-weight: bold;
    font-size: 18px;
}

.ind_mt .mt_title.hz {
    padding-top: 90px;
    border-top: 2px solid #d6d5da;
}

.ind_mt .mt_title.hz .right {
    max-width: 1070px;
}

.ind_mt .mt_title.hz .right .list {
    width: 250px;
    height: 130px;
    background-color: #fff;
    margin-bottom: 60px;
    box-shadow: 0 0 3px #dedede;
    text-align: center;
    line-height: 130px;
    font-size: 50px;
    color: #9d9d9d;
}

/* INDEX -- CONTACT */
.ind_con {
    background-image: url('/static/upload/image/20240115/1705300068832890.jpg');
    color: #f8ffff;
}

.ind_con .wrap>div {
    padding-left: 180px;
}

.ind_con h1 {
    margin-bottom: 80px;
}

.ind_con .left .bottom .list {
    height: 80px;
    align-items: center;
}

.ind_con .left .bottom .list .ico {
    height: 100%;
    line-height: 80px;
    margin-right: 20px;
}

.ind_con .left .bottom .list .text h5 {
    color: white;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.ind_con .left .bottom .list .text small {
    font-size: 25px;
    font-weight: bold;
}

.ind_con .right {
    max-width: 600px;
}

.ind_con .right input {
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
}

.ind_con .right textarea {
    height: 170px;
    width: 100%;
}

.ind_con .right button {
    width: 350px;
    height: 75px;
    color: #fff;
    background-color: #fe4540;
}

/* ABOUT */
section#n_shuzi {
    display: block;
}

#n_shuzi.pad_top {
    padding-top: 4.5rem;
}

#n_shuzi.pad_bot {
    padding-bottom: 5rem;
}

#n_shuzi {
    width: 100%;
    height: 100vh;
    background: url(/static/upload/image/20240120/1705711045113102.jpg) center no-repeat;
    background-size: cover;
}

#n_shuzi .m {
    max-width: 1700px;
    height: 100%;
    margin: 0 auto;
    padding: 0 100px;
    display: block;
    position: relative;
}

#n_shuzi .j_tab {
    display: table;
    width: 100%;
    height: 100%;
}

#n_shuzi .j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#n_shuzi .shuzi_box {
    padding-top: 5rem;
}

#n_shuzi .txt {
    float: left;
    width: 30%;
    color: #fff;
}

#n_shuzi .txt .tt h3 {
    font-size: 2.8125rem;
    font-weight: bold;
    font-family: "微软雅黑";
}

#n_shuzi .txt .tt i {
    display: block;
    width: 5rem;
    height: 3px;
    background: #ff8e3d;
    margin-top: 1.625rem;
    margin-bottom: 2.5rem;
}

#n_shuzi .txt .tt h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

#n_shuzi .txt .con {
    font-size: .9375rem;
    line-height: 1.875rem;
}

#n_shuzi ul {
    width: 70%;
    float: right;
    text-align: center;
    font-size: 0;
    margin-top: -3.5rem;
    position: relative;
}

#n_shuzi ul:before {
    content: "";
    display: block;
    width: 848px;
    max-width: 100%;
    height: 621px;
    background: url(../images/ditu.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -5rem;
    right: -3rem;
}

#n_shuzi ul li {
    width: 50%;
    display: block;
    float: left;
    margin-top: 3.5rem;
    position: relative;
}

#n_shuzi ul li .box {
    display: inline-block;
    text-align: center;
    float: right;
    min-width: 13rem;
}

#n_shuzi h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#n_shuzi ul li h5 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

#n_shuzi ul li p {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: normal;
}

#n_shuzi ul li p span {
    font-family: impact, "Barlow Condensed";
    font-size: 6.25rem;
}

#n_shuzi ul li p i {
    position: relative;
    top: -1.5rem;
    font-size: 3rem;
    margin-left: 0.5rem;
}

#n_shuzi ul li b {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

#n_shuzi ul li:nth-child(2):before,
#n_shuzi ul li:nth-child(4):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 20%;
    top: 0;
}

/* /static/upload/image/20240115/1705294922698338.jpg */
.about1 {
    padding: 70px 0 220px 0;
}

.about1 .w {
    max-width: 1600px;
    width: 98%;
    margin: 0 auto;
}

.about1 .left {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about1 .left h2 {
    color: #8b8b8b;
}

.about1 .left h1 {
    font-weight: bold;
    margin-bottom: 60px;
}

.about1 .left .desc {
    color: #999999;
}

.about1 .left .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about1 .left .box .list {
    width: 24%;
    text-align: center;
    position: relative;
}

.about1 .left .box .list:after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #dbdbdb;
}

.about1 .left .box .list:last-of-type:after {
    display: none;
}

.about1 .left .box .list .ico {
    color: #133575;
    margin-bottom: 10px;
}

.about1 .left .box .list .title {
    font-weight: 600;
    font-size: 18px;
}

.about1 .left .box .list .desc {
    color: #9d9d9d;
}

.about1 .right {
    width: 640px;
    height: 520px;
}

.about1 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.about2 {
    background-image: url(/static/upload/image/20240120/1705712015247520.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1080px;
    padding-top: 160px;
}

.about2 .w {
    width: 1600px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.about2 .list {
    /* position: absolute; */
    /* bottom: 0; */
    width: 24%;
    color: #fff;
    background-image: url(/static/upload/image/20240120/1705713676572120.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    height: 435px;
}

.about2 .list:nth-of-type(3) {
    margin-top: 90px;
}

.about2 .list:nth-of-type(2) {
    margin-top: 230px;
}

.about2 .list:nth-of-type(1) {
    margin-top: 320px;
}

.about2 .list .date {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.about2 .list .date .left {
    font-size: 70px;
    margin-right: 5px;
}

.about2 .list .date .right {
    margin-top: 10px;
}

.about2 .list .date .right .num {
    font-size: 40px;
    line-height: 44px;
}

.about2 .list .date .right .year {
    font-size: 18px;
}

.about2 .list .desc {
    max-width: 270px;
    line-height: 30px;
}

.about3 {
    position: relative;
}

.about3 img {
    width: 100%;
    display: block;
}

.about3 .about_title {
    font-size: 44px;
    text-align: center;
}

.about3 .about_title {
    width: 34.73958%;
    position: absolute;
    left: 10.78125%;
    top: 67%;
    text-align: left;
}

.about3 .about_title .en_title {
    display: block;
    margin-bottom: 17px;
    color: #e7e7e7;
    color: rgba(0, 0, 0, 0.06);
    font-family: Arial;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
}

.about3 h2 {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
}

.about3 .about_title .title {
    color: #000000;
    font-family: "PingFang_Heavy";
}

.about3 .about_title .text {
    max-width: 1060px;
    margin-top: 35px;
    display: inline-block;
    font-size: 22px;
    line-height: 1.81818;
    font-family: "PingFang_Bold";
    color: #676767;
    width: 100%;
}

.about4 {
    text-align: center;
    margin: 90px 0;
}

.about4 .w {
    max-width: 1500px;
    margin: 0 auto;
}

.about h3 {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.about h3:after {
    content: "";
    width: 120px;
    height: 4px;
    background: #d4500f;
    display: block;
    margin: 25px 0 30px;
}

.about4 h3:after {
    margin: 25px auto 30px;
}

.about p {
    font-size: 16px;
    line-height: 30px;
}

/* PRODUCT */
.pro_banner {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pro_banner .pos {
    position: relative;
    height: 600px;
    color: #fff;
}

.pro_banner .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_banner .text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pro_banner .text p {
    font-size: 18px;
}

.pro {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.pro .pro_list {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 5px #dedede;
    margin-bottom: 50px;
}

.pro .pro_list:first-of-type {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pro .pro_list .top {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    margin-bottom: 30px;
    position: relative;
}

.pro .pro_list .top:before {
    position: absolute;
    content: " ";
    background-image: url('/static/upload/image/20240117/1705476751889976.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro .pro_list .top .left h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.pro .pro_list .top .left .desc {
    color: #a2a2a2;
    font-size: 16px;
}

.pro .pro_list .top .right {
    margin: auto 0;
}

.pro .pro_list .top .right .more {
    width: 197px;
    height: 48px;
    display: block;
    border-radius: 30px;
    /* border: 1px solid #6b7783; */
    border: 0;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    background-image: url('/static/upload/image/20240117/1705476905258586.png');
    background-repeat: no-repeat;
    /* /static/upload/image/20240117/1705476905258586.png */
}

.pro .pro_list .bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro .pro_list .bottom .list {
    width: 23.8%;
    margin-bottom: 25px;
}

.pro .pro_list .bottom .list a {
    display: block;
    width: 100%;
    background: url('/static/upload/image/20240115/1705303963652311.png') no-repeat center 100%;
    background-size: 99% 64%;
    position: relative;
    padding-bottom: 8%;
}

.pro .pro_list .bottom .list a .tu {
    width: 88%;
    margin: 0 6%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro .pro_list .bottom .list a .tu img {
    width: 100%;
}

.pro .pro_list .bottom .list a .tu .mask {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.pro .pro_list .bottom .list a .tu .mask img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    width: 40%;
}

.pro .pro_list .bottom .list:hover a .tu .mask {
    display: block;
}

.pro .pro_list .bottom .list a .tit {
    width: 92%;
    margin: 0 4%;
}

.pro .pro_list .bottom .list a .tit h2 {
    font-size: 18px;
    color: #1a1a1a;
    margin: 3% 0 0 0;
    padding: 0 2%;
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro .pro_list .bottom .list a .tit p {
    font-size: 16px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('/static/upload/image/20240115/1705303992175739.png') no-repeat 2% center;
    padding: 0 2% 0 9%;
}

/* PRODUCT INFO */
.proinfo_banner {
    padding-top: 200px;
    color: #fff;
    padding-bottom: 150px;
    position: relative;
}

.proinfo_banner .left {
    width: 55%;
    height: 560px;
    text-align: center;
    /* background-color: #fff; */
    border-radius: 20px;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proinfo_banner .left img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.proinfo_banner .right {
    width: 43%;
    margin: auto 0;
}

.proinfo_banner .right .title {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: bold;
}

.proinfo_banner .right .desc {
    margin-bottom: 20px;
    font-size: 16px;
}

.proinfo_banner .right .attr li {
    margin-bottom: 25px;
}

.proinfo_banner .right .attr {
    font-size: 16px;
}

.proinfo_banner .right .attr span {
    font-weight: bold;
    font-size: 20px;
}

.proinfo_banner .right .contact {
    background-image: url(/static/upload/image/20240123/1705997143552555.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    width: 523px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
}

.proinfo_banner .right .contact .c:nth-of-type(1) {
    margin-top: 15px;
    font-weight: 500;
}

.proinfo_banner .right .contact .c:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.proinfo_nav {
    position: relative;
    z-index: 0;
}

.proinfo_nav ul {
    background-image: url(/static/upload/image/20240123/1705996791353077.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #dedede;
    border-radius: 15px;
    margin-top: -50px;
}

.proinfo_nav ul li {
    width: 18%;
    text-align: center;
    font-size: 16px;
    color: #aaaaaa;
    position: relative;
    cursor: pointer;
}

.proinfo_nav ul li:hover,
.proinfo_nav ul li:first-of-type {
    color: #486177;
}

.proinfo_nav ul li:hover::before,
.proinfo_nav ul li:first-of-type::before {
    content: "O";
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.proinfo_content {
    /* padding-top: 110px; */
    margin-top: -50px;
}

.proinfo_content section {
    padding: 70px 0;
}

.proinfo_content section .title {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 60px;
}

.proinfo_content .section1 {
    background-image: url(/static/upload/image/20240120/1705740241329780.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
}

.proinfo_content .section1 .left {
    width: 48%;
    margin: auto 0;
}

.proinfo_content .section1 .right {
    width: 48%;
    margin: auto 0;
}

.proinfo_content .section1 .cpjj .left {
    width: 35%;
}

.proinfo_content .section1 .cpjj .right {
    width: 60%;
}

.proinfo_content .section1 .cpjj {
    margin-bottom: 100px;
}

.proinfo_content .section1 video {
    height: 470px;
    width: 100%;
    border-radius: 20px;
}

.proinfo_content .section1 img {
    height: 660px;
    width: 100%;
    max-width: 790px;
    border-radius: 20px;
}

.proinfo_content .section1 .desc {
    font-size: 20px;
    color: #525e60;
    line-height: 35px;
}

.proinfo_content .section2 .wrap {
    max-width: 1250px;
}

.proinfo_content .section2 .content .bg {
    background-image: url(/static/upload/image/20240122/1705884748765406.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.proinfo_content .section2 .content .list>div {
    margin: auto 0;
}

.proinfo_content .section2 .content .list .text {
    max-width: 500px;
}

.proinfo_content .section2 .content .list .right.text {
    margin: auto;
}

.proinfo_content .section2 .content .list h2 {
    font-weight: bold;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}

.proinfo_content .section2 .content .list h2 strong {
    padding: 5px 20px;
    background-color: #31488e;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 15px;
}

.proinfo_content .section2 .content .list .desc {
    font-size: 16px;
}

.proinfo_content .section2 .content .list {
    height: 400px;
}

.proinfo_content .section2 .content .list img {
    max-width: 470px !important;
    /* max-height: 320px !important; */
    height: 400px;
}

.proinfo_content .section3 .title {
    text-align: center;
}

.proinfo_content .section3 table {
    width: 100%;
    border: 2px solid #ebebeb;
}

.proinfo_content .section3 table td,
.proinfo_content .section3 table th {
    padding: 10px;
    text-align: center;
    border: 2px solid #dedede !important;
}

.proinfo_content .section3 table thead {
    color: #fff;
    background-color: #50586b;
    font-size: 20px;
}

.proinfo_content .section3 table tbody {
    font-size: 18px;
}

.proinfo_content .section3 table tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.proinfo_ys {
    background-image: url(/static/upload/image/20240120/1705741756192608.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.proinfo_ys .wrap {
    max-width: 1200px;
}

.proinfo_ys .title {
    font-size: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.proinfo_ys ul {
    margin-bottom: 60px;
}

.proinfo_ys ul li {
    width: 22%;
    font-size: 20px;
}

.proinfo_ys ul li span {
    color: #c6823a;
    margin-right: 10px;
}

.proinfo_ys .cardd .card_list {
    width: 24%;
    background-color: #fff;
    padding-top: 70px;
}

.proinfo_ys .cardd .card_list .top {
    padding-bottom: 40px;
}

.proinfo_ys .cardd .card_list .top .card_title {
    color: #3d4878;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.proinfo_ys .cardd .card_list .top .card_title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 4px;
    background-color: #000000;
}

.proinfo_ys .cardd .card_list .top .desc {
    color: #1d1d1d;
    font-size: 16px;
}

.proinfo_ys .cardd .card_list .bottom {
    font-weight: bold;
    background-color: #ff9000;
    font-size: 25px;
}

/* CASES */
.cas_banner {
    height: 600px;
    position: relative;
}

.cas_banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.cas_banner .text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fcffff;
}

.cas_banner .text p {
    font-size: 18px;
    color: #edf1f3;
}

.cas_list {
    padding: 60px 0;
}

.cas_list .list {
    width: 32%;
    box-shadow: 0 0 5px #dedede;
    border-radius: 10px;
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.cas_list .list:hover {
    box-shadow: 0 0 0;
    transition: all 0.3s;
}

.cas_list .list:hover .top img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.cas_list .list:hover .bottom .title {
    color: #111;
}

.cas_list .list .top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 280px;
    overflow: hidden;
}

.cas_list .list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cas_list .list .bottom {
    padding: 30px;
}

.cas_list .list .tags {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: 10px;
}

.cas_list .list .tags span {
    width: 26%;
    margin-bottom: 20px;
    margin-right: 20px;
}

.cas_list .list .title {
    color: #8a8088;
    line-height: 30px;
}

/* CASES INFO */
.cases_head {
    width: 100%;
    padding: 118px 0 0;
    position: relative;
    z-index: 1;
    padding-top: 270px;
}

.cases_head .cases_banner {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 118px 0 0;
    position: absolute;
    background-size: cover;
    height: 600px;
    z-index: -1;
    top: 0;
    left: 0;
}

.cases_head .con {
    border-radius: 20px;
}

.cases_head .top .left {
    width: 800px;
    height: 600px;
    border-radius: 15px;
    box-shadow: 0 0 3px #dedede;
}

.cases_head .top .left img {
    margin-top: -60px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cases_head .top .right {
    margin: auto 0;
    width: 38%;
}

.cases_head .top .right .c_a9 {
    color: #36a9d9;
}

.cases_head .top .right .title {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 40px;
}

.cases_head .top .right .attr li {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    list-style-type: disc;
}

.cases_head .top .right .attr .c_a9 {
    font-size: 18px;
}

.cases_head .bottom {
    margin-left: auto;
    width: 90%;
    padding: 0 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cases_head .bottom .left {
    line-height: 50px;
    font-size: 16px;
    width: 38%;
    /* background-image: url(); */
}

.cases_head .bottom .left>div {
    width: 48%;
}

.cases_head .bottom .right {
    border-radius: 10px;
    background-color: #cd5202;
    height: 50px;
    color: #fff;
    width: 570px;
    margin: auto 0;
    padding: 0 20px;
}

.cases_head .bottom .right .text {
    text-align: center;
    width: 80%;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.cases_head .bottom .right .link {
    position: relative;
}

.cases_head .bottom .right .link>a {
    background-image: url(/static/upload/image/20240120/1705732412507552.png);
    width: 122px;
    height: 122px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #000000;
    text-align: center;
}

.cases_head .bottom .right .link>a>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
}

.cases_content {
    padding: 50px 0;
}

.cases_content .list {
    margin-bottom: 40px;
}

.cases_content .list .title {
    margin-bottom: 20px;
}

.cases_content .list .title img {
    width: 38px;
    height: 20px;
    margin: auto 0;
}

.cases_content .list .title h2 {
    font-weight: bold;
    margin-left: 8px;
}

.cases_content .list .desc {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.cases_content .list .cardd .card_list {
    background-image: url(/static/upload/image/20240120/1705728678561944.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 23.5%;
    padding: 30px 20px;
    height: 340px;
    overflow: hidden;
}

.cases_content .list .cardd .card_list .num {
    color: #fff;
    text-align: center;
    width: 40px;
    height: 20px;
    background-color: #b27278;
    border-bottom-right-radius: 10px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.cases_content .list .cardd .card_list .bottom h4 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    /* font-weight: bold; */
}

.cases_content .list .cardd .card_list .bottom h4:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 2px;
    background-color: #292929;
}

.cases_content .list .cardd .card_list .bottom div {
    color: #8e8e8e;
}

.cases_related {
    padding-top: 30px;
}

.cases_related .box {
    padding: 40px 90px 40px 50px;
    border-top-left-radius: 50px;
    box-shadow: 0 0 8px #dedede;
}

.cases_related .box .title {
    writing-mode: vertical-rl;
    font-weight: bold;
}

.cases_related .box .cas {
    width: 90%;
}

.cases_related .box .cas .list {
    width: 24%;

}

.cases_related .box .cas .list .ico {
    height: 200px;
}

.cases_related .box .cas .list .ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 50px;
    box-shadow: 0 0 3px #dedede;
}

.cases_related .box .cas .list h5 {
    margin-top: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-align: center;
}

/* NEWS */
.news_banner {
    height: 600px;
    position: relative;
}

.news_banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.news_banner .text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fcffff;
}

.news_banner .text p {
    font-size: 18px;
    color: #edf1f3;
}

.news {
    margin-top: -45px;
    position: relative;
    z-index: 1;
}

.news .news_nav {
    width: 83%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 5px #dedede;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
}

.news .news_nav a {
    display: block;
    width: 48%;
    position: relative;
}

.news .news_nav a:hover,
.news .news_nav a.active {
    color: #b21412;
}

.news .news_nav a:hover::after,
.news .news_nav a.active:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    height: 2px;
    background-color: #b21412;
}

.news .news_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news .news_top .left {
    width: 49%;
    padding: 0 60px;
    margin: auto 0;
}

.news .news_top .left .date {
    margin-bottom: 40px;
}

.news .news_top .left .date span:first-of-type {
    font-weight: 600;
    font-size: 28px;
}

.news .news_top .left .date span:last-of-type {
    color: #cccbcf;
}

.news .news_top .left .title {
    margin-bottom: 25px;
    color: #326a93;
}

.news .news_top .left .desc {
    font-size: 14px;
    color: #57585c;
    margin-bottom: 40px;
    display: block;
}

.news .news_top .left .link {
    color: #618293;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    font-weight: 600;
}

.news .news_top .right {
    width: 49%;
}

.news .news_top .right img {
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.news .news_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .news_list .list {
    width: 32%;
    border-radius: 20px;
    box-shadow: 0 0 5px #dedede;
    margin-bottom: 50px;
}

.news .news_list .list:hover {
    box-shadow: 0 0 0;
}

.news .news_list .list .ico img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news .news_list .list .text {
    padding: 40px 30px;
}

.news .news_list .list .text .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.news .news_list .list .text .desc {
    font-size: 14px;
    color: #949797;
}

.news .news_list .list .text>div:last-of-type {
    margin-top: 30px;
}

.news .news_list .list .text .date {
    color: #c9c9c9;
}

.news .news_list .list .text .link {
    color: #7293b7;
}

/* NEWS INFO */
fieldset,
img {
    max-width: 100%;
    border: 0 none;
    vertical-align: middle;
}

.newspage-ban {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 118px 0 0;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.location {
    font-size: 0 !important;
}

.location li,
.location a {
    font-size: 16px;
    color: #666666;
}

.location li {
    display: inline-block;
}

.newspage-ban .location li,
.newspage-ban .location a {
    color: #999999;
}

.location li a:after {
    content: "";
    width: 9px;
    height: 12px;
    background: url(/static/upload/image/20240119/1705649595872920.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    margin: 0 10px;
}

.newspage-ban .title {
    width: 100%;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 45px 60px 35px;
    margin: 100px 0 0;
    position: relative;
    top: 2px;
}

.newspage-ban .title h1 {
    width: 70%;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}

.newspage-ban .title .date {
    font-size: 14px;
    color: #999999;
    margin: 22px 0 50px;
    display: block;
}

.newspage-ban .title .date span {
    margin-right: 15px;
}

.news-detail-tips {
    width: 70%;
    background-color: #222529;
    padding: 14px 0 14px 135px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 8px rgba(69, 0, 5, 0.13);
    -o-box-shadow: 0px 0px 8px rgba(69, 0, 5, 0.13);
    -ms-box-shadow: 0px 0px 8px rgba(69, 0, 5, 0.13);
    -moz-box-shadow: 0px 0px 8px rgba(69, 0, 5, 0.13);
    -webkit-box-shadow: 0px 0px 8px rgba(69, 0, 5, 0.13);
}

.news-detail-tips .news-tips-person {
    position: absolute;
    bottom: 0;
    left: 15px;
    cursor: pointer;
}

.news-detail-tips p {
    color: #fff;
    line-height: 45px;
    font-size: 18px;
}

.news-detail-tips p a {
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    background: #e64c47;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 20px;
}

.news-content {
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}

.clearfix {
    zoom: 1;
}

.news-content .wrap {
    padding: 0 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.news-content .fl {
    width: 70%;
    border-top: 1px solid #e5e5e5;
    padding: 1px 0;
}

.news-content .fr {
    width: 23%;
    margin-top: -120px !important;
    background-image: url(/static/upload/image/20240119/1705650665106529.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.texts {
    padding-bottom: 30px;
    position: relative;
}

.texts p,
.texts li {
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    margin: 18px 0;
}

.texts p img {
    display: block;
    margin: 5px auto;
}

.texts h3,
.texts h2 {
    font-size: 30px;
    color: #dd501f;
    font-weight: bold;
    line-height: 48px;
    margin: 28px 0 18px;
}

.news-choice {
    box-shadow: 0 0 5px #dedede;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.news-choice:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
}

.news-choice p {
    width: 48%;
}

.news-recommend-tit {
    background: url(/static/upload/image/20240119/1705650317853921.png) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    /* color: #fff; */
    padding: 25px 0;
    font-size: 24px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    box-shadow: 0px 6px 8px rgba(69, 0, 5, 0.13);
    -o-box-shadow: 0px 6px 8px rgba(69, 0, 5, 0.13);
    -ms-box-shadow: 0px 6px 8px rgba(69, 0, 5, 0.13);
    -moz-box-shadow: 0px 6px 8px rgba(69, 0, 5, 0.13);
    -webkit-box-shadow: 0px 6px 8px rgba(69, 0, 5, 0.13);
    text-shadow: none;
    margin-bottom: 0;
}

.news-content .fr h4 {
    font-size: 20px;
    padding: 20px 0;
}

.news-content-fr {
    border-radius: 0 0 20px 20px;
    padding: 20px 25px 0;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.news-content .fr .news-recom {
    border-bottom: 1px solid #eeeeee;
}

.news-content .fr ul li {
    margin-bottom: 10px;
}

.news-content .fr ul li p a {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    padding: 18px 0;
    display: block;
}

.relate-news {
    margin-top: 60px;
    border: 1px solid #F0F3FA;
}

.base-name {
    height: 56px;
    line-height: 56px;
    background-color: #F0F3FA;
}

.base-name strong {
    display: inline-block;
    height: 56px;
    padding: 0 20px;
    color: #2D203B;
    font-size: 26px;
    background-color: #FFF;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -ms-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.relate-news ul {
    padding: 20px;
    margin-left: -2%;
}

.relate-news ul li {
    position: relative;
    float: left;
    width: 31%;
    margin-left: 2%;
    padding: 12px 0;
    overflow: hidden;
}

.relate-pic {
    float: left;
    width: 39%;
}

.relate-pic a {
    display: block;
    position: relative;
    padding-top: 66.5%;
}

.relate-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relate-txt {
    float: right;
    width: 58%;
}

.relate-txt a {
    color: #635d6b;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.relate-txt a img {
    margin-top: 3px;
}

.relate-txt span {
    display: block;
    color: #a8a5ac;
    font-size: 12px;
    background: url(/static/upload/image/20240119/1705651908584852.png) no-repeat left center;
    padding-left: 16px;
    line-height: 18px;
    margin-top: 12px;
}

/* CONTACT */
.con_banner {
    height: 600px;
    position: relative;
}

.con_banner .text {
    width: 98%;
    max-width: 1500px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}

.con_banner .text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fcffff;
}

.con_banner .text p {
    font-size: 18px;
    color: #edf1f3;
}

.contact .box {
    margin-top: -190px;
    position: relative;
    z-index: 999;
}

.contact .company_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}

.contact .company_service .list {
    width: 30%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 60px 0;
}

.contact .company_service .list .ico {
    color: #7271a5;
}

.contact .company_service .list .title {
    color: #1e1f31;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}

.contact .company_service .list .desc {
    color: #9095a0;
    margin-bottom: 5px;
    font-size: 16px;
}

.contact .company_service .list .desc .d_bold {
    color: #211e2f;
    font-weight: 600;
    font-size: 17px;
}

.contact .company_service .list .bottom {
    color: #44cbac;
    margin-top: 70px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.contact .company_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
}

.contact .company_info .list {
    width: 30%;
}

.contact .company_info .list .title {
    font-weight: bold;
}

.contact .company_info .list .desc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .company_info .list .desc .ico {
    margin: auto 0;
    color: #216c6e;
}

.contact .company_info .list .desc .text {
    color: #a5a8ad;
    width: 90%;
    line-height: 22px;
    margin-left: 5px;
    font-size: 14px;
}

.contact .company_info .list .num {
    color: #3f858f;
    font-size: 35px;
    font-weight: bold;
    display: block;
}

.contact .message {
    padding: 50px;
    border-radius: 5px;
}

.contact .message .title {
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.contact .message .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 35px;
    height: 2px;
    background-color: #e1e1e1;
}

.contact .message form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .message .form-group {
    width: 100%;
}

.contact .message .form-group label {
    font-weight: 600;
    font-size: 16px;
    color: #a2a2a2;
}

.contact .message .fg {
    width: 48%;
    margin-bottom: 60px;
}

.contact .message .form-group .form-controll {
    position: relative;
}

.contact .message .form-group .form-controll input,
.contact .message .form-group .form-controll textarea {
    width: 100%;
    display: block;
    border: 2px solid #eeeeee;
    background: #f7f7f7;
    box-shadow: 0 0 1px #dedede;
    outline: none;
    padding-left: 50px;
}

.contact .message .form-group .form-controll textarea {
    padding-top: 10px;
}

.contact .message .form-group .form-controll input {
    height: 40px;
    line-height: 40px;
}

.contact .message .form-group .form-controll i {
    position: absolute;
    color: #dcdcdc;
}

.contact .message .form-group .form-controll i {
    top: 18px;
    left: 20px;
}

.contact .message .fg .form-controll i {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.contact .message .btn {
    width: 160px;
    height: 40px;
    color: #fff;
    border: 0;
    text-align: center;
    margin: 0 auto;
    background: #049199;
}

.contact .map {
    margin-top: -210px;
}

@media (max-width: 1500px) {

    /* FOOTER */
    .footer .footer_list .footer_section {
        width: 48%;
        margin-bottom: 20px;
    }

    .footer .footer_list .footer_section:first-of-type {
        padding: 0 70px;
    }

    .footer .footer_list .footer_section .footer_logo {
        width: auto;
    }
}

@media (max-width: 1000px) {

    /* HEADER */
    .header_home ul {
        display: none;
    }

    .header_home .mobile_nav {
        display: block;
    }

    /* FOOTER */
    .footer .footer_list .mob {
        display: none;
    }
}

@media (max-width: 700px) {

    /* FOOTER */
    .footer .footer_list {
        padding: 30px 0;
    }

    .footer .footer_list .row {
        margin: 0;
    }

    .footer .footer_list .footer_section:first-of-type,
    .footer .footer_list .footer_section {
        width: 98%;
        padding: 0 0 0 10%;
    }

    .footer .footer_list .footer_section:after {
        display: none;
    }

    /* INDEX -- PRODUCT */
    .ind_pro .pro_title .left {
        text-align: center;
        width: 100%;
    }

    .ind_pro .pro_title .left h1 {
        font-size: 25px;
    }

    .ind_pro .pro_title .left h3 {
        font-size: 20px;
    }

    .ind_pro .pro_title .right {
        width: 100%;
        text-align: center;
    }

    .ind_pro .pro_title .right .sonsort .list {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .ind_pro .pro_list {
        margin-top: 20px;
    }

    .ind_pro .pro_list .list .pro_li {
        width: 48%;
    }

    /* INDEX -- CASES */
    .ind_cases .cases_title .left {
        text-align: center;
        width: 100%;
    }

    .ind_cases .cases_title .left h1 {
        font-size: 25px;
    }

    .ind_cases .cases_title .left h3 {
        font-size: 20px;
    }

    .ind_cases .cases_title .right {
        width: 100%;
        text-align: center;
    }

    .ind_cases .cases_list {
        margin-top: 20px;
    }

    .ind_cases .cases_list>div .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ind_cases .cases_list .left .list {
        width: 48%;
        height: 50px;
        padding: 0;
        line-height: 50px;
    }

    .ind_cases .cases_list .left .active.list::after,
    .ind_cases .cases_list .left .list:hover::after {
        display: none;
    }

    .ind_cases .cases_list .left .list img {
        max-height: 40px;
        line-height: 40px;
        max-width: 40px;
    }

    .ind_cases .cases_list .left .list .title {
        font-size: 16px;
        margin-left: 0;
    }

    .ind_cases .cases_list .right {
        width: 100%;
    }

    .ind_cases .cases_list .right .list.active {
        height: 450px;
    }

    .ind_cases .cases_list .right .list .bottom {
        display: block;
        padding-top: 10px;
    }

    .ind_cases .cases_list .right .list .bottom .bottom_left {
        width: 100%;
        padding: 0 5px;
    }

    .ind_cases .cases_list .right .list .bottom .bottom_right {
        width: 100%;
        height: 100%;
        display: block;
        margin-top: 10px;
    }

    /* INDEX -- ABOUT */
    .ind_about .about_title>div {
        display: block !important;
    }

    .ind_about .about_title .left {
        text-align: center;
        width: 100%;
    }

    .ind_about .about_title .left h1 {
        font-size: 25px;
    }

    .ind_about .about_title .left h3 {
        font-size: 20px;
    }

    .ind_about .about_title .left .desc {
        margin-top: 20px;
        text-align: unset;
    }

    .ind_about .about_title .right {
        width: 100%;
        text-align: center;
        position: relative;
        top: unset;
        margin-top: 10px;
    }

    /* INDEX -- HX */
    .ind_hx .hx_title .left {
        text-align: center;
        width: 100%;
    }

    .ind_hx .hx_title .left h1 {
        font-size: 25px;
    }

    .ind_hx .hx_title .left h3 {
        font-size: 20px;
    }

    .ind_hx .hx_title .right {
        width: 100%;
        text-align: center;
    }

    .ind_hx .hx_list {
        margin-top: 20px;
    }

    .ind_hx .hx_list>div {
        flex-wrap: wrap;
    }

    .ind_hx .hx_list .list {
        width: 48%;
        margin-bottom: 10px;
    }

    .ind_hx .hx_list .list .text {
        padding: 5px;
    }

    .ind_hx .hx_list .list .text h4 {
        margin-bottom: 10px;
    }

    /* INDEX -- MT */
    .ind_mt .mt_title .left {
        text-align: center;
        width: 100%;
    }

    .ind_mt .mt_title .left h1 {
        font-size: 25px;
    }

    .ind_mt .mt_title .left h3 {
        font-size: 20px;
    }

    .ind_mt .mt_title .right {
        width: 100%;
        text-align: center;
    }

    .ind_mt .mt_title .right .sonsort .list {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .ind_mt .mt_list {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .ind_mt .mt_list .list .left {
        display: none;
    }

    .ind_mt .mt_list .list .right {
        width: 100%;
    }

    .ind_mt .mt_list .list .right .right_list {
        margin-bottom: 20px;
    }

    .ind_mt .mt_list .list .right .right_list h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ind_mt .mt_list .list .right .right_list .desc {
        margin-bottom: 10px;
    }

    .ind_mt .mt_title.hz {
        padding-top: 20px;
    }

    .ind_mt .mt_title.hz .right .list {
        width: 100%;
        margin-bottom: 5px;
        height: 100px;
        line-height: 100px;
    }

    /* INDEX -- CON */
    .ind_con .wrap>div {
        padding: 0;
    }

    .ind_con h1 {
        font-size: 25px;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .ind_con .left {
        display: none;
    }

    .ind_con .right {
        width: 100%;
        max-width: none;
    }

    .ind_con .right button {
        width: 100%;
    }
}