@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%;
    font-family: "PingFang Bold", Arial, Helvetica, sans-serif !important;
}

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: 1520px !important;
}

:root {
    --primary-color: #ee1c25;
    --primary-bg: #f3f3f3;
}

.public_ad_header {
    background: #1f1f1f;
    padding: 10px 0;
    color: #fff
}

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

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

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



/* 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: 15px;
    bottom: calc(40% - 66px);
    color: #fff;
    background-color: #535353;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 4px;
    /* 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;
}

.head_layer {
    background: #fff;
}

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

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

.nav_wrap .head_nav {
    padding: 37px 0;
}

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

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

.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: 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.nav-current {
    background-color: var(--primary-color);
    color: #fff;
}

.nav_wrap .head_nav>li.nav-current>a {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0 10px;
}

.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: 370px;
}

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

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .head_layer {
    padding: 10px 0;
    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; */
}

.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 .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.nav-current {
    border-bottom: 2px solid #fff;
}

.fixed-nav .nav_wrap .head_nav>li:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #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: 70px;
}

.headernav_box button {
    background: #fff;
    padding: 2px 9px;
    border: none;
    color: #333;
    font-size: 20px;
}

.headernav_box button i {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.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;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.bannerSwiper .swiper-slide-active img,
.bannerSwiper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.bannerSwiper .swiper-pagination {
    border-bottom: 2px solid #000;
    width: auto;
    left: 11.5%;
    bottom: 115px;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 90px;
    display: inline-block;
    height: auto;
    padding-bottom: 20px;
    text-align: left;
    color: #000000;
    background: transparent;
    font-size: 22px;
    font-weight: bold;
    opacity: 1;
    margin: 0 !important;
    transition: all ease 0.3s;
    position: relative;
}

.bannerSwiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform 0.3s ease-out;
}

/* .bannerSwiper .swiper-pagination-bullet:hover::after, */
.bannerSwiper .swiper-pagination-bullet-active::after {
    transform: scaleX(1);
    transform-origin: top left;

}

.bannerSwiper .swiper-pagination-horizontal {
    bottom: 120px;
    width: fit-content;
    left: 12%;
}


.s {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    position: fixed;
}

.s.sblock {
    opacity: 1 !important;
    z-index: 999999999;
}

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

.bread_crumb_main {
    border-bottom: 1px solid #ddd;
}




.product_list {
    padding: 80px 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eee;
    margin-top: 4px;
}

.accordion .link a {
    color: #606060;
    text-decoration: none;
    word-wrap: break-word;
    white-space: pre-wrap;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.accordion li i {
    font-size: 18px;
    color: #606060;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.openaside>.link {
    color: var(--primary-color);
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.accordion li.openaside>.link i {
    color: var(--primary-color);
}

.accordion li.openaside>.link i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.openaside>.link a {
    color: var(--primary-color);
}

.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}

.submenu>li>a {
    border-bottom: 1px solid #dfdfdf;
}

.submenu>li>a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.aside_navA,
.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_navA h2,
.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_navA .link {
    line-height: 28px;
    font-size: 16px;
    padding: 12px 12px;
    font-weight: bold;
    transition: all ease .3s;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.aside_navA>ul>li:not(:last-child) .link {
    border-bottom: 1px solid #dfdfdf;
}

.aside_navA .link:hover {
    background-color: rgb(241, 241, 241);
}

.aside_navA .link a {
    word-wrap: break-word;
    word-break: break-all;
}

.aside_navA .link i {
    font-size: 14px;
    margin-left: 15px;
}

.openaside>.link {
    background-color: var(--primary-color);
    transition: all ease .3s;
    /* padding-left: 24px; */
}

.openaside>.link a,
.openaside>.link i {
    color: #fff;
    transition: all ease .3s;
}

.aside_navA .submenu {
    display: none;
    font-size: 14px;
    background-color: transparent;
}

.aside_navA .submenu li {
    padding-left: 15px;
}

.aside_navA .submenu li a {
    color: #333;
    word-wrap: break-word;
    /*   word-break: break-all; */
}

.aside_navA .submenu li a:hover {
    color: var(--primary-color);
    background-color: #f1f1f1;
}

.aside_navB {
    margin-top: 30px;
}

.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: #333;
    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_navA .page_proListBox {
    position: relative;
    margin-bottom: 30px;
}


.aside_navConbtn a {
    margin: 14px 0;
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    transition: all ease 0.3s;
}

.aside_navConbtn a:hover {
    background-color: #fff;

    color: var(--primary-color);
}

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

.productlist_left {
    position: sticky;
    top: 160px;
    padding-right: 30px;
}



.prolist_mainTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 10px 0;
}

.prolist_mainTop h1 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary-color);
    padding-left: 15px;
    border-left: 5px solid var(--primary-color);
}

.productlist_right .iPro_des {
    margin-top: 20px;
    gap: 14px;
    padding-bottom: 40px;
}


.product_show {
    padding: 80px 0;
}

.product_show_main_describe {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.product_show_main_describe h2 {
    font-size: 22px;
    color: #000;
    line-height: 1;
    margin-bottom: -10px;
}

.product_show_main_describe h1 {
    color: var(--primary-color);
    font-size: 32px;
    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: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.product_show_main_button a {
    padding: 8px 30px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all ease 0.3s;
}

.product_show_main_button a:hover {
    padding: 8px 40px;
    background-color: var(--primary-color);
    color: #fff;
}



.proShow_main h2 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    width: 100%;
    color: #333;
    /* padding-left: 15px; */
    /* border-left: 3px solid #333; */
    padding: 15px 15px;
    /* border-left: 3px solid #333; */
    background: var(--primary-bg);
}

.proShow_title h2 {
    font-size: 28px;
    line-height: 1.1;
    color: var(--primary-color);
    padding-left: 15px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

.product_show .public_ad_header_social_media a i {
    margin-right: 0;
    font-size: 18px;
}

.product_show .public_ad_header_social_media a {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    transition: all ease 0.3s;
}

.product_show .public_ad_header_social_media a:hover {
    background: transparent;
}

.product_show .public_ad_header_social_media a:hover i {
    color: var(--primary-color);
}

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

.proShow_main p {
    font-size: 18px;
}

.table_wrap {
    overflow-x: auto;
}

table {
    text-align: center;
    font-size: 16px;
}

table td,
table th {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

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 .iPro_des {
    margin-top: 15px;
    gap: 10px;
    padding-bottom: 10px;
}

.proShow_main {
    padding-top: 40px;
}

.proShow_main>h2:nth-child(1) {
    margin-top: 0;
}


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

.pageTitle h1 {
    font-size: 40px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    text-align: center;
    position: relative;
}

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

.apply_list {
    padding: 80px 0;
}

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

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

.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: 80px 25px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: #fff;
    transition: bottom 0.4s;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

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

.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;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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%;
}



/* news_show */
.news_show {
    padding: 80px 0;
}

.news_show .pageTitle h1 {
    font-size: 34px;
}

.news_show .pageTitle p {
    font-size: 18px;
    margin-top: 10px;
}

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

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

.newsshow_rTop {
    border-radius: 12px;
    margin-bottom: 40px;
}

.newsshow_rTop>h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.newsshow_rTop>h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
}

.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;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
    transition: all ease 0.3s;
}

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

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

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


.newsshow_tleft h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}





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

.news_listBox {
    background-color: rgba(248, 248, 248, 1);
    margin-bottom: 35px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    border-radius: 20px;
    overflow: hidden;

}

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

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

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

.news_listBox:hover .news_listImg img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.news_listtxt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5%;
}

.news_listtxt h2 a {
    line-height: 1.25;
    font-size: 28px;
    font-weight: bold;
    transition: all .5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.news_listBox:hover .news_listtxt h2 a {
    color: var(--primary-color);
    transition: all .5s ease;
}

.news_listtxt p {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    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;
    margin: 20px 0;
}

.news_listBox .indexBtn a {
    padding-left: 25px;
}

.news_listBox .indexBtn a span {
    font-size: 18px;
}

.news_listBox .indexBtn a i {
    font-size: 36px;
}

.news_listBox:nth-child(2n+1) .nl_boxLeft {
    order: 1;
}

.news_listBox:nth-child(2n+1) .nl_boxRight {
    order: 2;
}

.news_listBox:nth-child(2n) .nl_boxLeft {
    order: 2;
}

.news_listBox:nth-child(2n) .nl_boxRight {
    order: 1;
}


.contacts_top {
    padding: 60px 0;
}

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

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

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

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

.contacts_titlebox span {
    display: inline-block;
    margin-left: 10px;
    font-size: 28px;
    color: var(--primary-color);
}

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

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

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

.contacts_topimg 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_topbox:hover .contacts_topimg i {
    transform: rotateY(180deg);
    transition: all 0.35s ease;
}

.contacts_toptit h3 {
    font-weight: bold;
    font-size: 22px;
    color: #555;
    margin-bottom: 10px;
}

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

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

.contacts_mid {
    padding: 60px;
    background-color: var(--primary-bg);
}

.contacts_mid #indexmap {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.contacts_bot {
    padding: 60px;
}

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

.contacts_bot .feedbackForm .line {
    width: 32.7%;
    margin-bottom: 10px;
}

.contacts_bot .feedbackForm .line input {
    width: 100%;
    padding: 12px;
    border: none;
    background-color: var(--primary-bg);
}

.contacts_bot .feedbackForm .line:nth-child(4) {
    width: 100%;
}

.contacts_bot .feedbackForm .line:nth-child(4) textarea {
    width: 100%;
    border: none;
    padding: 12px;
    max-height: 150px;
    background-color: var(--primary-bg);
}

.contacts_bot .feedbackForm>p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts_bot .feedbackForm>p .wpcf7-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;
}

.contacts_bot .feedbackForm>p .wpcf7-submit:hover {
    background: #234196;
    transition: all ease .3s;
}


.feedbackForm .line{
    margin-bottom: 15px;
}

.feedbackForm .line p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
.feedbackForm .line p span {
  color: #FF4236;
}
.feedbackForm .line input {
  width: 100%;
  padding:10px 5px 10px 10px;
  box-sizing: border-box;
  border:solid #ddd 1px;
}
.feedbackForm .line input::placeholder {
  font-size: 16px;
}
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border:solid #ddd 1px;
}
.feedbackForm .line textarea::placeholder {
  font-size: 16px;
}
.feedbackForm{
    padding: 0;
    background-color: transparent;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
}

.feedbackForm>p>span,
.feedbackForm>p>br,
.feedbackForm>p>input:nth-last-child(1){
    display: none;
}

.feedbackForm>p>input:nth-child(1){
    width: 100%;
    color: #fff;
    background-color: #f0390e;
    border: none;
    line-height: 2.5;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 0;
}

.product_inquiry_form .wpcf7 form .wpcf7-response-output{
    margin-top: 1em;
}

.feedback{
    background: #fff;
}

.feedback .feedbackForm{
    padding: 20px 20px 10px;
    background-color: #fff;
}

.feedback .feedbackForm>p>input:nth-child(1){
    margin-bottom: 0;
}

.feedback .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
    font-size: 12px;
}

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




/* page_search */
.search_result {
    padding: 80px 0;
}

.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;
    font-family: "PingFang Bold", Arial, Helvetica, sans-serif !important;
}

.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 h2 {
    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);
}



.price_list {
    padding: 80px 0;
}

.priceList_main {
    max-width: 1200px;
    margin: auto;
}

.priceList_box:nth-child(1) {
    border-top: 2px dashed #ddd;
}

.priceList_box {
    border-bottom: 2px dashed #ddd;
}

.priceList_box>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 12px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}


.priceList_box>a i {
    flex: 0 0 calc(100% - 60px);
}

.priceList_box>a i {
    display: flex;
    flex: 0 0 40px;
    transition: all 0.3s ease;
}

.priceList_box>a:hover {
    background: var(--primary-bg);
    color: var(--primary-color);
}

.priceList_box>a:hover i {
    padding-left: 20px;
}

.price_list .pagelist {
    margin-top: 40px;
}

.price_show {
    padding: 80px 0;
}

.price_show table tbody>tr:nth-child(1) td {
    /* position: sticky;
    top: 160px; */
    background: var(--primary-color);
    color: #fff;
    z-index: 2;
}

.price_show .table_wrap {
    overflow-x: unset;
}

.price_show .page_ctrl_box {
    padding: 40px 0 0px;
    margin-top: 50px;
}



.page_about {
    padding: 80px 0;
}

.about_des {
    font-size: 18px;
    margin-bottom: 30px;
}

.aboutTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.aboutTitle h2 {
    font-size: 28px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    position: relative;
    background: var(--primary-bg);
    padding: 10px 20px;
    /* border-left: 4px solid var(--primary-color); */
}

.aboutTitle p {
    margin-top: 30px;
    font-size: 18px;
}

.abhonor_box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 140%;
    border-radius: 8px;
}

.abhonor_box img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    border-radius: 8px;
}

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

.abcom_box img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    border-radius: 8px;
}

.abhonor_box:hover img,
.abcom_box:hover img {
    transform: scale(1.1);
}

.honorSwiper,
.companySwiper {
    padding-bottom: 60px;
}

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

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

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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




    .productlist_lwrap {
        display: none;
    }

    .product_list {
        padding: 40px 0;
    }

    .productlist_right .pagelist {
        margin-top: 0;
    }

    .productlist_right .iPro_des {
        margin-top: 20px;
        gap: 10px;
        padding-bottom: 30px;
    }



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

    .product_show {
        padding: 40px 0;
    }

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

    .product_show_main_describe h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .product_show_main_describe p {
        font-size: 16px;
    }

    .product_show_main_button a {
        padding: 6px 20px;
        font-size: 14px;
    }

    .product_show_main_button a:hover {
        padding: 6px 30px;
    }


    .product_show .public_ad_header_social_media a {
        width: 35px;
        height: 35px;
    }

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

    .proShow_main p {
        font-size: 16px;
    }

    .product_inquiry_form {
        padding: 30px 20px 30px;
    }

    .product_inquiry_form h2 {
        font-size: 24px;
    }

    .product_inquiry_form .yandex-form #form .list input {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    .proShow_title h2 {
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .productshow_otherSwiper {
        padding-bottom: 35px;
    }


    .apply_list {
        padding: 40px 0;
    }

    .pageTitle h1,
    .news_show .pageTitle h1 {
        font-size: 24px;
    }

    .pageTitle {
        margin-bottom: 25px;
    }

    .caselist_boxs .pagelist {
        margin-top: 0;
    }

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



    .news_show {
        padding: 40px 0;
    }

    .newsshow_right {
        display: none;
    }

    .news_show .page_ctrl_box {
        padding: 20px 0;
    }




    .news_list {
        padding: 35px 0;
    }

    .news_listtxt {
        padding: 20px;
    }

    .news_listBox .nl_boxLeft {
        order: 1 !important;
    }

    .news_listBox .nl_boxRight {
        order: 2 !important;
    }

    .news_listtxt h2 a {
        font-size: 20px;
    }

    .news_listtxt p {
        font-size: 14px;
        margin: 10px 0;
    }

    .news_listBox .indexBtn a {
        padding-left: 15px;
    }

    .news_listBox .indexBtn a span {
        font-size: 14px;
    }

    .news_listBox .indexBtn a i {
        font-size: 26px;
    }

    .news_list .pagelist {
        margin-top: 0;
    }



    .contacts_top,
    .contacts_mid,
    .contacts_bot {
        padding: 40px 0;
    }

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

    .contacts_title p {
        font-size: 15px;
    }

    .contacts_titlebox span {
        margin-left: 10px;
        font-size: 18px;
    }

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

    .contacts_titlebox {
        padding-bottom: 15px;
    }

    .contacts_topbox {
        margin-top: 20px;
        padding: 15px 30px;
    }

    .contacts_mid #indexmap {
        height: 300px;
    }

    .contacts_bot .feedbackForm .line {
        width: 100%;
    }

    .contacts_bot .feedbackForm .line input {
        padding: 5px 5px 5px 10px !important;
    }


    .contacts_topimg i {
        width: 50px;
        height: 50px;
    }

    .contacts_toptit h3 {
        font-size: 18px;
    }

    .contacts_toptit p,
    .contacts_toptit a {
        font-size: 14px;
    }


    .search_result {
        padding: 35px 0;
    }

    .search_result_top h1 {
        font-size: 26px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 20px;
        line-height: 1.2;
    }

    .search_result_list {
        margin-top: 25px;
    }

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

    .resultcard p {
        font-size: 16px;
    }


    .price_list {
        padding: 40px 0;
    }

    .priceList_box>a {
        padding: 12px 5px;
        font-size: 15px;
        line-height: 1.2;
    }

    .price_list .pagelist {
        margin-top: 20px;
    }


    .price_show {
        padding: 40px 0;
    }

    .price_show .table_wrap {
        overflow-x: scroll;
    }

    .price_show .table_wrap th {
        position: relative;
        top: 0;
        line-height: 1.3;
    }

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



    .page_about {
        padding: 40px 0;
    }

    .about_des {
        font-size: 15px;
        margin-bottom: 10px;
    }

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

    .aboutTitle {
        margin-bottom: 30px;
        padding-top: 20px;
    }

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

    .aboutTitle p {
        margin-top: 22px;
        font-size: 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;
    }

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



    .productlist_lwrap {
        display: none;
    }

    .product_list {
        padding: 45px 0;
    }

    .productlist_right .pagelist {
        margin-top: 0;
    }



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

    .product_show {
        padding: 40px 0;
    }

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

    .product_show_main_describe h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .product_show_main_describe p {
        font-size: 16px;
    }


    .product_show .public_ad_header_social_media a {
        width: 35px;
        height: 35px;
    }

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

    .proShow_main p {
        font-size: 16px;
    }

    .product_inquiry_form {
        padding: 30px 20px 30px;
    }

    .product_inquiry_form h2 {
        font-size: 26px;
    }

    .product_inquiry_form .yandex-form #form .list input {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    .proShow_title h2 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }



    .apply_list {
        padding: 45px 0;
    }

    .pageTitle h1,
    .news_show .pageTitle h1 {
        font-size: 24px;
    }

    .pageTitle {
        margin-bottom: 25px;
    }

    .caselist_des p {
        -webkit-line-clamp: 2;
    }

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

    .caselist_boxs .pagelist {
        margin-top: 0;
    }



    .news_show {
        padding: 45px 0;
    }

    .newsshow_right {
        display: none;
    }

    .news_show .page_ctrl_box {
        padding: 20px 0;
    }




    .news_list {
        padding: 40px 0;
    }

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

    .newslist_main .news_listBox {
        flex: 0 0 48%;
    }

    .news_listtxt {
        padding: 20px;
    }

    .news_listBox .nl_boxLeft {
        order: 1 !important;
    }

    .news_listBox .nl_boxRight {
        order: 2 !important;
    }

    .news_listtxt h2 a {
        font-size: 20px;
    }

    .news_listtxt p {
        font-size: 14px;
        margin: 10px 0;
    }

    .news_listBox .indexBtn a {
        padding-left: 15px;
    }

    .news_listBox .indexBtn a span {
        font-size: 14px;
    }

    .news_listBox .indexBtn a i {
        font-size: 26px;
    }

    .news_list .pagelist {
        margin-top: 0;
    }



    .contacts_top,
    .contacts_mid,
    .contacts_bot {
        padding: 45px 0;
    }

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


    .contacts_title p {
        font-size: 16px;
        width: 80%;
    }

    .contacts_topimg i {
        width: 48px;
        height: 48px;
        font-size: 44px;
    }

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

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

    .contacts_titlebox {
        padding-bottom: 15px;
    }

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

    .contacts_mid #indexmap {
        height: 350px;
    }

    .contacts_toptit h3 {
        font-size: 18px;
    }

    .contacts_toptit p,
    .contacts_toptit a {
        font-size: 14px;
    }


    .search_result {
        padding: 40px 0;
    }

    .search_result_top h1 {
        font-size: 26px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 20px;
        line-height: 1.2;
    }

    .search_result_list {
        margin-top: 25px;
    }

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

    .resultcard p {
        font-size: 16px;
    }


    .price_list {
        padding: 45px 0;
    }

    .priceList_box>a {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 1.2;
    }

    .price_list .pagelist {
        margin-top: 20px;
    }



    .price_show {
        padding: 45px 0;
    }

    .price_show .table_wrap {
        overflow-x: scroll;
    }

    .price_show .table_wrap th {
        position: relative;
        top: 0;
        line-height: 1.3;
    }

    .price_show .page_ctrl_box {
        padding: 30px 0 30px;
        margin-top: 30px;
    }


    .page_about {
        padding: 45px 0;
    }

    .about_des {
        font-size: 16px;
        margin-bottom: 10px;
    }

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

    .aboutTitle {
        margin-bottom: 30px;
        padding-top: 20px;
    }

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

    .aboutTitle p {
        margin-top: 22px;
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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



    .productlist_lwrap {
        display: none;
    }

    .product_list {
        padding: 50px 0;
    }

    .productlist_right .pagelist {
        margin-top: 0;
    }


    .product_show {
        padding: 50px 0;
    }

    .product_show_main_right {
        padding-top: 0;
    }

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

    .product_show_main_describe h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .product_show_main_describe p {
        font-size: 16px;
        -webkit-line-clamp: 4;
    }

    .product_show_main_button a {
        padding: 6px 20px;
    }

    .product_show_main_button a:hover {
        padding: 6px 30px;
    }

    .product_show .public_ad_header_social_media a {
        width: 35px;
        height: 35px;
    }


    .product_inquiry_form {
        padding: 40px 20px;
    }

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

    .product_inquiry_form .yandex-form #form .list input {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    .proShow_title h2 {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }



    .apply_list {
        padding: 55px 0;
    }

    .pageTitle h1,
    .news_show .pageTitle h1 {
        font-size: 26px;
    }

    .pageTitle {
        margin-bottom: 30px;
    }

    .caselist_des {
        gap: 10px;
    }

    .caselist_des p {
        -webkit-line-clamp: 2;
    }

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

    .caselist_boxs .pagelist {
        margin-top: 10px;
    }

    .tag {
        font-size: 12px;
        padding: 2px 10px;
    }

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



    .news_show {
        padding: 50px 0;
    }

    .newsshow_right {
        display: none;
    }

    .news_show .page_ctrl_box {
        padding: 25px 0;
    }




    .news_list {
        padding: 45px 0;
    }

    .news_listtxt {
        padding: 20px;
    }


    .news_listtxt h2 a {
        font-size: 22px;
    }

    .news_listtxt p {
        font-size: 16px;
        margin: 10px 0;
    }

    .news_listBox .indexBtn a {
        padding-left: 15px;
    }

    .news_listBox .indexBtn a span {
        font-size: 14px;
    }

    .news_listBox .indexBtn a i {
        font-size: 26px;
    }

    .news_list .pagelist {
        margin-top: 0;
    }



    .contacts_top,
    .contacts_mid,
    .contacts_bot {
        padding: 55px 0;
    }

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


    .contacts_title p {
        font-size: 16px;
        width: 80%;
    }

    .contacts_topimg i {
        width: 48px;
        height: 48px;
        font-size: 44px;
    }

    .contacts_topbox {
        margin-top: 20px;
        padding: 20px 16px;
    }

    .contacts_titlebox span {
        font-size: 20px;
    }

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

    .contacts_toptit h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .contacts_toptit p,
    .contacts_toptit a {
        font-size: 16px;
    }

    .search_result {
        padding: 45px 0 50px;
    }

    .search_result_top h1 {
        font-size: 26px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 24px;
        line-height: 1.2;
    }

    .search_result_list {
        margin-top: 25px;
    }

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

    .resultcard p {
        font-size: 16px;
    }


    .price_list {
        padding: 50px 0;
    }

    .priceList_box>a {
        font-size: 18px;
        line-height: 1.3;
    }

    .price_list .pagelist {
        margin-top: 20px;
    }


    .price_show {
        padding: 50px 0;
    }

    .price_show .table_wrap {
        overflow-x: scroll;
    }

    .price_show .table_wrap th {
        position: relative;
        top: 0;
        line-height: 1.3;
    }

    .price_show .page_ctrl_box {
        padding: 20px 0 20px;
        margin-top: 40px;
    }



    .page_about {
        padding: 50px 0;
    }

    .about_des {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .aboutTitle h2 {
        font-size: 22px;
    }

    .aboutTitle {
        margin-bottom: 30px;
        padding-top: 20px;
    }

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

    .aboutTitle p {
        margin-top: 22px;
        font-size: 16px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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



    .productlist_lwrap {
        display: none;
    }

    .product_list {
        padding: 60px 0;
    }

    .productlist_right .pagelist {
        margin-top: 0;
    }


    .product_show {
        padding: 60px 0;
    }

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

    .product_show_main_describe h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .product_show_main_describe p {
        -webkit-line-clamp: 6;
    }

    .product_show .public_ad_header_social_media a {
        width: 35px;
        height: 35px;
    }

    .product_inquiry_form {
        padding: 50px 30px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }



    .apply_list {
        padding: 65px 0;
    }

    .pageTitle h1,
    .news_show .pageTitle h1 {
        font-size: 30px;
    }

    .pageTitle {
        margin-bottom: 35px;
    }

    .caselist_des {
        gap: 14px;
    }

    .caselist_boxs .pagelist {
        margin-top: 10px;
    }

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



    .news_show {
        padding: 60px 0;
    }

    .newsshow_right {
        display: none;
    }

    .news_show .page_ctrl_box {
        padding: 30px 0 20px;
    }




    .news_list {
        padding: 55px 0;
    }

    .news_listtxt {
        padding: 20px;
    }


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

    .news_listBox .indexBtn a i {
        font-size: 32px;
    }

    .news_list .pagelist {
        margin-top: 0;
    }



    .contacts_top,
    .contacts_mid,
    .contacts_bot {
        padding: 50px 0;
    }

    .contacts_top,
    .contacts_mid,
    .contacts_bot {
        padding: 55px 0;
    }

    .contacts_title h2,
    .contacts_title h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
        width: 90%;
    }


    .contacts_title p {
        font-size: 18px;
        width: 90%;
    }

    .contacts_topimg i {
        width: 48px;
        height: 48px;
        font-size: 44px;
    }

    .contacts_topbox {
        margin-top: 20px;
        padding: 20px 20px;
    }

    .contacts_titlebox span {
        font-size: 22px;
    }

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

    .contacts_toptit h3 {
        font-weight: bold;
        font-size: 22px;
    }

    .contacts_toptit p,
    .contacts_toptit a {
        font-size: 18px;
    }


    .search_result {
        padding: 50px 0;
    }

    .search_result_top h1 {
        font-size: 30px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 24px;
        line-height: 1.2;
    }

    .search_result_list {
        margin-top: 30px;
    }

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

    .resultcard p {
        font-size: 16px;
    }


    .price_list {
        padding: 55px 0;
    }

    .priceList_box>a {
        font-size: 18px;
        line-height: 1.3;
    }

    .price_list .pagelist {
        margin-top: 30px;
    }


    .price_show {
        padding: 60px 0;
    }

    .price_show .table_wrap {
        overflow-x: scroll;
    }

    .price_show .table_wrap th {
        position: relative;
        top: 0;
        line-height: 1.3;
    }

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

    .page_about {
        padding: 55px 0;
    }

    .about_des {
        margin-bottom: 10px;
    }

    .aboutTitle h2 {
        font-size: 24px;
    }

    .aboutTitle {
        margin-bottom: 30px;
        padding-top: 20px;
    }

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

    .aboutTitle p {
        margin-top: 22px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {

    .aside_navA h2,
    .aside_navB h2 {
        font-size: 22px;
        padding: 0px 0 11px;
    }

    .news_list {
        padding: 60px 0;
    }


    .news_listBox .indexBtn a i {
        font-size: 30px;
    }

    .search_result {
        padding: 60px 0;
    }

    .search_result_top h1 {
        font-size: 32px;
    }

    .result_attention p,
    .result_attention span {
        font-size: 24px;
        line-height: 1.2;
    }
    
}

