@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,
figure,
figcaption {
    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 {
    font-weight: normal;
    font-size: 100%;
    font-family: sans-serif;
}

h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    font-family: "PingFang Bold"
}

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;
}

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


:root {
    --primary-color: #405ca5;
    --second-color: #3e589a;
    --title-color: #51535a;
    --text-color: #3d3f47;
}

.public_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.public_ad_header {
    padding: 10px 0;
    background: #fff;
    transition: all ease 0.3s;
}

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

.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 {
    font-size: 18px;
}

.public_ad_header_con a,
.public_ad_header_con span {
    color: #222;
    font-weight: bold;
    font-size: 12px;
}

.public_ad_header_contact ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.public_ad_header_contact ul li i {
    font-size: 18px;
    margin-right: 10px;
    color: var(--text-color);
}

.public_ad_header_contact ul li {
    display: inline-flex;
    align-items: center;
}

.public_ad_header_intro {
    display: flex;
    align-items: center;
    gap: 25px;
}

.public_ad_header_intro span {
    font-size: 16px;
    color: var(--text-color);
}

.search i {
    font-size: 22px;
    color: var(--primary-color);
    display: block;
    cursor: pointer;
}

.search_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999999999999999999999;
}

/* .searchin {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
.searchin {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: none;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 999999999999999999999999;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.searchin i {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: bold;
}

.searchin button {
    border: none;
    outline: none;
    background-color: #fff;
    width: 5%;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
    border-radius: 5px;
}

.searchin input {
    border: none;
    outline: none;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    width: 60%;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    border-radius: 5px;
}

.searchclose {
    position: absolute;
    top: 80px;
    right: 200px;
    cursor: pointer;
}

.searchclose img {
    width: 70px;
    height: 70px;
}


.head_holder {
    display: none !important;
}

.banner {
    margin-top: 45px;
}

.public_header.fixed-nav .public_ad_header {
    background: #2f323a;
}

.public_header.fixed-nav .public_ad_header i,
.public_header.fixed-nav .public_ad_header a,
.public_header.fixed-nav .public_ad_header span {
    color: #fff;
}

.public_header.fixed-nav .head_layer {
    background: rgba(47, 50, 58, 0.8);
}

/* 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;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    /*overflow: hidden;*/
}

.head_layer {
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.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;
}

.nav_wrap em {
    font-style: normal;
}

.nav_wrap .head_nav {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    gap: 10px;
}

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

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

.nav_wrap .head_nav>li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    background: var(--primary-color);
    transition: all ease 0.3s;
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 32px 30px;
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
}

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

.nav_wrap .head_nav>li>a>b:after {
    font-family: "iconfont";
    font-size: 8px;
    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::before,
.nav_wrap .head_nav>li.nav-current::before {
    height: 70px;
}

.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.nav-current>a:before,
.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>li.nav-current>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 img {
    max-width: 120px;
    max-height: 75px;
}

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

.head_notice{
    margin-left: 30px;
    border-left: 3px solid #fff;
    padding-left: 30px;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.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; */
}

.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-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;
}

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

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

.headernav_box button i {
    font-size: 14px;
    line-height: 26px;
}

.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
}

.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;
  } */



.rank-math-breadcrumb>p,
.bread_crumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #222;
    border-bottom: 1px #ddd 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 5px 2px 5px;
    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;
}

.breadOnly .rank-math-breadcrumb>p,
.bread_crumbs {
    /* border-bottom: 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: 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 {
    transition: all ease 0.3s;
}

.page_ctrl_box .next:hover {
    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;
}



.productList {
    padding: 60px 0 100px;
}

.proList_title h1 {
    border-bottom: 1px solid var(--primary-color);
    padding: 20px 10px 20px 0;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.proList_title h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.proList_nav {
    width: 80%;
    position: sticky;
    top: 160px;
}

.proList_nav p {
    margin: 20px 0;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.proList_nav ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proList_nav ul li {
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    color: #374151;
}

.proList_nav ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--second-color);
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.proList_navbtn {
    margin-top: 30px;
}

.proList_navbtn a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    background: var(--second-color);
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 10px 45px;
    transition: all 0.35s ease;
}

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


.proList_box {
    padding: 30px;
    background: #f3f3f3;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.proList_boxdes {
    height: 100%;
}

.proList_boxdes .ipro_midleft {
    gap: 30px;
}

.proList_apply,
.proList_case {
    margin-top: 60px;
}

.proList_apply h2,
.proList_case h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--title-color);
}


.proList_apply .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.proList_apply .tags span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    color: var(--text-color);
    transition: 0.3s;
}


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

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

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

.caselistBox:hover .caselist_img img {
    transform: scale(1.15);
    transition: all 0.5s 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;
    display: inline-block;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 20px;
}

.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%;
}


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


.product_show_main_describe h1 {
    word-wrap: break-word;
    font-size: 32px;
    color: #606060;
    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;
}

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

.product_show_main_button.ipro_mlbtn a {
    margin: 10px 10px 10px 0;
    line-height: 20px;
    padding: 13px 50px;
    font-size: 17px;
}


.product_show_main_right {
    padding-left: 4%;
    padding-top: 30px;
}

.pro_apply {
    width: 50%;
    margin: 30px 0 15px;
    padding: 25px 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;
}

.productshow_otherSwiper .iPro_des h3 {
    font-size: 24px;
}

.productshow_otherSwiper .iPro_des p {
    -webkit-line-clamp: 2;
}

.productshow_otherSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.table_wrap {
    overflow-x: auto;
    margin-bottom: 40px;
}

.proShow_main {
    margin-top: 60px;
}

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

.proShow_main table tr:nth-child(2n+1) {
    background-color: #f8f8f8;
}

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

.proShow_main h2 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: bold;
    color: var(--title-color);
}

.proShow_main p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.5;
}


.product_inquiry_form {
    padding: 50px 40px;
    background-color: #f1f1f1;
    margin: 20px 0 60px;
}

.product_inquiry_form h2 {
    font-size: 32px;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.yandex-form {
    min-height: 200px !important;
}

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

.yandex-form #form .list input {
    width: 100%;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    line-height: 2;
    border: solid #ddd 1px;
}

.yandex-form #form .list textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
    resize: none;
    height: 120px;
    border: solid #ddd 1px;
}

.yandex-form #form .list {
    margin-bottom: 15px;
    width: 32%;
}

.yandex-form #form .list:nth-child(4) {
    width: 100%;
}

.yandex-form #form>p {
    width: 100%;
}

.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}


.hot_product_title h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--title-color);
}

.productshow_otherSwiper {
    padding-bottom: 50px;
}



.contacts_part1 {
    padding: 80px 0;
}

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

.contacts_title h1,
.contacts_title h2 {
    text-align: center;
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 20px;
}

.contacts_titleDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

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

.contacts_titleDiv span {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
}

.contacts_title p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.contacts_p1_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px transparent;
    text-align: center;
    margin-top: 50px;
    padding: 50px 30px;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
}

.contacts_p1_box:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.contacts_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;
    margin-bottom: 20px;
}

.contacts_p1_box:hover .contacts_p1_img i {
    transform: rotateY(180deg);
    transition: all 0.35s ease;
}

.contacts_p1_tit h2 {
    font-weight: bold;
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.contacts_p1_tit p,
.contacts_p1_tit a {
    font-size: 18px;
    color: #555;
    word-wrap: break-word;
    word-break: break-all;
    transition: all ease 0.3s;
}

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

.contacts_part2 {
    padding: 80px 0;
    background-color: #f6f6f9;
}

.contacts_part2 #indexmap {
    height: 400px;
}

.contacts_part3 {
    padding: 80px 0;
}

.contacts_part3 .yandex-form .list input,
.contacts_part3 .yandex-form .list textarea {
    border: none;
    background-color: rgba(0, 0, 0, .15);
}

.yandex-form #form #submit:hover {
    background: var(--second-color);
    transition: all ease .3s;
}

.aboutus_top {
    padding: 80px 0;
}

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

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

.aboutus_title p {
    font-size: 14px;
    color: var(--title-color);
    text-align: center;
    margin: 8px 0 0;
}

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

.aboutus_top p {
    text-indent: 2em;
    font-size: 16px;
    color: #111;
    line-height: 1.8;
}

.aboutus_adva .ipro_Advs {
    margin-top: 0;
}

.aboutus_pro {
    padding: 80px 0;
}

.aboutPro_box {
    position: relative;
}

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

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

.aboutPro_des {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    padding: 30px 10% 30px 30px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), transparent);
    gap: 15px;
    z-index: 2;
}

.aboutPro_des span {
    font-size: 30px;
    line-height: 1;
    color: var(--second-color);
    font-weight: bold;
    font-family: sans-serif;
}

.aboutPro_des h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--title-color);
}

.aboutPro_des p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.aboutPro_box:hover img {
    transform: scale(1.15);
}

.aboutus_photo {
    padding-bottom: 100px;
}

.aboutus_pmain {
    border: 2px solid #ddd;
    border-radius: 20px;
}

.aboutus_pleft {
    height: 100%;
    overflow: hidden;
}

.aboutus_ptab {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background: #f6f6f9;

    border-bottom-left-radius: 20px;
    border-TOP-left-radius: 20px;
    overflow: hidden;
}

.aboutus_option {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 20px 40px;
    flex: 1;
}

.aboutus_option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 30%;
    height: 40%;
    width: 0;
    background: var(--primary-color);
    transition: all ease 0.3s;
}

.aboutus_opleft {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.aboutus_opleft i {
    font-size: 36px;
    color: var(--text-color);
    transition: all ease 0.3s;
}

.aboutus_opright {
    padding-left: 8%;
}

.aboutus_opright h3 {
    font-size: 26px;
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 10px;
}

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

.aboutus_option.active::before {
    width: 6px;
}

.aboutus_option:hover,
.aboutus_option.active {
    background-color: #fff;
}

.aboutus_option:hover .aboutus_opleft,
.aboutus_option.active .aboutus_opleft {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.aboutus_option:hover .aboutus_opleft i,
.aboutus_option.active .aboutus_opleft i {
    color: #fff;
}

.about_ptabmain {
    padding: 30px 30px 30px 50px;
    display: none;
}

.about_ptabmain.active {
    display: block;
}

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

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

.abimgSwiper .swiper-button-next {
    color: #fff;
    right: 4%;
}

.abimgSwiper .swiper-button-prev {
    color: #fff;
    left: 4%;
}


.caseList,
.newsList {
    padding: 80px 0;
}

.caseList_nav {
    width: 80%;
    position: sticky;
    top: 180px;
}

.caseList_nav h1,
.caseList_nav h2 {
    border-bottom: 1px solid var(--primary-color);
    padding: 0px 10px 20px 0;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

.caseList_nav h1::before,
.caseList_nav h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}

.caseList_nav .aside_nav {
    margin-bottom: 30px;
}

.caseList_nav .accordion,
.caseList_nav .aside_navCon {
    padding-top: 15px;
}

.caseList_nav .accordion li a {
    padding: 10px 10px 10px 20px;
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    transition: all ease 0.3s;
}

.caseList_nav .accordion li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--second-color);
    position: absolute;
    left: 0;
    top: 17px;
    border-radius: 50%;
}

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

.caseList_nav .aside_navCon>p {
    padding: 10px 10px 10px 0;
    position: relative;
    display: flex;
    gap: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

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

.caseList_nav .proList_navbtn {
    margin-top: 20px;
}

.caseList_nav .aside_navCon .aside_ConP {
    line-height: 26px;
    flex: 0 0 48px;
    font-size: 17px;
    color: #333;
}

.caseList_nav .aside_navCon .aside_ConA {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    color: #333;
}

.caseList_nav .aside_navCon a.aside_ConA::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 1;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.caseList_nav .aside_navCon a.aside_ConA:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
}

.newsList_main .newsList_box:nth-child(2n+1) .newsList_Img {
    order: 1;
}

.newsList_main .newsList_box:nth-child(2n+1) .newsList_des {
    order: 2;
}

.newsList_main .newsList_box:nth-child(2n) .newsList_Img {
    order: 2;
}

.newsList_main .newsList_box:nth-child(2n) .newsList_des {
    order: 1;
}

.newsList_box {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .05);
    transition: all ease 0.3s;
    margin-bottom: 40px;
}

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

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

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

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

}

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

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

.newsList_tDTime i {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}

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

.newsList_des h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.newsList_des p {
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.newsList_des h3,
.newsList_des p {
    width: 90%;
}

.newsList_des .ipro_mlbtn {
    text-align: right;
}

.newsList_des .ipro_mlbtn a {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 15px;
    gap: 24px;
}

.newsList_des .ipro_mlbtn a i {
    font-size: 14px;
    font-weight: normal;
}



.newsShow {
    padding: 70px 0;
}

.newsshow_tbox {
    margin-bottom: 20px;
}

.newsshow_top {
    padding-top: 10px;
}

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

.newsShow .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: 22px;
    font-weight: bold;
    color: var(--text-color);
    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 40%;
    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 60%;
    padding-left: 15px;
}

.cont_newsinfo_shows_tit h3 {
    font-size: 17px;
    line-height: 1.4;
    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: 16px;
    color: #555;
}

.newsshow_rbot .aside_navConbtn a {
    margin-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;
}

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

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

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



/* search1 */
.search_result {
    padding: 60px 0 60px 0;
}

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

.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 {
    /* margin-top: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid var(--primary-color);
    flex-wrap: wrap;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
}


.result_attention span {
    font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
    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: 20px 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 h2 {
    font-size: 22px;
    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: 16px;
    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 h2 {
    color: var(--primary-color);
}

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

.proList_main{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@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(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .rank-math-breadcrumb>p a,
    .rank-math-breadcrumb>p span,
    .bread_crumbs span,
    .bread_crumbs a {
        font-size: 14px;
    }

    .productList {
        padding: 50px 0;
    }

    .proList_nav {
        width: 100%;
        padding-bottom: 40px;
    }

    .proList_title h1 {
        padding: 0 0 15px;
        font-size: 28px;
    }

    .proList_nav p {
        margin: 15px 0;
        font-size: 14px;
    }

    .proList_navbtn {
        margin-top: 20px;
    }

    .proList_box {
        padding: 35px 20px;
        width: 100%;
        margin: 0;
    }

    .proList_boxdes .ipro_midleft {
        gap: 20px;
    }

    .proList_apply,
    .proList_case {
        margin-top: 40px;
    }

    .proList_apply .tags span {
        font-size: 12px;
    }

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

    .caselist_des {
        gap: 8px;
        padding: 20px 25px 16px;
    }

    .product_show {
        padding: 40px 0 50px;
    }

    .product_show_main_describe h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .product_show_main_describe>p {
        font-size: 15px;
        line-height: 1.5;
    }

    .pro_apply {
        width: 100%;
        margin: 20px 0 15px;
        padding: 20px 0;
    }

    .product_show_main_button.ipro_mlbtn a {
        margin-top: 5px;
        padding: 10px 40px;
    }

    .proShow_main {
        margin-top: 40px;
    }

    .proShow_main h2,
    .hot_product_title h2,
    .product_inquiry_form h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product_inquiry_form {
        padding: 40px 30px;
        background-color: #f1f1f1;
        margin: 0 0 40px;
    }

    .yandex-form #form .list {
        width: 100%;
        margin-bottom: 10px;
    }

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

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




    .contacts_part1,
    .contacts_part2,
    .contacts_part3 {
        padding: 45px 0;
    }

    .contacts_title h1,
    .contacts_title h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .contacts_titleDiv span {
        margin-left: 10px;
        font-size: 20px;
    }

    .contacts_titleDiv i {
        font-size: 24px;
    }

    .contacts_titleDiv {
        padding-bottom: 15px;
    }

    .contacts_p1_box {
        margin-top: 20px;
        padding: 20px 50px;
    }

    .contacts_part2 #indexmap {
        height: 300px;
    }

    .contacts_part3 .yandex-form .list {
        width: 100%;
    }


    .aboutus_top {
        padding: 40px 0;
    }

    .aboutus_title h1,
    .aboutus_title h2 {
        font-size: 28px;
    }

    .aboutus_title {
        margin-bottom: 30px;
        gap: 6px;
    }

    .aboutus_top p {
        font-size: 15px;
        line-height: 1.5;
    }

    .aboutus_pro {
        padding: 45px 0;
    }

    .aboutus_title span {
        margin-top: 6px;
    }

    .aboutus_title p {
        font-size: 13px;
        width: 90%;
        margin-top: 0;
    }

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

    .aboutPro_des {
        padding: 30px 10% 20px 20px;
        gap: 10px;
    }

    .aboutPro_des span {
        font-size: 28px;
    }

    .aboutPro_des h3 {
        font-size: 22px;
    }

    .aboutPro_des p {
        font-size: 13px;
    }

    .aboutus_option {
        padding: 20px 10%;
    }

    .aboutus_opleft {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .aboutus_opleft i {
        font-size: 26px;
    }

    .aboutus_opright h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .aboutus_opright p {
        font-size: 14px;
    }

    .aboutus_ptab {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .about_ptabmain {
        padding: 20px;
    }

    .abimgSwiper .swiper-button-next::after,
    .abimgSwiper .swiper-button-prev::after {
        font-size: 24px;
        font-weight: bold;
    }

    .aboutus_photo {
        padding-bottom: 50px;
    }

    .caseList,
    .newsList {
        padding: 50px 0;
    }

    .caseList_nav {
        width: 100%;
        position: relative;
        top: 0;
    }

    .caseList_nav h1,
    .caseList_nav h2 {
        padding: 0 0 15px;
        font-size: 28px;
    }

    .caseList_nav .aside_navB {
        display: none;
    }

    .caseList_right .row>div {
        margin-bottom: 10px;
    }

    .pagelist a,
    .pagelist span {
        padding: 3px 10px;
        margin: 10px 4px;
        font-size: 14px;
    }


    .newsList_box {
        display: flex;
        flex-direction: column;
    }

    .newsList_box .newsList_Img {
        order: 1 !important;
    }

    .newsList_box .newsList_des {
        order: 2 !important;
        padding: 20px 20px 30px !important;
        gap: 5px;
    }

    .newsList_des h3,
    .newsList_des p {
        width: 100%;
    }

    .newsList_des h3 {
        font-size: 22px;
    }

    .newsList_des p {
        font-size: 14px;
    }

    .newsList_des .ipro_mlbtn {
        text-align: left;
    }


    .newsShow {
        padding: 50px 0;
    }

    .newsshow_aside .newsshow_rTop:last-child {
        display: none;
    }

    .newsshow_aside {
        padding-left: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .newsshow_right {
        padding-bottom: 0;
    }

    .newsshow_rTop {
        margin-bottom: 0;
    }

    .newsshow_rTop>h2 {
        font-size: 20px;
    }

    .newsshow_top {
        padding-top: 0;
    }



    .search_result {
        padding: 40px 0;
    }

    .search_result_top h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .search_result_box button {
        width: 20%;
        height: 50px;
        line-height: 50px;
    }

    .result_attention,
    .result_attention span {
        font-size: 24px;
    }

    .result_attention {
        padding-bottom: 15px;
    }

    .search_result_box input {
        height: 50px;
        line-height: 50px;
    }

    .search_result_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .resultcard h2 {
        font-size: 18px;
    }
}

@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(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }

    .rank-math-breadcrumb>p a,
    .rank-math-breadcrumb>p span,
    .bread_crumbs span,
    .bread_crumbs a {
        font-size: 16px;
    }

    .productList {
        padding: 50px 0;
    }

    .proList_nav {
        width: 100%;
        padding-bottom: 40px;
    }

    .proList_title h1 {
        padding: 0 0 15px;
        font-size: 28px;
    }

    .proList_nav p {
        margin: 15px 0;
        font-size: 14px;
    }

    .proList_navbtn {
        margin-top: 20px;
    }

    .proList_box {
        padding: 35px 20px;
        width: 100%;
        margin: 0;
    }

    .proList_boxdes .ipro_midleft {
        gap: 20px;
    }

    .ipro_midleft p {
        -webkit-line-clamp: 4 !important;
    }

    .proList_apply,
    .proList_case {
        margin-top: 40px;
    }

    .proList_apply .tags span {
        font-size: 12px;
    }

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

    .caselist_des {
        gap: 8px;
        padding: 20px 25px 16px;
    }

    .product_show {
        padding: 40px 0 50px;
    }

    .product_show_main_describe h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .pro_apply {
        width: 80%;
        margin: 20px 0 15px;
        padding: 20px 0;
    }

    .product_show_main_button.ipro_mlbtn a {
        margin-top: 5px;
        padding: 12px 40px;
    }

    .proShow_main {
        margin-top: 40px;
    }

    .proShow_main h2,
    .hot_product_title h2,
    .product_inquiry_form h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .product_inquiry_form {
        padding: 45px 30px;
        background-color: #f1f1f1;
        margin: 0 0 40px;
    }

    .yandex-form #form .list {
        width: 100%;
        margin-bottom: 10px;
    }

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

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




    .contacts_part1,
    .contacts_part2,
    .contacts_part3 {
        padding: 50px 0;
    }

    .contacts_title h1,
    .contacts_title h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .contacts_titleDiv span {
        margin-left: 10px;
        font-size: 22px;
    }

    .contacts_titleDiv i {
        font-size: 26px;
    }

    .contacts_titleDiv {
        padding-bottom: 15px;
    }

    .contacts_p1_box {
        margin-top: 20px;
        padding: 20px 0;
    }

    .contacts_part2 #indexmap {
        height: 350px;
    }



    .aboutus_top {
        padding: 50px 0;
    }

    .aboutus_title h1,
    .aboutus_title h2 {
        font-size: 30px;
    }

    .aboutus_title {
        margin-bottom: 30px;
        gap: 6px;
    }

    .aboutus_top p {
        font-size: 15px;
        line-height: 1.5;
    }

    .aboutus_pro {
        padding: 50px 0;
    }

    .aboutus_title span {
        margin-top: 6px;
    }

    .aboutus_title p {
        font-size: 13px;
        width: 90%;
        margin-top: 0;
    }

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


    .aboutus_option {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .aboutus_ptab {
        flex-direction: row;
    }

    .aboutus_option::before {
        left: 20%;
        right: 20%;
        top: 0;
        bottom: auto;
        height: 0;
        width: 60%;
    }

    .aboutus_option.active::before {
        width: 60%;
        height: 4px;
    }

    .aboutus_opright {
        padding-left: 0;
    }

    .aboutus_opleft {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .aboutus_opleft i {
        font-size: 26px;
    }

    .aboutus_opright h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .aboutus_opright p {
        font-size: 14px;
    }

    .aboutus_ptab {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .about_ptabmain {
        padding: 20px;
    }

    .abimgSwiper .swiper-button-next::after,
    .abimgSwiper .swiper-button-prev::after {
        font-size: 24px;
        font-weight: bold;
    }

    .aboutus_photo {
        padding-bottom: 50px;
    }


    .caseList,
    .newsList {
        padding: 50px 0;
    }

    .caseList_nav {
        width: 100%;
        position: relative;
        top: 0;
    }

    .caseList_nav h1,
    .caseList_nav h2 {
        padding: 0px 0px 15px;
        font-size: 28px;
    }

    .caseList_nav .aside_navB {
        display: none;
    }

    .caseList_right .row>div {
        margin-bottom: 10px;
    }

    .pagelist a,
    .pagelist span {
        padding: 3px 10px;
        margin: 10px 4px;
        font-size: 14px;
    }


    .newsList_main {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }

    .newsList_box {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .newsList_box .newsList_Img {
        order: 1 !important;
    }

    .newsList_box .newsList_des {
        order: 2 !important;
        padding: 20px 20px 30px !important;
        gap: 5px;
    }

    .newsList_des h3,
    .newsList_des p {
        width: 100%;
    }

    .newsList_des h3 {
        font-size: 22px;
    }

    .newsList_des p {
        font-size: 14px;
    }

    .newsList_des .ipro_mlbtn {
        text-align: left;
    }


    .newsShow {
        padding: 60px 0;
    }

    .newsshow_aside .newsshow_rTop:last-child {
        display: none;
    }

    .newsshow_aside {
        padding-left: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .newsshow_right {
        padding-bottom: 0;
    }

    .newsshow_rTop {
        margin-bottom: 0;
    }

    .newsshow_rTop>h2 {
        font-size: 20px;
    }

    .newsshow_top {
        padding-top: 0;
    }

    .newsshow_rTopul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsshow_rTopul li {
        width: 48%;
    }

    .newsshow_rTopul li:nth-child(n+3) {
        border-bottom: none;
    }


    .search_result {
        padding: 40px 0;
    }

    .search_result_top h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .search_result_box button {
        width: 20%;
        height: 50px;
        line-height: 50px;
    }

    .result_attention,
    .result_attention span {
        font-size: 26px;
    }

    .result_attention {
        padding-bottom: 15px;
    }

    .search_result_box input {
        height: 50px;
        line-height: 50px;
    }

    .search_result_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .resultcard h2 {
        font-size: 20px;
    }
}

@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(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }


    .rank-math-breadcrumb>p a,
    .rank-math-breadcrumb>p span,
    .bread_crumbs span,
    .bread_crumbs a {
        font-size: 16px;
    }

    .productList {
        padding: 60px 0;
    }

    .proList_nav {
        width: 100%;
        padding-bottom: 40px;
    }

    .proList_title h1 {
        padding: 0 0 15px;
        font-size: 28px;
    }

    .proList_nav p {
        margin: 15px 0;
        font-size: 14px;
    }

    .proList_navbtn {
        margin-top: 20px;
    }

    .proList_box {
        width: 100%;
        margin: 0;
    }

    .proList_boxdes .ipro_midleft {
        gap: 20px;
    }

    .ipro_midleft p {
        -webkit-line-clamp: 4 !important;
    }

    .proList_apply,
    .proList_case {
        margin-top: 50px;
    }

    .proList_case .row>div:nth-child(n+3) {
        display: none;
    }



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



    .contacts_part1,
    .contacts_part2,
    .contacts_part3 {
        padding: 50px 0;
    }

    .contacts_p1_box {
        margin-top: 20px;
        padding: 30px 0;
    }


    .aboutus_top {
        padding: 50px 0;
    }

    .aboutus_title h1,
    .aboutus_title h2 {
        font-size: 30px;
    }

    .aboutus_title {
        margin-bottom: 30px;
    }

    .aboutus_pro {
        padding: 55px 0;
    }

    .aboutPro_des {
        padding: 20px 10% 20px 20px;
        gap: 5px;
    }

    .aboutPro_des span {
        font-size: 25px;
    }

    .aboutPro_des h3 {
        font-size: 20px;
    }

    .aboutPro_des p {
        font-size: 12px;
    }

    .aboutus_option {
        padding: 15px;
    }

    .aboutus_opleft {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .aboutus_opleft i {
        font-size: 26px;
    }

    .aboutus_opright h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .aboutus_opright p {
        font-size: 13px;
    }

    .about_ptabmain {
        padding: 20px;
    }

    .aboutus_option.active::before {
        width: 4px;
    }

    .abimgSwiper .swiper-button-next::after,
    .abimgSwiper .swiper-button-prev::after {
        font-size: 24px;
        font-weight: bold;
    }

    .aboutus_photo {
        padding-bottom: 60px;
    }


    .caseList,
    .newsList {
        padding: 60px 0;
    }

    .caseList_nav {
        width: 100%;
        position: relative;
        top: 0;
    }

    .caseList_nav h1,
    .caseList_nav h2 {
        padding: 0px 0px 15px;
        font-size: 28px;
    }

    .caseList_nav .aside_navB {
        display: none;
    }

    .caseList_right .row>div {
        margin-bottom: 10px;
    }

    .pagelist a,
    .pagelist span {
        padding: 3px 10px;
        margin: 10px 4px;
        font-size: 14px;
    }


    .newsList_box {
        grid-template-columns: 0.8fr 1fr;
    }

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

    .newsList_box .newsList_des {
        padding: 30px 40px 30px !important;
        gap: 8px;
    }

    .newsList_des h3 {
        font-size: 22px;
    }

    .newsList_des p {
        font-size: 14px;
    }



    .newsShow {
        padding: 60px 0;
    }

    .newsshow_aside .newsshow_rTop:last-child {
        display: none;
    }

    .newsshow_aside {
        padding-left: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .newsshow_right {
        padding-bottom: 0;
    }

    .newsshow_rTop {
        margin-bottom: 0;
    }

    .newsshow_top {
        padding-top: 0;
    }

    .newsshow_rTopul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsshow_rTopul li {
        width: 48%;
    }

    .newsshow_rTopul li:nth-child(n+3) {
        border-bottom: none;
    }



    .search_result {
        padding: 50px 0;
    }

    .search_result_top h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .search_result_box button {
        width: 20%;
        height: 50px;
        line-height: 50px;
    }

    .result_attention,
    .result_attention span {
        font-size: 26px;
    }

    .result_attention {
        padding-bottom: 15px;
    }

    .search_result_box input {
        height: 50px;
        line-height: 50px;
    }

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

@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;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .bannercontent {
        margin-top: 65px !important;
    }


    .productList {
        padding: 60px 0;
    }

    .proList_nav {
        width: 90%;
        top: 100px;
    }

    .proList_title h1 {
        padding: 0 0 20px;
        font-size: 32px;
    }

    .proList_nav p {
        margin: 15px 0;
        font-size: 14px;
    }

    .proList_navbtn {
        margin-top: 20px;
    }

    .proList_box {
        width: 100%;
        margin: 0;
    }

    .proList_boxdes .ipro_midleft {
        gap: 20px;
    }

    .ipro_midleft p {
        -webkit-line-clamp: 4 !important;
    }

    .proList_apply,
    .proList_case {
        margin-top: 50px;
    }

    .proList_case .row>div:nth-child(n+3) {
        display: none;
    }


    .product_show_main_right {
        padding-top: 0;
    }

    .product_show_main_describe h1 {
        margin-bottom: 15px;
        font-size: 30px;
    }

    .product_show_main_describe>p {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .pro_apply {
        width: 70%;
        margin: 25px 0 15px;
        padding: 20px 0;
    }

    .pro_apply p {
        margin-bottom: 4px;
    }

    .product_show_main_button.ipro_mlbtn a {
        margin: 0;
        line-height: 20px;
        padding: 10px 40px;
    }

    .proShow_main {
        margin-top: 40px;
    }

    .product_show {
        padding: 60px 0;
    }



    .contacts_part1,
    .contacts_part2,
    .contacts_part3 {
        padding: 50px 0;
    }

    .contacts_p1_tit {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .contacts_p1_box {
        padding: 30px 10px;
    }


    .aboutus_top {
        padding: 60px 0;
    }

    .aboutus_title h1,
    .aboutus_title h2 {
        font-size: 32px;
    }

    .aboutus_title {
        margin-bottom: 30px;
    }

    .aboutus_pro {
        padding: 60px 0;
    }

    .aboutPro_des {
        padding: 20px 10% 20px 20px;
    }

    .aboutPro_des span {
        font-size: 28px;
    }

    .aboutPro_des h3 {
        font-size: 22px;
    }

    .aboutPro_des p {
        font-size: 14px;
    }

    .aboutus_option {
        padding: 20px;
    }

    .aboutus_opright h3 {
        font-size: 22px;
    }

    .aboutus_opright p {
        font-size: 14px;
    }

    .about_ptabmain {
        padding: 30px;
    }

    .aboutus_option.active::before {
        width: 4px;
    }

    .abimgSwiper .swiper-button-next::after,
    .abimgSwiper .swiper-button-prev::after {
        font-size: 24px;
        font-weight: bold;
    }

    .aboutus_photo {
        padding-bottom: 70px;
    }

    .caseList,
    .newsList {
        padding: 60px 0;
    }

    .caseList_nav {
        width: 90%;
        top: 100px;
    }

    .caseList_nav h1,
    .caseList_nav h2 {
        padding: 0 0 20px;
    }



    .newsList_box {
        grid-template-columns: 0.8fr 1fr;
    }

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

    .newsList_box .newsList_des {
        padding: 25px 40px !important;
        gap: 5px;
    }

    .newsList_tDTime i,
    .newsList_tDTime span {
        font-size: 14px;
    }

    .newsList_des h3 {
        font-size: 22px;
    }

    .newsList_des p {
        font-size: 14px;
    }

    .newsList_des .ipro_mlbtn a {
        padding: 10px 20px;
        font-size: 14px;
    }



    .newsShow {
        padding: 60px 0 30px;
    }

    .newsshow_aside .newsshow_rTop:last-child {
        display: none;
    }

    .newsshow_aside {
        padding-left: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }

    .newsshow_right {
        display: none;
    }


    .search_result {
        padding: 50px 0;
    }

    .search_result_top h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .search_result_box button {
        width: 20%;
    }

    .result_attention {
        padding-bottom: 15px;
    }

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

@media (min-width:1200px) and (max-width:1600px) {
    .nav_wrap .head_nav>li>a {
        padding: 32px 20px;
        font-size: 18px;
    }
    .product_show_main_right {
        padding-top: 0;
    }

    .aboutus_title h1,
    .aboutus_title h2 {
        font-size: 34px;
    }

    .newsList_des {
        gap: 10px;
    }

    .newsList_des h3 {
        font-size: 26px;
    }

    .newsshow_rTopul li:nth-child(n+3) {
        display: none;
    }
}