@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: Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

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

em {
    font-style: normal !important;
}

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

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

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

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

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

:root {
    --primary-color: #f9eeda;
    --second-color: #f0dfc1;
    --third-color: #fbf7ec;
    --primary-dark: #795f41;
}

.public_ad_header {
    background: var(--second-color);
    padding: 15px 0;
    color: #fff
}

.public_ad_header_con {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.public_ad_header_con>span {
    font-size: 18px;
    color: #000;
}

.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_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: 50px;
    bottom: 80px;
    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: #000;
    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: var(--primary-color);
}

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

.nav_wrap {
    position: relative;
    width: 100%;
}

.nav_wrap em {
    font-style: normal;
}

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

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

.nav_wrap .head_nav {
    display: flex;
    justify-content: space-between;
}

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

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

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

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

.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 ul ul {
    left: 102%;
    top: -15px;
}

.nav_wrap .head_nav>li>a::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 right;
    transition: transform 0.3s ease-out;
}

.nav_wrap .head_nav>li:hover>a::before {
    transform: scaleX(1);
    transform-origin: top left;
}


.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 {
    font-weight: bold;
}

.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: 100%;
    left: 0;
}

.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.current-menu-item {
    font-weight: bold;
}

.nav_wrap .head_nav li ul {
    width: 350px;
    padding: 15px 0;
    background-color: var(--third-color);
    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: 100px;
}

.head_layer_right {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--third-color);
    border: 2px solid #fefbf6;
    border-radius: 18px;
    padding: 15px 40px;
    margin: 18px 0;
}

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
}

.fixed-nav .nav_wrap {
    padding-top: 0;
    /* background-color: #fff; */
}


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

.fixed-nav .nav_wrap .head_nav>li {
    transition: all ease 0.3s;
}



.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: var(--primary-color);
    padding: 2px 9px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

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

.search i {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    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: #000;
    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;
}


.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 a {
    cursor: auto;
}

.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 #666 solid;
    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;
}

.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: 30px;
    padding: 0 10px;
    border-radius: 20px;
}

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

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

.pagelist a:hover {
    color: #111;
}

.pagelist .active {
    color: #111 !important;
    font-weight: bold;
    /* border-bottom: 1px solid #333; */
}

.pagelist a.current {
    color: #111;
    border-bottom: 1px solid #333;
}

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

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

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

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

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

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


.newsList {
    padding: 80px 0 0;
}

.pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}


.pageTitle h1 {
    position: relative;
    font-size: 46px;
    line-height: 1.2;
    color: #010101;
    text-align: center;
    font-weight: bold;
}

.pageTitle p {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.newsList_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

.newsList_tab h2 {
    display: inline-flex;
    padding: 6px 22px;
    border-radius: 20px;
    border: 1px solid #c9c1b6;
    color: #111;
    font-size: 15px;
    cursor: pointer;
}

.newsList_tab h2.active {
    background: #1e3a5f;
    border-color: #1e3a5f;
    font-weight: bold;
    color: #fff;
}

.newsList_tabmain {
    display: none;
}

.newsList_tabmain.active {
    display: block;
}

.newsList_main .row {
    width: 100%;
    margin: auto;
    gap: 30px;
}

.newsList_main .row>div {
    margin-bottom: 10px;
    padding: 0;
    width: calc(50% - 15px);
}

.newsList_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #D8D0BC;
    padding: 36px;
    border-radius: 8px;
    transition: all 0.35s ease;
}

.newsList_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(148, 127, 95, 0.12);
    border-color: #947F5F;
}

.newsList_top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsList_tag {
    display: inline-block;
    width: fit-content;
    padding: 3px 11px;
    background: rgba(148, 127, 95, 0.1);
    color: #947F5F;
    font-size: 12px;
    border-radius: 20px;
}

.newsList_top h3 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.newsList_top p {
    font-size: 18px;
    color: #333;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /*   word-break: break-all; */
}

.newsList_date {
    font-size: 12px;
    color: #666;
}

.newsList_bot {
    margin-top: 30px;
}

.newsList_bot .indexBtn a {
    padding: 12px 32px;
    font-size: 20px;
}



.news_show {
    padding: 90px 0 0;
}

.newsshow_title {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--second-color);
}

.newsshow_title h1 {
    font-size: 42px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    width: 80%;
}

.newsshow_top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newsshow_dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-dark);
}

.newsshow_top p {
    color: var(--primary-dark);
    font-size: 17px;
}

.newsshow_title .newsList_tDTime i,
.newsshow_title .newsList_tDTime span {
    color: var(--primary-dark);
    font-size: 17px;
}

.newsshow_main {
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #333;
}

.newsshow_left p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}


.newsshow_left p:last-child {
    margin-bottom: 0;
}

.newsshow_left h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0;
}

.newsshow_left img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
    text-align: center;
}

.newsshow_left ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.newsshow_left li {
    list-style: disc;
}

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

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

.newsshow_aside .newsshow_rTop:nth-child(1) {
    background: var(--third-color) url(../images/navbg2.png) no-repeat right top;
    background-position: right 0 top 30px;
    background-size: 65% auto;
    ;
    background-repeat: no-repeat;
}

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

.newsshow_rTop>h2 {
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 14px;
    position: relative;
}

.newsshow_rTop>h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/navbg1.png);
    width: 100%;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.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_shows_tit {
    display: flex;
    align-items: center;
}

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

.cont_newsinfo_shows_tit h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    transition: all ease 0.3s;
}

.cont_newsinfo_date {
    flex: 0 0 24%;
    color: var(--primary-dark);
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid var(--primary-dark);
}

.cont_newsinfo_date span {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}

.cont_newsinfo_date p {
    font-size: 12px;
    line-height: 1;
}


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

.newsshow_rTop .indexBtn a {
    margin-top: 20px;
    padding: 12px 26px;
    font-size: 18px;
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
}

.newsshow_rTop .indexBtn a:hover {
    background: transparent;
    color: var(--primary-dark);
}

.proList {
    padding: 80px 0 30px;
}

.proList .pageTitle {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pageTitle span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

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

.proList_box {
    position: relative;
    height: 100%;
    background: var(--third-color);
    transition: all ease 0.3s;
}

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

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

.proList_des {
    padding: 30px 20px;
}

.proList_des h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
}

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

.proList_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(148, 127, 95, 0.12);
}


.product_show {
    padding: 80px 0 0;
}

.product_show_main_right {
    padding-left: 5%;
    padding-top: 40px;
}

.product_show_main_describe h1 {
    word-wrap: break-word;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 40px;
}

.proShow_tit {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    width: 80%;
}

.proShow_tit h2 {
    padding-left: 12px;
    border-left: 3px solid var(--primary-dark);
    color: #444;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}

.proShow_tit p {
    font-size: 18px;
    color: #444;
    line-height: 1.5;
}

.product_show_main_button.indexBtn {
    margin-top: 50px;
}

.product_show_main_button.indexBtn a {
    padding: 16px 44px;
    font-size: 26px;
}


.hot_product {
    margin-top: 80px;
}

.proShow_pbox {
    position: relative;
}

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

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

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

.proShow_pbox .ipro_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    max-height: 130px;
    transform: translateY(0px);
}


.productshow_otherSwiper {
    padding-bottom: 70px;
}

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

    width: 26px;
    border-radius: 10px;
}



/* page_search */
.search_result {
    padding: 30px 0 60px 0;
    border-bottom: 1px solid #444;
}

.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-dark);
    border: 1px solid var(--primary-dark);
    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-dark);
    width: 15%;
}

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

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

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

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

.search_result_list {
    margin-top: 40px;
}

.resultcard {
    width: 100%;
    display: block;
    background: var(--third-color);
    border: 1px solid var(--third-color);
    padding: 15px 30px;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
    font-size: 24px;
    line-height: 32px;
    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;
    line-height: 26px;
    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-dark);
}

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

.search_result .pagelist {
    padding-bottom: 10px;
}


.page_aboutus {
    padding: 80px 0;
    border-bottom: 1px solid #555;
}

.aboutTitle {
    margin-bottom: 70px;
}

.aboutTitle h1 {
    font-size: 42px;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    text-align: left;
    position: relative;
    width: 80%;
}

.aboutLeft {
    position: sticky;
    top: 140px;
}

.aboutLeft h2 {
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 14px;
    position: relative;
}

.aboutLeft h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/navbg1.png);
    width: 100%;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutLeft ul {
    padding: 10px 0 0;
}

.aboutLeft li:not(:last-child) {
    margin-bottom: 10px;
}

.aboutLeft a {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    display: inline-block;
    padding-left: 15px;
    border-left: 3px solid transparent;
    transition: all ease 0.3s;
}

.aboutLeft a.active,
.aboutLeft a:hover {
    border-left: 3px solid var(--primary-dark);
}

.aboutus_boxmain {
    transition: all ease 0.3s;
}

.aboutus_boxmain:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(28, 48, 75, 0.08);
}

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

.aboutus_box {
    background: var(--third-color);
    padding: 40px 30px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.aboutus_box h3 {
    padding-left: 15px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    border-left: 4px solid var(--primary-dark);
    margin-bottom: 15px;
}

.aboutus_box p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}

.aboutus_box p span {
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}



.contactP1 {
    padding-top: 80px;
}

.contactP1_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 55px;
}

.contactP1_top h1,
.contactP1_top h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}

.contactP1_line {
    width: 100px;
    height: 4px;
    background: #333;
}

.contactP1_box {
    text-align: center;
    padding: 50px 50px;
    position: relative;
    border: 1px var(--primary-dark) solid;
    height: 100%;
    transition: all ease 0.3s;
    /* cursor: pointer; */
}

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

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

.contactP1_box p,
.contactP1_box a {
    font-size: 20px;
}

.contactP1_img {
    border: 1px var(--primary-dark) solid;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
}

.contactP1_img i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--primary-dark);
    font-size: 48px;
    transition: all 0.35s ease;
}


.contactP1_big {
    padding: 50px 30px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-dark);
    margin-top: 60px;
}

.contactP1_bigLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 2%;
}

.contactP1_bigLogo img {
    min-width: 180px;
}

.contactP1_bigMain {
    padding-left: 50px;
    border-left: 1px var(--primary-dark) solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactP1_bigMain h2 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #333;
}

.contactP1_bigMain p {
    font-size: 18px;
    color: #555;
}

.indexContact.contactForm {
    margin-bottom: 100px;
}

.contactForm .iContact_main {
    padding: 0;
    border: none;
}

#map {
    width: 100%;
    height: 400px;
}


.pagePolicy {
    padding: 80px 0;
    border-bottom: 1px solid #444;
}

.pagePolicy h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-left: 3px solid var(--primary-dark);
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 40px;
}

.policy_main h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.policy_main p {
    margin-bottom: 30px;
}

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


/* download */
.download {
    padding: 80px 0;
    border-bottom: 1px solid #444;
}

.downloadflex {
    display: flex;
    flex-wrap: wrap;
}

.download_li {
    margin-bottom: 30px;
}

.download_box {
    height: 100%;
    border: 1px solid var(--second-color);
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
}

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

.download_img img {
    width: 60%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    display: block;
}

.download_con {
    border-top: 1px solid var(--second-color);
    padding-top: 15px;
    margin-top: 15px;
}

.download_con h2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.download_cover {
    z-index: 9;
    width: 100%;
    height: 0%;
    background-color: rgba(121, 95, 65, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.download_cover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 50px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.download_li:hover .download_cover {
    height: 100%;
}

.download_li:hover .download_cover i {
    transform: translate(-50%, -50%);
}


.pageAssess {
    padding: 80px 0 30px;
}

.assessLeft {
    padding: 60px 80px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: rgba(251, 243, 229, 0.9);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.assessRight {
    padding-left: 6%;
    height: 100%;
}

.assessRmain {
    padding: 60px 40px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: rgba(251, 243, 229, 0.9);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.assessLTop {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

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

.assessLTop_icon i {
    font-size: 45px;
    line-height: 1;
    color: var(--primary-dark);
}

.assessLTop_des h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.assessLTop_des p {
    font-size: 16px;
    color: #666;
}

.pageAssess #assess-form>p,
.pageAssess #assess-form #submitAssess {
    display: block;
    width: 100%;
}

.assessForm_tip {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #777;
    font-size: 16px;
}

.assessRTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.assessRTop_icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #795f412e;
}

.assessRTop_icon i {
    font-size: 52px;
    color: var(--primary-dark);
}

.assessRTop h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.assessRBot {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.assessRB_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.assessRB_icon i {
    font-size: 30px;
    color: var(--primary-dark);
}

.assessRB_des {
    flex: 0 0 calc(100% - 65px);
}

.assessRB_des h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

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

.proList_concl{
    padding: 60px 6%;
}

.proList_concl h2{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 25px;
}


.proList_concl p{
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}


.proList_concl,.assess_adva {
    margin-top: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.assAdva_box {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    gap: 15px;
    height: 100%;
}

.assAdva_box i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--primary-dark);
    flex: 0 0 90px;
    transition: all ease 0.3s;
}

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


.assAdva_des h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-bottom: 5px;
}

.assAdva_des p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

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




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

    .newsList {
        padding: 50px 0 0;
    }

    .pageTitle {
        gap: 10px;
        margin-bottom: 30px;
    }

    .pageTitle h1 {
        font-size: 28px;
    }

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

    .newsList_tab {
        margin-bottom: 30px;
        flex-wrap: wrap;
        /* flex-direction: column; */
        gap: 6px;
    }

    .newsList_main .row {
        gap: 0;
    }

    .newsList_main .row>div {
        width: 100%;
        margin-bottom: 30px;
    }

    .newsList_main .row>div:last-child {
        margin-bottom: 0;
    }

    .newsList_tab h2 {
        padding: 6px 18px;
        font-size: 14px;
    }

    .newsList_box {
        padding: 30px;
    }

    .newsList_top {
        gap: 12px;
    }

    .newsList_top h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .newsList_bot .indexBtn a {
        padding: 8px 26px;
        font-size: 18px;
    }

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


    .news_show {
        padding: 40px 0 0;
    }

    .newsshow_title {
        width: 100%;
        padding-bottom: 20px;
    }

    .newsshow_title h1 {
        width: 100%;
        font-size: 26px;
        line-height: 1.3;
    }

    .newsshow_title .newsList_tDTime i,
    .newsshow_title .newsList_tDTime span,
    .newsshow_top p {
        font-size: 14px;
        line-height: 1;
    }

    .newsshow_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .newsshow_dot {
        display: none;
    }

    .newsshow_main {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .newsshow_left h2 {
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0;
    }

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

    .newsshow_right {
        display: none;
    }


    .proList {
        padding: 40px 0 0;
    }

    .proList_des {
        padding: 20px 12px;
    }

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

    .proList .row>div:last-child {
        margin-bottom: 0;
    }



    .product_show {
        padding: 40px 0 0;
    }

    .product_show_main_right {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 30px;
    }

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

    .proShow_tit {
        gap: 8px;
        margin-bottom: 20px;
        width: 100%;
    }

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

    .product_show_main_button.indexBtn {
        margin-top: 30px;
    }

    .product_show_main_button.indexBtn a {
        padding: 12px 32px;
        font-size: 18px;
    }

    .hot_product {
        margin-top: 50px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }



    /* search_result */
    .search_result {
        padding-bottom: 30px;
    }

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

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

    .search_result_list {
        margin-top: 30px;
    }

    .resultcard {
        padding: 12px 25px;
    }


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

    .aboutTitle h1 {
        width: 100%;
        font-size: 26px;
        line-height: 1.3;
    }

    .aboutTitle {
        margin-bottom: 30px;
    }

    .aboutLeft {
        display: none;
    }

    .aboutus_box {
        padding: 30px 25px;
    }

    .aboutus_box h3 {
        line-height: 1.3;
    }



    .contactP1 {
        padding-top: 40px;
    }

    .contactP1_top h1,
    .contactP1_top h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .contactP1_top {
        margin-bottom: 30px;
    }

    .contactP1_row>div:not(:last-child) {
        margin-bottom: 25px;
    }

    .indexContact.contactForm {
        margin-bottom: 50px;
    }

    .contactP1_box {
        padding: 30px 15px;
    }

    .contactP1_big {
        padding: 40px 30px;
        margin-top: 10px;
    }

    .contactP1_bigMain {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        border-left: none;
        border-top: 1px var(--primary-dark) solid;
        padding-top: 25px;
        margin-top: 20px;
    }

    .contactP1_bigLogo {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .contactP1_bigLogo img {
        min-width: 130px;
    }

    .contactP1_img i {
        width: 40px;
        height: 40px;
        font-size: 38px;
    }

    .contactP1_img {
        margin-bottom: 18px;
    }

    #map {
        height: 230px;
    }


    .pagePolicy {
        padding: 45px 0;
    }

    .pagePolicy h1 {
        margin-bottom: 25px;
    }

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


    .download {
        padding: 40px 0;
    }

    .download .pagelist {
        margin-top: 0px;
    }


    .pageAssess {
        padding: 40px 0 0px;
    }

    .assessLeft {
        padding: 40px 10%;
    }

    .assessLTop {
        align-items: flex-start;
        flex-direction: column;
        /* flex-wrap: wrap; */
    }

    .assessLTop_icon {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .assessLTop_icon i {
        font-size: 34px;
    }

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

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

    .pageAssess #assess-form {
        gap: 12px;
    }

    .assessForm_tip {
        width: 100%;
        font-size: 12px;
    }

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

    .assessRmain {
        padding: 40px 10%;
    }

    .assessRTop_icon {
        width: 75px;
        height: 75px;
    }

    .assessRTop_icon i {
        font-size: 44px;
    }

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

    .assessRTop {
        margin-bottom: 25px;
    }

.proList_concl{
    padding: 30px 20px;
}

.proList_concl h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

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

    .proList_concl,.assess_adva {
        margin-top: 40px;
    }

    .assAdva_box {
        padding: 30px 20px;
        gap: 5px;
        flex-direction: column;
        text-align: center;
    }

    .assAdva_box i {
        font-size: 50px;
        flex: auto;
    }
}

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




    .newsList {
        padding: 50px 0 0;
    }

    .pageTitle {
        gap: 10px;
        width: 90%;
        margin: 0 auto 30px;
    }

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

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

    .newsList_tab {
        margin-bottom: 30px;
        flex-wrap: wrap;
        /* flex-direction: column; */
        gap: 6px;
    }

    .newsList_main .row {
        gap: 0;
    }

    .newsList_main .row>div {
        width: 100%;
        margin-bottom: 30px;
    }

    .newsList_main .row>div:last-child {
        margin-bottom: 0;
    }

    .newsList_tab h2 {
        padding: 6px 18px;
        font-size: 14px;
    }

    .newsList_box {
        padding: 30px;
    }

    .newsList_top {
        gap: 12px;
    }

    .newsList_top h3 {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .newsList_bot .indexBtn a {
        padding: 8px 26px;
        font-size: 18px;
    }

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


    .news_show {
        padding: 50px 0 0;
    }

    .newsshow_title {
        width: 100%;
        padding-bottom: 30px;
    }

    .newsshow_title h1 {
        width: 100%;
        font-size: 28px;
        line-height: 1.3;
    }

    .newsshow_title .newsList_tDTime i,
    .newsshow_title .newsList_tDTime span,
    .newsshow_top p {
        font-size: 15px;
    }

    .newsshow_main {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .newsshow_left h2 {
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0;
    }

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

    .newsshow_right {
        display: none;
    }


    .proList {
        padding: 50px 0 0;
    }

    .pageTitle span {
        font-size: 18px;
    }

    .proList_des {
        padding: 20px 12px;
    }

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

    .proList .row>div:last-child {
        margin-bottom: 0;
    }



    .product_show {
        padding: 50px 0 0;
    }

    .product_show_main_right {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 30px;
    }

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

    .proShow_tit {
        gap: 8px;
        margin-bottom: 20px;
        width: 100%;
    }

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

    .product_show_main_button.indexBtn {
        margin-top: 30px;
    }

    .product_show_main_button.indexBtn a {
        padding: 12px 32px;
        font-size: 20px;
    }

    .hot_product {
        margin-top: 50px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }

    .proShow_pbox .ipro_txt h3 {
        font-size: 24px;
    }

    .proShow_pbox .ipro_txt p {
        font-size: 16px;
    }


    /* search_result */
    .search_result {
        padding-bottom: 35px;
    }

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

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

    .search_result_list {
        margin-top: 30px;
    }


    .page_aboutus {
        padding: 50px 0 50px;
    }

    .aboutTitle h1 {
        width: 100%;
        font-size: 28px;
        line-height: 1.3;
    }

    .aboutTitle {
        margin-bottom: 35px;
    }

    .aboutLeft {
        top: 110px;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 110px;
    }

    .aboutus_box {
        padding: 30px 25px;
    }

    .aboutus_box h3 {
        line-height: 1.3;
    }

    .contactP1 {
        padding-top: 40px;
    }

    .contactP1_top h1,
    .contactP1_top h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .contactP1_top {
        margin-bottom: 30px;
    }

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

    .contactP1_box {
        padding: 30px 20px;
    }

    .contactP1_big {
        padding: 40px 30px;
        margin-top: 0;
    }

    .contactP1_bigMain {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        border-left: none;
        border-top: 1px var(--primary-dark) solid;
        padding-top: 25px;
        margin-top: 20px;
    }

    .contactP1_bigLogo {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .contactP1_bigLogo img {
        min-width: 130px;
    }

    .contactP1_img i {
        width: 40px;
        height: 40px;
        font-size: 38px;
    }

    .contactP1_img {
        margin-bottom: 18px;
    }

    #map {
        height: 300px;
    }

    .indexContact.contactForm {
        margin-bottom: 50px;
    }


    .pagePolicy {
        padding: 50px 0;
    }

    .pagePolicy h1 {
        margin-bottom: 25px;
    }

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



    .download {
        padding: 50px 0;
    }

    .download .pagelist {
        margin-top: 0px;
    }


    .pageAssess {
        padding: 50px 0 0px;
    }

    .assessLeft {
        padding: 50px 40px;
    }

    .assessLTop{
        margin-bottom: 30px;
    }

    .assessLTop_icon {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .assessLTop_icon i {
        font-size: 34px;
    }

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

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

    .pageAssess #assess-form {
        gap: 12px;
    }

    .assessForm_tip {
        width: 100%;
        margin-top: 20px;
        font-size: 13px;
    }

    .assessRight {
        padding-left: 0;
        padding-top: 40px;
    }

    .assessRmain {
        padding: 50px 40px;
    }

    .assessRTop {
        margin-bottom: 35px;
    }
.proList_concl{
    padding: 40px 30px;
}

.proList_concl h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

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

    .proList_concl,.assess_adva {
        margin-top: 40px;
    }

    .assAdva_box {
        padding: 30px 20px;
        gap: 5px;
        flex-direction: column;
        text-align: center;
    }

    .assAdva_box i {
        font-size: 46px;
        flex: 0 0 50px;
    }
}

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




    .newsList {
        padding: 60px 0 0;
    }

    .pageTitle {
        gap: 10px;
        width: 90%;
        margin: 0 auto 40px;
    }

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

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

    .newsList_tab {
        margin-bottom: 40px;
        flex-wrap: wrap;
        /* flex-direction: column; */
        gap: 6px;
    }

    .newsList_tab h2 {
        padding: 6px 18px;
        font-size: 14px;
    }

    .newsList_box {
        padding: 30px;
    }

    .newsList_top {
        gap: 15px;
    }

    .newsList_top h3 {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .newsList_bot .indexBtn a {
        padding: 8px 26px;
        font-size: 18px;
    }



    .news_show {
        padding: 50px 0 0;
    }

    .newsshow_title {
        width: 100%;
        padding-bottom: 30px;
    }

    .newsshow_title h1 {
        width: 80%;
        font-size: 28px;
        line-height: 1.3;
    }

    .newsshow_title .newsList_tDTime i,
    .newsshow_title .newsList_tDTime span,
    .newsshow_top p {
        font-size: 15px;
    }

    .newsshow_main {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .newsshow_left h2 {
        font-size: 22px;
        font-weight: bold;
        padding: 10px 0;
    }

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

    .newsshow_right {
        display: none;
    }


    .proList {
        padding: 50px 0 0;
    }

    .pageTitle span {
        font-size: 18px;
    }

    .proList_des {
        padding: 20px 12px;
    }

    .proList_des h2 {
        font-size: 16px;
    }



    .product_show {
        padding: 50px 0 0;
    }

    .product_show_main_right {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

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

    .proShow_tit {
        gap: 10px;
        margin-bottom: 25px;
        width: 90%;
    }

    .product_show_main_button.indexBtn {
        margin-top: 30px;
    }

    .product_show_main_button.indexBtn a {
        padding: 12px 32px;
        font-size: 24px;
    }

    .hot_product {
        margin-top: 50px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }

    .proShow_pbox .ipro_txt h3 {
        font-size: 24px;
    }

    .proShow_pbox .ipro_txt p {
        font-size: 16px;
    }



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

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


    .page_aboutus {
        padding: 55px 0;
    }

    .aboutTitle h1 {
        width: 90%;
        font-size: 28px;
        line-height: 1.3;
    }

    .aboutTitle {
        margin-bottom: 35px;
    }

    .aboutLeft {
        top: 110px;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 110px;
    }

    .aboutLeft a {
        font-size: 16px;
    }

    .aboutus_box h3 {
        line-height: 1.3;
    }

    .contactP1 {
        padding-top: 45px;
    }

    .contactP1_top {
        margin-bottom: 40px;
    }

    .contactP1_row>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .contactP1_box {
        padding: 40px 10px;
    }

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

    .indexContact.contactForm {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .contactP1_big {
        padding: 40px 30px;
        margin-top: 10px;
    }

    .contactP1_bigLogo a {
        margin-left: 0;
    }

    .contactP1_bigLogo img {
        min-width: 120px;
    }

    .contactP1_img i {
        width: 40px;
        height: 40px;
        font-size: 38px;
    }

    .contactP1_img {
        margin-bottom: 18px;
    }

    #map {
        height: 350px;
    }

    .contactP1_top h1,
    .contactP1_top h2 {
        font-size: 36px;
    }


    .pagePolicy {
        padding: 55px 0;
    }

    .pagePolicy h1 {
        margin-bottom: 25px;
    }

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



    .download {
        padding: 50px 0;
    }

    .download .pagelist {
        margin-top: 0px;
    }


    .pageAssess {
        padding: 50px 0 0px;
    }

    .assessLeft {
        padding: 50px 40px;
    }

    .assessLTop{
        margin-bottom: 30px;
    }

    .assessLTop_icon {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .assessLTop_icon i {
        font-size: 34px;
    }

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

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

    .pageAssess #assess-form {
        gap: 12px;
    }

    .assessForm_tip {
        width: 100%;
        margin-top: 20px;
        font-size: 13px;
    }

    .assessRight {
        padding-left: 0;
        padding-top: 40px;
    }

    .assessRmain {
        padding: 50px 40px;
        flex-direction: row;
    }

    .assessRTop {
        flex: 0 0 40%;
        margin-bottom: 15px;
        padding-right: 5%;
    }

    .assessRBot{
        flex: 0 0 60%;

    }

.proList_concl{
    padding: 50px 6%;
}

.proList_concl h2 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.proList_concl p {
    font-size: 16px;
}
    .proList_concl,.assess_adva {
        margin-top: 40px;
    }

    .assAdva_box {
        padding: 30px;
    }

    .assAdva_box i {
        font-size: 40px;
        flex: 0 0 50px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

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

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

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




    .newsList {
        padding: 60px 0 0;
    }

    .pageTitle {
        gap: 12px;
        margin-bottom: 40px;
    }

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


    .newsList_tab {
        margin-bottom: 40px;
        flex-wrap: wrap;
        /* flex-direction: column; */
        gap: 8px;
    }

    .newsList_tab h2 {
        padding: 6px 18px;
        font-size: 14px;
    }

    .newsList_box {
        padding: 30px;
    }

    .newsList_top {
        gap: 15px;
    }

    .newsList_top h3 {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .newsList_bot .indexBtn a {
        padding: 8px 26px;
        font-size: 18px;
    }



    .news_show {
        padding: 60px 0 0;
    }

    .newsshow_title {
        width: 100%;
        padding-bottom: 30px;
    }

    .newsshow_title h1 {
        width: 70%;
        font-size: 30px;
    }


    .newsshow_main {
        padding-top: 30px;
        padding-bottom: 50px;
    }

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

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

    .newsshow_right {
        display: none;
    }


    .proList {
        padding: 50px 0 0;
    }

    .proList_des {
        padding: 20px 20px;
    }

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



    .product_show {
        padding: 50px 0 0;
    }

    .product_show_main_right {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-top: 0;
    }

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

    .proShow_tit {
        gap: 8px;
        margin-bottom: 25px;
        width: 100%;
    }

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

    .product_show_main_describe .public_ad_header_social_media a {
        width: 40px;
        height: 40px;
    }

    .product_show_main_button.indexBtn {
        margin-top: 25px;
    }

    .product_show_main_button.indexBtn a {
        padding: 12px 32px;
        font-size: 20px;
    }

    .hot_product {
        margin-top: 50px;
    }

    .productshow_otherSwiper {
        padding-bottom: 40px;
    }

    .proShow_pbox .ipro_txt h3 {
        font-size: 24px;
    }

    .proShow_pbox .ipro_txt p {
        font-size: 16px;
    }



    /* search_result */
    .search_result {
        padding-bottom: 45px;
    }

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



    .page_aboutus {
        padding: 55px 0;
    }

    .aboutTitle h1 {
        width: 100%;
        font-size: 28px;
        line-height: 1.3;
    }

    .aboutTitle {
        margin-bottom: 35px;
    }

    .aboutLeft {
        top: 110px;
    }

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 110px;
    }

    .aboutus_box h3 {
        line-height: 1.3;
    }


    .contactP1 {
        padding-top: 50px;
    }

    .contactP1_top {
        margin-bottom: 40px;
    }

    .contactP1_box {
        padding: 40px 30px;
    }

    .contactP1_bigLogo a {
        margin-left: 0;
    }

    .contactP1_top h1,
    .contactP1_top h2 {
        font-size: 38px;
    }

    .contactP1_big {
        margin-top: 40px;
    }

    .indexContact.contactForm {
        margin-bottom: 70px;
    }


    .download {
        padding: 55px 0;
    }

    .download .pagelist {
        margin-top: 0px;
    }

    
    .assessLeft{
        padding: 50px 40px;
        position: sticky;
        top: 100px;
        height: auto;
    }

    .assessRmain{
        padding: 50px 40px;
    }

    .assAdva_box{
        flex-direction: column;
        text-align: center;
    }

    .assAdva_box i {
        font-size: 50px;
        flex: 0 0 60px;
    }
.proList_concl{
    padding: 50px 6%;
}

.proList_concl h2 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 22px;
}


    .proList_concl,.assess_adva{
        margin-top: 50px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .pageTitle {
        gap: 15px;
        margin-bottom: 40px;
    }

    .pageTitle h1 {
        font-size: 40px;
    }

    .newsList_top h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }



    .news_show {
        padding: 70px 0 0;
    }

    .newsshow_title {
        width: 70%;
    }

    .newsshow_title h1 {
        font-size: 36px;
        width: 100%;
    }


    .newsshow_main {
        padding-bottom: 50px;
    }

    .newsshow_aside {
        padding-left: 15%;
    }


    .proList_des {
        padding: 26px 20px;
    }

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

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



    .product_show_main_right {
        padding-top: 0;
    }

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

    .proShow_tit {
        width: 90%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .product_show_main_button.indexBtn {
        margin-top: 35px;
    }

    .product_show_main_button.indexBtn a {
        font-size: 22px;
        padding: 13px 38px;
    }



    .download {
        padding: 60px 0;
    }

    .download .pagelist {
        margin-top: 0px;
    }

    
    .assessLeft{
        padding: 50px 40px;
        position: sticky;
        top: 120px;
        height: auto;
    }

    .assessRmain{
        padding: 50px 40px;
    }

    .assAdva_box{
        flex-direction: column;
        text-align: center;
    }

    .assAdva_box i {
        font-size: 50px;
        flex: 0 0 60px;
    }

    .proList_concl,.assess_adva{
        margin-top: 50px;
    }
}


@media (min-width:1200px) {
    .proList .row>.col-xxl-2 {
        width: 20%;
    }
}