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

.public_ad_header .container,
.web_head .container {
    max-width: 1700px !important;
}


.public_ad_header {
    background: #fff;
    padding: 10px 0;
    color: #333;
    border-bottom: 1px solid #939393;
}

.public_ad_header_name p {
    font-size: 16px;
    font-weight: normal;
}

.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 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff5e14;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 15px;
}

.public_ad_header_social_media i {
    font-size: 16px;
    color: #fff;
}


.public_ad_header_con ul a {
    color: #333;
}

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

.public_ad_header_contact ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.public_ad_header_contact ul li {
    padding-right: 35px;
    display: flex;
    align-items: center;
}

/* 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: #db3750;
    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: #db3750;
    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: #db3750;
    color: #fff;
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.gotop em {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.gotop:before {
    font-family: "iconfont";
    content: "\e630";
    display: block;
}

.gotop:hover:before {
    /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
    opacity: 1;
    filter: alpha(opacity=0);
}

.gotop:hover em {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.web_head {
    z-index: 9999;
    position: relative;
}

.head_layer {
    background: #fff;
}

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

.nav_wrap {
    position: relative;
}

.nav_wrap em {
    font-style: normal;
}

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

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

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

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

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

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

.nav_wrap .head_nav>li>a>b:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e602";
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0 15px;
}

.nav_wrap .head_nav>li li a {
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    position: relative;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-right: 20px;

}

.nav_wrap .head_nav>li li a:hover {
    text-decoration: underline;
    background-color: #db3750;
    color: #fff !important;
}

.nav_wrap .head_nav>li li b:after {
    font-family: "iconfont";
    font-size: 12px;
    content: "\e62c";
    position: absolute;
    right: 0;
    top: 10px;
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
    color: #666;
}

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

.nav_wrap .head_nav>li:hover>a {
    background-color: #db3750;
    color: #fff;
}

.nav_wrap .head_nav>li:hover>a>b:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav_wrap .head_nav>li.nav-current {
    background-color: #db3750;
    color: #fff;
}

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

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav>li.nav-current>a:after,
.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav:hover>li:hover>a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
    width: 110%;
    left: -5%;
}

.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover>li>a:before {
    width: 0%;
    left: 50%;
}

.nav_wrap .head_nav li ul {
    width: 250px;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10%) scale(0.9);
    -ms-transform: translateY(10%) scale(0.9);
    -o-transform: translateY(10%) scale(0.9);
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: center 0;
    -moz-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -o-transform-origin: center 0;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

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

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

.head_layer .logo-fixed img {
    max-height: 100px;
        max-width: 300px;
}

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

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

.m_head {
    display: none;
}

.m_nav {
    display: none;
}

.fixed-nav .head_layer {
    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 {
    display: block;
    /* line-height: 70px;
  flex: 0 10%; */
}

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

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

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

.fixed-nav .nav_wrap .head_nav>li.nav-current {
    border-bottom: 2px solid #fff;
}

.fixed-nav .nav_wrap .head_nav>li:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
}

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

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

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

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

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

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


.headernav_box {
    border: none;
    background: transparent;
    position: relative;
    border-radius: 30px;
    width: fit-content;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 20px;
    margin-left: 15px;
    transition: all ease 0.3s;
}

.headernav_box input {
    background: transparent;
    color: #333;
    border: none;
    min-width: 150px;
    max-width: 170px;
    font-size: 16px;
    line-height: 26px;
    transition: all ease 0.3s;
}

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

.headernav_box button {
    background: transparent;
    padding: 2px 9px;
    border: none;
    transition: all ease 0.3s;
}

.headernav_box button i {
    font-size: 14px;
    color: #333;
    font-size: 22px;
    transition: all ease 0.3s;
}

.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: #db3750;
    text-decoration: none !important
}

.bannerSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
  justify-content: center;
  align-items: center; */
}

.bannerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 8px !important;
    transition: all ease 0.3s;
}

.bannerSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.bannerSwiper .swiper-pagination-horizontal {
    bottom: 46px
}



/* 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: #db3750;
  }
  
  .bannercontent_title span {
    color: #db3750;
    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: #db3750;
}

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

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

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

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

.pagelist a:hover {
    background-color: #c4ced4;
    color: #333;
}

.pagelist .current {
    background-color: #c4ced4 !important;
    color: #333 !important;
}

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

.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;
    /* width: 48%; */
}


/* page_aboutus */
.tab_option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_option h4 {
    background-color: #e4e4e4;
    color: #333;
    font-size: 20px;
    line-height: 1;
    padding: 20px 40px;
    cursor: pointer;
    text-align: center;
}

.tab_option .tab_active {
    display: block;
    background-color: #db3750;
    color: #fff;
}

.tabmain {
    display: none;
    font-size: 18px;
    line-height: 1.5;
}

.tabmain.active {
    display: block;
}

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

.tab_result {
    padding: 40px 0 60px;
}

.pa_main h2 {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

.pa_mainBox1 {
    margin-bottom: 30px;
}

.pa_mainBox h3 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 3px solid #db3750;
}

.pageabBoxx {
    margin-bottom: 25px;
}

.pageab_box {
    padding: 10px;
    background-color: #F5F5F5;
    height: 100%;
    cursor: pointer;
}

.pageab_boxImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.pageab_boxImg img {
    width: 100%;
    height: 200px;
    transform: scale(0.95);
    /* object-fit: contain; */
    transition: all ease .5s;
}

.pageab_boxDes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: rgba(0, 0, 0, 0.7);
    transition: all ease .5s;
}

.pageab_boxDes p {
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    transition: all ease .5s;
}

.pageab_box:hover img {
    transform: scale(1);
    transition: 0.6s;
}

.pageab_box:hover .pageab_boxDes {
    background-color: #fff;
    color: #db3750;
    transition: all ease .5s;
}

.pa_mainBox2 .pageab_boxImg img {
    height: 25 0px;
    object-fit: contain;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000000;
    display: none;
}

#popup {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000;
}

img.enlarged {
    width: 100%;
    height: auto;
}

#popup span {
    position: absolute;
    top: -35px;
    right: -65px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

#popup span i {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.pa_main3 {
    background: linear-gradient(90deg, #c2daeb, #e3ded8, #c2daeb);
}

.pa_main3left {
    padding-right: 0;
}

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

.pa_main3l p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.pa_main3right {
    padding-left: 0;
}

.pa_main3Img {
    height: 100%;
}

.pa_main3Img img {
    height: 100%;
    object-fit: cover;
}


/* page_manufacture */
.manufactureBox {
    margin-top: 50px;
}

.manufactureRow {
    width: 90%;
    margin: 0 auto;
}

.manufacture_box {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

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

.manufacture_box p {
    font-size: 26px;
    line-height: 1.5;
    margin-top: 10px;
}


/* page_proList */
.page_proList {
    padding: 70px 0;
}

.page_proList .indexTitle {
    margin-bottom: 20px;
}

.pl_tabbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pl_tabbox a {
    display: block;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 0 6px 12px;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
}

.pl_tabbox .active {
    border-color: #db3750;
    background-color: #db3750;
    color: #fff;
}

.pl_topDes {
    background-color: rgb(242, 243, 245);
    padding: 30px 0 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pl_tdmain {
    width: 100%;
    padding: 0 1%;
}

.pl_topDes h2 {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    /* display: -webkit-box; */
    word-wrap: break-word;
    word-break: break-all;
}

.pl_topDesBox {
    padding: 10px 10px 20px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
}

.pl_topDesBox h6 {
    font-size: 16px;
    line-height: 40px;
    color: #888;
    text-align: center;
}

.pl_topDesBox p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    height: calc(100% - 45px);
}

.pl_topDesBox ul {
    width: 100%;
    padding-left: 40px;
}

.pl_topDesBox ul li {
    width: 100%;
    list-style-type: disc !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

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

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

.pl_botDes {
    padding-top: 15px;
}

.pl_botDes h4 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.pl_botDes p {
    margin-bottom: 6px;
}

.pl_botDes p span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.pl_botDes p span:nth-child(1) {
    margin-right: 10px;
}

.pl_botBox:hover img {
    transition: all ease 0.3s;
    transform: scale(1.1);
}


/* page_research */
.res_main {
    width: 80%;
    margin: 50px auto 0;
}

.res_main2 {
    margin-top: 40px;
}

.resBox {
    margin-bottom: 20px;
}

.res_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

.res_box p {
    padding: 15px 0;
    line-height: 30px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.res_main2Box {
    border: 1px solid #111;
    margin-bottom: 30px;
}

.res_main2_Box {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.res_main2_left {
    flex: 0 40%;
}

.res_main2_left p {
    text-align: center;
    margin-bottom: 0;
}

.res_main2_right {
    flex: 0 60%;
    padding-left: 15px;
}

.res_main2_right p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}

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

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

.res31_Img {
    padding-top: 40%;
}


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

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

.cont_newsinfo_left {
    width: 95%;
}

.page_newsshow .pageTitle h3 {
    font-size: 28px;
    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: #333;
}

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

.pns_img {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px;
}

.pns_img img {
    max-width: 70%;
}

.newsinfo_main h4 {
    /* width: 100%; */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

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

.download_li {
    margin-bottom: 30px;
}

.download_box {
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
}

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

.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 #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.download_con h3 {
    font-size: 14px;
    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(196, 206, 212, 0.9);
    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%);
}


/* page_contact */
.page_contact {
    padding: 90px 0;
}

.pageCon_map {
    height: 100%;
}

#indexmap {
    height: 100%;
}

.pageCon_txt {
    padding-left: 50px;
}

.pageCon_txt .pageCon_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.pageCon_title img {
    max-height: 70px;
}

.pageCon_Tdes {
    padding-left: 20px;
}

.pageCon_Tdes h6 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

.pageCon_Tdes p {
    font-size: 18px;
    font-weight: bold;
}

.pageCon_box {
    margin-bottom: 30px;
}

.pageCon_box:nth-of-type(2) p {
    align-items: flex-start;
}

.pageCon_box p {
    display: flex;
    align-items: center;
}

.pc_boxq {
    font-size: 18px;
    font-weight: bold;
}

.pc_boxa {
    font-size: 18px;
    line-height: 28px;
    margin-left: 5px;
}

.pageCon_box h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.pageCon_box h6 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.pageCon_box a {
    font-size: 18px;
    line-height: 28px;
    margin-left: 5px;
    color: #db3750;
    text-decoration: underline !important;
}


/* 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: #db3750;
    border: 1px solid #db3750;
    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 #db3750;
    width: 15%;
}

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

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

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

.result_attention span {
    font-size: 30px;
    color: #db3750;
    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;
    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: #db3750;
}

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

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


/* page_proShow */
/* aside_nav */
.page_proShow .accordion {
    width: 100%;
    height: 100%;
    border-right: 1px solid #eee;
    background: #f5f5f5;
    margin: 0;
    padding-top: 50px;
}

.page_proShow .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    color: #000;
    font-size: 18px;
    /* font-weight: 700; */
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.page_proShow .accordion li:last-child .link {
    border-bottom: 0;
}

.page_proShow .accordion li i {
    font-size: 12px;
    color: #888;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 12px;
    left: auto;
}

.page_proShow #accordion .link_title i {
    font-size: 18px;
    margin-right: 10px;
    color: #888;
}

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


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

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

.proshow_Des {
    padding: 60px 5%;
}

.proshow_Des h4 {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

.proshow_Img {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.proshow_Img img {
    max-width: 70%;
}

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

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

    .bannercontent {
        margin-top: 76px;
    }


    /* page_aboutus */
    .page_aboutus {
        padding-top: 30px;
    }

    .tab_option {
        flex-direction: column;
    }

    .tab_option h4 {
        width: 100%;
        font-size: 18px;
        padding: 20px 10px;
    }

    .pa_main h2 {
        font-size: 34px;
    }

    #popup {
        width: 80%;
    }

    #popup span {
        top: -70px;
        right: -25px;
    }

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

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

    .pa_main3 {
        background: linear-gradient(to bottom, #c2daeb, #e3ded8, #c2daeb);
    }


    /* page_manufacture */
    .manufactureRow {
        width: 100%;
    }

    .manufacture_box {
        margin: 0;
    }

    .manufactureBox {
        margin-top: 30px;
    }

    .manufacture_box p {
        font-size: 22px;
        line-height: 1.2;
    }


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

    .pl_topDes h2 {
        font-size: 34px;
        padding: 0 20px;
    }

    .pl_tdmain {
        padding: 0 3%;
    }

    .pl_tdBox {
        margin-bottom: 20px;
    }

    .pl_topDesBox ul {
        padding-left: 20px;
    }

    .pl_topDesBox h6 {
        line-height: 22px;
        padding: 10px 0;
    }

    .pl_botDes {
        padding-bottom: 30px;
    }


    /* page_research */
    .res_main {
        width: 100%;
        margin: 40px auto 0;
    }

    .res_box p {
        padding: 10px 0;
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .page_research .tab_result {
        padding: 40px 0;
    }

    .res_main2Box {
        border: none;
    }

    .res_main2_Box {
        border: 1px solid #111;
        padding: 15px;
        flex-direction: column;
    }

    .res_main2_right {
        padding-left: 0;
        padding-top: 15px;
    }

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

    .pagelist {
        margin-top: 10px;
    }


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

    .page_newsshow .pageTitle h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .newsinfo_time {
        padding: 15px 0;
    }

    .pns_img img {
        max-width: 100%;
    }

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

    .cont_newsinfo_right {
        padding-top: 20px;
    }

    .download {
        padding: 40px 0;
    }


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

    .pageConLeft {
        order: 2;
    }

    .pageConRight {
        order: 1;
    }

    .pageCon_txt {
        padding-left: 0;
        padding-bottom: 30px;
    }


    .pageCon_title img {
        max-height: 50px;
    }

    .pageCon_Tdes {
        padding-left: 10px;
    }

    .pageCon_Tdes h6 {
        font-size: 21px;
        font-weight: bold;
        margin-top: 5px;
    }

    .pageCon_Tdes p {
        font-size: 15px;
        font-weight: bold;
    }

    #indexmap {
        height: 300px;
    }


    /* page_proShow */
    .accordion {
        padding-top: 0;
    }

    .proshow_Des {
        padding: 40px 2%;
    }

    .proshow_Img img {
        max-width: 100%;
    }
}

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

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

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



    /* page_aboutus */
    .page_aboutus {
        padding-top: 30px;
    }

    .tab_option {
        flex-direction: column;
    }

    .tab_option h4 {
        width: 100%;
        font-size: 18px;
        padding: 20px 10px;
    }

    .pa_main h2 {
        font-size: 34px;
    }


    #popup {
        width: 70%;
    }

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

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

    .pa_main3 {
        background: linear-gradient(to bottom, #c2daeb, #e3ded8, #c2daeb);
    }


    /* page_manufacture */
    .manufactureRow {
        width: 100%;
    }

    .manufacture_box {
        margin: 0;
    }

    .manufactureBox {
        margin-top: 30px;
    }

    .manufacture_box p {
        font-size: 22px;
        line-height: 1.2;
    }


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

    .pl_topDes h2 {
        font-size: 36px;
        padding: 0 20px;
    }

    .pl_tdmain {
        padding: 0 3%;
    }

    .pl_tdBox {
        margin-bottom: 20px;
    }

    .pl_topDesBox ul {
        padding-left: 20px;
    }

    .pl_topDesBox h6 {
        line-height: 22px;
        padding: 10px 0;
    }

    .pl_botDes {
        padding-bottom: 30px;
    }


    /* page_research */
    .res_main {
        width: 100%;
        margin: 40px auto 0;
    }

    .res_box p {
        padding: 10px 0;
        line-height: 24px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .page_research .tab_result {
        padding: 40px 0;
    }

    .res_main2Box {
        border: none;
    }

    .res_main2_Box {
        border: 1px solid #111;
        padding: 15px;
        flex-direction: column;
    }

    .res_main2_right {
        padding-left: 0;
        padding-top: 15px;
    }

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

    .pagelist {
        margin-top: 10px;
    }


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

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


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

    .pageConLeft {
        order: 2;
    }

    .pageConRight {
        order: 1;
    }

    .pageCon_txt {
        padding-left: 0;
        padding-bottom: 30px;
    }

    #indexmap {
        height: 350px;
    }




    /* page_proShow */
    .accordion {
        padding-top: 0;
    }

    .proshow_Des {
        padding: 40px 2%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .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: #db3750;
    }

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

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


    /* page_aboutus */
    .tab_option h4 {
        padding: 20px;
    }

    .pa_main h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .pageab_boxImg img {
        height: 150px;
    }

    #popup {
        width: 60%;
    }

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

    /* page_manufacture */
    .manufactureRow {
        width: 100%;
    }

    .manufactureBox {
        margin-top: 35px;
    }

    .manufacture_box {
        margin: 0;
    }

    .manufacture_box p {
        font-size: 22px;
        line-height: 1.3;
    }


    /* page_proList */
    .pl_topDesBox ul {
        padding-left: 20px;
    }

    .pl_topDesBox h6 {
        line-height: 22px;
        padding: 10px 0;
    }


    /* page_research */
    .res_main {
        width: 100%;
    }

    .res_box p {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .res_main2Box {
        border: none;
    }

    .res_main2_Box {
        border: 1px solid #111;
        padding: 15px;
    }

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

    .pagelist {
        margin-top: 10px;
    }


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

    .pageConLeft {
        order: 2;
    }

    .pageConRight {
        order: 1;
    }

    .pageCon_txt {
        padding-left: 0;
        padding-bottom: 30px;
    }

    #indexmap {
        height: 400px;
    }




    /* page_proShow */
    .accordion {
        padding-top: 0;
    }

    .proshow_Des {
        padding: 40px 2%;
    }
}

@media (min-width:993px) 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: #db3750;
    }

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

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


    #popup {
        width: 30%;
    }


    /* page_proList */
    .pl_topDesBox ul {
        padding-left: 20px;
    }

    .pl_topDesBox h6 {
        line-height: 22px;
        padding: 10px 0;
    }


    /* page_research */
    .res_box p {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .res_main2Box {
        border: none;
    }

    .res_main2_Box {
        border: 1px solid #111;
        padding: 15px;
        flex-direction: column;
    }

    .res_main2_right {
        padding-top: 15px;
        padding-left: 0;
    }

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

    .pagelist {
        margin-top: 10px;
    }

    .pageCon_txt {
        padding-left: 20px;
    }


}

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

    /* page_research */
    .res_main2Box {
        border: none;
    }

    .res_main2_Box {
        border: 1px solid #111;
        padding: 15px;
        flex-direction: column;
    }

    .res_main2_right {
        padding-top: 15px;
        padding-left: 0;
    }
}