@charset "utf-8";

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

i {
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

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

em {
    font-style: normal !important;
}

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

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

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

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

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

.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: #da1a0b;
    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: #da1a0b;
    border-color: transparent;
}


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

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

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

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

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

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

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

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

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

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

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

.hamburger:hover {
    outline: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gotop:hover,
.gotop.active:hover {
    background-color: #da1a0b;
    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: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.head_layer {
    background: transparent;
}

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

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

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

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 2px 18px;
    border-radius: 20px;
}

.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: #f1f1f1;
    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 {
    border-bottom: 1px solid #da1a0b;
    color: #fff !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
    background-color: #da1a0b; */
}

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

    border-bottom: 1px solid #da1a0b;
    color: #fff !important;
}

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

.nav_wrap .head_nav>li:hover>a {
    background-color: #da1a0b;
    padding: 2px 18px;
    color: #fff;
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 3px 0px, rgba(255, 255, 255, 0.06) 0px 1px 4px 0px;
}

.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: #da1a0b;
    color: #fff;
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 3px 0px, rgba(255, 255, 255, 0.06) 0px 1px 4px 0px;
}

.nav_wrap .head_nav>li.nav-current>a {
    background-color: #da1a0b;
    color: #fff;
    padding: 2px 18px;
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 3px 0px, rgba(255, 255, 255, 0.06) 0px 1px 4px 0px;
}

.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: rgba(0, 0, 0, 0.5);
    ;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10%) scale(0.9);
    -ms-transform: translateY(10%) scale(0.9);
    -o-transform: translateY(10%) scale(0.9);
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

.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);
    background-color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

.fixed-nav .logo-fixed img {
    /* max-width: 230px; */
    -webkit-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
    margin-bottom: 0 !important;
    float: right;
    padding: 30px 0;
}

.fixed-nav .nav_wrap .head_nav>li {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
}

.fixed-nav .nav_wrap .head_nav>li:hover {
    background-color: transparent;
    color: #fff;
}

.fixed-nav .nav_wrap .head_nav>li>a:before {
    bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav>li>a:after {
    bottom: 13px;
}

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

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

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

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


.headernav_box {
    position: relative;
}

.headernav_box button {
    background: transparent;
    padding: 2px 9px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.headernav_box button i {
    font-size: 20px;
    line-height: 30px;
    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: #da1a0b;
    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-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
}

.headernav_box form {
    height: 42px;
    position: relative;
    /* width: 100px; */
    margin: 0 auto;
    margin-left: auto;
    margin-left: 10px;
}

.headernav_box input {
    height: 100%;
    width: 0;
    padding: 0 42px 0 5px;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background: transparent;
    transition: .4s cubic-bezier(0, 0.8, 0, 1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    /* 添加过渡动画 */
    /* transition: width 0.3s ease;  */
}

.headernav_box input::placeholder {
    color: #f1f1f1;
    font-size: 16px;
}

.headernav_box button {
    background: transparent;
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.headernav_box button i {
    font-size: 20px;
    color: #fff;
}

.headernav_box input:focus {
    width: 150px;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

/* banner_content */
.bannercontent {
    position: relative;
}
.bannerCon img,
.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: #da1a0b;
  }
  
  .bannercontent_title span {
    color: #da1a0b;
    font-size: 20px;
  }
  
  .bannercontent_title p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 60%;
  }
  
  .bannercontentcover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
  } */

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

.bread_crumbs span {
    font-size: 18px;
    margin: 2px 10px 2px 10px;
}

.bread_crumbs i {
    color: #222;
    padding-right: 10px;
}

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

.bread_crumbs a:hover {
    text-decoration: underline !important;
    color: #da1a0b;
}

.bread_crumbs a:last-child::after {
    display: none;
}

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

.pagelist a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #da1a0b;
    margin: 10px 5px;
    font-size: 16px;
}

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

.pagelist a:hover {
    background-color: #da1a0b;
    color: #fff;
}

.pagelist .active {
    background-color: #da1a0b !important;
    color: #fff !important;
}

.pagelist .current {
    background-color: #da1a0b;
    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: #da1a0b;
}

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

.bannercon img {
    width: 100% !important;
}


/* aside_nav */
.accordion {
    width: 100%;
    background: transparent;
    margin: 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 10px;
}

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

.accordion li:last-child .link {
    border-bottom: 0;
    /* background-color: #eee; */
}

.accordion li i {
    font-size: 18px;
    color: #333;
    -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: #da1a0b;
    margin-bottom: 10px;
    border-bottom: none;
}

.accordion li.openaside i {
    color: #333;
}

.accordion li.openaside i {
    transform: rotate(180deg);
}

.accordion li.openaside .link_title {
    color: #da1a0b;
}

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

.submenu li {
    border-bottom: 1px solid #efefef;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 12px;
    transition: all 0.25s ease;
}

.submenu a:hover {
    color: #da1a0b;
}

.newslist {
    padding: 70px 0;
}

.aside_nav h3 {
    padding: 16px 15px;
    font-size: 26px;
    font-weight: bold;
    background-color: #da1a0be5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}


/* page_prolist */
.product_list_flex {
    padding: 90px 0;
}

.productListTop {
    padding-bottom: 10px;
}

.productListTop h4 {
    line-height: 70px;
    font-size: 42px;
    color: #da1a0b;
}

.productBox {
    padding: 20px;
    border-radius: 15px;
    transition: all ease 0.3s;
    position: relative;
}

.productList_main {
    margin-bottom: 70px;
}

.productlist_right .productList_main:nth-last-child(1) {
    margin-bottom: 10px;
}

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

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

.productBox_Des {
    padding-top: 5px;
    text-align: center;
}

.productBox_Des a {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333;
    transition: all 0.35s ease;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.productBox::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0%;
    height: 1px;
    /* background: linear-gradient(to right, #04cdfa 0, #6100ff 16.67%, #eb00ff 85.94%, #ffb4bb 100%); */

    background: #da1a0b;
    transition: all 0.3s ease-in;
}

.productBox:hover::after {
    width: 100%;
}

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

.productSwiper1 {
    padding-top: 80px;
    margin-top: -80px;
}

.productSwiper1 .swiper-button-next::after,
.productSwiper1 .swiper-button-prev::after {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.productSwiper1 .swiper-button-prev {
    right: 85px;
    left: auto;
    top: 5%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid #da1a0b;
}

.productSwiper1 .swiper-button-next {
    right: 1%;
    left: auto;
    top: 5%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid #da1a0b;
}


/* page_proshow */
.page_productshow {
    padding: 70px 0 60px;
}

.product_show_main_describe {
    padding-top: 20px;
}

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

.product_show_main_describe h4 {
    color: #da1a0b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.product_show_main_describe p {
    display: flex;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

.product_show_contact {
    padding: 10px 0;
}

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

.product_show_contact ul li {
    margin-bottom: 10px;
    margin-right: 50px;
}

.product_show_contact i {
    font-size: 30px;
    display: inline-block;
    color: #333;
}

.product_show_contact h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    color: #333;
}

.product_show_contact h4 span {
    color: #333;
    font-size: 14px;
}

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

.product_show_main_button a {
    padding: 10px 50px;
    border: 1px solid #da1a0b;
    display: block;
    color: #da1a0b;
    font-size: 18px;
    text-align: center;
    margin: 10px 10px 10px 0;
    transition: all ease 0.3s;
}

.product_show_main_button a:hover {
    padding: 10px 70px;
    background-color: #da1a0b;
    color: #fff;
}


.zoomImg {
    background-color: #fff;
}

.psColor_change {
    padding: 60px 0 20px;
}

.psColor_change .indextitle {
    margin-bottom: 10px;
}

.ps_colorleft {
    position: relative;
}

.ps_colorleftSvg {
    position: relative;
    z-index: 9;
}

#product-svg {
    position: relative;
    z-index: 2;
    mix-blend-mode: multiply;
}

#product-shape {
    fill: red;
}

#background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.ps_colorright {
    padding: 60px 20px 0;
}

.color-name {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

.color-name span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}

/* 颜色选择容器 */
.color-picker {
    display: flex;
    flex-wrap: wrap;
        padding-left: 2px;
    padding-top: 2px;
    overflow-y: auto;
    max-height: 450px;
}

/* 单个颜色按钮 */
.color-option {
    width: 76px;
    height: 76px;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-right: 15px;
    margin-bottom: 15px;
}

/* 选中状态 */
.color-option.active {
    border-color: #000;
    transform: scale(1.05);
}




.productshow_tabmain .productshow_tab_main:nth-child(n + 2) {
    display: none;
}

.productshow_tab {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.productshow_tab h4:first-child {
    border-right: 1px solid #fff;
}

.productshow_tab h4 {
    cursor: pointer;
    width: 49%;

    overflow: hidden;
    font-size: 20px;
    color: #333;
    background-color: #f2f2f2;
    padding: 10px 0;
    text-align: center;
    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;
}

.productshow_tab_main h3 {
    font-size: 22px;
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.productshow_tab_main h2 {
    /* font-size: 18px;
    color: #000; */
    margin: 30px 0 20px;
    font-size: 36px;
    color: #da1a0b;
    padding-left: 15px;
    border-left: 4px solid #da1a0b;
    font-weight: bold;

}

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

.productshow_tab_main h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.productshow_tab_main .row {
    margin-bottom: 20px;
}

.productshow_tab_main img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 10px auto;
    text-align: center;
    display: block;
}

.productshow_tab h4:hover {
    background-color: #da1a0b;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.productshow_tab .productshow_tab_active {
    background-color: #da1a0b;
    color: #fff;
}

.productshow_tab_tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.productshow_tab_tags a:hover {
    color: #da1a0b;
    text-decoration: underline !important;
    border: 1px solid #da1a0b;
}

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

.product_inquiry_form h2 {
    font-size: 36px;
    color: #333;
    ;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.product_show_main .indexcon_table input::placeholder,
.product_show_main .indexcon_table textarea::placeholder {
    color: #333 !important;
}

.product_show_main .indexcon_table input,
.product_show_main .indexcon_table textarea {
    border: 2px solid #f1f1f1;
    color: #333;
    background: #fff;
}

.hot_product {
    margin-top: 50px;
}

.hot_product_title {
    margin-bottom: 30px;
}

.hot_product_title h3 {
    font-size: 36px;
    color: #da1a0b;
    padding-left: 15px;
    border-left: 4px solid #da1a0b;
    font-weight: bold;
}

.indexproduct_contentaa h3 {
    font-size: 24px;
    text-align: center;
    padding: 15px 0 10px;
}

.productshow_hotSwiper {
    padding-bottom: 40px;
}

.productshow_hotSwiper .swiper-pagination-bullet-active {
    background: #666;
}

.indexproduct_boxaa {
    position: relative;
    top: 0;
    height: auto !important;
    overflow: hidden;
    transition: all ease 0.3s;
}

.indexproduct_boxaa:hover {
    box-shadow: #e5e5e5 0px 10px 50px;
}

.indexproduct_boxaa img {
    transition: all ease 0.3s;
}

.indexproduct_boxaa:hover img {
    transform: scale(1.07);
}

.product_show_main .indexcon_table {
    position: relative;
}

.product_show_main .indexcon_table input::placeholder {
    color: #999 !important;
    position: relative;
    z-index: 999;
    font-size: 16px;
}

.product_show_main .indexcon_table input {
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border: none;
    margin-bottom: 30px;
    color: #333;
}

.product_show_main .indexcon_table textarea::placeholder {
    color: #999 !important;
}

.product_show_main .indexcon_table textarea {
    width: 100%;
    padding: 10px 10px 40px;
    background: #fff;
    border: none;
    min-height: 148px;
    font-size: 16px;
    color: #333;
    resize: none;
}

.product_show_main .indexcon_table button {
    width: 100px;
    background-color: #da1a0b;
    border: 1px solid #da1a0b;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.product_show_main .indexcon_table button:hover {
    background-color: transparent;
    border: 1px solid #da1a0b;
    color: #da1a0b;
}

.product_show_main .indexcon_table div:last-child {
    text-align: right;
}

.product_show_main .indexcon_btn {
    position: absolute;
    bottom: 12px;
    right: 24px;
}


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

.page_newslist .indextitle {
    margin-bottom: 40px;
}

.page_newslist .indexNews_main {
    width: 95%;
    margin-bottom: 45px;
}


/* page_newsshow */
.page_newsshow {
    padding: 60px 0;
}

.cont_newsinfo_left {
    width: 95%;
}

.page_newsshow .pageTitle h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
    text-align: center;
}

.cont_newsinfo_left .cont_newsinfo {
    padding: 50px 0;
}

.cont_newsinfo_show {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

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

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

}

.cont_newsinfo_shows_tit {
    flex: 0 60%;
    padding-left: 10px;
}

.cont_newsinfo_shows_tit h2 {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont_newsinfo_shows_tit h2 a {
    color: #666;
}

.cont_newsinfo_tit {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.cont_newsinfo_shows_tit p {
    color: #888;
    margin-top: 10px;
    font-style: italic;
}

.cont_newsinfo_more {
    font-size: 16px;
    color: #fff;
    background: #888;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 20px;
}

.newsinfo_title {
    font-size: 30px;
    text-align: center;
    font-family: "PingFang Bold";
}

.newsinfo_time {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #eee solid;
    color: #888;
}

.newsinfo_main {
    padding: 30px 0 5px;
    color: #888;
}

.newsinfo_main p {
    font-size: 18px;
    margin-bottom: 10px;
}

.newsinfo_main img {
    width: 100%;
}


/* page_faq */
.page_faq {
    padding: 60px 0 20px;
}

.page_faq .indextitle {
    margin-bottom: 30px;
}

.page_faq .indextitle p {
    font-size: 20px;
    padding: 15px 100px 20px;
    line-height: 28px;
    text-align: center;
}

.tj_title {
    margin-bottom: 20px;
}

.tj_title h2 {
    color: #333;
    font-size: 30px;
    border-left: solid 20px #c51921;
    padding-left: 20px;
}

.q1 {
    margin-bottom: 55px;
}

.faqAccordion {
    /* background-color: #222; */
}

.faqAccordion li button {
    background: transparent;
    position: relative;
    padding: 20px 20px 20px 10px;
    color: #333;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 100%;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    line-height: inherit;
    font-weight: normal;
    font-style: normal;
    box-shadow: none;
    border-radius: 0px;
    font-size: 20px;
    transition: all 0.3s;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.faqAccordion li button i {
    color: #c51921;
    font-size: 22px;
    position: absolute;
    top: 21px;
    right: 30px;
    transition: all ease 0.3s;
}

.faqAccordion li button:hover {
    background-color: #c51921;
    color: #fff;
}

.faqAccordion li button:hover i {
    color: #fff;
    transform: rotate(90deg);
}

.faqAccordion li button:focus {
    background-color: #c51921;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faqAccordion li button:focus i {
    color: #fff;
    transform: rotate(90deg);
}

.faqAccordion li p {
    display: none;
}

.faqAccordion li p {
    color: #333333;
    padding: 20px 10px 20px 10px;
    background: #e3e3e3;
    font-size: 16px;
    transition: all ease 0.3s;
}



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

.content_contact_wrap {
    position: relative;
    padding-bottom: 10px;
}

.contact_box {
    text-align: center;
    /* margin-top: 50px; */
    background: #fff;
    border: 1px #ddd solid;
    padding: 50px 50px;
    position: relative;
    height: 100%;
    transition: all ease 0.3s;
    cursor: pointer;
}

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

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

.contact_box p {
    font-size: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.contact_box_img {
    border: 1px #da1a0b solid;
    border-radius: 50px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
}

.contact_box_img i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #da1a0b;
    font-size: 48px;
    transition: all 0.35s ease;
}


.contact_big {
    padding: 50px 30px;
    background-color: #eee;
    margin-top: 40px;
    margin-bottom: 50px;
}

.con-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.con-logo a {
    margin-left: 20px;
}

.con-logo img {
    min-width: 200px;
}

.con-main {
    padding-left: 50px;
    border-left: 1px #ddd solid;
}

.con-main h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
}

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

.page_contacts .product_inquiry_form {
    padding: 0;
    background-color: transparent;
}

.page_contacts .indexcon_table input {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 20px;
    border: 2px solid #eee;
}

.page_contacts .indexcon_table textarea {
    width: 100%;
    padding: 14px 20px;
    height: 124px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    resize: none;
}

.page_contacts .indexcon_table button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da1a0b;
    color: #fff;
    border: none;
    transition: all ease 0.3s;
    padding: 12px 0;
}


.indexcon_table button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


.page_contacts .indexcon_table button span {
    font-size: 20px;
}

.page_contacts .indexcon_table button i {
    margin-left: 10px;
    font-size: 18px;
}

.footer_map {
    padding-top: 40px;
}

#indexmap {
    height: 400px;
}


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

.pageAboutus_top {
    border: 1px solid #dae1e6;
    border-radius: 5px;
    padding: 40px 20px;
    margin-bottom: 80px;
}

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

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

.pageAb_topRight h2 {
    font-size: 30px;
    line-height: 60px;
    color: #111;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 25px;
}

.pageAb_topRight p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.pageAboutus_mid {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 80px;
    padding: 30px 0;
}

.indexAdvantages_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.indexAdvantages_left {
    position: absolute;
    top: 25px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.indexAdvantages_left i {
    font-size: 50px;
    color: #da1a0b;
    transition: all ease 0.5s;
}

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

.indexAdvantages_right {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-top: 100px;
}

.indexAdvantages_right h4 {
    font-size: 24px;
    color: #666;
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    /* word-wrap: break-word;
    word-break: break-all; */
}

.pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tl {
    order: 2;
}

.pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr {
    order: 1;
}

.pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr .pageAb_topRight {
    padding-left: 0;
    padding-right: 30px;
}

.pageAboutus_mids .pageAboutus_top:nth-child(2n) .pageAb_tl {
    order: 1;
}

.pageAboutus_mids .pageAboutus_top:nth-child(2n) .pageAb_tr {
    order: 2;
}

.pageAboutus_bot {
    background-image: url(../images/abbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 30px;
    position: relative;
}

.pageAboutus_bot::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(10, 0, 0, 0.5);
}

.pageAboutus_bot .pageAb_topRight {
    padding-left: 0;
    position: relative;
    z-index: 9;
}

.pageAboutus_bot .pageAb_topRight h2 {
    border-bottom-color: #eee;
    color: #fff;
}

.pageAboutus_bot .pageAb_topRight p {
    color: #fff;
}


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

.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: #da1a0b;
    border: 1px solid #da1a0b;
    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 #da1a0b;
    width: 15%;
}

.search_result_box button:hover i {
    color: #da1a0b;
}

.result_attention {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid #333;
    flex-wrap: wrap;
}

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

.result_attention span {
    font-size: 26px;
    color: #da1a0b;
    font-weight: bold;
    display: block;
    margin: 0 5px;
}

.search_result_list {
    margin-top: 40px;
}

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

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

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

.resultcard:hover h3 {
    color: #da1a0b;
}

.resultcard:hover {
    border: 1px solid #da1a0b;
}

@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: #da1a0b;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .bannerCon {
        margin-top: 76px;
    }


    /* page_productlist */
    .product_list_flex {
        padding: 40px 0;
    }

    .productListTop {
        padding-bottom: 10px;
    }

    .productListTop h4 {
        line-height: 52px;
        font-size: 32px;
    }

    .productBox_Des {
        padding: 10px 0 15px;
    }

    .productBox_Des a {
        font-size: 24px;
        line-height: 34px;
    }

    .productSwiper1 {
        padding-top: 62px;
        margin-top: -62px;
    }

    .productSwiper1 .swiper-button-next {
        right: 0;
        left: auto;
        top: 5%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #da1a0b;
    }

    .productSwiper1 .swiper-button-prev {
        right: 55px;
        left: auto;
        top: 5%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #da1a0b;
    }

    .page_prolist .productBox {
        padding: 0;
        margin-bottom: 20px;
    }

    .productSwiper1 .swiper-button-next::after,
    .productSwiper1 .swiper-button-prev::after {
        font-size: 30px;
    }

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

    .productList_main {
        margin: 10px 0;
    }

    .product_show_main_describe h1 {
        word-wrap: break-word;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .product_show_main_describe p {
        display: flex;
        flex-direction: column;
    }

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

    .product_show_main_describe h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .product_show_main_button a {
        padding: 8px 30px;
        font-size: 16px;
    }

    .productshow_tab {
        margin: 15px 0;
    }

    .productshow_tab_main h2,
    .hot_product_title h3 {
        margin: 30px 0 14px;
        font-size: 26px;
    }

    .productshow_tab_main p {
        margin-bottom: 15px;
    }

    .productshow_tab_main img {
        padding-bottom: 10px;
    }

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

    .product_inquiry_form {
        padding: 25px 15px;
    }

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

    .hot_product {
        margin-top: 30px;
    }

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

    .product_show_main .indexcon_table {
        padding-left: 0;
    }




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

    .page_newslist .indextitle {
        margin-bottom: 20px;
    }

    .page_newslist .indexNews_main {
        margin-bottom: 0;
    }


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

    .page_newsshow .pageTitle h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 38px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .newsshowImg {
        padding: 20px 0;
    }

    .cont_newsinfo_right {
        display: none;
    }

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

    /* page_faq */
    .page_faq {
        padding: 30px 0 10px;
    }

    .page_faq .indextitle p {
        font-size: 18px;
        padding: 15px 0 20px;
        line-height: 26px;
    }

    .page_faq .indextitle {
        margin-bottom: 10px;
    }

    .tj_title h2 {
        color: #333;
        font-size: 26px;
        border-left: solid 15px #c51921;
        padding-left: 14px;
    }

    .faqAccordion li button {
        position: relative;
        padding: 15px 20px 15px 10px;
        font-size: 18px;
    }

    .faqAccordion li button i {
        top: 36%;
        right: 8px;
    }

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


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

    .contact_box {
        padding: 30px;
    }

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

    .contact_big {
        padding: 40px 30px;
        background-color: #eee;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .con-main {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        border-left: none;
        border-top: 1px #ddd solid;
        padding-top: 25px;
        margin-top: 20px;
    }

    .con-logo a {
        margin-left: 0;
    }

    .con-logo img {
        min-width: auto;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 220px;
    }


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

    .pageAb_tr,
    .pageAb_tl {
        padding: 0;
    }

    .pageAb_topRight {
        padding-left: 0;
    }

    .pageAb_topRight h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .pageAboutus_top {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .pageAboutus_mid {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin-bottom: 40px;
        padding: 15px 0;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tl {
        order: 1;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr {
        order: 2;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr .pageAb_topRight {
        padding-left: 0;
        padding-right: 0;
    }

    .pageAboutus_bot {
        padding: 45px 30px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #da1a0b;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

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

    .bannerCon {
        margin-top: 76px;
    }





    /* page_productlist */
    .product_list_flex {
        padding: 45px 0 20px;
    }

    .productListTop {
        padding-bottom: 10px;
    }

    .productListTop h4 {
        line-height: 52px;
        font-size: 36px;
    }

    .productBox_Des {
        padding: 10px 0 15px;
    }

    .productBox_Des a {
        font-size: 22px;
        line-height: 34px;
    }

    .productSwiper1 {
        padding-top: 62px;
        margin-top: -62px;
    }

    .productSwiper1 .swiper-button-next {
        top: 6%;
    }

    .productSwiper1 .swiper-button-prev {
        top: 6%;
    }

    .page_prolist .productBox {
        padding: 0;
        margin-bottom: 20px;
    }

    .productSwiper1 .swiper-button-next::after,
    .productSwiper1 .swiper-button-prev::after {
        font-size: 30px;
    }

    .productList_main {
        margin: 30px 0;
    }


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

    .product_show_main_describe h1 {
        word-wrap: break-word;
        font-size: 34px;
        margin-bottom: 10px;
    }

    .product_show_main_describe p {
        display: flex;
        flex-direction: column;
    }

    .product_show_main_describe h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .product_show_main_button a {
        padding: 8px 30px;
        font-size: 16px;
    }

    .productshow_tab {
        margin: 15px 0;
    }

    .productshow_tab_main h2,
    .hot_product_title h3 {
        margin: 30px 0 14px;
        font-size: 26px;
    }

    .productshow_tab_main p {
        margin-bottom: 15px;
    }

    .productshow_tab_main img {
        padding-bottom: 10px;
    }

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

    .product_inquiry_form {
        padding: 25px 15px;
    }

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

    .hot_product {
        margin-top: 30px;
    }

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

    .product_show_main .indexcon_table {
        padding-left: 0;
    }


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

    .page_newslist .indextitle {
        margin-bottom: 30px;
    }

    .page_newslist .indexNews_main {
        margin-bottom: 30px;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 35px 0;
    }

    .page_newsshow .pageTitle h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 38px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .cont_newsinfo_right {
        display: none;
    }

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


    /* page_faq */
    .page_faq {
        padding: 30px 0 20px;
    }

    .page_faq .indextitle p {
        padding: 15px 0 20px;
    }

    .page_faq .indextitle {
        margin-bottom: 10px;
    }

    .tj_title h2 {
        color: #333;
        font-size: 28px;
        border-left: solid 18px #c51921;
    }

    .faqAccordion li button {
        position: relative;
        padding: 15px 20px 15px 10px;
        font-size: 18px;
    }

    .faqAccordion li button i {
        top: 32%;
        right: 8px;
    }

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


    /* page_contacts */
    .page_contacts {
        padding: 35px 0;
    }

    .contact_box {
        padding: 30px;
    }

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

    .contact_big {
        padding: 40px 30px;
        background-color: #eee;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .con-main {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        border-left: none;
        border-top: 1px #ddd solid;
        padding-top: 25px;
        margin-top: 20px;
    }

    .con-logo a {
        margin-left: 0;
    }

    .con-logo img {
        min-width: auto;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 220px;
    }


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

    .pageAb_topRight {
        padding-left: 0;
    }

    .pageAb_topRight h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .pageAboutus_top {
        padding: 30px 20px;
        margin-bottom: 50px;
    }

    .pageAboutus_mid {
        margin-bottom: 50px;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tl {
        order: 1;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr {
        order: 2;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr .pageAb_topRight {
        padding-left: 0;
        padding-right: 0;
    }

    .pageAboutus_bot {
        padding: 55px 30px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #da1a0b;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

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

    .bannerCon {
        margin-top: 76px;
    }

    /* page_productlist */
    .product_list_flex {
        padding: 50px 0 30px;
    }

    .productListTop {
        padding-bottom: 10px;
    }

    .productListTop h4 {
        line-height: 52px;
        font-size: 40px;
    }

    .productBox_Des {
        padding: 10px 0 15px;
    }

    .productBox_Des a {
        font-size: 22px;
        line-height: 34px;
    }

    .productSwiper1 {
        padding-top: 62px;
        margin-top: -62px;
    }

    .productSwiper1 .swiper-button-next {
        top: 6%;
    }

    .productSwiper1 .swiper-button-prev {
        top: 6%;
    }

    .page_prolist .productBox {
        padding: 0;
        margin-bottom: 20px;
    }

    .productSwiper1 .swiper-button-next::after,
    .productSwiper1 .swiper-button-prev::after {
        font-size: 30px;
    }

    .productList_main {
        margin: 30px 0;
    }

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

    .product_show_main_describe p {
        display: flex;
        flex-direction: column;
    }


    .product_show_main_button {
        margin-top: 0;
    }

    .productshow_tab {
        margin: 15px 0;
    }

    .productshow_tab_main h2,
    .hot_product_title h3 {
        margin: 30px 0 16px;
        font-size: 30px;
    }

    .productshow_tab_main p {
        margin-bottom: 15px;
    }

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

    .product_inquiry_form h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .hot_product {
        margin-top: 30px;
    }

    .product_show_main .indexcon_table {
        padding-left: 0;
    }


    /* page_newslist */
    .page_newslist {
        padding: 50px 0;
    }

    .page_newslist .indextitle {
        margin-bottom: 35px;
    }

    .page_newslist .indexNews_main {
        margin-bottom: 40px;
    }


    /* page_newsshow */
    .page_newsshow {
        padding: 45px 0;
    }

    .page_newsshow .pageTitle h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 38px;
    }

    .cont_newsinfo_left {
        width: 100%;
    }

    .newsinfo_time {
        padding: 10px 0 20px;
    }

    .cont_newsinfo_right {
        display: none;
    }

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

    /* page_faq */
    .page_faq {
        padding: 40px 0 30px;
    }

    .page_faq .indextitle p {
        padding: 15px 0 20px;
    }

    .page_faq .pagelist {
        margin-top: 25px;
    }


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

    .contact_box {
        padding: 30px 10px;
    }

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

    .contact_big {
        padding: 40px 30px;
        background-color: #eee;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .page_contact .contact_box {
        background-color: #eee;
        text-align: center;
        padding: 30px 10px;
    }

    .con-logo a {
        margin-left: 0;
    }

    .con-logo img {
        min-width: auto;
    }

    .page_contacts .indexcon_table input {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 20px;
    }

    #indexmap {
        height: 280px;
    }


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

    .pageAb_topRight {
        padding-left: 0;
    }

    .pageAb_topRight h2 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .pageAboutus_top {
        margin-bottom: 60px;
    }

    .pageAboutus_mid {
        margin-bottom: 60px;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tl {
        order: 1;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr {
        order: 2;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr .pageAb_topRight {
        padding-left: 0;
        padding-right: 0;
    }

    .pageAboutus_bot {
        padding: 55px 30px;
    }
}

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

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

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

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

    .navbar-toggler {
        background-color: #da1a0b;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

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

    .bannerCon {
        margin-top: 76px;
    }


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

    .product_show_main_describe {
        padding-top: 0;
    }

    /* .product_show_main_describe p {
        display: flex;
        flex-direction: column;
      } */

    .product_show_main_describe h1 {
        word-wrap: break-word;
        font-size: 34px;
    }

    .product_show_main_describe h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product_show_main_button {
        margin-top: 0;
    }

    .productshow_tab {
        margin: 15px 0;
    }

    .productshow_tab_main h2,
    .hot_product_title h3 {
        margin: 30px 0 16px;
        font-size: 30px;
    }

    .productshow_tab_main p {
        margin-bottom: 15px;
    }

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

    .product_inquiry_form h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .hot_product {
        margin-top: 30px;
    }

    .product_show_main .indexcon_table {
        padding-left: 0;
        position: relative;
    }


    /* page_newslist */
    .page_newslist {
        padding: 55px 0;
    }

    .page_newslist .indextitle {
        margin-bottom: 40px;
    }

    .page_newslist .indexNews_main {
        margin-bottom: 45px;
    }


    /* page_faq */
    .page_faq {
        padding: 45px 0 35px;
    }

    .page_faq .indextitle p {
        padding: 15px 0 20px;
    }

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


    /* page_contacts */
    .page_contacts {
        padding: 45px 0;
    }

    .contact_box {
        padding: 30px 10px;
    }

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

    .contact_big {
        padding: 40px 30px;
        background-color: #eee;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .page_contact .contact_box {
        background-color: #eee;
        text-align: center;
        padding: 30px 10px;
    }

    .con-logo a {
        margin-left: 0;
    }

    .con-logo img {
        min-width: auto;
    }


    /* page_aboutus */
    .page_aboutus {
        padding: 60px 0;
    }

    .pageAb_topRight {
        padding-left: 0;
    }

    .pageAb_topRight h2 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 10px;
    }

    .pageAboutus_top {
        margin-bottom: 60px;
    }

    .pageAboutus_mid {
        margin-bottom: 60px;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tl {
        order: 1;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr {
        order: 2;
    }

    .pageAboutus_mids .pageAboutus_top:nth-child(2n+1) .pageAb_tr .pageAb_topRight {
        padding-left: 0;
        padding-right: 0;
    }

    .pageAboutus_bot {
        padding: 55px 30px;
    }
}


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

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

    /* .product_show_main_describe p {
        display: flex;
        flex-direction: column;
      } */

    .product_show_main_describe h1 {
        word-wrap: break-word;
        font-size: 34px;
    }

    .product_show_main_describe h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product_show_main_button a {
        padding: 8px 30px;
        font-size: 16px;
        text-align: center;
        margin: 0 10px 10px 0;
    }

    .productshow_tab {
        margin: 15px 0;
    }

    .productshow_tab_main h2,
    .hot_product_title h3 {
        margin: 30px 0 16px;
        font-size: 30px;
    }

    .productshow_tab_main p {
        margin-bottom: 15px;
    }

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

    .product_inquiry_form h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .hot_product {
        margin-top: 30px;
    }

    .product_show_main .indexcon_table {
        padding-left: 0;
    }
}

@media (max-width: 1350px) {
    .content_about_main {
        margin: 0 3%;
    }
}

@media (max-width: 400px) {
    .productListTop h4 {
        line-height: 52px;
        font-size: 32px;
        max-width: 73%;
    }
}


.rank-math-breadcrumb{
    color: #222;
    border-bottom: 1px #f0f0f0 double;
    padding: 15px 0;
}

.rank-math-breadcrumb p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    
}

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


.page_contacts .indexcon_table form .feedbackForm>p>input:first-child{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da1a0b;
    color: #fff;
    border: none;
    border-radius: 0;
    transition: all ease 0.3s;
    padding: 12px 0;
    margin-bottom: 0;
}

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

.page_proshow .feedbackForm{
    position: relative;
}

.page_proshow .feedbackForm>p {
    position: absolute;
    bottom: 12px;
    right: 24px;
}

.page_proshow .feedbackForm>p>input:first-child {
    width: 100px;
    background-color: #da1a0b;
    border: 1px solid #da1a0b;
    border-radius: 0;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    transition: all ease 0.3s;
    margin-bottom: 0;
}

.page_proshow .feedbackForm>div:nth-last-child(2) textarea {
    height: 124px;
}

.page_proshow .feedbackForm>p>input:first-child:hover {
    background-color: transparent;
    border: 1px solid #da1a0b;
    color: #da1a0b;
}
.indexcon_table form .feedbackForm>p>input:first-child:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.rank-math-breadcrumb i{
    display: block;
    font-size: 18px;
    margin-right: 10px;
}

.page_faq .tj_title:nth-last-child(1){
    display: none;
}

.page_faq .main:nth-last-child(1){
    display: none;
}