@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;
}

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: #1180c5;
    --primary-title: #002744;
    --primary-light: #2873ef;
    --primary-lighter: #e4f0ff;
    --primary-border: #c8c8c8;
}

.container {
    max-width: 1440px !important;
}

.public_ad_header {
    background: #fff;
    padding: 30px 0;
    z-index: 9;
    position: relative;
}

.public_ad_header_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.public_ad_header_con a {
    color: #fff
}

.public_ad_header_contact ul li i {
    font-size: 16px;
    margin-right: 10px;
}

.public_ad_header_contact ul li {
    float: left;
    padding-left: 20px;

}

.public_ad_header_contact ul li:nth-child(1) {
    border-right: 1px #ddd solid;
    padding-right: 20px;
}

.head_layer_right {
    display: flex;
    align-items: center;
}

.head_layer_right ul {
    display: flex;
    align-items: center;
    gap: 70px;
}

.head_layer_right ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.head_layer_right ul i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
    background: #000;
    color: #fff;
    background: var(--primary-color);
}

.head_layer_right ul a {
    font-weight: bold;
    color: var(--primary-title);
    transition: all ease 0.3s;
}

.head_layer_right ul a:hover {
    color: var(--primary-color);
    transition: all ease 0.3s;
}


/* 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: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.head_layer {
    background: rgba(3, 18, 43, 0.8);
}

.head_layer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: 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;
    justify-content: space-between;
}

.nav_wrap {
    position: relative;
    width: 100%;
}

.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 {
    padding: 28px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    perspective: 500px;
    vertical-align: middle;
    font-weight: 500;
    border-radius: 6px;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0 28px;
    border-radius: 6px
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px;
}
.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;
}

.nav_wrap .head_nav li.menu-item-has-children li a:after{
    content: "";
}

.nav_wrap .head_nav>li>a>b: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;
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 15px;
}

.nav_wrap .head_nav>li li a {
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-right: 20px;
}

.nav_wrap .head_nav>li li a:hover {
    text-decoration: underline;
    background-color: var(--primary-color);
    color: #fff !important;
}

.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: #666;
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: -15px;
}

.nav_wrap .head_nav>li:hover>a {
    background-color: var(--primary-color);
    color: #fff;
}

.nav_wrap .head_nav>li:hover>a>b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_wrap .head_nav>li.current-menu-item {
    background-color: var(--primary-color);
    color: #fff;
}

.nav_wrap .head_nav>li.current-menu-item>a {
    background-color: var(--primary-color);
    color: #fff;

}

.nav_wrap .head_nav>li.current-menu-item>a:before,
.nav_wrap .head_nav>li.current-menu-item>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>li.current-menu-item>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
    width: 110%;
    left: -5%;
}

.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:hover>li>a:before {
    width: 0%;
    left: 50%;
}

.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: 370px;
}

.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;
}

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
}

.fixed-nav .nav_wrap {
    padding-top: 0;
    /* background-color: #fff; */
}

.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 .logo-fixed img {
    /* max-width: 230px; */
    -webkit-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
    margin-bottom: 0 !important;
    float: right;
    padding: 20px 0;
}

.fixed-nav .nav_wrap .head_nav>li {
    line-height: 45px;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
}

.fixed-nav .nav_wrap .head_nav>li:hover {
    background-color: transparent;
    color: #fff;
}

.fixed-nav .nav_wrap .head_nav>li>a:before {
    bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav>li>a:after {
    bottom: 13px;
}

.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;
    border: 1px solid var(--primary-border);
    display: flex;
    align-items: center;
    padding: 4px 6px 4px 24px;
    border-radius: 20px;
}

.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;
}


.bottomDiv {
    position: fixed;
    left: 0px;
    bottom: 0px;
    _position: absolute;
    padding: 0px;
    text-align: center;
    color: #fff;
    display: none;
    z-index: 99999999;
    background-color: var(--primary-color);
    width: 100%;
}

.bot_1 {
    width: 25%;
    float: left;
    border-right: 1px #ddd solid;
    color: #fff;
    font-size: 14px;
    height: 80px;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
}

.bot_1 i {
    display: block;
    font-size: 24px;
}

.border_none {
    border-right: none !important;
}

.bot_1 a {
    color: #fff;
}




.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 {
    margin-top: -102px;
    position: relative;
}

.banner .container {
    max-width: 1640px !important;
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.bannerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 8px !important;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.bannerSwiper .swiper-pagination-horizontal {
    bottom: 46px
}


/* .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;
  }
  
  .bannercontent_title a:hover {
    color: #fff;
  }
  
  .bannercontent_title h2 {
    font-size: 48px;
    font-weight: bold;
    z-index: 999;
    transition: all 0.35s ease;
    margin-bottom: 10px;
    color: #fff
  }
  
  .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%;
  }
  
  .bannercontentcover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
  } */

.bread_crumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #222;
    border-bottom: 1px #f0f0f0 double;
    padding: 15px 0 13px 0;
}

.bread_crumbs span {
    font-size: 15px;
    margin: 2px 0 2px 0;
}

.bread_crumbs i {
    color: #222;
    padding-right: 10px;
}

.bread_crumbs a,
.bread_crumbs span {
    font-size: 15px;
    color: #222;
    margin: 2px 0 2px 0;
    word-break: break-all;
    word-wrap: break-word;
}

.bread_crumbs a:hover {
    text-decoration: underline !important;
    color: var(--primary-color);
}

.bread_crumbs 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 .active {
    background-color: var(--primary-color);
    color: #fff !important;
}

.pagelist a .current {
    background-color: var(--primary-color);
    color: #fff
}

/* pagefenye and phonebottom */
.page_ctrl_box {
    padding: 40px 0;
    margin-top: 30px;
    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: 28px;
    transition: all ease 0.3s;
}

.page_ctrl_box .next:hover {
    padding-right: 28px;
    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;
}


/* page_about */
.page_about {
    padding: 60px 0 80px;
}

.aboutHeadNav {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 8px 10px;
    border-radius: 50px;
    margin: 0 auto 40px;
    gap: 15px;
}

.aboutHeadNav a {
    display: block;
    padding: 10px 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.aboutHeadNav a:hover,
.aboutHeadNav .current a {
    color: var(--primary-color);
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.aboutus_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.aboutus_title h1 {
    font-size: 36px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    text-align: center;
    position: relative;
}

.aboutus_title span {
    margin-top: 10px;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.culture_left {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    background: #eee;
}

.culture_left,
.culture_right {
    width: 90%;
    margin: auto;
    height: 100%;
}

.cultureBox h2 {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.cultureBox p {
    color: #777;
    font-size: 16px;
    line-height: 1.3;
}

.culture_left span {
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #888;
}

.culture_left span:nth-last-child(1) {
    display: none;
}

.culture_right img {
    object-fit: cover;
    height: 100%;
}

.structure_content img,
.history_content>img {
    display: block;
    width: 60%;
    margin: auto;
}

.history_content p {
    margin: 35px 0 30px;
}

.history_content .row img {
    height: 100%;
    object-fit: cover;
}


/* page_newslist */
.page_newslist {
    padding: 60px 0 80px;
}

.newslist_main .row>div {
    margin-bottom: 40px;
}


.newslist_main .indexNews_des {
    padding: 15px 0 0;
    gap: 10px;
}


/* page_newsshow */
.page_newsshow {
    padding: 60px 0;
}

.cont_newsinfo_left {
    width: 95%;
}

.page_newsshow .aboutus_title {
    margin-bottom: 0;
}

.page_newsshow .aboutus_title h1 {
    font-weight: normal;
}

.cont_newsinfo_left .cont_newsinfo {
    padding: 50px 0;
}

.cont_newsinfo_show {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.cont_newsinfo_shows_img {
    flex: 0 40%;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 26%;
}

.cont_newsinfo_shows_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.cont_newsinfo_show:hover img {
    transform: scale(1.15);
}

.cont_newsinfo_shows_tit {
    flex: 0 60%;
    padding-left: 10px;
}

.cont_newsinfo_shows_tit h2 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont_newsinfo_shows_tit h2 a {
    color: #666;
    transition: all 0.4s ease;
}

.cont_newsinfo_show:hover h2 a {
    color: var(--primary-color);
}

.cont_newsinfo_tit {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #333;
}

.cont_newsinfo_shows_tit p {
    color: #888;
    margin-top: 10px;
    font-style: italic;
}

.cont_newsinfo_more {
    font-size: 16px;
    color: #fff;
    background: #888;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
}

.newsinfo_title {
    font-size: 30px;
    text-align: center;
    font-family: "PingFang Bold";
}

.newsinfo_time {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #eee solid;
    color: #888;
}

.newsinfo_main {
    padding: 30px 0 5px;
    color: #555;
}

.newsinfo_main h3 {
    font-size: 30px;
    font-family: "PingFang Bold";
    margin: 20px 0;
}

.newsinfo_main h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #c7c7c7;
}

.newsinfo_main p {
    font-size: 18px;
    margin-bottom: 20px;
}

.newsinfo_main .row {
    width: 80%;
    margin: 30px auto;
}

.newsinfo_main>img {
    width: 80%;
    margin: 0 10%;
}


/* page_brand */
.page_brand {
    padding: 60px 0;
}


/* page_prolist */
.page_prolist {
    padding: 60px 0;
}

.proList_box {
    position: relative;
}

.proList_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.proList_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.page_proListDes {
    position: absolute;
    top: 0;
    bottom: 82%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 22px;
    display: flex;
    align-items: center;
    background-color: rgba(49, 46, 46, 0.9);
    border-top: 2px solid var(--primary-color);
    transition: all ease 0.5s;
}

.proList_box:hover .page_proListDes {
    bottom: 0;
    /* height: 100%; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.4));
}

.page_proListDes h2 {
    color: var(--primary-color);
    font-size: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.prolist_main>div {
    margin-bottom: 40px;
}

.page_prolist .indexPro_box {
    max-width: 400px;
    margin-bottom: 40px;
}


/* page_proShow */
.page_proShow {
    padding: 80px 0;
}

.product_show_main_describe {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.product_show_main_describe h5 {
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin-bottom: -10px;
}

.product_show_main_describe h1 {
    color: var(--primary-color);
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: -5px;
}

.product_show_main_describe p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all; */
}

.product_show_main_button a {
    padding: 10px 40px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    transition: all ease 0.3s;
}

.product_show_main_button a:hover {
    padding: 10px 60px;
    background-color: var(--primary-color);
    color: #fff;
}

.proShow_title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
    margin-bottom: 20px;
}

.proShow_title h2 {
    font-size: 30px;
    line-height: 1;
    color: var(--primary-color);
    padding-left: 15px;
    border-left: 4px solid var(--primary-color);
    font-weight: bold;
}

.public_ad_header_social_media a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    transition: all ease 0.3s;
}

.public_ad_header_social_media a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.proShow_main p {
    font-size: 18px;
}

.proShow_main table {
    text-align: center;
    font-size: 16px;
}

.proShow_main table td {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

.proShow_main table tr:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.product_inquiry_form {
    padding: 40px 30px 50px;
    background-color: #f1f1f1;
}

.product_inquiry_form h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.product_inquiry_form .yandex-form #form #submit {
    background-color: var(--primary-color);
}

.productshow_otherSwiper {
    padding: 20px 5px 50px;
}

.productshow_otherSwiper .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.productshow_otherSwiper .indexPro_box {
    width: 100%;
}

.productshow_otherSwiper .indexPro_box {
    margin-bottom: 0px;
}


.proshow_right {
    padding-left: 20px;
}

.proshow_right .aside_navB {
    margin-top: 0;
}

.proshow_right {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.proshow_right .aside_navB {
    position: sticky;
    top: 150px;
    background: #f8f8f8;
}

.aside_navB {
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.aside_navB h2 {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: left;
    padding: 0px 0 15px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 12px;
    position: relative;
}

.aside_navCon {
    background: transparent;
    margin: 0;
}

.aside_navCon p {
    padding: 10px 0 10px;
    margin-bottom: 6px;
    line-height: 1.6;
    border-bottom: 1px solid #dfdfdf;
    transition: all ease .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    /* flex-wrap: wrap; */
}

.aside_navCon p:nth-last-child(1) {
    margin-bottom: 0;
}

.aside_ConP {
    font-size: 15px;
    color: var(--primary-title);
    font-weight: bold;
}

.aside_ConA {
    display: inline-block;
    font-size: 15px;
    color: #333;
    transition: all ease 0.3s;
    text-align: right;
}

.aside_navCon p a.aside_ConA:hover {
    color: var(--primary-color);
}


.aside_navConbtn a {
    margin: 14px 0;
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    transition: all ease 0.3s;
}

.aside_navConbtn a:hover {
    background-color: transparent;
    color: var(--primary-color);
}


/* page_solulist */
.page_solulist {
    padding: 60px 0 40px;
}

.indexbus_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
}

.indexbus_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexbus_des {
    position: absolute;
    bottom: 0;
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0;
    background: rgba(44, 27, 27, 0.8);
    transition: all ease 0.5s;
}

.indexbus_des i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 34px;
    transition: all .4s ease 0s;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.indexbus_box:hover .indexbus_des {
    opacity: 0;
}

.indexbus_intro {
    box-sizing: border-box;
    height: auto;
    text-align: left;
    margin-right: 90px;
    margin-left: 25px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    color: transparent;
    padding: 0;
    width: 75%;
}

.indexbus_intro h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.page_solulist .row>div {
    margin-bottom: 40px;
}


.indexbus_box:hover .indexbus_intro {
    margin-left: 0;
}

.indexbus_box:hover i {
    right: -16px;
}

.indexbus_box {
    position: relative;
}

.indexbus_box>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.indexPic_Img_look {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_look {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    cursor: pointer;
    transform: translateY(-25px);
}

.ser_look i {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
}

.indexbus_box:hover .ser_look {
    opacity: 1;
    z-index: 99;
    transition: all ease 0.4s;
    transform: translateY(0px);
}


/* page_caselist */
.page_caselist {
    padding: 60px 0;
}

.caselistBox {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 35px;
}

.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%;
}

.caselistBox .tag {
    display: inline-block;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 0;
    padding: 4px 12px;
    border-radius: 20px;
}


/* page_service */
.page_service {
    padding: 60px 0;
}

.page_service .aboutus_title {
    align-items: flex-start;
    text-align: left;
}

.service_box {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    transition: all ease 0.3s;
}

.service_box h2 {
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.service_box:nth-last-child(1) {
    border-bottom: none;
}

.service_box:hover {
    background-color: #f1f1f1;
}


.contacts6_part1 {
    padding: 60px 0;
}

.contacts6_part1 .aboutus_title {
    margin-bottom: 15px;
}

.contacts6_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contacts6_title h2 {
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
}

.contacts6_title p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.contacts6_p1_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px transparent;
    border: 1px #ddd solid;
    text-align: center;
    margin-top: 30px;
    padding: 50px 50px;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
}

.contacts6_p1_box:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.contacts6_p1_img {
    border: 1px var(--primary-color) solid;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
}

.contacts6_p1_img i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    font-size: 50px;
    transition: all 0.35s ease;
}

.contacts6_p1_box:hover .contacts6_p1_img i {
    transform: rotateY(180deg);
    transition: all 0.35s ease;
}

.contacts6_p1_tit h4 {
    font-weight: bold;
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.contacts6_p1_tit p {
    font-size: 18px;
    color: #555;
    word-wrap: break-word;
    word-break: break-all;
}

.contacts6_part2 {
    padding: 60px;
    background-color: rgba(59, 139, 228, 0.1);
}

.contacts6_part2 #indexmap {
    height: 400px;
}

.contacts6_part3 {
    padding: 60px;
}

.contacts6_part3 .yandex-form #form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts6_part3 .yandex-form .list {
    width: 32.7%;
    margin-bottom: 10px;
}

.contacts6_part3 .yandex-form .list input {
    width: 100%;
    padding: 12px;
    border: none;
    background-color: rgba(0, 0, 0, .15);
}

.contacts6_part3 .yandex-form .list:nth-child(4) {
    width: 100%;
}

.contacts6_part3 .yandex-form .list:nth-child(4) textarea {
    width: 100%;
    border: none;
    padding: 12px;
    max-height: 150px;
    background-color: rgba(0, 0, 0, .15);
}

.contacts6_part3 .yandex-form #form>p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts6_part3 .yandex-form #form #submit {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 50px;
    border: none;
    transition: all ease .3s;
}

.contacts6_part3 .yandex-form #form #submit:hover {
    background: #313f54;
    transition: all ease .3s;
}

.contacts6_part3 .yandex-form {
    min-height: auto;
}


/* page_techlist */
.page_techlist {
    padding: 70px 0;
}

.product_list_li {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.product_list_box {
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    /* padding: 15px; */
    border-radius: 5px;
    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;
}

.page_proListCover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    left: 0;
    top: 0;
}

.page_proListBox::before {
    content: "+";
    display: flex;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    border: 2px solid #fff;
    border-image: initial;
    border-radius: 50%;
    transition: 0.5s;
}

.page_proListImg {
    position: relative;
    overflow: hidden;
}

.page_proListImg::before {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    background: rgb(0, 0, 0, 0.6);
    transition: 0.3s;
}

.page_proListImg a {
    display: block;
}

.page_proListImg a::before {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    left: 0px;
    top: 50%;
    position: absolute;
    z-index: 2;
    background: rgb(0, 0, 0, 0.6);
}

.page_proListImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;

    filter: blur(0);
}

.page_proListImg a::after {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    right: 0px;
    top: 75%;
    position: absolute;
    z-index: 2;
    background: rgb(0, 0, 0, 0.6);
    transition: 0.3s 0.2s;
}

.page_proListImg::after {
    content: "";
    display: block;
    width: 0px;
    height: 25%;
    opacity: 0.5;
    right: 0px;
    top: 25%;
    position: absolute;
    z-index: 2;
    background: rgb(0, 0, 0, 0.6);
    transition: 0.3s 0.1s;
}

.page_proListBox:hover::before {
    top: 40%;
    opacity: 1;
}

.page_proListBox:hover .page_proListImg::before {
    width: 100%;
}

.page_proListBox:hover .page_proListImg a::before {
    width: 100%;
}

.page_proListBox:hover .page_proListImg img {
    transform: scale(1.1);
    opacity: 0.7;
}

.page_proListBox:hover .page_proListImg a::after {
    width: 100%;
}

.page_proListBox:hover .page_proListImg::after {
    width: 100%;
}

.product_list_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 75%;
}

.product_list_img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    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;
}

.product_list_content {
    padding: 20px;
}

.product_list_content_btn {
    font-size: 22px;
    color: var(--primary-color);
    display: block;
    font-weight: bold;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.product_list_content_btn:hover {
    color: #000;
}

/* page_search */
.search_result {
    padding: 60px 0;
    background-color: #fff;
}

.search_result_top h1 {
    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);
}

/**/
.about_content{ font-size: 15px; line-height: 27px;}


@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;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .bottomDiv {
        display: block;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #126ad7;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #126ad7;
    }

    .bannercontent {
        margin-top: 67px;
    }

    /* page_about */
    .page_about {
        padding: 40px 0;
    }

    .aboutHeadNav {
        margin: 0 auto 30px;
        border-radius: 30px;
        gap: 8px;
        flex-direction: column;
    }

    .aboutHeadNav li {
        width: 100%;
        text-align: center;
    }

    .aboutHeadNav a {
        padding: 10px 18px;
    }

    .aboutus_title h1 {
        font-size: 30px;
    }

    .culture_left,
    .culture_right {
        width: 100%;
    }

    .culture_left {
        padding: 30px;
        gap: 25px;
    }

    .structure_content img,
    .history_content img {
        width: 100%;
    }

    .history_content p {
        margin: 30px 0;
    }

    .history_content .row>div:nth-child(1) {
        margin-bottom: 30px;
    }


    /* page_newslist */
    .page_newslist {
        padding: 40px 0;
    }

    .newslist_main .row>div:nth-last-child(1) {
        margin-bottom: 0;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 40px 0 20px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .newsshowImg {
        padding: 20px 0;
    }

    .cont_newsinfo_right {
        display: none;
    }

    .page_ctrl_box {
        padding: 30px 0;
        margin-top: 15px;
    }

    .newsinfo_main .row,
    .newsinfo_main>img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        gap: 20px;
    }


    /* page_brand */
    .page_brand {
        padding: 40px 0;
    }


    /* page_prolist */
    .page_prolist {
        padding: 40px 0;
    }

    .prolist_main>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .page_proListDes {
        bottom: 75%;
    }

    .page_prolist .row>div:nth-last-child(1) .indexPro_box {
        margin-bottom: 10px !important;
    }

    /* page_proShow */
    .page_proShow {
        padding: 40px 0;
    }

    .product_show_main_describe {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .product_show_main_describe h5 {
        font-size: 18px;
        margin-bottom: -8px;
    }

    .product_show_main_describe h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: -5px;
    }

    .product_show_main_describe p {
        font-size: 16px;
    }

    .product_show_main_button a {
        padding: 8px 30px;
        font-size: 17px;
    }

    .product_show_main_button a:hover {
        padding: 8px 40px;
    }

    .proShow_title {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .proShow_title h2 {
        font-size: 24px;
    }

    .product_inquiry_form {
        padding: 30px 20px;
    }

    .product_inquiry_form h2 {
        font-size: 28px;
    }

    .productshow_otherSwiper {
        padding: 20px 5px 20px;
    }

    .productshow_otherSwiper .indexPro_btn a:hover {
        letter-spacing: 0;
    }

    .productshow_otherSwiper .indexPro_btn a:hover i {
        margin-left: 5px;
    }

    .productlist_left {
        display: none;
    }


    /* .page_solulist */
    .page_solulist {
        padding: 40px 0;
    }

    .indexbus_intro h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexbus_intro {
        width: 70%;
    }

    .page_solulist .row>div {
        margin-bottom: 30px;
    }

    .page_solulist .row>div:nth-last-child(1) {
        margin-bottom: 10px;
    }


    /* page_caselist */
    .page_caselist {
        padding: 40px 0;
    }

    .page_caselist .row>div:nth-last-child(1) .caselistBox {
        margin-bottom: 0;
    }


    /* page_service */
    .page_service {
        padding: 40px 0;
    }

    .page_service .aboutus_title {
        align-items: center;
        text-align: center;
    }

    .service_box {
        padding: 18px 8px;
        width: 98%;
        margin: auto;
    }

    .service_box h2 {
        margin-bottom: 10px;
    }


    /* contacts6_part1 */
    .contacts6_part1,
    .contacts6_part2,
    .contacts6_part3 {
        padding: 40px 0;
    }

    .contacts6_title h2 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .contacts6_titleDiv span {
        margin-left: 10px;
        font-size: 24px;
    }

    .contacts6_titleDiv i {
        font-size: 24px;
    }

    .contacts6_titleDiv {
        padding-bottom: 15px;
    }

    .contacts6_p1_box {
        height: auto;
        margin-top: 20px;
        padding: 20px 50px;
    }

    .contacts6_part2 #indexmap {
        height: 300px;
    }

    .contacts6_part3 .yandex-form .list {
        width: 100%;
    }


    /* page_techlist */
    .page_techlist {
        padding: 40px 0;
    }

    .product_list_content_btn {
        font-size: 20px;
    }

    .product_list_li:nth-last-child(1) {
        margin-bottom: 10px;
    }


    .search_result {
        padding: 40px 0;
    }

    .search_title span,
    .search_result_top h1{
        font-size: 28px;
    }

    .result_attention {
        padding-bottom: 15px;
    }
}

@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;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .bottomDiv {
        display: block;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #126ad7;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #126ad7;
    }

    .bannercontent {
        margin-top: 67px !important;
    }


    /* page_about */
    .page_about {
        padding: 45px 0;
    }

    .aboutHeadNav {
        margin: 0 auto 30px;
        border-radius: 30px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .aboutHeadNav li {
        width: 49%;
        text-align: center;
    }

    .aboutHeadNav a {
        padding: 10px 10px;
    }

    .aboutus_title h1 {
        font-size: 32px;
    }

    .culture_left,
    .culture_right {
        width: 100%;
    }

    .culture_left {
        padding: 40px 50px;
        gap: 30px;
    }

    .structure_content img,
    .history_content img {
        width: 100%;
    }

    .history_content .row>div:nth-child(1) {
        margin-bottom: 30px;
    }


    /* page_newslist */
    .page_newslist {
        padding: 45px 0;
    }

    .page_newslist .aboutHeadNav {
        flex-wrap: nowrap;
    }

    .page_newslist .aboutHeadNav li {
        width: auto;
    }

    .page_newslist .aboutHeadNav a {
        padding: 10px 20px;
    }

    .newslist_main .row>div:nth-child(n+7) {
        margin-bottom: 20px;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 50px 0 30px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .cont_newsinfo_right {
        display: none;
    }

    .newsinfo_main .row {
        width: 100%;
    }


    /* page_brand */
    .page_brand {
        padding: 45px 0;
    }


    /* page_prolist */
    .page_prolist {
        padding: 45px 0;
    }

    .prolist_main>div:nth-child(n+5) {
        margin-bottom: 20px;
    }

    .page_proListDes {
        bottom: 75%;
    }

    .page_prolist .row>div:nth-child(n+5) .indexPro_box {
        margin-bottom: 20px !important;
    }

    /* page_proShow */
    .page_proShow {
        padding: 40px 0;
    }

    .product_show_main_describe {
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .product_show_main_describe h5 {
        font-size: 18px;
        margin-bottom: -8px;
    }

    .product_show_main_describe h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: -5px;
    }

    .product_show_main_describe p {
        font-size: 16px;
    }

    .product_show_main_button a {
        padding: 8px 30px;
        font-size: 17px;
    }

    .product_show_main_button a:hover {
        padding: 8px 40px;
    }

    .proShow_title {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .proShow_title h2 {
        font-size: 26px;
    }

    .product_inquiry_form {
        padding: 30px 20px;
    }

    .product_inquiry_form h2 {
        font-size: 30px;
    }

    .productshow_otherSwiper {
        padding: 20px 5px 20px;
    }

    .productshow_otherSwiper .indexPro_box {
        flex-direction: column;
    }

    .productlist_left {
        display: none;
    }


    /* page_video */
    .page_video {
        padding: 40px 0;
    }

    .pageTitle p {
        width: 100%;
        margin: 12px auto 15px;
    }

    .page_video .pagelist {
        padding-bottom: 10px;
    }


    /* .page_solulist */
    .page_solulist {
        padding: 45px 0 20px;
    }

    .indexbus_intro h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
        font-size: 18px;
    }

    .indexbus_intro {
        width: 65%;
    }

    .page_solulist .row>div {
        margin-bottom: 30px;
    }


    /* page_caselist */
    .page_caselist {
        padding: 45px 0 20px;
    }


    /* page_service */
    .page_service {
        padding: 45px 0;
    }

    .service_box {
        width: 98%;
        margin: auto;
    }

    .service_box h2 {
        margin-bottom: 10px;
    }


    /* contacts6_part1 */
    .contacts6_part1,
    .contacts6_part2,
    .contacts6_part3 {
        padding: 45px 0;
    }

    .contacts6_title h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .contacts6_titleDiv span {
        margin-left: 10px;
        font-size: 26px;
    }

    .contacts6_titleDiv i {
        font-size: 26px;
    }

    .contacts6_titleDiv {
        padding-bottom: 15px;
    }

    .contacts6_p1_img i {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }

    .contacts6_p1_box {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contacts6_part2 #indexmap {
        height: 350px;
    }


    /* page_techlist */
    .page_techlist {
        padding: 45px 0;
    }

    .product_list_content_btn {
        font-size: 20px;
    }

    .page_techlist .pagelist {
        margin-top: 0px;
    }


    .search_result {
        padding: 45px 0;
    }

    .search_title span,
    .search_result_top h1{
        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;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .bottomDiv {
        display: block;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #126ad7;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #126ad7;
    }

    .bannercontent {
        margin-top: 67px !important;
    }


    /* page_about */
    .page_about {
        padding: 50px 0;
    }

    .aboutHeadNav {
        margin: 0 auto 30px;
        border-radius: 30px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .aboutHeadNav li {
        text-align: center;
    }

    .aboutHeadNav a {
        font-size: 16px;
    }

    .culture_left,
    .culture_right {
        width: 100%;
    }

    .culture_left {
        padding: 40px;
        gap: 25px;
    }

    .structure_content img,
    .history_content img {
        width: 85%;
    }

    .history_content .row img {
        width: 100%;
    }


    /* page_newslist */
    .page_newslist {
        padding: 50px 0;
    }

    .page_newslist .aboutHeadNav a {
        padding: 10px 25px;
        font-size: 18px;
    }

    .newslist_main .row>div:nth-child(n+7) {
        margin-bottom: 20px;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 50px 0 30px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .cont_newsinfo_right {
        display: none;
    }


    /* page_brand */
    .page_brand {
        padding: 50px 0;
    }


    /* page_prolist */
    .page_prolist {
        padding: 50px 0;
    }

    .prolist_main>div:nth-child(n+4) {
        margin-bottom: 30px;
    }

    .page_proListDes {
        bottom: 78%;
    }

    .page_prolist .row>div:nth-child(n+4) .indexPro_box {
        margin-bottom: 30px !important;
    }

    .page_prolist .indexPro_box {
        max-width: 370px;
    }


    /* page_proShow */
    .page_proShow {
        padding: 45px 0;
    }

    .productlist_left {
        display: none;
    }

    .product_show_main_describe {
        margin-bottom: 10px;
        gap: 15px;
    }

    .proShow_title {
        margin-top: 40px;
    }

    .page_proShow .public_ad_header_social_media {
        justify-content: flex-start;
    }


    /* .page_solulist */
    .page_solulist {
        padding: 50px 0 25px;
    }

    .indexbus_intro h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexbus_intro {
        width: 65%;
    }

    .page_solulist .row>div {
        margin-bottom: 30px;
    }


    /* page_caselist */
    .page_caselist {
        padding: 50px 0 30px;
    }


    /* page_service */
    .page_service {
        padding: 50px 0;
    }

    .service_box {
        width: 100%;
        margin: auto;
    }


    /* contacts6_part1 */
    .contacts6_part1,
    .contacts6_part2,
    .contacts6_part3 {
        padding: 50px 0;
    }

    .contacts6_p1_box {
        margin-top: 20px;
        padding: 30px 0;
    }

    .contacts6_p1_img i {
        width: 55px;
        height: 55px;
        font-size: 42px;
    }


    /* page_techlist */
    .page_techlist {
        padding: 50px 0;
    }

    .product_list_content_btn {
        font-size: 20px;
    }

    .page_techlist .pagelist {
        margin-top: 0px;
    }

    .search_result {
        padding: 50px 0;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .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;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .bottomDiv {
        display: block;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #126ad7;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #126ad7;
    }

    .bannercontent {
        margin-top: 67px !important;
    }


    /* page_about */
    .page_about {
        padding: 50px 0;
    }

    .aboutHeadNav {
        margin: 0 auto 30px;
        border-radius: 30px;
    }

    .aboutHeadNav a {
        padding: 10px 30px;
    }

    .culture_left,
    .culture_right {
        width: 95%;
    }

    .culture_left {
        gap: 25px;
    }

    .history_content .row img {
        width: 100%;
    }


    /* page_newslist */
    .page_newslist {
        padding: 50px 0;
    }

    .newslist_main .row>div:nth-child(n+5) {
        margin-bottom: 20px;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 55px 0 40px;
    }


    /* page_brand */
    .page_brand {
        padding: 50px 0;
    }


    /* page_prolist */
    .page_prolist {
        padding: 55px 0;
    }


    /* page_proShow */
    .page_proShow {
        padding: 40px 0;
    }

    .proShow_title {
        margin-top: 40px;
    }

    .productlist_left {
        display: none;
    }


    /* .page_solulist */
    .page_solulist {
        padding: 55px 0 30px;
    }

    .indexbus_intro h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }


    /* page_caselist */
    .page_caselist {
        padding: 55px 0 30px;
    }


    /* page_service */
    .page_service {
        padding: 55px 0;
    }

    .service_box {
        width: 100%;
        margin: auto;
    }


    /* contacts6_part1 */
    .contacts6_part1,
    .contacts6_part2,
    .contacts6_part3 {
        padding: 50px 0;
    }

    .contacts6_p1_tit {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .contacts6_p1_box {
        padding: 30px 10px;
    }


    /* page_techlist */
    .page_techlist {
        padding: 50px 0;
    }

    .product_list_content_btn {
        font-size: 20px;
    }

    .page_techlist .pagelist {
        margin-top: 10px;
    }
    .search_result {
      padding: 55px 0;
    }
  
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .productlist_left {
        display: block;
    }
}