@charset "utf-8";

/* Basic public styles  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;
    font-family:  Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

/*clear float*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

em {
    font-style: normal !important;
}

@font-face {
    font-family: "iconfont";
    src: url("iconfont.eot");
    src: url("iconfont.eot?#iefix") format("embedded-opentype");
    src: url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
        url("iconfont.ttf") format("truetype"),
        url("iconfont.svg#iconfont") format("svg");
}

@font-face {
    font-family: "PingFang-Regular";
    src: url("fonts/PingFang-Regular.ttf");
    src: url("fonts/PingFang-Regular.woff") format("woff"),
        url("fonts/PingFang-Regular.ttf") format("truetype"),
        url("fonts/PingFang-Regular.svg") format("svg");
}

@font-face {
    font-family: "PingFang Bold";
    src: url("fonts/PingFang Bold.ttf");
    src: url("fonts/PingFang Bold.woff") format("woff"),
        url("fonts/PingFang Bold.ttf") format("truetype"),
        url("fonts/PingFang Bold.svg") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


:root {
    --primary-color: #163c72;
    --second-color: #0059d8;
    --third-color: #004097;
    --primary-title: #102d54;
    --primary-txt: #abaeb0;
    --primary-bg: #e2eafb;
    --second-bg: #f1f4f8;
}

.container {
    max-width: 1440px !important;
}

.public_ad_header {
    background: transparent;
    padding-top: 20px;
    color: #fff
}

.public_ad_header_social_media {
    display: flex;
}

.public_ad_header_social_media a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.public_ad_header_social_media i {
    margin-right: 20px;
    font-size: 18px;
}

.public_ad_header_social_media a:nth-child(2) i,
.public_ad_header_social_media a:nth-child(3) i {
    margin-right: 12px;
}

.public_ad_header_con {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 56px;
}

.public_ad_header_con ul {
    display: flex;
    align-items: center;
    gap: 56px;
}

.public_ad_header_con li {
    display: flex;
    align-items: center;
}

.public_ad_header_con li a,
.public_ad_header_con li span {
    color: #fff;
    font-size: 12px;
    transition: all 0.3s ease;
}

.public_ad_header_con li a:hover {
    color: var(--second-color);
}

.public_ad_header_con ul li i {
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.public_ad_header_contact a {
    display: block;
    color: #fefefe;
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    background: var(--second-color);
    border-radius: 15px;
}


/* mobile */
.mobile {
    width: 100%;
    z-index: 99999999;
    display: none;
    height: 60px;
}

.navbar-brand img,
.offcanvas-title img {
    max-height: 50px;
    vertical-align: middle;
    max-width: initial;
}

.offcanvas-body .btn {
    padding: 6px 12px;
    margin-top: 0;
}

.dropdown_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.dropdown_title span {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: var(--primary-color);
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    width: 100%;
}

.btn-success {
    background-color: var(--primary-color);
    border-color: transparent;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:before {
    background-color: #10569e;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    font-size: 14px;
    /* border-bottom: 1px solid #fff; */
    text-transform: capitalize;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
    color: #000;
    border-bottom: 1px solid #10569e;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 13px;
    right: 20px;
    width: 32px;
    z-index: 99999999999;
}

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #10569e;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #10569e;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    background-color: #10569e;
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #10569e;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.open>.dropdown-menu {
    display: block;
}

/* header */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*gotop*/
.gotop {
    position: fixed;
    text-align: center;
    right: 50px;
    bottom: 50px;
    color: #fff;
    background-color: #333;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    /* border-radius: 50%; */
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(50%) scale(0.8);
    -webkit-transform: translateY(50%) scale(0.8);
    -ms-transform: translateY(50%) scale(0.8);
    -o-transform: translateY(50%) scale(0.8);
    transform: translateY(50%) scale(0.8);
    display: block;
}

.gotop:hover,
.gotop.active:hover {
    background-color: var(--primary-color);
    color: #fff;
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop:hover:before {
    /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
    opacity: 1;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.web_head {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.web_head:hover,
.web_head.fixed-nav {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.head_layer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    /* padding: 10px 0 15px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.head_layer .container {
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.nav_wrap {
    position: relative;
}

.nav_wrap em {
    font-style: normal;
}

.nav_wrap .head_nav {
    position: relative;
    z-index: 2;
    text-align: center;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
    color: #fff;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 76px;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 20px;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after,
.nav_wrap .head_nav>li.menu-item-has-children>a:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e602";
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 5px;
}

.nav_wrap .head_nav>li li {
    position: relative;
    /*text-align: left;*/
    /*padding: 0 15px;*/
}

.nav_wrap .head_nav>li li a {
    /*display: block;*/
    /*font-size: 16px;*/
    /*position: relative;*/
    color: #333;
        line-height: 1.5;
    /*word-wrap: break-word;*/
    /*white-space: pre-wrap;*/

}

.nav_wrap .head_nav>li .head_nav_Main li a {
    border: none;
}

.nav_wrap .head_nav>li li b:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e62c";
    position: absolute;
    right: 0;
    top: 10px;
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
    color: var(--second-color);
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: -15px;
}

.nav_wrap .head_nav>li>a::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--second-color);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 99999;
}

.web_head .head_layer .nav_wrap .head_nav>li:hover>a,
.web_head.fixed-nav .head_layer .nav_wrap .head_nav>li.current-menu-item>a{
    color: var(--second-color);
}

.web_head .head_layer .nav_wrap .head_nav>li:hover>a::before,
.web_head.fixed-nav .head_layer .nav_wrap .head_nav>li.current-menu-item>a::before {
    opacity: 1;
}

.nav_wrap .head_nav>li:hover>a>b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.web_head:hover .head_nav>li.nav-current>a,
.fixed-nav .nav_wrap .head_nav>li.nav-current>a {
    color: var(--second-color) !important;
}

.web_head:hover .head_nav>li.nav-current>a::before,
.fixed-nav .nav_wrap .head_nav>li.nav-current>a::before,
.fixed-nav .nav_wrap .head_nav>li.nav-current>a::after,
.nav_wrap .head_nav:hover>li:hover>a::before,
.nav_wrap .head_nav:hover>li:hover>a::after {
    opacity: 1;
    filter: alpha(opacity=100);
}


.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_wrap .head_nav>li>ul {
    width: 250px;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10%) scale(0.9);
    -ms-transform: translateY(10%) scale(0.9);
    -o-transform: translateY(10%) scale(0.9);
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.head_layer .logo-fixed a:nth-child(1) {
    display: block;
}

.head_layer .logo-fixed a:nth-child(2) {
    display: none;
}

.head_layer .logo-fixed img {
    max-width: 165px;
}

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

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.head_nav_Main {
    width: 780px;
    opacity: 0;
    background: #ffffff;
    max-height: 580px;
    overflow: hidden;
    position: absolute;
    transform: translateY(-10px);
    top: 80%;
    display: flex;
    justify-content: center;
    transition: all ease .5s;
    z-index: 0;
    height: 0;
    pointer-events: none;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0 10px 15px -2px rgba(0, 0, 0, 0.2);
    transition: height 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out;
}

.head_nav>li:not(:first-child)>ul {
    width: 260px;
}

.head_nav>li:not(:first-child)>ul {
    flex: auto;
    
    min-width: 150px;
    flex: 0 0 30%;
    padding: 15px;
    height: auto;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 600px;
    overflow-y: auto;
}

.head_nav>li:hover .head_nav_Main,
.head_nav>li:hover>ul{
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    top: 100%;
    z-index: 99;
}

.head_nav_Main ul,
.head_nav>li:not(:first-child)>ul{
    min-width: 150px;
    flex: 0 0 30%;
    padding: 15px;
    height: auto;
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 600px;
    overflow-y: auto;
}

.nav_wrap .head_nav .head_nav_Main ul>li,
.head_nav>li:not(:first-child)>ul>li{
    text-align: left;
    padding: 8px 10px 8px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.3s;
    gap: 10px;
    background: #fff;
}

.nav_wrap .head_nav .head_nav_Main ul>li.active,
.nav_wrap .head_nav>li:not(:first-child)>ul>li:hover{
    background: var(--primary-bg);
}

.head_nav>li:not(:first-child)>ul>li a{
    padding-right: 15px;
}

.nav_wrap .head_nav>li:not(:first-child)>ul>li a:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e602";
    margin-left: 5px;
    position: absolute;
        right: 5px;
    top: 30%;
    transform: rotate(-90deg);
}


.head_nav_MainTab {
    flex: 0 0 70%;
    padding: 20px;
    transition: height 0.5s ease;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.head_nav_MainDes {
    /* justify-content: space-between;
    gap: 30px; */
    flex-direction: column;
    transition: all ease 0.3s;
    display: none;
    color: #000;
}

.head_nav_MainDes.active {
    display: flex;
}

.head_nav_MainDes p {
    color: #6b7280;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}

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

.nav_wrap .head_nav>li .head_nav_Main li a {
    flex: 0 90%;
    padding: 0;
}

.nav_wrap .head_nav>li .head_nav_Main li i {
    font-size: 12px;
    line-height: 1.5;
    flex: 0 4%;
    color: #333;
}

.nav_wrap .head_nav>li .head_nav_Main li.active i {
    color: var(--second-color);
}

.nav_wrap .head_nav .head_nav_Mainpro a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 48%;
    gap: 10px;
    padding: 12px 10px 12px 6px;
    transition: all ease 0.3s;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.nav_wrap .head_nav .head_nav_Mainpro a span {
    color: #666;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    flex: 0 0 calc(100% - 60px);
}

.nav_wrap .head_nav .head_nav_Mainpro a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: auto;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #999;
    transform: scaleX(0.1);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.nav_wrap .head_nav .head_nav_Mainpro a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.nav_wrap .head_nav .head_nav_Mainpro a i:nth-child(1) {
    flex: 0 0 30px;
    line-height: 24px;
    font-size: 22px;
    color: var(--second-color);
}

.nav_wrap .head_nav .head_nav_Mainpro a i:nth-last-child(1) {
    flex: 0 0 10px;
    line-height: 24px;
    font-size: 18px;
    color: var(--second-color);
}

.head_nav_Main a {
    word-break: break-word;
}

.nav_wrap .head_nav .head_nav_Mainpro a:hover {
    background: #f9fafb;
    color: var(--second-color);
}

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .nav_wrap a {
    color: #fff;
}

.fixed-nav .utill .lang {
    color: #fff;
}

.offcanvas-title img {
    max-width: 180px;
}

/* .fixed-nav .nav_wrap .head_nav>li {
  margin-right: 15px;
  margin-left: 15px;
} */

.fixed-nav .logo {
    float: left;
    display: none;
    margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
    display: block;
    /* line-height: 70px;
  flex: 0 10%; */
}

.fixed-nav .head_layer .logo-fixed a:nth-child(1) {
    display: none;
}

.fixed-nav .head_layer .logo-fixed a:nth-child(2) {
    display: block;
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
    opacity: 1;
    height: 100%;
}

.fixed-nav .head_top {
    display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    transition: all ease 0.3s;
}

.headernav_box {
    position: relative;
    margin-left: 60px;
    display: flex;
    align-items: center;
    padding: 4px 6px 4px 24px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

.headernav_box button {
    background: var(--primary-color);
    padding: 4px 18px;
    border: none;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    border-radius: 15px;
}

.headernav_box button img {
    width: 18px;
    height: 18px;
}

.headernav_box input {

    width: 220px;
    border: none;
}

.headernav_box input::placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.web_head:hover .logo-fixed a:nth-child(1) {
    display: none;
}


.web_head:hover .logo-fixed a:nth-child(2) {
    display: block;
}

.web_head:hover .nav_wrap .head_nav>li>a,
.web_head:hover .public_ad_header_con li a,
.web_head:hover .public_ad_header_con li span,
.web_head.fixed-nav .nav_wrap .head_nav>li>a,
.web_head.fixed-nav .public_ad_header_con li a,
.web_head.fixed-nav .public_ad_header_con li span {
    color: #000;
}

.web_head:hover .public_ad_header_con ul li i,
.web_head.fixed-nav .public_ad_header_con ul li i {
    color: var(--primary-color);
}

.web_head:hover .headernav_box,
.web_head.fixed-nav .headernav_box {
    border: 1px solid var(--primary-color);
}

.head_holder {
    display: none !important;
}


.utill {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 32px;
    z-index: 99999
}

.lang_xs {
    margin-top: 20px;
}

.lang_xs a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.utill .lang {
    display: inline-block;
    color: #333;
    z-index: 99999;
    position: relative;
    top: 0px;
    font-size: 14px;
}

.utill .lang i {
    font-size: 14px !important;
    padding-right: 5px;
    margin-top: 5px
}

.utill .lang:hover {
    color: #1f1f1f;
    text-decoration: none !important
}

.lang-sub {
    position: absolute;
    top: 20px;
    left: 45px;
    padding-top: 6px;
    transform: translateX(-50%);
    width: 100px;
    display: none;
    z-index: 999999999;
}

.lang-sub .sub {
    background-color: #1f1f1f;
    overflow: hidden;
    padding-bottom: 10px
}

.lang-sub .sub img {
    width: auto;
    padding-right: 5px
}

.lang-sub .sub a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
    letter-spacing: 2px;
    border-bottom: 1px #333 solid;
}

.lang-sub .sub a:hover {
    color: var(--primary-color);
    text-decoration: none !important
}

.banner {
    max-height: 1080px;
    overflow: hidden;
    position: relative;
}

.bannerSwiper {
    width: 100%;
    height: 100vh;
    max-height: 960px;
    overflow: hidden;
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.bannerSwiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.bannerSwiper .bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bannerSwiper .bannerImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 60, 113, 0.3);
    z-index: 9;
}

.bannerSwiper .swiper-slide img {
    transition: all ease 2s;
    transform: scale(1.5);
}

.bannerSwiper video {
    width: 100%;
    height: 100%;
    transition: all ease 2s;
    transform: scale(1.5);
    object-fit: cover;
}

.bannerSwiper .swiper-slide-active img,
.bannerSwiper .swiper-slide-active video {
    transition: all ease 2s;
    transform: scale(1);
}

.bannerDes {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    padding-top: 5%;
    padding-right: 30%;
}

.bannerDes h2 {
    color: #fff;
    opacity: 0;
    font-weight: bold;
    font-size: 46px;
    text-align: left;
    line-height: 1.2;
    transition: all ease 2s .5s;
    transform: translateY(40px);
    margin-bottom: 10px;
}

.bannerDes h3 {
    color: #fff;
    opacity: 0;
    font-size: 36px;
    text-align: left;
    line-height: 1.3;
    transition: all ease 2s .7s;
    transform: translateY(40px);
    word-break: keep-all !important;
}

.bannerDes div {
    margin-top: 40px;
}

.bannerDes p {
    color: #fff;
    font-size: 28px;
    text-align: left;
    line-height: 1.8;
    transform: translateY(40px);
    transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
    opacity: 0;
}


.bannerSwiper .swiper-slide-active h3 {
    opacity: 1;
    transform: translateY(0px);
}

.bannerSwiper .swiper-slide-active h2 {
    opacity: 1;
    transform: translateY(0px);
}

.bannerSwiper .swiper-slide-active p {
    opacity: 1;
    letter-spacing: 1px;
    transform: translateY(0px);
}




/* .s {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999999999999;
    position: fixed;
} */

.web-search {
    display: flex;
    visibility: hidden;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search--open .btn--search-close {
    opacity: 1;
    transition: transform .3s ease;
    animation: bounceInA 1s ease;
}

.web-search .btn--search-close {
    opacity: 0;
    transition: opacity .3s ease;
}

.web-search .btn--search-close {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: inline-block;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url("../images/search_btn_close.png");
    background-position: center;
    background-size: auto 35%;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 42px;
    cursor: pointer;
    -webkit-background-size: auto 35%;
}

.web-search .btn--search-close:hover {
    background-color: var(--primary-color);
    transform: rotate(90deg);
}

.web-search .search-ipt {
    display: inline-block;
    box-sizing: border-box;
    padding: .05em 0;
    width: 75%;
    border-bottom: 3px solid;
    border-bottom-width: 3px;
    color: #333;
    font-size: 20px;
    line-height: 1em;
}

.search-ipt {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
}

.hsearch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hsearch_p {
    display: flex;
    width: 75%;
    justify-content: flex-end;
}

.hsearch_p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.head-search form {
    position: relative;
}

.head-search form i {
    position: absolute;
    top: 11%;
    right: 188px;
    font-size: 37px;
    color: #bbb;
    font-weight: bold;
}

.js .search--open .search-btn {
    display: none !important;
}

.js .web-search .search-ipt {
    transition-delay: .4s;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .web-search .search-ipt {
    transition-delay: .4s;
    opacity: 1;
}

.js .web-search .search-ipt {
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    opacity: 0;
    transition: transform .3s;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    border-bottom-width: 1px;
}

.js .web-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100001;
    margin: auto;
    padding: 50px 0;
    width: 70%;
    height: 240px;
    border-radius: 8px;
    perspective: 1200px;

}

.js .web-search {
    pointer-events: none;
}

.js .web-search::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    content: '';
    opacity: 0;
    transition: all .3s ease;
}

.js .search--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.js .search--open::before {
    opacity: 1;
    transform: none;
}

.js .search--open .search-ipt {
    opacity: 1;
    transition-duration: .4s;
    transform: scale3d(1, 1, 1);
}

.js .btn--search-close {
    display: block;
    opacity: 1;
}

/* banner_content */
.bannercontent {
    position: relative;
}

.bannercontent img {
    width: 100%;
    vertical-align: middle;
}

.bannercontent_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    padding-top: 50px;
}

.bannercontent_title a:hover {
    color: #fff;
}

.bannercontent_title h2,
.bannercontent_title h1 {
    font-size: 44px;
    font-weight: bold;
    z-index: 999;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    animation: fadeInUp 1s ease;
    text-align: center;
}

.bannercontent_title span a {
    color: var(--primary-color);
}

.bannercontent_title span {
    color: var(--primary-color);
    font-size: 20px;
}

.bannercontent_title p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 60%;
    animation: fadeInUp 1s ease;
}

.bannercontentcover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.rank-math-breadcrumb>p,
.bread_crumbs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #222;
    border-bottom: 1px #f0f0f0 double;
    padding: 15px 0;
}

.rank-math-breadcrumb>p span,
.bread_crumbs span {
    font-size: 18px;
    margin: 2px 10px 2px 10px;
}

.rank-math-breadcrumb>p i,
.bread_crumbs span {
    color: #222;
    padding-right: 10px;
}

.rank-math-breadcrumb>p a,
.rank-math-breadcrumb>p span,
.bread_crumbs span,
.bread_crumbs a {
    display: block;
    font-size: 18px;
    color: #222;
    margin: 2px 10px 2px 10px;
    word-break: break-all;
    word-wrap: break-word;
}

.rank-math-breadcrumb>p a:hover,
.bread_crumbs a:hover {
    text-decoration: underline !important;
    color: var(--primary-color);
}

.rank-math-breadcrumb>p a:last-child::after {
    display: none;
}

/* Pagination */
.pagelist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pagelist a {
    display: block;
    padding: 3px 10px;
    border: 1px solid var(--primary-color);
    margin: 10px 5px;
    font-size: 16px;
}

.pagelist span {
    display: block;
    padding: 3px 10px;
    border: 1px solid var(--primary-color);
    background-color: #fff;
    color: var(--primary-color);
    font-size: 16px;
}

.pagelist a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.pagelist .current {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.pagelist a .current {
    background-color: var(--primary-color);
    color: #fff
}

/* pagefenye and phonebottom */
.page_ctrl_box {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page_ctrl_box .prev {
    float: left;
    /* padding-left: 28px; */
}

.page_ctrl_box a:hover {
    color: var(--primary-color);
}

.page_ctrl_box .prev:hover {
    padding-left: 20px;
    transition: all ease 0.3s;
}

.page_ctrl_box .next:hover {
    padding-right: 20px;
    transition: all ease 0.3s;
}

.page_ctrl_box .list-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.page_ctrl_box .next {
    float: right;
    /* padding-right: 28px; */
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
    font-size: 18px;
    line-height: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all 0.3s;
}


/* product_cate */
.proAll_maintop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.proAll_maintop::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.productAll_main {
    padding: 70px 0 60px;
}

.productAll_main:nth-child(2n+1) {
    background: #fff;
}

.productAll_main:nth-child(2n) {
    background: var(--second-bg);
}

.proAll_maintl {
    display: flex;
    align-items: center;
    gap: 26px;
}

.proAll_maintl span {
    color: #e2e5eb;
    font-family: impact, arial, sans-serif !important;
    font-size: 72px;
}

.productAll_title h2 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.productAll_title p {
    font-size: 14px;
    color: #888;
}

.productAll_main .row>div {
    margin-bottom: 30px;
}

.procateBox {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: all ease 0.3s;
}

.procate_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.procate_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.procateBox:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.procateBox:hover .procate_img img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.procateBox > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}



.product_cate .procateBox > a,
.product_show .procateBox > a,
.product_list .procateBox > a,
.news_show .procateBox > a,
.apply_show .procateBox > a{

    position: relative;
}


/*.apply_show .procateBox > a {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*}*/

.procate_des {
    padding: 30px 25px 30px;
    color: #333;
    transition: all ease 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.procate_des h3 {
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /*  word-break: break-all; */
    transition: all ease 0.3s;
}

.procate_des h3:hover {
    color: var(--primary-color);
}

.procate_des ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    gap: 5px;
    border-bottom: 1px solid #eee;
}

.procate_des ul li span {
    font-size: 16px;
    color: #666;
}

.procate_des ul li span:nth-last-child(1) {
    word-break: break-all;
    text-align: right;
}

.procateDes_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.procateDes_btn a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--second-color);
    font-size: 17px;
    transition: all ease 0.3s;
}

.procateDes_btn a i {
    font-size: 20px;
    font-weight: bold;
}

.procateDes_btn a:hover {
    margin-right: 10px;
}

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

.productAll_btn a {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    line-height: 1;
    padding: 12px 22px;
    fill: #fff;
    font-weight: bold;
    text-align: center;
    transition: all ease .3s;
}

.productAll_btn a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.proAbout {
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.proAbout::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.proAbout_title {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.proAbout_title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.proAbout_title p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.proBtn a {
    border: 1px var(--primary-bg) solid;
    display: inline-block;
    padding: 10px 46px;
    margin-top: 30px;
    border-radius: 35px;
    transition: all ease 0.3s;
    font-weight: bold;
    font-size: 18px;
    box-shadow: inset 0px 0px 0px 1px var(--primary-bg);
    color: var(--primary-bg);
    line-height: 1.5;
    height: auto;
    transition: all ease 0.5s;
}

.proBtn a:hover {
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: inset 0px 70px 0px 0px #fff;
    color: var(--primary-color);
}

.proBtn {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.proService {
    padding: 100px 0 80px;
}

.proSer_box {
    position: relative;
}

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

.proSer_title {
    flex: 0 0 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.proSer_title h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    text-transform: uppercase;
}

.proSer_title .proBtn a {
    padding: 10px 36px;
    font-size: 17px;
    background-color: var(--primary-color);
    box-shadow: inset 0px 70px 0px 0px var(--primary-color);
    color: #fff;
}

.proSer_title .proBtn a:hover {
    background-color: transparent;
    border: 1px var(--primary-color) solid;
    box-shadow: inset 0px 0px 0px 1px var(--primary-color);
    color: var(--primary-color);
}

.proSer_main .row {
    flex: 0 0 80%;
}

.proSer_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
}

.proSer_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.proSer_des {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: stretch;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 20px;
    text-align: center;
    transition: all .6s ease-in-out;
    opacity: 0;
    transform: scale(.7);
    background-color: rgba(22, 60, 114, 0.3);
    transition: transform .7s, opacity .5s .2s;
}

.proSer_des h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.proSer_box:hover .proSer_des {
    opacity: 1;
    transform: scale(1);
    transition: transform .7s, opacity .5s;
}


/* product_list */
.bannerPro_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    padding-top: 70px;
}

.bannerPro_left h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}

.bannerPro_lad {
    display: flex;
    max-width: 850px;
    flex-wrap: wrap;
    gap: 2%;
}

.bannerPro_lad p {
    flex: 0 0 49%;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 8px 0;
}

.bannerPro_lad p i {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.bannerPro_lad p span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.bannerPro_con {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 15px;
    transition: all ease 0.3s;

    animation: fadeInUp 1s ease;
}

.bannerPro_con i {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.9);
    transition: all ease 0.3s;
}

.bannerPro_con p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    padding-top: 12px;
    transition: all ease 0.3s;
}

.bannerPro_con a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bannerPro_con:hover {
    transition: all ease 0.3s;
    transform: translateY(10px);
    background: rgba(22, 60, 114, 0.15);
}

.bannerPro_con:hover i,
.bannerPro_con:hover p {
    color: rgba(255, 255, 255, 0.9);
}

.prolist_top {
    padding: 80px 0 80px;
}

.prolist_top .row>div {
    margin-bottom: 30px;
}

.prolist_fore {
    padding-bottom: 60px;
}

.prolist_fore .indexTitle {
    margin-bottom: 40px;
}

.profactSwiper,
.honorSwiper,
.partnerSwiper {
    padding-bottom: 40px;
}

.sercaseSwiper {
    padding-bottom: 20px;
}

.profactSwiper .swiper-pagination-bullet,
.honorSwiper .swiper-pagination-bullet,
.partnerSwiper .swiper-pagination-bullet,
.sercaseSwiper .swiper-pagination-bullet {
    transition: all ease 0.3s;
}

.profactSwiper .swiper-pagination-bullet-active,
.honorSwiper .swiper-pagination-bullet-active,
.partnerSwiper .swiper-pagination-bullet-active,
.sercaseSwiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: var(--primary-color);
}

.profact_box {
    position: relative;
}

.profact_Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
}

.profact_Img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.profact_des {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 25px 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    transition: bottom 0.4s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profact_des p {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.profact_box:hover img {
    transform: scale(1.1);
}


.ser_look {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000000;
    display: none;
}

#popup {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000;
    padding: 60px;
}

img.enlarged {
    width: 100%;
    height: auto;
}

#popup span {
    position: absolute;
    top: 60px;
    right: -65px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#popup span i {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.product_list .indexTitle h2 {
    font-size: 40px;
}


/* product_show */
.product_show {
    padding-bottom: 40px;
}

.product_show_main {
    padding: 70px 0 0;
}

.proshow_right {
    padding-left: 20px;
}

.proshow_right .aside_navB {
    margin-top: 0;
}

.proshow_right {
    position: relative;
    height: 100%;
}

.aside_navB {
    position: sticky;
    top: 150px;
    background: #f9fafb;
    overflow: hidden;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.aside_navtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 0 25px;
    margin-bottom: 20px;
}

.aside_navtop span {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--third-color);
}

.aside_navtop span i {
    font-size: 22px;
    color: #fff;
}

.aside_navtop .aside_navtopr {
    flex: 0 0 calc(100% - 60px);
}

.aside_navtopr h2 {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
}

.aside_navtopr p {
    font-size: 14px;
    line-height: 1.3;
    color: #666;
}

.aside_navCon {
    background: transparent;
    margin: 0;
}

.aside_navCon h6 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.aside_navConbox {
    padding: 10px 0;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    /* flex-wrap: wrap; */
}

.aside_navConbox:nth-last-child(1) {
    margin-bottom: 0;
}

.aside_navConboxL {
    display: flex;
    align-items: center;
    gap: 5px;
}

.aside_navConboxL>span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2cc159;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside_navConboxL>span i {
    color: #fff;
}

.aside_navConboxLD p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
}

.aside_navConboxLD span {
    font-size: 12px;
    color: #666;
    position: relative;
}

.aside_navConboxLD span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform 0.3s ease-out;
}

.aside_navConboxLD span:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.aside_navConboxR a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--third-color);
    transition: all ease 0.3s;
}

.aside_navConboxR a i {
    font-weight: normal;
    font-size: 12px;
}

.aside_navConboxR a:hover {
    color: var(--primary-color);
}

.aside_navConbtn {
    border-top: 1px solid #dfdfdf;
}

.aside_navConbtn a {
    width: 100%;
    margin: 20px 0 15px;
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    box-shadow: inset 0px 70px 0px 0px var(--third-color);
    border-radius: 6px;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside_navConbtn a i {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.aside_navConbtn a:hover {
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 1px var(--third-color);
    color: var(--third-color);
}

.aside_navConbtn p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
}

.product_show_main_describe {
    padding-left: 5%;
}

.product_show_main_describe h2 {
    word-wrap: break-word;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: bold;
    padding: 0px;
    margin-bottom: 20px;
}

.product_show_main_describe>p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.pro_apply {
    width: 80%;
    margin: 20px 0 15px;
    padding: 22px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pro_apply h2 {
    font-size: 22px;
    color: #606060;
    margin-bottom: 15px;
}

.pro_apply p {
    padding-left: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.pro_apply p i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-right: 10px;
}

.pro_apply p span {
    font-size: 15px;
    color: #666;
}


.product_show_main_button a {
    margin: 10px 10px 10px 0;
    position: relative;
    display: inline-block;
    line-height: 20px;
    z-index: 0;
    text-align: center;
    transition: all ease 0.3s;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 12px 20px;
    font-size: 17px;
    color: #fff;
}

.product_show_main_button a:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.productshow_tabmain {
    margin-top: 60px;
}

.productshow_otherSwiper {
    padding: 20px 05px;
}

.proshow_lbox {
    margin-bottom: 40px;
}

.proshow_lbox.proshow_mb {
    margin-bottom: 25px;
}

.prolist_case .proshow_lbox.proshow_mb {
    margin-bottom: 35px;
}

.proshow_lbox:nth-last-child(1) {
    margin-bottom: 0px;
}

.proshow_lbox h3,
.proshow_lbox h2 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: bold;
    padding: 15px 10px;
    background: #f5f5f5;
    border-left: 12px solid var(--primary-color);
    position: relative;
}

.proshow_lbox h3::before,
.proshow_lbox h2::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    left: -7px;
    bottom: 0px;
    z-index: 1;
    background: #f5f5f5;
}

.proshow_lbox>p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.table_wrap {
    overflow-x: auto;
}

.productshow_tabmain table {
    overflow-x: auto;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #000;
    font-size: 16px;
}

.productshow_tabmain table td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.productshow_tabmain table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.prolist_case {
    padding-top: 50px;
}


    .product_show .prolist_case {
        padding-bottom: 40px;
    }

.prolist_caseboxs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 35px;
}

.prolist_casebox {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
    transition: all ease 0.3s;
}

.prolist_casebox:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .08);
}

.prolist_caseimg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
}

.prolist_caseimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.prolist_casedes {
    padding: 0px 50px 0px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tag {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.prolist_casedes .tag {
    color: var(--second-color);
    border: 1px solid rgba(37, 99, 235, .3);
}

.prolist_casedes h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.prolist_casedes p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.prolist_casedata {
    margin-bottom: 15px;
}

.prolist_casedata li {
    margin-bottom: 6px;
    color: #555;
    font-size: 14px;
}

.prolist_casedata span {
    font-weight: bold;
    margin-right: 10px;
}

.prolist_casebtn {
    text-align: right;
}

.prolist_casebtn a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--primary-color);
    transition: all ease 0.3s;
}

.prolist_casebtn a:hover {
    color: #fff;
    background-color: var(--third-color);
}

.prolist_casebox:nth-child(2n) {
    grid-template-columns: 1fr 0.7fr;
}

.prolist_casebox:nth-child(2n) .prolist_caseimg {
    order: 2;
}

.prolist_casebox:nth-child(2n) .prolist_casedes {
    padding: 0px 60px 0px 50px;
    order: 1;
}

.prolist_combtn {
    display: flex;
    justify-content: center;
}

.prolist_combtn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
    transition: all ease 0.3s;
}

.prolist_combtn a i {
    transition: all ease 0.3s;
}

.prolist_combtn a:hover i {
    margin-left: 6px;
}

.proshow_photo {
    margin-top: 30px;
    margin-bottom: 50px;
}

.proshow_lbox .row {
    margin-top: 30px;
}

.proshow_lbox .row>div {
    margin-bottom: 20px;
}

.pshonorImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 140%;
}

.pshonorImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}


.psPartnerImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50%;

}

.psPartnerImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.product_inquiry_form_main .yandex-form #form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_inquiry_form_main .yandex-form #form>* {
    width: 32%;
}



.footerTop_r .product_inquiry_form_main .yandex-form #form>* {
    width: 100%;
}



.product_inquiry_form_main .yandex-form #form>*:nth-child(n+4) {
    width: 100%;
}

.product_inquiry_form_main .yandex-form {
    min-height: auto;
    /* margin-bottom: 40px; */
}

.product_show .product_inquiry_form {
    padding: 60px 0;
}

/* apply_list */
.apply_list {
    padding: 70px 0;
}

.apply_liTab {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /* flex-wrap: wrap; */
    /*gap: 5px;*/
    
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 核心：强制4列等宽 */
    gap: 12px;
        
    width: 100%;
    padding-bottom: 20px;
    /*overflow-x: scroll;*/
    margin-bottom: 20px;
    /*-webkit-overflow-scrolling: touch;*/
    /*scrollbar-width: none;*/
    /*-ms-overflow-style: none;*/
}

.apply_liTab::-webkit-scrollbar {
    display: none;
}

.apply_liTab h3 {
    display: flex;
  align-items: center;
  justify-content: center;
    padding: 12px 20px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    font-size: 15px;
    color: #111;
    margin: 3px 0;
    text-align: center;
    /*white-space: nowrap;*/
    transition: all ease 0.3s;
    cursor: pointer;
}

.apply_liTab h3:hover {
    /*color: var(--third-color);*/
    /*background-color: #f1f1f1;*/
    border-color: var(--primary-color);
    /*transform: translateY(-2px);*/
}

.apply_liTab h3.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.apply_liTab h3.active:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
    /*transform: translateY(0px); */
}

.apply_liTab h3.active:hover {
    color: #fff;
}


.apply_litabmain {
    display: none;
}

.apply_litabmain.active {
    display: block;
}



.apply_list .prolist_casebox {
    grid-template-columns: 0.6fr 1fr;
    background-color: rgba(248, 248, 248, 1);
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .05);
}

.apply_list .row>div:nth-child(2n) .prolist_casebox {
    grid-template-columns: 1fr 0.6fr;
}

.apply_list .row>div:nth-child(2n) .prolist_casebox .prolist_caseimg {
    order: 2;
}

.apply_list .row>div:nth-child(2n) .prolist_casebox .prolist_casedes {
    order: 1;
}

.apply_list .row>div:nth-child(2n+1) .prolist_casebox .prolist_caseimg {
    order: 1;
}

.apply_list .row>div:nth-child(2n+1) .prolist_casebox .prolist_casedes {
    order: 2;
}

.apply_list .prolist_casebox:hover {
    transform: none;
    box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
}

.apply_list .product_inquiry_form {
    padding-top: 60px;
}

.apply_list .indexTitle {
    margin-bottom: 30px;
}

.apply_list .indexTitle h2 {
    font-size: 36px;
}

.apply_list .product_inquiry_form_main .yandex-form {
    margin-bottom: 0;
}


/* apply_show */
.apply_show {
    padding: 60px 0 80px;
}

.news_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.news_title h2 {
    font-size: 36px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    text-align: center;
    position: relative;
}

.news_title span {
    margin-top: 12px;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--primary-color);
}


.caseshow_top {
    padding-bottom: 50px;
}

.caseshow_tleft {
    padding-top: 20px;
    padding-right: 30px;
}

.caseshow_tldes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caseshow_tldes h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.caseshow_tldes p {
    font-size: 16px;
    color: var(--text-color);
}

.caseshow_tdes {
    padding-right: 5%;
}

.caseshow_tlimg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
}

.caseshow_tlimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.applyshow_btn a {
    width: fit-content;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    box-shadow: inset 0px 70px 0px 0px var(--third-color);
    border-radius: 6px;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applyshow_btn a:hover {
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 1px var(--third-color);
    color: var(--third-color);
}

.caseshow_tright {
    position: relative;
    height: 100%;
}

.caseshow_aside {
    position: sticky;
    top: 160px;
}

.caseshow_trTop {
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

.caseshow_trTop h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-title);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.caseshow_trTopul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.caseshow_trTopul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 5px;
}

.caseshow_trTopul li:last-child {
    border-bottom: none;
}

.caseshow_trTopul span {
    color: var(--primary-title);
    font-weight: bold;
}

.caseshow_trTopul p {
    text-align: right;
}

.caseshow_trBot {
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.caseshow_trimg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    border-radius: 12px;
}

.caseshow_trimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.caseshow_trBox h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.caseshow_trBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 15px;
}

.caseshow_trBtn a:nth-child(1) {
    display: inline-block;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 18px;
    border: 1px solid var(--primary-color);
    text-align: center;
    transition: all ease 0.3s;
}

.caseshow_trBtn a:nth-child(1):hover {
    background-color: #fff;
    color: var(--primary-color);
}

.caseshow_trBtn a:nth-child(2) {
    display: inline-block;
    padding: 5px 22px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 18px;
    text-align: center;
    transition: all ease 0.3s;
}

.caseshow_trBtn a:nth-child(2):hover {
    background-color: var(--primary-color);
    color: #fff;
}


.apply_show .product_inquiry_form {
    margin-top: 30px !important;
}

.apply_show .product_inquiry_form_main .yandex-form {
    margin-bottom: 0;
}

.caseshow_midmain {
    margin-bottom: 30px;
}

.index_comments_content {
    padding-top: 20px;
    margin-bottom: 50px;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
}

.index_comments_top {
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    /* overflow: hidden; */
    height: 100%;
    box-shadow: 0px 0px 30px 1px rgba(19, 19, 23, 0.08);
}

.index_comments_top>p {
    font-size: 14px;
    color: #111;
    opacity: 0.6;
    line-height: 28px;
    margin-top: 10px;
}

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

.index_comments_fixed i {
    font-size: 64px;
    color: var(--primary-lighter);
    transition: all ease 0.3s;
}

.index_comments_content:hover .index_comments_fixed i {
    color: var(--primary-color);
}

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

.index_comments_bot .row {
    align-items: center;
}

.comments_bot_img {
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed #f5f4f8;
    margin-right: 10px;
}

.comments_bot_img img {
    border-radius: 50%;
}

.comments_bot_info h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}

.comments_bot_info h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    color: #111;
    opacity: 0.6;
    word-wrap: break-word;
    word-break: break-all;
    margin: 3px 0;
}

.comments_star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comments_star i {
    font-size: 17px;
    color: #f7cd00;
}


/* page_service */
.page_service {
    padding: 70px 0;
}

.servic_top>div {
    margin-bottom: 30px;
}

.page_service .proSer_des h3 {
    font-size: 30px;
    -webkit-line-clamp: inherit;
}

.page_service .proSer_des {
    padding: 45px 30px;
}

.page_service .prolist_fore {
    padding-bottom: 0;
    margin-top: 40px;
}

.page_service .indexTitle h2 {
    position: relative;
    font-size: 40px;
}

.page_service .proSer_box .proSer_i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: stretch;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 20px;
    text-align: center;
    transition: all .6s ease-in-out;
    opacity: 0.8;
    transform: scale(1);
    transition: transform .7s, opacity .5s .2s;
}

.page_service .proSer_box:hover .proSer_i {
    opacity: 0;
    transform: scale(.7);
}

.page_service .proSer_box .proSer_i i {
    font-size: 50px;
}

.page_service .product_inquiry_form_main .yandex-form {
    margin-bottom: 0;
}

/* news_list */
.news_list {
    padding: 0 0 30px;
}

.news_li {
    padding: 60px 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_flex {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.news_img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60%;
}

.news_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 90%;
    overflow: hidden;
    gap: 10px;
}

.news_content>span {
    font-size: 16px;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.news_content>span::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background: var(--primary-color);
}

.news_content h2 a {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    /* word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
    overflow: hidden;*/
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_content p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_li:hover {
    background-color: #f4f4f4;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_li:hover .news_img img {
    transform: scale(1.1);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_li:hover .news_content h2 a {
    color: var(--primary-color);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news_content h2 a:hover {
    text-decoration: underline !important;
}

.newsltop_more {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.newsltop_more:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsltop_more:hover span,
.newsltop_more:hover i {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newslist_bot {
    padding: 60px 0;
    border-top: 1px solid #f4f4f4;
}


.news_list .indexTitle {
    margin-bottom: 25px;
}

.news_list .indexTitle h2 {
    font-size: 38px;
}

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


/* news_show */
.caseshow_tbox {
    margin-bottom: 20px;
}

.caseshow_tbox span:nth-child(1) {
    font-weight: bold;
}

.news_show .hot_product {
    margin-top: 20px;
}

.newsshow_right {
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}

.newsshow_aside {
    position: sticky;
    top: 160px;
    padding-left: 30px;
}

.newsshow_rTop {
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

.newsshow_rTop>h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-title);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.newsshow_rTopul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newsshow_rTopul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.newsshow_rTopul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

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

.cont_newsinfo_shows_img {
    flex: 0 30%;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 28%;
}

.cont_newsinfo_shows_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.cont_newsinfo_shows_tit {
    flex: 0 70%;
    padding-left: 15px;
}

.cont_newsinfo_shows_tit h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
    transition: all ease 0.3s;
}

.cont_newsinfo_shows_tit p {
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}

.cont_newsinfo_shows_tit h3:hover {
    color: var(--primary-color);
}

.newsshow_rbot p {
    font-size: 17px;
    color: #555;
}

.newsshow_rbot .aside_navConbtn a {
    margin-bottom: 0;
}

.news_show .caseshow_top {
    padding-bottom: 0;
}

.news_keyword {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_keyword p {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.news_keyword div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.news_keyword span {
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 20px;
    background: #f4f4f4;
}

.news_show .page_ctrl_box {
    margin-top: 30px;
}


/* aboutus */
.aboutus {
    padding: 70px 0;
}

.aboutus_p1des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}

.aboutus_p1des h2 {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #222;
    padding-bottom: 20px;
}

.aboutus_p1des p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.aboutus_p1rBox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus_p1rImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 66%;
}

.aboutus_p1rImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.aboutus_p2Box {
    padding: 70px 0 70px;
}

.about_tab {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: url(../images/abp2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about_tab h4 a {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    transition: all 0.35s ease;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}


.about_tab h4 a:hover,
.about_tab .active a {
    display: block;
    background-color: #fff;
    color: var(--primary-color);
}

.about_probox {
    position: relative;
}

.about_proimg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
}

.about_proimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.about_prodes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    padding: 20px;
}

.about_prodes h4 {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.about_prodes h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: var(--second-color);
}

.about_prodes li {
    font-size: 16px;
    color: #fff;
}


.about_tabmain {
    display: none;
}

.about_tabmain.active {
    display: block;
}

.aboutus_p3Boxx {
    padding: 80px 0;
    background: url(../images/pabg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.aboutus_p3Boxx::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.aboutus_p3main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.aboutus_p3box {
    width: 70%;
    display: flex;
    padding: 40px 40px 40px 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    transition: all ease 0.3s;
}

.aboutus_p3box:hover {
    background: #fff;
}

.aboutus_p3box h2 {
    flex: 0 25%;
    height: fit-content;
    display: inline-block;
    font-size: 22px;
    padding-top: 30px;
    line-height: 32px;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
}

.aboutus_p3box h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 2px;
    background: var(--second-color);
}

.aboutus_p3box p {
    flex: 0 75%;
    padding: 10px 10px 10px 40px;
}

.aboutus_p4Box {
    padding-top: 60px;
}

.aboutus_p4Box .product_inquiry_form_main .yandex-form {
    margin-bottom: 0;
}


/* contactus */


.page_contactus {
    padding: 70px 0;
}

.page_contactus .row.contactusCon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    background-color: var(--primary-color);
}

.page_con_left h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.page_con_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.page_con_box {
    margin-bottom: 20px;
    color: #fff;
}

.page_con_box h6 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.page_con_box p,
.page_con_box a {
    font-size: 16px;
    color: #fff;
}


.page_con_right {
    padding-right: 0;
}

.page_con_map {
    height: 100%;
}

.page_con_map #indexmap {
    height: 100%;
}

.page_contactus .product_inquiry_form {
    padding-top: 70px;
    ;
}

.page_contactus .indexTitle {
    margin-bottom: 25px;
}

.page_contactus .indexTitle h2 {
    font-size: 40px;
}

.page_contactus .product_inquiry_form_main .yandex-form {
    margin-bottom: 0;
}



/* page_search */
.search_result {
    padding: 60px 0;
    background-color: #fff;
}

.search_result_top h2 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.search_title span {
    color: var(--primary-color);
    font-weight: bold;
    display: block;
    margin: 0 5px;
}

.search_result_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_result_box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.search_result_box input {
    width: 100%;
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}

.search_result_box button {
    display: block;
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    width: 15%;
}

.search_result_box button:hover i {
    color: var(--primary-color);
}

.result_attention {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid var(--primary-color);
    flex-wrap: wrap;
}

.result_attention p {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.result_attention span {
    font-size: 26px;
    color: var(--primary-color);
    font-weight: bold;
    display: block;
    margin: 0 5px;
}

.search_result_list {
    margin-top: 40px;
}

.resultcard {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard p {
    font-size: 18px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard:hover h3 {
    color: var(--primary-color);
}

.resultcard:hover {
    border: 1px solid var(--primary-color);
}

.productshow_tabmain .proshow_lbox h3,
.productshow_tabmain .proshow_lbox h2 {
    border-left: none;
    background: transparent;
    padding: 0;
    font-size: 26px;
}

.productshow_tabmain .proshow_lbox h3::before,
.productshow_tabmain .proshow_lbox h2::before {
    display: none;
}


.indexteam_main {
    padding-bottom: 80px;
}

.iteamtopSwiper {
    margin-top: 40px;
}

.iteamtop_box {
    background: linear-gradient(to bottom,
            transparent 25%,
            #f1f1f1 25%);
}

.iteamtop_boxTbg {
    padding: 0 20px 40px 50px;
    position: relative;
}

.iteamtop_img {
    position: relative;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.iteamtop_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.iteamtop_boxTbg span {
    position: absolute;
    top: 12%;
    right: -20px;
    left: auto;
    bottom: auto;
    width: 80px;
    height: 2px;
    background-color: #000;
}

.iteamtop_des {
    height: 100%;
    padding-right: 50px;
}

.iteamtop_title {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.iteamtop_title p {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.iteamtop_title span {
    font-size: 18px;
    color: var(--primary-title);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.iteamtop_boxDes {
    height: 75%;
    padding: 40px 0;
}

.iteamtop_boxDes p {
    font-size: 18px;
    color: #555;
    /* display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word; */
    /* word-break: break-all; */
}

.iteambotSwiper {
    margin-top: 40px;
    width: 90%;
}

.iteambot_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iteambotImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #eee;
    transition: all ease 0.3s;
}

.iteambot_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 50%;
}

.iteambot_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.iteambot_box p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.iteamtopSwiper .swiper-slide .iteamtop_box {
    opacity: 0;
    transform: scale(1.08);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.iteamtopSwiper .swiper-slide-active .iteamtop_box {
    opacity: 1;
    transform: scale(1);
}

.iteambotSwiper .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    transition: all .3s;
}

.iteambotSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.iteambotSwiper .swiper-slide-thumb-active .iteambotImg {
    border: 4px solid var(--primary-color);
}


.aboutus_history {
    margin-top: 50px;
}

.historymain {
    position: relative;
}

.history_box {
    background: #fff;
}

.history_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 65%;
}

.history_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.history_img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/zhezhao.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.history_title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 99;
}

.history_title h3{
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
}

.history_title span{
    display: block;
    width: 30px;
    height: 4px;
    background: var(--primary-color);
}

.gallery-container {
    position: relative;
}

.yearSwipermain {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100px;

    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.8), transparent);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}

.yearSwiper {
    position: static !important;
    margin: 100px 0;
    max-height: 550px;
}

.yearSwiper .swiper-wrapper {
    height: 100%;
    /* overflow: hidden; */
    max-height: 350px;
    z-index: 99;
}

.yearSwiper .swiperbtns {
    height: 105%;
    position: absolute;
    right: 49%;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translate(45%, -48%);
    z-index: 1;
}

.yearSwiper .swiper-button-prev,
.yearSwiper .swiper-button-next {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    background: rgba(255,255,255,0.8);
    transform: rotate(90deg);
    transition: all ease 0.3s;
}

.yearSwiper .swiper-button-prev {
    top: 70px;
    bottom: auto;
    right: 30px !important;
    left: auto;
}

.yearSwiper .swiper-button-next {
    bottom: 50px;
    top: auto;
    right: 30px !important;
    left: auto;
}

.yearSwiper .swiper-button-prev::after,
.yearSwiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
    transition: all ease 0.3s;
}

.yearSwiper .swiper-button-prev:hover,
.yearSwiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.yearSwiper .swiper-button-prev:hover::after,
.yearSwiper .swiper-button-next:hover::after {
    color: #fff;
}

/* 
.yearSwiper::before{
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    border: 1px dashed var(--primary-color);
} */

.yearSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yearSwiper .swiper-slide .yearSwiperbox {
    cursor: pointer;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 20px;
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 30px;
    color: var(--primary-color);
    border: 1px solid #fff;
    transition: all ease 0.3s;
    opacity: 0.6;
}

.yearSwiper .swiper-slide-thumb-active .yearSwiperbox {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    opacity: 1;
}


.history_des {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.history_des>span {
    position: absolute;
    right: 0;
    top: 10%;
    font-size: 180px;
    line-height: 1;
    color: var(--primary-bg);
    opacity: 0.4;
    font-weight: bold;
    /*font-family: "PingFang-Regular", "PingFang Bold", Arial, Helvetica, sans-serif;*/
    font-family:  Arial, Helvetica, sans-serif;
    z-index: 9;
}


.history_des p {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    position: relative;
    z-index: 9;
}

.history_ul {
    margin-top: 30px;
}

.history_ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #000;
    list-style: inside;
}

.aboutus_history>h2 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: bold;
    padding: 15px 10px;
    background: #f5f5f5;
    border-left: 12px solid var(--primary-color);
    position: relative;
    z-index: 999;
}

.aboutus_history>h2::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    left: -7px;
    bottom: 0px;
    z-index: 1;
    background: #f5f5f5;
}

.aboutus_p1Box {
    padding-bottom: 40px;
}


.page_aboutB_li {
    margin-top: 30px;
}

.page_aboutB_box {
    padding: 15px 20px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page_aboutB_box::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: var(--third-color);
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
}

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

.page_aboutB_box i {
    color: var(--third-color);
    font-size: 60px;
    line-height: 1;
}

.page_aboutB_num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    margin-left: 20px;
}

.page_aboutB_box h2,
.page_aboutB_box h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.page_aboutB_box p {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.page_aboutB_box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: var(--third-title);
    border-radius: 170px 0 10px 0;
    opacity: .1;
}

.page_aboutB_box:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
}

.page_aboutB_box:hover i,
.page_aboutB_box:hover h2,
.page_aboutB_box:hover h3,
.page_aboutB_box:hover p {
    color: #fff;
}


/* photo */
.photolist {
    padding: 80px 0;
    background-color: var(--second-bg);
}

.abPhoto_section {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.abPhoto_section:not(:last-child) {
    margin-bottom: 40px;
}

.abPhoto_section:nth-child(2n+1) .abPhoto_sectionInner {
    flex-direction: row-reverse;
}

.abPhoto_section:nth-child(2n+1) .abPhoto_imgWrap {
    padding-left: 0;
    padding-right: 40px;
}

.abPhoto_textWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abPhoto_indexNum {
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary-bg);
    margin-bottom: 4px;
}

.abPhoto_title {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 10px;
}

.abPhoto_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background: var(--second-color);
    border-radius: 10px;
}

.abPhoto_desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

.abPhoto_featureItem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.abPhoto_featureItem i {
    font-size: 28px;
    font-weight: bold;
    color: var(--second-color);
    margin-bottom: 2px;
    line-height: 1;
}

.abPhoto_featureText {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-weight: bold;
    /*word-break: break-all;*/
}

.abPhoto_featureText span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    font-weight: normal;
}

.abPhoto_imgWrap {
    padding-left: 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.abPhoto_imgGrid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 150px);
    gap: 15px;
}

.abPhoto_imgItem {
    background: #e8edf3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.abPhoto_imgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.abPhoto_imgItem:hover img {
    transform: scale(1.05);
}

.abPhoto_imgGrid .abPhoto_imgItem:nth-child(1) {
    grid-row: 1 / 4;
}



.aboutus_honor {
    margin: 80px 0;
    background: linear-gradient(to right, var(--third-color) 30%, var(--second-bg) 30%);
}

.aboutus_holeft {
    background-color: var(--third-color);
    color: #ffffff;
    padding: 60px 50px 60px 0;
    flex: 1;
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.aboutus_honor .abPhoto_textWrap h2,
.aboutus_honor .abPhoto_textWrap p,
.aboutus_honor .abPhoto_textWrap i,
.aboutus_honor .abPhoto_textWrap .abPhoto_featureText {
    color: #fff !important;
}

.aboutus_honor .abPhoto_featureText span {
    color: #eee;
}

.aboutus_honor .abPhoto_textWrap .abPhoto_title::before {
    background: #fff;
}

.aboutus_horight,
.aboutus_loright {
    height: 100%;
    display: flex;
    justify-content: center;

    align-items: center;
}

.aboutus_horbox {
    padding-top: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 50px 30px 20px;
    border-radius: 20px;
}

.aboutus_lorbox,
.aboutus_horbox,
.aboutus_horbox .honorSwiper,
.aboutus_lorbox .partnerSwiper {
    width: 100%;
}


.partnerSwiper .swiper-slide .pagealbum1_box {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
    padding: 12px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.partnerSwiper .swiper-slide-prev .pagealbum1_box,
.partnerSwiper .swiper-slide-next .pagealbum1_box {
    transform: scale(0.8);
}

.partnerSwiper .swiper-slide-active .pagealbum1_box,
.partnerSwiper .swiper-slide-duplicate-active .pagealbum1_box {
    transform: scale(1);
    background: var(--primary-bg);
}

.partnerSwiper .pagealbum1_box .psPartnerImg {
    border-radius: 10px;
}


.nservice_tbox {
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    overflow: hidden;
    transition: all ease 0.3s;
}

.nservice_timg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
}

.nservice_timg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.nservice_tdes {
    padding: 20px 20px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.nservice_tdes span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: var(--primary-color);
    margin-top: -55px;
    z-index: 999;
}

.nservice_tdes span i {
    font-size: 32px;
    color: #fff;
    transition: all ease 0.3s;
}

.nservice_tdes h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.nservice_tdes p {
    font-size: 16px;
    text-align: center;
}

.nservice_tbox:hover i {
    transform: rotateY(180deg);
}

.nservice_tbox:hover {
    transform: translateY(-5px);
}

.nservice_top .row>div {
    margin-bottom: 30px;
}

.nservice_top {
    margin-bottom: 40px;
}

.nservice_mid {
    padding: 70px 0;
    background: var(--second-bg);
}

.nservice_mbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
}

.nservice_mbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: var(--second-bg);
    z-index: 9;
    transition: all ease 0.3s;
}

.nservice_mbox span i {
    font-size: 28px;
    color: var(--primary-color);
    transition: all ease 0.3s;
}

.nservice_mbox h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.nservice_mbox p {
    font-size: 16px;
    text-align: center;
}

.nservice_mid .row {
    position: relative;
}

.nservice_mid .row::before {
    position: absolute;
    left: 8%;
    top: 30px;
    right: 8%;
    bottom: auto;
    content: '';
    border: 1px dashed #ddd;
}

.nservice_mbox:hover span {
    background: var(--primary-color);
}

.nservice_mbox:hover span i {
    color: #fff;
}

.nservice_bot {
    padding: 70px 0;
}

.nservice_bbox {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 15px;
    transition: all ease 0.3s;
    height: 100%;
}

.nservice_bbox span {
    flex: 0 0 70px;
}

.nservice_bbox span i {
    font-size: 50px;
    color: var(--primary-color);
}

.nservice_bbox div {
    flex: 0 0 calc(100% - 70px);
}

.nservice_bbox span {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}

.nservice_bbox p {
    font-size: 14px;
    color: #555;
}

.nservice_bbox:hover {
    background: var(--primary-color);
}

.nservice_bbox:hover i,
.nservice_bbox:hover span,
.nservice_bbox:hover p {
    color: #fff;
}


.caselistBox {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
}

.caselist_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
}

.caselist_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.caselistBox:hover .caselist_img img {
    transform: scale(1.15);
    transition: all 1s ease;
}

.caselist_des {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 25px 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    transition: bottom 0.4s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.caselistBox .tag {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
    margin-bottom: 0;
}

.caselist_des h3 {
    font-size: 22px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /*  word-break: break-all; */
}

.caselist_des p {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /*   word-break: break-all; */
}

.caselistBox a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.conformBox {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.conformBox>span {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.conformBox>span i {
    font-size: 30px;
    color: var(--third-color);
}

.conformBox div {
    padding-left: 10px;
}

.conformBox span {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}

.conformBox p {
    font-size: 14px;
    color: #555;
}

.aboutus_logo {
    padding-bottom: 70px;
}


.page_privacy {
    padding: 60px 0;
}

.history_des .indexTitle {
    position: relative;
    z-index: 99;
}

.applyTabSwiper .swiper-slide,
.applyTabSwiper .swiper-slide h3{
    width: fit-content;
}

.historySwiper .swiper-slide{
    opacity: 0 !important;
}

.historySwiper .swiper-slide-active{
    opacity: 1 !important;
}

.historySwiper {
    height: auto; 
     min-height: 520px;
}

.historySwiper .swiper-slide {
    height: auto;
}

@media (max-width:575px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 150px !important;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .bg-dark {
        background-color: #fff !important;
    }

    .bannercontent {
        margin-top: 76px;
    }

    .bannercontent_title {
        padding-top: 0;
        width: 90%;
    }

    .bannercontent_title h2,
    .bannercontent_title h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

    .bannercontent_title p {
        display: none;
    }

    /* product_cate */
    .productAll_main {
        padding: 40px 0;
    }

    .proAll_maintop {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .proAll_maintl span {
        font-size: 66px;
    }

    .productAll_title h2 {
        font-size: 26px;
        line-height: 1.3;
        word-break: break-all;
    }

    .proAll_maintl {
        gap: 15px;
    }

    .productAll_btn {
        padding-top: 0;
    }

    .procateDes_btn {
        justify-content: center;
        margin-top: 5px;
    }

    .productAll_main .row>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .proAbout {
        padding: 60px 0;
    }

    .proAbout_title h2 {
        font-size: 28px;
    }

    .proBtn {
        gap: 10px;
        margin-top: 30px;
    }

    .proBtn a,
    .proSer_title .proBtn a {
        padding: 8px 30px;
        margin-top: 0;
        font-size: 16px;
    }

    .proService {
        padding: 40px 0;
    }

    .proSer_main {
        flex-direction: column;
    }

    .proSer_title,
    .proSer_main .row {
        width: 100%;
    }

    .proSer_title .proBtn {
        margin-top: 0;
    }

    .proSer_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 26px;
    }

    .proSer_main .row>div:not(:last-child) {
        margin-bottom: 30px;
    }


    /* product_list */
    .bannerPro_title {
        padding-top: 0;
    }

    .bannerPro_lad {
        display: none;
    }

    .bannerPro_left h1 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .bannerPro_right {
        display: none;
    }

    .prolist_top {
        padding: 40px 0;
    }

    .product_list .indexTitle h2 {
        font-size: 28px;
    }

    .prolist_fore .indexTitle {
        margin-bottom: 25px;
    }

    .prolist_third {
        padding: 20px 0 40px;
    }

    .prolist_fore {
        padding-bottom: 40px;
    }

    .prolist_top .row>div:nth-last-child(1) {
        margin-bottom: 20px;
    }

    .prolist_fore .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    #popup {
        width: 78%;
        padding: 0;
    }

    #popup span {
        top: -70px;
        right: 0px;
    }



    /* product_show */
    .product_show_main {
        padding: 40px 0;
    }

    .proshow_right {
        display: none;
    }

    .product_show_main_describe {
        padding-left: 0;
        padding-top: 25px;
    }

    .product_show .product_show_main_describe h2 {
        font-size: 24px !important;
    }

    .product_show .pro_apply {
        width: 100%;
        padding: 16px 0;
    }

    .product_show .pro_apply h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_show .pro_apply p {
        padding-left: 15px;
    }

    .product_show_main_button a {
        margin: 0 5px 8px 0;
        padding: 8px 12px;
        font-size: 16px;
    }

    .productshow_tabmain {
        margin-top: 30px;
    }

    .proshow_lbox h3,
    .proshow_lbox h2 {
        font-size: 22px;
        padding: 10px 12px;
    }

    .product_show .prolist_case {
        padding-top: 0px;
    }

    .proshow_photo {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .proshow_lbox {
        margin-bottom: 30px;
    }

    .product_show .prolist_casebox {
        display: flex;
        flex-direction: column;
    }

    .product_show .prolist_case .prolist_casebox .prolist_caseimg {
        order: 1;
    }

    .product_show .prolist_case .prolist_casebox .prolist_casedes {
        order: 2;
    }

    .product_show .prolist_casedes,
    .apply_list .prolist_casedes {
        padding: 25px 20px !important;
    }

    .product_show .tag,
    .apply_list .tag {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .product_show .prolist_casedes h3,
    .apply_list .prolist_casedes h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .product_show .prolist_casedes p,
    .apply_list .prolist_casedes p {
        margin-bottom: 15px;
    }

    .product_show .prolist_casebtn,
    .apply_list .prolist_casebtn {
        text-align: left;
    }

    .product_show .prolist_casebtn a,
    .apply_list .prolist_casebtn a {
        padding: 6px 20px;
    }

    .product_inquiry_form_main .yandex-form #form>* {
        width: 100% !important;
    }

    .product_inquiry_form_main .yandex-form #form .list p {
        line-height: 1.5;
    }


    /* apply_list */
    .apply_list {
        padding: 40px 0;
    }

    .apply_liTab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        margin-bottom: 15px;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .apply_liTab h3 {
        padding: 8px 10px;
        font-size: 14px;
        font-weight: normal;
    }

    .apply_list .prolist_casebox {
        display: flex;
        flex-direction: column;
    }

    .apply_list .prolist_casebox .prolist_caseimg {
        order: 1 !important;
    }

    .apply_list .prolist_casebox .prolist_casedes {
        order: 2 !important;
    }

    .apply_list .product_inquiry_form {
        padding-top: 10px;
    }

    .apply_list .indexTitle h2 {
        font-size: 28px;
    }


    /* apply_show */
    .apply_show {
        padding: 40px 0;
    }

    .news_title h2 {
        font-size: 30px;
    }

    .apply_show .product_inquiry_form {
        margin-top: 20px !important;
    }

    .caseshow_tleft {
        padding: 0;
    }


    .caseshow_tright {
        display: none;
    }


    /* page_service */
    .page_service {
        padding: 40px 0;
    }

    .page_service .proSer_des h3 {
        font-size: 26px;
    }

    .page_service .prolist_fore {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .page_service .indexTitle h2 {
        font-size: 28px;
    }


    /* news_li */
    .news_li {
        padding: 40px 0;
    }

    .news_left {
        order: 2;
    }

    .news_right {
        order: 1;
    }

    .news_content {
        padding-top: 15px;
        width: 100%;
        gap: 5px;
    }

    .news_content>span {
        margin-bottom: 0;
    }

    .news_content h2 a {
        font-size: 26px;
    }

    .newsltop_more {
        max-width: fit-content;
        padding: 8px 26px;
    }

    .newslist_bot {
        padding: 30px 0;
        border-top: 1px solid #f4f4f4;
    }

    .news_list .indexTitle h2 {
        font-size: 28px;
    }

    .news_list .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }

    .page_ctrl_box {
        margin-top: 30px;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 16px;
    }

    /* news_show */
    .newsshow_right {
        padding-bottom: 0;
    }

    .newsshow_aside {
        display: none;
    }

    .hot_product .row>div:nth-last-child(1) .procateBox {
        margin-bottom: 0;
    }

    .news_keyword {
        flex-direction: column;
        align-items: flex-start;
    }

    .news_keyword span {
        font-size: 14 px;
        line-height: 26px;
    }



    /* aboutus */
    .aboutus {
        padding: 40px 0;
    }

    .aboutus_p1des {
        padding-top: 30px;
        padding-left: 0;
    }

    .aboutus_p1Box {
        padding-bottom: 10px;
    }

    .aboutus_p1des h2 {
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .aboutus_p2Box {
        padding: 40px 0;
    }

    .about_tab {
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .about_tab h4 a {
        text-align: center;
        font-size: 18px;
        display: inline-block !important;
        width: min-content;
        padding: 12px 40px;
        border-radius: 40px;
    }

    .aboutus_p3Boxx {
        padding: 50px 0;
    }

    .aboutus_p3box {
        width: 100%;
        display: flex;
        padding: 30px;
        flex-direction: column;
    }

    .aboutus_p3box h2 {
        padding-top: 0;
    }

    .aboutus_p3box p {
        padding: 20px 0 10px;
    }

    .historySwiper {
        width: calc(100vw - 110px);
        margin-left: 0;
    }

    .yearSwiper {
        width: 80px;
    }

    .yearSwiper .swiper-slide .yearSwiperbox {
        padding: 4px 16px;
        font-size: 16px;
    }

    .yearSwiper .swiper-button-next,
    .yearSwiper .swiper-button-prev {
        right: 16px !important;
    }

    .history_des p {
        margin-top: 16px;
        font-size: 16px;

    }

    .page_contactus {
        padding: 30px 0;
    }

    .page_con_left {
        padding: 30px 15px;
    }

    .page_con_left h3 {
        font-size: 34px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .page_contactus #indexmap {
        height: 300px;
    }

    .page_con_right {
        padding: 0;
    }

    .page_contactus .product_inquiry_form {
        padding-top: 40px;
    }

    .page_contactus .indexTitle h2 {
        font-size: 28px;
    }

    .page_contactus .indexTitle {
        margin-bottom: 18px;
    }

    .page_contactus .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }


    .search_result,
    .page_privacy {
        padding: 40px 0;
    }

    .result_attention {
        padding-bottom: 15px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 22px;
        line-height: 1.2;
    }



    .indexteam_main {
        padding-bottom: 40px;
    }

    .iteamtopSwiper {
        margin-top: 00px;
    }

    .iteamtop_boxTbg {
        padding: 0;
    }

    .iteamtop_boxTbg span {
        display: none;
    }

    .iteamtop_title {
        height: auto;
        flex-wrap: wrap;
        gap: 5px;
    }

    .iteamtop_des {
        height: 100%;
        padding: 20px;
    }

    .iteamtop_boxDes {
        height: auto;
        padding: 15px 0;
    }

    .iteambotSwiper {
        margin-top: 30px;
    }

    .iteambotImg {
        width: 90px;
        height: 90px;
    }


    .historymain {
        padding-bottom: 30px;
    }


    .history_des {
        padding-left: 0;
    }

    .history_ul {
        margin-top: 20px;
    }

    .history_des>span {
        font-size: 100px;
    }

    .history_img {
        margin-top: 20px;
    }

    .history_ul li {
        font-size: 14px;
    }

    .aboutus_history>h2 {
        margin-bottom: 20px;
    }

    .aboutus_honor {
        margin: 20px 0 40px;
        background: var(--third-color);
        padding-bottom: 40px;
    }

    .aboutus_holeft {
        padding: 50px 0 30px;
    }

    .aboutus_loleft {
        margin-bottom: 30px;
    }

    .index_comments_content {
        padding-top: 10px;
    }

    .caseshow_tleft {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .applyshow_btn {
        margin-bottom: 30px;
    }

    .page_aboutB_box i {
        font-size: 52px;
    }

    .page_aboutB_box p {
        margin-top: 15px;
    }


    .apply_show .news_title h2 {
        font-size: 26px;
    }

    .caseshow_tdes {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .index_comments_bot {
        flex-direction: column;
    }

    .comments_bot_info h3,
    .comments_bot_info h4,
    .index_comments_top>p {
        text-align: center;
    }

    .comments_bot_info p {
        justify-content: center;
        margin-top: 5px;
        padding-bottom: 8px;
        text-align: center;
        border-bottom: 1px solid #D2D2D5;
    }

    .index_comments_fixed {
        position: absolute;
        right: 20px;
    }

    .index_comments_fixed i {
        font-size: 17px;
    }

    .indexcomment_main {
        padding-left: 0;
    }

    .index_comments .swiper-pagination-bullet-active {
        opacity: 1;
        width: 20px;
        border-radius: 10px;
        transition: all ease .3s;
    }

    .index_comments_fixed {
        position: relative;
        right: 0;
        left: 0;
    }

    .comments_star {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #D2D2D5;
        display: flex;
        justify-content: center;
    }


    /* photo */
    .photolist {
        padding: 40px 0;
    }

    .abPhoto_indexNum {
        font-size: 36px;
    }

    .abPhoto_title {
        font-size: 22px;
    }

    .abPhoto_section {
        padding: 30px 20px;
    }

    .abPhoto_featureItem {
        flex-direction: row;
    }

    .abPhoto_textWrap .row>div {
        margin-bottom: 10px;
    }

    .abPhoto_section:nth-child(2n+1) .abPhoto_sectionInner {
        flex-direction: row !important;
    }

    .abPhoto_imgWrap {
        padding: 0 !important;
        margin-top: 15px;
        display: block;
    }

    .abPhoto_imgGrid .abPhoto_imgItem:nth-child(1) {
        grid-row: inherit;
    }

    .abPhoto_imgGrid {
        grid-template-columns: 2fr 2fr;
        grid-template-rows: auto;
    }

    .abPhoto_imgItem {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 70%;
    }

    .abPhoto_imgItem img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }

    .nservice_mid .row::before {
        display: none;
    }

    .nservice_top .row>div:nth-last-child(1) {
        margin-bottom: 0;
    }

    .nservice_mid,
    .nservice_bot {
        padding: 40px 0;
    }

    .nservice_mid .row>div:not(:last-child),
    .nservice_bot .row>div:not(:last-child) {
        margin-bottom: 25px;
    }

    .nservice_bbox span i {
        font-size: 40px;
    }


    .yearSwipermain {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .conform>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .conformBox {
        justify-content: flex-start;
    }

    .conformBox>span {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .conformBox>span i {
        font-size: 20px;
    }


    .product_show .product_inquiry_form {
        padding: 20px 0 0;
    }

    .aboutus_logo {
        padding-bottom: 30px;
    }
    
    .search_result_top h2 {
        font-size: 28px;
    }
    
.apply_list .row>div:not(:last-child) {
    margin-bottom: 30px;
}
}

@media (min-width:576px) and (max-width:767px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 150px !important;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .bg-dark {
        background-color: #fff !important;
    }

    .bannercontent {
        margin-top: 75px !important;
    }

    .bannercontent_title {
        padding-top: 0;
    }

    .bannercontent_title h2,
    .bannercontent_title h1 {
        font-size: 28px;
    }

    .bannercontent_title p {
        width: 90%;
        display: none;
    }


    /* product_cate */
    .productAll_main {
        padding: 45px 0;
    }

    .proAll_maintop {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .productAll_title h2 {
        font-size: 26px;
        line-height: 1.3;
        word-break: break-all;
    }

    .proAll_maintl {
        gap: 15px;
        width: 100%;
    }

    .productAll_btn {
        margin-top: 0;
    }

    .procateDes_btn {
        justify-content: center;
        margin-top: 5px;
    }

    .productAll_main .row>div:nth-child(n+3) {
        display: none;
    }

    .productAll_main .row>div {
        margin-bottom: 0px;
    }

    .proAbout {
        padding: 60px 0;
    }

    .proAbout_title h2 {
        font-size: 28px;
    }

    .proBtn {
        gap: 20px;
        margin-top: 30px;
    }

    .proBtn a,
    .proSer_title .proBtn a {
        padding: 8px 30px;
        margin-top: 0;
        font-size: 16px;
    }

    .proService {
        padding: 40px 0;
    }

    .proSer_main {
        flex-direction: column;
    }

    .proSer_title,
    .proSer_main .row {
        width: 100%;
    }

    .proSer_title .proBtn {
        margin-top: 0;
    }

    .proSer_title {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 26px;
    }

    .proSer_des {
        padding: 25px 10px;
    }

    .proSer_des h3 {
        font-size: 20px;
        -webkit-line-clamp: 3;
    }


    /* product_list */
    .bannerPro_title {
        padding-top: 0;
        width: 90%;
    }

    .bannerPro_lad {
        display: none;
    }

    .bannerPro_left h1 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .bannerPro_con p {
        font-size: 12px;
        margin-top: 8px;
        padding-top: 8px;
    }

    .bannerPro_con i {
        font-size: 30px;
        line-height: 1.3;
    }

    .prolist_top {
        padding: 45px 0;
    }

    .product_list .indexTitle h2 {
        font-size: 30px;
    }

    .prolist_fore .indexTitle {
        margin-bottom: 25px;
    }

    .prolist_fore {
        padding-bottom: 40px;
    }

    .prolist_top .row>div:nth-last-child(1) {
        margin-bottom: 20px;
    }

    .prolist_fore .row>div:not(:last-child) {
        margin-bottom: 25px;
    }

    #popup {
        width: 70%;
        padding: 0;
    }


    /* product_show */
    .product_show_main_describe {
        padding-left: 0;
        padding-top: 25px;
    }

    .product_show .pro_apply {
        width: 100%;
        padding: 16px 0;
    }

    .productshow_tabmain {
        margin-top: 30px;
    }


    .product_show .prolist_case {
        padding-top: 40px;
    }

    .product_show .prolist_caseboxs {
        flex-direction: row;
        gap: 30px;
    }

    .product_show .prolist_casebox,
    .apply_list .prolist_casebox {
        display: flex;
        flex-direction: column;
    }

    .product_show .prolist_case .prolist_casebox .prolist_caseimg,
    .apply_list .prolist_casebox .prolist_caseimg {
        order: 1;
    }

    .product_show .prolist_case .prolist_casebox .prolist_casedes,
    .apply_list .prolist_casebox .prolist_casedes {
        order: 2;
    }

    .product_show .prolist_casedes h3,
    .apply_list .prolist_casedes h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_show .prolist_casedes .tag,
    .apply_list .prolist_casedes .tag {
        margin-bottom: 10px;
    }

    .product_show .prolist_casedes p,
    .apply_list .prolist_casedes p {
        line-height: 1.4;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
    }

    .product_show .prolist_casedes,
    .apply_list .prolist_casedes {
        padding: 25px 20px !important;
    }

    .product_show .prolist_casebtn,
    .apply_list .prolist_casebtn {
        text-align: left;
    }

    .product_show .prolist_casebtn a,
    .apply_list .prolist_casebtn a {
        padding: 6px 20px;
    }

    .proshow_right {
        display: none;
    }

    .product_show_main {
        padding: 45px 0 0;
    }


    /* apply_list */
    .apply_list {
        padding: 45px 0;
    }

    .apply_liTab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        margin-bottom: 15px;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .apply_liTab h3 {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .apply_list .row>div {
        margin-bottom: 30px !important;
    }

    .apply_list .prolist_casebox {
        height: 100%;
    }

    .apply_list .prolist_casebox .prolist_caseimg {
        order: 1 !important;
    }

    .apply_list .prolist_casebox .prolist_casedes {
        order: 2 !important;
    }

    .apply_list .product_inquiry_form {
        padding-top: 20px;
    }

    .apply_list .indexTitle h2 {
        font-size: 32px;
    }



    /* apply_show */
    .apply_show {
        padding: 40px 0;
    }

    .news_title h2 {
        font-size: 30px;
    }

    .apply_show .product_inquiry_form {
        margin-top: 20px !important;
    }

    .caseshow_tleft {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .index_comments_bot {
        flex-direction: column;
    }

    .comments_bot_info h3,
    .comments_bot_info h4 {
        text-align: center;
    }

    .comments_star {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #D2D2D5;
        display: flex;
        justify-content: center;
    }

    .applyshow_btn {
        margin-bottom: 30px;
    }

    .caseshow_tright {
        display: none;
    }



    /* page_service */
    .page_service {
        padding: 40px 0;
    }

    .page_service .proSer_des h3 {
        font-size: 24px;
    }

    .page_service .prolist_fore {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .page_service .indexTitle h2 {
        font-size: 28px;
    }


    /* news_li */
    .newslist_top {
        display: flex;
        flex-wrap: wrap;
    }
    
    .news_list .pagelist{
        padding-bottom: 35px;
    }

    .news_li {
        width: 50%;
        padding: 40px 2%;
    }

    .news_left {
        order: 2;
    }

    .news_right {
        order: 1;
    }

    .news_content {
        padding-top: 15px;
        width: 100%;
        gap: 5px;
    }

    .news_content>span {
        margin-bottom: 0;
        font-size: 14px;
    }

    .news_content h2 a {
        font-size: 24px;
    }

    .newsltop_more {
        max-width: fit-content;
        padding: 8px 26px;
    }

    .newslist_bot {
        padding: 30px 0;
        border-top: 1px solid #f4f4f4;
    }

    .news_list .indexTitle h2 {
        font-size: 28px;
    }

    .news_list .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }


    /* news_show */
    .news_show .caseshow_top {
        padding-bottom: 0;
    }

    .news_show .procateBox {
        margin-bottom: 25px;
    }

    .newsshow_aside {
        display: none;
    }

    .newsshow_right {
        padding-bottom: 0;
    }


    /* aboutus */
    .aboutus {
        padding: 45px 0;
    }

    .aboutus_p1des h2 {
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .aboutus_p2Box {
        padding: 60px 0 40px;
    }

    .about_tab {
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
    }

    .about_tab h4 a {
        text-align: center;
        font-size: 18px;
        display: inline-block !important;
        width: min-content;
        padding: 12px 40px;
        border-radius: 40px;
    }

    .aboutus_p3Boxx {
        padding: 60px 0;
    }

    .aboutus_p3box {
        width: 100%;
        display: flex;
        padding: 30px;
        flex-direction: column;
    }

    .aboutus_p3box h2 {
        padding-top: 0;
    }

    .aboutus_p3box p {
        padding: 20px 0 10px;
    }



    .aboutus_p1des {
        padding-top: 25px;
        padding-left: 0;
    }

    .aboutus_p1Box {
        padding-bottom: 0;
    }

    .historySwiper {
        width: calc(100vw - 130px);
        margin-left: 0;
    }

    .yearSwiper {
        width: 100px;
    }

    .yearSwiper .swiper-slide .yearSwiperbox {
        padding: 4px 16px;
        font-size: 16px;
    }

    .history_des p {
        margin-top: 16px;
        font-size: 16px;

    }

    .aboutus_honor {
        margin: 40px 0;
    }

    .aboutus_honor {
        background: var(--third-color);
        padding-bottom: 40px;
    }

    .aboutus_loleft {
        margin-bottom: 30px;
    }

    .page_contactus {
        padding: 30px 0;
    }

    .page_con_left {
        padding: 30px 15px;
    }

    .page_con_left h3 {
        font-size: 34px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .page_contactus #indexmap {
        height: 350px;
    }

    .page_con_right {
        padding: 0;
    }

    .page_contactus .product_inquiry_form {
        padding-top: 45px;
    }

    .page_contactus .indexTitle h2 {
        font-size: 28px;
    }

    .page_contactus .indexTitle {
        margin-bottom: 18px;
    }

    .page_contactus .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }

    .search_result,
    .page_privacy {
        padding: 45px 0;
    }

    .result_attention {
        padding-bottom: 20px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 24px;
        line-height: 1.2;
    }


    .indexteam_main {
        padding-bottom: 40px;
    }

    .iteamtopSwiper {
        margin-top: 00px;
    }

    .iteamtop_boxTbg {
        padding: 0;
    }

    .iteamtop_boxTbg span {
        display: none;
    }

    .iteamtop_title {
        height: auto;
        flex-wrap: wrap;
        gap: 5px;
    }

    .iteamtop_des {
        height: 100%;
        padding: 20px;
    }

    .iteamtop_boxDes {
        height: auto;
        padding: 15px 0;
    }

    .iteambotSwiper {
        margin-top: 30px;
    }

    .iteambotImg {
        width: 90px;
        height: 90px;
    }



    .historymain {
        padding-bottom: 30px;
    }

    .history_des {
        padding-left: 10px;
    }

    .history_ul {
        margin-top: 20px;
    }


    .history_des>span {
        font-size: 120px;
    }

    .history_img {
        margin-top: 20px;
    }




    .page_aboutB_box i {
        font-size: 52px;
    }

    .page_aboutB_box p {
        margin-top: 15px;
    }



    /* photo */
    .photolist {
        padding: 45px 0;
    }

    .abPhoto_indexNum {
        font-size: 46px;
    }

    .abPhoto_title {
        font-size: 26px;
    }

    .abPhoto_section:nth-child(2n+1) .abPhoto_sectionInner {
        flex-direction: row !important;
    }

    .abPhoto_imgWrap {
        display: block;
        padding: 0 !important;
        margin-top: 25px;
    }

    .abPhoto_imgGrid .abPhoto_imgItem:nth-child(1) {
        grid-row: inherit;
    }

    .abPhoto_imgGrid {
        grid-template-columns: 2fr 2fr;
        grid-template-rows: auto;
    }


    .abPhoto_imgItem {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 70%;
    }

    .abPhoto_imgItem img {
        width: 100%;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
    }



    .nservice_mid .row::before {
        display: none;
    }


    .nservice_mid,
    .nservice_bot {
        padding: 40px 0;
    }

    .nservice_mid .row>div,
    .nservice_bot .row>div {
        margin-bottom: 25px;
    }

    .nservice_bbox span i {
        font-size: 40px;
    }

    .product_show .product_inquiry_form {
        padding: 30px 0 0;
    }

    .conformBox {
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .aboutus_logo {
        padding-bottom: 40px;
    }
    
    
    
    .search_result_top h2 {
        font-size: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .bg-dark {
        background-color: #fff !important;
    }


    .bannercontent {
        margin-top: 75px !important;
    }

    .bannercontent_title {
        padding-top: 0;
    }

    .bannercontent_title h2,
    .bannercontent_title h1 {
        font-size: 32px;
    }

    .bannercontent_title p {
        width: 90%
    }


    /* product_cate */
    .productAll_main {
        padding: 45px 0;
    }

    .productAll_title h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .productAll_btn {
        margin-top: 0;
    }

    .proAll_maintl {
        flex: 0 0 70%;
    }

    .productAll_main .row>div {
        margin-bottom: 0px;
    }

    .procateDes_btn a {
        font-size: 16px;
    }

    .procateDes_btn a:hover {
        margin-right: 7px;
    }

    .procate_des {
        gap: 6px;
    }

    .proAbout {
        padding: 60px 0;
    }

    .proAbout_title h2 {
        font-size: 28px;
    }

    .proBtn {
        gap: 20px;
        margin-top: 30px;
    }

    .proBtn a,
    .proSer_title .proBtn a {
        padding: 8px 36px;
        margin-top: 0;
        font-size: 16px;
    }

    .proService {
        padding: 40px 0;
    }

    .proSer_main {
        flex-direction: column;
    }

    .proSer_title,
    .proSer_main .row {
        width: 100%;
    }

    .proSer_title .proBtn {
        margin-top: 0;
    }

    .proSer_title {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 26px;
    }

    .proSer_des {
        padding: 25px 10px;
    }

    .proSer_des h3 {
        font-size: 20px;
        -webkit-line-clamp: 3;
    }


    /* product_list */
    .bannerPro_title {
        padding-top: 0;
        width: 90%;
    }

    .bannerPro_lad p {
        margin: 5px 0;
    }

    .bannerPro_lad p i {
        font-size: 18px;
        line-height: 20px;
    }

    .bannerPro_lad p span {
        font-size: 14px;
        line-height: 20px;
    }

    .bannerPro_left h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bannerPro_con p {
        font-size: 12px;
        margin-top: 8px;
        padding-top: 8px;
    }

    .bannerPro_con i {
        font-size: 30px;
        line-height: 1.3;
    }

    .prolist_top {
        padding: 45px 0;
    }

    .product_list .indexTitle h2 {
        font-size: 30px;
    }

    .prolist_fore .indexTitle {
        margin-bottom: 25px;
    }


    .prolist_fore {
        padding-bottom: 40px;
    }

    .prolist_fore .row>div {
        margin-bottom: 25px;
    }

    .product_list .prolist_fore {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    #popup {
        width: 70%;
    }



    /* product_show */
    .product_show_main_describe {
        padding-left: 0;
    }

    .pro_apply {
        width: max-content;
        padding-right: 30px;
    }

    .productshow_tabmain {
        margin-top: 40px;
    }



    .product_show .prolist_case {
        padding-top: 0px;
    }

    .product_show .prolist_caseboxs {
        flex-direction: row;
        gap: 30px;
    }

    .product_show .prolist_comment .row>div {
        margin-bottom: 0;
    }

    .product_show .prolist_casebox,
    .apply_list .prolist_casebox {
        display: flex;
        flex-direction: column;
    }

    .product_show .prolist_comment .row>div {
        margin-bottom: 0;
    }

    .product_show .prolist_case .prolist_casebox .prolist_caseimg,
    .apply_list .prolist_case .prolist_casebox .prolist_caseimg {
        order: 1;
    }

    .product_show .prolist_case .prolist_casebox .prolist_casedes,
    .apply_list .prolist_case .prolist_casebox .prolist_casedes {
        order: 2;
    }

    .product_show .prolist_casedes,
    .apply_list .prolist_casedes {
        padding: 25px 20px !important;
    }

    .prolist_casebtn {
        text-align: left;
    }

    .prolist_casebtn a {
        padding: 6px 20px;
    }

    .proshow_right {
        display: none;
    }

    .product_show_main {
        padding: 60px 0;
    }


    /* apply_list */
    .apply_list {
        padding: 50px 0;
    }

    .apply_liTab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        margin-bottom: 20px;
        gap: 10px;
                grid-template-columns: repeat(3, 1fr);
    }

    .apply_liTab h3 {
        padding: 10px 20px;
    }

    .apply_list .row>div {
        margin-bottom: 30px !important;
    }

    .apply_list .prolist_casedes .tag {
        margin-bottom: 10px;
    }

    .apply_list .prolist_casebox {
        height: 100%;
    }

    .apply_list .prolist_casebox .prolist_caseimg {
        order: 1 !important;
    }

    .apply_list .prolist_casebox .prolist_casedes {
        order: 2 !important;
    }

    .apply_list .product_inquiry_form {
        padding-top: 30px;
    }

    .apply_list .indexTitle h2 {
        font-size: 34px;
    }



    /* apply_show */
    .apply_show {
        padding: 45px 0;
    }

    .news_title h2 {
        font-size: 32px;
    }

    .apply_show .product_inquiry_form {
        margin-top: 20px !important;
    }


    .caseshow_tleft {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .index_comments_bot {
        flex-direction: column;
    }

    .comments_bot_info h3,
    .comments_bot_info h4 {
        text-align: center;
    }

    .comments_star {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #D2D2D5;
        display: flex;
        justify-content: center;
    }

    .caseshow_tright {
        display: none;
    }


    .caseshow_tright {
        display: none;
    }


    /* page_service */
    .page_service {
        padding: 50px 0;
    }

    .page_service .proSer_des h3 {
        font-size: 20px;
    }

    .page_service .prolist_fore {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .page_service .indexTitle h2 {
        font-size: 30px;
    }

    /* news_li */
    .newslist_top {
        display: flex;
        flex-wrap: wrap;
    }

    .news_li {
        width: 50%;
        padding: 40px 2%;
    }

    .news_left {
        order: 2;
    }

    .news_right {
        order: 1;
    }

    .news_content {
        padding-top: 15px;
        width: 100%;
        gap: 5px;
    }

    .news_content>span {
        margin-bottom: 0;
        font-size: 14px;
    }

    .news_content h2 a {
        font-size: 26px;
    }

    .newsltop_more {
        max-width: fit-content;
        padding: 8px 26px;
    }

    .newslist_bot {
        padding: 45px 0;
        border-top: 1px solid #f4f4f4;
    }

    .news_list .indexTitle h2 {
        font-size: 30px;
    }

    .news_list .product_inquiry_form_main .yandex-form {
        margin-bottom: 20px;
    }


    /* news_show */
    .news_show .caseshow_top {
        padding-bottom: 0;
    }

    .news_show .procateBox {
        margin-bottom: 25px;
    }

    .newsshow_aside {
        display: none;
    }

    .newsshow_right {
        padding-bottom: 0;
    }


    /* aboutus */
    .aboutus {
        padding: 45px 0;
    }

    .aboutus_p1des h2 {
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .aboutus_p2Box {
        padding: 60px 0 40px;
    }

    .about_tab {
        padding: 20px 0;
    }

    .about_tab h4 a {
        text-align: center;
        font-size: 16px;
        display: inline-block !important;
        padding: 12px 30px;
        border-radius: 40px;
    }

    .aboutus_p3Boxx {
        padding: 60px 0;
    }

    .aboutus_p3box {
        width: 90%;
        display: flex;
        padding: 30px;
        flex-direction: column;
    }

    .aboutus_p3box h2 {
        padding-top: 0;
    }

    .aboutus_p3box p {
        padding: 20px 0 10px;
    }

    .aboutus_honor {
        margin: 30px 0 50px;
    }

    .aboutus_p1des {
        padding-top: 25px;
        padding-left: 0;
    }

    .aboutus_p1Box {
        padding-bottom: 0;
    }

    .historySwiper {
        width: calc(100vw - 130px);
        margin-left: 0;
    }

    .yearSwiper {
        width: 100px;
    }

    .yearSwiper .swiper-slide .yearSwiperbox {
        padding: 4px 16px;
        font-size: 16px;
    }

    .history_des p {
        margin-top: 16px;
        font-size: 16px;

    }

    .aboutus_honor {
        margin: 40px 0;
    }

    .aboutus_honor {
        background: var(--third-color);
        padding-bottom: 40px;
    }

    .aboutus_loleft {
        margin-bottom: 30px;
    }


    .page_contactus {
        padding: 40px 0;
    }

    .page_contactus .product_inquiry_form {
        padding-top: 45px;
    }

    .page_contactus .indexTitle h2 {
        font-size: 30px;
    }

    .page_contactus .indexTitle {
        margin-bottom: 18px;
    }

    .page_contactus .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }

    .search_result,
    .page_privacy {
        padding: 50px 0;
    }

    .result_attention {
        padding-bottom: 20px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 24px;
        line-height: 1.2;
    }


    .iteamtopSwiper {
        margin-top: 30px;
    }

    .indexteam_main {
        padding-bottom: 50px;
    }

    .iteamtop_boxTbg {
        padding: 0 20px 30px 30px;
    }

    .iteamtop_title {
        flex-wrap: wrap;
        gap: 5px;
        height: 20%;
    }

    .iteamtop_des {
        padding: 0 30px 20px 10px;
    }

    .iteambotSwiper {
        margin-top: 30px;
    }

    .iteamtop_boxDes {
        height: 80%;
        padding: 30px 0 40px;
    }

    .iteamtop_box {
        background: linear-gradient(to bottom, transparent 20%, #f1f1f1 20%);
    }


    .history_des {
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .history_des>span {
        font-size: 120px;
    }


    .page_aboutB_box i {
        font-size: 52px;
    }

    .page_aboutB_box p {
        margin-top: 15px;
    }


    /* photo */
    .photolist {
        padding: 45px 0;
    }

    .abPhoto_indexNum {
        font-size: 46px;
    }

    .abPhoto_title {
        font-size: 26px;
    }

    .abPhoto_section:nth-child(2n+1) .abPhoto_sectionInner {
        flex-direction: row !important;
    }

    .abPhoto_imgWrap {
        padding: 0 !important;
        margin-top: 25px;
    }

    .abPhoto_imgGrid {
        grid-template-rows: repeat(3, 120px);
    }



    .nservice_mid .row::before {
        display: none;
    }


    .nservice_mid,
    .nservice_bot {
        padding: 45px 0;
    }

    .nservice_mid .row>div,
    .nservice_bot .row>div {
        margin-bottom: 25px;
    }

    .nservice_bbox span i {
        font-size: 40px;
    }

    .yearSwipermain {
        display: flex;
    }

    .conformBox {
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .product_show .product_inquiry_form {
        padding: 30px 0 40px;
    }

    .aboutus_logo {
        padding-bottom: 50px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        padding: 0 20px;
        display: block;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .bg-dark {
        background-color: #fff !important;
    }


    .bannercontent {
        margin-top: 75px !important;
    }

    .bannercontent_title {
        padding-top: 0;
    }

    .bannercontent_title p {
        width: 100%;
    }


    /* product_cate */
    .productAll_main {
        padding: 60px 0;
    }

    .productAll_title h2 {
        font-size: 30px;
    }

    .productAll_btn {
        margin-top: 0;
    }

    .proAll_maintl {
        flex: 0 0 76%;
    }

    .productAll_main .row>div {
        margin-bottom: 0px;
    }

    .proSer_des h3 {
        font-size: 22px;
        -webkit-line-clamp: 3;
    }

    .proService {
        padding: 60px 0;
    }


    /* product_list */
    .bannerPro_title {
        padding-top: 0;
        width: 90%;
    }

    .bannerPro_lad p {
        margin: 5px 0;
    }

    .bannerPro_lad p i {
        font-size: 18px;
        line-height: 20px;
    }

    .bannerPro_lad p span {
        font-size: 14px;
        line-height: 20px;
    }

    .bannerPro_left h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .bannerPro_con i {
        font-size: 30px;
        line-height: 1.3;
    }

    .prolist_top {
        padding: 45px 0;
    }

    .product_list .indexTitle h2 {
        font-size: 34px;
    }

    .prolist_fore .indexTitle {
        margin-bottom: 25px;
    }

    .profact_des p {
        font-size: 18px;
    }

    .product_list .prolist_fore {
        padding-bottom: 60px;
    }

    #popup {
        width: 60%;
    }

    .prolist_casebox {
        grid-template-columns: 0.8fr 1fr;
    }

    .prolist_casebox:nth-child(2n) {
        grid-template-columns: 1fr 0.8fr;
    }

    .product_show .prolist_casedes,
    .product_show .prolist_casebox:nth-child(2n) .prolist_casedes {
        padding: 30px;
    }

    .product_show .prolist_casedes p {
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }

    .product_show .prolist_casedes .tag,
    .product_show .prolist_casedes h3,
    .product_show .prolist_casedes p,
    .product_show .prolist_casedata {
        margin-bottom: 10px;
    }

    .product_show_main {
        padding: 60px 0 0;
    }

    .proshow_right {
        display: none;
    }



    .apply_liTab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        margin-bottom: 20px;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .apply_liTab::-webkit-scrollbar {
        display: none;
    }


    .apply_liTab h3 {
        padding: 8px 10px;
                font-weight: normal;
    }

    .apply_list .row>div:nth-child(2n+1) .prolist_casebox {
        grid-template-columns: 0.7fr 1fr;
    }

    .apply_list .row>div:nth-child(2n) .prolist_casebox {
        grid-template-columns: 1fr 0.7fr;
    }

    .apply_list .prolist_casedes p {
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }

    .apply_list .prolist_casedes h3 {
        margin-bottom: 5px;
    }



    /* apply_show */
    .apply_show {
        padding: 50px 0;
    }

    .news_title h2 {
        font-size: 34px;
    }

    .apply_show .product_inquiry_form {
        margin-top: 20px !important;
    }

    .caseshow_tleft {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }


    .caseshow_tright {
        display: none;
    }


    .caseshow_tright {
        display: none;
    }


    /* page_service */
    .page_service {
        padding: 50px 0;
    }

    .page_service .proSer_des h3 {
        font-size: 24px;
    }

    .page_service .prolist_fore {
        padding-bottom: 0;
        margin-top: 30px;
    }

    .page_service .indexTitle h2 {
        font-size: 32px;
    }


    /* news_li */
    .news_li {
        padding: 45px 0;
    }

    .news_content {
        width: 90%;
        gap: 5px;
    }

    .news_content>span {
        margin-bottom: 5px;
    }

    .news_content h2 a {
        font-size: 26px;
    }

    .newsltop_more {
        padding: 8px 26px;
    }

    .newslist_bot {
        padding: 45px 0;
        border-top: 1px solid #f4f4f4;
    }

    .news_list .indexTitle h2 {
        font-size: 32px;
    }

    .news_list .product_inquiry_form_main .yandex-form {
        margin-bottom: 20px;
    }

    /* news_show */
    .news_show .caseshow_top {
        padding-bottom: 0;
    }

    .news_show .procateBox {
        margin-bottom: 25px;
    }

    .newsshow_aside {
        display: none;
    }

    .newsshow_right {
        padding-bottom: 0;
    }

    /* aboutus */
    .aboutus {
        padding: 55px 0;
    }

    .aboutus_p1des h2 {
        text-align: center;
        font-size: 32px;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .aboutus_p2Box {
        padding: 60px 0 40px;
    }

    .about_tab {
        padding: 20px 0;
    }

    .about_tab h4 a {
        text-align: center;
        font-size: 16px;
        display: inline-block !important;
        padding: 12px 30px;
        border-radius: 40px;
    }

    .aboutus_p3Boxx {
        padding: 60px 0;
    }

    .aboutus_p3box {
        width: 90%;
        display: flex;
        padding: 30px;
        flex-direction: column;
    }

    .aboutus_p3box h2 {
        padding-top: 0;
    }

    .aboutus_p3box p {
        padding: 20px 0 10px;
    }

    .page_contactus {
        padding: 50px 0;
    }

    .page_contactus .product_inquiry_form {
        padding-top: 40px;
    }

    .page_contactus .indexTitle h2 {
        font-size: 32px;
    }

    .page_contactus .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }

    .search_result,
    .page_privacy {
        padding: 60px 0;
    }


    .indexteam_main {
        padding-bottom: 60px;
    }

    .iteamtop_boxTbg span {
        top: 9%;
    }

    .iteamtop_boxTbg {
        padding: 0 20px 30px 30px;
    }

    .iteamtop_title {
        flex-wrap: wrap;
        gap: 5px;
        height: 20%;
    }

    .iteamtop_box {
        background: linear-gradient(to bottom, transparent 20%, #f1f1f1 20%);
    }

    .iteamtop_des {
        height: 100%;
        padding: 0 30px 20px 20px;
    }

    .iteamtop_boxDes {
        height: 80%;
        padding: 30px 0;
    }

    .iteambotSwiper {
        margin-top: 30px;
    }




    .history_des>span {
        font-size: 140px;
    }


    .page_aboutB_box i {
        font-size: 52px;
    }

    .page_aboutB_box p {
        margin-top: 15px;
    }

    .aboutus_p1Box {
        padding-bottom: 20px;
    }


    /* photo */
    .photolist {
        padding: 55px 0;
    }

    .abPhoto_indexNum {
        font-size: 40px;
    }

    .abPhoto_title {
        font-size: 28px;
    }

    .abPhoto_imgGrid {
        grid-template-rows: repeat(3, 120px);
    }


    .nservice_mid .row::before {
        display: none;
    }

    .nservice_bbox {
        flex-direction: column;
        text-align: center;
    }

    .nservice_mid,
    .nservice_bot {
        padding: 60px 0;
    }

    .nservice_mid .row>div,
    .nservice_bot .row>div {
        margin-bottom: 25px;
    }

    .nservice_bbox span i {
        font-size: 40px;
    }



    .yearSwiper .swiper-wrapper {
        max-height: 200px;
    }

    .yearSwiper {
        max-height: 400px;
    }

    .history_img {
        padding-top: 0;
        height: 100%;
    }

    .history_img img {
        position: relative;
        height: 100%;
        object-fit: cover;
    }


    .product_show .product_inquiry_form {
        padding: 40px 0 40px;
    }
}

@media (min-width:1200px) and (max-width:1440px) {

    .bannercontent_title {
        padding-top: 100px;
    }

    .bannercontent_title h2,
    .bannercontent_title h1 {
        font-size: 36px;
    }

    .bannercontent_title p {
        width: 90%
    }


    .proAbout {
        padding: 80px 0;
    }


    /* product_list */
    .bannerPro_title {
        padding-top: 100px;
        width: 90%;
    }

    .bannerPro_lad p {
        margin: 5px 0;
    }

    .bannerPro_lad p i {
        font-size: 18px;
        line-height: 20px;
    }

    .bannerPro_lad p span {
        font-size: 14px;
        line-height: 20px;
    }

    .bannerPro_left h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .bannerPro_con i {
        font-size: 30px;
        line-height: 1.3;
    }

    .aside_navConboxR {
        display: none;
    }

    /* page_service */
    .page_service {
        padding: 60px 0;
    }

    .page_service .proSer_des h3 {
        font-size: 28px;
    }

    /* aboutus */
    .aboutus {
        padding: 60px 0;
    }

    .aboutus_p1des h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    /* page_contactus  */
    .page_contactus {
        padding: 60px 0;
    }

    .page_contactus .product_inquiry_form {
        padding-top: 60px;
    }

    .page_contactus .indexTitle h2 {
        font-size: 36px;
    }

    .page_contactus .product_inquiry_form_main .yandex-form {
        margin-bottom: 0;
    }

    .history_des>span {
        font-size: 180px;
    }

    .yearSwiper .swiper-wrapper {
        max-height: 260px;
    }

    .aside_navConbtn a {
        padding: 10px 6px;
        font-size: 14px;
    }
}

.spinner {
    display: inline-block;
    width: 10px;
    display: none !important;
}